#wl-cart-icon{
	position: fixed;
	z-index: 1000;
	bottom: 15px;
	left: 15px;
}

.wl-floating-cart-inner {
	min-height: 350px;
	background-color: aliceblue;
	margin-bottom: 5px;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 42%);
	position: fixed;
	z-index: 1000;
	border-radius: 5px;
	left: 5px;
	bottom: 6px;
	width: 440px;
}

.wl-floating-icon {
	position: fixed;
	z-index: 1000;
	height: 65px;
	width: 70px;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	font-size: 35px;
	text-align: center;
	left: 25px;
    top: 90%;
	padding: 15px 3px;
	
}
.wl-floating-delete-item{
	cursor: pointer;
}
.wl-floating-cart-icon{
	cursor: pointer;
}

.wl-floating-cart-wapper{
	padding: 15px 25px 10px 20px;
	border-bottom: 1px solid #0000004f;
	display: flex;
	justify-content: space-between;
}

.wl-floating-cart-footer a{
	background-color: #2c97de;
    width: 100%;
    height: 78px;
    text-align: center;
    padding: 25px;
    color: white;
    font-size: 30px;
    display: inline-block;
    cursor: pointer;
}
.wl-floating-cart-body{
	padding: 15px;
	height: 40vh;
	overflow-y: auto;
}
.wl-floating-product-image{
	width: 85px;
}
.wl-floating-price{
	display: block;
}

.wl-floating-product-title-inner{
	color : #263646;
	text-decoration: none !important;
}

.wl-floating-quantity-col-minus{
	font-size: 12px;
	cursor: pointer;
	width: 20px;
	text-align: center;
}

.wl-floating-quantity-col-plus{
	cursor: pointer;
}
.wl-floating-quantity-row > .wl-floating-quantity-col{
	width: 37px;
	text-align: center;
}

.wl-floating-quantity-col:nth-child(1){
	border-top: 1px solid #00000073;
	border-left: 1px solid #00000073;
	border-bottom: 1px solid #00000073;
}

.wl-floating-quantity-col:nth-child(3){
	border-top: 1px solid #00000073;
	border-right: 1px solid #00000073;
	border-bottom: 1px solid #00000073;
}

.wl-floating-quantity-col:nth-child(2){
	border: 1px solid #00000073;
	width: 40px;
}

.wl-floating-quantity-col > .wl-fc-input-text{
    margin: 0;
    font-weight: 400;
    width: 100%;
    max-width: 65px;
    height: 100%;
    text-align: right;
    border: 0;
    padding: 0;
    outline: none;
    will-change: width;
    box-shadow: initial !important;
}

.wl-floating-cart-product-no{
	position: absolute;
	background-color: #ff0000f0;
	color: white;
	border-radius: 83px;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	left: 55px;
	bottom: 50px;
}
.wl-floating-quantity-row{
	display: flex;
	flex-direction: inherit;
}
.wl-overlay {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
}
.wl-floating-cart-coupon-section{
    padding: 15px;
}
.wl-floating-cart-coupon{
	width: 60%;
}
.wl-floating-cart-coupon-section button{
	width: 29%;
}
#co_apply_coupon{
	height: 50px;
	width: 130px;
}
.coupon-applied-div{
	display: none;
	text-align: center;
	margin: 15px;
	padding: 10px;
	color: #0178f9;
	width: 90%;
	background-color: white;
}
.wl-floating-cart-table, 
.wl-floating-cart-table td,
.wl-floating-cart-table th{
	border: unset;
}
.wl-fc-remove{
	cursor: pointer;
}

