body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}header{align-items:center;background-color:#fff;box-shadow:1px 1px 5px #161616;display:flex;justify-content:space-between;padding:0 30px}.logo{height:60px;width:167px}header img{height:100%;width:100%}.additional-nav,nav{align-items:center;display:flex;gap:20px;justify-content:center}.user-menu{position:relative}.avatar{align-items:center;background:#111;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-weight:700;height:38px;justify-content:center;-webkit-user-select:none;user-select:none;width:38px}.dropdown{background:#fff;border-radius:6px;box-shadow:0 10px 30px #00000026;min-width:160px;padding:10px;position:absolute;right:0;top:48px;z-index:100}.dropdown-display{display:flex;flex-direction:column;gap:10px}.dropdown p.username{border-bottom:1px solid #000;font-weight:700}.dropdown a,.dropdown button{background-color:#eeec;border:none;cursor:pointer;padding:5px;text-align:center}.mobile-additional-menu{display:none}.login_button,a{list-style:none;text-decoration:none}.login_button,header a{border-bottom-width:0;color:#000;transition:border-bottom-width .1s ease-in}.login_button,.logout_button{background:none;border:none;cursor:pointer;font:inherit}.nav-head{background-color:#fff;border:none;cursor:pointer;margin:0}.fa-magnifying-glass{margin:0 5px}.dropdown button:hover,.login_button:hover,.logout_button:hover,.nav-head,.search-bar:hover,header a:hover{border-bottom:3px solid #5a260d}.logo a:hover{border:none}.search_button{background-color:#fff;border:none}.search_button:hover{color:#af0000;cursor:pointer}.bars-nav-head{cursor:pointer}.login-container-wrapper{position:relative}.signup_login_dropdown{left:15%;position:absolute;top:100%;transform:scaleY(0);transform-origin:top;width:70%}.search_dropdown,.signup_login_dropdown{opacity:0;transition:transform .3s ease,opacity .3s ease;z-index:1000}.search_dropdown{left:0;position:fixed;top:0;transform:scaleY(0);width:100%}.search_dropdown.show,.signup_login_dropdown.show{opacity:1;transform:scaleY(1)}.mobile-menu-overlay{background:#0006;inset:0;position:fixed;z-index:2000}.mobile-menu{background:#fff;box-shadow:4px 0 20px #0003;display:flex;flex-direction:column;gap:15px;height:100%;max-width:300px;padding:20px;width:80%}.mobile-menu a,.mobile-menu button{background:none;border:none;cursor:pointer;font-size:16px;text-align:left;text-decoration:none}.mobile-username{font-weight:700}@media (max-width:767px){.logo{height:auto;width:80px}.mobile-additional-menu{border:1px solid #000;border-radius:15px;display:flex;gap:5px;padding:8px 10px}header{height:60px}.additional-nav,header nav{display:none}.bars-nav-head{background-color:#fff;border:none;padding:4px 8px}}@media (min-width:768px) and (max-width:1199px){header{gap:15px;height:80px}nav{font-size:14px}.additional-nav{font-size:16px}}.Search_bar{background-color:#fff;box-shadow:0 1px 5px #00000080;display:flex;gap:15px;padding:25px}.search_bar form{display:flex;gap:12px;width:100%}.Search_bar input{border:1px solid #bab9b9;border-radius:3px;padding:10px;width:100%}.Search_bar button{background-color:#fff;border:none;cursor:pointer;width:38px}.Search_bar svg{font-size:20px}.Search_bar button:hover{background-color:#e6e5e5;border-radius:100%;color:#af0000;padding:5px}@media (max-width:767px){.Search_bar input{width:78%}}@media (min-width:768px) and (max-width:1199px){.Search_bar input{width:88%}}footer{background-color:#f8f1f1;box-shadow:1px -1px 5px #161616}.footer-container{align-items:center;display:flex;justify-content:space-around;padding-bottom:4em}.footer-detiles{display:flex;flex-direction:column;gap:20px;justify-content:center;margin:10px 0}.copy-right{height:60px;padding-top:5px;text-align:center}.footer-detiles input{border:1px solid #777;border-radius:20px;padding:15px;width:20em}.footer-detiles button{animation:subscribe-button 2s linear 4s infinite;background-color:red;border:none;border-radius:50px;color:#fff;cursor:pointer;height:40px;margin:10px;width:100%}.footer-company-detiles{max-width:20%;text-align:left}.footer-company-detiles img{height:60px;width:143px}.footer-company-detiles,a{color:#46494b}.footer-detiles a:hover{color:#332a20}.footer-title{font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;font-weight:700}.news-letter{padding-top:25px}.footer_socials{align-items:center;display:flex;justify-content:space-evenly}.footer_socials svg{border-radius:50%;cursor:pointer;padding:10px}.footer_socials svg:first-child{background-color:#000;color:#fff}.footer_socials svg:nth-child(2){background-color:#00f;color:#fff}.footer_socials svg:nth-child(3){background:linear-gradient(to bottom right,#00f,#f704c2,red,#fe0);color:#fff}.footer_socials svg:nth-child(4){background-color:#fff;color:red}.footer_socials svg:nth-child(5){background-color:#fff;color:#000}.footer_socials svg:first-child:hover,.footer_socials svg:nth-child(2):hover,.footer_socials svg:nth-child(3):hover,.footer_socials svg:nth-child(4):hover,.footer_socials svg:nth-child(5):hover{background:#fff;color:#000;font-size:1.04em}@media (max-width:767px){.footer-container{flex-direction:column}.footer-detiles{flex-direction:row;font-size:1.1em;gap:10px}.footer-container{padding-bottom:1em}.socials{flex-direction:column}.footer-company-detiles{max-width:100%;padding:0 10px;text-align:center}.footer-company-detiles p{text-align:left}.footer-title{display:none}}@keyframes subscribe-button{0%{background-color:#fff;color:red}to{background-color:red;color:#fff}}.categories-container{display:flex;justify-content:space-between;margin-top:5px}.mens-fashion-container{background-color:#776550;max-height:90vh;max-width:45%;padding-left:50px;position:relative}.men-fashion-detiles{margin:50% auto;max-width:50%;position:relative;right:10em;top:-13em;z-index:2}.mens-fashion-container div:nth-child(2){height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:20em;position:absolute;top:1.5%;width:-webkit-max-content;width:max-content}.mens-fashion-container div:first-child p:first-child{font-family:fangsong;font-size:2em;font-weight:700}.mens-fashion-container div:first-child p:nth-child(2){font-family:auto;font-size:40px;letter-spacing:10px;margin-bottom:10px}.mens-fashion-container div p span{color:#dbdada;display:block;font-size:32px}.mens-fashion-container div:first-child p:nth-child(3){color:#dbdada;font-family:cursive}.fashion-container button,.mens-fashion-container div button{border:none;cursor:pointer;font-size:1em;margin-left:4em;padding:10px}.discount-button:hover,.fashion-container button:hover,.mens-fashion-container div button:hover{border-bottom:3px solid #5a260d}.mens-fashion-container img{height:100%;width:100%}.crown{height:auto;left:20em;max-width:66px;position:absolute;top:15%}.crown img{left:-6px;position:relative;top:-8px}.crown:before{animation:border-rotate 6s linear 7s infinite;border:3px solid #000;border-right-color:#b99121;height:65px;left:-10px;top:-10px;width:65px}.crown:after,.crown:before{content:"";display:block;position:inherit}.crown:after{animation:outer-border-rotate 6s linear 7s infinite;border:3px solid;border-color:#000 #000 #b99121;height:75px;left:-15px;top:-15px;width:75px}.sub-categories-cotainer{display:flex;flex-direction:column;justify-content:center;margin:0 10px;width:100%}.sub-categories{display:flex;gap:10px;height:45vh;justify-content:center}.fashion-container{padding-left:25px;width:50%}.womens-fashion-container{background-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQJh2kmiTvgxuePxIV0IscJWoGYU-eMFvT6FQ&usqp=CAU)}.kids-fashion-container,.womens-fashion-container{background-position:50%;background-repeat:no-repeat;background-size:cover}.kids-fashion-container{background-image:url(/DhakaFash/static/media/kidswear1.26e881c69f7946612e5b.png)}.cosmetiics-container{background-image:url(/DhakaFash/static/media/cosmetics2.b9530197bfc11ee0077a.png)}.accessories-container,.cosmetiics-container{background-position:50%;background-repeat:no-repeat;background-size:cover;margin-top:10px}.accessories-container{background-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ9ZcTdxDBC1w1TadprbYDvyiHltyg4e1D6eg&usqp=CAU)}.fashion-container p:first-child{background-color:#fff;font-family:cursive;margin-right:8em;text-align:center}.fashion-container p:nth-child(2){background-color:#fff;font-weight:500;margin-right:14em}.fashion-container button{margin:0}.fashion-container p:first-child{margin-top:5em}.new-product-nav-container{background-color:#fff;display:flex;justify-content:space-around;position:relative}.product-nav,.product-nav-active{background-color:#fff;border:none;cursor:pointer;font-size:1.1em}.product-nav:hover{border-bottom:2px solid #5a260d}.product-nav-active{border-bottom:2px solid #b80505}.new-product-nav{align-items:center;display:flex;gap:20px;justify-content:center}.more-product-container{display:flex;justify-content:space-evenly;margin-top:20px}.more-product{display:flex;flex-direction:column;gap:20px}h4{text-align:center}.product-item-container{background-color:#efefef;box-shadow:1px 1px 2px #000000bf;cursor:pointer}.product-item-container img{border-top-left-radius:5px;border-top-right-radius:5px;height:130px;width:100%}.product-item-container div{text-align:center}.discount-countdown{display:flex;height:60vh;margin:5em}.discount-left-img{width:50%}.discount-countdown div:first-child img{height:100%;width:100%}.discount-right-container{background-color:#ffebcd;width:50%}.discount-right-item-container{margin:50px auto;position:relative;text-align:center;top:-10px;z-index:1}.discount-right-item-container:before{background-color:#efefef;border-radius:50%;content:"";display:block;height:15em;left:11em;position:absolute;top:-2em;width:15em;z-index:-1}.discount{font-family:cursive;font-size:20px;font-weight:500}.summer{color:#5a260d;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:2em;margin:5px 0}.sales,.summer{font-weight:700}.sales{font-size:1.1em}.discount-button{border:none;cursor:pointer;font-size:1em;font-size:1.3em;padding:10px}.percentage{animation:percentage-show 1s 4s infinite;color:#8d0000;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;font-size:1.2em}.counter-timmer{width:100%}.counter-timmer-data{align-items:center;box-shadow:0 0 5px#550707;display:flex;justify-content:space-evenly;margin:10px auto;width:80%}.timmer{color:#1d0303;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:1.5em;letter-spacing:2px}.timmer:after{color:#8d0000;content:":";font-size:1.5em}.sec:after{content:""}.offer-container{align-items:center;display:flex;justify-content:space-evenly;padding:10px 20px}.offer{font-family:cursive;font-size:1.1em;padding-right:15px}.offer:last-child{border:none}.offer svg{color:maroon}.time-up{animation:discount-time-animation 1s 3s infinite;display:none;font-weight:600;letter-spacing:2px;position:absolute;top:11em}@keyframes outer-border-rotate{0%{border:3px solid #000;border-left-color:#b99121}33%{border:3px solid #000;border-top-color:#b99121}66%{border:3px solid #000;border-right-color:#b99121}to{border:3px solid;border-color:#000 #000 #b99121}}@keyframes border-rotate{0%{border:3px solid;border-color:#000 #000 #b99121}33%{border:3px solid #000;border-left-color:#b99121}66%{border:3px solid #000;border-top-color:#b99121}to{border:3px solid #000;border-right-color:#b99121}}@keyframes percentage-show{0%{color:#fff}to{color:#8d0000}}@keyframes discount-time-animation{0%{color:#000;font-size:13.5px}to{color:#8d0000}}@media (max-width:767px){.categories-container{flex-direction:column}.mens-fashion-container{max-height:50vh;max-width:100%;padding:0}.mens-fashion-container div:first-child p:first-child{font-size:1.5em;margin-bottom:4px}.mens-fashion-container div:first-child p:nth-child(2){font-size:20px;margin-bottom:4px}.mens-fashion-container div:first-child p:nth-child(3){font-size:12px;margin:0;width:50%}.mens-fashion-container div:first-child button{font-size:.7em;margin-bottom:5px;margin-top:5px}.mens-fashion-container div:nth-child(2){height:16.8em;left:55%;position:absolute;top:7%;width:13em}.men-fashion-detiles{margin:0 0 0 10px;max-width:100%;position:static;width:100%}.crown{left:8em;max-width:40px;top:15%}.crown img{left:89px;top:-21px}.crown:before{height:35px;left:87px;top:-24px;width:35px}.crown:after{height:45px;left:82px;top:-29px;width:45px}.fashion-container{padding-left:0}.sub-categories-cotainer{margin:0;position:relative}.sub-categories{gap:0}.fashion-container p:first-child{margin-right:1em}.fashion-container p:nth-child(2){margin-right:7em}.new-product-nav-container{flex-direction:column;gap:10px;justify-content:center}.new-product-cat h2,.new-product-nav{font-size:14px;text-align:center}.new-product-nav{gap:4px;margin-bottom:20px}.product-container{flex-wrap:wrap}.product{max-height:8em;max-width:5em}.product-name{font-size:11px;letter-spacing:2px}.product-price{font-size:12px}.product-hover-background{max-height:8em;max-width:5em}.more-product-container{gap:15px;margin-top:20px;padding:5px}.discount-countdown{height:40vh;margin:10px}.discount-right-item-container{width:100%}.discount-right-item-container:before{height:10em;left:.7em;width:10em}h4{margin-bottom:0}.offer svg{margin:0 30%}.discount{font-size:16px}.summer,.timmer{font-size:1em}.time-up{font-size:14px;top:7.3em}.counter-timmer{margin:0 auto;max-width:80%;padding:0}.discount-button{border:1px solid #5a260d;font-size:15px;margin-top:5px}.offer,.offer-container{padding:5px}}@media (min-width:390px) and (max-width:500px){.discount-right-item-container{top:25px}}@media (min-width:768px) and (max-width:1199px){.categories-container{height:50vh}.men-fashion-detiles{right:8em;top:-10em}.mens-fashion-container div:nth-child(2){left:40%;position:absolute;top:5%}.mens-fashion-container div:nth-child(2) img{height:590px;max-width:300px}.crown{left:45%;position:absolute;top:5%}.product-nav,.product-nav-active{padding:0 10px}.fashion-container p:first-child{margin-right:1em}.fashion-container p:nth-child(2){margin-right:7em}.product,.product-hover-background{height:15em;width:10em}.discount-countdown{height:inherit}.discount-right-item-container{top:11px}.discount-right-item-container:before{left:22%;top:-2em}.counter-timmer{margin:auto;max-width:80%}.discount-button{margin-top:40px}}@media (min-width:768px) and (max-width:799px){.mens-fashion-container div:nth-child(2){height:300px}.mens-fashion-container div:nth-child(2) img{height:500px}.mens-fashion-container div p span,.mens-fashion-container div:first-child p:nth-child(2){font-size:1.4em}.mens-fashion-container div:first-child p:nth-child(2){margin-top:-20px}}.product-grid{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:2%}.product-card{border-radius:10px;box-shadow:0 0 3px #000000ba;height:20em;margin:2%;padding:5px;width:15em}.product-card a{align-items:center;display:flex;flex-direction:column;height:20em;padding-top:10px}.product-card a:hover{animation:product-hover-state 2s linear infinite;background-color:#0000004d;cursor:pointer}.product-image{border-radius:5px;height:65%;width:85%}.price,.product-name{font-family:cursive;text-align:center}.product-name{margin:5px}.category{color:#888;font-size:12px;font-style:italic;margin:0}@keyframes product-hover-state{0%{box-shadow:1px -1px 10px -2px red}20%{box-shadow:1px 0 10px -2px red}40%{box-shadow:0 1px 10px -2px red}60%{box-shadow:0 1px 10px -2px blue}80%{box-shadow:-1px 0 10px -2px blue}to{box-shadow:-1px -1px 10px -2px blue}}.password_container{background-color:#8d0000;padding:3%}.password_details_container{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin:auto;width:40%}.f_p_image img{height:100%;width:100%}.f_p_image,.password_details_container form{display:flex;flex-direction:column}.f_p_image{align-items:center;margin:auto;width:60%}.password_details_container form input{background-color:#6565657c;border:none;border-radius:5px;margin-bottom:10px;padding:10px;width:20em}.password_details_container form button{background-color:#fff;border:1px solid #8d0000;cursor:pointer;margin:15px 0;padding:5px}.password_details_container form button:hover{background-color:#8d0000;color:#fff}.signup_login_containter{align-items:center;border-radius:5px;box-shadow:0 1px 1px 1px #e2e2e2;display:flex;margin:auto;padding:2%}.left_side,.login_right_side{background-color:#332a20;background-image:url(/DhakaFash/static/media/Mens_Fashion_Picture.9cd8d0fbf1f65599384d.png);background-position:50%;background-repeat:no-repeat;color:#fff;height:37em;text-align:center;width:50%}.background_overlay{background-color:#3b312480;height:37em}.background_overlay,.left_side{border-bottom-left-radius:5px;border-bottom-right-radius:15px}.login_right_side{border-bottom-left-radius:15px;border-bottom-right-radius:5px}.signupLogin_logo{margin-top:5%;width:50%}.signup_text{margin:7em 0}.login_text{margin:30% auto}.login_text button,.signup_text button{background-color:initial;border:1px solid #fff;border-radius:14px;color:#fff;padding:10px 50px}.login_text button:hover,.signup_text button:hover{background-color:#332a20;cursor:pointer}.login_left_side,.right_side{align-items:center;background-color:#eee;color:#332a20d8;display:flex;flex-direction:column;height:37em;width:50%}.forget_password{text-align:center}.forget_password:hover{color:red}.login_left_side form,.right_side form{display:flex;flex-direction:column}.group_input{margin:15px 0;position:relative}.group_input input{background-color:#6565657c;border:none;border-radius:5px;font-size:16px;outline:none;padding:15px 45px;width:80%}.input_icon{color:#332a20;left:15px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:color .2s ease}.group_input input:focus+.input_icon,.group_input input:not(:placeholder-shown)+.input_icon{opacity:0}.login_left_side button,.right_side form button,.routeLoginSignup{background-color:#332a20;border:none;border-radius:14px;color:#fff;height:37px;margin:20px auto;padding:10px;width:55%}.login_left_side button{width:28%}.login_left_side button:hover,.right_side form button:hover,.routeLoginSignup:hover{background-color:#776550;cursor:pointer}@media (max-width:767px){.signup_login_containter{width:100%}.login_left_side,.right_side{background-color:#3b3124cc;background-image:url(/DhakaFash/static/media/Mens_Fashion_Picture.9cd8d0fbf1f65599384d.png);background-position:50%;background-repeat:no-repeat;color:#fff;width:100%}.left_side,.login_right_side{display:none}.login_left_side form svg,.login_left_side input::placeholder,.right_side form input::placeholder,.right_side form svg{color:#f3f3f3d8}.login_left_side input,.right_side form input{border:1px solid #000}}.email_sent_container{padding:40px;text-align:center}.check_spam{color:#888;margin-top:20px}.resend_email_button{background-color:#fff;border:1px solid #000;font-size:16px;margin-top:10px;padding:10px 18px}.resend_email_button:hover{background-color:#888888a6;cursor:pointer}.product-container{background-color:#fff}.product-container h2{border-top:1px solid #afafaf;margin:0;padding:10px}.product-details-container{background-color:#afafaf;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;gap:50px;justify-content:flex-start;margin-top:5px;padding:15px}.product-details-image{padding:10px;width:40%}.product-main-image{border-radius:10px;height:28em;margin:auto;width:100%}.image-gallary{display:flex;gap:5%;justify-content:center;margin-top:10px;width:100%}.image-gallary img{width:20%}.product-details{border-right:1px solid #fff;padding-right:30px}.product-details h3{font-family:Times New Roman,Times,serif;font-size:36px;margin:0}.product-details-price{font-size:24px;font-weight:900}.product-quantity{display:flex;gap:10px;justify-content:center}.product-quantity button{background-color:#fff;border:none;border-radius:5px;cursor:pointer;padding:5px 12px}.product-quantity button:last-child{background-color:#5a260d;color:#fff}.product-quantity button:last-child:active,.product-quantity button:nth-child(2):active{background-color:red}.stock-size{display:flex;flex-direction:column}.stock-size-button{background-color:#fff;border:none;font-size:14px;margin-bottom:20px;padding:5px 0}.stock-size-button-active{background-color:red}.add-to-cart{border:1px solid #000;margin-top:30px;padding:5px 0;width:100%}.add-to-cart:hover,.stock-size button:hover{background-color:#5a260d;color:#fff;cursor:pointer}.product-description-container h3{margin:0}.cart-empty{align-items:center;display:flex;font-size:34px;gap:15px;justify-content:center}.cart-empty svg{color:red}.cart-header{margin-left:20px}.cart-main-container{display:flex;justify-content:space-between}.cart-main{background-color:#ececec;border-radius:10px;margin:20px;width:70%}.cart-container{align-items:center;border-bottom:1px solid #5a260d;display:flex;gap:20px;justify-content:flex-start;padding:20px}.cart-container:last-child{border-bottom:none}.cart-image{height:6em;width:10%}.cart-details{margin-right:20%;width:58%}.cart-details p{margin:0}.cart-details p:nth-child(2){margin:3px}.cart-details button{background-color:#fff;border:none;border-radius:5px;margin:10px 0;padding:5px 10px}.cart-details button:hover{color:#5a260d;cursor:pointer}.cart-summary{background-color:#ececec;border-radius:10px;margin:20px;padding:20px}.cart-summary button{background-color:#fff;border:1px solid #5a260d;padding:10px 20px}.cart-summary button:hover{border-color:#000;cursor:pointer}.checkout-main-container{background-color:#efefef}.checkout-main-container h2{margin:0;padding-top:10px;text-align:center}.checkout-container{background-color:#fff;border-radius:10px;display:flex;justify-content:space-around;margin:40px 40px 0;padding:30px 20px}.form-container form{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%}.checkout-button,.coupon-box button,.form-container input,.form-container select{height:30px}.coupon-box button,.form-container select{margin:20px 0;width:50%}.coupon-box{align-items:center;display:flex;gap:10px}.checkout-button,.coupon-box button{background-color:#fff;border:1px solid #000}.checkout-button:hover,.coupon-box button:hover{color:#5a260d;cursor:pointer}.summary-total{color:#5a260d;font-size:24px;font-weight:900}.review-main-container{background-color:#efefef;padding:50px 0}.review-container{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin:auto;width:40%}.review-items{margin:2px}.final-total{color:#441c09;font-size:18px;font-weight:800}.review-container button{background-color:#5a260d;border:none;color:#fff;margin:20px;padding:8px 46px}.review-container button:hover{background-color:#441c09;cursor:pointer}.order-success-container{align-items:center;background-color:#efefef;display:flex;flex-direction:column}.order-card{border-radius:8px;box-shadow:0 2px 10px #0000000d;margin-bottom:20px;padding:20px}.cancel-btn{background-color:#5a260d;border:none;border-radius:6px;color:#fff;margin-bottom:20px;padding:10px 15px}.cancel-btn:hover{background-color:#703114;cursor:pointer}.order-detail-container{margin:40px auto;max-width:900px;padding:20px}.order-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.order-item img{border-radius:6px;height:60px;object-fit:cover;width:60px}
/*# sourceMappingURL=main.6ae6b9b4.css.map*/