.daralber-new-cart {
    width: 420px;
    height: 500px;
    background-color: #fff;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25) !important;
    position: fixed;
    top: 52px;
    right: 45px;
    z-index: 999999999;
    /* border-top-right-radius: 8px; */
    /* border: 1px solid #546220; */
     border-bottom-right-radius: 8px; 
	 border-bottom-left-radius: 8px;
    display: none;
}

.daralber-new-cart .icon-remove-sign {
    /* height: 32px; */
    /* width: 24px; */
    color: red;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
}

p.new-cart-title {
    padding: 8px;
    padding-top: 14px;
    font-size: 18px;
    text-align: center;
    /* background: #546220; */
    font-weight: bold;
}

.new-cart-title i {
    font-size: 24;
    padding: 8px;
    color: #546220;
}

.cart-buttons-container .payment-method-btn {
   
}

.cart-buttons-container .payment-method-btn:hover {
    color: #fff;
}

.new-cart-items {
    width: 90%;
    margin: 0 auto;
    height: 60%;
    /* background-color: #0e0707; */
    overflow-y: auto;
}

.new-cart-item {
    width: 100%;
    overflow: hidden;
    height: 40px;
    /* justify-content: center; */
}

.new-cart-item input {
    width: 40px !important;
    margin: 0 !important;
    background: #fff;
    border-radius: 10px !important;
    text-align: center;
}

.new-cart-item * {
    padding: 6px;
    margin: 0 12px;
}

p.new-cart-item-name {
    width: 106px;
    /* padding-right: 38px !important; */
    /* overflow: hidden; */
}

.new-cart-headings p:after {
    /* text-decoration: underline; */
    content: '';
    background-color: #d4d4d4;
    width: 19%;
    position: fixed;
    height: 1px;
    margin-top: 27px;
    right: 8%;
}

.new-cart-headings {
    margin-bottom: 12px;
}

.new-cart-qty {
    /* margin-left: 12px; */
}

p.new-cart-amount {
    width: 47px;
}

p {}

.new-cart-item-n {
    height: 30px;
    width: 118px;
    overflow: hidden;
}

.new-cart-total {
    /* right: 15px; */
    /* position: absolute; */
    /* bottom: 15px; */
    margin: 8px;
    text-align: center;
    /* padding: 8px; */
}

.new-cart-otherside {
    height: 100px;
    width: 100px;
    /* background: #f9f9f9; */
    position: fixed;
    top: 45%;
    /* border: 1px solid #546220; */
    /* padding: 4px; */
    /* right: 0px; */
    /* border-top-right-radius: 50%; */
    /* border-bottom-right-radius: 50%; */
    /* display: none; */ 
    z-index: 99999999;
    /* left: -3px; */
}

.new-cart-otherside-inner {
    /* border: 1px solid #546220; */
    height: 100px;
    width: 100px;
    background: url(/css/internet/new-cart-side-bg2.png);
}

.new-cart-item-counter {
    color: #fff;
    position: absolute;
    right: 12px;
    top: -5px;
    /* width: 28%; */
    padding: 8px;
    border-radius: 50%;
    margin: 0;
    background-color: #af0a0a;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.45);
}

.new-cart-otherside-inner i {
    font-size: 34px;
    /* padding: 24px; */
    /* margin-top: 28px; */
    position: absolute;
    top: 33%;
    left: 32%;
	
    color: #546220;
}

.not-login-cont {
    text-align: center;
    margin-top: 88px;
   /* font-size: 26px; */
}

.not-login-cont p{
	font-size: 26px;
	padding-top: 12px;
}

.not-login-cont i {
    font-size: 120px;
}

.not-login-cont .payment-method-btn {
    margin-top: 16px;
}

img.new-shopping-cart {
    width: 32px;
    /* height: 32px; */
    /* padding: 0px; */
}

.my-top-menu-internal-cart {
    margin: 4px;
    /* padding: 4px; */
}

span.new-shopping-cart-qty {
    font-size: 20px;
    padding: 4px;
    margin-top: 64px;
    /* margin-top: 4px; */
}

.new-shopping-cart-qty {
    position: absolute;
    top: -4px;
    right: -11px;
    background: #434c53;
    text-align: center;
    padding: 1px 5px;
    font-size: 12px !important;
    border-radius: 50%;
}
span.cart-count {
    color: #fff;
}
	.show{
		display: block;
	}
.loading-button {
    cursor: not-allowed;
    pointer-events: none;
    background-color: grey;
    background-image: linear-gradient(to right, #dfdfdf, #dfdfdf, #d1d1d1) !important;
	 color: #fff !important;
    border-radius: 8px;
    display: block;
    width: 140px !important;
    height: auto !important;
    font-size: 14px !important;
    padding: 8px !important;
    margin: 0 auto;
    text-align: center;
}
.redirection-message{
	display: none;
}
.redirection-message {
    font-size: 10px;
    color: #747474;
    text-align: center;
    margin: 4px;
}


@media only screen and (max-width: 600px)
{
	.new-cart-otherside, .new-cart-btn {
		
	}
	
	.new-btns {
		width: 50% !important;
	}
	
	.popup-addcart-btn {
		display: none;
	}
	
	.payasguest-btn-inside {
		padding-left: 64px;
		padding-right: 64px;
	}
	
}
