@import "fontiran.css";
body {
    font-family: Yekan Bakh FaNum !important;
    letter-spacing: -.0625em;
}
a:link {
    text-decoration: none;
}
.main-content{
    min-height: 100vh;
}
.top-header-bg
{
    background-color: #3e31fa;
}
.search-box{
    background-color: #e6e7e9;
    border:none;
    height: 45px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #444;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

/*.swiper-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
.player-box{
    background-color: #d9d9d9;
    border-radius: 15px;
    overflow: hidden;
}

.player-title{
    position: relative;
    margin-top: -100px;
    border-radius: 15px;
    padding: 10px;
    min-height: 56px;
}
.player-btn{
    border-radius: 10px;
    border: none;
    background: linear-gradient(180deg, rgba(133, 94, 246, 1) 0%, rgba(66, 52, 250, 0.94) 100%);
}
.active-team{
    border-color: #4437fa !important;
    background: #dfe5fd !important;
    color: #4437fa;
}
.active-team:hover{
    color: #4437fa !important;
}
.other-team{
    border-color: #e1e4e9 !important;
    background: #ffffff !important;
    color: #5e6984 !important;
}
.product-card{
    border-radius: 15px;
    overflow: hidden;
}
.card-product-image{
    border-radius: 15px;
}
.product-image{
    transition: transform .5s;
}
.product-image:hover{
    transform: scale(1.05);
    transition: transform .5s;
}
.product-image:hover + .product-size{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.filter-text{
    font-size: small;
}
.unit{
    font-size: small;
    font-weight: bold;
    color: #919191 !important;
}
.product-card-category{
    font-size: .6rem;
}
.old-price{
    font-size: small;
    font-weight: bold;
    color: #8b94a7;
}
.offer-price{
    color: #d93b3f;
    font-weight: bold;
}
.product-price-box{
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.section-bg {
    height: 350px;
    width: 100%;
    background-image: url("../image/bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.content-abstract{
    height: 30px;
}
.content-date{
    font-size: small;
    margin-top: 12px;
}
.section-header-title{
    padding: 15px 20px 15px 20px;
    border-radius: 15px;
    background: rgba(135, 135, 135, 0.45) !important;
    color: #ffffff !important;
}
.section-header-title > h2{
    font-weight: 900;
}
.swiper {
    width: 100%;
    height: 100%;
}
.mySwiperSliderImageSection {
    height: 50px;
    overflow: hidden;
}
.text-slide{
    font-size: 1.5rem;
    font-weight: 700;
}
.footer{
    background-color: #102042;
    margin-top: 60px;
    padding: 30px 20px 0 20px;
    border-top: 2px solid #a2224c !important;
}
.footer-link{
    font-size: small;
}
.footer-divider{
    height: 2px;
    background: #ffffff !important;
}
.copy-write{
    background-color: #0c1932;
    font-size: small;
}
.content-section{
    border-radius: 15px;
    background: rgba(244, 244, 244, 0.43);
    border: 1px solid rgba(232, 232, 232, 0.43);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.08);
}
.fw-bolder{
    font-weight: 950 !important;
}
.content-title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 20px;
}
.content-abstract{
    font-weight: 600;
}
.last-news-date{
    font-size: .7rem;
}
.list-title{
    font-weight: 900;
}
.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0 0 12px 12px;
    padding: 2rem;
    margin-top: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.mega-menu h6 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.mega-menu a {
    display: block;
    text-decoration: none;
    color: #555;
    padding: .35rem 0;
    transition: .2s;
}

.mega-menu a:hover {
    color: #0d6efd;
    padding-left: 5px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.player-section{
    background-image: url("../image/barca-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position-x: -30px;
    background-position-y: 150px;
    background-attachment: fixed;
}
.promotion-section{
    background-image: url("../image/madrid-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position-x: -30px;
    background-position-y: 150px;
    background-attachment: fixed;
}

.collection-header{
    height: 360px;
    /*background: linear-gradient(180deg, rgb(239, 239, 239) 0%, rgba(198, 198, 198, 0.94) 100%);*/
}
.image-collection{
    border-radius: 15px;
}
.collection-abstract{
    font-weight: 800 !important;
}
.collection-header-title{
    padding: 15px 20px 15px 20px;
    border-radius: 15px;
    background: rgb(238, 239, 240) !important;
}
.size-product-box-item{
    text-align: center;
    padding: 5px 7px 5px 7px;
    border-radius: 15px;
    /*border: 1px solid #4437fa !important;*/
    width: 32px !important;
    /*color: #000000 !important;*/
}
.product-size{
    position: absolute;
    margin: -35px 10px 0 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s;
}
.image-galley-box{
    border-radius: 15px !important;
}
.product-gallery{
    border-radius: 15px;
}
.product-card-title{
    height: 45px !important;
}
.mySwiperSliderProduct .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.swiper-slide-thumb-active {
    opacity: 1 !important;
    border: 1px solid #4437fa;
    border-radius: 15px;
}
.product-main-title{
    font-size: 1.7rem;
    font-weight: 800;
}
.size-text , .size-help-text{
    font-size: 1rem;
    font-weight: 700;
}
.size-help-text{
    color: #4437fa;
}
.size-size{
    font-size: 1rem;
    font-weight: 400;
    min-width: 60px;
    border: 1px solid #dddddd;
    cursor: pointer;
    padding: 12px 0;
    margin-bottom: 5px;
}
.tag-tag{
    font-size: 1rem;
    font-weight: 400;
    min-width: 55px;
    border: 1px solid #dddddd;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 12px 0;
}
.no-tag{
    padding: 12px 0;
    text-align: center;
    margin-bottom: 5px;
}
hr{
    opacity: .1;
}
.accordion-button{
    background-color: #d9d9d9 !important;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.breadcrumb{
    font-size: small;
}

.custom-div-name{
    position: absolute;
    margin-top: 70px;
    width: 94%;
    display: flex;
    justify-content: center;
    font-weight: bolder;
    font-size: 2.2rem;
    /*color: #FFCE18;*/
}
.custom-div-number{
    position: absolute;
    margin-top: 90px;
    width: 94%;
    display: flex;
    justify-content: center;
    font-weight: bolder;
    font-size: 9.2rem;
    /*color: #FFCE18;*/
}

.font-Madrid-2026-2027{
    font-family: Madrid !important;
    letter-spacing: .9px !important;
}.font-Barca-2026-2027{
    font-family: Barca !important;
    letter-spacing: .9px !important;
}

.custom-label{
    font-size: small;
    font-weight: bold;
}
.custom-input{
    border-radius: 15px;
    background-color: #eeeff3;
}
.custom-input::placeholder{
    text-align: right !important;
    direction: ltr !important;
}

.custom-input-placeholder{
    position: absolute;
    margin: -30px 10px;
    color: #9ba2b3 !important;
    font-size:small;
}
.tag-box{
    text-wrap: nowrap;
    overflow-x: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.mobile-menu-icon{
    padding: 10px 2px;
}
.cart-sidebar{
    width: 50vw !important;
}
.cart-product-title{
    font-size: 1.2rem;
    font-weight: 900 !important;
}
.add-data-label{
    font-size: 1.1rem;
    font-weight: 900;
    color: #4437fa;
}
.add-data-item-label{
    font-size: .9rem;
}
.data-unit{
    font-size: .8rem;
    font-weight: 900;
}
.cart-qty{
    font-size: .8rem;
    font-weight: 900;
}
.price-cart-title{
    font-size: .8rem;
    font-weight: 800;
}
.cart-qty-operation {
    padding: 1px 6px;
    border-radius: 100%;
    border: 1px solid #cdcdcd;
    font-size: 1.2rem;
    margin: 0 5px;
    color: #939393;
    cursor: pointer;
}
.plus {
    padding: 1px 6px 1px 3px;
    border-radius: 100%;
    border: 1px solid #cdcdcd;
    font-size: 1.2rem;
    margin: 0 5px;
    color: #939393;
    cursor: pointer;
}
.offcanvas-footer{
    background-color: #ececec;
}


@media (max-width: 991px) {
    .mega-menu {
        width: auto;
        padding: 1rem;
    }

    .navbar-nav .dropdown:hover .dropdown-menu {
        display: none;
    }

    .navbar-nav .dropdown.show .dropdown-menu {
        display: block;
    }
}
@media (max-width: 576px) {
    .content-section{
        border-radius: 0;
    }
    .text-slide{
        font-size: 1rem;
        font-weight: 700;
    }
    .mySwiperSliderImageSection {
        height: 50px;
        overflow: hidden;
    }
    .section-header-title{
        margin: 0 15px;
    }
    .section-bg {
        height: 250px;
    }
    .section-header-title > h2{
        font-weight: 950;
    }

    .image-collection{
        margin: 15px 0;
    }
    .collection-header-title{
        margin: -95px 10px 13px 10px;
    }

    .collection-header{
        min-height: 360px;
    }

    .custom-div-name {
        position: absolute;
        margin-top: 50px;
        width: 92%;
        display: flex;
        justify-content: center;
        font-weight: bolder;
        font-size: 1.4rem;
    }
    .custom-div-number {
        position: absolute;
        margin-top: 56px;
        width: 93%;
        display: flex;
        justify-content: center;
        font-weight: bolder;
        font-size: 7rem;
    }

    .size-size{
        font-size: .8rem;
        font-weight: 400;
        min-width: 50px;
        border: 1px solid #dddddd;
        cursor: pointer;
        padding: 10px 0;
        margin-bottom: 5px;
    }
    .tag-tag{
        font-size: .8rem;
        font-weight: 400;
        min-width: 50px;
        border: 1px solid #dddddd;
        cursor: pointer;
        margin-bottom: 5px;
        padding: 10px 0;
    }
    .no-tag{
        padding: 12px 0;
        text-align: center;
        margin-bottom: 5px;
    }

    .product-main-title {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .cart-sidebar{
        width: 100vw !important;
    }

    .product-card-title {
        height: 45px !important;
        font-size: .8rem !important;
    }
    .offer-price {
        font-weight: bold;
        font-size: .9rem;
    }
    .product-price-box {
        font-size: .9rem;
        font-weight: bold;
    }
    .collection-description{
        max-height: 100px;
        overflow-y: auto;
        font-size: .9rem;
    }
}
@media (max-width: 992px) {

    .custom-div-name {
        position: absolute;
        margin-top: 50px;
        width: 92%;
        display: flex;
        justify-content: center;
        font-weight: bolder;
        font-size: 1rem;
    }
    .custom-div-number {
        position: absolute;
        margin-top: 56px;
        width: 93%;
        display: flex;
        justify-content: center;
        font-weight: bolder;
        font-size: 5rem;
    }
}
@media (max-width: 1200px) {

    .custom-div-name {
        position: absolute;
        margin-top: 50px;
        width: 92%;
        display: flex;
        justify-content: center;
        font-weight: bolder;
        font-size: 1.5rem;
    }
    .custom-div-number {
        position: absolute;
        margin-top: 56px;
        width: 93%;
        display: flex;
        justify-content: center;
        font-weight: bolder;
        font-size: 6.5rem;
    }
}
