﻿html {
    scroll-behavior: smooth;
}

.MyLPs {
    color: #fff;
    overflow: hidden;
    background-color: #4960f2;
    position: relative;
    line-height: 1.2;
}

.MyLPs p {
    line-height: 1.2;
    margin-top: 0px;
}

.MyLPs img {
    width: auto;
    max-width: 100%;
}

.MyLPs .btnCommon {
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 11px 34px;
    display: block;
    transition: all linear 0.2s;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 5px auto 10px;
}

.MyLPs .btnCommon span {
    align-self: center;
}

.MyLPs .item:hover .btnCommon {
    background-color: #FFD674;
}


.margin_0_auto {
    margin: 0 auto;
}

.margin_auto {
    margin: auto;
}

.MyLPs .f42 {
    font-size: 42px;
}

.MyLPs .f40 {
    font-size: 40px;
}

.MyLPs .f30 {
    font-size: 30px;
}

.MyLPs .f28 {
    font-size: 28px;
}

.MyLPs .f24 {
    font-size: 24px;
}

.MyLPs .f22 {
    font-size: 22px;
}

.MyLPs .f20 {
    font-size: 20px;
}

.MyLPs .f18 {
    font-size: 18px;
}

.MyLPs .f16 {
    font-size: 16px;
}

.MyLPs .w700 {
    font-weight: 700;
}

.MyLPs .w800 {
    font-weight: 800;
}

.MyLPs .w900 {
    font-weight: 900;
}

.MyLPs .header {
    background-image: url(images/Shapes.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.MyLPs .header .summer_logo {
    padding: 30px 0px 50px;
}

.MyLPs .header .smile_wave {
    padding: 0px 0px 50px;
}

.MyLPs .left_header_icons {
    position: absolute;
    left: 50px;
    top: 50px;
}

.MyLPs .right_header_icons {
    position: absolute;
    right: 100px;
    top: 50px;
}

.MyLPs .section1,
.MyLPs .section2,
.MyLPs .section3,
.MyLPs .section4,
.MyLPs .section5,
.MyLPs .section6,
.MyLPs .section7 {
    background-color: #2E73F7;
    padding: 50px;
}


.MyLPs .section1_container,
.MyLPs .section2_container,
.MyLPs .section3_container,
.MyLPs .section4_container,
.MyLPs .section5_container,
.MyLPs .section6_container {
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.MyLPs .card_slider_title {
    padding-bottom: 20px;
}

.MyLPs .section2 .card_slider_title {
    padding-bottom: 20px;
    width: 255px;
    height: 116px;
}

.MyLPs .productWrapper_carousel .item {
    height: 100%;
}

.MyLPs .flag {
    background-color: #0096FF;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    width: fit-content;
    margin-left: -3px;
    justify-content: start;
}

.MyLPs .flag .fa-circle {
    color: #FFC439;
    font-size: 10px;
    top: 0px;
    position: relative;
}

.MyLPs .productWrapper_carousel .productWrapper {
    border-radius: 30px;
    background: #fff;
    color: #2D2C42;
    padding: 0px 20px 20px;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.MyLPs .productWrapper_carousel .card_last_productWrapper {
    background-color: #1E5ED4;
    border-radius: 30px;
    margin: auto;
    padding: 10px;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.MyLPs .productWrapper_carousel .card_last_productWrapper:hover {
    background-color: #0f3f99;

}

.MyLPs .card_slider_product_title {
    margin: 0px 0px 30px;
    height: 43px;
    overflow: hidden;
}

.MyLPs .card_slider_timi {
    color: #4960f2;
}

.MyLPs .card_slider_content {
    margin-top: 20px;
}

.MyLPs .productWrapper .card_slider_image {
    margin: auto;
}

.MyLPs .card_slider_container {
    background-color: #4281F8;
    border-radius: 30px;
    padding: 25px 20px 15px;
    background-image: url(images/card_wave_bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 39%;
}

.MyLPs .productWrapper_carousel .owl-nav button.owl-prev {
    transform: translateY(-50%) scale(-1);
}

.MyLPs .productWrapper_carousel .owl-nav button {
    position: absolute;
    top: -8%;
    left: unset;
    right: 50px;
    width: 41px;
    height: 41px;
    border-radius: 50% !important;
    background: url(images/arrowSliderYel.svg) center center no-repeat !important;
    background-size: 100%;
    transform: translateY(-50%);
    transition: all linear 0.15s;
}

.MyLPs .section2 .productWrapper_carousel .owl-nav button {
    top: -90px;
}

.MyLPs .productWrapper_carousel .owl-nav button.owl-next {
    left: unset;
    right: 0;
}

.MyLPs .productWrapper_carousel .owl-nav button span {
    display: none;
}

.MyLPs .productWrapper_carousel .owl-dots {
    margin-bottom: 10px;
}

.MyLPs .section2 .arrow:after,
.MyLPs .section4 .arrow:after,
.MyLPs .section5 .arrow:after,
.MyLPs .section6 .arrow:after {
    top: -1px;
}

.MyLPs .card_category_slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

.MyLPs .card_category_slider_text {
    margin-right: 30px;
}


.arrow {
    position: relative;
    width: 41px;
    height: 41px;
    cursor: pointer;
    /*   border:solid 1px white; */
    transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
    background-color: #FFC439;
    color: #2D2C42;
    flex-grow: 0;
    flex-shrink: 0;
}

.arrow:after {
    position: absolute;
    display: block;
    content: "";
    color: #2D2C42;
    width: 17px;
    height: 20px;
    left: 7px;
    top: 0px;
    border-bottom: solid 2px;
    transform: translatex(4px);
}

.arrow:before {
    position: absolute;
    display: block;
    content: "";
    color: #2D2C42;
    width: 8px;
    height: 8px;
    /*   border:solid 1px;  */
    border-top: solid 2px;
    border-left: solid 2px;
    top: 50%;
    left: 30px;
    transform-origin: 0% 0%;
    transform: rotatez(135deg);

}

.MyLPs .productWrapper img {
    width: 255px;
    height: auto;
    margin: 0 auto;
}

.arrow:hover:before {
    animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.arrow:hover:after {
    animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}


@keyframes aniArrow01 {
    0% {
        transform: rotatez(135deg) translateY(30px) translateX(30px);
    }

    100% {
        transform: rotatez(135deg) translateY(-35px) translateX(-35px);
    }
}


@keyframes aniArrow02 {
    0% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(45px);
    }
}

.MyLPs .tip {
    margin: auto 20px;
    padding: 20px;
}

.MyLPs .tip_content {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.MyLPs .idea_icon {
    margin-bottom: 20px;
}

.MyLPs .tip_text_container {
    display: flex;
    flex-direction: column;
}

.MyLPs .card_tip_text {
    margin-bottom: 10px;
}

.MyLPs .section5_card_content {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.MyLPs .section5_card_content .card_slider_content {
    width: 50%;
    margin: auto;
}

.MyLPs .productWrapper .section5_card_content img {
    width: 300px;
}

.MyLPs .section5 .productWrapper_carousel .owl-nav button {
    top: -11%;
}

.MyLPs .fashion_banners {
    padding: 50px;
}

.bbq_banner {
    padding: 34px 50px 50px 50px;
}

.video_games_banner {
    padding: 34px 50px 50px 50px;
}

.MyLPs .banner_container:hover .btnCommon {
    background-color: #FFD674;
    color: #202944;
}

.MyLPs .fashion_banner_container1_hover:hover .btnCommon,
.MyLPs .fashion_banner_container2_hover:hover .btnCommon {
    background-color: #FFD674;
    color: #202944;
}

.MyLPs .banner_content {
    display: flex;
    flex-direction: row;
}

.MyLPs .display_block_1024 {
    display: none;
}

.MyLPs .more {
    color: #FFC439;
    margin-bottom: 10px;
}

.MyLPs .btn_banner_fashion {
    margin: auto 0;
}

.MyLPs .fashion_banner_content {
    color: #2D2C42;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}

.MyLPs .fashion_banner_content .f40 {
    margin-bottom: 20px;
}

.MyLPs .shoes_img {
    display: block;
    margin-left: auto;
}

.MyLPs .hot_price {
    background-color: #B4C0FC;
    background-image: url(images/hot_price_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    color: #2D2C42;
    padding: 50px;
}

.MyLPs .hot_price_carousel {
    margin-top: 30px;
}

.MyLPs .hot_price_carousel .item:hover img {
    -webkit-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.8);
    border-radius: 100px;
}

.MyLPs .more_carousel .item-unit:hover {
    background-color: #202944;
}

.MyLPs .more_carousel {
    justify-items: center
}

.MyLPs .hot_price_subtitle {
    width: 70%;
    margin-top: 30px;
}

.MyLPs .hot_price img {
    width: fit-content;
    height: auto;
    margin: auto;
}

.MyLPs .hot_price_wrapper_title {
    margin-top: 20px;
}

.MyLPs .hot_price_carousel .owl-nav button,
.MyLPs .more_carousel .owl-nav button {
    position: absolute;
    top: 50%;
    left: -55px;
    width: 41px;
    height: 41px;
    border-radius: 50% !important;
    background: url(images/arrowSliderYel.svg) center center no-repeat !important;
    background-size: 100%;
    transform: translateY(-50%);
    transition: all linear 0.15s;
}

.MyLPs .hot_price_carousel .owl-nav button.owl-next,
.MyLPs .more_carousel .owl-nav button.owl-next {
    left: unset;
    right: -55px;
}

.MyLPs .hot_price_carousel .owl-nav button span,
.MyLPs .more_carousel .owl-nav button span {
    display: none;
}

.MyLPs .hot_price_carousel .owl-nav button.owl-prev,
.MyLPs .more_carousel .owl-nav button.owl-prev {
    transform: translateY(-50%) scale(-1);
}

.MyLPs .hot_price_logo {
    margin-left: 20px;
}

.MyLPs .hot_price_title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: auto;
}

.MyLPs .fashion_banner_container1 {
    justify-content: start;
    display: flex;
    align-content: flex-start;
    align-items: center;
}

.MyLPs .fashion_banner_container2 {
    justify-content: end;
    display: flex;
    align-content: flex-start;
    align-items: center;
}

.MyLPs .more_carousel img {
    width: fit-content;
    margin-bottom: 8px;
}

.MyLPs .item-unit {
    margin: 50px auto;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #2D3F73;
    border-radius: 20px;
    width: auto;
    height: auto;
    padding: 20px;
}

.MyLPs .item-unit img {
    transition: all linear 0.1s;
}

.MyLPs .slider_title {
    height: 55px;
}

.MyLPs .bbq_banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}

.MyLPs .bbq_banner_content .f24 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.MyLPs .blue_btn {
    background-color: #4960f2;
    color: #fff;
}

.MyLPs .margin_0_btn_bbq {
    margin: 20px 0 0 0;
}

.MyLPs .bbq_img {
    display: none;
}

.MyLPs .video_games_banner_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    color: #202944;
}

.MyLPs .video_games_banner_content .f24 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.MyLPs .video_games_img {
    display: none;
}

.MyLPs .margin_0_btn_video_games {
    margin: 20px 0 0 0;
}

@media (max-width: 1875px) {
    .MyLPs .hot_price img {
        width: 76%;
    }

    .MyLPs .hot_price_logo {
        top: -6px;
    }

    .arrow {
        background: url(images/arrow_category.svg) center center no-repeat !important;
        width: 43px;
        height: 43px;
    }

    .arrow:after {
        color: transparent;
    }

    .arrow:before {
        color: transparent;
    }
}

@media (max-width: 1740px) {

    .MyLPs .hot_price_title {
        margin-left: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .MyLPs .hot_price_logo {
        position: relative;
        top: unset;
        right: unset;
        margin-left: 20px;
    }

    .MyLPs .hot_price_logo img {
        width: fit-content;
        height: auto;
    }
}

@media (max-width: 1650px) {
    .MyLPs .f42 {
        font-size: 32px;
    }

    .MyLPs .header .summer_logo {
        width: 500px;
        height: auto;
    }

    .MyLPs .header .smile_wave {
        width: 70%;
    }

    .MyLPs .left_header_icons {
        position: absolute;
        left: 0px;
        top: 50px;
        width: 300px;
        height: auto;
    }

    .MyLPs .right_header_icons {
        position: absolute;
        right: 50px;
        top: 50px;
        width: 140px;
        height: auto;
    }

    .MyLPs .card_slider_container {
        width: 38%;
    }

}

@media (max-width: 1540px) {
    .MyLPs .f40 {
        font-size: 34px;
    }

    .MyLPs .f28.card_tip_text {
        font-size: 24;
    }

    .MyLPs .f22 {
        font-size: 18px;
    }

    .MyLPs .f18 {
        font-size: 15px;
    }

    .MyLPs .card_slider_product_title {
        height: 39px;
    }

    .MyLPs .video_games_banner .container {
        padding: 0px 0px;
    }
}

@media (max-width: 1500px) {
    .MyLPs .section5_card_content {
        display: block;
        margin: unset;
    }

    .MyLPs .section5_card_content .card_slider_content {
        width: unset;
    }

}

@media (max-width: 1399px) {
    .MyLPs .f42 {
        font-size: 38px;
    }

    .MyLPs .f40 {
        font-size: 34px;
    }

    .MyLPs .f30 {
        font-size: 26px;
    }

    .MyLPs .f24 {
        font-size: 22px;
    }

    .MyLPs .f22 {
        font-size: 20px;
    }

    .MyLPs .card_slider_container {
        width: 35%;
    }

    .MyLPs .productWrapper img {
        width: 70%;
    }

    .MyLPs .card_category_slider_text {
        text-align: center;
    }

    .MyLPs .section5 .productWrapper_carousel .owl-nav button {
        top: -45px;
    }

}

@media (max-width: 1024px) {
    .MyLPs .f42 {
        font-size: 30px;
    }

    .MyLPs .header .summer_logo {
        width: 430px;
    }

    .MyLPs .header .smile_wave {
        width: 80%;
    }

    .MyLPs .left_header_icons {
        width: 260px;
    }

    .MyLPs .right_header_icons {
        width: 120px;
    }

    .MyLPs .display_none_1024 {
        display: none;
    }

    .MyLPs .display_block_1024 {
        display: block;
    }

    .MyLPs .hot_price_subtitle {
        width: auto;
    }

    .MyLPs .fashion_banner_content {
        left: 20px;
    }

    .MyLPs .section1_container,
    .MyLPs .section2_container,
    .MyLPs .section3_container,
    .MyLPs .section4_container,
    .MyLPs .section5_container,
    .MyLPs .section6_container {
        flex-wrap: wrap;
    }

    .MyLPs .margin_x_20 {
        margin: 20px 0;
    }
}

@media (max-width: 991px) {

    .MyLPs .f28 {
        font-size: 23px;
    }

    .MyLPs .f20 {
        font-size: 16px;
    }

    .MyLPs .card_category_slider_text {
        margin-right: 30px;
    }

    .MyLPs .tip_text_container {
        margin: auto;
        text-align: start;
    }

    .MyLPs .tip_content {
        flex-direction: row-reverse;
    }

    .MyLPs .idea_icon {
        display: none;
    }

    .MyLPs .display_none_991 {
        display: none;
    }

    .MyLPs .bbq_banner_content {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin: auto;
        text-align: center;
    }

    .MyLPs .banner_container_bbq {
        display: flex;
        flex-direction: row;
        background-color: #2D2C42;
        padding: 20px;
        border-radius: 20px;
    }

    .MyLPs .bbq_img {
        display: block;
        width: 400px;
        height: auto;
    }

    .MyLPs .video_games_banner_content {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        margin: auto;
        text-align: center;
    }

    .MyLPs .banner_container_video_games {
        display: flex;
        flex-direction: row;
        background-color: #fff;
        padding: 20px;
        border-radius: 20px;
    }

    .MyLPs .video_games_img {
        display: block;
        width: 400px;
        height: auto;
    }

    .MyLPs .display_block_991 {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .MyLPs .banner_content {
        margin-bottom: 20px;
    }

    .MyLPs .fashion_banner_container1,
    .MyLPs .fashion_banner_container2 {
        justify-content: center;
    }

    .MyLPs .fashion_banner_container2 {
        margin-top: 20px;
    }

    .MyLPs .display_none_mobile {
        display: none;
    }

    .MyLPs .more_carousel {
    justify-items: unset
}
}

@media (max-width: 850px) {
    .MyLPs .f42 {
        font-size: 26px;
    }

    .MyLPs .header .summer_logo {
        width: 380px;
    }

    .MyLPs .left_header_icons {
        width: 200px;
    }

    .MyLPs .right_header_icons {
        width: 100px;
    }
}

@media (max-width: 720px) {
    .MyLPs .f42 {
        font-size: 24px;
    }

    .MyLPs .header .summer_logo {
        width: 320px;
    }

    .MyLPs .left_header_icons {
        left: -50px;
    }

    .MyLPs .right_header_icons {
        right: -50px;
    }

    .MyLPs .display_block_991 {
        display: none;
    }

    .MyLPs .display_block_720 {
        display: block;
    }

    .MyLPs .banner_content {
        text-align: center;
        flex-direction: column;
    }

    .MyLPs .banner_content .margin_bottom_30 {
        margin-bottom: 30px;
    }

    .MyLPs .display_none_1024 {
        display: block;
    }

    .MyLPs .display_none_720 {
        display: none;
    }

    .MyLPs .banner_container_bbq {
        display: flex;
        flex-direction: column-reverse;
    }

    .MyLPs .margin_0_btn_bbq {
        margin: 20px auto 0;
    }

    .MyLPs .banner_container_video_games {
        display: flex;
        flex-direction: column-reverse;
    }

    .MyLPs .margin_0_btn_video_games {
        margin: 20px auto 0;
    }

    .MyLPs .video_games_img {
        margin: 20px auto 0;
        margin-bottom: 20px;
    }

    .MyLPs .video_games_banner_content .f24 {
        margin-top: 5px;
    }


}

@media (max-width: 540px) {
    .MyLPs .header .summer_logo {
        width: 300px;
    }

    .MyLPs .left_header_icons {
        display: none;
    }

    .MyLPs .right_header_icons {
        top: 10px;
        right: -70px;
    }
}

@media (max-width: 450px) {

    .MyLPs .f40 {
        font-size: 27px;
    }

    .MyLPs .f30 {
        font-size: 23px;
    }

    .MyLPs .f28 {
        font-size: 22px;
    }

    .MyLPs .f24 {
        font-size: 18px;
    }

    .MyLPs .f22 {
        font-size: 17px;
    }

    .MyLPs .f18 {
        font-size: 16px;
    }

    .MyLPs .f16 {
        font-size: 14px;
    }

    .MyLPs .header p {
        padding: 0 20px;
    }

    .MyLPs .header {
        background-image: url(images/Shapes_m.png);
    }

    .MyLPs .header .summer_logo {
        padding: 30px 0;
    }

    .MyLPs .header .smile_wave {
        padding: 6px 0px 30px;
    }

    .MyLPs .section1,
    .MyLPs .section2,
    .MyLPs .section3,
    .MyLPs .section4,
    .MyLPs .section5,
    .MyLPs .section6,
    .MyLPs .section7,
    .MyLPs .hot_price,
    .MyLPs .fashion_banners,
    .MyLPs .bbq_banner,
    .MyLPs .video_games_banner {
        padding: 30px 20px;
    }

    .MyLPs .hot_price_carousel {
        padding: 0 60px;
        margin-top: 10px;
    }

    .MyLPs .hot_price_title {
        flex-direction: column;
    }

    .MyLPs .hot_price_logo {
        margin-left: unset;
        margin-top: 10px;
    }

    .MyLPs .hot_price_logo img {
        width: 76%;
    }

    .MyLPs .hot_price_subtitle {
        margin-top: 20px;
    }

    .MyLPs .card_slider_product_title {
        height: 35px;
    }

    .MyLPs .card_slider_content {
        margin-top: 10px;
    }

    .MyLPs .tip {
        margin: 0;
    }

    .MyLPs .bye_buy_icon {
        display: none;
    }

    .MyLPs .section2 .card_slider_title {
        width: 200px;
        height: unset;
    }

    .MyLPs .section2 .productWrapper_carousel .owl-nav button {
        top: -70px;
    }

    .MyLPs .section2 #productWrapper_carousel_id_4.productWrapper_carousel .owl-nav button {
        top: -42px;
    }

    .MyLPs .fashion_banner_content {
        position: absolute;
        transform: translate(-50%);
        bottom: 30px;
        top: unset;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }

    .MyLPs .btn_banner_fashion {
        margin-top: 10px;
    }

    .MyLPs .more_carousel {
        padding: 0 20px;
    }

    .MyLPs .more_carousel .item {
        display: flex;
    }

    .MyLPs .more_carousel .item-unit {
        width: 130px;
        padding: 5px 20px;
        margin: 20px auto;
    }

    .MyLPs .productWrapper_carousel .owl-nav button {
        width: 36px;
        height: 36px;
        top: -9%;
        right: 42px;
    }

    .MyLPs .hot_price_carousel .owl-nav button {
        left: 10px;
        width: 36px;
        height: 36px;
    }

    .MyLPs .hot_price_carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .MyLPs .more_carousel .owl-nav button {
        left: -24px;
        width: 36px;
        height: 36px;
    }

    .MyLPs .more_carousel .owl-nav button.owl-next {
        right: -24px;
    }

}