/* -- Cart icon for View cart button in mini-cart -- */
.widget_shopping_cart .buttons .button.wc-forward:not(.checkout):before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    right:8px;
    background-image: url("../icons/cart-icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* -- Mini cart item layout -- */
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left:0px;
}

.shoptimizer-mini-cart-wrap .mini-cart-product-name {
    flex: 1 1 auto;
    max-width: 75%;
}

.shoptimizer-mini-cart-wrap .mini-cart-quantity {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

.shoptimizer-mini-cart-wrap .mini-cart-price {
    flex: 0 0 auto;
    margin-left: auto;
    align-self: flex-start;
    text-align: right;
}
.mini-cart-price-quantity {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: row-reverse;
    align-items: center;
}

.shoptimizer-custom-quantity-mini-cart {
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid var(--nn-color-gray-border, #e2e2e2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
	border-radius: 7px;
	width: 60px;
	padding: 2px;
	display: flex;
	align-items: center;
}
.shoptimizer-custom-quantity-mini-cart input {
	width: 22px;
	height: 22px;
	border: none;
	text-align: center;
	font-size: 12px;
	pointer-events: none;
	color: var(--nn-color-gray-very-dark, #231f20);
	background: 0 0;
	box-shadow: none;
    padding: 0;
}
.shoptimizer-mini-cart-wrap .product_list_widget img {
    margin-left: 0;
    float: left;
}
.mini-cart-product-thumbnail {
	flex: 0 0 auto;
}
.mini-cart-product-content {
	flex: 1;
    margin-left: 10px;
}
.shoptimizer-custom-quantity-mini-cart span{
    height: 22px;
}
.widget_shopping_cart .product_list_widget li a.remove {
	position: absolute;
	display: flex;
	top: 0;
	left: unset;
	font-size: 0;
	width: 14px;
	height: 14px;
	right: 0;
}


.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item {
	padding-left: 0px;
}

.mini-cart-savings-percentage {
	font-size: 0.8em !important;
	color: var(--nn-color-black, #000) !important;
	margin-top: 5px !important;
	text-decoration: none !important;
	display: block;
	position: relative;
	padding-left: 8px;
	cursor: pointer;
}
.mini-cart-savings-percentage::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: var(--nn-color-accent-green, #9AADA2);
	border-radius: 1px;
}
.widget_shopping_cart .woocommerce-mini-cart-item .amount {
	color: unset;   
    font-weight: unset;
}

/* Mini cart subscription pricing layout */
.shoptimizer-mini-cart-wrap .subscription-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.shoptimizer-mini-cart-wrap .subscription-price .awdr_cart_strikeout_line {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
}

.shoptimizer-mini-cart-wrap .subscription-price .awdr_cart_strikeout_line del {
	display: block;
	margin-bottom: 2px;
	line-height: 1.2;
}

.shoptimizer-mini-cart-wrap .subscription-price .awdr_cart_strikeout_line ins {
	display: block;
	line-height: 1.2;
}

.shoptimizer-mini-cart-wrap .subscription-price .subscription-details {
	white-space: nowrap;
}

a.remove::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
}
.awdr-you-saved-text {
    width: 100%;
}
.shoptimizer-custom-quantity-mini-cart input{
	border-width: 0 !important;
	border-style: none !important;
	background-color: var(--nn-color-white, #fff) !important;
}
.shoptimizer-mini-cart-wrap .close-drawer{
	border-width: 0 !important;
	border-style: none !important;
}
.mini-cart-product-content .mini-cart-product-name .product-item-thumbnail img {
	display: none;
}
.mini-cart-product-content .variation{
	display: none;
}
dl.variation {
	display: none;
  }

  .woocommerce-mini-cart-item.mini_cart_item .mini-cart-product-content .variation {
	display: none;
}