@font-face {
    font-family: 'Font Awesome 4';
    font-style: normal;
    font-weight: 300;
    src: url('/lib/themes/ryan/assets/fonts/awesome/v4/fontawesome-webfont.ttf');
    src: url('/lib/themes/ryan/assets/fonts/awesome/v4/fontawesome-webfont.woff2') format('woff2'), url('/lib/themes/ryan/assets/fonts/awesome/v4/fontawesome-webfont.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.kimdi-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 190px;
}

body {
    background: #ffffff !important;
}

.kimdi-gray-bg {
    background: #f2f2f2 !important;
}

.kimdi-header {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.kimdi-header-football {
    background: url("../img/kimdishop/bg-main-footballi.png");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kimdi-header-football-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 70%;
    margin: 0 auto;
    padding: 24px 0;
    padding-bottom: 0 !important;
}

.kimdi-header-football-img {
    width: 100%;
    height: auto;
    margin-bottom: 0 !important;
}

.kimdi-header-football-logo {
    width: 200px;
    height: auto;
    position: relative;
    margin-right: auto;
    margin-left: 12px;
    top: 16px;
    left: 0;
}

.kimdi-header-toyz-logo {
    width: 200px;
    height: auto;
    position: relative;
    margin-right: auto;
    margin-left: 12px;
    top: 16px;
    left: 0;
}

.kimdi-header-football-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kimdi-header-football-btn {
    background: linear-gradient(90deg, #8ef04d, #5dd82a, #8ef04d);
    color: #4d4d4d;
    font-size: 24px;
    width: 250px;
    padding: 4px 0;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 50px;
    cursor: pointer;
    border-radius: 32px;
    line-height: 50px;
    position: relative;
    z-index: 9;
}

    .kimdi-header-football-btn::before {
        content: '';
        position: absolute;
        width: 80%;
        height: 30px;
        margin: 0 auto;
        top: 0;
        left: 10%;
        background: linear-gradient(360deg, #b3fb35, #b2fb3475, #f3ff86);
        border-radius: 32px;
        z-index: -1;
    }

    .kimdi-header-football-btn::after {
        content: '';
        position: absolute;
        width: 80%;
        height: 2px;
        margin: 0 auto;
        bottom: 4px;
        left: 10%;
        background: linear-gradient(90deg, #cbf9829d, #d8ff9aec, #cbf9829d);
        /* background: linear-gradient(180deg,#ffffff1c,#cbf9829d) ; */
        z-index: -1;
        border-radius: 2px;
        box-shadow: 0px -7px 9px 4px #daff9fcc;
    }

    .kimdi-header-football-btn a {
        font-weight: 900;
    }

.kimdi-header-toyz {
    background: #4db5ff;
    width: 100%;
    height: 40%;
}

.kimdi-header-toyz-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

.kimdi-header-toyz-img {
    width: auto;
    height: auto;
}

    .kimdi-header-toyz-img img {
        width: 100%;
        height: 100%;
    }

.kimdi-header-football-img-desktop {
    display: block;
}

.kimdi-header-football-img-mobile {
    display: none;
}

.kimdi-header-toyz-img-desktop {
    display: block;
}

.kimdi-header-toyz-img-mobile {
    display: none;
}

.kimdi-header-toyz-btn {
    background: linear-gradient(90deg, #ffaf59, #ffd04f, #ffaf59);
    color: #3d63b6;
    font-size: 24px;
    width: 250px;
    padding: 4px 0;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 50px;
    cursor: pointer;
    border-radius: 32px;
    line-height: 50px;
    position: relative;
    z-index: 9;
}

    .kimdi-header-toyz-btn::before {
        content: '';
        position: absolute;
        width: 80%;
        height: 30px;
        margin: 0 auto;
        top: 0;
        left: 10%;
        background: linear-gradient(360deg, #ffff9491, #fffb0dad, #fff31836);
        border-radius: 32px;
        z-index: -1;
    }

    .kimdi-header-toyz-btn::after {
        content: '';
        position: absolute;
        width: 80%;
        height: 2px;
        margin: 0 auto;
        bottom: 4px;
        left: 10%;
        background: linear-gradient(90deg, #fffd7198, #ffe23a, #fffd7198);
        /* background: linear-gradient(180deg,#ffffff1c,#cbf9829d) ; */
        z-index: -1;
        border-radius: 2px;
        box-shadow: 0px -7px 9px 4px #fffc71;
    }

    .kimdi-header-toyz-btn a {
        font-weight: 900;
    }



.disable-btn {
    background: #bebebe;
}

.kimdi-mainpage {
    background: url("../img/kimdishop/kimdi-bgmain.jpg");
    height: auto !important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kimdi-nav {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    padding: 0 64px;
    padding-top: 24px;
    width: 85% !important;
    margin: 0 auto !important;
    margin-bottom: 0 !important;
}

.kimdi-nav-logo {
    width: 170px;
    height: 60px;
    display: flex;
    align-items: center;
}

    .kimdi-nav-logo > img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.kimdi-nav-list {
    display: flex !important;
    justify-content: space-between !important;
}

.kimdi-nav-list-main-close {
    display: none;
}

.kimdi-nav-list-main-open {
    display: none;
}

.kimdi-nav-list > li {
    padding: 13px 10px;
    border-left: 1px solid #00538f56;
    line-height: 2px;
}

    .kimdi-nav-list > li > a {
        color: #00548f;
        font-size: 15px;
        font-weight: 600;
        transition: 0.4s all ease-in-out;
    }

        .kimdi-nav-list > li > a:hover {
            color: #facb03;
        }

.kimdi-nav-form {
    background: black;
    width: 250px;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 0 8px;
    background: transparent;
    border: 1px solid #00548f;
    color: #00548f !important;
}

    /* .kimdi-nav-form-active{

} */
    .kimdi-nav-form > input {
        width: 96%;
        height: 100%;
        background: transparent;
        padding-right: 8px;
        color: #00548f !important;
    }

        .kimdi-nav-form > input::placeholder {
            color: #00548f !important;
        }

    .kimdi-nav-form > span {
        font-size: 18px;
        cursor: pointer;
        color: #00548f;
    }

.kimdi-products-container {
    margin-top: 26px !important;
    padding-top: 40px;
    padding: 0 64px;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 50px !important;
}

.kimdi-products {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.kimdi-products-item {
    width: 40%;
}

.kimdi-products-item-img {
    width: 100%;
}

.kimdi-products-item-btn {
    margin-top: 32px;
}

    .kimdi-products-item-btn > a {
        background: #24baf1;
        width: auto !important;
        font-weight: 700;
        border: 2px solid #00548f;
        border-radius: 24px;
        font-size: 16px;
        color: #333333;
        padding: 8px 12px;
        transition: 0.4s all ease-in-out;
    }

        .kimdi-products-item-btn > a:hover {
            background: #00548f;
            color: #ffffff;
        }

.kimdi-yourhero-container {
    background: url("../img/kimdishop/soccer-field-with-green-grass.jpg");
    background-size: 100%;
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kimdi-yourhero-items {
    width: 95%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 50px;
    height: 100%;
}

.kimdi-yourhero-item-img {
    width: 50%;
}

    .kimdi-yourhero-item-img > img {
        width: 100%;
        height: 100%;
    }

.kimdi-yourhero-item-caption {
    width: 40%;
    color: #ffffff !important;
}

    .kimdi-yourhero-item-caption > h1 {
        color: #0eda45;
        font-size: 47px;
        font-weight: 800;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    }

.kimdi-yourhero-item-caption-line {
    background: -webkit-linear-gradient(180deg, #ffffff, #000000, #00000000);
    width: 80%;
    height: 2px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.kimdi-yourhero-item-caption > p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
    text-align: justify;
}

.kimdi-yourhero-item-caption-p-first {
    margin-bottom: 24px;
}

.kimdi-yourhero-item-caption-p-seccond {
    margin-bottom: 8px;
}

.kimdi-yourhero-item-caption-btn {
    text-align: left;
    display: flex;
    justify-content: flex-end;
}

    .kimdi-yourhero-item-caption-btn > button {
        background-color: #2ca81a;
        margin-top: 16px;
        border-radius: 9px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
        padding: 13px 50px;
        color: #333333;
        font-size: 17px;
        font-weight: 600;
        margin-left: 24px;
        cursor: pointer;
    }

        .kimdi-yourhero-item-caption-btn > button:hover {
            background-color: #349e24;
        }

.kimdi-yourhero-video-container {
    width: 90%;
    height: 90vh;
    margin: 0 auto;
}

/* #kimdi-switch{
    display: none;
} */
.kimdi-switch-box {
    background: #00548f;
    width: 40px;
    height: 20px;
    margin-left: 8px;
    border-radius: 15px;
    padding: 6px 2px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.kimdi-switch-button {
    width: 16px;
    height: 16px;
    background: #24baf1;
    border-radius: 50%;
}

.kimdi-yourhero-video-container > video {
    border-radius: 16px;
}

.kimdi-yourhero-video-switch-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

    .kimdi-yourhero-video-switch-button > input {
        margin-left: 8px;
    }

    .kimdi-yourhero-video-switch-button > label {
        font-size: 16px;
        color: #333333;
    }



.kimdi-yourhero-table-container > table {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
}

.kimdi-yourhero-table-container-header {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;
    padding: 16px 0;
    background: #f9a825 !important;
    color: #121212;
    border: 1px solid black;
    border-bottom: 0 !important;
    font-weight: 700;
    font-size: 18px;
}

.kimdi-yourhero-table-container > table > thead > tr > th {
    border: 1px solid black;
    color: black;
}

.kimdi-yourhero-table-container > table > tbody > tr > td {
    border: 1px solid black !important;
    color: black;
    padding: 2px 0;
}

    .kimdi-yourhero-table-container > table > tbody > tr > td > img {
        width: 64px;
        height: 64px;
        object-fit: cover;
    }

.kimdi-yourhero-table-container > table > thead > th {
    width: 100%;
}

.kimdi-yourhero-table-container > table > tbody {
    width: 100% !important;
}

    .kimdi-yourhero-table-container > table > tbody > tr > :nth-child(1) {
        width: 10% !important;
        font-family: yekanbakhen !important;
    }

    .kimdi-yourhero-table-container > table > tbody > tr > :nth-child(2) {
        width: 30% !important;
    }

    .kimdi-yourhero-table-container > table > tbody > tr > :nth-child(3) {
        width: 60% !important;
    }

.kimdi-table-head > td {
    padding: 8px 0 !important;
}


.kimdi-footer-container {
    padding: 32px 0;
}

.kimdi-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kimdi-footer-caption {
    width: 45%;
}

.kimdi-footer-caption-accrodion-p {
    text-align: justify;
    font-size: 16px;
    color: #777777;
    height: 120px;
    overflow: hidden;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
}

.kimdi-footer-caption-accrodion-p-height {
    height: auto;
    overflow: visible;
}

.kimdi-footer-caption-accrodion-button {
    font-size: 18px;
    color: #555555;
    cursor: pointer;
    margin-top: 8px;
    background: transparent;
    border: none;
    margin-bottom: 16px;
}

.kimdi-footer-socials {
    width: 30%;
    text-align: center;
}

.kimdi-footer-socials-icons {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

    .kimdi-footer-socials-icons i {
        font-size: 32px;
        margin-left: 12px;
        color: #777777;
        transition: 0.2s all ease-in-out;
        cursor: pointer;
    }

    .kimdi-footer-socials-icons img {
        width: 33px;
        height: 33px;
        margin-left: 12px;
    }

.kimdi-footer-downloads-app {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

    .kimdi-footer-downloads-app img {
        cursor: pointer;
        margin-left: 10px;
        margin-top: 8px;
        width: 135px;
        height: 41px;
    }


.navCategory {
    margin-right: 0 !important;
}
/* aparat kimdi */
.videoPlayContainer_tab {
    margin: 8px 0;
    padding-bottom: 16px;
}

.videoPlayContainer_tab-list {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

    .videoPlayContainer_tab-list li {
        margin-left: 8px;
    }

        .videoPlayContainer_tab-list li a {
            font-size: 16px;
            color: #2f2f2f;
            font-weight: 600;
        }

.videoPlayContainer_tab-link-active {
    position: relative;
    padding: 6px;
}

    .videoPlayContainer_tab-link-active:after {
        position: absolute;
        content: '';
        background: #141414;
        width: 100%;
        height: 2px;
        right: 0;
        bottom: 0;
        margin-top: 8px;
        border-radius: 2px;
    }

.aparatkimdi_title {
    color: #2f2f2f !important;
}

.topVideo .rightItemsContainer .videoPlayContainer {
    background: rgba(0, 0, 0, 0.05);
    padding: 16px;
    border-radius: 16px;
    margin: 8px 0;
}

    .topVideo .rightItemsContainer .videoPlayContainer .item video {
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }

    .topVideo .rightItemsContainer .videoPlayContainer .title {
        font-size: 22px;
        font-weight: 500;
        color: #000;
    }

    .topVideo .rightItemsContainer .videoPlayContainer .time {
        color: #5e5e5e;
        display: flex;
        align-items: center;
    }

        .topVideo .rightItemsContainer .videoPlayContainer .time i {
            margin-left: 4px;
        }

.aparatkimdi_video-subjects {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    margin-bottom: 16px;
    margin-top: 16px;
}

    .aparatkimdi_video-subjects .pName {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        max-width: fit-content;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 55px;
    }

    .aparatkimdi_video-subjects span {
        display: flex;
        align-items: center;
        color: #5e5e5e;
        display: flex;
        align-items: center;
    }

        .aparatkimdi_video-subjects span i {
            padding-left: 4px;
        }

.item-video .aparatkimdi_video-container {
    width: 300px;
    margin: 8px 4px;
}

.aparatkimdi_video-main {
    width: 300px;
    margin: 8px 4px;
}

.item-video .aparatkimdi_video-container video {
    border-radius: 16px;
}

.item-video .aparatkimdi_video-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .item-video .aparatkimdi_video-container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* z-index: 999; */
        border-radius: 16px;
        background: rgba(0, 0, 0, 0.24);
    }

    .item-video .aparatkimdi_video-container img {
        position: absolute;
        width: 80px;
        height: 40px;
        z-index: 9999;
        cursor: pointer;
        transition: 0.3s all ease-in-out;
    }

        .item-video .aparatkimdi_video-container img:hover {
            opacity: 0.8;
        }



/*
.slider-home .item__slide {
    margin: 0 32px !important;
    padding: 0 16px;
    height: auto !important;
    overflow: visible !important;
    max-height: 100% !important;
    box-shadow: 8px 8px 8px 4px rgba(0, 0, 0, 0.116);
    padding: 8px 16px;
}
*/

/* kimdi bio */
.slider-home-top-bio {
    background: none !important;
    box-shadow: 0 !important;
}

    .slider-home-top-bio .item__slide {
        box-shadow: none !important;
        background: none !important;
    }

        .slider-home-top-bio .item__slide > img {
            border-radius: 4px;
            padding: 0 !important;
            height: auto;
            object-fit: fill;
        }

.padcast_container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.padcast_banner {
    width: 100%;
    height: 168px;
    border-radius: 16px;
    position: relative;
    object-fit: fill;
}

.padcast_container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 999; */
    z-index: 9;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.24);
}

.padcast_play-icon {
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: 10;
    fill: #ffffff !important;
    color: #ffffff !important;
}

    .padcast_play-icon:hover {
        opacity: 0.9;
    }

.padcast_container > svg {
    fill: #fff !important;
    color: #fff !important;
    font-size: 50px;
}
/* aparat podcast */
.aparatkimdiPodcast-banner {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.aparatkimdiPodcast-audio {
    width: 100%;
    margin-top: 16px;
    background: #f1f3f4;
    border-radius: 16px;
}

.topVideo .rightItemsContainer .videoPlayContainer-aparatpodcast {
    background: rgb(252, 252, 252) !important;
}


/* media kimdi styles */
@media screen and (max-width: 1025px) {
    .kimdi-nav {
        width: 100% !important;
        padding: 0 16px !important;
        padding-top: 24px !important;
    }

    .kimdi-yourhero-container {
        height: auto;
    }

    .kimdi-yourhero-item-caption > p {
        font-size: 14px;
    }

    .kimdi-yourhero-item-caption-btn > button {
        padding: 13px 25px;
        font-size: 14px;
    }

    .kimdi-yourhero-table-container > table {
        width: 60%;
    }

    .kimdi-yourhero-table-container-header {
        width: 60%;
    }

    .kimdi-header-football-row {
        width: 90%;
        padding: 50px 0;
    }

    .kimdi-header-toyz-row {
        width: 90%;
    }

    .kimdi-header-football-btn {
        margin-bottom: 32px;
    }

    .kimdi-footer {
        width: 90%;
    }

    .kimdi-footer-socials {
        width: 45%;
        text-align: center;
    }

    .kimdi-header-football-img {
        width: 100%;
        height: auto;
        margin-bottom: 0 !important;
    }

        .kimdi-header-football-img img {
            object-fit: fill;
        }

    .kimdi-header-toyz-img img {
        object-fit: fill;
    }

    .kimdi-yourhero-tshirt-container {
        width: 60%;
        margin: 0 auto;
    }

    .kimdi-yourhero-tshirts-head-form-row div {
        width: 100%;
        margin: 8px 0;
    }

    .kimdi-yourhero-tshirt-item {
        height: auto;
    }

        .kimdi-yourhero-tshirt-item img {
            width: 80%;
            height: auto;
        }

    .btn-add-tshirt {
        padding: 4px !important;
        font-size: 14px;
    }

    .btn-del-tshirt {
        padding: 4px !important;
        font-size: 13px;
    }

    .video-container {
        height: 100%;
    }

}

@media screen and (max-width: 769px) {
    .kimdi-nav {
        padding: 0 24px !important;
        padding-top: 24px !important;
    }

    .kimdi-nav-list-container {
        position: fixed;
        background: #ffffff;
        top: 0;
        right: 0;
        width: 0;
        height: 100vh;
        padding: 16px;
        transform: translateX(100%);
        visibility: hidden;
        opacity: 0;
        transition: 0.4s all ease-in-out;
        border-left: 0.5px solid #00538f5e;
    }

    .kimdi-nav-list-container-active {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateX(0) !important;
        width: 300px !important;
    }

    .kimdi-nav-list > li {
        border: none !important;
    }

    .kimdi-nav-list-main-close {
        display: block;
        color: #00548f;
        font-size: 18px;
        margin-right: auto;
        font-weight: 800;
        cursor: pointer;
    }

    .kimdi-nav-list-main-open {
        display: block;
        color: #00548f;
        font-size: 18px;
        margin-right: auto;
        font-weight: 800;
        cursor: pointer;
    }

    .kimdi-nav-list {
        display: list-item !important;
    }

        .kimdi-nav-list > li {
            padding-top: 32px;
        }

    .kimdi-nav-logo {
        width: 108px;
        height: 38px;
    }

    .kimdi-nav-form {
        width: 250px;
    }

    .kimdi-products-container {
        width: 90%;
        padding: 0 32px;
    }

    .kimdi-products-item-btn > a {
        font-size: 12px !important;
    }

    .kimdi-yourhero-item-img {
        width: 100%;
    }

    .kimdi-yourhero-item-caption {
        width: 90%;
        margin-bottom: 40px !important;
    }

    .kimdi-yourhero-card-container {
        width: 70%;
    }

    .kimdi-yourhero-card-conditions {
        width: 70%;
        margin: 0 auto;
    }

    .kimdi-yourhero-table-container > table {
        width: 70%;
    }

    .kimdi-yourhero-table-container-header {
        width: 70%;
    }

    .kimdi-yourhero-card-form-clubs {
        justify-content: space-around;
    }

    .kimdi-yourhero-card-form-uplaod-display-item-img-remove > button {
        padding: 12px;
        background-color: #eb3a3a;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 16px;
        margin-right: 8px;
        color: #fff;
        font-size: 13px;
        cursor: pointer;
        transition: 0.3s all ease-in-out;
        display: flex;
        align-items: center;
        margin: 8px 0;
    }

    .kimdi-header-football {
        height: auto;
    }

    .kimdi-yourhero-card-container-card {
        width: 50%;
        margin: 0 auto;
    }

    .kimdi-header-football-logo {
        text-align: center;
        margin: 0 auto;
        width: 200px;
        margin-bottom: 32px;
    }

    .kimdi-header-toyz-logo {
        text-align: center;
        margin: 0 auto;
        width: 200px;
        margin-bottom: 24px !important;
    }

    .kimdi-header-football-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .kimdi-header-toyz-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .kimdi-header-football-img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        margin-top: 80px !important;
    }

    .kimdi-header-football-btn {
        width: 40%;
        margin: 0 auto;
        margin-top: 32px !important;
        margin-bottom: 16px;
    }

    .kimdi-header-toyz-img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .kimdi-header-toyz-btn {
        width: 40%;
        margin: 0 auto;
        margin-top: 32px !important;
        margin-bottom: 16px;
    }

    .kimdi-footer-socials {
        width: 100%;
        text-align: center;
    }

    .kimdi-footer-caption {
        width: 100%;
    }

    .kimdi-header-football-img-desktop {
        display: none;
    }

    .kimdi-header-football-img-mobile {
        display: block;
    }

    .kimdi-header-toyz-img-desktop {
        display: none;
    }

    .kimdi-header-toyz-img-mobile {
        display: block;
    }

    .kimdi-yourhero-tshirt-item {
        width: 50%;
        height: auto;
    }

    .kimdi-yourhero-tshirt-container {
        width: 70%;
        margin: 0 auto;
    }

    .item-video .aparatkimdi_video-container {
        width: 300px;
        margin: 8px 4px;
    }

    .rightItemsContainer {
        width: 90%;
        margin: 0 auto;
    }

    .topVideo .rightItemsContainer .videoPlayContainer .title {
        font-size: 16px;
    }

    .kimdi-single-video-product-img img {
        object-fit: contain;
    }

    .slider-home-theme .owl-dots {
        padding-top: 32px !important;
    }

    .slider-home-theme .owl-dot {
        visibility: visible !important;
    }

    .cart-item-lg {
        display: none !important;
    }

    .cart-item-lg-active {
        display: flex !important;
    }

    .btn-del-tshirt {
        background-color: #eb3a3a;
        display: none !important;
        align-items: center;
        justify-content: space-between;
        border-radius: 8px;
        transition: 0.3s all ease-in-out;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        margin: 0 auto;
    }

    .btn-del-tshirt-active {
        display: flex !important;
    }

    .btn-add-tshirt {
        padding: 3px !important;
        font-size: 14px;
    }

    .kimdi-single-video-product-captions span {
        max-height: 200px;
        min-height: 200px;
    }

    .kimdi-single-video-product-captions button {
        position: absolute;
        bottom: 16px;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 426px) {
    .kimdi-header-football-logo {
        text-align: center;
        margin: 0 auto;
        width: 150px;
    }

    .kimdi-header-toyz-logo {
        text-align: center;
        margin: 0 auto;
        width: 150px;
    }

    .kimdi-nav-form {
        width: 168px !important;
    }

    .kimdi-products-item {
        width: 100%;
        margin-bottom: 32px;
    }

    .kimdi-products {
        flex-wrap: wrap-reverse !important;
    }

    .kimdi-yourhero-card-container {
        width: 90%;
    }

    .kimdi-yourhero-card-conditions {
        width: 90%;
        margin: 0 auto;
    }

    .kimdi-yourhero-card-container-card {
        width: 80%;
        margin: 0 auto;
    }

    .kimdi-yourhero-table-container > table {
        width: 90%;
    }

    .kimdi-yourhero-table-container-header {
        width: 90%;
    }

    .kimdi-yourhero-card-form-input {
        width: 100%;
        margin: 8px 0;
    }

    .kimdi-yourhero-card-form-row1 > input {
        width: 100% !important;
    }

    .kimdi-yourhero-card-form-row1 > select {
        width: 100%;
    }

    .kimdi-yourhero-card-form-row2 > div {
        width: 100%;
        margin: 8px 0;
    }

    .kimdi-yourhero-card-form-row3 > div {
        width: 100%;
        margin: 8px 0;
    }

    .kimdi-yourhero-card-form-row4 > div {
        width: 100%;
    }

    .kimdi-yourhero-card-form-inputs-goalkeeper > div {
        width: 100%;
        margin: 8px 0;
    }

    .kimdi-yourhero-card-form-cards > label {
        width: 49%;
        margin: 8px 0;
    }

    .kimdi-yourhero-card-form-card-label {
        margin-left: 3px;
    }

    .kimdi-yourhero-card-form-clubs {
        justify-content: space-between;
    }

    .kimdi-yourhero-card-form-uplaod-display-item-image {
        width: 78px;
        height: 45px;
    }

    .kimdi-yourhero-card-form-uplaod-display-item-img-name > a {
        margin-left: 4px;
        font-size: 12px;
    }

    .kimdi-yourhero-card-form-uplaod-display-item-img-size > span {
        font-size: 12px;
    }

    .kimdi-yourhero-card-form-uplaod-display-item-img-remove > button {
        font-size: 8px;
        padding: 8px;
    }

    .kimdi-yourhero-card-form-uplaod-display-item-img-check-label {
        width: 14px;
        height: 14px;
        font-size: 10px;
    }

    .kimdi-yourhero-card-form-uplaod-display-item-img-check-label-active:after {
        position: absolute;
        content: '';
        background: #f9a825;
        width: 14px;
        height: 14px;
        z-index: 9;
    }

    .kimdi-yourhero-card-form-upload-control-file-label {
        width: 100%;
    }

    .kimdi-yourhero-card-form-upload-control > button {
        width: 100%;
    }


    .kimdi-header-football-btn {
        width: 90%;
    }

    .kimdi-header-toyz-btn {
        width: 90%;
    }

    .kimdi-yourhero-tshirt-container {
        width: 90%;
        margin: 0 auto;
    }

    .kimdi-yourhero-tshirt-item {
        width: 100%;
        height: auto;
    }

        .kimdi-yourhero-tshirt-item img {
            width: 85%;
            height: auto;
        }

    .kimdi-yourhero-tshirt-sizes {
        width: 100%;
        overflow: scroll;
    }

    .kimdi-yourhero-tshirt-upload-file-empty {
        width: 100%;
        margin-top: 8px;
    }

    .kimdi-yourhero-card-form-upload-file-empty {
        margin-top: 8px;
        width: 100%;
    }
    /* .kimdi-yourhero-tshirt-sizes table td:first-child {
        display: none;
    } */
    .kimdi-yourhero-tshirt-table-lg {
        display: none;
    }

    .kimdi-yourhero-tshirt-table-sm {
        display: table;
    }

    .kimdi-yourhero-tshirt-sizes table td {
        padding: 8px !important;
    }

    .kimdi-yourhero-tshirt-upload-control-file-label {
        width: 100%;
    }

    .kimdi-yourhero-tshirt-upload-control > button {
        width: 100%;
    }

    .kimdi-yourhero-tshirt-uplaod-display-item-img-size span {
        font-size: 12px;
    }

    .kimdi-yourhero-tshirt-uplaod-display-item-img-remove-btn {
        font-size: 8px !important;
        padding: 8px !important;
    }

    .kimdi-yourhero-tshirt-uplaod-display-item-img-check-label {
        width: 14px;
        height: 14px;
        font-size: 10px;
    }

    .kimdi-yourhero-tshirt-uplaod-display-item-img-check-label-active:after {
        width: 14px;
        height: 14px;
    }

    .kimdi-yourhero-tshirt-uplaod-display-item-img-name a {
        margin-left: 4px;
        font-size: 12px;
    }

    .kimdi-yourhero-tshirt-uplaod-display-item-image {
        width: 78px;
        height: 45px;
    }

    .item-video .aparatkimdi_video-container {
        width: 300px;
        margin: 8px 4px;
    }

    .kimdi-video-progress {
        padding: 0 8px;
    }

    .kimdi-video-progressbar {
        width: 100%;
    }

    .kimdi-video-progressbar-empty {
        width: 100%;
    }

    .kimdi-single-video-product-img {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .kimdi-single-video-product-row {
        flex-wrap: wrap-reverse !important;
    }

    .kimdi-single-video-product-img img {
        object-fit: contain;
        height: 100%;
        width: 100%;
        margin-bottom: 16px;
    }

    .kimdi-single-video-product-captions {
        width: 100%;
        min-height: 320px;
        max-height: 320px;
    }

    .kimdi-single-video-comments-form-row1 {
        justify-content: center;
    }

    .kimdi-single-video-comments-form {
        width: 90%;
    }

    .kimdi-single-video-comments-form-row1 div {
        justify-content: center;
        text-align: center;
    }

    .kimdi-single-video-comments-form-row1 input {
        width: 100%;
    }

    .kimdi-single-video-comments-items {
        width: 85%;
    }

    .kimdi-video-caption {
        width: 95%;
    }

    .rightItemsContainer {
        width: 99%;
    }

    .kimdi-downloadApp {
        width: 300px;
    }

    .topVideo .rightItemsContainer .videoPlayContainer {
        border-radius: 6px;
        padding: 16px 4px;
    }

    .slider-home-top-bio .item__slide {
        margin: 0 !important;
    }

        .slider-home-top-bio .item__slide > img {
            border-radius: 4px;
            padding: 0 !important;
            height: 150px;
            object-fit: fill;
        }

    /* .slider-home-theme .owl-nav [class*='owl-']{
        padding: 0 auto !important;
    } */
    .kimdi-single-video-product-captions span {
        max-height: 178px;
        min-height: 178px;
    }

    .kimdi-single-video-product-captions button{
        position: absolute;
        bottom: 16px;
        margin: 0 auto !important;
    }
    
}

.kimdi-downloadApp {
    max-width: max-content;
}

.kimdi-single-video-comments-form-rating{
    flex-wrap: wrap;
}

/*

@media screen and (max-width: 376px) {
   
}
@media screen and (max-width: 321px) {
   
} */

