@font-face {
    font-family: "Poppins-Medium";
    src: url('../fonts/Poppins/Poppins-Medium.ttf') format("trueformat");
}

@font-face {
    font-family: "Inter_18pt-Medium";
    src: url('../fonts/Inter/static/Inter_18pt-Medium.ttf') format("trueformat");
}

@font-face {
    font-family: "Inter_24pt-Bold";
    src: url('../fonts/Inter/static/Inter_24pt-Bold.ttf') format("trueformat");
}

@font-face {
    font-family: "Inter_18pt-Regular";
    src: url('../fonts/Inter/static/Inter_18pt-Regular.ttf') format("trueformat");
}

.header-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header-list img {
    width: 17%;
}

.head-menu-list {
    display: flex;
    gap: 30px;
    margin: 0;
}

.head-menu-list li {
    list-style-type: none;
}

.head-menu-list a {
    text-decoration: none;
    color: #8B0000;
    font-family: "Poppins-Medium";
    font-size: 22px;
}

.head-menu-list a.active {
    background-color: #8f0000;
    color: #ffffff;
    padding: 5px 16px;
    border-radius: 4px;
}

section {
    background-color: #f1f3f6;
}

.saved-address {
    padding: 10px 17px;
    background-color: #fff;
}

.saved-address h5 {
    font-family: "Inter_18pt-Medium";
}

.address-button button {
    border: 1px solid grey;
    color: #8B0000;
    background-color: #fff;
    border-radius: 4px;
}

.order-detail img {
    width: 18%;
    border-radius: 10px;
}

.all-cart-list {
    background-color: #fff;
    border-radius: 5px;
}
.all-cart-list{
        margin-top: -126px;
}
.order-detail h6 {
    font-size: 20px;
    font-family: "Inter_24pt-Bold";
    color: #8B0000;
    font-weight: 600;
}

.order-cart span {
    color: #FFCC00;
}

.order-cart h4 span {
    color: #8f0000;
}

.cart-quantity button {
    width: 28px;
    height: 28px;
    border-radius: 30px;
    border: 1px solid grey;
}

.cart-quantity a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-family: "Inter_18pt-Regular";
}

.cart-quantity a:hover {
    color: #8B0000;
}

input {
    width: 65px;
    height: 26px;
}

.cart-quantity {
    border-bottom: 1px solid;
    padding-bottom: 22px;
}

.order-botton {
    background-color: #fff;
    display: flex;
    justify-content: center;
    position: sticky;
    margin-left: -10px;
    width: 59%;
    border-radius: 5px;
    margin-top: 14px;
    padding-bottom: 12px;
}

.order-botton button {
    margin-top: 10px;
    background-color: #8B0000;
    color: #fff;
    padding: 11px 52px;
    border: unset;
    border-radius: 5px;

}
.order-botton a{
    text-decoration: none;
    color: #fff;
}


.cart-price-list h3 {
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
}

.cart-price-detail p,
span,
.cart-price-details p,
span,
.cart-price-total span {
    font-family: "Inter_18pt-Regular";
    font-size: 20px;
}

.cart-price-detail span {
    color: #8B0000;
}

.cart-price-total {
    border-top: 1px dashed black;
    border-bottom: 1px dashed;
}

.cart-price-total span {
    color: #388e3c;
    font-weight: 700;
}

.cart-price-total p {
    font-family: "Inter_24pt-Bold";
    font-size: 20px;
    font-weight: 600;
}

.price-detail-list {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    margin-left: 18px;
}
.footer-logo img{
    width: 22%;
}
footer {
    background-color: #2B2B2B;
    color: #fff;
}

.footer-add h3 {
    font-size: 18px;
    font-family: "Inter_18pt-Regular";
}

.foot-quick h5 {
    font-size: 24px;
    font-family: "Inter_18pt-Regular";
    text-align: center;
}

.foot-quick li {
    list-style-type: none;
    padding-top: 5px;
}

.foot-quick a {
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    font-family: "Inter_18pt-Regular";
}

.social-media svg {
    width: 34px;
    border-radius: 19px;
}

.social-media {
    display: flex;
    gap: 37px;
    justify-content: end;
}