﻿.header-style-4 .axil-header-top {
    padding: 8px 0;
}
.header-top-dropdown .dropdown {
    max-width: none !important;
}
    .header-top-dropdown .dropdown .dropdown-menu li {
        margin: 5px 10px 5px 10px !important;

    }

.breadcrumbImg {
    width: 120px;
    border-radius: 100%;
}

.axil-product > .thumbnail .label-block {
    top: 10px;
    left: 10px;
}

.category-select .single-select {
    padding-right: 65px;
}

.about-info-area:after {
    background-color:#fff ;
}


.header-top-dropdown .dropdown .dropdown-toggle {
    color: #c2c2cc
}

.about-info-box {
    padding: 20px 30px;
}
.axil-order-summery .summery-table tbody td {
    padding: 18px 15px 18px 18px;
}


.axil-dashboard-warp .axil-dashboard-author .thumbnail img
{
    width:70px;
}
.axil-footer-widget .logo img {
    height: 100px;
}
.product-img-responsive {
    max-width: 120px;
    width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .product-img-responsive {
        max-width: 100%;
    }
}

.header-style-7 .header-action .axil-search {
    margin-right: auto;
}

.checkout-btn2 {
    display: block;
    width: 100%;
    text-align: center;
}

.single-product-content .inner .product-features tr td:first-child{
    padding-left:5px !important;
}
.address-type-options {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1rem;
}

.address-type-option {
    flex: 1;
    text-align: center;
    border: 1.5px solid #ccc;
    border-radius: 10px;
    padding: 15px 10px;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.hidden {
    display: none !important;
}

.address-type-option input[type="radio"] {
    display: none;
}

.address-type-option i {
    font-size: 22px;
    margin-bottom: 6px;
    display: block;
    color: #888;
}

.address-type-option span {
    display: block;
    font-size: 16px;
    color: #444;
}

.address-type-option input[type="radio"]:checked + i,
.address-type-option input[type="radio"]:checked + span {
    color: #a09989;
}

.address-type-option input[type="radio"]:checked ~ i,
.address-type-option input[type="radio"]:checked ~ span {
    color: #a09989;
}

.address-type-option input[type="radio"]:checked ~ span,
.address-type-option input[type="radio"]:checked ~ i {
    color: #a09989;
}

.address-type-option:has(input[type="radio"]:checked) {
    border-color: #a09989;
    background-color: #f8f9ff;
    box-shadow: 0 4px 12px rgba(160, 153, 137, 0.15);
}

@media (max-width: 768px) {
    .address-type-options {
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .item-title {
        width: 150px;
    }
    .address-type-option {
        flex: 1 1 30%;
        min-width: 100px;
    }
}


/*Shop Page*/
.small-thumb-img img.active {
    border: 2px solid #5477f5;
    opacity: 0.8;
    transition: 0.2s;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .quantity-wrapper button {
        background: #f1f1f1;
        border: none;
        width: 32px;
        height: 32px;
        font-weight: bold;
        cursor: pointer;
    }

    .quantity-wrapper input {
        width: 50px;
        text-align: center;
    }


/* Shop Category Page */
.small-thumb-img img.active {
    border: 2px solid #5477f5;
    opacity: 0.8;
    transition: 0.2s;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .quantity-wrapper button {
        background: #f1f1f1;
        border: none;
        width: 32px;
        height: 32px;
        font-weight: bold;
        cursor: pointer;
    }

    .quantity-wrapper input {
        width: 50px;
        text-align: center;
    }

.cart-dropdown .cart-item .item-quantity {
    display: contents !important;
}

.price-delete-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    gap: 10px;
}

.price-currency {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.currency-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.item-price {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.delete-wrapper {
    flex-shrink: 0;
}

.delete-item-btn {
    background: none;
    border: none;
    color: #d00;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s;
}

    .delete-item-btn:hover {
        transform: scale(1.1);
    }

.item-additions {
    margin: 5px 0;
    padding-left: 15px;
    list-style: disc;
}

.addition-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #555;
}

.item-title {
    width: 250px;
}