@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";
:root{--theme:#e62302;--themehover:#c61e00;--counterbg:#e62302;--white:#fff;--black:#000;--gray:#787878;--topback:#f4f6f8;--back2:#fffcf886;--navbarbg:#000;--navbarText:#fff;--copyrightbg:#1a1a1a;--copyrightText:#fff;--cartBtnBg:#000;--cartBtnText:#fff;--cartBtnHoverBg:#2a2a2a;--cartBtnHoverText:#fff;--buyBtnBg:#e62302;--buyBtnText:#fff;--buyBtnHoverBg:#ca1e00;--buyBtnHoverText:#fff;--subsbtnBg:#e62302;--subsbtnText:#fff;--subsbtnHoverBg:#ce1f00;--subsbtnHoverText:#fff}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif;font-weight:400}
html{scroll-behavior:smooth}body{transition:all .3s}h1{font-weight:700}a{color:var(--black);cursor:pointer;text-decoration:none}p{margin-bottom:0}ul,li{list-style:none}.active{color:var(--theme)}.bold-hr{border:2px solid var(--black)}.bold-title{font-weight:600}.gray-title{color:var(--gray)}.bg-gray1{background:var(--topback)}.bg-gray2{background:var(--back2)}.btn-danger{background:var(--theme)}.btn-danger:hover{background:var(--themehover)}.btn-outline-dark:hover{color:#000;background:0 0}.text-danger{color:var(--theme)}.text-danger:hover{color:var(--themehover)}.grid-container-2x{grid-template-columns:50% 50%;display:grid}.container{max-width:1670px;margin-left:auto;margin-right:auto;padding:0 35px}@media only screen and (max-width:550px){.container{padding:0 15px}}@media only screen and (max-width:450px){.container{padding:0 10px}}.search-suggestions{z-index:1000;background-color:#fff;border-top:1px solid #ccc;width:100%;max-height:400px;display:none;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 8px #0000001a}.search-suggestions .dropdown-item{cursor:pointer;border-top:1px solid #f0f0f0}.search-suggestions .dropdown-item:hover{background-color:#f0f0f0}.mobile-search-box{position:relative}.search-suggestions-mobile{z-index:1000;background-color:#fff;border-radius:5px;width:100%;max-height:300px;padding-top:10px;display:none;position:absolute;left:0;overflow-y:auto;box-shadow:0 4px 8px #0000001a}.search-suggestions-mobile .dropdown-item{cursor:pointer;border-top:1px solid #f0f0f0;padding:10px}.search-suggestions-mobile .dropdown-item:hover{background-color:#f0f0f0}@media only screen and (max-width:600px){.search-suggestions-mobile .dropdown-item span{font-size:13px}}@media only screen and (max-width:500px){.search-suggestions-mobile .dropdown-item span{font-size:11px}}.card{border-radius:20px}.card-body .btn{width:100%;margin-bottom:10px;padding:15px}.card-body .btn:last-child{margin-bottom:0}.card-body .btn span{font-weight:600}.card h6{font-size:20px;font-weight:700}.card p{margin-bottom:10px}.card-img-top{border-radius:20px 20px 0 0;padding:7px}.footer-grid-container{grid-template-columns:40% 20% 20% 20%;display:grid}.footer-grid-container>div{padding:10px}.footer-grid-container .logo{text-align:left}.footer-grid-container h6{text-transform:uppercase;font-weight:600}.footer-grid-container p{padding:5px 0}.footer-grid-container a:hover{color:var(--theme)}.footer-grid-container .business p span,.footer-grid-container .business .copyright{font-weight:500}.footer-grid-container .newsletter .copyright{display:none}.footer-grid-container .social-links i{margin-right:20px;font-size:20px}@media only screen and (max-width:1150px){.footer-grid-container{margin-bottom:50px}}@media only screen and (max-width:850px){.business{grid-area:business}.about{grid-area:about}.help{grid-area:help}.newsletter{grid-area:news}.footer-grid-container{grid-template-areas:"business business business business""about about help help""news news news news";row-gap:24px}.footer-grid-container input{width:60%}.footer-grid-container .business .copyright{display:none}.footer-grid-container .newsletter .copyright{display:block}}@media only screen and (max-width:500px){.footer-grid-container input{width:100%}}
