.VirticalTopBar-main{background-color:var(--mainColor);width:100%}.VirticalTopBar-flex-main{justify-content:space-around;align-items:center;max-width:1000px;margin:auto;padding:10px;display:flex}.text-virticaltopbar{font-size:16px}.VirticalTopBar-subflex{align-items:center;gap:10px;display:flex}.VirticalTopBar-label-icon{width:20px;height:auto}@media (max-width:600px){.text-virticaltopbar{font-size:12px}.VirticalTopBar-label-icon{width:20px;height:auto}.VirticalTopBar-subflex{gap:5px}.VirticalTopBar-flex-main{padding:10px}}
.footer-container{background-color:var(--mainColor);color:var(--whiteColor);font-family:var(--FontFamily_1);padding:4% 5%}.footer-grid{grid-template-columns:1fr;gap:35px;margin:0 auto;display:grid}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:768px){.footer-container{padding:8%}.footer-description{display:none}}.footer-logo img{width:110px;height:auto;overflow:auto}.footer-icon{border:1px solid #fff;border-radius:4px;margin-right:8px;padding:4px}.footer-description{margin-top:16px;font-size:12px;font-weight:400;line-height:18px}.footer-social-icons{align-items:center;gap:16px;margin-top:16px;display:flex}.footer-social-icons img{width:30px;height:auto}.footer-heading{margin-top:0;margin-bottom:16px;font-size:22px;font-weight:600}.footer-list{font-size:16px;font-weight:500;list-style:none}.footer-contact{cursor:pointer;font-size:16px;font-weight:500;margin:8px 0!important}.footer-newsletter{margin-top:8px;display:flex}.footer-input{color:var(--blackColor);background-color:var(--whiteColor);border:none;border-radius:23px 0 0 23px;outline:none;flex:1;padding:12px 15px}.footer-success{background-color:var(--whiteColor);color:var(--blackColor);border-radius:23px 0 0 23px;flex:1;align-items:center;padding:12px 15px;font-weight:600;display:flex}.success-icon{justify-content:center;align-items:center;width:18px;height:18px;margin-right:8px;display:flex}.success-text{font-size:12px}.footer-newsletter .footer-button{border-radius:0 23px 23px 0}.footer-button{background-color:var(--TextBlue);color:var(--whiteColor);cursor:pointer;letter-spacing:.15rem;z-index:1;border:none;border-radius:0 23px 23px 0;padding:8px 15px;font-size:1rem;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.footer-button:before{content:"";background-color:var(--lightGray);z-index:-1;width:0%;height:100%;transition:all .3s;position:absolute;bottom:0;left:0}.footer-button:hover{color:var(--whiteColor)}.footer-button:hover:before{width:100%}.footer-button.disabled{cursor:not-allowed;background-color:gray}.footer-button.disabled:hover:before{width:0%}.footer-button img{width:22px;height:22px}.footer-bottom{text-align:center;border-top:1px solid var(--whiteColor);margin-top:32px;padding-top:16px;font-size:14px;font-weight:600}.footer-list li{margin-bottom:8px}.footer-container a:-webkit-any-link{color:var(--whiteColor);cursor:pointer;text-decoration:none}.f-main{justify-content:left;gap:3%;width:100%;display:flex}.f-submain-one{flex-direction:column;justify-content:space-between;width:18%;display:flex}.f-submain-two{width:52%}.f-submain-twocontent{gap:2%;width:100%;display:flex}.f-width-container{width:32%}.f-submain-three{width:29%}@media (max-width:1080px){.footer-container{padding:4% 8%}.footer-description{display:none}.f-main{flex-direction:column-reverse;justify-content:left;gap:35px;width:100%;display:flex}.f-submain-one{flex-direction:row;width:100%}.f-submain-two,.f-submain-three{width:100%}.f-submain-twocontent{gap:35px;width:100%;display:flex}.f-width-container{width:50%}}@media (max-width:480px){.f-width-container{width:44%}.f-submain-twocontent{flex-wrap:wrap;gap:20px;width:100%;display:flex}}@media (max-width:407px){.f-width-container{width:47.5%}.f-submain-twocontent{gap:10px}}@media (max-width:377px){.f-width-container{width:100%}}
.cart-drawer{z-index:1000;background-color:#fff;flex-direction:column;width:35.5%;height:calc(100dvh - 125px);padding:20px;transition:right .3s ease-in-out;display:flex;position:fixed;top:125px;right:-100%;box-shadow:-2px 0 10px #00000026}.cart-item-middle{flex:1}.cart-drawer.open{right:0}.cart-header{justify-content:space-between;align-items:center;padding-bottom:10px;padding-left:17px;padding-right:17px;display:flex}.cart-iconflex{align-items:center;gap:5px;display:flex}.cart-types-icons{width:12px;height:auto}.cart-items{scrollbar-width:none;scrollbar-color:var(--mainColor)transparent;flex:1;margin-top:15px;overflow-y:auto}.cart-items::-webkit-scrollbar{width:1px}.cart-items::-webkit-scrollbar-track{background:0 0}.cart-items::-webkit-scrollbar-thumb{background-color:var(--mainColor);border-radius:10px}.cart-item{border:1px solid var(--lightBlueColor);background-color:var(--lightblueBgColortwo);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:15px;padding:16px;display:flex}.cart-item-left{justify-content:center;align-items:center;display:flex}.cart-item-left img.cart-flag{width:45px;height:auto}.cart-item-left img.cart-network-flag{width:30px;height:auto}.cart-qty{align-items:center;gap:6px;font-size:14px;display:flex}.cart-qty .num-btn{cursor:pointer;background:0 0;border:1px solid #ccc;justify-content:center;align-items:center;padding:auto;font-size:16px;display:flex;width:24px!important;height:24px!important}.cart-item-right{flex-direction:column;gap:6px;min-width:70px;display:flex}.remove-btn{cursor:pointer;background:0 0;border:none;font-size:18px}.cart-footer{padding-top:15px}.total-row{justify-content:space-between;margin-bottom:15px;font-weight:700;display:flex}.checkout-btn{color:#fff;cursor:pointer;background-color:#ed5c1d;border:none;border-radius:20px;width:100%;margin-bottom:10px;padding:10px;font-size:14px}.continue-btn{color:#ed5c1d;cursor:pointer;background:#fff;border:1px solid #ed5c1d;border-radius:20px;width:100%;padding:10px;font-size:14px}.empty-cart{text-align:center;color:#777;margin-top:50px;font-size:16px}.confirm-main{padding:35px 10px 10px}.confirm-actions{gap:20px;margin-top:15px;display:flex}.confirm-yes,.confirm-no{cursor:pointer;border-radius:4px;padding:6px 16px;font-size:14px}.confirm-yes{color:#fff;background-color:#ed5c1d;border:none}.confirm-no{color:#333;background-color:#f5f5f5;border:1px solid #ccc}.cart-description{padding:5px 0}.cart-item-quantity-container{border:1px solid var(--mainColor);background-color:#fff;border-radius:999px;justify-content:space-between;align-items:center;width:72px;min-width:72px;height:28px;display:inline-flex}.cart-item-quantity-button{width:24px;height:100%;color:var(--TextBlue);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:16px;display:flex}.cart-item-quantity-button:hover{color:var(--TextBlue)}.cart-item-quantity-value{text-align:center;color:var(--TextBlue);flex:1;font-size:12px}@media screen and (max-width:1550px){.cart-drawer{width:36%}}@media screen and (max-width:1450px){.cart-drawer{width:40%}}@media screen and (max-width:1300px){.cart-drawer{width:43%}}@media screen and (max-width:1220px){.cart-drawer{width:46%}}@media screen and (max-width:1150px){.cart-drawer{width:50%}}@media screen and (max-width:1050px){.cart-drawer{width:52%}}@media screen and (max-width:1000px){.cart-drawer{width:55%}}@media screen and (max-width:950px){.cart-drawer{width:60%}}@media screen and (max-width:870px){.cart-drawer{width:65%}}@media screen and (max-width:800px){.cart-drawer{width:70%}}@media screen and (max-width:750px){.cart-drawer{width:75%}}@media screen and (max-width:600px){.cart-drawer{width:100%;height:calc(100vh - 125px);top:125px}}@media screen and (max-width:480px){.cart-drawer{width:100%;height:calc(100dvh - 125px);padding:15px 10px;top:125px;bottom:0}.cart-item{gap:8px;padding:10px 5px}.cart-header img{width:18px}.cart-item-left img.cart-flag{width:35px}.cart-item-quantity-container{width:60px;min-width:60px;height:28px}.cart-description{padding:5px 0;font-size:14px}.cart-qty .num-btn{width:20px;height:20px;font-size:14px}.total-row{font-size:14px}}
