/* @tailwind base;
@tailwind components;
@tailwind utilities; */

:root{

    /* Colors */
    --primary-color: #724013;
    --primary-color-1: #fe9a2a;
    --primary-color-2: #ff0011;
    --primary-button-color: #FACC15;
    --primary-button-color-light: #ffec9f;
    --primary-button-color-bold: #D49E30;
    --primary-button-color-dim: #A16207;
    --light-gray: #F6F6F7;
    --light-gray-v2: #f0f0f0;
    --light-gray-v3: rgb(238, 238, 238);
    --fancy-text-color-1: #FB5959;
    --light-white-color: rgb(131, 131, 131);
    --footer-color: #FFFBE8;
    --featured-new-product-card-bg-color: #fff8f2;
    --hero-slider-bg-color: #f3f0e8;
    --white-background: #f9f9f9;
    --quantity-box-shadow: rgba(114, 64, 19, 0.10);
    --light-dark-font-color: #737373;
    --default-text-color: #171717;
    --light-gray-slightly-more-bold: #E5E5E5;
    --table-td-border-color: #f3f3f3;
    --table-td-color: #fafafa93;

    /* Measurements */
    --default-container-padding: 5rem;
    --maximun-container-width: 2000px;

}
/* INITIAL STYLES */
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: black;
}
.logo-icon img{
    width: 140px
}
.footer-logo img{
    width: 180px;
}
.normalize-a{
    text-decoration: none;
    color: white;
}
.category-btn{
    cursor: default;
    color: white;
}
.logo{
    font-size: 20px;
}
.hamburger-icon{
    color: white;
    font-size: 25px;
    cursor: pointer;
}
.favorite:hover,
.hamburger-icon:hover{
    background-color: #00000021;
}
.search-form-account-etc-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.favorite-and-account-container{
    display: flex;
    gap: 10px;
}
.search-form{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 700px;
    overflow: hidden;
}
.search-form button{
    border: none;
    border-left: 1px solid var(--light-gray-v2);
    outline: none;
    height: 100%;
    background-color: white;
    width: 60px;
    font-size: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form button:hover{
    box-shadow: 0 0 10px 0 rgb(53, 53, 53);
    color: var(--primary-button-color-dim);
}
.search-form button:active{
    color: red;
    box-shadow: none;
    background-color: var(--primary-button-color);
    font-size: 24px;
}
.search-form input{
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    line-height: 20px;
}
.form-and-other{
    gap: 200px;
}
.lang{
    border: none;
    color: var(--light-dark-font-color);
    color: white;
}
.favorite{
    font-size: 25px;
}
.cart{
    width: 40px;
    height: 40px;
}
.cart-count{
    right: 0;
    top: 0;
    background-color: var(--primary-button-color);
    max-width: 15px;
    max-height: 15px;
}
.account img{
    pointer-events: auto;
}
.account-authenticate img{
    pointer-events: auto;
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}
.categories{
    margin: 0 auto;
    max-width: 1750px;
}
.category{
    text-decoration: none;
    color: black;
    font-weight: 600;
    padding-bottom: 100px;
    background: var(--light-gray);
}
.category img{
    padding: 20px;
}
.slick-prev:before{
    z-index: 3;
    color: white;
    background: #000;
    border-radius: 50%;
}
.slick-next:before{
    z-index: 3;
    color: white;
    background: #000;
    border-radius: 50%;
}
.category-slide-button{
    font-size: 30px;
}
.category-slider-container div h1{
    font-size: 25px;
}
.arrows .arrow{
    background: var(--light-gray);
    font-size: large;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrows .arrow:hover{
    background-color: var(--primary-button-color);
}
.arrows .arrow:active{
    background-color: var(--primary-button-color-bold);
    color: white;
}
.hero-section{
    border-radius: 20px;
    min-height: 35rem;
}
.hero-section img{
    width: 100%;
    border-radius: 15px;
}

.hero-desc{
    max-width: 600px;
}
.primary-button{
    border: none;
    outline: none;
    background: var(--primary-button-color);
    font-weight: 700;
    border-radius: 5px;
}
.primary-button:hover{
    background: var(--primary-button-color-bold);
}
.hero-image{
    margin-left: auto;
    width: 40rem;
}
.hero-image-wrapper img{
    width: 100%;
}
.hero-button button{
    padding: 1rem;
}
.featured-products{
    background: var(--featured-new-product-card-bg-color);
}
.see-all{
    color: var(--primary-button-color-bold);
    font-weight: 600;
}
.see-all:hover{
    text-decoration: underline;
}
.default-card{
    background-color: white;
    min-width: 400px;
    user-select: none;
}
.image img{
    width: 280px;
}
.default-card{
    border-radius: 20px;
}
.default-card .discount-and-heart{
    top: 0;
    width: 100%;
}
.default-card .discount-and-heart .discount{
    background: var(--primary-button-color-dim);
    color: white;
    font-size: 14px;
    border-radius: 30px;
}
.default-card .discount-and-heart .heart{
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.default-card .discount-and-heart .heart.favorite{
    background-color: var(--primary-button-color);
}
.discounted-price-and-actual-price{
    width: max-content;
}
.default-card .discounted-price-and-actual-price .discounted-price{
    color: var(--primary-button-color-dim);
}
.discounted-price-and-actual-price .discounted-price{
    font-size: 30px;
    font-weight: 700;
}
.discounted-price-and-actual-price .actual-price{
    top: 5px;
    position: relative;
    top: -10px;
    text-decoration: line-through;
}
.default-card .review-container{
    background-color: var(--light-gray);
    border-radius: 30px;
}
.default-card .btns a{
    color: var(--primary-color);
}

.banners-wrapper{
    padding: 20px;
}
.banners{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.banners .banner{
    display: block;
    height: fit-content;
}
.banners .banner img{
    border-radius: 15px;
    border-radius: 15px;
    width: 100%;
}
.banners .middle-banners{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.category img {
    width: 172px;
}

@media screen and (max-width: 1023px) {
    .banners-wrapper{
        padding: 10px;
    }
    .banners{
        gap: 10px;
    }
    .banners .banner img{
        border-radius: 10px;
    }
    .banners .middle-banners{
        gap: 10px;
    }
}
@media screen and (max-width: 530px) {
    .banners{
        flex-direction: column;
    }
    .category img {
        width: 130px;
    }
}


.categories-hard{
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.categories-hard::-webkit-scrollbar {
    display: none;
}


.default-card .image img{
    width: 300px;
    height: 300px;
    pointer-events: none;
}
.store-wrapper .stores .store{
    border: 1px solid var(--light-gray);
    border-radius: 15px;
    min-width: 320px;
}
.store-wrapper .stores .store .title a{
    font-size: 20px;
    text-decoration: underline;
    color: var(--primary-button-color-dim);
}
.store-wrapper .stores .store .title img{
    width: 15px;
}
.footer-section{
    background-color: var(--footer-color);
}
.footer-section .title{
    font-size: 20px;
}
.footer-section .socials .social{
    width: 50px;
    height: 50px;
    padding: 10px;
    font-size: 25px;
    border-radius: 50%;
    background-color: white;
}
.footer-section .socials .social:hover{
    background-color: var(--primary-color);
    color: white;
}
.footer-section .copyright{
    margin-top: 30px;
    border-top: 1px solid var(--primary-color);
}
.breadcrumb a:hover{
    color: var(--primary-color);
    font-weight: 500;
}
.breadcrumb i{
    position: relative;
    top: 2px;
}
.content-box{
    box-shadow: 5px 5px 35px rgb(231, 231, 231);
}
.side-tab{
    left: 0px;
    border-bottom: 2px solid var(--light-gray-v2);
    max-height: fit-content;
}
.side-tab .user-sidebar-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 15px;
    padding: 5px;
}
.side-tab .user-sidebar-link .text{
    display: none;
}
.dp img{
    width: 100px;
    border-radius: 50%;
}
.name-dp-address small{
    color: gray;
}
.secondary-button{
    color: var(--primary-button-color);
    background-color: transparent;
    border: 1px solid var(--primary-button-color);
    border-radius: 5px;
    padding: 5px;
}
.secondary-button:hover{
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.setting-section-card{
    margin-right: 0px;
    border: 1px solid var(--light-gray-v2);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
}
.setting-section-card span{
    color: gray;
}
.Special-products-wrapper{
    padding-left: var(--default-container-padding);
    padding-right: var(--default-container-padding);
}
.button-normalize{
    text-align: right;
    background: transparent;
    border: none;
}
.button-normalize:hover{
    color: var(--primary-color);
    text-decoration: underline;
}
.settings-content-box-wrapper {
    margin-bottom: 10rem;
}

.settings-content-box-wrapper form span{
    color: black;
    font-weight: 500;
}
form.setting-section-card .btns{
    max-width: 10rem;
}
.active-tab{
    color: white;
    fill: white;
    background: var(--primary-color);
    border-radius: 15px;
}
.active-tab svg path{
    background: var(--primary-color);
    color: white;
    fill: white;
}
.store-details{
    background: white;
    padding: 15px 15px 0 15px;
    border-radius: 20px 20px 0 0;
}
.store-details-inner{
    border-top: 1px solid var(--light-gray-v3);
    border-left: 1px solid var(--light-gray-v3);
    border-right: 1px solid var(--light-gray-v3);
    border-radius: 20px 20px 0 0;
    padding: 15px;
    width: 100%;
}
.store-details .dp img{
    width: 180px;
}
.store-details .share-and-message{
    width: 9rem;
}
.store-desc h1{
    margin: 0;
}
.store-desc p{
    margin: 10px;
}
.store-desc .verified{
    margin-left: 10px;
}
.share-and-message{
    height: 65%;
}
.share-and-message .share{
    font-size: 30px;
    width: 100%;
    text-align: right;
    color: var(--primary-button-color);
}
.share-and-message .share:hover{
    color: var(--primary-color);
}
.store-banner{
    width: 100%;
    height: 30rem;
}
.testimonials{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.testimonial-container{
    gap: 20px;
}
.testimonials h1{
    text-align: center;
    font-weight: 700;
}
.testimonial{
    background: #fafafa;
    box-shadow: 0 0 20px rgb(231, 231, 231);
    padding: 2rem 2.5rem;
    border-radius: .8rem;
    margin: 20px;
}
.testimonial p{
    font-weight: 400;
    font-size: 1.2rem;
}
.testimonial .customer-details .image{
    width: 5rem;
}
.testimonial .customer-details .image img{
    width: 100%;
    border-radius: 50%;
}
.testimonial .stars img{
    width: 1.3rem;
}
.testimonial h4{
    font-weight: 700;
}
.testimonials-arrows .arrow{
    font-size: 1.5rem;
    width: 55px;
    height: 55px;
}
.product-details .row>* {
    padding: 0;
}
.hero-product-image .image{
    width: 100%;
    aspect-ratio: 1/1;
}
.hero-product-image .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bottom-image-group{
    display: flex;
    justify-content: center;
    max-width: 37vw;
}
.bottom-image{
    flex: 1;
}
.bottom-image-group .image{
    aspect-ratio: 1/1;
}
.bottom-image-group .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-icon{
    position: absolute;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-primary-deatils{
    background-color: white;
    padding: 1.5rem;
    height: 100%;
}
.product-primary-deatils h4{
    margin-bottom: 1rem;
    font-weight: 600;
}
.product-primary-deatils .title .store-logo img{
    width: 2rem;
}
.product-primary-deatils .title .verified-logo img{
    width: 1.2rem;
}
.product-primary-deatils .title .text{
    color: var(--primary-color);
    text-decoration: underline;
}
.product-primary-deatils .rating-share-like .share-and-like{
    font-size: 1.5rem;
}
.rating-share-like .share-and-like .rating-container .stars img{
    width: 30px;
}
.rating-share-like .rating-container .sold{
    color: gray;
}
.rating-share-like .rating-container .rating{
    color: var(--primary-color);
    text-decoration: underline;
}
.product-primary-deatils .category{
    color: var(--light-dark-font-color);
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.price{
    margin-bottom: 1rem;
}
.price .price-card{
    background-color: white;
    box-shadow: 0px 4px 40px 0px var(--quantity-box-shadow);
    border-radius: .5rem;
    padding: 1rem;
}
.price .price-card h5{
    color: var(--light-dark-font-color);
}
.price .price-card h2{
    color: var(--primary-color);
}
.model-number-title{
    margin-bottom: .3rem;
}
.model-numbers{
    margin-bottom: .6rem;
}
.model-numbers span{
    padding: .5rem 1rem;
    background-color: var(--light-gray);
    border-radius: 24px;
    cursor: pointer;
}
.colors-title{
    margin-bottom:1rem;
}
.colors .color{
    width: 2rem;
    height: 2rem;
    background-color: var(--i);
    border-radius: 50%;
}
.colors .color:hover{
    outline: 2px solid var(--i);
    outline-offset: .15rem;
}
.quantity-input-container{
    border: 1px solid gray;
    overflow: hidden;
}

.quantity-input-container div{
    border: none;
    /* background-color: var(--light-gray); */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.quantity-input-container div:hover{
    background-color: var(--light-gray);
    color: var(--primary-button-color);
}
.quantity-input-container input{
    height: 100%;
    border: none;
    text-align: center;
    outline: none;
}

/* ------- Hiding Arrow Button Of Number Type Input Field ------- */
/* Chrome, Safari, Edge, Opera */
.quantity-input-container input::-webkit-outer-spin-button,
.quantity-input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.quantity-input-container input[type=number] {
  -moz-appearance: textfield;
}

/* Product details Page Quentity Input Styles */
.product-page-quantity-input-container{
    height: 2.8rem;
    border-radius: 15px;
}
.product-page-quantity-input-container div{
    padding-bottom: 5px;
    font-size: 2rem;
    width: 30px;
}
.product-page-quantity-input-container input{
    width: 3rem;
    /* width: 100%; */
}
.product-action-btns .message{
    padding: .5rem .8rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 40px 0px rgba(114, 64, 19, 0.10);
}
.product-details-tabs{
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 2px solid var(--light-gray-v2);
    margin-bottom: 1rem;
    width: 50%;
}
.product-details-tabs .tab{
    border-bottom: 4px solid transparent;
    cursor: pointer;
    color: var(--light-dark-font-color);
}
.product-details-tabs .tab:hover{
    border-bottom: 4px solid var(--primary-button-color);
    color: var(--primary-button-color-dim);
}
.Specifications-container{
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.Specifications-container .Specification{
    display: flex;
    align-items: center;
    height: 2rem;
}
.Specifications-container .Specification>*{
    display: flex;
    align-items: center;
    padding: 0 1rem;
    color: var(--light-dark-font-color);
    font-weight: 600;
}
.Specifications-container .Specification .Specification-title{
    width: 15rem;
    height: 100%;
}
.Specifications-container .Specification .Specification-value{
    height: 100%;
    flex: 1;
    border-top: 1px solid var(--light-gray-slightly-more-bold);
    border-left: 1px solid var(--light-gray-slightly-more-bold);
    border-right: 1px solid var(--light-gray-slightly-more-bold);
}
.Specifications-container .Specification:last-child .Specification-value{
    border-bottom: 1px solid var(--light-gray-slightly-more-bold);
}
.review-stars-container{
    display: flex;
}
.review-stars-wrapper{
    flex: 1;
    display: flex;
    align-items: center;
}
.review-stars{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.review-stars h1{
    font-size: 6.5rem;
    margin: 0;
}
.review-stars-ratio{
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.review-stars-ratio>*{
    display: flex;
    align-items: center;
    gap: .3rem;
}
.review-stars-ratio>* .star{
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-stars-ratio>* .star img{
    position: relative;
}
.review-stars-ratio .bar{
    background-color: var(--light-gray-slightly-more-bold);
    width: 100%;
    height: .5rem;
    position: relative;
}
.review-stars-ratio .bar .inner-fill{
    position: absolute;
    height: 100%;
    background-color: var(--default-text-color);
}
.review-stars-ratio .bar .fill-wrapper{
    width: 80%;
    height: 100%;
    position: relative;
}


.comment-section-title .sort-by-container select{
    padding: .4rem;
    border: 1px solid var(--light-gray-slightly-more-bold);
    border-radius: .4rem;
    cursor: pointer;
}
.comment .comment-header .dp-name-etc{
    display: flex;
    align-items: center;
    justify-content: center;
}
.comment .comment-header .dp-name-etc .dp-container{
    width: 5rem;
}
.comment .comment-header .dp-name-etc .dp-container img{
    width: 100%;
    border-radius: 50%;
}
.comment .comment-header .dp-name-etc .name-stars-active-color-and-size .name-stars{
    gap: .5rem;
    display: flex;
    align-items: center;
}
.comment .comment-header .dp-name-etc .name-stars-active-color-and-size .name-stars h5{
    margin: 0;
}
.comment .comment-header .dp-name-etc .name-stars-active-color-and-size .active-color-and-size{
    color: #A0A0A0;
}
.comment .comment-header .comment-option-container button{
    border: none;
    background-color: transparent;
    font-size: 1.5rem;
    color: var(--light-dark-font-color);
}
.comment .comment-header .comment-option-container button:hover{
    background: var(--light-gray);
    color: var(--primary-button-color);
}
.comment .reply-and-clap{
    font-weight: 500;
}
.comment .reply-and-clap .reply a{
    color: var(--light-dark-font-color);
}
.product-detail-section-border-radius{
    border-radius: .8rem;
}
.customer-feedback-and-reviews form{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.customer-feedback-and-reviews form .input-container div{
    flex: 1;
}
.customer-feedback-and-reviews form textarea{
    resize: none;
    height: 15rem;
    width: 100%;
}
.banner{
    height: 200px;
    display: flex;
    align-items: center;
}
.banner .content-wrapper{
    padding-left: 8rem;
    width: 100%;
}
.banner .content-wrapper h1{
    font-size: 1.5rem;
    font-weight: 700;
}
.product-table-wrapper{
    max-width: 100%;
    width: 750px;
}
.product-table{
    background: var(--table-td-color);
    display: block;
    border-radius: .5rem;
    width: 100%;
}
.product-table tr{
    border-bottom: 1px solid var(--table-td-border-color);
    width: 100%;
}
.product-table td{
    max-width: 40rem;
}
.product-table .total-price{
    color: var(--primary-color);
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.product-table .total-price .cross{
    border-radius: 20px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border: none;
    outline: none;
    background-color: transparent;
}
.product-table .total-price .cross:hover{
    background-color: var(--light-gray);
}
.product-table td p{
    text-align: left;
    margin: 0;
}
.product-table .image img{
    width: 4rem;
}
.cart-page-quantity-input-container{
    height: 2rem;
    border-radius: 10px;
}
.cart-page-quantity-input-container div{
    padding-bottom: 5px;
    font-size: 1.5rem;
    width: 30px;
}
.cart-page-quantity-input-container input{
    width: 2rem;
}
.discount-form{
    margin: 1rem 0;
    max-width: 50rem;
}
.discount-form label{
    font-weight: 500;
    margin-bottom: 5px;
}
.discount-form input{
    border-radius: .4rem;
    border: 1px solid var(--light-gray-slightly-more-bold);
    padding: 7px 12px;
}
.coupon-container{
    display: flex;
    gap: 1rem;
    max-width: 50rem;
    overflow-x: scroll;
    overflow-y: hidden;
}
.coupon-container::-webkit-scrollbar {
    display: none;
}
.coupon-container .coupon{
    background-color: var(--primary-button-color);
    border-radius: .3rem;
    font-weight: 600;
    min-width: 220px;
}
.coupon-container .coupon .coupon-top-section{
    padding: .5rem;
}
.coupon-container .coupon .coupon-bottom-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed white;
    padding: .5rem;
    position: relative;
}
.coupon-container .coupon .coupon-bottom-section::before{
    content: '';
    background-color: white;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -12px;
    left: -10px;
    border-radius: 50%;
}
.coupon-container .coupon .coupon-bottom-section::after{
    content: '';
    background-color: white;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -12px;
    right: -10px;
    border-radius: 50%;
}
.coupon-container .coupon .coupon-bottom-section button{
    border: none;
    outline: none;
    background-color: #171717;
    color: white;
    padding: .1rem .5rem;
    border-radius: 3rem;
    font-size: 12px;
    border: 1px solid transparent;
}
.coupon-container .coupon .coupon-bottom-section button:hover{
    background-color: white;
    border: 1px solid var(--primary-button-color-bold);
    color: var(--default-text-color);
    box-shadow: 0 0 10px 0 var(--primary-button-color-dim);
}
.coupon-container .coupon .coupon-bottom-section button:active{
    box-shadow: none;
}
.checkout-conttainer form{
    display: flex;
    gap: 1rem;
}
.checkout-conttainer .checkout-form{
    flex: 3;
}
.checkout-conttainer .summery-and-payment-method{
    flex: 1;
}
.checkout-conttainer .checkout-form h3{
    font-weight: 700;
    margin-bottom: 1rem;
}
.checkout-conttainer .checkout-form input{
    width: 100%;
}
.checkout-conttainer .checkout-form textarea{
    resize: none;
    height: 6rem;
}
.checkout-conttainer .checkout-form>*{
    width: 100%;
}
.checkout-conttainer .checkout-form>*>*{
    width: 100%;
}
.checkout-conttainer .checkout-form>*> .checkbox{
    width: auto;
}

.checkout-conttainer .checkout-form input[type='checkbox']{
    width: auto;
}
.checkout-conttainer .summery-and-payment-method .summery h4{
    font: 1.7rem;
}
.checkout-conttainer .summery .total-container {
    border-top: 1px solid var(--light-gray-slightly-more-bold);
}
.checkout-conttainer .summery .total-container .total{
    font-weight: 600;
    font-size: 18px;
    color: var(--default-text-color);
}
.checkout-conttainer .payment-method .payment-method-button{
    padding: 1rem 1.5rem;
    border: 1px solid var(--light-gray-slightly-more-bold);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}
.checkout-conttainer .payment-method .payment-method-button input{
    min-width: 20px;
    min-height: 20px;
    accent-color: var(--primary-button-color);
    background-color: white;
    outline: none;
}
.PaymentSuccessModal-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0,0.3);
    z-index: 2;
    top: 0;
    left: 0;
}
.PaymentSuccessModal-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.PaymentSuccessModal{
    background-color: white;
    border-radius: 15px;
    width: 70rem;
    height: 40rem;
    animation: popUp .3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem;
}
.default-modal-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0,0.3);
    z-index: 5;
}
.register-modal .default-modal-wrapper {
    color: red;
}
.default-modal{
    margin: 0 1rem;
    display: none;
    transform: scale(0);
    background-color: white;
    padding: 32px;
    border-radius: 12px;
}
.default-modal .default-modal-header .modal-close{
    font-size: 30px;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .2rem;
}
.default-modal .default-modal-header .modal-close:hover{
    background-color: var(--light-gray);
    color: var(--primary-button-color-bold);
}
.default-modal .default-modal-header .modal-close:active{
    background-color: var(--light-gray-slightly-more-bold);
    color: red
}
.signup-or-login-modal .side-image img{
    /* height: 100%; */
}
.reset-success-text{
    min-height: 15rem;
}
.defer{
    height: 90vh;
}
.PaymentSuccessModal .PaymentSuccessModal-content{
    width: 26rem;
}
.PaymentSuccessModal .payment-deatils{
    border-top: 1px dashed var(--light-gray-slightly-more-bold);
}
.PaymentSuccessModal .payment-deatils h4:last-child{
    font-weight: 800;
}
.PaymentSuccessModal .payment-deatils span{
    color: var(--light-dark-font-color);
}
.PaymentSuccessModal .payment-deatils>*{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.PaymentSuccessModal .download-recipt{
    width: 100%;
    padding: 15px;
    margin-bottom: 1rem;
}
.PaymentSuccessModal h2{
    color: #16A34A;
}
.PaymentSuccessModal .goback:hover{
    text-decoration: underline;
}
.account-options{
    position: absolute;
    background-color: white;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 3rem;
    left: -7rem;
    padding: 1rem;
    width: 18rem;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 var(--light-dark-font-color);
}
.account-options .link{
    padding: .5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    width: 100%;
    border-radius: .6rem;
    cursor: pointer;
}
.account-options button.link{
    display: inline;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.account-options .link:hover {
    background-color: var(--light-gray);
}
.account-options .link:hover .my_returns svg path{
    stroke: var(--primary-color);
}
.account-options .link:hover div:not(.my_returns) svg path{
    fill: var(--primary-color);
}
.account-options .link:hover span{
    color: var(--primary-color);
}
.side-bar-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.100);
    backdrop-filter: blur(2px);
    z-index: 2;
    display: none;
    justify-content: start;
}
.side-bar{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    background-color: white;
    transform: translateX(-350px);
}
.side-bar .logo-and-close-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding: 1rem;
}
.side-bar .logo-and-close-btn .side-bar-logo{
    font-size: 1.5rem;
}
.side-bar .logo-and-close-btn .close-btn{
    font-size: 2rem;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    cursor: pointer;
}
.side-bar .logo-and-close-btn .close-btn:hover{
    background-color: var(--light-gray);
}
.side-bar .manu{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    width: 100%;
}
.side-bar .manu a{
    padding: 1rem;
}
.side-bar .manu a:hover{
    background-color: var(--light-gray);
    color: var(--primary-color);
}
.error-page .image img{
    width: 40rem;
}
.all-products-card{
    box-shadow: 0 0 40px 0 var(--light-gray-v2);
}
.filter_and_sort {
    padding-right: 15px;
}
.filter_and_sort_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #404040;
}
.filter_and_sort_title .title{
    font-weight: 600;
}
.filter_and_sort_title .reset{
    font-weight: 400;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid transparent;
    width: 100px;
    margin: 0 10px;
}
.filter_and_sort_title .reset:hover{
    background-color: var(--light-gray);
}
.filter_and_sort_title .reset:active{
    border: 1px solid var(--primary-button-color-light);
    border: 1px solid var(--light-gray);
    background-color: white;
    color: var(--light-dark-font-color);
    user-select: none;
}
.filter_and_sort .rating .rating-stars>*{
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter_and_sort .rating .rating-stars label{
    display: flex;
    gap: 5px;
}
.filter_and_sort .rating .rating-stars .stars{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-container .sort-select{
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #737373;
    margin-top: 15px;
    font: 14px;
}
.all-products-card .product-title{
    font-size: 1rem;
    font-weight: 500;
    text-wrap: wrap;
}
.all-products-card .top-section .image img{
    width: 250px;
    height: 250px;
}
.all-products-card .btns{
    font-size: 14px;
    font-weight: 700;
}
.filter_and_sort{
    font-size: 18px;
}
.filter_and_sort .product-type{
    font-weight: 400;
    color: var(--light-dark-font-color);
    display: flex;
    flex-direction: column;
}
.filter_and_sort label{
    padding: 10px 0;
    cursor: pointer;
}

.filter_and_sort .arrow-down{
    font-size: 30px;
}
.filter_and_sort .tags{
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
}
.filter_and_sort .tags .tag{
    background-color: var(--light-gray);
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: var(--default-text-color);
    cursor: pointer;
}
.filter_and_sort .tags .tag.active{
    background-color: var(--primary-button-color);
}

.default-design .btns{
    font-size: 17px;
    font-weight: 700;
}
.default-design .product-title{
    font-size: 2rem;
    font-weight: 500;
}
.forget-password-modal .password-reset-model-body-content-wrapper input{
    outline: none;
    width: 100%;
    padding: .6rem .3rem;
    border: 1px solid var(--light-gray-slightly-more-bold);
    border-radius: .3rem;
}
.forget-password-modal .password-reset-model-body-content-wrapper p{
    color: var(--light-dark-font-color);
    /* width: 25rem; */
}
.forget-password-modal .password-reset-model-body-content-wrapper .email-resend a{
    color: var(--primary-button-color);
    font-weight: 400;
}
.forget-password-modal .password-reset-model-body-content-wrapper .email-resend a:hover{
    text-decoration: underline;
}

.forget-password-modal .password-reset-model-body-content-wrapper h2{
    margin-top: auto;
}
.input-field{
    padding: 10px;
    border-radius: 12px;
    border: 1px solid var(--light-gray-slightly-more-bold);
    outline: none;
}
.sign-up-and-log-in-form .radio label{
    cursor: pointer;
}
.sign-up-and-log-in-form .passwords .eye{
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 25px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.sign-up-and-log-in-form .passwords .eye:hover{
    color: var(--primary-button-color);
}
.sign-up-and-log-in-form .passwords .eye:active{
    background-color: var(--light-gray-v2);
}
.signup-or-login-modal .form-divider{
    height: 30px;
    margin-top: 35px;
}
.signup-or-login-modal .form-divider .text-wrapper{
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
}
.signup-or-login-modal .form-divider .text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin: 0 auto;
    background-color: white;
    color: var(--light-dark-font-color);
}
.sign-up-and-log-in-form label{
    font-weight: 500;
}
.sign-up-and-log-in-form small,
.sign-up-and-log-in-form .checkbox{
    color: var(--light-dark-font-color);
}
.login-container{
    width: 550px;
}
.product-images .image{
    cursor: pointer;
}
.category-pop-up{
    position: absolute;
    top: 55px;
    background-color: white;
    display: none;
    align-items: start;
    flex-wrap: wrap;
    z-index: 2;
    box-shadow: 0 0 12px 0 var(--light-dark-font-color);
    border-radius: 20px;
    padding: 20px;
    gap: .5rem;
    margin-right: 10px;
}
.category-pop-up .category{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--default-text-color);
    padding: 10px;
}
.category-pop-up .category b{
    color: var(--default-text-color);
    font-size: 1.2rem;
    margin-bottom: 15px
}
.category-pop-up .category a{
    color: var(--light-dark-font-color);
    padding: 10px 5px;
    border-radius: 5px;
}
.category-pop-up .category a:hover{
    background-color: var(--light-gray);
}
.active-coupon{
    background-color: var(--primary-button-color-light) !important;
}


.price-range-container{
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: 30px;
}
.double-range-slider input[type=range]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}
.slider-track{
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
.double-range-slider input[type=range]::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    height: 5px;
}
.double-range-slider input[type=range]::-moz-range-track{
    -webkit-appearance: none;
    height: 5px;
}
.double-range-slider input[type=range]::-ms-track{
    appearance: none;
}
.double-range-slider input[type=range]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 1.3em;
    width: 1.3em;
    background-color: #fcb800;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -9px;
    pointer-events: auto;
}
.double-range-slider input[type=range]::-moz-range-thumb{
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fcb800;
    pointer-events: auto;
}
.double-range-slider input[type=range]::-ms-thumb{
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fcb800;
    pointer-events: auto;
}
.double-range-slider input[type=range]:active::-webkit-slider-thumb{
    background-color: #fff;
    border: 3px solid #fcb800;
}
.values{
    position: relative;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 30px;
}
.feature-card-container{
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.feature-card-container::-webkit-scrollbar {
    display: none;
}
.Special-products .Special-product-group-column{
    order: 2;
}
.Special-products .left-banner {
    order: 1;
}
.Special-products .right-banner{
    order: 3;
}
.accordion-button {
    padding: 10px 0px;
}
.nav-bar-category{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.nav-bar-category b{
    font-size: 20px;
}
.nav-bar-category a:hover{
    color: var(--primary-button-color-dim);
}
.category-page-category-container{
    max-width: 200px;
}
.footer-link-wrapper a:hover{
    color: var(--primary-button-color-dim);
    text-decoration: underline;
}
.accordion{
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: white;
    --bs-accordion-body-padding-x: 0px;
    --bs-accordion-body-padding-y: 0px;
}
.accordion-item{
    padding: 0 10px;
}
.draggable-container{
    cursor: grab;
}
.category-product-not-found{
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-product-not-found h1{
    text-align: center;
}
.slider-btn-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-btn-container .btn{
    font-size: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
}
.slider-btn-container .btn:hover{
    background-color: var(--primary-button-color);
}
.slider-btn-container .btn:active{
    background-color: var(--primary-button-color-dim);
    color: white;
}
.slider-container-level-2{
    width: 100%;
    margin-left: 60px;
}

.order-Summery{
    background-color: var(--table-td-color);
    height: fit-content;
    min-width: 22rem;
    overflow: hidden;
    border-radius: 20px;
    border-radius: .5rem;
    padding: 20px;
    font-weight: 400;
}
.order-Summery .total{
    height: fit-content;
    padding-top: 12px;
}
.order-Summery .items{
    color: #757575;
}
.order-Summery .items>*{
    padding: 15px 0;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid var(--light-gray-slightly-more-bold);
}
.order-Summery .total{
    color: #404040;
    font-weight: 600;
}
.order-Summery .total .total-amount{
    font-weight: 500;
}
.mobile-product-table{
    display: none;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.mobile-cart-product{
    display: flex;
    /* justify-content: space-between; */
    box-shadow: 0 0 50px 0 #EDEDED;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}
.mobile-cart-product .product-image img{
    width: 70px;
    padding-right: 10px;
}
.mobile-cart-product .product-details{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mobile-cart-product .product-details .title-and-remove{
    display: flex;
    justify-content: space-between;
}
.mobile-cart-product .product-details .title-and-remove p{
    font-weight: 500;
    color: #525252;
    margin-bottom: 5px;
}
.mobile-cart-product .product-details .price-and-quantity{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    width: 100%;
}
.mobile-cart-product .product-details .title-and-remove .cross{
    padding-left: 20px;
}
.mobile-cart-product .product-details .title-and-remove .cross img{
    width: 15px;
}
.mobile-cart-product .product-details .price-and-quantity .total-bill{
    font-weight: 500;
    color: var(--primary-color);
    font-size: 16px;
}
.contact-element-container{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.contact-container{
    border-radius: 12px;
    background: #F9F9F9;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 87px 66px;
    margin-bottom: 12rem;
}
.contact-element-container .contact-element{
    background-color: white;
    padding: 15px;
    flex: 1;
    border-radius: 12px;
}
.contact-element-container .contact-element .action{
    text-decoration: underline;
}
.contact-element-container .contact-element:nth-child(1) .icon{
    margin-bottom: 12px;
}
.contact-element-container .contact-element:nth-child(2) .icon{
    margin-bottom: 21px;
}
.contact-element-container .contact-element:nth-child(3) .icon{
    margin-bottom: 21px;
}
.contact-element-container .contact-element:nth-child(4) .icon{
    margin-bottom: 21px;
}
.contact-title-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 46px;
    text-align: center;
}
.need-login{
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.need-login .need-login-title{
    text-align: center;
    padding: 0 15px;
}
.need-login h1 a{
    color: var(--primary-button-color);
    text-decoration: underline;
}
.vendor-form{
    display: none;
}
.account-unauthenticate{
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-product-cart{
    padding: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.order_products:hover{
    text-decoration: underline;
}
.input-and-image-container{
    position: relative;
    width: 80%;
    min-width: 20px;
}
.input-and-image-container input{
    width: 100%;
}
.font875rem{
    font-size: .875rem;
}
.change-password-eye{
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
}
.change-password-eye:hover i{
    color: var(--primary-button-color);
}
.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}
.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}
.track .step.active:before {
    background: #33B139;
}
.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}
.track .step.active .icon {
    background: #33B139;
    color: #fff;
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}
.track .step.active .text {
    font-weight: 400;
    color: #000;
}
.track .text {
    display: block;
    margin-top: 7px;
}
.custom-card {
    border-radius: 0px;
    background-color: #ffffff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    /* border: 1px solid #eee; */
    padding: 1.25rem;
    /* height: 100%; */
}
.custom-card-full-height{
    height: 100%;
}
.order-details h4{
    font-size: 18px;
}
.order-details .image img{
    width: 45px;
}
.review-btn {
    color: var(--primary-button-color-bold);
    cursor: pointer;
}
.review-btn:hover {
    text-decoration: underline;
}
.customer-review-form label{
    font-weight: 500;
}
.customer-review-form select{
    width: 35rem;
    height: 2.5rem;
    border: 1px solid var(--light-gray-slightly-more-bold);
}
.customer-review-form select:focus{
    border: 1px solid var(--primary-button-color);
}
.customer-review-form textarea{
    outline: none;
    border: 1px solid var(--light-gray-slightly-more-bold);
    min-height: 16rem;
    padding: 5px;
}
.customer-review-form textarea:focus{
    border: 1px solid var(--primary-button-color);
}
.reply{
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: var(--light-gray);
    border-radius: 10px;
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
}
.reply::before{
    content: '';
    width: 30px;
    height: 30px;
    background-color: var(--light-gray);
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    z-index: -10;
}
.reply .logo img{
    width: 40px;
}
.reply .reply-header{
    display: flex;
    gap: 10px;
}
.reply h5{
    margin: 0;
}
.comment-body{
    color: rgb(80, 80, 80);
}
.search-wrapper{
    position: relative;
}
.search-result{
    width: 100%;
    display: none;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    top: 50px;
    gap: 10px;
    z-index: 10;
    position: absolute;
    overflow: hidden;
    box-shadow: 2px 2px 30px rgba(68, 68, 68, 0.192);
}
.search-result-responsive{
    border-radius: 0;
    top: 115px;
    z-index: 10;
    left: 0;
}
.search-result .title{
    display: block;
    margin-bottom: 10px;
}
.search-result .empty-product{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-logo-category-container{
    width: 43%;
}
.search-result-wrapper{
    height: 300px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.search-result-product{
    display: flex;
    gap: 10px;
    position: relative;
    padding: 10px;
}
.search-result-product:hover{
    background-color: rgba(0, 0, 0, 0.034);
}
.search-result-product s{
    color: gray;
}
.search-result-product .prices span{
    font-weight: 700;
}
.search-result-product h6{
    margin: 0;
}
.search-result-product .search-result-product-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search-result-product .image img{
    width: 120px;
}
.store-wrapper .stores .store .img img{
    width: 100px;
}
.cross-container .cross{
    border: 0;
    background: none;
}
.header-top-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.header-top-social-bar a{
    padding: 10px;
    background-color: var(--light-gray-slightly-more-bold);
    font-size: 20px;
    border: 1px solid transparent;
}
.header-top-social-bar a:hover {
    color: var(--primary-color-2);
    background-color: transparent;
    border: 1px solid var(--primary-color-2);
}
.header-top-bar{
    border-bottom: 1px solid var(--light-gray);
}.header-bottom-bar{
    border-top: 1px solid var(--light-gray);
}
.notice span{
    text-transform: capitalize;
    font-weight: 700;
    color: var(--fancy-text-color-1);
}
.search-form .category-dropdown{
    height: 100%;
    border: none;
    /* border-radius: 40px 0 0 40px; */
    /* background-color: black; */
    width: 80px;
    border-right: 1px solid var(--light-gray-slightly-more-bold);
    padding: 0 10px;
}
.header-bottom-bar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-bottom-bar .manu{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 20px;
}
.header-bottom-bar .manu a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: 20px;
}
.forget-password{
    color: var(--light-dark-font-color);
    font-weight: 400;
    cursor: pointer;
}
.forget-password:hover{
    text-decoration: underline;
}
.forget-password-phone-not-found-model-message{
    font-size: 18px;
    font-weight: 500;
    margin: 1rem 0;
}
.my-order-table-container{
    overflow-x: auto;
    width: 100%;
}
.my-order-table-container table{
    min-width: 1370px;
}
.order-details-table-container{
    min-width: 600px;
}
.order-details-table-wrapper{
    /* max-width: 100%; */
    overflow: auto;
}
.payment-success-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-success-container{
    padding: 0 50px;
    margin: 30px 0;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.39);
    border-radius: 15px;
}
.payment-success{
    width: 500px;
}
.payment-success .payment-success-alert h2{
    color: #16A34A;
}
.payment-success .payment-deatils div{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.payment-success .goback:hover{
    color: var(--primary-button-color-dim);
    text-decoration: underline;
}

.desktop-product-table{

}
.desktop-product-table .desktop-product:nth-child(1){
    border-top: 1px solid var(--light-gray-slightly-more-bold);
}
.desktop-product-table .desktop-product{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--light-gray-slightly-more-bold);
    padding: 30px 0;
}
.desktop-product-table .desktop-product .product-desc{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.desktop-product-table .desktop-product .product-desc .title{
    font-weight: 500;
    color: var(--default-text-color);
}
.desktop-product-table .desktop-product .product-desc .attributes{
    font-size: 16px;
    font-weight: 400;
    color: gray;
}
.desktop-product-table .desktop-product .product-desc .attributes span{
    border-right: 1px solid var(--light-gray-slightly-more-bold);
    padding: 0 15px;
}
.desktop-product-table .desktop-product .product-desc .attributes span:first-child{
    padding-left: 0;
}
.desktop-product-table .desktop-product .product-desc .attributes span:last-child{
    border-right: none;
}
.desktop-product-table .desktop-product .product-desc .price{
    font-weight: 600;
}

.desktop-product-table .desktop-product .product-desc-and-image{
    display: flex;
}
.desktop-product-table .desktop-product .product-desc-and-image .image{
    /* background-color: red; */
}
.desktop-product-table .desktop-product .product-desc-and-image .image img{
    width: 250px;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid var(--light-gray-slightly-more-bold);
}
.cart-container{
    gap: 50px;
}

/* fixing typography */

.hero-desc h1{
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #171717;
}
.hero-desc p {
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.hero-desc .hero-section{
    display: flex;
    width: 574px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}
.hero-button button {
    padding: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.category .category-title-product-title{
    margin-top: 12px;
    color: #171717;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.best-for-your-categories-title{
    color: #262626;
    font-size: 32px;
    font-weight: 700;
}
.section-top-section .title{
    color: #262626;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}
.default-design .product-title {
    color: #404040;
    font-size: 16px;
    font-weight: 600;
}
.discounted-price-and-actual-price .discounted-price {
    color: var(--Warning-Rectangle-894, #724013);
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
}
.Special-products .left-banner h1 {
    color: #262626;
    font-size: 48px;
    font-weight: 600;
}
.Special-products-card .discounted-price-and-actual-price .discounted-price {
    color: #262626;
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
}
.Special-products-card .discounted-price-and-actual-price .actual-price {
    color:  #262626;
    font-size: 24px;
    font-weight: 400;
    text-decoration-line: strikethrough;
    right: -80px;
}
.Special-products .middle-top-banner h1 {
    color: #262626;
    font-size: 36px;
    font-weight: 600;
}
.Special-products .middle-bottom-banner h1 {
    color: #262626;
    font-size: 28px;
    font-weight: 600;
}
.Special-products .right-banner h1 {
    color: #EF4444;
    font-size: 48px;
    font-weight: 600;
}
.Special-products .right-banner .discount-and-machinery-type span {
    color: #262626;
    font-size: 24px;
    font-weight: 400;
}

/* KeyFrames */
@keyframes popUp {
    0%{
        transform: scale(0);
    }
    10%{
        opacity: 1;
    }
    80%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes popDown {
    0%{
        transform: scale(1);
    }
    20%{
        transform: scale(1.1);
    }
    90%{
        opacity: 1;
    }
    100%{
        transform: scale(0);
    }
}

@keyframes sideber_slideright {
    0%{
        transform: translateX(-350px);
    }
    100%{
        transform: translateX(0);
    }
}
@keyframes sideber_slideleft {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-350px);
    }
}

/* COMMON STYLES */
.padded-container{
    padding-left: var(--default-container-padding);
    padding-right: var(--default-container-padding);
    max-width: var(--maximun-container-width);
    margin-right: auto;
    margin-left: auto;
}
.margined-container{
    margin-left: var(--default-container-padding);
    margin-right: var(--default-container-padding);
    max-width: var(--maximun-container-width);
}
.Special-products-wrapper{
    max-width: var(--maximun-container-width);
    margin-right: auto;
    margin-left: auto;
}
.dynamic-width{
    width: 50%;
}
.dynamic-border-radius{
    border-radius: 1rem;
}
.background-white{
    background-color: white;
}
.link .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

/* MULTI CLASS STYLE */
.checkout-form input:focus,
.checkout-form textarea:focus{
    border: 1px solid var(--primary-button-color);
}
.hero-section div:nth-child(1),
.hero-section div:nth-child(2){
    flex: 1;
}
.breadcrumb,
.breadcrumb a{
    font-size: 17px;
    display: flex;
    align-items: center;
    color: gray;
    gap: 20px;
}
.footer-section p,
.footer-section span{
    color: var(--light-white-color);
}
.footer-section p{
    max-width: 30rem;
}
.side-tab a:hover,
.side-tab a:hover svg path{
    background-color: var(--primary-button-color-dim);
    color: white;
    fill: white;
    border-radius: 15px;
}
.settings-content-box-wrapper form input[type='text'],
.settings-content-box-wrapper form input[type='password'],
.settings-content-box-wrapper form select,
.settings-content-box-wrapper form input[type='email']{
    border: 1px solid rgb(224, 224, 224);
    padding: 8px 12px;
}
.product-primary-deatils .rating-share-like .share-and-like .share,
.product-primary-deatils .rating-share-like .share-and-like .like{
    cursor: pointer;
}
.product-primary-deatils .rating-share-like .share-and-like .share:hover,
.product-primary-deatils .rating-share-like .share-and-like .like:hover{
    color: var(--primary-color);
}
.colors-title,
.model-number-title{
    color: var(--light-dark-font-color);
    font-weight: 700;
    font-size: 14px;
}
.customer-feedback-and-reviews form textarea:focus,
.customer-feedback-and-reviews form .input-container div input:focus{
    border: 1px solid var(--light-dark-font-color);
}
.customer-feedback-and-reviews form textarea,
.customer-feedback-and-reviews form .input-container div input{
    width: 100%;
    border: 1px solid var(--light-gray-slightly-more-bold);
    padding: 1rem;
    border-radius: .5rem;
    outline: none;
    cursor: pointer;
}
.checkout-conttainer .checkout-form,
.checkout-conttainer .summery-and-payment-method .summery,
.checkout-conttainer .summery-and-payment-method .payment-method{
    background: var(--table-td-color);
    color: gray;
}
.checkout-conttainer .checkout-form,
.checkout-conttainer .summery-and-payment-method .payment-method{
    padding: 1.3rem;
}
.checkout-conttainer form h3,
.checkout-conttainer .summery-and-payment-method .summery h4,
.checkout-conttainer .summery-and-payment-method .payment-method h5{
    color: var(--default-text-color)
}
.checkout-conttainer form>*>*>select,
.checkout-conttainer form>*>*>input{
    height: 2.5rem;
}
.checkout-conttainer form .save-info label,
.checkout-conttainer form .save-info input{
    cursor: pointer;
}
.checkout-conttainer form input,
.checkout-conttainer form select,
.checkout-conttainer form textarea{
    border: 1px solid var(--light-gray-slightly-more-bold);
    border-radius: .3rem;
    padding: .5rem;
    outline: none;
}
.product-table tr:first-child,
.product-table tr:last-child{
    border-bottom: none;
}
.product-table th,
.product-table td{
    padding: 15px;
    text-align:  center;
    font-weight: 500;
}
.forget-password-modal .password-reset-model-body-content-wrapper button,
.forget-password-modal .password-reset-model-body-content-wrapper a{
    font-weight: 500;
}

/* MAX WIDTH MEDIA QYARY */
@media screen and (max-width: 1777px) {
    .default-card .btns{
        font-size: 15px;
        font-weight: 650;
    }
}
@media screen and (max-width: 1685px) {
    .checkout-conttainer .summery-and-payment-method  {
        flex: 2;
    }
}
@media screen and (max-width: 1626px) {
    .default-card .btns{
        font-size: 15px;
        font-weight: 650;
    }
}
@media screen and (max-width: 1545px) {
    .price div .price-card h2{
        font-size: 1.5rem;
    }
    .price div .price-card h5{
        font-size: 1rem;
    }
}
@media screen and (max-width: 1530px) {
    .Special-products .middle-bottom-banner h1{
        font-size: 2.5rem;
    }
    .Special-products .left-banner h1{
        font-size: 2.5rem;
    }
    .Special-products .middle-top-banner h1{
        font-size: 2.5rem;
    }
    .Special-products .right-banner h1{
        font-size: 2.5rem;
    }
    .Special-products-card .discounted-price-and-actual-price .discounted-price{
        font-size: 3rem;
    }
    .Special-products-card .discounted-price-and-actual-price .actual-price {
        font-size: 1rem;
        top: 10px;
        right: -35px;
    }
    .Special-products .middle-bottom-banner .image{
        margin-top: 20px;
        width: 100%;
    }
    .Special-products .middle-bottom-banner .image img{
        width: 60%;
    }
    .Special-products .right-banner .image img{
        margin-top: 50px;
        width: 45%;
    }
    .hero-section{
        border-radius: 20px;
        min-height: 27rem;
    }
}
@media screen and (max-width: 1505px) {
    .product-details-tabs .tab{
        font-size: 1rem;
    }
    .slider-btn-container .btn {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 1330px) {
    .product-details-tabs .tab{
        font-size: .8rem;
    }
    .slider-container-level-2{
        margin-left: 40px;
    }
}
@media screen and (max-width: 1368px) {
    .table-and-coupon-container{
        /* width: 80%; */
        width: 100%;
    }
    .dynamic-cart-container{
        flex-direction: column;
    }
}
@media screen and (max-width: 1300px) {
    .product-primary-deatils h4{
        margin-bottom: .5rem;
        font-size: 1.3rem;
    }
    .colors-title{
        margin-bottom: 0rem;
    }
    .play-icon {
        width: 2rem;
        height: 2rem;
    }
    .play-icon img{
        width: 1rem;
    }
    .search-form{
        width: 600px;
    }
    .cart-container{
        /* gap: 20px; */
    }
}
@media screen and (max-width: 985px) {
    .dynamic-cart-container{
        padding-left: 0;
    }
}
@media screen and (max-width: 1278px) {
    .contact-element-container .contact-element h5{
        font-size: 16px;
    }
    .contact-element-container .contact-element p{
        font-size: 14px;
    }
    .contact-element-container .contact-element a{
        font-size: 14px;
    }
}
@media screen and (max-width: 1050px) {
    .contact-element-container .contact-element h5{
        font-size: 16px;
    }
    .contact-element-container .contact-element p{
        font-size: 13px;
    }
    .contact-element-container .contact-element a{
        font-size: 13px;
    }
    .table-and-coupon-container{
        width: 100%;
    }
}
@media screen and (max-width: 1250px) {
    .cart-container{
        flex-direction: column;
        width: 100%;
    }
    .product-table-wrapper {
        width: 90%;
    }
    .order-Summery {
        max-width: 500px;
    }
}
@media screen and (max-width: 437px) {
    .contact-title-container h3{
        font-size: 20px;
    }
}
@media screen and (max-width: 397px) {
    .contact-container{
        padding: 25px;
    }
}
@media screen and (max-width: 1050px) {
    .contact-element-container{
        flex-direction: column;
    }
    .contact-element-container .contact-element{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 1262px) {
    .price div .price-card h2{
        font-size: 1.2rem;
    }
    .price div .price-card h5{
        font-size: .8rem;
    }
    .input-and-image-container{
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    :root{
        --default-container-padding: 1rem;
    }
    .Special-products{
        margin: 0 10px;
    }
    .product-photo-and-details{
        padding: 0 .7rem;
    }
    .side-image{
        display: none;
    }
    .bottom-image-group{
        max-width: 40vw;
    }
    .slider-container-level-2{
        margin-left: 35px;
    }
    .account-options {
        left: -9rem;
    }
}
@media screen and (max-width: 1100px) {
    .hero-image{
        width: 30rem;
    }
}
@media screen and (max-width: 1070px) {
    .hero-section{
        border-radius: 20px;
        min-height: 20rem;
    }
    .hero-desc {
        max-width: 400px;
    }
    .hero-desc h1 {
        font-size: 1.8rem;
    }
    .hero-button button{
        padding: .5rem;
        font-size: .8rem;
        border-radius: .2rem;
    }
}
@media screen and (max-width: 1025px){
    .search-form-account-etc-container{
        flex-direction: column-reverse;
        align-items: end;
        gap: 5px;
    }
}
@media screen and (max-width: 1024px) {
    .product-details-tabs .tab{
        font-size: .76rem;
    }
    .checkout-conttainer{
        flex-direction: column;
    }
}
@media screen and (max-width: 1023px) {
    footer{
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 1000px) {
    .Special-products .middle-bottom-banner h1{
        font-size: 1.9rem;
    }
    .Special-products .left-banner h1{
        font-size: 1.8rem;
    }
    .Special-products .middle-top-banner h1{
        margin-top: 25px;
    }
    .Special-products .middle-top-banner img{
        margin-bottom: 35px;
    }
    .Special-products .middle-top-banner h1{
        font-size: 1.8rem;
    }
    .Special-products .right-banner h1{
        font-size: 1.8rem;
    }
    .Special-products-card .discounted-price-and-actual-price .discounted-price{
        font-size: 2.5rem;
    }
    .Special-products-card .discounted-price-and-actual-price .actual-price {
        font-size: 1rem;
        top: 10px;
        right: -35px;
    }
    .Special-products .middle-bottom-banner .image{
        margin-top: 20px;
        width: 100%;
    }
    .Special-products .middle-bottom-banner .image img{
        width: 60%;
    }
    .Special-products .right-banner .image img{
        margin-top: 50px;
        width: 45%;
    }
    .primary-button{
        padding: 20px
    }
    .Special-products .middle-bottom-banner h1{
        margin-top: 30px;
    }
    .Special-products.padded-container{
        padding-left: 0;
        padding-right: 0;
    }
    .Special-products-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .left-banner .discounted-price-and-actual-price{
        margin-top: 20px;
    }
    .Special-products .left-banner .image{
        margin-top: 30px;
    }
    .side-image{
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .dynamic-width{
        width: 100%;
    }
    .dynamic-border-radius{
        border-radius: .7rem;
    }
    .product-details-tabs .tab{
        font-size: 1rem;
    }
    .bottom-image-group{
        max-width: 86vw;
    }
    .default-card .btns>*{
        width: 100%;
    }
    .default-card .btns .primary-button {
        width: 100%;
    }

}
@media screen and (max-width: 905px) {
    .product-table{
        display: none;
    }
    .desktop-product-table{
        display: none;
    }
    .mobile-product-table{
        display: flex;
    }
}
@media screen and (max-width: 900px) {
    .default-card{
        min-width: auto;
    }
    .get-rate,
    .add_to_cart_button,
    .add-to-cart-form{
        width: 100%;
    }

}
@media screen and (max-width: 800px) {
    .Special-products{
        flex-direction: column;
    }
    .hero-section{
        border-radius: 15px;
        min-height: 10rem;
    }
    .hero-desc {
        max-width: 350px;
    }
    .hero-desc h1 {
        font-size: 1.5rem;
    }
    .hero-button button{
        padding: .5rem;
        font-size: .8rem;
        border-radius: .2rem;
    }
    .banner .content-wrapper {
        padding-left: 0rem;
        width: 100%;
    }
    .Special-products .Special-product-group-column{
        order: 1;
        flex-direction: row;
        width: 100%;
    }
    .Special-products .left-banner {
        order: 2;
    }
    .Special-products .right-banner{
        order: 3;
    }
    .Special-product-group-column .Special-products-card{
        width: 500px;
    }
}
@media screen and (max-width: 780px) {
    .search-form {
        width: 530px;
    }
    .bottom-image-group{
        max-width: 80vw;
    }
    .search-wrapper{
        position: initial;
    }
    .search-result{
        border-radius: 0;
        top: 115px;
        z-index: 10;
        left: 0;
    }
}
@media screen and (max-width: 768px) {
    .Special-products{
        flex-direction: column;
    }
    .store-desc{
        text-align: center;
    }
    .store-desc small{
        display: block;
        text-align: center;
    }
    .product-primary-deatils .price{
        flex-direction: column;
    }
    .default-card{
        min-width: auto;
    }
    .search-form {
        width: 510px;
    }
    .default-card .image img{
        width: 200px;
        height: 200px;
    }
    .default-design .product-title {
        font-size: 1.3rem;
    }
    .category-page-category-container{
        max-width: none;
    }
    .product-table-wrapper {
        width: 700px;
    }
    .product-table-wrapper {
        width: 700px;
    }
    .desktop-product-table .desktop-product .product-desc-and-image .image img {
        width: 200px;
    }
}
@media screen and (max-width: 738px) {
    .category-pop-up{
        left: 90px;
    }
}
@media screen and (max-width: 720px) {
    .hero-desc h1 {
        font-size: 1.5rem;
    }
    .hero-button button{
        padding: .5rem;
        font-size: .8rem;
        border-radius: .2rem;
    }
    .product-table-wrapper {
        width: 100%;
    }
    .desktop-product-table .desktop-product .product-desc-and-image .image img {
        width: 150px;
    }
}
@media screen and (max-width: 700px) {
    .store-details .dp img{
        width: 120px;
    }
    .store-desc h1{
        font-size: 1.6rem;
    }
    .form-wrapper{
        width: 100%;
    }
    .search-form {
        width: 100%;
    }
    .cart-container{
        flex-direction: column;
    }
}
@media screen and (max-width: 670px) {
    .error-page .image img{
        width: 20rem;
    }
    .PaymentSuccessModal{
        margin: .8rem;
    }
    .desktop-product-table .desktop-product {
        gap: 10px;
    }
}
@media screen and (max-width: 630px) {
    .store-details .dp img{
        width: 120px;
    }
    .store-desc h1{
        font-size: 1.6rem;
    }
    .hero-desc p{
        max-width: 300px;
    }
    .login-container {
        width: 400px;
    }
    .customer-review-form select{
        width: 28rem;
    }
}
@media screen and (max-width: 600px) {
    .order-status-time-stamp{
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .product-action-btns .message{
        align-self: self-start;
    }
    .product-details-tabs{
        border-bottom: none;
        padding: 1.5rem;
        background-color: white;
        border-radius: 10px;
    }
    .product-details-tabs .tab{
        padding: 3px 0;
    }
}
@media screen and (max-width: 559px){
    .bottom-image-group{
        max-width: 75vw;
    }
    .order-Summery {
        width: 100%;
    }
    .customer-review-form select{
        width: 20rem;
    }
}
@media screen and (max-width: 530px) {
    .hero-image{
        width: 20rem;
    }
    .logo {
        font-size: 17px;
    }
    .PaymentSuccessModal .download-recipt{
        width: 100%;
        padding: 10px;
        margin-bottom: 1rem;
    }
    .PaymentSuccessModal-content .image img{
        width: 100%;
    }
    .best-for-your-categories-title{
        font-size: 22px;
    }
    .category-slider-container div h1{
        font-size: 22px;
    }
    .section-top-section{
        margin-bottom: 15px;
    }
    .section-top-section .title{
        font-size: 25px;
        margin: 0;
    }
}
@media screen and (max-width: 530px) {
}
@media screen and (max-width: 500px) {
    .breadcrumb, .breadcrumb a {
        font-size: 15px;
        gap: 10px;
    }
    .store-wrapper .stores .store{
        min-width: auto;
    }
}
@media screen and (max-width: 480px){
    .default-card .image img{
        width: 150px;
        height: 150px;
    }
    .default-card .btns .primary-button {
        font-size: .8rem;
    }
    .default-card .btns .get-rate {
        font-size: .8rem;
    }
    .default-card .review-container img {
        width: 1.2rem;
    }
    .default-card .review-container {
        font-size: .8rem;
    }
    .default-design .product-title {
        font-size: 1rem;
    }
    .discounted-price-and-actual-price .discounted-price {
        font-size: 20px;
        font-weight: 500;
    }
}
@media screen and (max-width: 470px) {
    .hero-image{
        width: 20rem;
    }
    .logo {
        font-size: 17px;
    }
    .Specifications-container .Specification{
        font-size: 14px;
    }
    .Specifications-container .Specification .Specification-title{
        width: 10rem;
    }
    .PaymentSuccessModal .PaymentSuccessModal-content{
        width: 20rem;
    }
    .login-container {
        width: 300px;
    }
    .forget-password,
    .sign-up-and-log-in-form label{
        font-size: 14px;
    }
}
@media screen and (max-width: 460px) {
    .hero-desc p{
        max-width: 250px;
    }
    .play-icon {
        width: 1.2rem;
        height: 1.2rem;
    }
    .play-icon img{
        width: .7rem;
    }
    .model-numbers span{
        padding: .35rem .7rem;
    }
    .quantity-input-container {
        height: 2.2rem;
    }
}
@media screen and (max-width: 450px) {
    .rating-container{
        font-size: 12px;
    }
    .PaymentSuccessModal{
        margin: .2rem;
    }
}
@media screen and (max-width: 443px) {
    .coupon-container .coupon{
        width: 100%;
    }
}
@media screen and (max-width: 430px) {

}
@media screen and (max-width: 410px) {
    .rating-container{
        font-size: 12px;
    }
    .slider-container-level-2{
        margin-left: 26px;
    }
    .customer-review-form select{
        width: 100%;
    }
    .customer-review-form textarea {
        min-height: 10rem;
    }
}
@media screen and (max-width: 390px) {
    .store-desc small{
        text-align: center;
    }
}
@media screen and (max-width: 380px) {
    .Special-products{
        flex-direction: column;
    }
    .hero-desc p{
        max-width: 230px;
    }
}
@media screen and (max-width: 375px) {
    .Specifications-container .Specification{
        font-size: 12px;
    }
    .Specifications-container .Specification .Specification-title{
        width: 8rem;
    }
}


/* MIN WIDTH MEDIA QUARY */
@media screen and (min-width: 992px) {
    .side-tab{
        /* border-right: 2px solid var(--light-gray-v2); */
        border-bottom: none;
        padding-bottom: 570px;
        padding-top: 10px;
        gap: 10px;
    }
    .side-tab .user-sidebar-link{
        display: flex;
        padding: 10px 30px;
        width: 250px;
        margin: 0 10px;
        gap: 15px;
        font-size: 15px;
        align-items: start;
        justify-content: start;
    }
    .side-tab .user-sidebar-link .text{
        display: block;
    }
}

@media screen and (max-height: 950px) {
   .default-modal-wrapper{
        padding-top: 10px;
        align-items: baseline;
    }
}


