@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);body{background-color:#e3c39c;margin:0}main{min-height:80vh}.container{margin:auto}@media screen and (max-width:576px){.container{width:95%}}@media screen and (min-width:576px){.container{width:540px}}@media screen and (min-width:768px){.container{width:720px}}@media screen and (min-width:992px){.container{width:960px}}@media screen and (min-width:1200px){.container{width:1140px}}@media screen and (min-width:1400px){.container{width:1320px}}@font-face{font-family:timeburner;font-weight:400;src:url(/build/fonts/timeburnerbold.b7f7787e.woff) format("woff")}h1,h2,h3{font-family:timeburner,sans-serif}body,button{font-family:Poppins}h1{font-size:80px;text-align:center}@media screen and (max-width:1200px){h1{font-size:70px}}@media screen and (max-width:768px){h1{font-size:50px}}.btn{border-radius:50px;cursor:pointer;font-size:16px;padding:10px 20px}.btn-dark{background-color:#000;border:2px solid #000;color:#fff}.btn-dark:hover{background-color:transparent;color:#000}.btn-light{background-color:#e3c39c;border:2px solid #e3c39c;color:#000}.btn-light:hover{background-color:transparent;color:#e3c39c}input,label{display:block;width:100%}label{margin-top:20px}input{border:none;border-radius:10px;padding:5px}form button{margin-top:30px}input[type=checkbox]{width:20px}button{cursor:pointer}.alert{align-items:center;border-radius:10px;display:flex;justify-content:center;padding:30px}.alert-danger{background-color:#ffd1d1;border:2px solid red;color:red}.alert-info{background-color:#d8dfff;border:2px solid blue;color:blue}.pagination .page{background-color:#000;padding:5px 10px}.pagination .page a{color:#fff;text-decoration:none}.pagination .page:hover{background-color:transparent}.pagination .page:hover a{color:#000}.pagination .first,.pagination .last,.pagination .next,.pagination .previous{background-color:#fff;padding:5px 10px}.pagination .first:hover,.pagination .last:hover,.pagination .next:hover,.pagination .previous:hover{background-color:hsla(0,0%,100%,0)}.pagination .first a,.pagination .last a,.pagination .next a,.pagination .previous a{color:#000;text-decoration:none}.pagination .current{padding:5px 10px}header{align-items:center;display:flex;justify-content:space-between;margin:20px auto auto;width:90%}header nav ul{list-style-type:none;margin:0;padding:0}header nav ul li{display:flex;justify-content:space-between;margin-left:20px}header nav ul li a{align-items:center;color:#000;display:flex;margin-left:60px;text-decoration:none}header nav ul li a i{font-size:30px;margin-right:15px}footer,header nav ul li a:hover{color:#fff}footer{background-color:#000;margin-top:100px}footer a{color:#e3c39c;text-decoration:none}footer a:hover{color:#fff}footer .footer-container{display:flex;justify-content:space-between;padding-bottom:40px;padding-top:40px}footer .footer-container ul{list-style-type:none;margin:0;padding:0}footer .copyright{border-top:1px solid #e3c39c;padding-bottom:10px;padding-top:10px}.order-form .note,footer .copyright p{text-align:center}.order-form .catalogue{margin-top:50px}.order-form .catalogue .pagination-container{display:flex;justify-content:center}.order-form .catalogue .btn-anchor{float:right;margin-top:15px}.order-form .catalogue .menu{display:flex;gap:.5em;margin-bottom:1.25em}@media screen and (max-width:992px){.order-form .catalogue .menu{flex-direction:column}}.order-form .catalogue .menu a{display:block;width:fit-content}.products{list-style-type:none;margin:0;padding:0}.products li{background-color:#fff;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.products li .image{overflow:hidden;width:25%}.products li .image img{height:100%;object-fit:cover;width:100%}.products li .info{display:flex;width:50%}.products li .info .info-container{margin-left:50px;margin-top:50px;width:80%}.products li .info .info-container h2{font-family:Poppins,sans-serif;font-size:30px;margin:0 0 20px}.products li .info .info-container .price{font-size:25px;font-weight:700}.products li .quantity{width:25%}.products li .quantity .quantity-container{margin-top:50px}.products li .quantity .quantity-container p{color:#5c5c5c;font-size:15px;margin-bottom:10px;text-transform:uppercase}.products li .quantity .quantity-container .data-product{align-items:stretch;border:1px solid #5c5c5c;display:flex;height:80px;padding:0;width:200px}.products li .quantity .quantity-container .data-product button{align-items:center;background-color:#5c5c5c;border:none;border-radius:0;color:#fff;display:flex;font-size:25px;height:100%;justify-content:center;line-height:normal;margin-top:0;padding:0;width:30%}.products li .quantity .quantity-container .data-product button:hover{background-color:#fff;color:#5c5c5c}.products li .quantity .quantity-container .data-product input{align-items:center;background-color:#f0f0f0;border:none;border-radius:0;color:#000;display:flex;font-size:30px;height:100%;justify-content:center;padding:0;text-align:center;width:40%}@media screen and (max-width:1200px){.products li .image{overflow:hidden;width:33%}.products li .image img{height:100%;object-fit:cover;width:100%}.products li .info{width:40%}.products li .quantity{width:27%}.products li .quantity .data-product{height:50px;width:150px}}@media screen and (max-width:992px){.products li{flex-direction:column;margin-bottom:30px}.products li .image{height:300px;width:100%}.products li .info{margin-top:20px;width:100%}.products li .quantity{width:100%}.products li .quantity .quantity-container{margin-bottom:50px}.products li .quantity .quantity-container .data-product{height:80px;width:200px}}.form-login{align-items:center;background-color:#000;border-radius:30px;color:#fff;display:flex;justify-content:center;margin:100px auto auto;max-width:30%;min-width:256px}.form-login .form-login-container{margin-bottom:50px;margin-top:50px;width:80%}.form-login .form-group input{box-sizing:border-box}@media screen and (max-width:1400px){.form-login{width:40%}}@media screen and (max-width:1200px){.form-login{width:50%}}@media screen and (max-width:992px){.form-login{width:75%}}@media screen and (max-width:768px){.form-login{width:80%}}@media screen and (max-width:576px){.form-login{width:95%}}.checkout .total{display:flex;justify-content:flex-end;margin-top:50px}.checkout .total div{display:flex;gap:.5em}@media screen and (max-width:992px){.checkout .total div{flex-direction:column}}.checkout .total div a{display:block;width:fit-content}.checkout .total .totalCost{margin-right:50px}.checkout .total .totalCost span{font-size:18px;font-weight:700}.products .remove-container{border:1px solid #5c5c5c;height:80px;margin-right:20px;margin-top:83px;width:80px}.products .remove-container button{align-items:center;background-color:#5c5c5c;border:none;border-radius:0;color:#fff;display:flex;font-size:25px;height:100%;justify-content:center;line-height:normal;margin-top:0;padding:0;width:100%}.products .remove-container button:hover{background-color:#fff;color:#5c5c5c}.form-profile{margin-bottom:2em;max-width:50%}.returnBtn{float:right}