* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*Start about page css  */

.about-text > div {
    padding: 15px;
}

.about-text > div:nth-child(2),
.about-text > div:nth-child(3) {
    padding-left: 122px;
}

.about-text > div:nth-child(1) h4 {
    color: rgb(255, 69, 0);
}

.about-text > div:nth-child(1) p {
    font-size: 36px;
}

.online-store .row > div {
    padding-left: 112px;
    padding-top: 20px;
}

.time {
    position: relative;
    padding: 120px 0;
    margin-top: 80px;
    background-color: transparent;
    background-image: linear-gradient(270deg, #b3315f 0%, #ffaa85 100%);
}

.time h2 {
    font-size: 62px;
}

.time .top-svg {
    position: absolute;
    width: 100%;
    height: 20px;
    top: -1px;
    fill: white;
}

.time .bottom-svg {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0px;
    fill: white;
    transform: rotate(180deg);
}

/* start media of about page  */
@media (max-width: 1200px) {
    .online-store .row > div:first-child {
        display: none;
    }

    .online-store .row > div:nth-child(2) {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    .time .row > div:first-child {
        display: none;
    }

    .about .row > div {
        padding: 0;
        margin-bottom: 20px;
    }

    .time .time .row > div:nth-child(2) {
        width: 100%;
    }

    .time h2 {
        font-size: 30px;
    }

    .time {
        margin-top: 80px;
    }

    .about-text > div:nth-child(1) p {
        font-size: 25px;
    }

    .about {
        padding: 30px 10px 30px 10px;
    }

    .countdownDiv {
        justify-content: center;
    }
}

/* End media of about page  */

/*End about page css  */

/* start media of contact page  */

@media ((max-width: 576px)) {
    .name-div {
        flex-direction: column;
    }

    .name-div > div {
        width: 100% !important;
    }

    .name-div > div:first-child {
        margin-bottom: 1rem;
    }

    .contact-text {
        margin-bottom: 1rem;
    }
}

/* End media of contact page  */
.privacy-image {
    width: 100%;
    height: 50vh;
    background: center / cover no-repeat url("../../images/12.jpg");
}

.privacy-text h2 {
    font-size: 60px;
    font-weight: 600;
}

.privacy-text p {
    font-size: 10px;
}

.information {
    font-size: 14px;
}

.information h3,
.information h2 {
    color: black;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.information ul li {
    margin-bottom: 10px;
    list-style: outside;
    color: #6c757d;
    margin-left: 30px;
}

/* //////////// */
.Refund-background {
    width: 100%;
    height: 40vh;
    background-color: black;
}

@media (max-width: 768px) {
    .privacy-text h2 {
        font-size: 36px;
        font-weight: 600;
    }

    .privacy-image {
        height: 20vh;
    }
}

/* //////////// */

/* start css of account page  */

.account-form .row > div {
    padding: 25px 40px;
}

.account-form h2 {
    font-size: 22px;
}

@keyframes wd-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Apply the animation to elements with the 'wd-fadeIn' class */

.account-form .row .register,
.account-form .row .login {
    animation: wd-fadeIn 0.7s ease;
    border-right: 1px solid #dadbdc;
}

.account-form p {
    font-size: 14px;
}

.account-form button[type="submit"] {
    background-color: rgb(255, 69, 0);
    padding: 8px 20px;
}

.login-form-footer a {
    color: rgb(255, 69, 0);
    text-decoration: none;
}

.hide-form {
    display: none;
}

.login-form-footer a:hover {
    text-decoration: underline rgb(255, 69, 0);
}

.account-form .login-title {
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.account-form .login-title::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 1px;
    background-color: #dadbdc;
    top: 50%;
    right: -15px;
}

.account-form .login-title::before {
    position: absolute;
    content: "";
    width: 20%;
    height: 1px;
    background-color: #dadbdc;
    top: 50%;
    left: -15px;
}

.social-login a {
    display: block;
    text-decoration: none;
    width: 45%;
    background-color: #b3315f;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
}

.social-login a i {
    margin-right: 5px;
}

.social-login .social-face {
    background-color: #3b5998;
}

.social-login .social-google {
    background-color: #4285f4;
}

.switch-div a {
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .social-login a {
        padding: 8px 10px;
        width: 49%;
    }

    .account-form .row .register,
    .account-form .row .login {
        border: none;
    }

    .account-form .login-title::before {
        width: 20%;
        left: 0px;
    }

    .account-form .login-title::after {
        width: 20%;
        right: 0px;
    }

    .social-login a {
        display: block;
        text-decoration: none;
        width: 45%;
        background-color: #b3315f;
        padding: 10px 20px;
        color: white;
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .social-login a {
        padding: 3px 5px;
        font-size: 12px;
    }

    .account-form .row .register,
    .account-form .row .login {
        border: none;
    }

    .aside-bottom {
        padding: 30px 3px;
    }
}
@media (max-width: 400px) {
    .social-login a {
        padding: 10px 1px;
        width: 48% !important;
    }
}

.switch-btn:focus {
    box-shadow: none;
}

/* end css of account page  */
/* start css of aside page  */
.aside-cart {
    position: fixed;
    overflow-x: scroll;
    background-color: #f8f9fa;
    width: 400px;
    height: 100vh;
    right: -500px;
    top: 0;
    color: #000000;
    box-shadow: 0 -5px 10px #0000001a;
    font-weight: 600;
    transition: 0.5s;
}

.aside-cart .top-aside {
    background-color: #ffffff;
    padding: 5px;
    color: #000000;
    padding: 10px 20px;
}

.top-aside-title {
    font-size: 18px;
    font-weight: 600;
}

.product-price {
    font-size: 16px;
    font-weight: 600;
}

.product-price span {
    color: #ff4500;
}

/* .cart-product {
    padding: 10px 30px;
} */

.cart-product .product {
    background-color: #ffffff;
    padding: 10px;
}

.cart-product .product-img {
    flex-basis: 25%;
}

.cart-product .product-information {
    flex-basis: 70%;
}

.increse-decrese button {
    width: 30px;
    background-color: white;
    border: 1px solid #ff4500;
}

.increse-decrese .product-num {
    width: 40px;
    text-align: center;
    border-top: 1px solid #ff4500;
    border-bottom: 1px solid #ff4500;
}

.product-information i {
    cursor: pointer;
}

.total-price {
    padding: 10px 30px;
}

.total-price .Total-div {
    border-top: 1px dashed #9e9e9e;
}

.aside-cart .aside-icons svg {
    width: 50px;
    border: 1px solid #0000;
}

.aside-cart .aside-icons > a {
    border: 1px solid #e2e2e2;
    padding: 10px;
    color: #000;
}

.aside-bottom {
    background-color: #ffffff;
    padding: 30px 30px;
}

.btns a {
    padding: 10px 0px;
    color: white;
    width: 100%;
    background-color: #ff4500;
}

.btns a:hover {
    background-color: white;
    border: 1px solid black;
}

.visble-aside {
    right: 0;
}

.delete-aside {
    cursor: pointer;
}

.empty-cart button {
    padding: 5px;
    background-color: #ff4500;
    border: none !important;
    color: white;
}

.empty-cart button:hover {
    color: white;
}
/* end css of aside page  */

.form-control {
    border: 1px solid #ced4da !important;
}
@media (max-width: 567px) {
    .privacy-text h2 {
        font-size: 25px;
        font-weight: 600;
    }
}
.text-white.text-center.privacy-text.position-absolute.top-50.start-50.translate-middle {
    width: 80%;
}
@media (max-width: 567px) {
    form label {
        display: none;
    }
}
