.overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    z-index: 999;
}

.product-actions .pro-qty .qtybtn-product {
    display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    font-weight: 300;
    color: #000;
    background: #f6f7fb;
    transition: 0.3s;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    line-height: 34px;
    border-radius: 50%;
    font-size: 20px;
}
.product-actions .pro-qty .qtybtn-product:hover {
    border-color: var(--color-primary);
}
.axil-shop-sidebar .product-categories ul li a.checked::before {
    content: "";
    height: 16px;
    width: 16px;
    line-height: 15px;
    text-align: center;
    border: 1px solid var(--color-body);
    background-color: var(--color-body);
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
    transition: var(--transition);
}
.product-actions .pro-qty input {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    font-size: 14px;
    margin: 0 10px;
}

.form-group-checkout {
    padding: 12px;
    border: 2px solid transparent;
    cursor: pointer;
}

.form-group-checkout * {
    cursor: pointer;
}

.active-radio {
    border: 2px solid #3577f0;
    border-radius: 8px;
    cursor: pointer;
}
.axil-new-arrivals-product-area.fullwidth-container .slick-list {
    overflow: hidden;
}

.axil-slick-dots .slick-dots li,
.axil-slick-dots .slick-dots li button {
    height: 8px;
}

.main-slider-style-2 .main-slider-thumb:only-of-type {
    margin: 0 !important;
}

.main-slider-style-2 .main-slider-thumb:after {
    display: none !important;
}
.main-slider-style-2 .main-slider-thumb img,
.main-slider-style-2 .main-slider-thumb_old img {
    max-height: none;
    width: 100%;
    height: auto;
}

.row-small {
    margin: 0 -5px !important;
}

.row-small > * {
    padding: 0 5px !important;
}

.header-style-2 .axil-header-top .axil-search input {
    opacity: 1;
    border-color: var(--color-heading);
}

.axil-breadcrumb-area .inner .bradcrumb-thumb::after {
    display: none !important;
}

.btn-primary:focus {
    color: #fff;
}

.btn-vat:after {
    display: none !important;
}

.border-none {
    border: none !important;
}

.service-box {
    display: flex;
    min-height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.slick-layout-wrapper--15 .slick-track {
    display: flex;
}

.slick-layout-wrapper--15 .slick-slide {
    min-height: 100%;
    flex: 1;
    height: auto;
    display: flex;
}

.axil-product.product-style-four {
    position: relative;
    display: flex;
    flex-direction: column;
}

.axil-product.product-style-four .product-content .inner,
.axil-product.product-style-four .product-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.axil-product.product-style-four .product-content .inner {
    justify-content: space-between;
}

.text-bold {
    font-weight: 700;
}

.mainmenu > li > a.text-danger::before {
    background-color: rgba(
        var(--bs-danger-rgb),
        var(--bs-text-opacity)
    ) !important;
}

.axil-breadcrumb li {
    text-transform: capitalize;
}

.product-badget.bg-danger {
    box-shadow: 0 8px 16px 0 rgba(220, 53, 69, 0.3) !important;
}

.axil-product .product-content .product-price-variant span.price.old-price {
    color: rgb(220, 53, 69);
}

.tel-info {
    text-align: center;
}

@media (max-width: 767px) {
    .tel-info {
        text-align: right;
    }
    .tel-info span {
        display: block;
    }
}

.main-slider-style-2 .slider-box-wrap {
    padding: 0 !important;
}
