/*GLOBALS*/

.third-wall {
    margin-top: -25px;
    background: #f1f1f1;
    padding: 45px 0px;
}

/*SLIDER HOME*/
div#carousel-home-container {
    background: #000;
}

div#carousel-home-container > .owl-item {
    margin-right: 0;
}

div#carousel-home-container ul.owl-carousel.owl-theme.owl-carousel-home.owl-loaded.owl-drag {
    position: relative;
    margin-bottom: 0;
}

div#carousel-home-container figure {
    margin-bottom: 0;
}

div#carousel-home-container .owl-nav, div#carousel-home-container .owl-dots {
    position: absolute;
}

div#carousel-home-container .owl-dots {
    bottom: 20px;
    left: 50%;
    height: 8px;
    transform: translateX(-50%);
}

div#carousel-home-container .owl-dots button span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid white;
    margin: 0 11px 0 0;
    cursor: pointer;
    background-color: transparent;

}

div#carousel-home-container .owl-dots button:last-child span {
    margin: 0;

}

div#carousel-home-container .owl-dots button.active span {
    background-color: white;
}

div#carousel-home-container .owl-nav {
    top: calc(50% - 40px);
    width: 100%;
    margin-top: 0;
}


div#carousel-home-container .owl-nav button.owl-prev, div#carousel-home-container .owl-nav button.owl-next {
    position: absolute;
    width: 35px;
    height: 80px;
    background: #282828;
    border-radius: 0;
    margin: 0;
    opacity: 0.6;
}

div#carousel-home-container .owl-nav button.owl-prev:hover, div#carousel-home-container .owl-nav button.owl-next:hover {
    background: #323232;
}


div#carousel-home-container .owl-nav button.owl-prev {
    left: 0;
}

div#carousel-home-container .owl-nav button.owl-prev::after, div#carousel-home-container .owl-nav button.owl-next::after {
    content: "";
    background-image: url(https://www.zonadepadel.es/themes/child_classic/assets/img/flecha-izquierda.svg);
    background-repeat: no-repeat;
    background-size: 15px 27px;
    width: 15px;
    height: 27px;
    margin: 0 auto;
    display: block;
}

div#carousel-home-container .owl-nav button.owl-next {
    right: 0;
}

div#carousel-home-container .owl-nav button.owl-next::after {
    transform: rotate(180deg);
}

div#carousel-home-container .owl-nav button.owl-next span, div#carousel-home-container .owl-nav button.owl-prev span {
    display: none;
}

/*END SLIDER HOME*/


/*BLOCK REASSURANCE*/
.fake-reassurace {
    width: 100%;
    background: white;
    margin: 11px 0 34px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #7a7a7a;
    line-height: 27px;
}

.owl-carousel-reassurance div.item {
    display: flex;
    text-align: center;
    height: 47px;
    align-items: center;
    justify-content: center;
}

.zdp-sprite.ico-reassurance-truck {
    background-position: -279px -37px;
    width: 33px;
    height: 30px;
    margin-right: 10px;
    margin-top: -3px;
}

.zdp-sprite.ico-reassurance-15days {
    background-position: -243px -39px;
    width: 33px;
    height: 30px;
    margin-right: 10px;
    margin-top: -3px;
}

.zdp-sprite.ico-reassurance-card {
    background-position: -279px -1px;
    width: 33px;
    height: 30px;
    margin-right: 10px;
    margin-top: -3px;
}

.zdp-sprite.ico-reassurance-phone {
    background-position: -240px 0px;
    width: 33px;
    height: 30px;
    margin-top: -3px;
    margin-right: 10px;
}

.zdp-sprite.ico-reassurance-contact {
    background-position: -278px -74px;
    width: 33px;
    height: 30px;
    margin-top: -3px;
    margin-right: 10px;
}

.fake-reassurace b {
    color: black;
}

.fake-reassurace::after {
    width: 50%;
    height: 2px;
    background: rgb(232, 232, 232);
    background: radial-gradient(circle, rgba(232, 232, 232, 1) 28%, rgba(255, 255, 255, 0) 73%);
    display: block;
    content: " ";
    margin: 9px auto 0;
}

.text-reassurance a {
    color: #7a7a7a;
}

/*END BLOCK REASSURANCE*/

/*TIENDA DE PADEL ONLINE*/

.online-padel-store-block {
    width: 100%;
    display: block;
    position: relative;
    background: white;
    transform: skewY(
            -1.6deg
    );
    padding-bottom: 2vw;
    box-shadow: 0px 20px 20px -23px grey;
}

.online-padel-store-block > .unskew {
    transform: skewY(1.6deg);
}

div#franja-one-parent .unskew > span {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    color: #797979;
    font-weight: 600;
    padding-bottom: 28px;
}

.featured-products > .h2, .online-padel-store-block > .unskew > h1 {
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin-bottom: 7px;
}

.online-padel-store {
    text-align: center;
}

ul.online-padel-store img.lazyLoad4Webs {
    width: 100%;
    margin-bottom: 12px;
}

.online-padel-store li > a > h3 {
    color: #414141;
    font-size: 14px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 auto 30px;
    display: block;
}

/*END TIENDA DE PADEL ONLINE*/

/*FEATURED PRODUCTS*/
.featured-products {
    padding: 10vw 0px 60px 0px;
    background-color: #f1f1f1;
    margin-top: -8vw;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title, .h2.products-section-title.text-uppercase {
    text-align: center;
    margin: 25px 0;
    font-size: 27px;
    font-weight: 800;
}

/*END FEATURED PRODUCTS*/

/*COMPRAS DESTACADAS*/
.second-wall.featured-padel-sell-wall, section.third-wall.featured-products.container-banner-free .featured-padel-sell {
    background: white;
    box-shadow: 0px 0px 21px -5px grey;
    transform: skewY(
            -1.6deg);
    padding: 35px 0px;
    margin-top: -40px;
}

.featured-padel-sell.container > * {
    transform: skewY(
            1.6deg);
}

/*END COMPRAS DESTACADAS*/

/*ENVIOS GRATIS*/
.featured-padel-sell > .container {
    transform: skewY(
            0.9deg);
    padding-bottom: 10px;
}

body#index .container-banner-free {
    padding-top: 8vw;
}

.container-padel-pack {
    padding-top: 6vw;
}

.container-banner-free img {
    transform: skewY(
            1.6deg);
    margin: 0 auto;
    display: block;
}

.container-padel-pack {
    padding-bottom: 0;
}

.container-opinions {
    margin: -20px 0 80px;
    background: #FFF;
    box-shadow: 0px 0px 21px -5px grey;
    transform: skewY( -1.6deg);
    padding: 25px 0px;
}

.container-opinions .container {
    transform: skewY( 1.6deg);
}

/*END ENVIOS GRATIS*/

/*REVI*/
.ratingbox.revi .rating_revi, .product-footer .rating_revi_custom, .revi_product_list_blank, #total_rating_stars .rating_revi_custom, .footer_rating .rating_revi_custom, .footer_top_comment .rating_revi_custom, .footer_product.rating_revi, .revi_top_left .rating_revi {
    background: url(../img/ratings.svg) no-repeat;
    background-size: 95px;
    height: 18px;
    text-align: right;
    font-size: 14px;
    color: #979797;
    padding: 0;
}

.revi_product_list_blank, #total_rating_stars .rating_revi_custom, .footer_rating .rating_revi_custom, .footer_top_comment .rating_revi_custom, .revi_top_left .rating_revi {
    width: 100px;
    margin: 0;
}

.product-footer .rating_revi_custom {
    width: 110px;
}

.product-footer .revi-rating-stars-custom {
    padding: 0;
}

.rating_revi_5 {
    background-position-y: 0;
}

.rating_revi_45 {
    background-position-y: -18px;
}

.rating_revi_4 {
    background-position-y: -36px;
}

.rating_revi_35 {
    background-position-y: -55px;
}

.rating_revi_3 {
    background-position-y: -74px;
}

.rating_revi_25 {
    background-position-y: -92px;
}

.rating_revi_2 {
    background-position-y: -110px;
}

.rating_revi_15 {
    background-position-y: -129px;
}

.rating_revi_1 {
    background-position-y: -148px;
}

.rating_revi_05 {
    background-position-y: -167px;
}

.rating_revi_0, .revi_product_list_blank {
    background-position-y: -185px;
}

.revi_footer_left {
    display: flex;
    flex-direction: column;
}

.revi_footer_left #total_rating {
    height: 51px;
    color: #414141;
    font-family: Arial;
    font-size: 70px;
    letter-spacing: 0;
    line-height: 51px;
    text-align: center;
    margin-bottom: 15px;
}

.revi_footer_left #total_txt_bottom {
    color: #414141;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-top: 4px;
}

.footer_rating {
    display: flex;
    height: 27px;
    align-items: center;
}

.footer_rating .bar {
    background: #DDDDDD;
    border-radius: 15px;
    width: 160px;
    height: 10px;
}

.footer_rating .bar .progress {
    background: #0083FF;
    border-radius: 15px 0 0 15px;
    height: 10px;
}

.footer_rating .rating_revi_custom {
    width: 100px;
}

.footer_rating .num {
    width: 10%;
    color: #979797;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 10px;
}

div#total_rating_stars .rating_revi_custom.rating_revi_5 {
    background-size: 157px;
    width: 100%;
    height: 26px;
    background-position-x: center;
}

.footer_name_customer {
    color: #141414;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 20px;
}

.footer_time_comment {
    color: #979797;
    font-family: Arial;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    margin-left: 20px;
}

.footer_top_comment {
    display: flex;
    flex-direction: row;
}

.footer_comment {
    color: #797979;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 26px;
    height: 76px;
}

.footer_top_comment .rating_revi_custom {
    margin-left: 17px;
}

.revi_footer_home {
    position: relative;
    height: 308px;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    /*box-shadow: 0 0 20px 1px rgb(0 0 0 / 20%); 
    border-radius: 15px;*/
    margin: 0;
}

.revi_footer_home > div {
    height: 131px;
    position: relative;
}

.revi_footer_home .owl-theme .owl-dots {
    text-align: left;
}

.revi_footer_home .owl-theme .owl-dots .owl-dot:first-child span {
    margin-left: 0;
}

.revi_footer_home .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #DDDDDD;
}

.revi_footer_home .owl-theme .owl-dots .owl-dot.active span {
    background: #141414;
}

.revi_footer_home button.owl-dot:focus {
    outline: none;
}

.revi_footer_center {
    padding: 0;
}

.revi_footer_right {
    padding-left: 30px;
}

/*END REVI*/

/*BRANDS*/
#brands-carousel {
    background: #fff;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0px;
    /* box-shadow: 0 0 20px 1px rgb(0 0 0 / 20%); */
}

.container.brands {
    text-align: center;
}

.container.brands ul {
    height: 100%;
}

.container.brands img {
    width: 100%;
}

/*END BRANDS*/

/*FOOTER CMS*/
div#cms_footer_home .title_cms_home {
    font-style: italic;
    font-size: 22px;
    font-weight: 800;
    padding: 58px 0 26px;
    margin-bottom: 0;
}

div#cms_footer_home p {
    font-style: italic;
    font-family: Arial;
    font-size: 15px;
    line-height: 24px;
    color: #646464;
}

div#cms_footer_home .block_cms p:nth-child(2) {
    margin-top: 0;
}

div#cms_footer_home .block_cms p {
    margin: 25px 0 0;
}

div#custom-text {
    background: #FFF;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 20%);
    padding-bottom: 75px;
    margin-top: 0px;
}

/*END FOOTER CMS*/

/*WORPRESS CONNECT*/

div#wordpressconnect {
    margin-bottom: 0px;
}

div#wordpressconnect h2.h2.products-section-title.text-uppercase {
    margin: 60px 0 19px;
}

p.wordpressconnect-subtitle {
    text-align: center;
    font-size: 15px;
    color: #797979;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 43px;
}

.wordpressconnect-article img {
    width: 100%;
    height: auto;
}

.youtubePlaceholder {
    width: 100%;
    height: 510px;
}

.youtubePlaceholder > svg {
    width: 69px;
    display: block;
    position: relative;
    margin: 0 auto;
    opacity: 0.7;
}

div#youtube-api-box, .first-wp-post, .wp-post {
    padding-bottom: 15px;
}

div#youtube-api-box-img {
    background-size: cover;
}

.wordpressconnect-post-preinfo {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
}

.wordpressconnect-post-preinfo .left, .wordpressconnect-post-preinfo .right {
    font-family: Arial;
    font-style: italic;
    font-size: 13px;
    font-weight: 600;
}

.wordpressconnect-post-preinfo .left {
    color: #b4b4b4;
}

.wordpressconnect-post-preinfo .right {
    color: #969696;
}

.wordpressconnect-title {
    color: #2E2E2E;
    font-size: 22px;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    margin: 10px 0;
    display: block;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
}

a.wordpressconnect-title:hover {
    color: #FF4F00;
}

p.wordpressconnect-excerpt {
    color: #797979;
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    margin-bottom: 0;
    font-weight: 400;
    height: 45px;
    overflow: hidden;
}

div.wordpressconnect-post-preinfo::after {
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
            270deg, rgba(255, 255, 255, 1) 8%, rgba(222, 222, 222, 1) 68%);
    position: absolute;
    bottom: 0;
}

.left span {
    vertical-align: middle;
    display: inline-block;
}

/*END WORPRESS CONNECT*/

/*END SLIDE BRANDS*/

.alert.alert-success.alert-success-pl,.alert.alert-warning.alert-warning-pl  {
    position: absolute;
    right: 15px;
    top: 15px;
}

/*RECOMMENDER*/

div#block-recommender h2 {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 60px;
    background: #FFF;
}

div#block-recommender .second-wall.featured-padel-sell-wall {
    padding: 0;
    overflow: hidden;
}

.recommender-home {
    background-repeat: no-repeat;
    height: 100%;
    background-position-y: 55px;
    background-position-x: center;
    position: relative;
}

div#recommender-shoes-home {
    background-image: url(https://www.zonadepadel.es/modules/fwrecomendador/views/img/front/zapatillas.png);
}

#recommender-content {
    background: url(https://www.zonadepadel.es/modules/fwrecomendador/views/img/front/jugador.png), transparent radial-gradient(closest-side at 50% 50%, #EBEBEB 0%, #FFFFFF 100%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    height: 610px;
    background-position-x: 50%;
    background-position-y: -34px;
    background-repeat: no-repeat;
}


div#recommender-racket-home {
    background-image: url(https://www.zonadepadel.es/modules/fwrecomendador/views/img/front/palas.png);
}

div#block-recommender .btn {
    box-shadow: 0.87px -0.48px 1px #00000099;
    border-radius: 2px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: -0.78px 0.63px 0px #7B200080;
    font-weight: 800;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 370px;
    height: 60px;
    display: block;
    line-height: 60px;
    border: none;
}

div#block-recommender .btn.dark-btn {
    background: transparent linear-gradient(0deg, #141410 0%, #363635 100%) 0% 0% no-repeat padding-box;
}

div#block-recommender .btn.orange-btn {
    background: transparent linear-gradient(0deg, #FF5010 0%, #FF8B15 100%) 0% 0% no-repeat padding-box;
}

.lang-fr div#block-recommender .btn {
    padding: 0px 5px;
}

section#content section.featured-products:not(.third-wall) {
    padding-bottom: 0;
}

/*END RECOMMENDER*/

/*END GLOBALS*/

/*DESKTOP*/
/*BANNER*/
.carousel-home {
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    background: black;
}

/*END BANNER*/

/*BRANDS*/


/*END BRANDS*/

/*END DESKTOP*/

/*MOBILE*/

/*MEDIA QUERIES MOBILE*/

@media (min-width: 320px) and (pointer: coarse) {
    div#carousel-home-container {
        min-height: 342px;
    }

    body#index .fake-reassurace{
        min-height: 58px;
        height: 58px;
    }
}

@media (min-width: 360px) and (pointer: coarse) {
    div#carousel-home-container {
        min-height: 385px;
    }
}

@media (min-width: 576px) {
    /*SLIDER HOME*/
    div#carousel-home-container {
        min-height: 188px;
    }

    /*END SLIDER HOME*/
}

@media (min-width: 576px) and (pointer: coarse) {
    div#carousel-home-container {
        min-height: 617px;
    }
}

@media (min-width: 768px) {
    /*SLIDER HOME*/
    div#carousel-home-container, div#carousel-home-container img.lazyLoad4Webs {
        min-height: 254px;
    }

    /*END SLIDER HOME*/
}

@media (min-width: 992px) {
    /*SLIDER HOME*/
    div#carousel-home-container {
        min-height: 330px;
    }

    /*END SLIDER HOME*/
}



@media (max-width: 1199.98px) {
    #index div#carousel > .container {
        max-width: 100%;
        padding: 0;
    }

    #index .carousel-home .carousel-item img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .fake-reassurace {
        margin-bottom: 33px;
    }

    /*SLIDER HOME*/
    div#carousel-home-container > .container {
        padding: 0;
    }

    /*END SLIDER HOME*/
    /*TIENDA DE PADEL ONLINE*/
    .online-padel-store li > a > h3 {
        font-size: 13px;
    }

    ul.online-padel-store img.lazyLoad4Webs {
        margin-bottom: 11px;
    }

    .featured-padel-sell.container .online-padel-store li > h2 > a {
        margin-bottom: 0;
    }

    /*END TIENDA DE PADEL ONLINE*/
    /*REVI*/
    .footer_comment {
        height: 70px;
    }

    .revi_footer_home {
        height: 308px;
    }

    .revi_footer_left {
        padding: 0 25.5px 0 51px;
    }

    .revi_footer_center {
        padding: 0 51px 0 25.5px;
    }

    .revi_footer_right {
        padding: 0 51px;
    }

    .revi_footer_right:after {
        content: '';
        width: 50%;
        height: 2px;
        position: absolute;
        top: -45px;
        right: 0;
        background-color: #DDDDDD;
        background: linear-gradient(270deg, #FFFFFF 0%, #DDDDDD 100%);
    }

    .revi_footer_right:before {
        content: '';
        width: 50%;
        height: 2px;
        position: absolute;
        top: -45px;
        background-color: #DDDDDD;
        background: linear-gradient(270deg, #DDDDDD 0%, #FFFFFF 100%);
    }

    .revi_footer_home .owl-theme .owl-dots {
        text-align: center;
        margin-left: 0;
    }

    .revi_footer_home {
        height: 440px;
    }

    .revi_footer_right .owl-dots {
        position: absolute;
        bottom: -35px;
    }

    /*END REVI*/
    /*FOOTER CMS*/
    div#cms_footer_home {
        padding-top: 35px;
    }

    div#cms_footer_home .title_cms_home {
        padding-top: 38px;
    }

    /*END FOOTER CMS*/
    /*WORPRESS CONNECT*/
    .youtubePlaceholder {
        max-height: 340px;
    }

    p.wordpressconnect-excerpt {
        height: 60px;
    }

    div#wordpressconnect h2.h2.products-section-title.text-uppercase {
        margin: 55px 0 18px;
    }

    /*END WORPRESS CONNECT*/

    #recommender-content {
        background: none;
    }

    div#recommender-test-home {
        background: url(https://www.zonadepadel.es/modules/fwrecomendador/views/img/front/jugador.png), transparent radial-gradient(closest-side at 50% 50%, #EBEBEB 0%, #FFFFFF 100%, #FFFFFF 100%) 0% 0% no-repeat padding-box;;
        background-repeat: no-repeat;
        background-position-y: -34px;
        background-position-x: center;
    }
}

/*@media (max-width: 1199.98px) and (min-width: 992px) and (pointer: coarse) {*/
/*    div#carousel-home-container {*/
/*        min-height: 1062px;*/
/*    }*/
/*}*/


@media (max-width: 1199.98px) and (min-width: 768px) {
    #recommender-content {
        background-position-x: calc(50% + 250px);
        flex-direction: column;
        height: 710px;
    }

    div#recommender-shoes-home, div#recommender-racket-home {
        width: 50%;
        height: 50%;
        background-position-x: center;
        background-position-y: top;
    }

    div#recommender-shoes-home {
        order: 1;
    }

    div#recommender-racket-home {
        order: 2;
    }

    div#recommender-test-home {
        order: 3;
        position: absolute;
        right: 0;
        width: 50%;
        margin-top: -8px;
        background-position-y: -27px;
    }

    div#block-recommender a.btn.dark-btn {
        bottom: -20px;
    }

    div#block-recommender a.btn.orange-btn {
        bottom: -28px;
    }

    #block-recommender .featured-padel-sell.container {
        padding-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    /*WORDPRESS CONNECT*/
    div#wordpressconnect {
        margin-bottom: 0PX;
    }

    div#youtube-api-box {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        margin-bottom: 15px;
    }

    div#youtube-api-box .youtubePlaceholder {
        position: absolute;
        top: 0;
        width: calc(100% - 24px);
        height: 100%;
        max-height: 100%;
    }

    /*END WORDPRESS CONNECT*/
}

@media (max-width: 767.98px) {
    /*BLOCK REASSURANCE*/
    .fake-reassurace {
        font-size: 11px;
    }

    .zdp-sprite.ico-reassurance-truck, .zdp-sprite.ico-reassurance-15days, .zdp-sprite.ico-reassurance-card {
        margin-right: 5px;
    }

    /*END BLOCK REASSURANCE*/
    /*TIENDA DE PADEL ONLINE*/
    ul.online-padel-store img.lazyLoad4Webs {
        margin-bottom: 8px;
    }

    /*END TIENDA DE PADEL ONLINE*/
    /*PADEL COMPRAS DESTACADAS*/
    section.second-wall.featured-padel-sell-wall {
        padding: 40px 0;
    }

    .featured-padel-sell.container .h2.products-section-title.text-uppercase {
        margin-top: 0;
    }

    ul.online-padel-store, ul.online-padel-store > li:nth-child(5) h2, ul.online-padel-store > li:nth-child(6) h2 {
        margin-bottom: 0;
    }

    /*END PADEL COMPRAS DESTACADAS*/
    /*REVI*/
    .revi_footer_left {
        padding: 0;
    }

    .revi_footer_center {
        padding: 0;
    }

    .revi_footer_left {
        width: 40%;
    }

    .revi_footer_center {
        width: 60%;
    }

    .revi_footer_home {
        margin-top: 25px;
    }

    /*END REVI*/
    .second-wall.featured-padel-sell-wall, section.third-wall.featured-products.container-banner-free .featured-padel-sell, .online-padel-store-block, .online-padel-store-block > .unskew, .container-banner-free img, .featured-padel-sell.container > * {
        transform: skewY(0deg);
    }

    .second-wall.featured-padel-sell-wall, section.third-wall.featured-products.container-banner-free .featured-padel-sell {
        margin-top: 0;
    }

    /*CMS FOOTER*/
    div#cms_footer_home .title_cms_home {
        font-size: 20px;
        padding: 40px 0 23px;
    }

    div#cms_footer_home {
        padding-top: 0;
    }

    div#custom-text {
        padding-bottom: 40px;
    }

    /*END CMS FOOTER*/
    /*WORDPRESS CONNECT*/
    #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title, .h2.products-section-title.text-uppercase {
        font-size: 25px;
    }

    div#wordpressconnect h2.h2.products-section-title.text-uppercase {
        margin-top: 0px;
    }

    /*END WORDPRESS CONNECT*/

    .recommender-home {
        background-position-y: top;
        background-size: inherit;
    }

    div#recommender-shoes-home, div#recommender-racket-home {
        height: 455px;
        margin-bottom: 20px;
    }

    div#recommender-shoes-home .btn, div#recommender-racket-home .btn {
        bottom: -50px;
    }

    div#recommender-test-home .btn {
        bottom: 10px;
    }

    div#recommender-test-home {
        height: 730px;
        margin-top: 20px;
        order: 2;
        background: url(https://www.zonadepadel.es/modules/fwrecomendador/views/img/front/jugador-home-movil.png);
        background-repeat: no-repeat;
        background-position-x: center;
    }

    #recommender-content {
        height: auto;
        margin: 15px 0 30px;
    }

    div#recommender-racket-home {
        margin-top: -20px;
        order: 1;
    }
 
    div#block-recommender h2 {
        margin: 0;
        padding: 25px 0 25px;
        background: #FFF;
    }

    div#recommender-shoes-home{
        order: 3;
    }
}

@media (max-width: 575.98px) {
    /*TIENDA DE PADEL ONLINE*/
    .online-padel-store li > a > h3 {
        font-size: 15px;
    }

    ul.online-padel-store img.lazyLoad4Webs {
        margin-bottom: 10px;
    }

    .fake-reassurace {
        margin-bottom: 24px;
    }

    div#franja-one-parent .unskew > span {
        font-size: 16px;
        padding-bottom: 25px;
    }

    /*END TIENDA DE PADEL ONLINE*/
    /*COMPRAS DESTACADAS*/
    .featured-padel-sell.container .online-padel-store li > h2 > a {
        margin-bottom: 30px;
    }

    /*END COMPRAS DESTACADAS*/
    /*BANNER FREE*/
    .container-banner-free img {
        width: 100%;
    }

    /*END BANNER FREE*/
    /*REVI*/
    .revi_footer_home {
        display: flex;
        flex-direction: column;
        height: 560px;    
        margin-bottom: 25px;
    }

    .revi_footer_left, .revi_footer_right {
        width: 100%;
    }

    .revi_footer_center {
        width: 300px;
    }

    .revi_footer_left {
        margin-top: 30px;
    }

    .revi_footer_right {
        margin-top: 65px;
        padding: 0 15px;
    }

    .revi_footer_right:after {
        top: -35px;
    }

    .revi_footer_right:before {
        top: -35px;
    }

    .footer_comment {
        height: 70px;
    }

    .footer_rating {
        padding: 0px 15px;
    }

    .footer_rating .rating_revi_custom, .footer_top_comment .rating_revi_custom {
        transform: scale(0.75);
    }

    .footer_rating .rating_revi_custom, .footer_top_comment .rating_revi_custom {
        width: 110px;
    }

    .rating_revi_custom {
        margin-left: 0;
    }

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

    .footer_top_comment > * {
        margin-left: 0;
    }

    .footer_top_comment .rating_revi_custom {
        margin: 0 auto;
    }

    .footer_comment {
        margin-top: 15px;
        text-align: center;
    }

    .revi_footer_right .owl-dots {
        left: calc(50% - 51px);
    }

    /*END REVI*/
    /*BRANDS*/
    .container.brands img {
        padding-bottom: 28px;
    }

    .container.brands li:nth-child(9) img, .container.brands li:nth-child(10) img, .container.brands li:nth-child(11) img, .container.brands li:nth-child(12) img {
        padding-bottom: 0;
    }

    /*ENDS BRANDS*/
    /*WORDPRESS CONNECT*/
    p.wordpressconnect-excerpt {
        height: 40px;
    }

    #products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .product-miniature .products-section-title, .h2.products-section-title.text-uppercase {
        font-size: 30px;
    }

    p.wordpressconnect-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 19px;
    }

    .wp-post:last-child {
        padding-bottom: 0;
    }

    div#cms_footer_home .title_cms_home {
        text-align: center;
    }

    div#cms_footer_home .block_cms p {
        text-align: justify;
    }

    /*END WORDPRESS CONNECT*/
}

@media (max-width: 479.98px) {
    .text-reassurance {
        display: block;
    }

    /*TIENDA DE PADEL ONLINE*/
    ul.online-padel-store.row > li:first-child, ul.online-padel-store.row > li:last-child {
        width: 100%;
    }

    /*END TIENDA DE PADEL ONLINE*/

    .recommender-home {
        background-size: cover;
        object-fit: none;
    }

    div#block-recommender .btn {
        font-size: 14px;
        width: 330px;
    }
}

@media (max-width: 379.98px) {
    div#block-recommender .btn {
        font-size: 13px;
        width: 300px;
    }
}

/*END MEDIA QUERIES MOBILE*/

/*MEDIA QUERIES DESKTOP*/
@media (min-width: 992px) {
    /*BLOCK REASSURANCE*/
    .owl-carousel.off {
        display: flex;
    }

    .owl-carousel-brands.off .item {
        width: 12%;
        float: left;
    }

    /*END BLOCK REASSURANCE*/
}


/*MEDIA QUERIES DESKTOP*/
@media (min-width: 1200px) {
    /*BLOCK REASSURANCE*/
    .owl-carousel.off {
        display: flex;
    }

    .owl-carousel-reassurance.off .item {
        width: 25%;
        float: left;
    }

    /*END BLOCK REASSURANCE*/
}

@media (min-width: 1400px) {
    /*SLIDER HOME*/
    div#carousel-home-container {
        min-height: 470px;
    }

    /*END SLIDER HOME*/
}

@media (min-width: 1600px) {
    /*SLIDER HOME*/
    div#carousel-home-container {
        min-height: 535px;
    }

    /*END SLIDER HOME*/
}

@media (max-width: 1599.98px) {
    .recommender-home {
        background-size: contain;
    }
}

@media (max-width: 1399.98px) {
    /*WORPRESS CONNECT*/
    .youtubePlaceholder {
        max-height: 440px;
    }

    .wordpressconnect-post-preinfo .left, .wordpressconnect-post-preinfo .right {
        font-size: 12px;
    }

    .wordpressconnect-title {
        font-size: 20px;
        height: 48px;
        margin: 5px 0 10px;
        line-height: 24px;
        overflow: hidden;
    }

    p.wordpressconnect-excerpt {
        font-size: 13px;
        line-height: 20px;
    }

    .wordpressconnect-post-preinfo {
        padding: 12px 0;
    }

    /*END WORPRESS CONNECT*/

    .recommender-home {
        background-position-y: center;
    }
}

@media (max-width: 1305.98px) {
    .text-reassurance {
        display: flex;
        flex-direction: column;
        line-height: 17px;
        text-align: left;
    }

    div#fake-reassurance-row div.item {
        align-items: center;
    }
}

/*MEDIA QUERIES DESKTOP*/