@font-face {
    font-family: 'segoeuithibd';
    src: url('fonts/segoeuithibd.ttf');
}
@font-face {
    font-family: 'segoeuithis';
    src: url('fonts/segoeuithis.ttf');
}
body{
    font-family: 'segoeuithis';
}

a{
    text-decoration: none;
}

.form-control{
    height: 44px;
    border-radius: 10px;
}

textarea.form-control{
    height: 120px;
}

.btn{
    border-radius: 12px;
    /*    height: 45px;*/
    font-size: 20px;
}

.form-control:focus {
    border-color: #bd2130;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(189 33 48 / 20%);
}

.header .top-header{
    background: #bd2130;
}

.top-header .phone{
    color: #fff;
}

.top-header .social-link li a{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
}

.top-header .dropdown{
    color: #fff;
}

.top-header .dropdown .dropdown-menu a{
    color: #333;
    font-size: 15px;
}
.header{
    background: #ffecee;
}

.header .nav-link{
    font-size: 18px;
}

.header .navbar-brand img{
    width:auto;
    border-radius: 10px;
    height: 80px;
}

.header .links-user li a{
    color: #333;
    margin: 0 5px;
    font-size: 18px;
    padding: 3px;
    margin: 0 7px;
}

.header .links-user .dropdown-menu .dropdown-item{
    font-size: 15px;
    padding: 5px 15px;
    margin: 0;
}
.header .links-user .dropdown-menu{
    left: -70% !important;
}

.btn .badge{
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
}

.hero-section {
    background-color: #ffecee;
    text-align: center;
    height: calc(100vh - 159.6px);
    position: relative;
    margin-bottom: 70px;
}

.hero-section:before{
    content: '';
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgb(255,236,238);
    background: linear-gradient(0deg, rgba(255,236,238,0) 0%, rgba(255,236,238,0.406687675070028) 19%, rgba(255,236,238,0.8800770308123249) 50%, rgba(255,236,238,1) 100%);}

.hero-section .hero-title {
    font-size: 2.5rem;
    font-weight: bold;
}
.hero-section .hero-subtitle {
    font-size: 1rem;
    margin-top: 20px;
    color: #6c757d;
}
.hero-section .highlight-red {
    text-decoration: underline;
    text-decoration-color: #bd2130;
}
.hero-section .btn-danger {
    margin-top: 30px;
    font-size: 1.5rem;
}

.hero-section .apps-img .screen-app{
    width: auto;
    height: 500px;
}

.download{
    padding: 10px 30px;
    display: table;
    margin: auto;
    background: #ffffff;
    border-radius: 15px;
}

.download h3{
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #bd2130;
}

.download img{
    width: 150px;
    height: 45px;
}

.btn-danger{
    background: #a81d2b !important;
    border-color: #a81d2b !important;
}
.btn-danger:hover{
    background: #83242d !important;
    border-color: #83242d !important;
}
.py-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.title{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    background: #ffecee;
    display: table;
    margin: 0 auto 50px;
    padding: 10px;
    color: #bd2130;
    border-radius: 8px;
    min-width: 200px;
    border-bottom: 4px solid #bd2130;
}
.stores .nav-tabs{
    border-bottom: 0;
    background: #fefbfb;
    padding: 15px;
    border-radius: 15px;
    width: fit-content;
}
.stores .nav-link{
    color: #333;
    font-size: 19px;
    border-radius: 10px;
    border: 1px solid #333;
    transition: 0.3s;
}

.stores .nav-link.active{
    background: #000;
    color: #fff;
}

.stores .nav-link img{
    width: 30px;
    transition: 0.5s;
}
.stores .nav-link.active img{
    filter: invert(1);
}
.card-store{
    background: rgb(189 33 48 / 2%);
    border-radius: 15px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}
.card-store img{
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.card-store h3{
    font-size: 20px;
}

.card-store p{
    height: 75px;
    overflow: hidden;
}

.card-cat:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    inset: 0;
}

.card-store i{
    position: absolute;
    font-size: 110px;
    color: rgb(255 235 237 / 65%);
    z-index: -1;
    right: 10px;
    bottom: 10px;
}

.card-cat{
    overflow: hidden;
    border-radius: 15px;
}

.card-cat img{
    width: 100%;
    height: 180px;
    transition: 0.3s;
}

.card-cat:hover img{
    scale: 1.1;
}

.card-cat h3{
    position: absolute;
    bottom: 7px;
    left: 7px;
    background: #bd2130;
    padding: 7px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    border: 1px solid rgb(255 255 255 / 38%);
}

.categories{
    background: rgb(255,236,238);
    background: linear-gradient(0deg, rgba(255,236,238,0) 0%, rgba(255,236,238,0.9024859943977591) 10%, rgba(255,236,238,1) 50%, rgba(255,236,238,0.8968837535014006) 90%, rgba(255,236,238,0) 100%);
}
.slider-brand .item{
    border: 1px solid #ffecee;
    padding: 10px;
    border-radius: 8px;
}
.slider-brand .item img{
    height: 70px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1);
}

.footer-section {
    background-color: #f8f9fa;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    margin-top: 70px;
}
.footer-logo {
    font-size: 1.5rem;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 15px;
}
.footer-logo img{
    border-radius: 10px;
}
.footer-title {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 20px;
}
.footer-links {
    list-style: none;
    padding: 0;
    text-align: left;
}
.footer-links li {
    margin-bottom: 5px;
}
.footer-links a {
    color: #6c757d;
    text-decoration: none;
}
.footer-links a:hover {
    text-decoration: underline;
}
.app-buttons img {
    max-width: 140px;
    margin-bottom: 10px;
}

.store-details .store-logo{
    height: 120px;
    width: auto;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.store-details ul li a {
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.adrs label{
    display: inline-block;
    background: #fefbfb;
    padding: 15px;
    border-radius: 15px;
    border-bottom: 2px solid #bd2130;
    min-width: 250px;
}

.breadcrumb-page{
    background: rgb(255,236,238);
    background: linear-gradient(0deg, rgba(255,236,238,0) 0%, rgba(255,236,238,1) 50%, rgba(255,236,238,1) 100%);
    border-top: 1px solid rgb(189 33 48 / 15%);
}

.breadcrumb-page a{
    color: #bd2130;
    font-size: 18px;
}
.breadcrumb-item+.breadcrumb-item{
    font-size: 18px;
    color: #000;
}

.adrs label i{
    font-size: 28px;
    display: block;
    color: #bd2130;
    margin-bottom: 5px;
}

.block-info{
    background: #fefbfb;
    border-bottom: 2px solid #bd2130;
}

.block-info h3{
    font-size: 25px;
    font-weight: 700;
}

.block-info label{
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.block-info img{
    height: 50px;
    width: auto;
}

.card-product{
    position: relative;
    display: grid;
    gap: 10px;
}

.card-product .thumbnail-product{
    background: rgb(248 249 250 / 35%);
    padding: 15px;
    border-radius: 15px;
    border: 2px solid transparent;
    border-bottom: 2px solid #bd2130;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px 0px rgb(198 198 198 / 49%);
    transition: 0.5s;
}

.card-product:hover .thumbnail-product{
    border: 2px solid #bd2130;
}

.card-product .thumbnail-product img{
    height: 200px;
    width: auto;
    max-width: 100%;
}

.card-product h3{
    font-size: 22px;
    font-weight: 700;
}

.card-product .price label{
    font-size: 20px;
    font-weight: 600;
    background: #ffecee;
    color: #bd2130;
    border-bottom: 2px solid #bd2130;
    padding: 5px;
}

.card-product .price span{
    font-size: 20px;
    font-weight: 600;
}
.min-title{
    display: table;
    border-bottom: 3px solid #bd2130;
}

.card-product .price i.fa-star{
    color: #f0c60b;
}

.card-product .heart-icon {
    color: #000;
    cursor: pointer;
    font-size: 24px;
    transition: color 0.3s ease;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
.card-product .heart-icon.active {
    color: #bd2130;
}

.pagination .page-link{
    color: #bd2130 !important;
}
.btn-success{
    background: #4cae50;
    border-color: #4cae50;
}


.rating .fa-star {
    color: #ffc107;
}
.rating .fa-star-o {
    color: #ddd;
}
.porduct-page .price-pro{
    font-size: 20px;
    font-weight: 600;
    background: #ffecee;
    color: #bd2130;
    border-bottom: 2px solid #bd2130;
    padding: 5px;
}
.product-img{
    background: rgb(248 249 250 / 35%);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #bd2130;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px 0px rgb(198 198 198 / 49%);
}

.product-img img{
    height: 300px;
}

.card-payment img{
    width: 100px;
}

.card-payment .list-group-item{
    border: 1px solid #bd2130;
    border-radius: 15px;
}
.card-payment .product-img{
    border: 0;
    border-right: 1px solid #bd2130;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;}

.card-payment .total{
    background: #ffecee;
    color: #bd2130;
    border-bottom: 2px solid #bd2130;
    padding: 5px;
    border-radius: 10px;
}
.card-order{
    border: 1px solid #bd2130;
    border-radius: 15px;
}
.address-block label{
    background: rgb(255,236,238);
    background: linear-gradient(267deg, rgba(255,236,238,0) 0%, rgba(255,236,238,0.25262605042016806) 50%, rgba(255,236,238,1) 100%);
    padding: 10px;
    color: #000;
    border-left: 4px solid #bd2130;
    font-size: 20px;
}

.address-block label i{
    margin-right: 4px;
    font-size: 25px;
}

.address-block label a{
    color: #000;
    font-size: 20px;
}
.social-link-contact{
    background: rgb(255,236,238);
    background: linear-gradient(267deg, rgba(255,236,238,0) 0%, rgba(255,236,238,0.25262605042016806) 50%, rgba(255,236,238,1) 100%);
    border-left: 4px solid #bd2130;
}
.social-link-contact li a{
    color: #000;
    font-size: 25px;
    margin: 0 10px;
}

.login-page{
    display: grid;
    align-items: center;
}
.login-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffecee;
    border: 1px solid rgb(189 33 48 / 25%);
    border-radius: 15px;
    text-align: center;
}
.login-container img {
    width: 80px;
    margin-bottom: 20px;
}
.login-container h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.login-container p {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

.divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
    color: #2f2f2f;
}
.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #2f2f2f;
    margin-top: 2px;
}
.divider span {
    margin: 0 10px;
    color: #333;
    font-size: 14px;
}
.forgot-password {
    color: #bd2130;
    font-size: 12px;
    text-decoration: none;
}
.remember-me {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
}
.btn-signin {
    background-color: #f57242;
    color: #fff;
}
.create-account {
    font-size: 14px;
    margin-top: 20px;
}
.create-account a {
    color: #bd2130;
}
.form-check .form-check-input{
    border: 1px solid #a7a7a7;
    margin-top: 0px;
}
.form-check-input:checked {
    background-color: #a81d2b;
    border:2px solid #333;
}
.form-check-label{
    cursor: pointer;
}

.form-reg{
    max-width: 100%;
    margin-top: 15px;
}

.form-reg .form-label{
    text-align: left;
    display: block;
}

.register-page .intro{
    display: grid;
    gap: 15px;
    justify-content: center;
}

.register-page .nav-tabs{
    border-bottom: 1px solid rgb(189 33 48 / 25%);
}

.register-page .intro img{
    width: 100px;
    border-radius: 15px;
    margin: auto;
}

.register-page .intro h2{
    font-size: 30px;
    margin-bottom: 5px;
    font-family: 'segoeuithibd';
}

.register-page .intro h3{
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'segoeuithibd';
}

.nav-pills .nav-link{
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    color: #6c757d;
    border-radius: 0;
    border-bottom: 4px solid #6c757d;
    border: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #ffecee;
    color: #bd2130;
    border-bottom: 2px solid #bd2130;
}
.change-avatar-img {
    margin: 0 auto 30px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid rgb(189 33 48 / 25%);
}
.change-avatar-img input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}
.change-avatar-img:hover{
    border: 1px solid #bd2130;
}
.change-avatar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.register-page .nav-tabs .nav-item .nav-link{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.register-page .nav-tabs .nav-item .nav-link:hover{
    color: #bd2130;
}
.show-pass {
    position: absolute;
    bottom: 11px;
    right: 22px;
    color: #98a2b3;
}
.show-pass:hover {
    color: #B21432;
}
