/*
 * HOME
*/

#billboard {
    margin-top: 46px;
}

#billboard .slide-image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

#billboard .slide-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #2D2D2D 23.96%, rgba(45, 45, 45, 0) 100%);
}

#billboard .slide-item {
    position: relative;
}

#billboard .slide-content {
    position: absolute;
    top: 78px;
    left: 135px;
    max-width: 646px;
}

#billboard .slide-content h1 {
    color: #FFFFFF;
}

#billboard .slide-content p {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1.3em;
    margin-top: 20px;
}

#billboard .slide-content .slide-button {
    margin-top: 32px;
}

#billboard .slide-content .slide-button a {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 56px;
    background: #D0152A;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
}

.billboard-slider button.slick-arrow {
    display: none !important;
}

.slick-slider {
    margin-bottom: 0;
}

.billboard-slider .slick-dots {
    position: absolute;
    bottom: 50px;
}

.billboard-slider .slick-dots button::before {
    content: '';
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.billboard-slider .slick-dots .slick-active button::before {
    background: #D0152A;
}

section.popular {
    margin-top: 36px;
}

section.popular .popular-slider figure {
    text-align: center;
    background: rgba(45, 45, 45, 0.1);
    height: 200px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

section.popular .popular-slider .popular-img {
    height: 100px;
    display: flex;
    align-items: center;
}

section.popular .popular-slider figure img,
section.popular .popular-slider figure svg {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

section.popular .popular-slider a {
    display: block;
    margin: 0 15px;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

section.popular .popular-slider a::before,
section.popular .popular-slider a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid;
    transform: rotate(360deg);
    transition: 0.4s ease-in-out;
    z-index: 1;
}

section.popular .popular-slider a::before {
    bottom: 0;
    left: 0;
    border-color: transparent transparent transparent #D0152A;
}

section.popular .popular-slider a::after {
    top: 0;
    right: 0;
    border-color: transparent #D0152A transparent transparent;
}

section.popular .popular-slider a:hover {
    color: #D0152A;
    outline-width: 0;
    opacity: 1;
}

section.popular .popular-slider a:hover::before,
section.popular .popular-slider a:hover::after {
    border-width: 200px 235px;
}

section.popular .popular-slider a:hover figure svg path {
    transition: all 0.3s ease-out;
}

section.popular .popular-slider a:hover figure svg path {
    fill: #FFFFFF;
}

section.popular .popular-slider a:hover figure figcaption {
    transition: all 0.2s ease-out;
}

section.popular .popular-slider a:hover figure figcaption {
    color: #FFFFFF;
}

section.popular .popular-wrapper .popular-slider {
    margin: 40px -15px 0 -15px;
}

/* Slick in popular */
.title-wrap {
    position: relative;
}

.title-wrap::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 1px;
    top: 26px;
    left: 0;
    z-index: 1;
}

.title-wrap.slider-buttons::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    width: 196px;
    height: 56px;
    top: 0;
    right: 0;
    z-index: 1;
}

.title-wrap h2 {
    font-size: 46px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    background: #FFFFFF;
    margin: 0;
    padding-right: 42px;
    position: relative;
    z-index: 10;
}

.more-wrap {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.more-wrap::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 1px;
    top: 26px;
    left: 0;
    z-index: 1;
}

.more-button-wrap {
    background: #FFFFFF;
    position: relative;
    display: inline-block;
    padding: 0 38px;
    z-index: 10;
}

.more-wrap .more-btn {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 56px;
    color: #FFFFFF;
    background: #D0152A;
    border: 1px solid #D0152A;
    border-radius: 5px;
    z-index: 10;
    transition: all 0.3s ease-out;
}

.more-wrap .more-btn:hover,
.more-wrap .more-btn:focus {
    background: transparent;
    color: #D0152A;
}

.more-wrap .more-btn-mobile {
    display: none;
}

.more-btn + .ajax-load-img {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: -35px;
    left: calc(50% - 20px);
    background: url('../img/ajax-loader.gif');
    background-size: cover;
}

section.featured {
    margin-top: 30px;
}

section.sellers {
    margin-top: 30px;
}

section.arrivals {
    margin-top: 30px;
}

/* Sale section */
section.sale {
    margin-top: 30px;
}

section.sale .sale-wrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

section.sale .sale-content {
    margin-right: 10px;
}

section.sale .sale-content-wrap {
    display: flex;
}

section.sale .sale-image {
    margin-left: auto;
    display: flex;
    align-items: center;
}

section.sale .sale-image img {
    max-width: 160px;
    max-height: 110px;
    width: auto;
    height: auto;
}

section.sale .sale-item {
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 38px 30px;
    background: #FFFFFF;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease-out;
}

section.sale .sale-item:hover,
section.sale .sale-item:focus {
    border-color: #D0152A;
}

section.sale .more-wrap {
    margin-top: 20px;
}

section.sale .sale-item:nth-child(3n) {
    margin-right: 0;
}

section.sale .sale-title,
section.sale .sale-title a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    color: #000000;
}

section.sale .sale-rating {
    margin-top: 10px;
}

section.sale .sale-price {
    display: flex;
    margin-top: 5px;
}

section.sale .sale-price .sale {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3em;
    text-decoration-line: line-through;
    color: #898989;
    margin-right: 10px;
}

section.sale .sale-price .price {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3em;
    color: #000000;
}

section.brands {
    margin-top: 30px;
}

.featured-slider {
    margin-top: 40px;
}

.slick-prev,
.slick-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #D0152A;
}

.slick-prev::before,
.slick-next::before {
    width: inherit;
    height: inherit;
    font-size: inherit;
}

.slick-prev {
    left: auto;
    right: 92px;
    top: -62px;
    z-index: 10;
}

.slick-next {
    right: 15px;
    top: -62px;
    z-index: 10;
}

.slick-prev::before {
    content: url('data:image/svg+xml; charset=UTF-8, <svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.20914 11L6.50534 9.69771L3.50096 6.70735L16 6.69478L15.9982 4.85736L3.53335 4.86991L6.48713 1.90227L5.18485 0.606065L4.53271e-07 5.81518L5.20914 11Z" fill="white"/></svg>');
}

.slick-next::before {
    content: url('data:image/svg+xml; charset=UTF-8, <svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.7909 0L9.49466 1.30229L12.499 4.29265L0 4.30522L0.00184914 6.14264L12.4666 6.13009L9.51287 9.09773L10.8152 10.3939L16 5.18482L10.7909 0Z" fill="white"/></svg>');
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    background: #D0152A;
}


/* Best Sellers section */

.sellers-slider {
    margin-top: 40px;
}

/* Arrivals section */
.arrivals-slider {
    margin-top: 40px;
}

/* Intro section */
section.intro {
    margin-top: 70px;
    margin-bottom: 60px;
}

section.intro .intro-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    padding: 50px;
}

section.intro .intro-content {
    max-width: 510px;
    z-index: 10;
}

.intro-wrap {
    background-size: cover !important;
    position: relative;
    border-radius: 5px;
}

.intro-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #2D2D2D 17.19%, rgba(45, 45, 45, 0) 100%);
    border-radius: 5px;
}

.intro-content h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.3em;
    color: #FFFFFF;
    margin: 0;
}

.intro-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
    color: #FFFFFF;
    margin-top: 20px;
}

.intro-btn {
    margin-top: 30px;
}

.intro-btn a {
    background: #D0152A;
    border-radius: 5px;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
}

.woocommerce section.sale .star-rating {
    width: 130px;
    height: 18px;
    margin: 15px 0 0;
    font-size: .857em;
    display: block;
    float: none;
}

section.front-finance-banner {
    margin-top: 30px;
}

section.banner-credit {
    margin-top: 0;
}


/* MEDIA */

@media only screen and (max-width: 1600px) {
    section.sale .sale-item {
        padding: 22px;
    }

    .woocommerce section.sale .star-rating {
        margin-top: 0;
    }

    section.sale .sale-title {
        overflow: hidden;
        height: 45px;
    }

    section.sale .sale-price .sale,
    section.sale .sale-price .price {
        font-size: 16px;
    }

    section.sale .sale-title,
    section.sale .sale-title a {
        font-size: 14px;
    }

    section.sale .sale-image img {
        max-width: 120px;
        max-height: 82px;
    }

    section.sale .sale-rating {
        margin-top: 0;
    }

    section.sale .sale-content {
        margin-right: 20px;
    }

    .billboard-slider,
    #billboard .slide-image {
        height: 500px;
    }

    #billboard .slide-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    #billboard .slide-content {
        top: 80px;
        left: 100px;
        max-width: 484px;
    }

    #billboard .slide-content h1 {
        font-size: 42px;
        margin-top: 0;
    }

    #billboard .slide-content p {
        font-size: 16px;
    }

    #billboard .slide-content .slide-button a {
        font-size: 13px;
        width: 110px;
        height: 42px;
    }

    #billboard .slide-content .slide-button {
        margin-top: 24px;
    }

    .billboard-slider .slick-dots {
        bottom: 30px;
    }
}

/* ( < 1600 ) */


@media only screen and (max-width: 1400px) {
    .title-wrap h2 {
        font-size: 34px;
    }

    .more-wrap .more-btn {
        font-size: 13px;
        width: 123px;
        height: 42px;
    }

    section.brands .title-wrap::before {
        top: 14px;
    }

    .title-wrap::before,
    .more-wrap::after {
        top: 20px;
    }

    .slick-prev,
    .slick-next {
        top: -55px;
        width: 42px;
        height: 42px;
    }

    .slick-prev {
        right: 75px;
    }

    .title-wrap.slider-buttons::after {
        width: 160px;
    }

    .billboard-slider .slick-dots button::before,
    .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .slick-dots li {
        width: 15px;
        height: 15px;
        bottom: -5px;
    }

    section.popular figcaption {
        font-size: 13px;
    }

    section.popular .popular-slider figure {
        height: 150px;
        padding: 22px;
    }

    section.popular .popular-slider .popular-img {
        height: 75px;
    }

    section.popular .popular-slider svg,
    section.popular .popular-slider img {
        max-height: 100%;
    }

    section.intro {
        margin: 52px 0;
    }

    .intro-content h3 {
        font-size: 27px;
    }

    .intro-content p {
        font-size: 12px;
        margin-top: 15px;
    }

    .intro-btn {
        margin-top: 25px;
    }

    .intro-btn a {
        font-size: 13px;
        padding: 12px 24px;
    }

    section.intro .intro-wrap {
        min-height: 225px;
        padding: 40px;
    }

    section.intro .intro-content {
        max-width: 375px;
    }

    section.sale .sale-title,
    section.sale .sale-title a {
        font-size: 13px;
    }

    section.sale .sale-price .sale,
    section.sale .sale-price .price {
        font-size: 16px;
    }

    section.sale .sale-item {
        padding: 30px 22px;
    }

    section.sale .sale-image img {
        max-width: 120px;
        max-height: 120px;
        width: 120px;
        height: auto;
    }

    .brands-slider {
        margin-top: 40px;
    }
}

/* ( < 1400 ) */


@media only screen and (max-width: 1200px) {
    .intro .row > div:first-child {
        margin-bottom: 30px;
    }

    .billboard-slider,
    #billboard .slide-image {
        height: 470px;
    }

    #billboard .slide-content-wrap {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 30px;
        left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #billboard .slide-content {
        position: static;
    }

    #billboard .slide-content h1 {
        font-size: 26px;
        text-align: center;
    }

    #billboard .slide-content p {
        font-size: 18px;
        text-align: center;
    }

    #billboard .slide-content .slide-button a {
        font-size: 16px;
        margin: 0 auto;
        width: 144px;
        height: 48px;
    }

    section.sale .sale-item {
        width: 100%;
        margin-right: 0;
    }

    section.sale .sale-wrap > div:nth-child(n+4) {
        display: none;
    }

    section.sale .more-wrap .more-btn {
        display: none;
    }

    section.sale .more-wrap .more-btn-mobile {
        display: flex;
    }

    section.intro .intro-content {
        text-align: center;
    }

    .intro-content h3 {
        font-size: 26px;
    }

    .intro-content p {
        font-size: 16px;
    }

    .intro-btn a {
        font-size: 16px;
    }

    .title-wrap h2 {
        font-size: 26px;
        padding-right: 15px;
    }

    .title-wrap.slider-buttons::after {
        width: 125px;
    }

    .title-wrap::before {
        top: 14px;
    }

    .slick-prev {
        right: 65px;
    }

    .slick-next {
        right: 0;
    }

    section.popular .slick-prev {
        right: 80px;
    }

    section.popular .slick-next {
        right: 15px;
    }

    section.sale .sale-wrap {
        max-width: 500px;
        margin: 40px auto 0 auto;
    }

    .featured-slider .slick-list {
        max-width: 720px;
        margin: 40px auto 0 auto;
    }

    .too-rows .slick-slide > div {
        display: flex;
    }

    .too-rows .slick-slide > div:first-child {
        margin-top: 0;
        margin-bottom: 15px;
    }

    section.brands .too-rows .slick-slide > div:first-child {
        margin-bottom: 0;
    }

    section.brands .slick-prev,
    section.brands .slick-next {
        top: -55px;
    }

    .brands-slider .brand {
        font-size: 20px;
    }

    .slick-slide > div > div:first-child .product-item {
        margin-left: 0;
    }

    .slick-slide > div > div:last-child .product-item {
        margin-right: 0;
    }

    .product-price,
    .product-category {
        font-size: 18px;
    }

    .sale-label,
    .product-title, .product-title a {
        font-size: 14px;
    }

    .label-wrap {
        margin-top: 20px;
    }

    .product-title a {
        max-height: 36px;
        overflow: hidden;
        display: inline-block;
        margin-top: 0;
    }

    .more-wrap .more-btn {
        font-size: 16px;
    }

    section.popular .popular-slider a {
        margin: 0 7px;
    }

    section.popular .popular-slider figure {
        height: 125px;
        padding: 14px 12px;
    }

    section.popular figcaption {
        white-space: nowrap;
    }

    section.popular .popular-slider .popular-img {
        height: 70px;
    }

    footer {
        margin-top: 50px;
    }
}

/* ( < 1200 ) */
