#cpo-offcanvas {
    position: fixed;
    left: 0;
    top: 0;
    width: 500px;
    height: 100vh;
    background: #fff;
    padding: 1rem;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    overflow-y: auto;
}
.cpo-qty-wrap{margin-left: 5px;}
.cpo-header{
    padding: 10px;
}
.cpo-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 10px;
}
.cpo-product {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 10px;
}
.cpo-product h4 a { font-size: 16px; color: #2c5f58; margin-bottom: 10px;font-family: 'Gilroy-Medium'; }
.variant-pill{font-size: 12px;}
.cpo-add-to-cart {
    background: none;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px 6px;
    color: #1c544d;
    height: fit-content;
}

#cpo-floating-btn {
    background: #a4f8f2;
    border-radius: 0px 10px 10px 0px;
    color: #073a32;
    text-align: left;
    position: fixed;
    z-index: 999;
    top: 200px;
    padding: 20px;
    cursor: pointer;
}
#cpo-floating-btn span{padding-right: 10px; font-size: 18px;}
.cpo-qty-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}
.cpo-qty-btn {
    width: 28px;
    height: 28px;
    background: #eee;
    border: 1px solid #767676;
    cursor: pointer;
    text-align: center;
}

.variant-pill {
    padding: 4px 4px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    cursor: pointer;
    border-radius: 5px;
}

.variant-selected {
    background-color: #2a7a6f;
    color: white;
    border-color: #2a7a6f;
}

.cpo-qty{height: 28px; width: 40px; background-color: white !important; border: 1px solid  #767676 !important;}
.cpo-close{
    width: 40px;
    height: 40px;
    padding: 0 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 22px;
    border-radius: 8px;
    background: #a4f8f2;
    color: #0a68a1;
/*     padding: 16px 17px 16px 18px; */
    border: none;
    right: 20px;
    position: absolute;
    font-size: 28px;
    cursor: pointer;
}
.cpo-footer {
    position: sticky;
    bottom: 0px;
    background: #fff;
    padding: 1rem 0;
    text-align: center;
    margin-top: 10px;
}
.total_amount_offcanvas {
    z-index: 1;
    overflow: hidden;
    transition: all .4s ease;
    color: #fff;
    border-radius: 10px;
    background: #a4f8f2;
    padding: 15px 25px;
}
.total_amount_offcanvas span{color: #0d3f37;font-weight: 600;}
#cpo-search{border: 1px solid  #767676 !important;}


@media (max-width: 991px) {
#cpo-floating-btn {background: #a4f8f2;border-radius: 0px 0 10px 10px;color: #073a32;text-align: left;position: fixed;z-index: 999;top: 200px;padding: 16px;cursor: pointer;transform: rotate(-90deg);left: -50px}
#cpo-floating-btn svg.s-quick-product__handler-icon {transform: rotate(90deg);}

}
@media(max-width:469px){
/*     #cpo-offcanvas{width: 290px;} */
}

#cpo-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 9999;
	display: flex !important;
}

#cpo-offcanvas.active {
    transform: translateX(0);
}

.variant-pills, .cpo-qty-wrap.cpo-out-of-stock {width: 80%;}

@media (max-width: 576px) {
	#cpo-offcanvas {width: 100% !important;}
	#cpo-floating-btn span {padding-right: 12px;font-size: 16px;}
	#cpo-floating-btn {padding: 10px 16px;}
	#cpo-floating-btn svg.s-quick-product__handler-icon {width: 8px;}
	#cpo-floating-btn {left: -50px;}
}
