.what-new-logo {
    left: 50%;
    margin-left: -175px;
    width: 350px;
    top: -95px;
}

.cleeks-audio-container .inner-container{
    margin-top: 100px;
    margin-bottom: 40px;
}

.cleeks-audio-container {
    margin-top: 90px;
    margin-bottom: 40px;
    border-radius: 20px;
    width: 1200px !important;
}
.cleeks-audio .swiper {
    width: 1042px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.cleeks-audio .swiper-button-prev, 
.cleeks-audio .swiper-container-rtl .swiper-button-next,
.cleeks-audio .swiper-button-next, 
.cleeks-audio .swiper-container-rtl .swiper-button-prev {
    width: 38px;
    height: 38px;
    margin-top: 19px;
    background-size: contain;
}
.cleeks-audio .swiper-button-prev, 
.cleeks-audio .swiper-container-rtl .swiper-button-next {
    background-image: url("../../images/icons/arrow-next.png") !important;
    transform: scaleX(-1);
    left: -19px;
}
.cleeks-audio .swiper-button-next, 
.cleeks-audio .swiper-container-rtl .swiper-button-prev {
    background-image: url("../../images/icons/arrow-next.png") !important;
    right: -19px;
}
#categories {
    padding-bottom: 15px;
}

.cleeks-service-thanks {
    margin-bottom: 50px;
    z-index: 10;	
    padding: 0 !important;
    height: 290px;
}

#cleeks-service-thanks-card1 {
    width: 60%;
    color: #fff;
    padding: 30px 10px;
}

#cleeks-service-thanks-card1 p {
    font-size: 18px;
    font-weight: 400;
}

#cleeks-service-thanks-card2 {
    width: 40%;
    color: #fff;
    padding: 0 50px;
    text-align: right;
}

#cleeks-service-thanks-card1 button {
    border: 2px solid #FFCA00;
    background: transparent;
    padding: 7px 15px 3px;
    text-transform: uppercase;
    width: 160px;
    margin: 10px;
    font-size: 15px;
}

#cleeks-service-thanks-card1 button:hover {
    background: #FFCA00;
    color: #000;
}

#cleeks-service-thanks-card1 button.selected {
    background: #FFCA00;
    color: #000;
}

#cleeks-service-thanks-card1 button#veteran_card:hover {
    background: transparent;
    color: #fff;
}

#cleeks-service-thanks-card1 .tk-alkaline {
    padding-left: 10px;
}

.cleeks-audio .title, .cleeks-audio p {
    text-transform: none;
    color: #fff;
    font-weight: 600;
}

.cleeks-audio .title span {
    color: #FFCA00;
}

.cleeks-perks {
    background: linear-gradient(90deg, #6C0202 50%, rgba(144, 2, 0, 1) 50%);
    height: 400px;
    overflow: hidden;
    padding-bottom: 20px;
}

.cleeks-perks .tk-alkaline {
    font-size: 70px;
    font-weight: 900;
    display: block;
    margin-top: -30px;
}

.cleeks-perks .title.apertura {
    margin-bottom: 20px;
}

.cleeks-perks .marquee {
    position: absolute;
    bottom: 0;
}

#cleeks-perks-card1 {
    width: 50%;
    color: #fff;
    padding: 50px 35px;
    z-index: 10;
}

#cleeks-perks-card2 {
    width: 50%;
    color: #fff;
    z-index: 10;
    text-align: right;
}

#cleeks-perks-card1 .title {
    font-size: 56px;
}

#cleeks-perks-card1 button {
    background: #FFCA00;
    padding: 11px 15px 7px;
    text-transform: uppercase;
    width: 270px;
    color: #000;
    border: none;
    margin-bottom: 0 10px 40px 10px;
    font-size: 22px;
}

.big-circle-background {
    width: 350px;
    height: 420px;
    background: #6C0202;
    border-radius: 50%;
    left: calc(50% - 250px);
    position: absolute;
    z-index: 2;
    top: -35px;
}

.marquee-features {
    z-index: 10;
    position: relative;
}

.square {
    width: 18px;
    height: 18px;
    background: #FFCA00;
    display: inline-block;
    vertical-align: middle;		
}

.rectengle {
    width: 30px;
    height: 18px;
    background: #FFCA00;
    display: inline-block;
    vertical-align: middle;		
}

.cleeks-service-thanks .marquee-features li {
    margin-left: 20px;
}

.marquee li {
    font-size: 22.5px !important;
}

.marquee-features img {
    height: 30px;
}

.grouped-parent-container {
    position:relative;
    margin-bottom:50px;
}

.long-text {
    margin-right: 40px;
}

.cleeks-service-thanks .title {
    font-size: 56px;
}

.cleeks-service-thanks .tk-alkaline{
    font-size: 70px;
}
.marquee {
	--gap: 1rem;
	user-select: none;
	gap: var(--gap);
	padding: 15px 0;
}
.marquee__content {
	flex-shrink: 0;
	gap: var(--gap);
	min-width: 100vw;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}
/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
    .marquee__content {
        animation-play-state: paused !important;
    }
}
/* Enable animation */
.enable-animation .marquee__content {
    animation: scroll 30s linear infinite;
  }
/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
    animation-play-state: paused;
}
/* Attempt to size parent based on content. Keep in mind that the parent width is equal to both content containers that stretch to fill the parent. */
.marquee--fit-content {
    max-width: fit-content;
}
.marquee .dot {
    margin-left: 13px;
}
.marquee li {
    font-size: 1.4375em;
}


@media screen and (max-width: 1000px ) {
    .cleeks-service-thanks, .cleeks-perks {
        height: auto !important;
        margin-bottom: 40px;
    }

    #cleeks-service-thanks-card1, #cleeks-perks-card1 {
        padding: 0;
        width: 100% !important;
    }

    .cleeks-perks {
        background: linear-gradient(360deg,#6C0202 50%,rgba(144,2,0,1) 50%);
    }

    #cleeks-perks-card1 button {
        margin-bottom: 0 !important;
    }

    .big-circle-background {
        width: 500px;
        height: 400px;
        left: calc(50% - 250px);
        top: 140px;
    }

    .cleeks-perks .inner-container {
        flex-direction: column-reverse;
    }

    #cleeks-perks-card1 {
        margin: 0;
        width: 100% !important;
    }

    #cleeks-perks-card2 {
        width: 320px;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .grouped-parent-container {
        margin-bottom: 25px;
    }

    #ratingReview .swiper {
        padding-top: 5px;
    }

    #cleeks-perks-card1 {
        padding-bottom: 25px;
        z-index: 2;
    }

    #cleeks-perks-card2 video {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    .cleeks-audio-container .inner-container {
        margin-top: 50px;
    }

    .current-promos-videos video:first-child {
        margin-bottom: 0;
    }

    .cleeks-audio video {
        width: 90%;
    }

    .cleeks-audio-container {
        padding-bottom: 10px;
        border-radius: 0;
    }

    .cleeks-service-thanks .title {
        font-size: 42px;
        padding-top: 20px;
    }

    .cleeks-service-thanks .title span {
        margin-top: -25px;
        display: block;
        font-size: 56px;
    }

    #cleeks-service-thanks-card1 p {
        font-size: 18px;
    }

    #cleeks-service-thanks-card1 p .lato {
        font-weight: 900 !important;
    }

    #cleeks-service-thanks-card1 button {
        font-size: 13px;
        width: 125px;
        padding: 5px;
    }

    #cleeks-service-thanks-card2 {
        width: 320px;
        padding: 0;
        margin-bottom: 20px;
    }

    #cleeks-perks-card1 .title {
        font-size: 42px;
    }

    .cleeks-perks .tk-alkaline {
        font-size: 56px;
    }

    #cleeks-perks-card1 button {
        font-size: 20px;
        width: 234px;
    }

    .marquee li {
        font-size: 14px !important;
    }

    #brands .deals-icon {
        font-size: 56px !important;
        height: 56px !important;
        margin-left: -25px !important;
    }

    .cleeks-perks {
        padding-top: 10px;;
    }

    .cleeks-service-thanks center {
        padding: 20px 0;
    }

    .cleeks-audio-container video {
        height: 250px;
        margin-top: 25px;
    }
}