.woo_amc_container {
	background:none !important;
	padding:0 !important;
	width:100% !important;
	max-width:100% !important;
	overflow:hidden;
}

.cart__continue div {
	cursor:pointer;
}

.woo_amc_items {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    isolation: isolate;
    margin-bottom: 20px;
    max-height: 420px;
	overflow-y:auto;
}

.woo_amc_item_wrap {
	color: #FFFFFF !important;
    font-size: 16px;
    background: none !important;
    border: none !important;
    border-radius: 0;
    padding: 0px !important;
}

.woo_amc_container_center {
	width:100%;
}

.woo_amc_item_quanity_wrap {
	display:flex !important;
	gap:5px;
}

.woo_amc_item_delete svg {
	width:20px !important;
	height:20px !important;
}

.woo_amc_item_quanity_minus svg, .woo_amc_item_quanity_plus svg {
	width:24px !important;
	height:24px !important;
}

.woo_amc_item_price_wrap .woocommerce-Price-amount.amount {
	color: var(--white) !important;
}

.woo_amc_item_quanity_minus, .woo_amc_item_quanity_plus {
	display: flex !important;
	width:46px !important;
	height:46px !important;
}

.woo_amc_value bdi {
	display:flex;
}

#appliedmsg {
	font-size: 16px;
	gap:10px;
	width: 100%;
	justify-content:center;
}
	
#cart_discountmsg_containter {
	display:flex;
	font-size:20px;
	line-height: 44px;
	border-radius: 10px;
	border: 0;
	color: rgb(255 255 255);
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	transition-property: box-shadow;
	transition: .3s ease;
}

input.woo_amc_item_quanity {
	padding:0 !important;
	font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    width: 46px !important;
    height: 46px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0px;
    appearance: none;
    -webkit-appearance: none;
    color: var(--white) !important;
}	
	
div.cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 9999999999;
	padding:40px;
    display: none;
    flex-direction: column;
}

div.cart .woo_amc_item_total_price {
	position:relative !important;
}

div.cart__inner {
    max-width: 976px;
    margin: auto;
    background: #222922;
    border-radius: 10px;
    padding: 40px;
    width: 90%;
    max-height: calc(100vh - 40px);
    min-height: 100px;
    position: relative;
	overflow-y:auto;
}

div.cart__close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: .2;
    cursor: pointer;
    transition: opacity .3s ease;
}

div.cart__close:hover {
    opacity: 1
}

div.cart__title h2 {
    text-shadow: 0px 0px 20px #129716;
    margin-bottom: 0;
	margin-top:0;
}

div.cart__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

div.cart-item {
    padding: 19px 20px;
    background: radial-gradient(46.82% 22.97% at 100% 100%, rgba(18, 151, 22, 0.2) 0%, rgba(18, 151, 22, 0) 100%), rgba(32, 45, 33, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
    display:flex;
    gap: 20px;
    position: relative;
    box-sizing: border-box;
}

div.cart__contents {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    isolation: isolate;
    margin-bottom: 20px;
    padding-right: 7px;
    margin-right: -10px;
}

div.cart-item__image img {
    width: 152px;
    height: 160px;
}

div.cart-item__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 600;
	color: var(--white);
}

div.cart-item__description {
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

div.cart-item__delete {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

div.cart-item__delete svg {
    stroke: #D03232;
    transition: stroke .3s ease;
}

div.cart-item__delete:hover svg {
    stroke: var(--accent);
}

div.cart-item__price {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

div.cart-item__bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: auto;
}

div.cart-item>div:nth-child(3) {
    width: 100%;
    display: flex;
    flex-direction: column;
}

div.cart-item__image {
    width: 152px;
    flex-shrink: 0;
}
.cart-item__image img {
	max-height:160px;
}

.quantity__input {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0px;
    appearance: none;
    -webkit-appearance: none;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity__button {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.form--coupon {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
}

.form--coupon button {
    padding: 14px 20px !important;
    letter-spacing: 0.05em;
}

div.cart__coupon {
    margin-bottom: 20px;
}

.total {
    display: flex;
    padding: 20px 30px;
    gap: 15px;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    margin-bottom: 20px;
    align-items: center;
}

.total__amount span:first-child {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

.total__amount span:last-child {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
	color: var(--white);
}

.total__checkout button {
    letter-spacing: 0.05em;
    padding: 14px 32px;
}

div.cart__continue {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

.close-popup {
    transition: color .3s ease;
    transition-property: color, opacity;
}

.close-popup:hover {
    color: white
}

@media screen and (max-width: 1024px) {
    div.cart__inner {
        padding: 30px;
        max-height: calc(100vh - 40px);
        max-width: 100%;
        width: calc(100vw - 40px);
        bottom: auto;
        top: 20px;
    }

    div.cart__close {
        right: 10px;
        top: 10px;
    }

    .total__checkout button {
        letter-spacing: 0.13em;
    }
}

@media screen and (max-width: 767px) {
	
	#appliedmsg {
		flex-wrap:wrap;
	}
	
	#cart_discountmsg_containter {
		flex-wrap:wrap;
	}
	
	.cart-item__image img {
		max-height: 105px;
	}
	
	.woo_amc_items {
		max-height: 238px;
		padding-right:0;
	}
	
	div.cart {
		padding:0;
		padding-top:20px;
		height:97vh;
	}
	
	div.cart .theme-btn {
		width: 100%;
	}
	
    div.cart__inner {
        width: calc(100% - 20px);
        height: 100%;
        top: 10px;
        bottom: auto;
        padding: 20px;
        max-height: calc(100vh - 20px);
    }

    div.cart__title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 10px;
    }

    div.cart-item {
        flex-direction: column;
        gap: 10px;
        padding: 9px 20px;
    }

    div.cart-item__image {
        width: 100px;
        height: auto;
    }

    div.cart-item__image img {
        width: 100px;
        height: auto;
    }

    div.cart-item__title {
        font-size: 18px;
        font-weight: 600;
        line-height: 23px;
    }

    div.cart-item__description {
        font-size: 14px;
        line-height: 18px;
    }

    div.cart__contents {
        gap: 10px;
        margin-bottom: 10px;
        justify-content: flex-start;
        max-height: calc(100vh - 420px);
    }

    .form--coupon input[type="text"] {
        width: 100%;
        max-width: 100%;
    }

    .form--coupon button {
        font-size: 14px !important;
    }

    div.cart__coupon {
        margin-bottom: 10px;
    }

    .total {
        padding: 20px;
        gap: 16px;
        flex-direction: column;
        justify-content: left;
        align-items: baseline;
        margin-bottom: 10px;
    }

    .total__checkout button {
        width: 100%;
        max-width: 260px;
        display: block;
    }

    .total__checkout {
        width: 100%;
    }
}