body {
    font-family: "Open Sans", sans-serif;
}
.product-card {
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.product-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.product-actions {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #ecbf3a;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 6px 0;
    transition: bottom 0.4s ease-in-out;
}

.product-card:hover .product-actions {
    bottom: 60px;
}

.product-actions a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.product-actions a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .product-actions {
        display: none !important;
    }
    .category-product-secname {
        font-size: 18px;
    }
    .social-btn-info-wp p {
        font-size: 12px;
    }
    .social-btn-info-messenger p {
        font-size: 12px;
    }
    .social-btn-info-call p {
        font-size: 12px;
    }
}

.social-btn-info-wp p {
    border: 1px solid #16a249;
    color: #16a249;
    padding: 5px;
    border-radius: 5px;
}
.social-btn-info-wp p:hover {
    color: #fff;
    background: #16a249;
    transition: 0.3s;
}

.social-btn-info-messenger p {
    border: 1px solid #dddddd;
    color: #000;
    padding: 5px;
    border-radius: 5px;
}
.social-btn-info-messenger p:hover {
    color: #fff;
    background: #e7b008;
    transition: 0.3s;
}

.social-btn-info-call p {
    border: 1px solid #000;
    color: #000;
    padding: 5px;
    border-radius: 5px;
}
.social-btn-info-call p:hover {
    color: #fff;
    background: #000;
    transition: 0.3s;
}

.product-info {
    margin-top: 12px;
    padding: 12px;
}

.product-name {
    font-size: 14px;
    margin-bottom: 4px;
    text-align: left;
    color: #000;
    font-weight: bold;
}
.product-name:hover {
    color: #ecbf3a;
}

.product-price {
    font-size: 16px;
    color: #ecbf3a;
    text-align: left;
    font-weight: bold;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
}

.rating {
    color: #ffc107;
    font-size: 18px;
    text-align: right;
}
.ad-banner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #fff;
    padding: 20px;
}

.ad-banner-box .content {
    position: relative;
    z-index: 2;
}

.ad-banner-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ad-banner-box h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.ad-banner-box a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.countdown-section h5 {
    color: #21a099;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.countdown-section h2 {
    font-weight: 700;
    margin-bottom: 40px;
    font-family: "Open Sans", sans-serif;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.countdown-item h1 {
    font-size: 80px;
    font-weight: 600;
    color: #8d7d97;
    margin-bottom: 10px;
}

.countdown-item span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #6c6c6c;
}

.shop-btn {
    background-color: #ecbf3a;
    border: none;
    color: white;
    padding: 12px 35px;
    font-size: 18px;
    border-radius: 8px;
    transition: 0.3s;
    font-family: "Open Sans", sans-serif;
}

.shop-btn:hover {
    color: #fff;
    background-color: #ecbf3a;
}

@media (max-width: 768px) {
    .countdown-item h1 {
        font-size: 50px;
    }
}

.category-product-secname {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.category-slider {
    position: relative;
}

.category-slider .owl-nav {
    display: block !important;
}

.category-slider .owl-nav button {
    position: absolute;
    top: 40%;
    width: 38px;
    height: 38px;
    color: #000 !important;
    background: #fff !important;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.category-slider .owl-nav button:hover {
    background: #f7d100 !important;
    color: #000 !important;
}

.category-slider .owl-nav button i {
    font-size: 14px;
    position: relative;
}

.category-slider .owl-nav .owl-prev {
    left: 8px !important;
}

.category-slider .owl-nav button[aria-label="Previous"] i {
    top: 10px;
}

.category-slider .owl-nav .owl-next {
    right: 8px !important;
}

@media (max-width: 575px) {
    .category-slider .owl-nav .owl-prev {
        left: -15px;
    }

    .category-slider .owl-nav .owl-next {
        right: -15px;
    }
}

.kironsclothing-discount-badge {
    position: absolute;
    right: 8px;
    top: 8px;
    background: red;
    padding: 2px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
}

.kironsclothing-new-arrival-badge {
    position: absolute;
    left: 8px;
    top: 8px;
    background: #16a249;
    padding: 2px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
}

.service-section {
    background: #f8f9fa;
}

.service-box h5 {
    font-weight: 600;
    margin-top: 15px;
}

.service-box p {
    color: #6c757d;
    margin: 0;
    font-size: 14px;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #fff3cd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.icon-box i {
    color: #f4b400;
    font-size: 22px;
}

.headerRowMargin {
    margin: -10px;
}
@media (max-width: 575px) {
    .headerRowMargin {
        margin: 0px;
    }
}

/* =========== button section ============ */

#slider button.owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    font-size: 30px !important;
    background: #79797b !important;
    width: 38px;
    height: 38px;
    color: #fff;
    border-radius: 50%;
}
#slider button.owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    font-size: 30px !important;
    background: #79797b !important;
    width: 38px;
    height: 38px;
    color: #fff;
    border-radius: 50%;
}
#slider button.owl-prev:hover,
#slider button.owl-next:hover {
    color: #fff !important;
}
.new-arrival-carousel button.owl-prev {
    position: absolute;
    top: 30%;
    left: -12px;
    font-size: 30px !important;
    background: white !important;
    width: 35px;
    height: 35px;
    color: black;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}
.new-arrival-carousel button.owl-next {
    position: absolute;
    top: 30%;
    right: -12px;
    font-size: 30px !important;
    background: white !important;
    width: 35px;
    height: 35px;
    color: black;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}

.category-carousel button.owl-prev {
    position: absolute;
    top: 30%;
    left: -12px;
    font-size: 30px !important;
    background: white !important;
    width: 35px;
    height: 35px;
    color: black;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}
.category-carousel button.owl-next {
    position: absolute;
    top: 30%;
    right: -12px;
    font-size: 30px !important;
    background: white !important;
    width: 35px;
    height: 35px;
    color: black;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}

/* =========== add banner ============ */
.add_Banner_kiron img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    border-radius: 8px;
}
@media (max-width: 575px) {
    .add_Banner_kiron img {
        height: 115px;
        margin-top: 10px;
    }
}

.size-guide-card {
    margin-top: 12px;
    border-radius: 6px;
    border: 1px solid #eee;
}

.size-guide-title {
    font-weight: 600;
    font-size: 15px;
    margin: 10px;
}

#sizeGuideTable th {
    background: #f8f8f8;
    font-weight: 600;
    font-size: 14px;
}

#sizeGuideTable td {
    font-size: 14px;
}

#sizeGuideTable tr {
    transition: background-color 0.25s ease;
}
