.cart_item_wrapper .cart-item{display:flex;width:100%;gap:36px}.cart_item_wrapper .cart-item .image-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.cart_item_wrapper .cart-item .image-wrapper .image{position:relative;width:100px;height:100px;margin-bottom:10px}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.cart_item_wrapper .cart-item .hide_small{display:none!important}}.cart_item_wrapper .cart-item .details{width:100%;min-height:100%;display:flex;flex-direction:column}.cart_item_wrapper .cart-item .details .title{margin-top:14px;margin-bottom:14px;width:100%}.cart_item_wrapper .cart-item .details .others{display:flex;flex-direction:column;gap:10px}.cart_item_wrapper .cart-item .details .btn{width:100%;display:flex;gap:20px;justify-content:flex-end;margin-top:auto}.cart_item_wrapper .cart-item .details .save_later_btn{border-radius:50px;background-color:#e8f9ea;font-size:16px;font-weight:600;padding:4px 16px 6px;text-wrap:nowrap}.cart_item_wrapper .cart-item .details .save_later_btn:active{transform:scale(.98)}.cart_item_wrapper .cart-item .details .save_later_btn:hover{background-color:#e6f7e8}.cart_item_wrapper .cart-item .details .removebtn{display:flex;align-items:center}.cart_item_wrapper .smallscreenbtns{margin-top:15px;width:450px;display:none;justify-content:space-between}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.cart_item_wrapper .smallscreenbtns{display:flex}}@media only screen and (max-width:576px){.cart_item_wrapper .smallscreenbtns{width:auto!important;flex-wrap:wrap;gap:10px}}.cart_item_wrapper .smallscreenbtns .btn{display:flex;gap:20px;justify-content:flex-end;margin-top:auto}.cart_item_wrapper .smallscreenbtns .save_later_btn{border-radius:50px;background-color:#e8f9ea;font-size:16px;font-weight:600;padding:4px 16px 6px;text-wrap:nowrap}.cart_item_wrapper .smallscreenbtns .save_later_btn:active{transform:scale(.98)}.cart_item_wrapper .smallscreenbtns .save_later_btn:hover{background-color:#e6f7e8}.cart_item_wrapper .smallscreenbtns .removebtn{display:flex;align-items:center}.cart_item_wrapper .countbtn{display:flex;gap:10px;height:38px}.cart_item_wrapper .countbtn button,.cart_item_wrapper .countbtn input{width:38px;height:38px;border-radius:4px;border:0 solid #686868;display:flex;align-items:center;justify-content:center;cursor:pointer}.cart_item_wrapper .countbtn input{border:1px solid #f5f5f5;text-align:center;background-color:#f5f5f5}.countbtn{display:flex}.countbtn input{max-width:80px;outline:none;text-align:center;font-size:14px}.countbtn button,.countbtn input{border:1px solid #d4d4d4;height:38px}.countbtn button{background-color:#e8f9ea;display:flex;align-items:center;justify-content:center;font-size:16px;padding-bottom:3px;width:38px;transition:.3s}.countbtn button:active{transform:scale(.98)}.custombtn.primary{border-radius:6px;background:#32893b;outline:none;border:none;padding:10px 16px;display:flex;align-items:center;justify-content:center;text-wrap:nowrap;transition:all .2s;position:relative}.custombtn.primary:hover{transition:background .2s ease-in-out}.custombtn.primary:disabled{background:#5b9460;cursor:not-allowed;transition:none}.custombtn.primary:active{border:1px solid #1fa72d;box-shadow:3px 2px 22px 1px hsla(0,2%,9%,.24)}.custombtn.primary .custombtn-label{font-size:16px;font-style:normal;text-wrap:nowrap;font-weight:600;color:#fff}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.custombtn.primary .custombtn-label{font-size:14px;font-weight:500}}.custombtn.secondary{border-radius:50px;border:1.5px solid #000;background:transparent;outline:none;padding:7px 12px;text-wrap:nowrap;height:32px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.custombtn.secondary{border:none;padding:7px 0}}.custombtn.secondary:hover{background:#000;transition:background .2s ease-in-out}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.custombtn.secondary:hover{background:transparent}}.custombtn.secondary .custombtn-label{font-size:14px;font-weight:600;color:#000;text-wrap:nowrap}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.custombtn.secondary .custombtn-label{font-size:12px;border-bottom:1px solid #000}}.custombtn.secondary:hover .custombtn-label{color:#fff}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.custombtn.secondary:hover .custombtn-label{color:#000}}.custombtn.teritary{border-radius:4px;background:#fff;outline:none;border:1px solid #32893b;text-wrap:nowrap;padding:10px 16px;display:flex;align-items:center;justify-content:center}.custombtn.teritary:hover{background:#f6faf6;transition:background .2s ease-in-out}.custombtn.teritary .custombtn-label{font-size:16px;font-style:normal;font-weight:600;text-wrap:nowrap;color:#32893b}.custombtn.white{border-radius:4px;background:#fff;outline:none;text-wrap:nowrap;border:none;padding:10px 16px;display:flex;align-items:center;justify-content:center}.custombtn.white:hover{background:#f6faf6;transition:background .2s ease-in-out}.custombtn.white .custombtn-label{font-size:16px;font-style:normal;font-weight:600;text-wrap:nowrap;color:#3a3a3a}.custombtn.transparent{border-radius:6px;background:transparent;border:1.5px solid #32893b;outline:none;text-wrap:nowrap;padding:10px 16px;display:flex;align-items:center;justify-content:center;transition:all .2s}.custombtn.transparent:active{transform:scale(.98);box-shadow:3px 2px 22px 1px hsla(0,2%,9%,.24)}.custombtn.transparent .custombtn-label{font-size:16px;font-weight:600;color:#32893b;text-wrap:nowrap}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.custombtn.transparent .custombtn-label{font-size:14px}}.custombtn.danger{border-radius:6px;background:transparent;border:1.5px solid #bb2124;outline:none;text-wrap:nowrap;padding:10px 16px;display:flex;align-items:center;justify-content:center;transition:all .2s}.custombtn.danger:active{transform:scale(.98);box-shadow:3px 2px 22px 1px hsla(0,2%,9%,.24)}.custombtn.danger .custombtn-label{font-size:16px;font-weight:600;color:#bb2124;text-wrap:nowrap}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.custombtn.danger .custombtn-label{font-size:14px}}.btn-spinner{position:absolute;right:20px;animation-name:spin;animation-duration:.5s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cart-container{padding:25px 20px}.cart-container .cart-wrapper{display:flex;gap:40px}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.cart-container .cart-wrapper{flex-direction:column}}.cart-container .cart-wrapper .title{margin-bottom:10px}.cart-container .cart-wrapper .cart{width:100%}.cart-container .cart-wrapper .cartitems{display:flex;flex-direction:column;gap:20px}.cart-container .cart-wrapper .empty-cart{height:200px}.cart-container .cart-wrapper .carttotal{width:370px;background-color:#f2fef4;border-radius:8px;padding:20px;height:-moz-max-content;height:max-content;display:flex;flex-direction:column;gap:14px}.cart-container .cart-wrapper .carttotal .item{display:flex;justify-content:space-between}.cart-container .cart-wrapper .carttotal .btn{margin-top:24px}@media only screen and (max-width:480px){.cart-container .cart-wrapper .carttotal{width:100%}.cart-container .cart-wrapper .carttotal .btn{display:none}}.cart-container .cart-wrapper .cartcoupon{width:370px;margin-top:15px;background-color:#fafafa;border-radius:8px;padding:20px;height:-moz-max-content;height:max-content;display:flex;flex-direction:column;gap:14px}.cart-container .cart-wrapper .cartcoupon .item{display:flex;justify-content:space-between}.cart-container .cart-wrapper .cartcoupon .btn{margin-top:24px}.cart-container .cart-wrapper .cartcoupon .rwd-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#fff}.cart-container .cart-wrapper .cartcoupon .rwd-input{height:30px;text-align:center;background-color:#fff;width:82px;cursor:pointer}.cart-container .cart-wrapper .cartcoupon .txtbtn{color:#32893b;font-size:16px;font-weight:600;border:none;background:none;outline:none;cursor:pointer}.cart-container .cart-wrapper .cartcoupon .txtbtn:hover{text-decoration:underline}.cart-container .cart-wrapper .cartcoupon .giftcard-input{width:100%;margin-right:10px}.cart-container .cart-wrapper .cartcoupon .giftcard-input input{height:50px;border-radius:4px;border:1px solid #000;background:#fff;padding-left:10px;padding-right:10px;outline:none;width:100%}.cart-container .cart-wrapper .cartcoupon .applybtn{display:flex;height:50px;align-items:center;justify-content:center;border-radius:4px;padding:10px 24px;background-color:#cc670a}@media only screen and (max-width:480px){.cart-container .cart-wrapper .cartcoupon{width:100%}}.cart-container .cart-wrapper .shipping-tabs{width:100%;margin-bottom:24px;border:1px solid #ccc;border-radius:5px;padding:20px 10px}.cart-container .cart-wrapper .shipping-tabs .tabs{width:100%;display:flex;border-bottom:1px solid #a3a3a3}.cart-container .cart-wrapper .shipping-tabs .tabs .tab{width:50%;padding-bottom:5px;display:flex;align-items:center;gap:5px;border-bottom:2px solid #fff}.cart-container .cart-wrapper .shipping-tabs .tabs .tab-active{border-bottom:2px solid #595959!important}.cart-container .cart-wrapper .shipping-tabs .shipping-details{display:flex;gap:20px;margin-top:8px;align-items:flex-end}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.cart-container .cart-wrapper .shipping-tabs .shipping-details{flex-direction:column;gap:10px;align-items:flex-start}}.cart-container .itemcard-wrapper{display:flex;flex-direction:column;padding-top:47px;padding-bottom:20px}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.cart-container .itemcard-wrapper{padding-top:28px}}.cart-container .itemcard-wrapper .header{display:flex;justify-content:space-between}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.cart-container .itemcard-wrapper .header{justify-content:flex-start}}.cart-container .itemcard-wrapper .header .leftsection{width:80px}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.cart-container .itemcard-wrapper .header .leftsection{display:none}}.cart-container .itemcard-wrapper .header .scrollbuttons{display:flex;gap:10px;align-items:center}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.cart-container .itemcard-wrapper .header .scrollbuttons{display:none}}.cart-container .itemcard-wrapper .items{padding-top:24px;display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.cart-container .itemcard-wrapper .items::-webkit-scrollbar{display:none}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.cart-container .itemcard-wrapper .items{padding-top:20px}}.bottomcontainer_price{display:none;position:sticky;background:#fff;bottom:0;z-index:11;box-shadow:0 16px 48px 0 rgba(0,0,0,.176)}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.bottomcontainer_price{display:block}}.bottomcontainer_price .stickycontent{padding:15px}.bottomcontainer_price .stickycontent .item{display:flex;justify-content:space-between;margin-bottom:10px}.custom-iconbtn{height:32px;width:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.custom-iconbtn:hover{background-color:#32893b;color:#fff}.productcard{max-width:100%;min-width:240px;padding:14px}@media only screen and (min-width:1200px),only screen and (min-width:992px)and (max-width:1199px){.productcard{max-width:100%;min-width:230px}}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.productcard{max-width:164px;min-width:164px;padding:10px}}.productcard .icon{display:flex;width:100%;justify-content:flex-end}.productcard .divider-vertical{height:20px;border-right:2px solid gray}.productcard .cardimg_wrapper{width:100%;display:flex;justify-content:center;position:relative}.productcard .cardimg_wrapper .badgecontainer{width:100%;display:flex;justify-content:flex-end;z-index:10;position:absolute;right:0;bottom:8px}.productcard .cardimg_wrapper .topbadgecontainer{display:flex;justify-content:flex-end;z-index:10;position:absolute;right:0;top:8px}.productcard .cardimage{min-height:194px;margin-bottom:14px;width:100%;overflow:hidden;padding-top:100%}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.productcard .cardimage{min-height:143px}}.productcard .productdetails{display:flex;flex-direction:column;gap:13px}.productcard .productdetails .topsection{display:flex;justify-content:space-between}.productcard .productdetails .topsection .left{display:flex;align-items:center;gap:14px;white-space:nowrap}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.productcard .productdetails .topsection .left{gap:4px}}.productcard .productdetails .topsection .right{display:flex;align-items:center;gap:6px}.productcard .productbtn{border-radius:50px;border:1.5px solid #32893b;background:transparent;outline:none;padding:7px 12px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.productcard .productbtn:hover{background:#32893b}.productcard .productbtn:hover .productbtn_text{color:#fff}.productcard .productbtn .productbtn_text{font-size:14px;font-style:normal;font-weight:600;color:#32893b}@media only screen and (max-width:576px),only screen and (min-width:577px)and (max-width:767px){.productcard .productbtn .productbtn_text{font-size:12px}}.productbadge{padding:2px 8px;border-radius:20px;display:flex;align-items:center}.productbadge.sale{background-color:#ffe68d}.productbadge.out-of-stock{background-color:#ffcaca}.productbadge.best-seller{background-color:#369639}