.footer-copytext a {
    color: #ffffff;
}

#top-menu {
    top: 149px;
}

.megamenu {
    z-index: 3;
}

ul,
li {
    list-style-type: none;
    margin-left: 0px;
}

.header-logo img {
    height: 70px;
}

.product-box4 {
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #eee;

    transform: translateZ(0) translateY(0);
    will-change: transform, box-shadow;
    backface-visibility: hidden;
    position: relative;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-box4:hover {
    transform: translateY(-6px) translateZ(0);

    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);

    transition: all 1.0s cubic-bezier(0.34, 1.45, 0.64, 1);

}


.product-head-box4 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 17px 65px 15px 18px;
    background: #f9f9f9;
    gap: 15px;
    
    min-height: 90px;
    height: auto;
    overflow: visible;
}

.product-head-box4 img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.product-head-box4 h3,
.product-head-box4 h3 a {
    font-size: 15px;
    
    font-weight: 500 !important; 
    
    color: #000000 !important; 
    
    letter-spacing: -0.3px;
    font-family: 'Inter', -apple-system, sans-serif;
    
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    line-height: 1.4;
    margin: 0;
    flex: 1;
    height: auto !important;
    max-height: none !important;
}

.product-tag {
    position: absolute;
    top: 8px;   
    right: 7px;  
    left: auto;
    
    padding: 5px 10px;
    border-radius: 4px;
    
    border: none; 
    
    box-shadow: 
        0 4px 6px rgba(0,0,0,0.15), 
        inset 0 1px 0 rgba(255,255,255,0.4); 

    transform: none;
    width: auto;
    min-width: 50px;
    max-width: 110px;
    
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
    z-index: 10;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0.5px;
    pointer-events: none;
}

.product-tag.tag-normal {
    top: 15px;
    right: -32px;
    
    border-radius: 0; 
    border: none;
    padding: 5px 0;
    
    transform: rotate(45deg);
    
    width: 130px; 
    max-width: none;
    min-width: 0;
    
    font-size: 10px;
    letter-spacing: 1px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    
    background: linear-gradient(90deg, #1e3c72, #2a5298);
}

.tag-hot {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
}

.tag-new {
    background: linear-gradient(135deg, #00b09b, #96c93d);
}

.tag-sale {
    background: linear-gradient(135deg, #ff512f, #dd2476);
}

.tag-normal {
    background: linear-gradient(to right, #2c3e50, #4ca1af);
}

.product-body-box4 {
    border-bottom: 1px solid #eee;
    padding: 18px;
    
    height: 190px;
    
    overflow: hidden; 
}

.product-body-box4 p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: baseline;
    line-height: 1.5;
    
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-body-box4 p i {
    color: #28a745;
    margin-right: 10px;
    font-size: 14px;
    flex-shrink: 0;
    position: relative;
    top: 2px;
}

.product-footer-box4 {
    padding: 12px 15px;
    background: #fff;
    border-top: 1px dashed #eee;
}

.product-footer-box4 .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.product-footer-box4 .col-4:nth-child(1),
.product-footer-box4 .col-4:nth-child(2) {
    width: auto !important;
    padding: 0;
    margin-right: 20px;
    border: none !important;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    justify-content: flex-start;

    min-height: 35px;
}

.product-footer-box4 strong {
    font-size: 11px;
    color: #727171;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;

    margin-bottom: 6px;

    display: block;
    height: 10px;
    opacity: 1 !important;
}

.product-footer-box4 img {
    height: 20px;
    width: auto;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    object-fit: contain;

    display: block;
}

.product-footer-box4 .badge {
    font-size: 12px !important;
    padding: 4px 10px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    background-color: #f0f7ff !important;
    color: #002a5c !important;
    border: 1px solid rgba(13, 110, 253, 0.15);
    box-shadow: none !important;
    min-width: 30px;
}

.product-footer-box4 .col-4:last-child {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.price-box4 {
    text-align: right;
    display: flex;
    align-items: center;
}

.proce-box4-not-discount {
    background: linear-gradient(135deg, #f2f8fc 0%, #ffffff 100%);
    color: #3a5a72;

    font-size: 14px;
    font-weight: 600;
    padding: 4px 9px;
    border-radius: 6px;

    border: 1px solid #dbe9f3;

    box-shadow:
        0 2px 6px rgba(58, 90, 114, 0.18),
        0 1px 2px rgba(255, 255, 255, 0.6) inset;

    font-family: 'Inter', sans-serif;
    display: inline-block;
    transition: all 0.15s ease;
}

.proce-box4-not-discount:hover {
    transform: translateY(-1px);
    box-shadow:
        0 4px 10px rgba(58, 90, 114, 0.22),
        0 1px 3px rgba(255, 255, 255, 0.65) inset;
}



.product-buttons-box4 {
    padding: 15px 18px;
}

.buy-btn-box4 {
    background: linear-gradient(135deg, var(--primary) 0, var(--primary1) 100%);
    border: 0;
    color: #fff !important;
    border-radius: 5px;
    width: 100%;
    padding: 10px 12px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: opacity 0.3s;
}

.buy-btn-box4:hover {
    opacity: 0.9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.buy-btn-box4.disabled {
    background: #e9ecef;
    color: #6c757d !important;
    cursor: not-allowed;
    box-shadow: none;
}

.more-btn-box4 {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 5px;
    width: 100%;
    padding: 10px 12px;
    margin-top: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.more-btn-box4:hover {
    background: var(--primary);
    color: #fff;
}


.card-wallet-home {
    top: 115px;
}

.modal-dialog {
    position: relative;
    width: 100%;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.modal-header {
    padding: 15px;
}

.modal-footer {
    padding: 0px;
}

.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}





.all-product-main .box-product-main {
    border-radius: 10px;
    height: 100px;
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    background-size: cover;
    transition: box-shadow .2s;
    width: 100%;
}

.box-img-product {
    background: #fff;
    box-shadow: 0 4px 4px rgb(0 0 0 / 19%), inset 0 -1px 4px rgb(0 0 0 / 25%);
    border-radius: 14px;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.box-text-style {
    color: #fff;
}

.btn-see-more {
    display: none;
    border: 0;
    width: 130px;
    border-radius: 30px;
    background: #fff;
    font-weight: 700;
    margin-left: 92px;
}

.box-product-main:hover .btn-see-more {
    visibility: visible;
    margin-top: 15px;
    height: 30px;
    display: block;
}

.box-product-main .btn-see-more:hover {
    background-color: #ffffe6;
}

.row-menu-home {
    margin: -6px 4px 10px;
}

.row-menu-home .form-provide-home {
    display: block;
    border-radius: 15px;
    padding: 15px 10px;
    background-color: #f7f7f782;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 1px solid #eaeaea;
    color: inherit;
}

.table-padded {
    border-collapse: separate;
    border-spacing: 0 10px;
    padding-right: 8px;
    padding-top: 18px;
}

.btn-custom {
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    padding: 10px;
    width: 230px;
}

.btn-custom-available {
    background-color: #00a1f7;
}

.btn-custom-sold {
    background-color: #444444;
}

.btn-custom-sold:hover {
    background-color: #2e2e2e;
    color: #fff;
}

.btn-custom-available:hover {
    background-color: #f64444;
    color: #fff;
}

.posterd {
    padding: 20px;
    background: #4e8666bd;
    border: 1px #eee solid;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.welcomto {
    display: flex;
    align-items: center;
}

.box-intro {
    background: #fff;
    box-shadow: 0 4px 4px rgb(0 0 0 / 19%), inset 0 -4px 8px rgb(0 0 0 / 25%);
    border-radius: 14px;
    height: 90px;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.describe-intro {
    margin-top: 15px;
    opacity: 0.9;
    font-size: 17px;
    line-height: 1.4;
}

.buy-btn-box4 i,
.more-btn-box4 i,
.btn-custom i,
.btn-see-more i {
    margin-right: 5px !important;

    position: relative;
    top: -1px;

    vertical-align: middle;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap; 
  src: url('../../public/client/fonts/rubik/rubik-v31-latin-regular.woff2') format('truetype');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../public/client/fonts/rubik/rubik-v31-latin-700.woff2') format('woff2'); 
}