.homeSwiper {
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow: hidden
}

.homeSwiper img {
    width: 100%
}

.homeSwiper .swiper-container {
    width: 100%;
    height: 45vh
}

.homeSwiper .swiper-pagination,
.swiper-slide.mobile {
    display: none
}

.swiper-slide .caption-content .caption.content,
.swiper-slide .mobile-caption {
    background: rgba(255, 255, 255, .85)
}

.swiper-slide {
    width: 100%;
    font-size: 18px;
    background-size: cover!important;
    background-position: center!important
}

@media screen and (max-width:648px) {
    .homeSwiper .swiper-container {
        margin-top: 1rem
    }
    .homeSwiper .swiper-button-next,
    .homeSwiper .swiper-button-prev {
        display: none
    }
    .swiper-slide {
        border-radius: .75rem
    }
}

.swiper-slide .caption-content {
    text-align: left
}

.swiper-slide .caption-content .caption {
    overflow: hidden;
    padding: 2.5rem;
    border-radius: 1rem;
    width: 45rem;
    -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .05)
}

.swiper-slide .caption-content .caption.content small {
    color: #000
}

.swiper-slide .caption-content .caption.slide-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(15%, -50%)
}

.swiper-slide .caption-content .caption.slide-right {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    transform: translate(-15%, -50%)
}

.swiper-slide .caption-content .caption.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.swiper-slide .caption-content span {
    font-size: 3rem;
    line-height: 3.7rem;
    display: block;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #2e3440
}

.swiper-slide .caption-content small {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
    display: block;
    color: #2e3440!important;
    margin-bottom: 2rem
}

.swiper-slide .caption-content small strong,
.swiper-slide .mobile-caption small strong {
    font-weight: 500
}

.swiper-slide .mobile-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    text-align: left;
    border-radius: 0;
    transform: translate(0, 0);
    padding: 0 1rem;
    height: 6.2rem;
    display: none;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

@media screen and (max-width:768px) {
    .homeSwiper .swiper-pagination {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: .5rem;
        width: 5.5rem;
        background: var(--secondary-color);
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5rem;
        font-size: 1.3rem;
        letter-spacing: .1rem
    }
    .swiper-slide .mobile-caption,
    .swiper-slide.mobile {
        display: flex
    }
    .swiper-slide .caption-content,
    .swiper-slide .caption-content .caption .button,
    .swiper-slide .caption-content small {
        display: none
    }
    .swiper-slide .caption-content .caption {
        padding: 1rem;
        width: 28rem
    }
    .swiper-slide .caption-content .caption span {
        font-size: 1.7rem;
        line-height: 2rem;
        padding: 0
    }
    .swiper-slide .caption-content .caption.slide-left,
    .swiper-slide .caption-content .caption.slide-right {
        position: absolute;
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
        text-align: left;
        border-radius: 0;
        transform: translate(0, 0);
        padding: 0 1rem;
        height: 5.8rem;
        display: flex;
        align-items: center
    }
    .swiper-slide .caption-content .caption.center {
        position: absolute;
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
        text-align: left;
        border-radius: 0;
        transform: translate(0, 0);
        background: var(--secondary-color);
        padding: 0 1rem;
        height: 6rem;
        display: flex;
        align-items: center
    }
    .swiper-slide .caption-content span {
        border-radius: .8rem;
        font-size: 1.9rem;
        line-height: 2.7rem;
        padding: .5rem 0;
        margin: 0
    }
}

.swiper-slide .mobile-caption span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #2e3440
}

.swiper-slide .mobile-caption small {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: #2e3440;
    margin-top: .2rem
}

.swiper-pagination {
    font-size: 2rem;
    color: #fff
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none!important
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 5rem;
    color: rgba(0, 0, 0, .2)
}

.swiper-button-next i:hover,
.swiper-button-prev i:hover {
    color: var(--secondary-color)
}

.swiper-slide {
    background: 0 0/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.swiper-pagination-bullet {
    width: 1rem!important;
    height: 1rem!important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--secondary-color)!important
}

.main__header {
    width: 100%;
    max-width: 100%
}

.main__header .container {
    background: #020024;
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0, #fff 5%, #fff 94%, rgba(0, 212, 255, .022846638655462215) 100%)
}

@-webkit-keyframes slide {
    to {
        background-position: -1083px
    }
}

.big-category.section__heading {
    display: flex;
    justify-content: space-between
}

.add_menu_mobile li {
    list-style: none
}

.mobile_menu_reactions {
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.mobile_menu_reactions .menu_icons_custom a,
.mobile_menu_reactions a i {
    margin-right: 0!important
}

.mobile_menu_reactions .menu_icons_custom,
.mobile_menu_reactions .reactions_img_wrapper a {
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    display: inline-block
}

.mobile_menu_reactions.reactions_menu_wrapper .reactions_img_wrapper {
    padding: 0 20px;
    text-align: center
}

.banner-banner-carousel-item .bubble {
    display: block;
    overflow: hidden;
    position: relative
}

.banner-container {
    position: absolute;
    right: 22%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    padding: 0;
    bottom: auto;
    text-align: center;
    z-index: 9
}

.banner-container h1 {
    font-size: 4rem
}

.banner-container .meta-category-small,
.meta-category-small-builder {
    float: left;
    width: 100%
}

.slick-slider :active,
.slick-slider :focus {
    outline: 0!important
}

.big-category h4 {
    text-align: left;
    font-size: 2rem;
    margin-top: 10px;
    font-weight: 400!important
}

.big-category p {
    color: #fff;
    padding-right: 10px;
    flex-direction: column;
    display: flex
}

.big-category button {
    border: 0;
    color: #1e71b8;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px;
    background: #e6f0fe
}

.big-category button i {
    display: flex;
    align-items: center;
    color: #1e71b8
}

.big-category button:hover i {
    color: #fff
}

.big-category button:hover {
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 4px
}

.product__items {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 5px;
    text-align: center
}

.random-color {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

.random-color:nth-child(1n) {
    background-color: #ce1111
}

.random-color:nth-child(2n) {
    background-color: #008cff
}

.random-color:nth-child(3n) {
    background-color: #0ab86f
}

.random-color:nth-child(4n) {
    background-color: #d37a07
}

.random-color:nth-child(5n) {
    background-color: #76a30c
}

.random-color:nth-child(6n) {
    background-color: #b40a2f
}

.random-color:nth-child(7n) {
    background-color: #236313
}

.random-color:nth-child(8n) {
    background-color: #04f
}

.random-color:nth-child(9n) {
    background-color: #da0cda
}

.random-color:nth-child(10n) {
    background-color: #365e4d
}

.product__items .product__items--action__cart--btn {
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px
}

.gridContainer h3 {
    font-weight: 400
}

@keyframes slide {
    to {
        background-position: -1083px
    }
}