@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --arvo: "Arvo", serif;
    --lexend: "Lexend Deca", sans-serif;;
}

body {
    /* font-family: 'Avenir LT Pro' !important; */
    font-family: "Montserrat", sans-serif;
    /* font-family: "Bebas Neue", sans-serif;
            /* color: #dc2c1d; */
}

ul {
    list-style-type: none;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #dc2c1d;
}

img {
    width: 100%;
}

.button {
    padding: 10px 30px;
    display: inline-block;
    background: #dc2c1d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.button:hover {
    background: #c0020f;
    color: #fff;
}


/* TOP BAR */
.location-bar {
    background: #dc2c1d;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.location-bar p {
    margin: 0;
}
.location-bar p a{
    color: #fff;
}

/* HEADER */
header {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* LOGO */
.logo img {
    width: 200px;
}

@media (max-width: 576px) {
    .logo img {
        width: 130px;
    }
}

/* DESKTOP MENU */
.menu ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

.menu ul li a {
    padding: 8px 14px;
    font-weight: 700;
    font-size: 22px;
    color: #111;
    text-transform: uppercase;
    font-family: var(--arvo);
}

.menu ul li a:hover {
    color: #dc2c1d;
}

/* MOBILE MENU BUTTON */
.mobile-menu-btn {
    font-size: 30px;
    cursor: pointer;
    display: flex;
}

.mobile-menu-btn i {
    color: #dc2c1d;
}

/* MOBILE MENU */
.mobile-menu {
    display: none;
    background: #fff;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}

.mobile-menu ul {
    padding: 0;
    margin: 0;
}

.mobile-menu ul li {
    list-style: none;
    padding: 12px 20px;
}

.mobile-menu ul li a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.mobile-menu ul li a:hover {
    color: #dc2c1d;
}

/* BUTTONS */
.header-btns .cart-icon {
    font-size: 16px;
    cursor: pointer;
}

.header-btns .btn-danger b {
    margin-left: 5px;
}

@media (max-width: 768px) {
    .header-btns .btn-danger b {
        display: none;
    }

    .title {
        font-size: 28px !important;
    }
}



/* Hero */
/* heroSlider start */
.heroSlider {
    width: 100%;
    /* height: 80vh; */
    position: relative;
    overflow: hidden;
}

.heroSlider .item {
    width: 100%;
    height: 50vh;
    position: relative;
}

.heroSlider .item>img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.heroSlider .item .infoBox {
    position: absolute;
    width: 100%;
    /* padding-bottom: 50px; */
    /* height: calc(100% - 50px); */
    height: 100%;
    top: 0%;
    left: 0%;
    background: #00000094;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    justify-content: center;
}

.title {
    display: block;

    /* letter-spacing: 3px; */
    font-size: 48px;
    font-weight: 700;

}

.heroSlider .item .infoBox p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

.heroSlider .item .infoBox h5 img {
    width: 267px;
    height: auto !important;
}

.heroSlider .item .infoBox h5 a img {
    width: 220px;
    height: auto !important;
}

.heroSlider .item .infoBox p {
    text-align: center;
}





.heroSlider .slick-next::before,
.heroSlider .slick-prev::before {
    background: var(--secondary-color);
    color: var(--background-color);
    font-size: 15px;
}

.heroSlider .slick-prev:before {
    content: 'âžœ';
    transform: rotate(-180deg);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--background-color);
    font-size: 15px;
    opacity: 1;
}

.heroSlider .slick-prev {
    left: 10px !important;
    top: 50%;
}

.heroSlider .slick-next {
    right: 30px;
    top: 50%;
}

[dir=rtl] .heroSlider .slick-next {
    right: auto;
    right: -15px
}

.heroSlider .slick-prev {
    right: 35px !important;
    z-index: 99;
}

.heroSlider .slick-next:before {
    content: 'âžœ';
    background: var(--secondary-color);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--background-color);
    font-size: 15px;
    opacity: 1;
}

.butn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

/* heroSlider End*/

/* Cards */
.card {
    border: none;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.card img {
    height: 180px;
    object-fit: cover
}

.price {
    color: #dc2c1d;
    font-weight: 700
}

/* Cart drawer */
.cart-drawer {
    position: fixed;
    top: 0;
    right: -420px;
    width: 400px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: .4s;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .2)
}

.cart-drawer.open {
    right: 0
}

.cart-header,
.cart-footer {
    padding: 15px;
    border-bottom: 1px solid #eee
}

.cart-body {
    flex: 1;
    overflow: auto;
    padding: 15px
}

.qty-btn {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: #dc2c1d;
    color: #fff
}

h2 .ordt {
    display: inline-block;
    padding: 10px;
    background-color: #dc2c1d;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 28px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-family: var(--arvo);
}

h2 .ordrBtn {
    display: inline-block;
    padding: 10px;
    background-color: #00a65a;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 28px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-family: "Bebas Neue", sans-serif;
}

.socialIcon {
    display: inline-block;
    position: relative;
    padding: 8px 12px;
    margin-right: 10px;
    background-color: #dc2c1d;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.loc_copy h4 {
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
    font-weight: 600;
}

.loc_copy p {
    font-family: "Montserrat", sans-serif;
}

.hdr_geared {
    margin-bottom: 15px;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    font-family: "Bebas Neue", sans-serif;
}

.red_under {
    border-bottom: 4px solid #dc2c1d;
}

.hours_day {
    padding: 2px 45px 2px 0;
}

.loc_address {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* Responsive */
@media(max-width:991px) {
    .menu {
        width: 100%;
        margin-top: 10px
    }

    .menu ul {
        flex-direction: column;
        text-align: center
    }

    header button {
        width: 100%;
        margin-top: 10px
    }
}

@media(max-width:575px) {
    .hero {
        height: 50vh
    }

    .hero h1 {
        font-size: 28px
    }

    .cart-drawer {
        width: 100%;
        right: -100%
    }
}





.jersey-section {
    padding: 40px 0;
}

.jersey-image img {
    width: 100%;
    height: auto;
}

.jersey-image {
    position: relative;
    padding: 20px 20px 20px 8px;
}

.jersey-image::before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 100%;
    left: -12px;
    top: 0;
    background: #dc2c1d;
    clip-path: polygon(0 0, 100% 0, 25% 100%, 0% 100%);
    z-index: -1;
}


.jersey-content {
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(#ffffffa8, #ffffffa8), url('assets/images/background_texture.jpg') no-repeat center center / cover;
}

.subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}


.description {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
}

.feat_block_title {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
}

.feat_block_inner {
    margin: 30px;
}

.block_copy p strong {
    text-transform: uppercase;
    color: #dc2c1d;
    font-size: 28px;
}

.feat_block_cta {
    font-size: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    outline-offset: 2px;
}


.block_copy {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding-right: 30px;
}

/* Responsive Design */
@media (max-width: 480px) {
    .jersey-content {
        padding: 20px;
    }

    .banner .info h2 {
        font-size: 17px;
    }
}

footer {
    background: linear-gradient(#000000e3, #000000e3), url('https://images.unsplash.com/photo-1594007654729-407eedc4be65') no-repeat center center / cover;
    /* background: linear-gradient(#078a42e3, #0aa24ee3), url('https://images.unsplash.com/photo-1594007654729-407eedc4be65') no-repeat center center / cover; */
    padding: 60px 0 20px;
    color: #fff;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Pizzon logo style */
footer .logo {
    font-size: 48px;
    font-weight: 700;
}

footer .logo span:first-child {
    color: #dc2c1d;
    font-style: italic;
}

footer .logo span:last-child {
    color: white;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: #c0020f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.social-icons a:hover {
    background: #dc2c1d;
}

/* Back to top */
.back-to-top {
    width: 55px;
    height: 55px;
    background: #dc2c1d;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(255, 140, 44, 0.6);
}

.back-to-top:hover {
    background: #df0000;
}

.closed-badge {
    background: #dc2c1d;
    padding: 3px 15px;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
}

.footer-line {
    border-top: 1px solid #fff;
    margin: 20px 0;
}





/* Overlay */
.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 1040;
}

.cart-overlay.show {
    opacity: 1;
    pointer-events: all;
}

/* Drawer */
.cart-drawer {
    position: fixed;
    top: 0;
    right: -420px;
    width: 100%;
    max-width: 420px;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    transition: right .35s ease;
    display: flex;
    flex-direction: column;
}

.cart-drawer.show {
    right: 0;
}

/* Header */
.cart-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.cart-header span {
    font-size: 14px;
    color: #777;
}

.cart-header h5 {
    margin: 0;
}

#cartItems {
    max-height: 75vh;
    height: 100%;
    overflow-y: scroll;
}

/* Continue Button */
.continue-btn {
    background: #e11900;
    color: white;
    text-align: center;
    padding: 14px;
    margin: 16px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

/* Cart Item */
.cart-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.cart-item img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
}

.item-title {
    font-weight: 600;
}

.item-desc {
    font-size: 14px;
    color: #777;
}

.item-price {
    font-weight: 600;
}

/* Quantity */
.qty-box {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f2f2f2;
    border-radius: 30px;
    padding: 6px 10px;
    height: fit-content;
}

.qty-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
    /* background: white; */
    font-weight: bold;
    cursor: pointer;
}

.trash-btn {
    border: none;
    background: transparent;
    font-size: 16px;
    cursor: pointer;
}

/* Total */
.cart-total {
    margin-top: auto;
    padding: 16px;
    border-top: 1px solid #eee;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}



.dd-modal .modal-dialog {
    max-width: 540px;
    margin: 1.25rem auto;
}

.dd-modal .modal-content {
    border-radius: 10px;
    overflow: hidden;
    height: 90vh;
    display: flex;
    flex-direction: column;
}

.dd-modal .modal-header {
    border-bottom: 0;
    padding: 12px 16px;
    background: #fff;
    align-items: start;
}

.dd-modal .modal-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.dd-body {
    overflow: auto;
    padding: 16px;
    background: #fff;
    flex: 1 1 auto;
    position: relative;
}

.dd-image-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.dd-image {
    width: 220px;
    height: 220px;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(9, 16, 29, 0.12);
    border: 8px solid #fff;
    background: #eee;
}

.dd-desc {
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 18px;
}

.dd-section {
    margin-top: 8px;
    margin-bottom: 6px;
}

.dd-section h6 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.option-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 6px;
    border-bottom: 1px solid #f1f5f9;
    gap: 12px;
}

.option-left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.option-title {
    font-size: 14px;
    font-weight: 600;
}

.option-sub {
    font-size: 12px;
    color: var(--muted);
}

.counter {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: #fff;
    padding: 4px 6px;
    border: 1px solid #e6e9ef;
    min-width: 90px;
    justify-content: flex-end;
}

.btn-counter {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e6e9ef;
    background: #fff;
    cursor: pointer;
}

.counter .count {
    min-width: 18px;
    text-align: center;
    font-weight: 700;
}

.required-badge {
    display: inline-block;
    background: #ffece8;
    color: #b92b1f;
    padding: 2px 8px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    margin-left: 8px;
}

.dd-footer {
    padding: 12px 16px;
    border-top: 1px solid #eef2f7;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.cta-btn {
    background: var(--dd-accent);
    color: #fff;
    border: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
}

.price-text {
    font-weight: 700;
    font-size: 16px;
}

@media (max-width:576px) {
    .dd-modal .modal-dialog {
        max-width: 96%;
        margin: 8px;
    }

    .dd-image {
        width: 160px;
        height: 160px;
    }
}



.combo-card {
    background: #ffffff;
    border-radius: 5px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0 15px;
}

.price-badge {
    padding: 10px 0;
    font-weight: 600;
}

.discount {
    background: green;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px !important;
}

.combo-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title-line {
    display: inline-block;
    width: 70px;
    height: 4px;
    background: #0aa24f;
    margin-bottom: 20px;
}

.combo-card p {
    color: #666;
    margin-bottom: 20px;
}

.combo-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.combo-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.combo-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0aa24f;
    font-size: 22px;
    line-height: 1;
}

.combo-btn {
    background: #0aa24f;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
}

.combo-btn:hover {
    background: #078a43;
    color: #fff;
}

.image-wrap {
    position: relative;
    border-radius: 25px;
    padding: 40px 20px;
}

/* .red-bg {
            background: #c20000;
        } */

.image-wrap img {
    max-height: 260px;
}







.showImg {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000b3;
    z-index: 199999999999999;
    transform: scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vh 0;
    transition: 0.5s all ease;
}

.showImg.active {
    transform: scale(1);
    transition: 0.5s all ease;
}

.showImg img {
    max-width: 500px;
}

.showImg span {
    color: #fff;
    position: absolute;
    right: 40px;
    top: 20px;
    display: block;
    z-index: 199999999999999;
}


@media only screen and (min-width: 481px) and (max-width: 767px) {
    .showImg img {
        max-width: 630px;
    }

    .loc_copy {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .showImg img {
        max-width: 320px;
    }

    .loc_copy {
        margin-top: 20px;
    }

    .location-bar p {
        font-size: 11px;
    }

    .menu-img {
        width: 35%;
        max-height: 185px;
    }
}


@media (max-width:576px) {
        .payment-tabs {
            flex-direction: column;
            gap: 14px;
        }
    }