.cart-dropdown{bottom:0;position:fixed;right:-600px;top:0;transition:all .5s cubic-bezier(.55,0,.1,1);z-index:101}@media only screen and (max-width:767px){.cart-dropdown{right:-100%;width:100%}}.cart-dropdown .cart-content-wrap{background-color:var(--color-white);display:flex;flex-direction:column;height:100%;overflow:auto;padding:60px 50px;width:600px}@media only screen and (max-width:767px){.cart-dropdown .cart-content-wrap{padding:30px;width:100%}}@media only screen and (max-width:479px){.cart-dropdown .cart-content-wrap{padding:30px 15px}}.cart-dropdown .cart-content-wrap::-webkit-scrollbar{border-radius:10px;width:8px}.cart-dropdown .cart-content-wrap::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;transition:.5s}.cart-dropdown .cart-content-wrap::-webkit-scrollbar-thumb{background:var(--color-lightest);border-radius:10px;transition:.5s}.cart-dropdown .cart-content-wrap::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.cart-dropdown .cart-header{align-items:center;border-bottom:2px solid #f6f7fb;display:flex;justify-content:space-between;padding-bottom:18px}.cart-dropdown .cart-body{flex:auto;padding:30px 0}.cart-dropdown .cart-item{align-items:center;border-bottom:1px solid #f6f7fb;display:flex;margin-bottom:30px;padding-bottom:30px}@media only screen and (max-width:479px){.cart-dropdown .cart-item{align-items:flex-start}}.cart-dropdown .cart-item:last-child{border-bottom:none;margin-bottom:0}.cart-dropdown .cart-item .item-img{margin-right:30px;position:relative}@media only screen and (max-width:479px){.cart-dropdown .cart-item .item-img{margin-right:15px}}.cart-dropdown .cart-item .item-img a{background-color:#f6f7fb;border-radius:10px;display:block}@media only screen and (max-width:767px){.cart-dropdown .cart-item .item-img a{width:70px}}.cart-dropdown .cart-item .item-img a img{border-radius:10px;height:100px;object-fit:cover;width:100px}.cart-dropdown .cart-item .item-content{flex:1;padding-right:110px;position:relative}@media only screen and (max-width:479px){.cart-dropdown .cart-item .item-content{padding-right:0}}.cart-dropdown .cart-item .product-rating{font-size:10px;margin-bottom:14px;transition:var(--transition)}.cart-dropdown .cart-item .product-rating i{color:#ffdc60}.cart-dropdown .cart-item .product-rating .rating-number{font-weight:500;margin-left:5px}.cart-dropdown .cart-item .item-title{color:var(--color-black);display:-webkit-box;font-size:16px;-webkit-line-clamp:1;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}@media only screen and (max-width:767px){.cart-dropdown .cart-item .item-title{font-size:16px;margin-bottom:15px}}@media only screen and (max-width:479px){.cart-dropdown .cart-item .item-title{margin-bottom:5px}}.cart-dropdown .cart-item .item-price{color:var(--color-black);font-family:var(--font-secondary);font-size:18px}@media only screen and (max-width:767px){.cart-dropdown .cart-item .item-price{font-size:16px;margin-top:10px}}.cart-dropdown .cart-item .item-quantity{align-items:center;display:flex;justify-content:flex-end;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media only screen and (max-width:479px){.cart-dropdown .cart-item .item-quantity{justify-content:flex-start;margin-top:8px;position:static;transform:translateY(0)}}.cart-dropdown .cart-item .item-quantity .qtybtn{background-color:#f6f7fb;border-radius:50%;color:var(--color-black);font-size:18px;height:26px;line-height:20px;text-align:center;transition:all .3s ease-in-out;width:26px}.cart-dropdown .cart-item .item-quantity .qtybtn:hover{background-color:var(--color-primary);color:var(--color-white)}.cart-dropdown .cart-item .item-quantity .quantity-input{border:none;color:#27272e;font-size:16px;font-weight:600;height:26px;padding:0;text-align:center;width:30px}.cart-dropdown .cart-item .item-quantity input::-webkit-inner-spin-button,.cart-dropdown .cart-item .item-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-dropdown .cart-item .item-quantity input[type=number]{-moz-appearance:textfield;appearance:textfield}.cart-dropdown .cart-footer{border-top:2px solid #f6f7fb}.cart-dropdown .cart-footer .cart-subtotal{align-items:center;color:var(--color-black);display:flex;font-size:20px;justify-content:space-between;margin:22px 0 30px}.cart-dropdown .cart-footer .cart-subtotal .subtotal-amount{font-weight:700}.cart-dropdown .cart-footer .group-btn{column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:575px){.cart-dropdown .cart-footer .group-btn{display:block}}.cart-dropdown .cart-footer .group-btn .rbt-btn{text-align:center}.cart-dropdown .cart-footer .group-btn .rbt-btn:hover:before{transform:scale(1.05)}@media only screen and (max-width:575px){.cart-dropdown .cart-footer .group-btn .rbt-btn{display:block;margin-bottom:10px}}.cart-dropdown.open{right:0}body.open .closeMask{background-color:rgba(0,0,0,.6);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;transition:.3s;width:100%;z-index:6}.elementor-add-section-area-button.rainbow-add-template-button{align-items:center;display:flex;justify-content:center;margin-left:8px;vertical-align:bottom}.elementor-add-section-area-button.rainbow-add-template-button img{height:20px!important;width:20px!important}