.cms-ari-home-page {
    background-color: #161616;
}

.owl-theme .owl-nav {
    height: 0;
    margin: 0;
}

.cms-ari-home-page .hero-slider-section .splide .splide__slide {
    min-height: 600px;
}

.cms-ari-home-page .hero-slider-section .splide .splide__slide.--slide-01 {
    background: url(../images/hero-banner-home.png) center center;
    background-size: cover;
}

.cms-ari-home-page .hero-slider-section .splide .splide__slide.--slide-02 {
    background: url(../images/hero-banner-home.png) center center;
    background-size: cover;
}

.cms-ari-home-page .hero-slider-section .splide .splide__slide.--slide-03 {
    background: url(../images/hero-banner-home.png) center center;
    background-size: cover;
}

.cms-ari-home-page .hero-slider-section .splide .splide__arrows .splide__arrow {
    opacity: 1;
    background: transparent;
}

.cms-ari-home-page .hero-slider-section .splide .splide__arrows .splide__arrow .arrow-left {
    width: 100px;
}

.cms-ari-home-page .hero-slider-section .splide .splide__arrows .splide__arrow--prev {
    left: 13%;
}

.cms-ari-home-page .hero-slider-section .splide .splide__arrows .splide__arrow--next {
    right: 13%;
}

.cms-ari-home-page .sub-hero-section {
    background: url(../images/sub-hero.png) center bottom;
    background-size: cover;
    padding: 1rem 0;
    background-color: #161616;
}

.cms-ari-home-page .sub-hero-section .grid-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.cms-ari-home-page .sub-hero-section .grid-block .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cms-ari-home-page .sub-hero-section .grid-block .grid-item .title-sub-hero {
    font-size: 18px;
    color: #fff;
}

.cms-ari-home-page .sub-hero-section .grid-block .grid-item img {
    margin-right: 15px;
    width: 50px;
}

@media (max-width: 991px) {
	.cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off {
		background: url(../images/INTRODUCING-MOBILE.jpg) center center;
	}
	
    .cms-ari-home-page .sub-hero-section .grid-block .grid-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .cms-ari-home-page .sub-hero-section .grid-block .grid-item .title-sub-hero {
        margin: 0;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.3em;
    }
    .cms-ari-home-page .sub-hero-section .grid-block .grid-item img {
        height: 75px;
        margin: 0;
    }
}

.cms-ari-home-page .kick-off-section {
    padding: 2rem 0;
}

.cms-ari-home-page .kick-off-section .kick-off-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cms-ari-home-page .kick-off-section .kick-off-block .title-kick-off {
    color: #fff;
    font-size: 24px;
}

.cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off {
    margin-top: 2rem;
    background: url(../images/INTRODUCING-DESKTOP.jpg) center center;
    background-size: cover;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off .left-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20%;
    padding-left: 5rem;
}

.cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off .right-block {
    width: 80%;
}

@media (max-width: 991px) {
    .cms-ari-home-page .kick-off-section .kick-off-block {
        padding: 0;
    }
    .cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off {
		background: url(../images/INTRODUCING-MOBILE.jpg) center center;
        background-size: cover;
		min-height: 380px;
    }
    .cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off .left-block {
        width: 50%;
        padding-left: 20px;
    }
}

.cms-ari-home-page .new-releases-section .new-releases-block .title-new-releases {
    color: #ffbe00;
    font-size: 26px;
}

.cms-ari-home-page .new-releases-section .new-releases-block #card-slider .splide__arrows .splide__arrow--prev {
    left: -4rem;
    background-color: transparent;
}

.cms-ari-home-page .new-releases-section .new-releases-block #card-slider .splide__arrows .splide__arrow--next {
    right: -4rem;
    background-color: transparent;
}

.cms-ari-home-page .new-releases-section .new-releases-block #card-slider .splide__pagination {
    display: none;
}

@media (max-width: 991px) {
    .cms-ari-home-page .new-releases-section .new-releases-block {
        padding-right: 0;
    }
    .cms-ari-home-page .new-releases-section .new-releases-block .title-new-releases {
        text-align: center;
    }
    .cms-ari-home-page .new-releases-section .new-releases-block #card-slider .splide__arrows {
        display: none;
    }
}

.cms-ari-home-page .hot-product-section {
    padding: 4rem 0;
    background: url(../images/bg-hot-product.png) center center;
    background-size: cover;
    position: relative;
    margin-left: 50%;
    width: 100vw;
    left: -50vw;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cms-ari-home-page .hot-product-section .hot-product-block .title-hot-product {
    text-align: center;
    color: #ffbe00;
    font-size: 26px;
    margin-bottom: 2rem;
}

.cms-ari-home-page .hot-product-section .hot-product-block.g-container {
    max-width: 1000px;
}

.cms-ari-home-page .hot-product-section .hot-product-block.g-container #card-hot-slider .post-items.-card {
    background: url(../images/bg-loop.png) center center;
    background-size: cover;
    padding: 15px;
}

.cms-ari-home-page .hot-product-section .hot-product-block.g-container #card-hot-slider .splide__arrows .splide__arrow--prev {
    left: -4rem;
    background-color: transparent;
}

.cms-ari-home-page .hot-product-section .hot-product-block.g-container #card-hot-slider .splide__arrows .splide__arrow--next {
    right: -4rem;
    background-color: transparent;
}

.cms-ari-home-page .hot-product-section .hot-product-block.g-container #card-hot-slider .splide__pagination {
    display: none;
}

@media (max-width: 991px) {
    .cms-ari-home-page .hot-product-section .hot-product-block {
        padding-right: 0;
    }
    .cms-ari-home-page .hot-product-section #card-hot-slider .splide__arrows {
        display: none;
    }
}

.cms-ari-home-page .categories-section {
    padding: 1rem 0;
}

.cms-ari-home-page .categories-section .categories-block .title-categories {
    color: #ffbe00;
    font-size: 26px;
    margin-bottom: 2rem;
}

.cms-ari-home-page .categories-section .categories-block .grid-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.cms-ari-home-page .categories-section .categories-block .grid-block .grid-item:first-child .img-cate-block {
    height: 400px;
}

.cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .img-cate-block {
    height: 170px;
    overflow: hidden;
}

.cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .img-cate-block:hover .img-cate {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .img-cate-block .img-cate {
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .img-cate-block .img-cate.-cate1 {
    background: url(../images/arigear.png) center center;
    background-size: cover;
}

.cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .img-cate-block .img-cate.-cate2 {
    background: url(../images/nike.png) center center;
    background-size: cover;
}

.cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .img-cate-block .img-cate.-cate3 {
    background: url(../images/shirt-premiere-league.png) center center;
    background-size: cover;
}

.cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .img-cate-block .img-cate.-cate4 {
    background: url(../images/adidas.png) center center;
    background-size: cover;
}

.cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .img-cate-block .img-cate.-cate5 {
    background: url(../images/sale30.png) center center;
    background-size: cover;
}

.cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .img-cate-block .img-cate.-cate6 {
    background: url(../images/black-friday-week.png) center center;
    background-size: cover;
}

.cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .img-cate-block .img-cate.-cate7 {
    background: url(../images/shirt-thai-league.png) center center;
    background-size: cover;
}

@media (max-width: 991px) {
    .cms-ari-home-page .categories-section .categories-block .grid-block {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .cms-ari-home-page .categories-section .categories-block .grid-block .grid-item:first-child .img-cate-block {
        height: 250px;
    }
    .cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .img-cate-block {
        height: 91px;
    }
    .cms-ari-home-page .categories-section .categories-block .grid-block .grid-item .title-cate {
        margin: 22px 0;
        text-align: center;
    }
}

.cms-ari-home-page .ari-x-section .ari-x-block .grid-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.cms-ari-home-page .ari-x-section .ari-x-block .grid-block .grid-item {
    min-height: 45vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cms-ari-home-page .ari-x-section .ari-x-block .grid-block .grid-item.-item1 {
    background: url(../images/bg-ari-x-burirum.png) center center;
    background-size: cover;
}

.cms-ari-home-page .ari-x-section .ari-x-block .grid-block .grid-item.-item2 {
    background: url(../images/bg-ari-x-true.png) center center;
    background-size: cover;
}

.cms-ari-home-page .ari-x-section .ari-x-block .grid-block .grid-item .content-block {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    font-family: "Agency FB";
    padding: 0 20px;
}

.cms-ari-home-page .ari-x-section .ari-x-block .grid-block .grid-item .content-block h2.title-ari-x {
    font-size: 32px;
    color: #fff;
    margin: 2rem 0;
    margin-top: 1rem;
    font-family: "Agency FB";
}

.cms-ari-home-page .ari-x-section .ari-x-block .grid-block .grid-item .content-block .btn-border {
    border: 1px solid #fff;
}

.cms-ari-home-page .ari-x-section .ari-x-block .grid-block .grid-item .content-block .btn-border:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}

@media (max-width: 991px) {
    .cms-ari-home-page .ari-x-section .ari-x-block .grid-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .cms-ari-home-page .ari-x-section .ari-x-block .grid-block .grid-item {
        min-height: 285px;
    }
    .cms-ari-home-page .ari-x-section .ari-x-block .grid-block .grid-item .content-block h2.title-ari-x {
        font-size: 28px;
    }
}

.cms-ari-home-page .news-section {
    padding: 4rem 0;
}

.cms-ari-home-page .news-section .title-news {
    color: #ffbe00;
    font-size: 26px;
    margin-bottom: 2rem;
}

.cms-ari-home-page .news-section .news-block .grid-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.cms-ari-home-page .news-section .news-block .grid-block .grid-item .featured-img-block {
    height: 170px;
    overflow: hidden;
}

.cms-ari-home-page .news-section .news-block .grid-block .grid-item .featured-img-block:hover .featured-img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.cms-ari-home-page .news-section .news-block .grid-block .grid-item .featured-img-block .featured-img {
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cms-ari-home-page .news-section .news-block .grid-block .grid-item .title-item .title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}

.cms-ari-home-page .news-section .read-more-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
}

.cms-ari-home-page .news-section .read-more-block .btn-border {
    font-family: "Prachason";
    border: 1px solid #fff;
    border-radius: 5px;
    width: 15%;
}

.cms-ari-home-page .news-section .read-more-block .btn-border .chevron-right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 2px;
}

.cms-ari-home-page .news-section .read-more-block .btn-border:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}

@media (max-width: 991px) {
    .cms-ari-home-page .news-section .news-block .grid-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .cms-ari-home-page .news-section .news-block .grid-block .grid-item .featured-img-block {
        height: 200px;
    }
    .cms-ari-home-page .news-section .news-block .read-more-block .btn-border {
        width: 50%;
    }
}

.cms-ari-home-page .video-present-section .video-present-block .index-video-wrapper {
    height: 100%;
    width: 100%;
    background-size: cover;
}

.cms-ari-home-page .video-present-section .video-present-block .index-video-wrapper .playpause {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    border-radius: 0;
    z-index: 2;
}

.cms-ari-home-page .video-present-section .video-present-block .index-video-wrapper .playpause::after {
    content: "";
    position: absolute;
    top: 45.8%;
    left: 50.3%;
    width: 0;
    height: 0;
    margin: -15px 0 0 -8px;
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
}

.cms-ari-home-page .video-present-section .video-present-block .index-video-wrapper #index-video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 991px) {
    .cms-ari-home-page .video-present-section .video-present-block .index-video-wrapper .playpause {
        height: 26%;
    }
    .cms-ari-home-page .video-present-section .video-present-block .index-video-wrapper .playpause::before {
        top: 50%;
        left: 52%;
        width: 65px;
        height: 65px;
        border: 3px solid #fff;
    }
    .cms-ari-home-page .video-present-section .video-present-block .index-video-wrapper .playpause::after {
        top: 40%;
        left: 51%;
        border-left: 25px solid #fff;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
}

.cms-ari-home-page .partner-section {
    padding: 4rem 0;
    background: url(../images/bg-partner.png) center center;
    background-size: cover;
}

.cms-ari-home-page .partner-section .partner-block #card-partner-slider .slider-partner .grid-block {
    display: -ms-grid;
    display: grid;
    gap: 20px;
}

.cms-ari-home-page .partner-section .partner-block #card-partner-slider .slider-partner .grid-block .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cms-ari-home-page .partner-section .partner-block #card-partner-slider .slider-partner .grid-block.-top {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 70%;
    margin: 0 auto;
}

.cms-ari-home-page .partner-section .partner-block #card-partner-slider .slider-partner .grid-block.-bottom {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
}

.cms-ari-home-page .partner-section .partner-block #card-partner-slider .splide__arrows {
    display: none;
}

.cms-ari-home-page .partner-section .partner-block #card-partner-slider .splide__pagination {
    bottom: -3rem;
}

@media (max-width: 991px) {
    .cms-ari-home-page .partner-section .partner-block #card-partner-slider .slider-partner .grid-block.-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cms-ari-home-page .partner-section .partner-block #card-partner-slider .slider-partner .grid-block.-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cms-ari-home-page .subscibe-section {
    padding: 2rem 0;
    background-color: #2b2b2b;
}

.cms-ari-home-page .subscibe-section .subscibe-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cms-ari-home-page .subscibe-section .subscibe-block .title-subscibe {
    margin-right: 1rem;
    font-family: "Agency FB";
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cms-ari-home-page .subscibe-section .subscibe-block .sub-form {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cms-ari-home-page .subscibe-section .subscibe-block .sub-form .inp-sub {
    width: 65%;
    height: 30px;
    padding: 5px 15px;
    border: 0;
    border-radius: 0;
}

.cms-ari-home-page .subscibe-section .subscibe-block .sub-form .btn-submit {
    background-color: #191919;
    font-size: 18px;
    font-family: "Agency FB";
    font-weight: bold;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 7px 25px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .cms-ari-home-page .subscibe-section .subscibe-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cms-ari-home-page .subscibe-section .subscibe-block .title-subscibe {
        margin-right: 0 !important;
        margin-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cms-ari-home-page .subscibe-section .subscibe-block .sub-form {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

section.ari-x-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

section.partner-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

section.subscibe-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

section.video-present-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.page-main .block {
    margin-bottom: 0 !important;
}

body.cms-ari-home-page main#maincontent .column.main > p {
    display: none;
}

section.partner-section ul.splide__pagination {
    display: none;
}

a.btn-border {
    height: 32px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 5px;
}

section.sub-hero-section {
    position: relative;
    margin-left: 50%;
    width: 100vw;
    left: -50vw;
}

.cms-ari-home-page .partner-section .owl-carousel .owl-stage {
    display: flex;
}

.cms-ari-home-page .partner-section .owl-carousel .owl-item img {
    width: auto;
    height: 100%;
}

/*.cms-ari-home-page .partner-section .owl-item {*/
/*    align-items: center;*/
/*    display: flex;*/
/*    width: fit-content;*/
/*}*/

/*.cms-ari-home-page .partner-section .partner-block-slide-wrapper.wrapper {*/
/*    max-width: 1606px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*}*/
.cms-ari-home-page section.partner-section .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.cms-ari-home-page section.partner-section {*/
/*    text-align: center;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
section.sub-hero-section-mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    section.sub-hero-section-mobile {
        display: block;
    }
    section.sub-hero-section {
        display: none;
    }
    section.sub-hero-section-mobile  button {
        background: unset;
        border: unset;
    }

    section.sub-hero-section-mobile {
        position: relative;
    }

    li.sub-hero-mobile-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    li.sub-hero-mobile-item img {
        width: 15% !important;
        margin-right: 15px;
    }

    h6.title-sub-hero {
        font-size: 18px;
    }

    ol#sub-hero-mobile {
        background: url(../images/sub-hero.png) center bottom;
        background-size: cover;
        padding: 1rem 0;
        background-color: #161616;
    }
    ol#sub-hero-mobile {
        width: 100vw;
    }

    section.sub-hero-section-mobile {
        position: relative;
        margin-left: 50%;
        width: 100vw;
        left: -50vw;
    }

    section.sub-hero-section-mobile  .owl-prev > span {
        position: absolute;
        background-image: url('../images/arrow-left.svg') !important;
        height: 25px!important;
        width: 25px!important;
    }

    section.sub-hero-section-mobile  .owl-next > span {
        position: absolute;
        background-image: url('../images/arrow-right.svg') !important;
        right: 10px;
        top: 50% !important;
        height: 25px!important;
        width: 25px!important;
    }

    section.sub-hero-section-mobile .owl-nav {
        display: block;
        position: absolute;
        width: 100%;
        top: 16px;
    }

    .cms-ari-home-page section.news-section {
        padding: 0 !important;
    }

    .cms-ari-home-page .news-section .news-block h2.title-news {
        margin-top: 0;
    }
}

section.ari-x-section .grid-item img {
    width: 100%;
}

@media only screen and (max-width: 425px) {
    section.new-releases-section ol.owl-carousel.owl-theme.products.list.items span.product-image-wrapper {
        padding: 0 !important;
        height: 200px;
        max-width: 300px;
        max-height: 300px;
    }

    section.new-releases-section .owl-carousel .owl-item img{
        margin: 0;
    }

    section.new-releases-section .owl-carousel.products .owl-dots {
        position: absolute;
        top: 95%;
        left: 45%;
    }

    section.new-releases-section ol.owl-carousel.owl-theme.products.list.items .product-image-container {
        height: 180px !important;
    }

    .cms-ari-home-page .owl-carousel.products .owl-dots {
        position: initial;
        align-items: center;
    }

    h2.title-hot-product {
        padding: 0;
        margin: 0;
    }

    .cms-ari-home-page .hot-product-section {
        padding: 20px 0;
    }

    section.video-present-section {
        padding-top: 20px;
    }

    .cms-ari-home-page .news-section .read-more-block {
        margin-top: 0;
    }

    .owl-nav {
        display: none;
    }

    .owl-carousel.owl-drag.products .owl-item {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .cms-ari-home-page .hot-product-section .hot-product-block.g-container {
        width: 100%;
    }

    .product-brand-div {
         margin-top: 0;
    }
	
	.cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off {
		background: url(../images/INTRODUCING-MOBILE.jpg) center center;
		min-height: 325px;
	}
	
	.title-kick-off{
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 375px) {
    section.new-releases-section ol.owl-carousel.owl-theme.products.list.items span.product-image-wrapper {
        padding: 0 !important;
        height: 166px;
        max-width: 300px;
        max-height: 300px;
    }
    .product-brand-div {
        margin-top: -10px;
    }
	
	.cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off {
		background: url(../images/INTRODUCING-MOBILE.jpg) center center;
		max-width: 325px;
	}
	
	.title-kick-off{
		font-size: 18px !important;
	}
}

.cms-ari-home-page .news-section .news-block h2.title-news {
    margin-top: 0;
}

.cms-ari-home-page .news-section {
    padding-top: 0;
}

.cms-ari-home-page .owl-carousel.products .owl-dots {
    position: initial !important;
    align-items: center;
}

.cms-ari-home-page .product.details.product-item-details {
    margin-top: 5px;
}

.news-blogs-posts .row {
    display: flex;
}

.news-blogs-posts  .post-item-wraper {
    border: unset;
}

.news-blogs-posts .post-list-item {
    width: 25%;
}

.news-blogs-posts .mp-post-info {
    display: none;
}

.news-blogs-posts .post-short-description {
    display: none;
}

.news-blogs-posts .mp-post-meta-info.mp-alignright {
    display: none;
}

.news-blogs-posts .post-item-wraper:hover {
    border: 0;
}

.news-blogs-posts .post-item-wraper:hover h2.mp-post-title a.post-link-title {
    color: #f7b500 !important;
    text-decoration: unset;
}

.news-blogs-posts h2.mp-post-title {
    font-size: 16px !important;
}

@media only screen and (max-width: 425px) {

    .news-blogs-posts .post-list-item {
        width: 100%;
    }

    .cms-ari-home-page section.new-releases-section .product.details.product-item-details {
        margin-top: 10px;
    }

    .news-blogs-posts .row {
        display: block;
    }
	
	.cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off {
		background: url(../images/INTRODUCING-MOBILE.jpg) center center;
		min-height: 325;
	}
	
	.title-kick-off{
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 414px) {

    section.new-releases-section ol.owl-carousel.owl-theme.products.list.items span.product-image-wrapper {
        padding: 0 !important;
        height: 270px;
        max-width: 300px;
        max-height: 300px;
    }

    .cms-ari-home-page section.new-releases-section .product.details.product-item-details {
        margin-left: 2px;
    }
	
	.cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off {
		background: url(../images/INTRODUCING-MOBILE.jpg) center center;
		min-height: 325px;
	}
	
	.title-kick-off{
		font-size: 18px !important;
	}
}



.post-image img.img-responsive {
    object-fit: cover;
}

@media only screen and (max-width: 425px) {

    .post-info-wraper {
        padding: 0;
    }

    .post-list-item {
        margin: 0;
    }

    .news-blogs-posts h2.mp-post-title {
        margin: 0;
    }
	
	.cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off {
		background: url(../images/INTRODUCING-MOBILE.jpg) center center;
		min-height: 325px;
	}
	
	.title-kick-off{
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 390px) {
    .cms-ari-home-page section.new-releases-section ol.owl-carousel.owl-theme.products.list.items .product-image-container {
        width: 179px !important;
    }

    ol.owl-carousel.owl-theme.products.list.items span.product-image-wrapper {
        padding: 0 !important;
        height: 230px;
        max-width: 300px;
        max-height: 300px;
    }

    ol.owl-carousel.owl-theme.products.list.items .product-image-container {
        width: 230px !important;
        height: 230px !important;
        overflow: hidden;
    }
	
	.cms-ari-home-page .kick-off-section .kick-off-block .banner-kick-off {
		background: url(../images/INTRODUCING-MOBILE.jpg) center center;
		min-height: 325px;
	}
	
	.title-kick-off{
		font-size: 18px !important;
	}
}
