.cmsboxes {
    overflow: hidden;
}

.cmsmodule-row>a {
    margin: 28px 0;
}

.slider-btn>p:first-child {
    margin: auto;
}

.cms-title {
    color: black;
    font-size: 35px;
    text-align: center;
}

.cms-description {
    color: black;
    font-size: 23px;
    line-height: 33px;
    text-align: center;
    margin-top: 10px;
}

.cmsbox-content {
    margin-bottom: 20px;
}

.cmsbox-content {
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .cmsbox-content {
        margin-bottom: 30px;
    }

    .cms-description {
        font-size: 15px!important;
        line-height: 25px!important;
        margin-top:0px!important;
    }

    .cms-title {
        font-size: 20px;
    }
    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;

        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
    .slick-track .symbol-label {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 16px;

    }
}

@media (max-width: 450px) {
    .cms-description {
        font-size: 10px;
    }

    .cms-title {
        font-size: 15px;
    }

}

@media (max-width: 300px) {
    .cms-description {
        font-size: 60%;
    }

    .cms-title {
        font-size: 100%;
    }

}


@media (max-width: 420px) {
    #top_column .splide__slide>a>img {
        height: auto;
        object-fit: contain;
    }
}

#top_column #splide-header>div.row>div.col-sm-12 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#top_column #splide-header>div.row>div.col-sm-12>.top-message {
    align-self: center;
    margin-right: 10px;
    text-align: center;
}

#top_column #splide-header>div.row>div.col-sm-12>.top-message-image {
    align-self: center;
    width: fit-content;
    height: fit-content;
}

#top_column #splide-header>div.row {
    display: flex;
    justify-content: center;
}

@media (max-width: 1152px) and (min-width: 871px) {
    #top_column #splide-header>div.row>div.col-sm-12 {
        width: 860px;
    }
}

@media (max-width: 870px) and (min-width: 631px) {
    #top_column #splide-header>div.row>div.col-sm-12 {
        width: 620px;
    }
}

@media (max-width: 630px) and (min-width: 475px) {
    #top_column #splide-header>div.row>div.col-sm-12 {
        width: 440px;
    }

    #top_column #splide-header>ul.splide__pagination {
        bottom: 6.5em;
    }
}

@media (max-width: 474px) {
    #top_column #splide-header>div.row>div.col-sm-12 {
        width: 300px;
        line-height: 13px;
        font-size: 12px;
    }

    #top_column #splide-header>ul.splide__pagination {
        bottom: 6.5em;
    }
}

#top_column .splide__slide {
    display: flex;
    justify-content: center;
}

@media (min-width: 1080px) {
    #top_column .splide__slide > a > img {
        width: 100%;
        object-fit: fill;
    }

    #top_column .splide__slide>a {
        width: 100%;
    }
}

#top_column .splide__slide > a > video {
    width: 100%;
    object-fit: fill;
}

@media(max-width: 768px){
    .section-element-image {
        width: 100%!important;
        order: 1 !important;
    }

    .section-element-text {
        margin: auto;
        width: 100%!important;
        color: black;
        order: 2 !important;
    }
    .section-title {
        font-size: 27px;
        line-height: 33px;
        text-align: justify;
        width: 100%;
    }

    .section-description {
        font-size: 16px;
        line-height: 20px;
    }
    .section-element {
        flex-direction: column;
    }
}

.symbol-box {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.symbol-label {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.symbol-description {
    text-align: center;
    font-size: 16px;
}

.section-element {
    display: flex;
    width: 100%;
   /* margin-top: 20px;*/
}
.section-element:last-child {
    margin:50px 0 50px;
}

.section-element-image {
    width: 50%;
}
.section-element-text {
    width: 50%;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    background-color: #000;
}

.section-title {
    font-size: 35px;
    line-height: 1.2;
    color: #75f98d;
}

.section-description {
    font-size: 10px;
    line-height: 1.4;
}

.section-element-text-box {
    padding: 50px 137px;
}

.section-button {
    display: block;
    border-radius: 30px;
    border: none;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;

    min-width: 213px;
    height: 40px;
    padding: 12px 20.5px 13px 25.1px;
    background-color: #75f98d;
    width: fit-content;
}

.section-button>p {
    margin: auto;
}
/* Slide starts */
.slick-slide {
  /*opacity: 0.4;*/ /* lower opacity for the adjacent slides */
    opacity: 1;
}
@media(max-width:768px){
    .slick-slide {
        width:100%!important;
    }
}
.slick-active.slick-center {
  opacity: 1 !important; /* set opacity for the active slide */
}
.slick-slide img {
    border: solid;
    border-radius: 100%;
    margin: 20px 23% !important;
}

/* Slide ends */

/* Box section starts*/

.box-section {
    flex-direction: column;
    margin: 140px 0;
}
.box-section-title {
    text-align: center;
    font-size: 50px;
    color: black;
    font-weight: bold;
    margin-bottom: 35px;
}
.box-section-images {
    display: flex;
    justify-content: space-evenly;
}
.complete_box {
    display: flex;
    flex-direction: column;
    width: 30%;
}
.box-label {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    color: black;
}
.box-description {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: black;
}

.box-section-button {
    width: fit-content;
    margin: 0 auto;
    width: 280px;
    height: 90px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
}

.box-section-button-link {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.box-section-button-link > p {
    line-height: 86px;
}

/* Box section ends*/
/* #index .description-section {
    max-width: 1500px;
    margin: 0 auto;
} */

#highlighted-product-slider {
    margin: 90px auto;
}
#highlighted-product-slider  .splide__progress{
    display: none;
}
#highlighted-product-slider > div li img {
    object-fit: contain;
    max-width: 99%;
    /* height: min(55vw, 500px); */
    width: max-content;
    
}
#highlighted-product-slider .splide__progress {
    background-color: #0000;
}
@media (max-width: 768px) {
    #splide-header {
        display: none;
    }
    
    #highlighted-product-slider .mobile-slider {
        display: block;
    }
    #highlighted-product-slider .desktop-slider {
        display: none;
    }
    .highlighted-products-header .hp-heading {
        margin-top: 60px;
    }
}

@media (min-width: 769px) {
    #splide-header-mobile {
        display: none;
    }

    #highlighted-product-slider .mobile-slider {
        display: none;
    }
    #highlighted-product-slider .desktop-slider {
        display: block;
    }
}
@media (max-width: 768px) {
    .hp-heading {
        margin-top: 90px;
        margin-bottom: 28px;
    }
}
#splide-header .splide__pagination {
    bottom: 25px !important;
    margin: 0 !important;
    padding: 0;
    left: 50px;
    position: absolute !important;
    gap: 5px;
}

.splide__pagination {
    position: relative !important;
    bottom: 20px !important;
}

img.img-scheletrone {
    width: 100%; 
    object-fit: cover;
}

button.splide__toggle {
    display: none;
}

@media (min-width: 769px) {
    img.img-scheletrone { 
        height: 370px; 
    }
}

@media (max-width: 768px) {
    img.img-scheletrone { 
        height: 500px; 
    }
}

.pending_el {
    visibility: visible;
}

.accessories-body {
    width: 260px;
    height: 330px;
    /*margin: 45px 20px 40px 10px;
    padding: 10px 10px 18.5px;*/
    margin: 0 10px 40px;
    padding: 10px 10px 18.5px;
    border-radius: 20px;
}

#splide-official-licenses .accessories-body, #splide-mobile-accessories:not(.splide-bestseller) .accessories-body {
    background-color: rgba(238, 238, 238, 0.5);
}

.splide__progress {
    background-color: #75f98d;
    margin-top: -1px;
    height: 7px !important;
}



/* Markets list styling */

.breakline {
    height: 1.5px;
    width: 100vw;
    position: absolute;
    left: 0;
    background-color: var(--brand-color);
}
.markets-list {
    font-family: Montserrat, sans-serif;
    padding: 2rem 0;
    display: grid;
    grid-template-columns: max(14em, 30%) auto;
}

.markets-list p {
    text-transform: uppercase;
    text-align: center;
    color: #333333;
    margin: 0;
    padding: 0;
    height: 2em;
}
.markets-list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    padding-right: 1rem;
}
.markets-list ul li img {
    max-height: 2rem;
}
.markets-list-container {
    position: relative;
}

@media (max-width: 768px) {
    .markets-list {
        grid-template-columns: unset;
        grid-template-rows: auto auto;
        row-gap: 1rem;
    }
    
    .markets-list ul {
        grid-template-rows: auto auto;
        display: grid;
        grid-template-columns: repeat(6,auto);
        row-gap: 0.5rem;
        justify-items: center;
        padding: 0 1rem;
        column-gap: 0;
    }

    .markets-list ul li {
        grid-column-start: span 2;
    }
    .markets-list ul li:nth-child(1), .markets-list ul li:nth-child(2){
        grid-column-start: span 3;
    }

    .markets-list p br {
        display: none;
    }
    .markets-list ul li img {
        max-height: 2.5rem;
    }
}