@font-face {
    src: url("../webfonts/AvertaDemoPE-Regular.ttf");
    font-family: AvertaRegular;
}
@font-face{
    src: url('../webfonts/RainerTestv04-Medium.otf');
    font-family: RainerMedium;
}
html,
body {
    scroll-behavior: smooth;
    font-family: AvertaRegular;
}
p {
    font-size: 20px;
}
:root {
    --dragon-red: #ba936c;
    --dragon-red-dark: #9f7e5c;
    --dragon-red-dark-a: #735030;

    --dark-conkkers: #000000;
    --dark-conkkers-t: #181715;
    --gray-conkkers: #838185;
    --gray-light-conkkers: #4d565a;

    --gray-new: #2c2c2c;

    --white-conkkers: #ffffff;

    --max-width: 1024px;

    --media-sm: 640px;
    --media-md: 768px;
    --media-lg: 1024px;
    --media-xl: 1280px;
    --media-2xl: 1536px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background-color: #000;
}
::-webkit-scrollbar-thumb {
    background-color: var(--dragon-red);
}
::-webkit-scrollbar-button {
    /*background-color: navy;*/
    width: 0;
    height: 0;
}
::-webkit-scrollbar-corner {
    background-color: black;
}
.card-deck .card {
    flex: 0 0 30%;
}
img {
    max-width: 100%;
}

.navbar-nav .dropdown-menu {
    background: var(--gray-new);
    color: #fff;
}

.dropdown-item.active,
.dropdown-menu > li a:hover,
.dropdown-menu > li.show,
.dropdown-item:active {
    background: var(--dark-conkkers-t);
    color: var(--dragon-red);
}

.text-conkkers {
    color: var(--dragon-red);
}
.text-danger {
    color: var(--dragon-red-dark) !important;
}
.card-danger.card-outline {
    border-top: 3px solid var(--dragon-red);
}

#content * {
    max-width: 100%;
}
.custom-file-label::after {
    content: "Buscar";
}
.each-type,
#cont-certificate {
    display: none;
}
.each-type.show,
#cont-certificate.show {
    display: block;
}
.page-link {
    color: var(--dragon-red);
}
.page-link:hover {
    color: var(--dragon-red-dark);
}
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(193, 27, 5, 0.25);
}
.page-item.active .page-link {
    background-color: var(--dragon-red);
    border-color: var(--dragon-red);
}
.paginate-videos .pagination {
    justify-content: center;
    flex-wrap: wrap;
}
.main-header {
    border-bottom: 0;
}
.menu-button {
    font-size: 1.2rem;
}
.close-menu {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 0;
    font-size: 1.2rem;
}
.breadcrumb-item {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.form-control:focus {
    border: 2px solid var(--dragon-red);
    box-shadow: none;
}
.more {
    max-height: 0px;
    overflow-y: hidden;
    transition: all 0.5s ease;
}
.more .accordion > .card > .card-header {
    padding: 5px;
}
.more.active {
    max-height: 2000px;
    overflow-y: inherit;
}
.more.active .teachers {
    position: sticky;
    top: 15px;
}
.todo-list .handle {
    vertical-align: middle;
}
.todo-list > li .text {
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
#cont-more {
    position: relative;
}
#cont-more:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 90px;
    background: transparent;
    transition: all 0.5s ease;
}
#cont-more.active:after {
    background: transparent;
    display: none;
}
.videos {
    background-color: #f4f6f9;
}
.videos .locked .card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.videos .indicator-video {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.2rem;
}
.banner-page {
    height: 170px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.banner-page img {
    max-width: 100%;
    max-height: 100%;
    width: 350px;
    padding: 15px;
}
.brand-link .brand-image {
    float: none;
}
.icon-video {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
}
a {
    color: var(--dragon-red);
}
a:hover {
    color: var(--dragon-red);
}
ul.pagination {
    margin: 0;
}
.color-dragon {
    color: var(--dragon-red);
}
a.color-dragon:hover {
    color: var(--dragon-red-dark);
}
.bg-video {
    background-color: #000;
    min-height: 170px;
}
.bg-dragon {
    background-color: var(--dragon-red);
    color: #fff;
}
.btn-dragon {
    color: #fff;
    background-color: var(--dragon-red);
    border-color: var(--dragon-red);
    box-shadow: none;
}
.btn-dragon:hover {
    color: #fff;
    background-color: var(--dragon-red-dark);
    border-color: var(--dragon-red-dark);
}
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}
.btn-black:hover {
    color: #fff;
    background-color: var(--dragon-red-dark);
    border-color: var(--dragon-red-dark);
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: var(--dragon-red);
}
[class*="sidebar-dark-"],
.control-sidebar-dark,
.bg-black {
    background-color: #000;
}

.bg-black * {
    color: #fff;
}
.bg-black *:hover {
    color: #fff;
}
.login-img {
    max-width: 400px;
    padding: 30px;
}
.sidebar-videos {
    overflow: auto;
}

.card-footer::after {
    content: none;
}

/* Section User Cards */
.section-user {
    display: flex;
    flex-direction: column;
    background-color: #000000;
}

/* Card User */
.card-user-container {
    /* height: 80vh; */
    position: relative;
    margin: 20px 100px;
}
.card-user {
    display: grid;
    grid-template-columns: 0.125fr 0.3fr 0.1fr 0.35fr 0.125fr;
    grid-template-rows: 40px 1fr 40px;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center bottom;
    background-color: #000000;
    background-blend-mode: luminosity;
    border: 1px solid var(--dragon-red);
    transition: all 0.25s ease;
    overflow: hidden;
    padding-top: 40px;
    align-items: center;
}
.card-user:hover {
    background-color: transparent;
}
.card-user.radius {
    border-radius: 30px;
}
.card-user .card-user-img {
    grid-column: 2/3;
    grid-row: 1/-1;
    max-width: 100%;
    max-height: 500px;
    transition: all 0.25s ease;
    align-self: end;
}
.card-user:hover .card-user-img {
    transform: translateY(10px) rotate(2deg) scale(1.1);
}
.card-user .card-user-info {
    align-self: center;
    grid-column: 4/5;
    grid-row: 2/3;
    max-width: 100%;
    max-height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}
.card-user .card-user-info .card-user-title {
    color: currentColor;
    font-size: 3.2vw;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.card-user .card-user-info .card-user-subtitle {
    color: var(--dragon-red);
    font-size: 2.5vw;
    margin-bottom: 1.5rem;
}
.card-user .card-user-info .card-user-text {
    color: currentColor;
    font-size: 20px;
    margin-bottom: 1.5rem;
}
.card-user .card-user-info .card-user-btn {
    position: relative;
    color: currentColor;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #ffffff;
    border-radius: 5rem;
    align-self: flex-start;
    padding: 0.5rem 1rem;
    font-size: 13px;
    transition: all 0.5s ease;
    overflow: hidden;
    display: inline-block;
}
.card-user .card-user-info .card-user-btn:hover {
    background: #ffffff;
    color: var(--dark-conkkers-t);
}
.card-user-container:nth-child(even) .card-user {
    display: grid;
    grid-template-columns: 0.125fr 0.35fr 0.1fr 0.3fr 0.125fr;
}
.card-user-container:nth-child(even) .card-user .card-user-img {
    grid-column: 4/5;
}
.card-user-container:nth-child(even) .card-user .card-user-info {
    grid-column: 2/3;
}

/* NAV */
    .options {
        background: var(--dark-conkkers);
        color: var(--dragon-red);
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0.5em 2em;
    }
    .options-login--button {
        padding: .5em .75em;
        border: 2px solid var(--dragon-red);
        text-transform: uppercase;
        color: var(--dragon-red);
        text-decoration: none;
        font-weight: bold;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-radius: 1rem;
        font-size: 0.7rem;
    }
    .options-login--button span {
        align-self: center;
    }
    .options-login--button img {
        margin-left: 7px;
        max-height: 0.7rem;
        width: auto;
    }

    .options-media {
        font-size: 1.2em;
        margin-left: 20px;
    }
    .options-media a {
        margin: 0 5px;
        font-size: 1rem;
    }
    header {
        position: sticky;
        top: 0;
        z-index: 9;
    }
    #navbarMenu {
        justify-content: flex-end;
    }
    .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid var(--dragon-red);
        border-bottom: 1px solid var(--dragon-red);
        background: var(--dark-conkkers-t);
        padding: 0.5em 2em;
        color: var(--white-conkkers);
        /* font-family: RainerMedium; */
    }
    .brand-img {
        width: 150px;
    }
    .navigation-menu {
        display: flex;
        list-style: none;
        margin: 0;
    }
    .navigation-menu li.active {
        color: var(--dragon-red);
    }
    .navigation-menu li a {
        color: currentColor;
        font-weight: bold;
        text-transform: uppercase;
    }
    .navbar-toggler {
        border: 1px solid var(--dragon-red);
        color: var(--dragon-red);
    }
    .menu-footer {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        background-color: var(--dark-conkkers);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        padding: 3em 2em;
        flex-wrap: wrap;
    }
    .menu-footer__brand {
        align-self: center;
        text-align: center;
    }
    .menu-footer__brand-img {
        width: 100px;
        margin: 0 auto;
    }
    .menu-footer__header {
        color: var(--dragon-red);
    }
    .menu-footer__submenu {
        margin: 0 2em;
    }
    .menu-footer__items {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .menu-footer__social {
        margin-top: 20px;
    }
    .menu-footer__social a {
        margin: 0 2px;
    }
    .menu-footer__items a {
        color: var(--white-conkkers);
    }

    .options-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 8px;
        background: var(--dark-conkkers);
    }
    .options-footer__by p {
        margin: 0;
        text-transform: uppercase;
        color: var(--dragon-red);
        font-size: 0.8rem;
    }
    .options-footer__by p a {
        text-transform: lowercase;
    }
/* END NAV */

/* HOME */
    .content-section  {
        width: var(--max-width);
        margin: 0 auto;
        padding: 15px;
        max-width: 100%;
    }
    .img-fluid {
        max-width: 100%;
    }
    .border-bottom-principal {
        border-bottom: 1px solid var(--dragon-red);
    }
    .btn-conkkers {
        display: inline-block;
        padding: 0.2em .75em;
        border-width: 2px;
        border-style: solid;
        border-radius: 8px;
        text-transform: uppercase;
        font-size: 1rem;
        margin-top: 20px;
        transition: all 0.5s ease;
    }
    .btn-principal {
        border-color: var(--dragon-red);
        color: var(--dragon-red);
    }
    .btn-principal:hover {
        background-color: var(--dragon-red);
        color: var(--black-conkkers);
    }
    .btn-principal-filled {
        border-color: var(--dragon-red-dark-a);
        background-color: var(--dragon-red-dark-a);
        color: var(--white-conkkers);
        transition: all 0.3s ease;
    }
    .btn-principal-filled:hover {
        background-color: var(--dragon-red-dark-a);
        color: var(--white-conkkers);
        transform: scale(1.1);
    }
    .btn-alternative {
        border-color: var(--white-conkkers);
        color: var(--white-conkkers);
    }
    .btn-alternative:hover {
        background-color: var(--white-conkkers);
        color: var(--black-conkkers);
    }
    .principal {
        height: 600px;
        min-height: 600px;
        background-size: cover;
        background-position: center;
    }
    #carouselPrincipal {
        width: 100%;
    }
    .carousel-item {
        background-size: cover;
        background-position: center;
    }
    .carousel-item__content {
        width: var(--max-width);
        margin: 0 auto;
        padding: 15px;
        padding-bottom: 0;
        max-width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .carousel-item__text {
        color: var(--white-conkkers);
        padding-right: 50px;
        flex: 1;
        width: 50%;
    }
    .carousel-item__figure {
        flex: 1;
        width: 50%;
        align-self: flex-end;
    }
    .principal-carousel__button {
        font-size: 1.1rem;
    }
    .why {
        background: var(--dark-conkkers);
        background-size: cover;
        background-position: center;
        padding: 50px 15px;
        border-top: 3px solid var(--dragon-red);
        border-bottom: 0;
    }
    .why-gallery {
        display: flex;
        justify-content: center;
    }
    .why-gallery__figure {
        width: 920px;
        max-width: 100%;
        margin: 0;
        transition: all .75s ease;
        padding: 3px;
    }
    .why-gallery__figure-image {
        width: 100%;
        object-fit: contain;
        transition: all .75s ease;
    }
    .why-content {
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
    }
    .why-content__title {
        color: var(--dragon-red);
        font-weight: bold;
        font-size: 1.2rem;
    }
    .why-content__subtitle {
        color: var(--white-conkkers);
        margin-bottom: 0;
    }
    .why-content__action {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .why-content__image {
        width: fit-content;
    }

    .separator {
        position: relative;
    }
    .separator-image {
        padding-right: 20px;
        position: absolute;
        transform: translateY(-50%);
    }

    .intro {
        background: var(--dark-conkkers);
        background-size: cover;
        background-position: center;
        padding: 30px 0;
    }
    .intro-all {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        min-height: 90vh;
    }
    .intro-content,.intro-figure {
        flex: 1;
        max-width: 50%;
    }
    .intro-content__title {
        color: var(--dragon-red);
    }
    .intro-content__paragraph {
        color: var(--white-conkkers);
        margin: 20px 0;
    }
    .intro-content__button {
        margin-top: 30px;
    }
    .intro-content__paragraph span {
        color: var(--dragon-red);
        font-weight: bold;
    }

    .how {
        background: var(--dark-conkkers);
        background-size: cover;
        background-position: center;
        padding: 30px 0;
    }
    .how-all {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        min-height: 90vh;
    }
    .how-content,.how-figure {
        flex: 1;
        max-width: 50%;
    }
    .how-content__title {
        color: var(--dragon-red);
    }
    .how-content__paragraph {
        color: var(--white-conkkers);
        margin: 20px 0;
    }
    .how-content__button {
        margin-top: 30px;
    }
    .how-content__paragraph span {
        color: var(--dragon-red);
        font-weight: bold;
    }

    .call-to-action {
        background-size: cover;
        background-position: center;
        padding: 80px 0;
    }
    .cta-all {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 90vh;
    }
    .call-to-action__img {
        width: 550px;
        margin-bottom: 40px;
    }
    .call-to-action__subtitle {
        color: var(--white-conkkers);
        text-align: center;
    }
    .call-to-action__subtitle span {
        color: var(--dragon-red);
        font-weight: bold;
    }
    .call-to-action__title {
        color: var(--dragon-red);
        margin: 20px 0;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }
    .call-to-action__paragraph {
        color: var(--white-conkkers);
    }
    .call-to-action__message {
        color:  var(--dragon-red);
    }

    .what {
        background: var(--dark-conkkers);
        padding: 30px 0;
    }
    .what-all {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        min-height: 90vh;
    }
    .what-content, .what-figure {
        flex: 1;
        max-width: 50%;
    }
    .what-content__title {
        color: var(--dragon-red);
    }
    .what-content__paragraph {
        color: var(--white-conkkers);
        margin: 20px 0;
    }
    .what-content__paragraph span {
        color: var(--dragon-red);
    }
    .what-content__button {
        margin-top: 30px;
    }
    .call-to-action-2 {
        background-size: cover;
        background-position: center;
        padding: 100px 0;
        display: flex;
        flex-wrap: wrap;
        min-height: 90vh;
    }
    .call-to-action-2__subtitle {
        color: var(--white-conkkers);
    }
    .call-to-action-2__title {
        color: var(--dragon-red);
        margin: 20px 0;
        text-transform: uppercase;
        font-weight: bold;
    }
    .cta-all-2 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .cta-content {
        text-align: center;
        max-width: 50%;
    }
/* END HOME */

/* ATHLETE */
    #entries .card {
        border-radius: 20px;
        overflow: hidden;
        margin: 15px;
    }

    #entries .card .card-img {
        max-height: 180px;
        overflow: hidden;
        object-fit: cover;
        object-position: center;
        position: relative;
    }

    #entries .card .card-img .figure-caption {
        position: absolute;
        bottom: 0;
        right: 15px;
        background: var(--dark-conkkers-t);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 5px 15px;
        color: #ffffff;
    }

    #entries .card-title {
        color: var(--dragon-red);
    }

    #entries .card-text *{
        font-size: 1rem;
    }
    #entries .card-footer {
        background: #ffffff;
    }

    #banner,
    #ambassadors {
        height: 590px;
        background-size: cover;
        background-position: center;
    }

    .banner-item__content {
        width: var(--max-width);
        margin: 0 auto;
        padding: 15px;
        padding-bottom: 0;
        max-width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .banner-item__text {
        color: var(--white-conkkers);
        padding-right: 50px;
        flex: 1;
        width: 50%;
    }

    .banner-item__content.banner-item_right .banner-item__text {
        padding-right: 0;
        padding-left: 15px;
    }

    .banner-item__figure {
        flex: 1;
        width: 50%;
    }

    #featured {
        background: #000000;
    }

    #featured .title-light {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 1vw 15px;
        color: #ffffff;
        font-size: 1.5vw;
    }

    #featured .title-light h2 {
        position: relative;
        color: currentColor;
        text-align: center;
        font-size: 1.5em;
        margin: 0;
        padding: 2.5vw 0;
        transition: 0.5s all ease;
        text-transform: uppercase;
    }

    #featured .title-light h2 span {
        font-weight: bold;
        color: var(--dragon-red);
    }
/* END ATHLETE */

/* FEATURED ATHLETE */
    /* Banner Top */
        .banner-top {
            background-size: cover;
            background-position: center;
        }
        .banner-top__content {
            width: var(--max-width);
            margin: 0 auto;
            padding: 15px;
            padding-bottom: 0;
            max-width: 100%;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .banner-top__text {
            color: var(--white-conkkers);
            flex: 1;
            width: 50%;
            text-align: center;
        }
        .banner-top__text-title {
            font-size: 3.5rem;
        }
        .banner-top__text-img {
            width: 350px;
            max-width: 100%;
        }
        .banner-top__figure {
            flex: 1;
            width: 50%;
        }
    /* End Banner Top */

    /* Separator */
        .separator-athlete {
            position: relative;
            max-width: 100%;
            width: var(--media-xl);
            padding: 15px;
            display: grid;
            grid-template-columns: repeat(1, minmax(200px, 1fr));
            grid-template-rows: 1fr;
            grid-auto-rows: 50px;
            align-items: center;
            color: #ffffff;
            margin: 0 auto;
        }
        .separator-athlete__line {
            position: relative;
            height: 1px;
            width: 100%;
            background: var(--dragon-red-dark);
            grid-column: 1/-1;
            grid-row: 1/-1;
        }
        .separator-athlete__line::before,
        .separator-athlete__line::after {
            content: "";
            width: 1px;
            height: 5px;
            background: var(--dragon-red-dark);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        .separator-athlete__line::after {
            right: 0;
        }
        .separator-athlete__text {
            position: relative;
            width: fit-content;
            background: #000000;
            margin: 0 auto;
            grid-column: 1/-1;
            grid-row: 1/-1;
            border: 1px solid var(--dragon-red-dark);
            color: currentColor;
            padding: 5px 20px;
            font-size: 1.2em;
            font-weight: bold;
            text-transform: uppercase;
        }
        .separator-athlete__text span {
            color: var(--dragon-red-dark);
        }
    /* End Separator */

    /* Featured */
        .featured {
            width: var(--max-width);
            max-width: 100%;
            margin: 0 auto;
        }
        .featured-brand {
            margin-bottom: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .featured-brand__text {
            color: #ffffff;
            font-size: 1.2em;
        }
        .featured-brand__img {
            margin: 20px 0;
            max-width: 200px;
        }
        .featured-gallery {
            display: flex;
            justify-content: space-around;
            align-items: center;
            max-width: 100%;
            overflow: auto;
        }
        .featured-gallery figure {
            margin: 10px 20px;
        }
        .featured-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 30px;
        }
        .featured-content__title {
            color: var(--dragon-red-dark);
            font-size: 1.5em;
            font-weight: bold;
        }
        .featured-content__button {
            display: inline-block;
            padding: 0.2em 1em;
            border: 2px solid var(--dragon-red);
            border-radius: 8px;
            text-transform: uppercase;
            font-size: 1rem;
            margin-top: 20px;
            transition: all 0.5s ease;
            background-color: var(--dragon-red);
            color: var(--black-conkkers);
        }
        .featured-content__button:hover {
            background-color: var(--black-conkkers);
            color: var(--dragon-red);
        }
    /* End Featured */

    /* Section Video */
        .video {
            display: grid;
            grid-template-columns: 200px 1fr 200px;
            grid-template-rows: 50px 1fr 50px;
            min-height: 80vh;
            max-height: 100%;
            align-items: center;
            justify-items: center;
            background: #000000;
        }
        .video.video-bg {
            background-size: cover;
            background-position: center top;
            background-repeat: no-repeat;
        }
        .video .video-container {
            grid-row: 2/3;
            grid-column: 2/3;
            width: 80%;
            height: 90%;
            text-align: center;
        }
        .video .video-container iframe,
        .video .video-container video {
            border: 3px solid var(--dragon-red-dark);
            border-radius: 10px;
            width: 100%;
            height: 100%;
            background-color: #000;
        }
    /* End Section Video */

    /* Card Info */
        .card-info {
            display: grid;
            grid-template-columns: 0.15fr 0.4fr 0.05fr 0.4fr;
            grid-template-rows: 80px 1fr 80px;
            min-height: 85vh;
            max-height: 100%;
            overflow: hidden;
            background-color: #ffffff;
            color: #000000;
        }
        .card-info.card-info-bg {
            background-size: contain;
            background-position: center left;
            background-repeat: no-repeat;
        }
        .card-info.card-info-bg.card-info-bg__center {
            background-size: cover;
            background-position: center;
        }
        .card-info.card-info-bg.card-info-bg__bottom {
            background-size: cover;
            background-position: bottom;
        }
        .card-info.card-info-right {
            grid-template-columns: 0.4fr 0.05fr 0.4fr 0.15fr;
        }
        .card-info.card-info-dark {
            background-color: #000000;
            color: #ffffff;
        }
        .card-info .card-info-img {
            position: relative;
            max-width: 100%;
            max-height: 100%;
            transition: all 0.25s ease;
            align-self: center;
            grid-row: 2/3;
            grid-column: 4/-1;
        }
        .card-info .card-info-img.card-info-img__bottom {
            grid-row: 2/-1;
            align-self: end;
        }
        .card-info .card-info-img .card-info-img-copy {
            margin: 0;
            color: currentColor;
        }
        .card-info.card-info-right .card-info-img {
            grid-column: 1/2;
        }
        .card-info .card-info-text {
            max-width: 100%;
            max-height: 100%;
            color: currentColor;
            display: flex;
            flex-direction: column;
            align-self: center;
            grid-row: 2/3;
            grid-column: 2/3;
        }
        .card-info.card-info-right .card-info-text {
            grid-column: 3/4;
        }
        .card-info .card-info-text .card-info-text-title {
            font-size: 3.5em;
            font-weight: bold;
            color: var(--dragon-red-dark);
            text-align: center;
            margin-bottom: 30px;
        }
        .card-info .card-info-text .card-info-text-title span {
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 0.1px currentColor;
        }
    /* End Card Info */

    /* CTA */
        .cta-content {
            width: 500px;
            max-width: 100%;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .cta-content .cta-title {
            color: var(--dragon-red);
            font-weight: bold;
            text-transform: uppercase;
        }
        .cta-content .cta-subtitle {
            color: currentColor;
            margin-bottom: 30px;
        }
        .cta-content .cta-subtitle.text-black {
            color: #000000;
        }
        .cta-content .cta-subtitle span {
            color: var(--dragon-red);
            font-weight: bold;
        }
        .cta-content .cta-btn {
            display: inline-block;
            padding: 0.2em .75em;
            border: 2px solid var(--dragon-red);
            border-radius: 8px;
            text-transform: uppercase;
            font-size: 1rem;
            margin-top: 20px;
            transition: all 0.5s ease;
            color: var(--dragon-red);
        }
        .cta-content .cta-btn:hover {
            background-color: var(--dragon-red);
            color: var(--black-conkkers);
        }
    /* End CTA */
/* END FEATURED ATHLETE */

/* HOME AMBASSADORS */
    /* Gallery Scroll */
    .gallery-scroll {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(5, minmax(200px, 1fr));
        grid-auto-rows: 1fr;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .gallery-scroll figure {
        max-width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .gallery-scroll figure img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        filter: grayscale(1);
        object-fit: cover;
        transition: all 1s ease;
        transform: scale(1);
    }
    .gallery-scroll figure img:hover {
        filter: grayscale(0);
        transform: scale(1.2);
    }
    .title-absolute {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 3vw 15px;
        background: #000000;
        color: #ffffff;
        font-size: 1.5vw;
    }
    .title-absolute span {
        color: currentColor;
        text-transform: uppercase;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 5px;
        font-size: 6em;
        font-weight: bold;
        opacity: 0.15;
        z-index: 0;
        transition: 0.5s all ease;
    }
    .title-absolute h1 {
        position: relative;
        color: var(--dragon-red);
        text-transform: uppercase;
        text-align: center;
        font-size: 2em;
        font-weight: bold;
        margin: 0;
        padding: 2.5vw 0;
        transition: 0.5s all ease;
    }
    /* .title:hover span {
        font-size: 2em;
    }
    .title:hover h1 {
        font-size: 4em;
        padding: 1vw 0;
    } */

    /* Call to action */
    .cta-bk-btn {
        min-height: 100vh;
        background-size: cover;
        background-position: top center;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cta-bk-btn .cta-content {
        width: 500px;
        max-width: 100%;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .cta-bk-btn .cta-content .cta-title {
        color: var(--dragon-red);
        font-weight: bold;
        text-transform: uppercase;
    }
    .cta-bk-btn .cta-content .cta-subtitle {
        color: currentColor;
        margin-bottom: 30px;
    }
    .cta-bk-btn .cta-content .cta-subtitle span {
        color: var(--dragon-red);
        font-weight: bold;
    }
    .cta-bk-btn .cta-content .cta-btn {
        display: inline-block;
        padding: 0.2em .75em;
        border: 2px solid var(--dragon-red);
        border-radius: 8px;
        text-transform: uppercase;
        font-size: 1rem;
        margin-top: 20px;
        transition: all 0.5s ease;
        color: var(--dragon-red);
    }
    .cta-bk-btn .cta-content .cta-btn:hover {
        background-color: var(--dragon-red);
        color: var(--black-conkkers);
    }
    /* Banner */
        .banner {
            min-height: calc(100vh - 100px);
            min-width: 100%;
            background-size: cover;
            background-position: center;
            /* background-attachment: fixed; */
            display: flex;
        }
        .banner-center-bottom {
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
        }
        .banner-title {
            color: #ffffff;
            text-transform: uppercase;
            font-weight: bold;
        }
        .banner-separator {
            position: relative;
            max-width: 100%;
            width: var(--media-xl);
            padding: 15px;
            display: grid;
            grid-template-columns: repeat(1, minmax(200px, 1fr));
            grid-template-rows: 1fr;
            grid-auto-rows: 50px;
            align-items: center;
            color: var(--dragon-red-dark);
        }
        .banner-separator__line {
            position: relative;
            height: 1px;
            width: 100%;
            background: currentColor;
            grid-column: 1/-1;
            grid-row: 1/-1;
        }
        .banner-separator__line::before,
        .banner-separator__line::after {
            content: "";
            width: 1px;
            height: 5px;
            background: currentColor;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        .banner-separator__line::after {
            right: 0;
        }
        .banner-separator__text {
            position: relative;
            width: fit-content;
            background: #000000;
            margin: 0 auto;
            grid-column: 1/-1;
            grid-row: 1/-1;
            border: 1px solid currentColor;
            color: currentColor;
            padding: 5px;
            font-size: 1.2em;
        }
    /* End Banner */
/* END HOME AMBASSADORS */

/* BANNER HISTORY */
    .principal-history {
        min-height: 600px;
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 80px;
        color: var(--white-conkkers);
    }
    .principal-history .img-principal-history {
        width: 550px;
        max-width: 100%;
    }
    .principal-history h4 {
        width: 550px;
        max-width: 100%;
        margin: 50px 0;
    }
/* END BANNER HISTORY */

/* TIMELINE */
    .timeline {
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 100%;
        width: 800px;
        position: relative;
    }
    .timeline__content-title {
        font-weight: normal;
        font-size: 40px;
        margin: -10px 0 0 0;
        transition: 0.4s;
        padding: 0 10px;
        box-sizing: border-box;
        color: #fff;
    }
    .timeline__content-desc {
        margin: 0;
        font-size: 15px;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
        line-height: 25px;
    }
    .timeline:before {
        position: absolute;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -1px;
        content: "";
        background: rgba(255, 255, 255, 0.07);
    }
    .timeline-item {
        padding: 40px 0;
        opacity: 0.3;
        filter: blur(2px);
        transition: 0.5s;
        box-sizing: border-box;
        width: calc(50% - 40px);
        display: flex;
        position: relative;
        transform: translateY(-80px);
    }
    .timeline-item:before {
        content: attr(data-text);
        letter-spacing: 3px;
        width: 100%;
        position: absolute;
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        border-left: 2px solid rgba(255, 255, 255, 0.5);
        top: 70%;
        margin-top: -5px;
        padding-left: 15px;
        opacity: 0;
        right: calc(-100% - 56px);
    }
    .timeline-item:nth-child(even) {
        align-self: flex-end;
    }
    .timeline-item:nth-child(even):before {
        right: auto;
        text-align: right;
        left: calc(-100% - 56px);
        padding-left: 0;
        border-left: none;
        border-right: 2px solid rgba(255, 255, 255, 0.5);
        padding-right: 15px;
    }
    .timeline-item--active {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0px);
    }
    .timeline-item--active:before {
        top: 50%;
        transition: 0.3s all 0.2s;
        opacity: 1;
    }
    .timeline-item--active .timeline__content-title {
        margin: 20px 0;
        padding: 0;
    }
    .timeline__img {
        max-width: 100%;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
    }
    .timeline-container {
        width: 100%;
        position: relative;
        padding: 80px 0;
        transition: 0.3s ease 0s;
        background-attachment: fixed;
        background-size: cover;
    }
    .timeline-container:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        content: "";
    }
    .timeline-header {
        width: 100%;
        text-align: center;
        margin-bottom: 80px;
        position: relative;
    }
    .timeline-header__title {
        color: #fff;
        font-size: 46px;
        font-weight: normal;
        margin: 0;
    }
    .timeline-header__subtitle {
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px;
        letter-spacing: 5px;
        margin: 10px 0 0 0;
        font-weight: normal;
    }
/* END TIMELINE */

/* TEAM */
    .team {
        background: var(--dark-conkkers);
        width: 100%;
        padding: 80px 0;
    }
    .team .container {
        width: var(--max-width);
        max-width: 100%;
    }
    .team-description {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .team-description__title {
        color: var(--dragon-red);
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }
    .team-description__p {
        text-align: center;
        color: var(--white-conkkers);
        margin: 30px 0;
        width: 550px;
        max-width: 100%;
    }
    .team .carousel-item .carousel-item__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 30px;
        border: 2px solid var(--dragon-red);
        border-radius: 10px;
    }
    .team .carousel-item__img {
        width: 120px;
        height: 120px;
        background-size: cover;
        background-position: center;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 2px solid var(--dragon-red);
        border-radius: 50%;
    }
    .team .carousel-item__name {
        color: var(--dragon-red);
    }
    .team .carousel-item__role {
        color: var(--white-conkkers);
    }
    .team .carousel-item__social ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }
    .team .carousel-item__social ul li {
        padding: 5px;
    }

    /* .carousel#team-carousel .carousel-inner .carousel-item.active,
    .carousel#team-carousel .carousel-inner .carousel-item-next,
    .carousel#team-carousel .carousel-inner .carousel-item-prev {
        display: flex;
    }

    .carousel#team-carousel .carousel-inner .carousel-item-right,
    .carousel#team-carousel .carousel-inner .carousel-item-left {
        transform: translateX(0);
    }
    .carousel#team-carousel .carousel-item .col-md-4 {
        width: var(--max-width);
        margin: 0 auto;
        padding: 15px;
        padding-bottom: 0;
        max-width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    } */
    .carousel#team-carousel .carousel-item__text {
        color: var(--white-conkkers);
        padding-right: 50px;
    }
    .carousel#team-carousel .carousel-item__figure {
        flex: 1;
        width: 50%;
    }
    .our-philosophy {
        background-size: cover;
        background-position: center;
        padding: 80px 0;
    }
    .cta-our-philo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .our-philosophy__img {
        width: 550px;
        margin-bottom: 40px;
    }
    .our-philosophy__subtitle {
        color: var(--white-conkkers);
        text-align: center;
    }
    .our-philosophy__subtitle span {
        color: var(--dragon-red);
        font-weight: bold;
    }
    .our-philosophy__title {
        color: var(--dragon-red);
        margin: 20px 0;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }
    .our-philosophy__content {
        /* column-count: 2; */
    }
/* END TEAM */

/* MERCHANT DATA */
    .merchant-data {
        background-color: #282828;
        padding: 30px 15px;
    }
    .merchant-data .merchant-data-section {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .merchant-data .merchant-data-section div {
        width: 25%;
        margin: 5px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .merchant-data .merchant-data-section div img {
        max-width: 100%;
        width: 90px;
    }
    .merchant-data .merchant-data-section div p {
        color: #fff;
        font-size: 15px;
        text-align: center;
        margin-top: 30px;
    }
/* END MERCHANT DATA */

/* SUCCESS STORIES */
    .content-section {
        width: var(--max-width);
        margin: 0 auto;
        padding: 15px;
        max-width: 100%;
    }

    .principal-ss {
        min-height: 600px;
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 80px;
        color: var(--white-conkkers);
    }

    .principal-ss .img-principal {
        width: 550px;
        max-width: 100%;
    }

    .principal-ss h4 {
        width: 550px;
        max-width: 100%;
        margin: 50px 0;
    }

    .ss-container {
        background-size: cover;
        background-position: center;
    }
    .ss-title.title-light {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 3vw 15px;
        color: var(--dragon-red);
    }

    .ss-title.title-light h1 {
        position: relative;
        color: var(--dragon-red);
        text-align: center;
        font-size: 40px;
        margin: 0;
        padding: 2.5vw 0;
        transition: 0.5s all ease;
    }

    .ss-title.title-light h1 span {
        text-transform: uppercase;
        font-weight: bold;
    }

    /* Section story Cards */
    .section-story {
        display: flex;
        flex-direction: column;
    }

    /* Card story */
    .card-story-container {
        /* height: 80vh; */
        position: relative;
        margin: 20px auto;
        width: 1920px;
        max-width: 80%;
    }

    .card-story {
        display: grid;
        grid-template-columns: 0.125fr 0.3fr 0.1fr 0.35fr 0.125fr;
        grid-template-rows: 40px 1fr 40px;
        height: 100%;
        max-height: 100%;
        background-size: cover;
        background-position: center bottom;
        background-color: #ffffff;
        border: 1px solid var(--dragon-red);
        border-radius: 30px;
        transition: all 0.25s ease;
        overflow: hidden;
        align-items: center;
    }

    .card-story .card-story-img {
        grid-column: 1/3;
        grid-row: 1/-1;
        max-width: 100%;
        max-height: 500px;
        transition: all 0.25s ease;
        align-self: end;
    }

    .card-story:hover .card-story-img {
        transform: translateY(10px) rotate(2deg) scale(1.1);
    }

    .card-story .card-story-info {
        align-self: center;
        grid-column: 4/5;
        grid-row: 2/3;
        max-width: 100%;
        max-height: 100%;
        color: #ffffff;
        display: flex;
        flex-direction: column;
    }

    .card-story .card-story-info .card-story-text {
        color: #000000;
        font-size: 20px;
        margin-bottom: 1.5rem;
    }

    .card-story .card-story-info .card-story-btn {
        position: relative;
        color: currentColor;
        text-transform: uppercase;
        font-weight: bold;
        border: 2px solid #735030;
        background: #735030;
        color: #ffffff;
        border-radius: 5rem;
        align-self: flex-start;
        padding: 0.5rem 1rem;
        font-size: 13px;
        transition: all 0.5s ease;
        overflow: hidden;
        display: inline-block;
    }

    .card-story .card-story-info .card-story-btn:hover {
        transform: scale(1.1);
    }

    .card-story-container:nth-child(even) .card-story {
        display: grid;
        grid-template-columns: 0.125fr 0.35fr 0.1fr 0.3fr 0.125fr;
    }

    .card-story-container:nth-child(even) .card-story .card-story-img {
        grid-column: 4/5;
    }

    .card-story-container:nth-child(even) .card-story .card-story-info {
        grid-column: 2/3;
    }
/* END SUCCESS STORIES */

/* BANNER STORE */
    .banner-store {
        min-height: 600px;
        background-size: cover;
        background-position: center;
    }
    /* Store */
        .store {
            display: grid;
            min-height: 600px;
            grid-template-areas:
                "filters space products"
                "filters space products"
                "filters space products"
                "filters pagination pagination";
            grid-template-columns: 0.35fr 50px 1fr;
            grid-template-rows: 50px 1fr 1fr 50px;
            align-items: stretch;
            justify-content: stretch;
            max-width: 1240px;
            padding: 50px 15px;
            margin: 0 auto;
        }
        .store .filters {
            background-color: var(--gray-new);
            grid-area: filters;
            padding: 30px;
        }
        .store .ecommerce {
            background-color: #ffffff;
            grid-area: products;
            padding: 0 15px;
            padding-bottom: 15px;
        }
        .store .pagination {
            background-color: #ffffff;
            grid-area: pagination;
            padding: 15px;
            justify-content: center;
        }
    /* End Store */

    /* Filters */
        .filters-toggler {
            display: none;
            margin: 0 auto;
        }
        .filter-item {
            margin-top: 40px;
        }
        .filter-item:first-child {
            margin-top: 0;
        }
        .filter-item .filter-item-title {
            color: var(--dragon-red);
            font-weight: bold;
            text-transform: uppercase;
        }
        .filter-item ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .filter-item ul li a {
            color: #ffffff;
        }
        .filter-item ul li a:hover {
            text-decoration: underline;
        }
    /* End Filters */

    /* Products */
        .products {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .product-card {
            flex: 0 0 30%;
            box-shadow: 0 0 10px #ccc;
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: var(--white-conkkers);
        }
        .product-card .product-title {
            font-size: 1.2em;
            font-weight: bold;
            color: var(--dragon-red);
        }
        .product-card .product-btn {
            display: inline-block;
            padding: 0.2em .75em;
            border: 2px solid var(--dragon-red);
            text-transform: uppercase;
            font-size: 1rem;
            transition: all 0.5s ease;
            color: var(--dragon-red);
        }
        .product-card .product-btn:hover {
            background-color: var(--dragon-red);
            color: var(--black-conkkers);
        }
        .product-card .product-price {
            color: var(--dark-conkkers-t);
        }
    /* End Products */
/* END BANNER STORE */

.carousel-indicators {
    position: relative;
    z-index: 1;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--dragon-red-dark);
}
.cont-filter-toggler,
.close-filter {
    display: none;
}

.products-recommended {
    padding: 50px 15px;
}
.products-recommended .ecommerce .products {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.products-recommended .ecommerce .products-recommended__title h2 {
    text-align: center;
    color: var(--dragon-red-dark);
    font-weight: bold;
    margin-bottom: 30px;
}

.single_product {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 15px;
}
.single_product .single_product-container {
    display: flex;
    flex-wrap: wrap-reverse;
}
.single_product .single_product-description *{
    font-size: 18px!important;
}
.single_product .single_product-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 1fr);
    max-width: 600px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    flex: 1 1 50%;
}
.single_product .single_product-info {
    flex: 1 1 50%;
    padding-left: 20px;
}

.single_product .single_product-gallery .single_product-image {
    cursor: pointer;
    margin: 0;
    overflow: hidden;
}
.single_product .single_product-gallery .single_product-image.active {
    grid-column: 1/6;
    grid-row: 1/-1;
    cursor: zoom-in;
}
.single_product .single_product-gallery .single_product-image .image-product {
    transition: all 0.3s ease;
}
.single_product .single_product-info .single_product-title {
    color: var(--dragon-red-dark);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.single_product .single_product-info .single_product-categories {
    color: var(--dragon-red-dark);
}
.single_product .single_product-info .single_product-price {
    font-size: 25px;
}

.input-quantity {
    position: relative;
    width: fit-content;
    border: 1px solid var(--dragon-red-dark);
    display: flex;
    align-items: center;
}
.input-quantity input {
    border: none;
    padding: 0;
    width: 40px;
    text-align: center;
    color: var(--dragon-red-dark);
}
.input-quantity input:focus,
.input-quantity input:focus-visible {
    border: none;
    outline: none;
}

.input-quantity .change-quantity {
    font-size: 25px;
}

.input-quantity a {
    padding: 0.2rem 0.4rem;
}

.single_product .single_product-info .single_product-quantity .single_product-addtocart button{
    padding: 0.35rem 1rem;
    background: var(--dragon-red-dark);
    color: var(--white-conkkers);
    border-radius: 0;
    text-transform: uppercase;
}

.single_product .single_product-info .single_product-variations {
    display: flex;
    align-items: center;
}
.single_product .single_product-info .single_product-variations .each-variation {
    margin: 5px;
}
.single_product .single_product-info .single_product-variations span {
    margin: 5px;
    color: var(--dragon-red-dark);
}
.single_product .single_product-info .single_product-variations .each-variation label {
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    margin: 0;
}
.single_product .single_product-info .single_product-variations .each-variation input {
    display: none;
}
.single_product .single_product-info .single_product-variations .each-variation label {
    border: 1px solid transparent;
    text-transform: uppercase;
}
.single_product .single_product-info .single_product-variations .each-variation label:hover {
    border: 1px solid var(--dragon-red);
}
.single_product .single_product-info .single_product-variations .each-variation input:checked + label {
    border: 1px solid var(--dragon-red-dark);
    background-color: var(--dragon-red-dark);
    color: var(--white-conkkers);
}

.gallery .gallery_title h1 {
    font-weight: bold;
    color: var(--dragon-red-dark);
}

.masonry img {
    width: 100%;
}

.masonry {
    column-count: 4;
    column-gap: 16px;
}

.masonry .mItem {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}

.post-content * {
    font-size: 17px;
}

#loading-pay {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.cart th {
    background-color: var(--dark-conkkers-t);
    color: #fff;
}








/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
