.topbar{width:100%}.topbar div{padding-left:6rem;padding-right:6rem;font-family:Lato,sans-serif;border-bottom:1px solid rgb(243,243,243)}.topbar div ul li,.topbar div ul li a{color:var(--font-dark-color)}@media screen and (max-width: 900px){.topbar div{padding-left:5rem;padding-right:5rem}}@media screen and (max-width: 650px){.topbar{display:none}}.social-links li{width:30px;height:30px;background-color:#000;margin:auto;overflow:hidden}.social-links li a{font-size:1.2rem}.nav{display:block}.navbar{padding:10px 6rem;display:grid;grid-template-columns:1.4fr 2.6fr}.navbar-logo a{font-size:2rem;font-weight:700;color:var(--color-dark);text-decoration:none}.nav-wrapper{display:grid;grid-template-columns:1.9fr .5fr;transition:all .6s ease-in-out}.nav-list{display:flex;justify-content:space-between;align-content:center}.nav-list ul{display:flex;justify-content:flex-start;flex-direction:row;align-items:center}.nav-list ul li{width:100%;text-align:center;margin:auto 8px}.nav-list ul li a{text-align:left;font-size:.9rem;width:100%;color:var(--font-dark-color);font-weight:500;text-decoration:none;text-transform:uppercase;padding:5px}.nav-list ul li a.active{border-bottom:2px solid rgb(243,78,78)}.nav-wrapper__button{justify-content:end}.nav-wrapper__button a button{border-radius:20px;padding:8px 20px;font-size:var(--font-size-1)}.nav-wrapper.active{display:flex;margin-top:1rem;flex-direction:column;border:1px solid rgb(230,230,230);border-radius:5px;width:100%}.nav-wrapper.active .nav-list{flex-direction:column}.nav-wrapper.active .nav-list .nav-list-menu{flex-direction:column;align-items:start}.nav-wrapper.active .nav-list .nav-list-menu li{height:40px;padding:0;margin:0}.nav-wrapper.active .nav-list .nav-list-menu li:not(:last-child){border-bottom:1px solid rgb(233,233,233)}.nav-wrapper.active .nav-list .nav-list-menu li a{height:100%;display:block;padding:10px 30px}.nav-wrapper.active .nav-list .nav-list-menu li a:hover{background-color:#e4e4e4c7}.nav-wrapper.active .nav-list .nav-list-menu li a.active{border:none;background-color:#e4e4e4c7}.nav-menu{display:none;width:100%;height:30px;flex-direction:column;justify-content:space-between;align-items:flex-end;background-color:#fff;cursor:pointer}.nav-menu-item{border-radius:10px;background-color:var(--color-dark);height:7px;width:7px;margin:2px 0}@media screen and (max-width: 1000px){.nav_wrapper{width:71%}}@media screen and (max-width: 900px){.navbar{padding:10px 5rem}}@media screen and (max-width: 800px){.navbar{grid-template-columns:1fr 1fr}.nav-wrapper{display:none}.nav-wrapper.active{grid-area:4 / span 6}.nav-logo a{font-size:1.5rem}.nav_wrapper,.nav-menu{display:flex}.nav-wrapper__button{margin:10px 30px;justify-content:start}}@media screen and (max-width: 576px){.navbar{padding:10px 2rem}}.btn{transition:all .3s ease-in-out}.btn-primary{color:var(--white-color);background-color:var(--primary-color);border:1px solid var(--primary-color)}.btn-primary:hover{color:var(--primary-color);background-color:var(--white-color)}.btn-secondary{border:1px solid var(--secondary-color);color:var(--white-color);background-color:var(--secondary-color)}.btn-secondary:hover{color:var(--secondary-color);background-color:var(--white-color)}.btn-success{border:1px solid var(--background-color-success);background-color:var(--background-color-success);color:var(--color-success)}.btn-success:hover{border:1px solid var(--color-success);color:var(--color-success);background-color:var(--white-color)}.btn-warning{border:1px solid var(--background-color-warning);background-color:var(--background-color-warning);color:var(--color-warning)}.btn-warning:hover{border:1px solid var(--color-warning);color:var(--color-warning);background-color:var(--white-color)}.btn-error{border:1px solid var(--background-color-error);background-color:var(--background-color-error);color:var(--color-error)}.btn-error:hover{border:1px solid var(--color-error);color:var(--color-error);background-color:var(--white-color)}.btn-info{border:1px solid var(--background-color-info);background-color:var(--background-color-info);color:var(--color-error)}.btn-info:hover{border:1px solid var(--color-info);color:var(--color-info);background-color:var(--white-color)}.btn-info{background-color:var(--primary-color-blue);color:var(--white-color)}.btn-primary-outline{background-color:var(--white-color);color:var(--primary-color);border:1px solid var(--primary-color)}.btn-primary-outline:hover{background-color:var(--primary-color);color:var(--white-color)}.btn-secondary-outline{background-color:var(--white-color);color:var(--secondary-color);border:1px solid var(--secondary-color)}.btn-secondary-outline:hover{background-color:var(--secondary-color);color:var(--white-color)}.btn-success-outline{background-color:var(--white-color);color:var(--color-success);border:1px solid var(--color-success)}.btn-success-outline:hover{background-color:var(--color-success);color:var(--white-color)}.btn-warning-outline{background-color:var(--white-color);color:var(--color-warning);border:1px solid var(--color-warning)}.btn-warning-outline:hover{background-color:var(--color-warning);color:var(--white-color)}.btn-error-outline{background-color:var(--white-color);color:var(--color-error);border:1px solid var(--color-error)}.btn-error-outline:hover{background-color:var(--color-error);color:var(--white-color)}.btn-info-outline{background-color:var(--white-color);color:var(--primary-color-blue);border:1px solid var(--primary-color-blue)}.btn-info-outline:hover{background-color:var(--primary-color-blue);color:var(--white-color)}.btn-block{display:block;width:100%}.btn-rounded{border-radius:30px}.btn-rounded-full{border-radius:50px}.modal{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;transition:all .3s ease-in-out;z-index:-1}.modal.active{z-index:10;opacity:1;overflow:hidden}.modal-body{background-color:#fff;padding:20px;z-index:2;position:relative}.modal-body span.close{right:-10px;top:-10px;background-color:#000;width:25px;height:25px;position:absolute;display:flex;justify-content:center;align-items:center;border-radius:50%}.modal-body span i{color:#fff;font-size:20px;cursor:pointer}.modal-bg-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.forms h1{font-size:2.4rem;margin-bottom:1rem;text-align:center}.forms p{font-size:1rem;margin-bottom:1rem;text-align:center;color:#666;letter-spacing:.9px}.forms p span{color:#080808}.form-sign-forgot{margin:.5rem 0}.form-sign-forgot label{color:#3f3d3d}.form-sign-forgot input{margin-right:.5rem}.form-sign-forgot a{padding:1rem 0;color:#0c0c0c;letter-spacing:1px}.form-btn{width:100%;display:block;font-size:1.4rem;padding:.6rem 0}.form-input{margin-top:1.5rem}.form-group-sign{grid-gap:0 1rem}.account-recovery{color:#292727;background-color:transparent;border:none;outline:none;font-size:1rem}.form-input label,.form-input input{margin:4px 0;font-size:1.2rem;font-family:Inter,sans-serif;font-weight:500;width:100%;color:#413f3f}.footer{background-color:#181818;display:grid;grid-template-columns:repeat(4,1fr);padding:4rem 3rem;border-top:3px solid red}.footer-menu{display:flex;justify-content:flex-start;align-items:center;margin-bottom:20px;flex-direction:column}.footer-menu-title h4{color:#d1d1d1;font-size:20px;font-weight:300;margin-bottom:20px;text-transform:uppercase;font-family:Roboto,sans-serif;text-align:left}.footer-menu-body{display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-menu-body li{margin-bottom:10px}.footer-menu-body li a{color:#8f8e8e;font-size:14px;font-weight:300;text-transform:uppercase;text-align:left}.copyright-trademark{background-color:#000;padding:20px 0;color:#fff;text-align:center;font-weight:300;border-top:1px solid #2e2d2d}@media screen and (max-width: 800px){.footer{grid-template-columns:repeat(2,1fr);gap:3rem 1rem}}@media screen and (max-width: 576px){.footer{grid-template-columns:repeat(1,1fr);gap:3rem 1rem}.copyright-trademark{padding:20px}}.product__container{margin:6rem 4rem}.product__container__head{display:grid;grid-template-columns:1fr 300px 1fr}.product__container__head h2{font-size:2rem;font-weight:400;text-transform:uppercase}.product__container__body{margin-top:3rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:4rem 1rem}@media screen and (min-width: 1400px){.product__container__body{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width: 1070px){.product__container{margin:6rem 3rem}.product__container__body{grid-template-columns:repeat(3,1fr);grid-gap:4rem 1rem}}@media screen and (max-width: 768px){.product__container__body{grid-template-columns:repeat(2,1fr);grid-gap:4rem 1rem}}@media screen and (max-width: 576px){.product__container{margin:6rem 2rem}.product__container__body{grid-template-columns:repeat(1,1fr);grid-gap:4rem 1rem}}.badge{position:relative;width:100%}.badge div:first-child{position:relative}.badge-box{position:absolute;background-color:#000;color:#fff;font-size:1.2rem;top:-20px;right:-10px;width:50px;height:50px;border-radius:50%;padding:5px}.badge-text{text-align:center;padding:0;font-weight:100;text-transform:uppercase;font-size:1rem}.product{width:100%}.product__info--category{text-transform:uppercase;font-weight:600;color:#474747;font-family:Lato,sans-serif;padding-top:5px}.product__image{width:100%;height:220px}.product__image img{width:100%;height:100%;object-fit:cover}.product__info--title{font-size:1.2rem;font-weight:900;color:#1f1e1e;font-family:Roboto,sans-serif;text-transform:uppercase;padding:5px}.product__price .product__price--original{font-size:.9rem;font-weight:800;color:#111;font-family:Lato,sans-serif;text-decoration:line-through;color:var(--color-error);padding:5px}.product__price .product__price--sale{font-size:1.2rem;font-weight:900;color:#1f1e1e;font-family:Roboto,sans-serif}.product__cart--button{text-transform:uppercase;font-weight:500;word-spacing:3px;letter-spacing:1px;margin-top:15px}.features__service{padding:2rem 6rem}.features__service--item:not(:last-child){padding:.8rem;color:#3b3b3b;border-right:1px solid #7c7b7b}.features__service--item{color:#535353}.features__service--item-icon{font-size:2rem}@media screen and (max-width: 1200px){.features__service{padding:2rem 5rem}}@media screen and (max-width: 1100px){.features__service{padding:2rem 4rem}}@media screen and (max-width: 1000px){.features__service{padding:2rem 3rem}}.hero-category{display:grid}.hero-category__item{padding:3rem}.hero-category__item__title{color:var(--white-color);font-size:3rem;font-weight:600;text-transform:uppercase}.hero-category__item__tagline{font-size:1.1rem;color:#fff;padding:1rem 0;text-transform:uppercase;margin-bottom:2rem}.text-black{color:var(--black-color)}.hero-category__item__button{margin-top:1rem;padding:1rem 3rem;color:var(--black-color);border:none;outline:none;font-size:1.1rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease-in-out;background-color:var(--white-color)}.hero-category__item:nth-child(2) .hero-category__item__button{color:var(--white-color);background-color:var(--primary-color)}.hero-category__item:nth-child(2) .hero-category__item__button:hover,.hero-category__item__button:hover{background-color:red;color:var(--white-color)}@media screen and (max-width: 1000px){.hero-category__item{padding:2rem}.hero-category__item__title{font-size:2.5rem}.hero-category__item__tagline{font-size:1rem;padding:.8rem 0;margin-bottom:1rem}.hero-category__item__button{margin-top:1rem;padding:1rem 2rem;font-size:1rem}}@media screen and (max-width: 800px){.hero-category{grid-template-columns:1fr!important}}@font-face{font-family:Ananda Black;src:url(/fonts/AnandaBlackPersonalUseRegular-rg9Rx.ttf)}.herosection{background:var(--hero-image) no-repeat left center/cover;padding:0 3.5rem;grid-template-columns:repeat(2,1fr)}.herosection__content{height:100%}.herosection__content-tagline{font-size:.9rem;font-weight:600;font-family:Montserrat,sans-serif;letter-spacing:4px;color:var(--white);margin-bottom:1rem;text-transform:uppercase}.herosection__content-title{font-family:Ananda Black;font-size:3rem;color:#212122;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.herosection__content-tagline-2{font-size:5rem;font-weight:700;font-family:Montserrat,sans-serif;letter-spacing:4px;color:#000;margin-bottom:1rem;text-shadow:2px 2px 7px rgba(0,0,0,.5);text-transform:uppercase}.herosection__description{letter-spacing:2px;color:#323233;font-size:1rem}.herosection__button{padding:8px 20px;font-size:1.3rem}.herosection__button:hover{background-color:var(--primary-color)!important;color:var(--white-color)!important;transform:scale(1.1)}.herosection__bottom{display:flex;align-items:center;justify-content:space-evenly}.herosection__bottom-content{font-size:1.3rem;text-transform:uppercase;font-weight:900;letter-spacing:3px;color:#161616;font-family:Lato,sans-serif}.herosection__bottom-content span{font-size:1.6rem;text-transform:uppercase;font-weight:900;letter-spacing:3px;color:#161616;font-family:Lato,sans-serif}@media screen and (max-width: 1150px){.herosection{background:var(--hero-image) no-repeat center top / cover;grid-template-columns:1.5fr .5fr}}@media screen and (max-width: 900px){.herosection{padding:0 2rem}}@media screen and (max-width: 800px){.herosection{background:var(--hero-image) no-repeat center top / cover;grid-template-columns:1fr}.herosection__content{padding:2rem 3rem!important}.herosection__bottom{display:block}.herosection__button{width:100%}.herosection__bottom-content{text-align:center;padding:2rem}}@media screen and (max-width: 576px){.herosection{padding:0 1rem;background:var(--hero-image) no-repeat 60% center/ cover;grid-template-columns:1fr}.herosection__content{padding:2rem 1rem!important}.herosection__content-tagline{font-size:.8rem}.herosection__content-title{font-size:2rem}.herosection__content-tagline-2{font-size:4rem}.herosection__description{letter-spacing:1px;font-size:.9rem}.herosection__button{padding:7px 15px;font-size:1rem}.herosection__bottom-content{font-size:1rem}.herosection__bottom-content span{font-size:1.4rem}}.user-container{display:grid;grid-template-columns:repeat(4,1fr);padding:3rem 6rem;gap:2rem}.user-panel-left{height:243px;position:sticky;top:5px}.user-panel-right{grid-column:2 / 5}.user-panel-right .dashboard-content{padding:1rem}.user-panel-right .dashboard-content p{color:#464646;font-size:1rem;font-family:Poppins,sans-serif;margin-bottom:2rem}.user-panel-right .dashboard-content p a{color:#9988fc;font-family:Poppins,sans-serif}.user-panel-right .dashboard-content p a::visited{color:#2802ff}@media screen and (max-width: 1080px){.user-container{padding:3rem}}@media screen and (max-width: 980px){.user-container{padding:3rem;display:block;margin:auto}.user-panel-right{padding-top:3rem}}.page-banner{background:var(--page-banner-img) no-repeat center top / cover;padding:3rem 0}.page-banner-content hr{width:400px;background-color:#383838}.page-banner-content h2{font-size:3rem;color:#fff;padding:0 2rem;text-transform:uppercase;font-weight:900;letter-spacing:2px}.user-panel-links ul{border:1px solid #eee}.user-panel-links ul li a{display:block;padding:10px 20px;border-bottom:1px solid #eee;color:#333;text-decoration:none;transition:all .3s ease}.user-panel-links ul li a i{margin-right:10px}.user-panel-links ul li a:hover{background-color:#e6e5e5;color:#333}.user-panel-links ul li a.active{border:1px solid #353434;background-color:#202020;color:#fff}.about-us__title{font-size:2rem;text-align:center;font-family:Poppins,sans-serif;color:#242424;text-transform:uppercase}.about-us__title h2{padding:20px}.timeline{position:relative;max-width:1200px;margin:100px auto}.timeline-container{padding:10px 50px;position:relative;width:50%}.text-box{padding:20px 30px;background:#ffffff;position:relative;border-radius:6px;font-size:15px;box-shadow:1px 1px 80px 10px #4645451a,-1px -1px 80px 10px #4645451a}.left-container{left:0}.right-container{left:50%}.timeline-container img{position:absolute;width:40px;border-radius:50%;right:-20px;top:32px;z-index:10}.right-container img{left:-20px}.timeline:after{content:"";position:absolute;width:6px;height:100%;background:#cecece;left:50%;top:0;transform:translate(-50%)}.text-box h2{font-weight:600}.text-box span{display:block;margin-bottom:10px;font-size:14px;color:#777}.text-box p{font-size:14px;color:#777;line-height:1.6}.left-container-arrow{position:absolute;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:15px solid #ffffff;left:100%;top:28px}.right-container-arrow{position:absolute;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:15px solid #ffffff;right:100%;top:28px}@media screen and (max-width: 768px){.timeline{margin:50px}.timeline-container{padding:10px 0 10px 50px;width:100%}.right-container{left:0}.timeline-container img{position:absolute;width:40px;border-radius:50%;left:-20px;top:32px;z-index:10}.right-container img{left:-20px}.timeline:after{left:0}.left-container-arrow{position:absolute;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:15px solid #ffffff;left:-15px;transform:rotate(180deg)}}h4.contact-title{font-size:2.5rem;color:#242424;padding-top:40px;padding-bottom:10px}.contact-us{display:grid;grid-template-columns:1fr 2fr;padding:3rem 7.5rem}.contact-menu h4{font-size:1.5rem;color:#242424}.contact-menu ul li a{font-size:1.1rem;color:#444}.form-section div{gap:1rem 3rem}.form-section div:last-child{grid-column:1/3}.form-section .contact-btn{padding:6px 20px;font-size:1.3rem}@media screen and (max-width: 1000px){.contact-us{padding:3rem 4rem}}@media screen and (max-width: 800px){.contact-us{display:block;padding:3rem 2rem}.form-section div{display:block!important}}.form-input label,.form-input textarea{margin:4px 0;font-size:1.2rem;font-family:Inter,sans-serif;font-weight:500;width:100%;color:#413f3f}.form-input label{color:#4d4b4b}.form-input input{border:1px solid #8a8888;padding:10px;outline:none;width:100%}.submit-btn{background-color:#4c4cd4;border:none;outline:none;padding:10px 20px;font-size:1.4rem;color:#fff;cursor:pointer}.product_showcase img{max-height:450px;object-fit:cover;width:100%;object-position:50% 50%}.gallery{width:100%;height:110px}.gallery .images{height:100%;display:grid;gap:.2rem;grid-template-columns:repeat(5,1fr)}.images .img{overflow:hidden;gap:1rem;transform:scale(1)}.img.active:before{content:"";position:absolute;width:100%;height:100%;background-color:#00000080;z-index:2}.product-container{display:grid;grid-template-columns:repeat(2,1fr);gap:0 1rem;padding:0 3rem}.tabs{margin:2rem 3rem}.tabs__header{border-bottom:1px solid rgb(145,145,145)}.tabs__header ul li{display:inline-block;padding:1rem;cursor:pointer;font-size:1.2rem;font-weight:600;color:#8a8989;position:relative;letter-spacing:1px;font-family:"Poppins",sans-serif';
}.tabs__header ul li.active{color:#000}.tabs__header ul li.active:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#333}@media screen and (max-width: 1100px){.product-container{grid-template-columns:repeat(2,1fr);gap:0 .5rem}.tabs{margin:2rem 3rem}}@media screen and (max-width: 850px){.product-container{grid-template-columns:1fr}.tabs__header ul li{padding:.5rem;font-size:1rem;letter-spacing:1px}}@media screen and (max-width: 576px){.tabs__header ul li{padding:.2rem;font-size:.8rem}}@media screen and (max-width: 850px){.product-container{padding:0 1rem}}@media screen and (max-width: 480px){.tabs{margin:1rem}}.product-details{padding:0}.product-details__head{padding-bottom:1rem}.product-details__head h1{font-family:Poppins,sans-serif;font-size:2rem;text-transform:capitalize;letter-spacing:2px;font-weight:700;color:#0c0c0c}.product-details__head .product-details__head--title{padding-bottom:.9rem}.product-details .product-details__head .product-details__head--title .product-share-icon{width:40px;height:40px;font-size:1.2rem;border-radius:50%}.product-details__head--mid{display:flex;align-items:center;padding-bottom:1rem;justify-content:space-between}.product-details__head--mid--price{flex-shrink:4}.product-details__head--mid .product-details__head--mid--price span{font-size:1.4rem;margin-right:10px}.product__original--price{color:#7e7d7d;text-decoration:line-through}.product__discount--price{color:#0c0c0c}.product-details__head--review{gap:1rem;flex-shrink:0}.product-details__head--review span i.fa-regular.fa-star{color:#7e7d7d}.product-details__head--review--star span i.fa.fa-star{color:#f8e825!important}.product__review,.pipe-divider,.product__sold{color:#616161;font-weight:500}.product-excerpt{color:#616161;font-size:.9rem;font-weight:400;letter-spacing:1.2px;font-family:Poppins}.product-details .product__choice{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.product-details .product__choice div div .product-input{width:30px;height:30px;margin-right:5px;border-radius:50%}.product-details .product__choice div div .product-input label{opacity:0}.product-details .product__choice div div .product-input.yellow{background-color:#fffb00}.product-details .product__choice div div .product-input.pink{background-color:#f30ab9}.product-details .product__choice div div .product-input.active{border:2px solid black;background-color:#fff;position:relative}.product-details .product__choice div div .product-input.active:before{content:"";z-index:2;position:absolute;width:18px;height:18px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.product-details .product__choice div div .product-input.yellow.active:before{background-color:#fffb00}.product-details .product__choice div div .product-input.pink.active:before{background-color:#f30ab9}.product__quantity{background-color:#e4e4e4;height:40px}.product__quantity button{font-size:1.2rem;font-family:Poppins,sans-serif;width:50px;height:100%;border:none;background-color:transparent}.product__quantity button.disable{color:#3a3a3a;cursor:not-allowed;background-color:#ebebeb}.product__quantity input{font-size:1.2rem;width:50px;height:100%;text-align:center;border:none;background-color:transparent}.product__quantity input:focus{outline:none}.product__quantity--cart{gap:1rem}.product__quantity--cart div:first-child{flex-shrink:0}.product__quantity--cart div:last-child{flex-shrink:4;width:100%}.product__quantity--cart div:last-child p{text-align:right}.product-cart-btn,.product-buy-btn{padding:8px 20px;width:100%;font-size:1.1rem}.product__services{padding:1rem 0;color:#3b3b3b}.product__services span{color:#919191}.free-shipping-element{display:flex;align-items:center;background-color:#ddd;justify-content:space-around;padding:1rem;border-radius:10px}.free-shipping-child{display:flex;align-items:center;flex-direction:column;gap:.2rem;justify-content:center}.free-shipping-child img{width:40px;height:40px}.free-shipping-child p{text-align:center;color:#413e3e}@media screen and (max-width: 1190px){.product-details__head--mid .product-details__head--mid--price span{font-size:1.1rem;margin-right:5px}.product-details__head--review{gap:.2rem;flex-shrink:3}}@media screen and (max-width: 1100px){.product-details{padding:0 2rem}}@media screen and (max-width: 1000px){.product-details__head h1{font-size:1.6rem;letter-spacing:1.5px}.free-shipping-child img{width:30px;height:30px}.free-shipping-child p{font-size:.8rem}}@media screen and (max-width: 950px){.product-details__head--mid{flex-direction:column!important;align-items:flex-start!important}}@media screen and (max-width: 850px){.product-details__head .product-details__head--title{padding:1rem 0}.product-details{padding:0}}.review__container{display:flex;flex-direction:column;justify-content:center;align-items:center}.review__container--head{width:100%}.review__container--head h4{font-size:2rem;font-family:Poppins,sans-serif;font-weight:600;letter-spacing:2px;margin-top:2rem;margin-bottom:1rem}.review__container--search{background-color:#7fffd4;border:1px solid #000}.review__container--search-input{height:40px;width:80%}.review__container--search-input input{height:100%;width:100%;padding:0 1rem;font-size:1.1rem;outline:none;border:none}.review__container--search-btn{height:40px;width:20%;border:none}.review__container--search-btn button{height:40px;width:100%;font-size:1.1rem;border:none;background-color:#000;color:#fff;position:relative;overflow:hidden}.review__container--search-btn button span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;transition:all .6s ease-in-out}.review__container--search-btn button:before{content:"";position:absolute;width:100%;height:100%;background-color:#fff;top:0;z-index:0;left:0;border-top-left-radius:50%;border-top-right-radius:100%;transform:translate(-50%,100%);transition:all .6s ease-in-out}.review__container--search-btn button:hover span{color:#000}.review__container--search-btn button:hover:before{border-radius:0;transform:translate(0);background-color:#fff;z-index:0}.review__contaienr--body{width:100%}.review__container--filter{margin-top:2rem;display:flex;justify-content:space-between;align-items:center;background-color:#ececec5b;padding:1rem 2rem}.review__container--filter select{border:none;background-color:transparent;outline:none}.review__container--review--details{margin-top:2rem}.review__container--review--details--item{display:flex;justify-content:flex-start;gap:1rem;align-items:flex-start;padding:2rem 0;border-bottom:1px solid #ccc9c9}.review__container--review--user--image{width:60px;height:60px;position:relative;z-index:1}.review__container--review--user--image img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:top}.review__container--review--user--image i{background-color:green;position:absolute;bottom:0;right:0;color:#fff;border-radius:50%;padding:5px;z-index:2;border:3px solid #fff;font-size:.7rem}.review__container--review--details--item--head{width:89%}.review__owner--id--verify--section p{color:#c2c2c2;font-family:Poppins,sans-serif;font-weight:300}.review__date{color:#c2c2c2;font-family:Poppins,sans-serif;font-weight:300;font-size:.95rem}.review__container--review--details--item--head--right--rating .fa{color:#ff0}.review__description{font-family:Poppins,sans-serif;font-weight:400;font-size:1rem;line-height:1.5;margin-top:1rem;grid-column:1 / 3;color:#5e5d5d}@media screen and (max-width: 850px){.review__container--head h4{font-size:1.6rem;letter-spacing:1px;margin-top:1rem}}@media screen and (max-width: 576px){.review__container--review--details--item{padding:0}}.questions__container{display:flex;flex-direction:column;justify-content:center;align-items:center}.questions__container--head{width:100%}.questions__container--head--title{display:flex;justify-content:space-between;align-items:center}.questions__container--head--title h4{font-size:2rem;font-family:Poppins,sans-serif;font-weight:600;letter-spacing:2px;margin-top:2rem;margin-bottom:1rem}.questions__container--search{border:1px solid #000}.questions__container--search-input{height:40px;width:100%}.questions__container--search-input input{height:100%;width:100%;padding:0 1rem;font-size:1.1rem;outline:none;border:none}.questions__container--ask-btn button{height:40px;width:300px;font-size:1.1rem;border:none;background-color:#000;color:#fff;position:relative;overflow:hidden}.questions__container--ask-btn button span{position:absolute;text-transform:uppercase;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;transition:all .6s ease-in-out}.questions__container--ask-btn button:before{content:"";position:absolute;width:100%;height:100%;background-color:#fff;top:0;z-index:0;left:0;border-top-left-radius:50%;border-top-right-radius:100%;transform:translate(-50%,100%);transition:all .6s ease-in-out}.questions__container--ask-btn button:hover span{color:#000}.questions__container--ask-btn button:hover:before{border-radius:0;transform:translate(0);background-color:#fff;z-index:0}.questions__container--body{width:100%}.questions__container--questions--details{margin-top:2rem}.questions__container--questions--details--item{display:flex;justify-content:flex-start;gap:1rem;align-items:flex-start;padding:2rem 0;border-bottom:1px solid #ccc9c9}.questions__container--questions--user--image{width:60px;height:60px;position:relative;z-index:1}.questions__container--questions--user--image img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:top}.questions__container--questions--user--image i{background-color:green;position:absolute;bottom:0;right:0;color:#fff;border-radius:50%;padding:5px;z-index:2;border:3px solid #fff;font-size:.7rem}.questions__container--questions--details--item--head{width:89%}.questions__owner--id--verify--section p{color:#c2c2c2;font-family:Poppins,sans-serif;font-weight:300}.questions__date{color:#c2c2c2;font-family:Poppins,sans-serif;font-weight:300;font-size:.95rem}.questions__container--questions--details--item--head--right--rating .fa{color:#ff0}.questions__description{font-family:Poppins,sans-serif;font-weight:400;font-size:1rem;line-height:1.5;margin-top:1rem;grid-column:1 / 3;color:#5e5d5d}@media screen and (max-width: 850px){.questions__container--head h4{font-size:1.6rem;letter-spacing:1px;margin-top:1rem}}@media screen and (max-width: 576px){.questions__container--questions--details--item{padding:0}}.cart_container{margin:1rem 6rem}.cart_container--head{padding:2rem 0}.cart_container--head h4{font-size:2rem;color:#413e3e}.coupon{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border:1px solid #e0e0e0;margin-top:1rem;margin-bottom:1rem;text-transform:uppercase;background-color:#4c2ff3;color:#fff;letter-spacing:1.2px}.coupon-term{padding:.5rem 2rem;font-size:1.3rem;font-weight:600;color:#fff7f7;letter-spacing:1.2px;background-color:green;font-family:Poppins,sans-serif}.cart_container--body{border:1px solid #e0e0e0}.table--head{background-color:#f3f0f0;border-bottom:1px solid #e0e0e0}.table--head div{padding:1rem;font-size:1.1rem;font-weight:600;color:#615c5c;letter-spacing:1.2px;font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:center}.table--head,.table--row{display:grid;grid-template-columns:.5fr .5fr repeat(4,1fr);gap:1rem}.table--row{margin-top:5px;padding:.5rem}.table--row:last-child{border-bottom:1px solid #e0e0e0}.table--row div{display:flex;align-items:center;justify-content:center}.table--row img{width:100px;height:100px;object-fit:cover}.table--row .table--row-data span{font-size:2rem;font-weight:600;color:#222121;transition:all .3s ease-in-out}.table--row .table--row-data span:hover{color:#ec0303;font-family:Poppins,sans-serif}.table--row-data .product-name{text-transform:capitalize}.table--bottom{display:flex;align-items:center;justify-content:space-between;padding:1rem}.table--bottom--left input{padding:.5rem 1rem;width:400px;font-size:1.1rem;text-transform:uppercase;border:1px solid #aaa0a0;font-weight:800;letter-spacing:1.3px;outline:none}.table--bottom--left button,.table--bottom--right button{padding:.5rem 2rem;font-size:1.1rem;text-transform:uppercase;border:1px solid #0e0d0d;letter-spacing:1.3px;background-color:#000;color:#fff;transition:all .3s ease-in-out}.table--bottom--left button:hover,.table--bottom--right button:hover{background-color:#fff;color:#000}.cart_checkout--container{display:grid;grid-template-columns:1fr 1fr;margin:1rem 6rem}.cart_checkout--head{grid-column:2/3;border:1px solid #e0e0e0}.cart_checkout--head--title{background-color:#f3f0f0;padding:1rem .7rem}.cart_checkout--head--title h4{font-size:1.2rem;font-weight:400;letter-spacing:1.05px}.cart_checkout--price--details div{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid #e0e0e0}.cart_checkout--bottom{padding:.5rem}.cart_checkout--bottom a{display:block;width:100%;text-align:center}@media screen and (max-width: 1100px){.table--bottom--left input{width:300px}}@media screen and (max-width: 1000px){.cart_container,.cart_checkout--container{margin:1rem 3rem}.table--bottom--left input{padding:.5rem .8rem;letter-spacing:1.1px}}@media screen and (max-width: 850px){.cart_container,.cart_checkout--container{margin:1rem 2rem}.table--bottom--left input{padding:.5rem .8rem;width:50%;letter-spacing:1.1px}.table--bottom--left button,.table--bottom--right button{padding:.5rem 1rem;font-size:1.1rem}.table--bottom--left{width:100%}.table--bottom--left button{width:50%}.table--bottom--right{width:100%}.cart_checkout--head{grid-column:1/3}}@media screen and (max-width: 700px){.table--bottom{flex-direction:column;align-items:flex-start;gap:1rem}.table--bottom--right button{width:100%}.table--head div{padding:1rem 0;font-size:1rem;letter-spacing:1px}}.order-section a{padding:8px 15px}table{width:100%}tbody tr:nth-child(odd){background-color:#ecececc9}tbody tr td,thead th{text-align:center;font-size:1rem;font-family:Poppins,sans-serif;font-weight:400;padding:10px;text-wrap:wrap;border:0}tr td button{padding:8px 15px;font-size:.9rem;border:none!important}tbody tr td.order-date,tbody tr td.order-total{font-weight:400;color:#494949}tbody tr td.order-status{font-weight:400;text-transform:capitalize}tbody tr td.order-status.shipped{color:#495bfd}tbody tr td.order-status.pending{color:#ecd610}tbody tr td.order-status.delivered{color:#27a701}.address-containers{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.address-container-card{margin:2rem 1rem 1rem;border:1px solid #ececec}.address-container-head{background-color:#e6e6e6;padding:1rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.address-container-head h3,.address-container-form h3{font-size:1.2rem;font-weight:600;color:#3d3a3a;letter-spacing:1.3px;font-family:"Poppins",sans-serif';
}.address-container-head button{background-color:#fff;border:1px solid #ececec;padding:.5rem 1rem;border-radius:5px;cursor:pointer}.address-container-card p{padding:0 1rem 1rem}.address-container-form{margin:1rem}.address-container-form div{margin:1rem 0}@media screen and (max-width: 768px){.address-containers{grid-template-columns:1fr}}.user-form-container div{margin-bottom:1rem}.form-password-container{padding:1rem;border:1px solid #ccc;margin-bottom:2rem}@media screen and (max-width: 700px){.user-form-container .form-group{grid-template-columns:1fr!important}}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif;scroll-behavior:smooth;--primary-color: #000000;--secondary-color: #6c757d;--background-dark-color: #10121A;--background-dark-grey: #191D2B;--border-color: #2e344e;--background-light-color: #F1F1F1;--background-light-color-2: rgba(3,127,255, .3);--primary-color-blue: #007bff;--background-color-success: #dfffe6;--background-color-error: #ffe4e6;--background-color-warning: #fff1c6;--background-color-info: #dce0ff;--background-color-success-2: #9cffc5;--white-color: #FFF;--font-light-color: #a4acc4;--font-dark-color: #313131;--font-dark-color-2: #151515;--sidebar-dark-color: #191D2B;--scrollbar-bg-color: #383838;--scrollbar-thump-color: #6b6b6b;--scrollbar-track-color: #383838;--scrollbar-hover-color: #6b6b6b;--color-success: #026118;--color-error: #f78b96;--color-warning: #f5bb0f;--color-info: #8f8df7;--color-light: #f8f9fa;--color-dark: #343a40;--color-body: #212529;--nav-size: 60px;--border-bottom: 1px solid #2e344e;--border-bottom-2: 1px solid #222831;--line-height: 1.8rem;--font-size: .6rem;--font-size: .7rem;--font-size: .8rem;--font-size: .9rem;--font-size: 1rem;--font-size-2: 1.2rem;--font-size-3: 1.4rem;--font-size-4: 1.6rem;--font-size-5: 1.8rem;--font-size-6: 2rem;--font-size-7: 2.2rem;--font-size-8: 2.4rem;--font-size-9: 2.6rem;--font-size-10: 2.8rem;--font-size-11: 3rem;--font-size-12: 3.2rem;--font-size-13: 3.4rem;--font-size-14: 3.6rem;--font-size-15: 3.8rem;--font-size-16: 4rem;--letter-spacing: 1px;--letter-spacing-2: 2px;--letter-spacing-3: 3px;--letter-spacing-4: 4px;--letter-spacing-5: 5px}a{text-decoration:none}ul{list-style:none}img{max-width:100%;height:auto}button{cursor:pointer}.display-flex{display:flex}.flex-column{flex-direction:column}.flex-column-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-space-between{justify-content:space-between}.justify-content-space-around{justify-content:space-around}.justify-content-space-evenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-space-between{align-content:space-between}.align-content-space-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.place-items-auto{place-items:auto}.place-items-start{place-items:flex-start}.place-items-end{place-items:flex-end}.place-items-center{place-items:center}.place-items-stretch{place-items:stretch}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:3rem}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-basis-auto{flex-basis:auto}.flex-basis-100{flex-basis:100%}.flex-basis-200{flex-basis:200%}.flex-basis-300{flex-basis:300%}.flex-basis-400{flex-basis:400%}.flex-basis-500{flex-basis:500%}.flex-basis-600{flex-basis:600%}.flex-basis-700{flex-basis:700%}.flex-basis-800{flex-basis:800%}.flex-basis-900{flex-basis:900%}.flex-basis-1000{flex-basis:1000%}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-first{order:-1}.order-last{order:13}.order-none{order:none}.display-grid{display:grid}.grid-1{grid-template-columns:repeat(1,minmax(600px,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-12{grid-template-columns:repeat(12,minmax(0,1fr))}.position-static{position:static}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:sticky}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:1rem}.m-4{margin:1.5rem}.m-5{margin:3rem}.m-auto{margin:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mt-auto{margin-top:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mb-auto{margin-bottom:auto}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:1rem}.ml-4{margin-left:1.5rem}.ml-5{margin-left:3rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:1rem}.mr-4{margin-right:1.5rem}.mr-5{margin-right:3rem}.mr-auto{margin-right:auto}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:1rem;margin-right:1rem}.mx-4{margin-left:1.5rem;margin-right:1.5rem}.mx-5{margin-left:3rem;margin-right:3rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:1rem;margin-bottom:1rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-5{margin-top:3rem;margin-bottom:3rem}.my-auto{margin-top:auto;margin-bottom:auto}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:1.5rem}.pt-5{padding-top:3rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:1rem}.pb-4{padding-bottom:1.5rem}.pb-5{padding-bottom:3rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:1rem}.pl-4{padding-left:1.5rem}.pl-5{padding-left:3rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:1rem}.pr-4{padding-right:1.5rem}.pr-5{padding-right:3rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:1rem;padding-right:1rem}.px-4{padding-left:1.5rem;padding-right:1.5rem}.px-5{padding-left:3rem;padding-right:3rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:1rem;padding-bottom:1rem}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-5{padding-top:3rem;padding-bottom:3rem}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.w-auto{width:auto}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.h-auto{height:auto}.min-w-0{min-width:0}.min-w-full{min-width:100%}.min-h-0{min-height:0}.min-h-full{min-height:100%}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.max-w-sm{max-width:30rem}.max-w-md{max-width:40rem}.max-w-lg{max-width:50rem}.max-w-xl{max-width:60rem}.max-w-2xl{max-width:70rem}.max-w-3xl{max-width:80rem}.max-w-4xl{max-width:90rem}.max-w-5xl{max-width:100rem}.max-w-full{max-width:100%}.max-w-screen-sm{max-width:640px}.max-w-screen-md{max-width:768px}.max-w-screen-lg{max-width:1024px}.max-w-screen-xl{max-width:1280px}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:4rem}.font-hairline{font-weight:100}.font-thin{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.no-underline{text-decoration:none}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.whitespace-normal{white-space:normal}.whitespace-no-wrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-normal{word-break:normal}.break-words{word-break:break-all}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-t-0{border-top-width:0}.border-r-0{border-right-width:0}.border-b-0{border-bottom-width:0}.border-l-0{border-left-width:0}.border-transparent{border-color:transparent}.border-black{border-color:#000}.border-white{border-color:#fff}.border-gray-100{border-color:#f7fafc}.border-gray-200{border-color:#edf2f7}.border-gray-300{border-color:#e2e8f0}.border-gray-400{border-color:#cbd5e0}.border-gray-500{border-color:#a0aec0}.border-gray-600{border-color:#718096}.border-gray-700{border-color:#4a5568}.border-gray-800{border-color:#2d3748}.border-gray-900{border-color:#1a202c}.border-red-100{border-color:#fff5f5}.border-red-200{border-color:#fed7d7}.border-red-300{border-color:#feb2b2}.border-red-400{border-color:#fc8181}.border-red-500{border-color:#f56565}.border-red-600{border-color:#e53e3e}.border-red-700{border-color:#c53030}.border-red-800{border-color:#9b2c2c}.border-red-900{border-color:#742a2a}.border-orange-100{border-color:#fffaf0}.border-orange-200{border-color:#feebc8}.border-orange-300{border-color:#fbd38d}.border-orange-400{border-color:#f6ad55}.border-orange-500{border-color:#ed8936}.border-orange-600{border-color:#dd6b20}.border-orange-700{border-color:#c05621}.border-orange-800{border-color:#9c4221}.border-orange-900{border-color:#7b341e}.border-yellow-100{border-color:ivory}.border-yellow-200{border-color:#fefcbf}.border-yellow-300{border-color:#faf089}.border-yellow-400{border-color:#f6e05e}.border-yellow-500{border-color:#ecc94b}.border-yellow-600{border-color:#d69e2e}.border-yellow-700{border-color:#b7791f}.border-yellow-800{border-color:#975a16}.border-yellow-900{border-color:#744210}.border-green-100{border-color:#f0fff4}.border-green-200{border-color:#c6f6d5}.border-green-300{border-color:#9ae6b4}.border-green-400{border-color:#68d391}.border-green-500{border-color:#48bb78}.border-green-600{border-color:#38a169}.border-green-700{border-color:#2f855a}.border-green-800{border-color:#276749}.border-green-900{border-color:#22543d}.border-teal-100{border-color:#e6fffa}.border-teal-200{border-color:#b2f5ea}.border-teal-300{border-color:#81e6d9}.border-teal-400{border-color:#4fd1c5}.border-teal-500{border-color:#38b2ac}.border-teal-600{border-color:#319795}.border-teal-700{border-color:#2c7a7b}.border-teal-800{border-color:#285e61}.border-teal-900{border-color:#234e52}.border-blue-100{border-color:#ebf8ff}.border-blue-200{border-color:#bee3f8}.border-blue-300{border-color:#90cdf4}.border-blue-400{border-color:#63b3ed}.border-blue-500{border-color:#4299e1}.border-blue-600{border-color:#3182ce}.border-blue-700{border-color:#2b6cb0}.border-blue-800{border-color:#2c5282}.border-blue-900{border-color:#2a4365}.border-indigo-100{border-color:#ebf4ff}.border-indigo-200{border-color:#c3dafe}.border-indigo-300{border-color:#a3bffa}.border-indigo-400{border-color:#7f9cf5}.border-indigo-500{border-color:#667eea}.border-indigo-600{border-color:#5a67d8}.border-indigo-700{border-color:#4c51bf}.border-indigo-800{border-color:#434190}.border-indigo-900{border-color:#3c366b}.border-purple-100{border-color:#faf5ff}.border-purple-200{border-color:#e9d8fd}.border-purple-300{border-color:#d6bcfa}.border-purple-400{border-color:#b794f4}.border-purple-500{border-color:#9f7aea}.border-purple-600{border-color:#805ad5}.border-purple-700{border-color:#6b46c1}.border-purple-800{border-color:#553c9a}.border-purple-900{border-color:#44337a}.border-pink-100{border-color:#fff5f7}.border-pink-200{border-color:#fed7e2}.border-pink-300{border-color:#fbb6ce}.border-pink-400{border-color:#f687b3}.border-pink-500{border-color:#ed64a6}.border-pink-600{border-color:#d53f8c}.border-pink-700{border-color:#b83280}.border-pink-800{border-color:#97266d}.border-pink-900{border-color:#702459}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-double{border-style:double}.border-none{border-style:none}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:50%}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}
