/* * {
    transition: .25s !important;
} */

.my-slider-progress {
    background: #ccc;
}

.my-slider-progress-bar {
    background: greenyellow;
    height: 2px;
    transition: width 400ms ease;
    width: 0;
}

.empty_slider_first_woo_homzentrum {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 0;
}

.empty_slider_first_woo_homzentrum p {
    font-size: 18px !important;
    font-family: "Gotham Bold", sans-serif !important;
    color: #fff !important;
    background: #383d49;
    padding: 8px 16px;
    margin-bottom: 0 !important;
}

#slide1hz * {
    font-family: "Gotham Book", sans-serif;
}

#slide1hz {
    height: 550px;
}

#slide1hz .splide__slide {
    height: 475px;
}

#slide1hz .splide__slide .cards_sec1_cats_woo_homezentrum {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: .5rem;
}

#slide1hz .splide__slide .cards_sec1_cats_woo_homezentrum .head {
    flex: 0 0 410px;
    overflow: hidden;
    position: relative;
}

#slide1hz .splide__slide .cards_sec1_cats_woo_homezentrum .head img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: .25s;
}

#slide1hz .splide__slide .cards_sec1_cats_woo_homezentrum .footer .ttl_cat {
    font-size: 18px;
    font-weight: 600;
    color: #383d49;
    line-height: 18px;
    text-transform: uppercase;
}

#slide1hz .splide__slide .cards_sec1_cats_woo_homezentrum .head::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    position: absolute;
    transition: .25s;
    opacity: 0;
    visibility: hidden;
}

#slide1hz .splide__slide .cards_sec1_cats_woo_homezentrum:hover .head img {
    scale: 1.15;
}

#slide1hz .my-slider-progress {
    margin: auto;
    margin-top: 2rem;
    background: #adafb473;
    width: 66%;
}

#slide1hz .my-slider-progress .my-slider-progress-bar {
    height: 5px;
    background: #ef3e29;
}

#slide1hz .splide__slide .dbbl_cathz {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#slide1hz .splide__slide .dbbl_cathz .cards_sec1_cats_woo_homezentrum.cthz {
    height: 213px;
    justify-content: space-between;
}

#slide1hz .splide__slide .dbbl_cathz .cards_sec1_cats_woo_homezentrum .head {
    flex: 1 0 135px;
}

#slide1hz .splide__slide .dbbl_cathz .cards_sec1_cats_woo_homezentrum .footer .ttl_cat {
    line-height: 1rem !important;
}

#slide1hz .splide__arrow {
    background: none !important;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none !important;
    transform: translateY(-100%);
    outline: none !important;
    top: 50%;
    opacity: 1 !important;
}

#slide1hz .splide__arrow.splide__arrow--prev {
    left: -4.5rem;
}

#slide1hz .splide__arrow.splide__arrow--next {
    right: -4.5rem;
}

#slide1hz .splide__arrow svg {
    fill: #ef3e29;
    height: 48px;
    width: 48px;
}

#slide1hz .splide__arrow:hover svg {
    scale: .9;
}

#collections_section_homezentrum * {
    font-family: "Gotham Book", sans-serif;
}

#collections_section_homezentrum {
    width: 100%;
    height: 880px;
    position: relative;
}

#collections_section_homezentrum>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    object-fit: cover;
}

#collections_section_homezentrum .content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 15;
    display: flex;
}

#collections_section_homezentrum .content .card_collection {
    height: 100%;
    flex: 1 1 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 2px solid #ffffffa8;
    position: relative;
}

#collections_section_homezentrum .content .card_collection .content_card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    gap: 3rem;
}

#collections_section_homezentrum .content .card_collection .content_card .ttl_card_collection {
    font-size: 32px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
    font-family: 'Gotham Bold';
    text-transform: uppercase;
}

#collections_section_homezentrum .content .card_collection .content_card .link_collection {
    color: #fff;
    background: #EF3E29;
    font-size: 18px;
    font-weight: 600;
    padding: 1px 12px;
    transition: .25s !important;
    font-family: 'Gotham Bold', sans-serif;
    letter-spacing: 1px;
    border: 2px solid #ef3e29;
}

#collections_section_homezentrum .content .card_collection .content_card .link_collection:hover {
    scale: .95;
}

#collections_section_homezentrum .content .card_collection:first-child {
    border-left: 0;
}

#collections_section_homezentrum .content .card_collection .content_card {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .25s;
}

#collections_section_homezentrum .content.active-content .card_collection .content_card {
    top: 0;
    transform: translateY(16px);
}

#collections_section_homezentrum .content .card_collection.active .content_card {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

#collections_section_homezentrum .content .card_collection.active .content_card .ttl_card_collection {
    color: #fff !important;
    transform: translateY(-32px);
    scale: 1.15;
}

#collections_section_homezentrum .content .card_collection.active .content_card .link_collection {
    display: flex !important;
    background: transparent !important;
    border-color: #fff !important;
}

#collections_section_homezentrum .content.active-content .card_collection .content_card .ttl_card_collection {
    color: #ffffff50;
}

#collections_section_homezentrum .content.active-content .card_collection .content_card .link_collection {
    display: none;
}

#back_img_orange_home {
    position: relative;
}

#back_img_orange_home::before {
    content: '';
    position: absolute;
    width: 75%;
    height: 75%;
    background: #ef3e29;
    left: 0;
    top: -10%;
    z-index: -1;
}

#islands_container {
    width: 100%;
}

#islands_container * {
    font-family: "Gotham Bold", sans-serif;
}

#islands_container .content_islands {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 700px;
    padding: 64px 32px;
}

#islands_container .content_islands .title_default {
    font-size: 140px;
    position: absolute;
    font-weight: bold;
    color: #ef3e29;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
    top: 50%;
}

#islands_container .content_islands>.the_islands {
    z-index: 15;
    position: relative;
    width: 100%;
    max-width: 1200px;
}

#islands_container .content_islands .dot_map {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: #e8e8e8;
    z-index: 20;
    border-radius: 50%;
    outline: 4px solid #e8e8e8;
    outline-offset: 6px;
    left: 53.5%;
    top: 67%;
    cursor: pointer;
    animation: dotmapAnimated 1s ease-in-out infinite alternate;
}

#islands_container .content_islands .dot_map.b {
    left: 84%;
    top: 53%;
}

#islands_container .content_islands .dot_map.c {
    left: 90.5%;
    top: 29%;
    transition: .25s;
}

@keyframes dotmapAnimated {
    0% {
        background: #ef3e29;
        outline: 4px solid #ef3e29;
        scale: .875;
    }

    100% {
        background: #e8e8e8;
        scale: 1;
    }
}

#islands_container .content_islands .backs {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.the_islands.others {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .25s;
}

.the_islands.others.active {
    opacity: 1;
    visibility: visible;
    z-index: 15;
}

#islands_container .content_islands .backs.active {
    opacity: 1;
    visibility: visible;
}

#islands_container .content_islands .dot_map.active {
    background: #00b627 !important;
    outline: 4px solid #00b627 !important;
    animation: none !important;
    scale: .875;
}

#islands_container .content_islands .title_islands_names {
    font-size: 120px;
    position: absolute;
    font-weight: bold;
    color: rgba(255, 255, 255);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: -1rem;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase !important;
    transition: .25s;
    line-height: 110px;
}

#islands_container .content_islands .title_islands_names.active {
    opacity: 1;
    visibility: visible;
    z-index: 15;
}

/* #islands_container .content_islands::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    z-index: 12;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
} */

#islands_container .content_islands.active::before {
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(4px);
}

#islands_container .content_islands .contain_dots {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    position: absolute;
}

#islands_container .islands_legend {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 30px;
}

#islands_container .islands_legend_1 {
    width: 50%;
    max-width: 400px;
    font-weight: 400;
    font-family: "Gotham Book", sans-serif;
    display: flex;
    align-items: center;
}

#islands_container .islands_legend_2 {
    width: 50%;
    max-width: 200px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
}

#islands_container .islands_legend_2:before {
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #e43f2d;
    display: inline-block;
    box-shadow: 0 0 4px 5px #e43f2d;
    border: 4px solid #fff;
    margin-right: 15px;
}

#islands_container .islands_legend_1:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
    display: inline-block;
    margin-right: 10px;
}

#collections_section_homezentrum .other_collections_back {
    transition: .25s;
    opacity: 0;
    visibility: hidden;
}

#collections_section_homezentrum .other_collections_back.active {
    opacity: 1;
    visibility: visible;
}

#collections_section_homezentrum_movil * {
    font-family: "Gotham Book", sans-serif;
}

#collections_section_homezentrum_movil .card_movil_collection {
    position: relative;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#collections_section_homezentrum_movil .card_movil_collection img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* #collections_section_homezentrum_movil .card_movil_collection::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 5;
} */

#collections_section_homezentrum_movil .card_movil_collection .content_card_movil {
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
}

#collections_section_homezentrum_movil .card_movil_collection .content_card_movil .ttl_card_collection_movil {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

#collections_section_homezentrum_movil .card_movil_collection .content_card_movil .link_collection {
    background: #EF3E29;
    color: #fff;
    font-size: 16px;
    padding: 4px 16px;
    font-weight: 600;
    transition: .25s;
}

#collections_section_homezentrum_movil .card_movil_collection .content_card_movil .link_collection:hover {
    scale: .875;
}

#collections_section_homezentrum_movil .splide__arrow {
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    outline: none !important;
    border: 4px solid #fff;
    opacity: 1;
    background: transparent !important;
}

#collections_section_homezentrum_movil .splide__arrow svg {
    fill: #ef3e29;
}

.container_template_island {
    width: 100%;
}

.container_template_island .content_template_island {
    width: 100%;
    display: flex;
}

.container_template_island .content_template_island .r_side {
    width: 60%;
    min-height: 700px;
    position: relative;
}

.container_template_island .content_template_island .l_side {
    width: 40%;
}

.container_template_island .content_template_island .r_side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container_template_island .content_template_island .card_shop {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container_template_island .content_template_island .card_shop .t_side {
    height: calc(100% - 275px);
    padding: 24px;
}

.container_template_island .content_template_island .card_shop .b_side {
    height: 275px;
}

.container_template_island .content_template_island .card_shop .b_side>section {
    height: 100%;
}

.container_template_island .content_template_island .card_shop .b_side section ul {
    height: 275px;
}

.container_template_island .content_template_island .card_shop .b_side section ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .25s !important;
}

.container_template_island .content_template_island .card_shop .b_side section ul li:hover img {
    scale: 1.15;
}

.container_template_island .content_template_island .card_shop .b_side section button.splide__arrow {
    background: #ffffff4f;
    width: 2.5rem;
    height: 2.5rem;
    border: none !important;
    outline: none !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    backdrop-filter: blur(4px);
}

.container_template_island .content_template_island .card_shop .b_side section button.splide__arrow svg {
    fill: #ef3e29;
}

.container_template_island .content_template_island .card_shop .t_side .title_shop {
    font-size: 24px;
    font-weight: 600;
    font-family: "Gotham Bold", sans-serif;
    color: #383d49;
    margin-bottom: 1rem;
    display: block;
    position: relative;
    padding-right: 2rem;
}

.container_template_island * {
    font-family: 'Gotham Book', sans-serif;
}

.container_template_island .content_template_island .card_shop .t_side .description p {
    margin-bottom: .5rem;
    line-height: 1.75rem;
}

.container_template_island .content_template_island .card_shop .t_side .description p a {
    display: block;
    color: #ef3e29;
}

.container_template_island .content_template_island .card_shop .t_side .title_shop .to_dot {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #e8e8e8;
    z-index: 20;
    border-radius: 50%;
    outline: 2px solid #e8e8e8;
    outline-offset: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    animation: dotmapAnimated 1s ease-in-out infinite alternate;
    transition: .25s !important;
}

.container_template_island .content_template_island .card_shop .t_side .title_shop .to_dot:hover,
.container_template_island .content_template_island .card_shop .t_side .title_shop .to_dot.active {
    animation: none !important;
    scale: .875;
    background: #00b627;
    outline-color: #00b627;
}

.container_template_island .content_template_island .r_side .dot_in_map {
    background: #ef3e29;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 16px;
    position: absolute;
    padding-left: 2.25rem;
    left: 34%;
    top: 84%;
}

.container_template_island .content_template_island .r_side .dot_in_map .dot {
    display: block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #383d49 !important;
    border-radius: 50%;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    outline: 2px solid #383d49 !important;
    outline-offset: 6px;
    animation: dotmapAnimated 1s ease-in-out infinite alternate;
    z-index: 10;
    cursor: pointer;
}

.container_template_island .content_template_island .r_side .dot_in_map .dot:hover,
.container_template_island .content_template_island .r_side .dot_in_map .dot.active {
    background: #00b627 !important;
    outline-color: #00b627 !important;
    animation: none !important;
    scale: .875;
}

.line_between_dots_homezentrum {
    position: absolute;
    z-index: 100;
    height: 4px;
    background: #00b627;
}

.container_template_island .content_template_island .card_shop .t_side .container_google_review {
    width: 200px;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .125);
    margin-top: 1rem;
}

.container_template_island .content_template_island .r_side .dot_in_map.corralejo {
    top: 7%;
    left: 71%;
}

.container_template_island .content_template_island .r_side .dot_in_map.matorral {
    left: 71%;
    top: 46%;
}

.container_template_island .content_template_island .r_side .dot_in_map.playablanca {
    left: 11%;
    top: 90%;
}

.container_template_island .content_template_island .r_side .dot_in_map.tias {
    top: 71%;
    left: 44%;
}

.container_products_related_homezentrum * {
    font-family: 'Gotham Book', sans-serif;
}

.container_products_related_homezentrum {
    background: #ef3e29;
    padding: 32px 64px;
    max-width: 1200px;
}

.card_products_related_homzentrum {
    background: #fff;
    padding: 24px 16px;
}

.card_products_related_homzentrum .head {
    height: 225px;
    margin-bottom: 1rem;
}

.card_products_related_homzentrum .head a {
    width: 100%;
    height: 100%;
}

.card_products_related_homzentrum .head a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card_products_related_homzentrum .body {
    display: flex;
    flex-direction: column;
}

.card_products_related_homzentrum .body .rf1 {
    flex: 1 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card_products_related_homzentrum .body .rf1 .product_related_title {
    font-size: 16px;
    font-weight: 600;
    color: #383D49;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
}

.card_products_related_homzentrum .body .rf2 {
    flex: 1 0 30px;
}

.card_products_related_homzentrum .body .rf2 .amount {
    font-size: 18px;
    font-weight: 400;
    color: #383d49;
}

.card_products_related_homzentrum .body .rf3 a {
    background: #e23b27;
    line-height: 12px !important;
    padding: 2px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #ef3e29;
    transition: .25s !important;
    text-transform: uppercase;
    font-family: 'Gotham Bold';
}

.card_products_related_homzentrum .body .rf3 {
    margin-top: 1rem;
}

.card_products_related_homzentrum .body .rf3 a:hover {
    background: #fff !important;
    color: #ef3e29;
}

.container_products_related_homezentrum button.splide__arrow {
    opacity: 1;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #fff;
    border: none !important;
    outline: none !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

.container_products_related_homezentrum button.splide__arrow:hover {
    scale: .9;
}

.container_products_related_homezentrum button.splide__arrow svg {
    fill: #ef3e29;
}

.container_products_related_homezentrum button.splide__arrow.splide__arrow--prev {
    left: -3rem;
}

.container_products_related_homezentrum button.splide__arrow.splide__arrow--next {
    right: -3rem;
}

.container_products_related_homezentrum .ttl_related_products {
    display: block;
    text-align: center;
    font-family: "Gotham Bold", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
}

.gallery_product_page_homezentrum {
    width: 100%;
    height: 450px;
}

.gallery_product_page_homezentrum .content_gallery_product_page_homezentrum {
    height: 100%;
    overflow: auto;
    position: relative;
}

.gallery_product_page_homezentrum .content_gallery_product_page_homezentrum img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery_product_page_homezentrum .content_gallery_product_page_homezentrum .variation-image {
    display: none;
}

.gallery_product_page_homezentrum .content_gallery_product_page_homezentrum::-webkit-scrollbar {
    width: 0px;
}

.gallery_product_page_homezentrum .content_gallery_product_page_homezentrum .indicated_user_scroll {
    position: absolute;
    left: 50%;
    background: #fff;
    bottom: 2rem;
    width: 3rem;
    padding: 16px 0;
    display: flex;
    backdrop-filter: blur(4px);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .125);
    transition: .25s !important;
    transform: translateX(-50%);
}

.gallery_product_page_homezentrum .content_gallery_product_page_homezentrum .indicated_user_scroll.hide {
    display: none;
}

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-bottom: -.5rem;
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid #ef3e29;
    border-bottom: 2px solid #ef3e29;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}

.unu {
    margin-top: 1px;
}

.unu,
.doi,
.trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid #ef3e29;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ef3e29;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #ef3e29;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.gallery_product_page_homezentrum:hover .content_gallery_product_page_homezentrum .indicated_user_scroll {
    opacity: 0;
    visibility: hidden;
}

.container_text_delivery {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 2rem;
    padding: 0px 16px;
}

.container_text_delivery p {
    font-size: 16px;
    font-family: 'Gotham Book', sans-serif;
    margin: 0;
}

.container_btn_change_information_product_page_homezentrum {
    display: flex;
}

.container_btn_change_information_product_page_homezentrum .btn_change {
    background: #fff;
    color: #ef3e29;
    font-size: 16px;
    font-family: 'Gotham Book';
    font-weight: 600;
    line-height: 1.1rem;
    padding: 16px 32px;
    border-radius: 0px;
    border: 1px solid #ef3e29;
    transition: .25s !important;
}

.container_btn_change_information_product_page_homezentrum .btn_change:hover,
.container_btn_change_information_product_page_homezentrum .btn_change.active {
    background: #ef3e29;
    color: #fff;
}

.description_content_product .title_description {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #383d49;
    margin-bottom: 1rem;
}

.description_content_product * {
    font-family: 'Gotham Book', sans-serif;
}

.description_content_product .content_description {
    line-height: 1.1rem;
    font-size: 16px;
    margin-bottom: 0;
}

.description_content_product .content_description a {
    font-weight: 600;
    color: #ef3e29;
}

.movil_is_conected_link {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s !important;
}

.movil_is_conected_link svg {
    width: 20px;
    height: 20px;
    fill: #ef3e29;
}

.movil_is_conected_link:hover {
    background: #ef3e29 !important;
}

.movil_is_conected_link:hover svg {
    fill: #fff;
}

.card_products_related_homzentrum .body .cat_name_slider_related {
    font-size: 16px;
    color: #ef3e29;
    font-weight: 500;
}

.card_products_related_homzentrum .body .rf0 {
    flex: 0 0 24px;
}

/* ------------------------------- Responsive --------------------------------------------------  */
/* Breakpoints Desktop -------  */
@media(max-width: 1200px) and (min-width: 1025px) {
    .elementor-widget.ttl_home_tolow.elementor-element .elementor-heading-title {
        font-size: 80px;
    }

    .empty_slider_first_woo_homzentrum {
        padding: 24px 0;
    }

    .btn_best_seller .cart a.add_to_cart_button {
        white-space: nowrap;
    }

    #islands_container .content_islands .title_default {
        font-size: 120px;
    }

    #islands_container .content_islands>.the_islands {
        max-width: 800px;
    }

    #islands_container .content_islands .contain_dots {
        max-width: 800px;
    }

    #islands_container .content_islands .dot_map {
        height: 1rem;
        width: 1rem;
        left: 53.5%;
        top: 63%;
    }

    #islands_container .content_islands .dot_map.c {
        top: 33%;
    }

    #islands_container .content_islands .title_islands_names {
        font-size: 100px;
        line-height: 100px;
    }

    #islands_container .content_islands {
        min-height: 600px;
    }
}

@media(max-width: 1585px) and (min-width: 1025px) {
    .short1_media_margin {
        margin: 0 32px;
    }
}

/* Breakpoints Desktop -------  */
/* Tablet -------  */
@media(max-width: 1024px) {
    .card_products_related_homzentrum .body .rf3 a {
        font-size: 14px;
    }

    .gallery_product_page_homezentrum {
        height: 400px;
    }

    .container_products_related_homezentrum {
        padding: 48px;
    }

    .container_template_island .content_template_island .r_side .dot_in_map.tias {
        left: 45%;
        top: 65%;
    }

    .container_template_island .content_template_island .r_side .dot_in_map.playablanca {
        left: 26%;
        top: 83%;
    }

    .container_template_island .content_template_island .r_side .dot_in_map.corralejo {
        left: 62%;
    }

    .container_template_island .content_template_island .r_side .dot_in_map.matorral {
        left: 62%;
        top: 39%;
    }

    .empty_slider_first_woo_homzentrum {
        padding: 24px 0;
    }

    #islands_container .content_islands {
        padding: 48px 24px;
        min-height: 500px;
    }

    #islands_container .content_islands>.the_islands {
        max-width: 700px;
    }

    #islands_container .content_islands .contain_dots {
        max-width: 700px;
    }

    #islands_container .content_islands .title_default {
        font-size: 90px;
    }

    #islands_container .content_islands .dot_map {
        width: 1rem;
        height: 1rem;
        left: 53%;
        top: 65%;
    }

    #islands_container .content_islands .dot_map.c {
        top: 31%;
    }

    #islands_container .content_islands .title_islands_names {
        font-size: 75px;
        line-height: 84px;
    }

    .container_template_island .content_template_island {
        flex-direction: column;
    }

    .container_template_island .content_template_island .l_side {
        width: 100%;
    }

    .container_template_island .content_template_island .r_side {
        width: 100%;
        min-height: 500px;
        background: #91d2e6;
    }

    .container_template_island .content_template_island .r_side .dot_in_map {
        font-size: 14px;
        padding: 6px 12px;
        padding-left: 1.75rem;
        left: 38%;
        top: 83%;
    }

    #slide1hz .my-slider-progress {
        width: 100%;
    }
}

/* Tablet -------  */
/* Mobile -------  */
@media(max-width: 767px) {

    .card_products_related_homzentrum .body .rf2 span {
        font-size: 20px;
    }

    .card_products_related_homzentrum .head {
        height: 200px;
    }

    .card_products_related_homzentrum .body .cat_name_slider_related {
        font-size: 14px;
        line-height: 15px;
    }

    .card_products_related_homzentrum .body .rf1 .product_related_title {
        font-size: 16px;
        line-height: 18px;
    }

    .card_products_related_homzentrum .body .rf3 a {
        font-size: 16px;
        padding: 4px 6px;
        letter-spacing: 1px;
    }

    .card_products_related_homzentrum .body .rf3 {
        display: flex;
        justify-content: center;
    }

    .description_content_product .title_description {
        font-size: 16px;
        margin-bottom: .5rem;
    }

    .description_content_product .content_description {
        line-height: 1.1rem;
        margin-bottom: 1rem;
    }

    .container_text_delivery {
        margin-top: 1rem;
        padding: 0px 8px;
        gap: 8px;
    }

    .container_text_delivery p {
        font-size: 14px;
    }

    .container_btn_change_information_product_page_homezentrum .btn_change {
        font-size: 12px;
        padding: 8px 16px;
        width: 100% !important;
        flex: 1 1 100% !important;
    }

    .container_btn_change_information_product_page_homezentrum {
        width: 100%;
    }

    .gallery_product_page_homezentrum {
        height: 250px;
    }

    .mouse {
        height: 32px;
        width: 20px;
    }

    .m_scroll_arrows {
        width: 12px;
        height: 12px;
    }

    .mouse_scroll {
        width: 20px;
        height: 77px;
    }

    .gallery_product_page_homezentrum .content_gallery_product_page_homezentrum .indicated_user_scroll {
        width: 2.5rem;
        padding: 8px;
    }

    .container_products_related_homezentrum button.splide__arrow.splide__arrow--next {
        right: -1.75rem;
    }

    .container_products_related_homezentrum .ttl_related_products {
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .container_products_related_homezentrum {
        padding: 32px;
    }

    .container_products_related_homezentrum button.splide__arrow {
        width: 24px;
        height: 24px;
        background: transparent;
    }

    .container_products_related_homezentrum button.splide__arrow.splide__arrow--prev {
        left: -1.75rem;
    }

    .container_products_related_homezentrum button.splide__arrow svg {
        fill: #fff;
    }

    .empty_slider_first_woo_homzentrum {
        padding: 16px 0;
    }

    .empty_slider_first_woo_homzentrum p {
        font-size: 14px !important;
        padding: 4px 8px;
    }

    #slide1hz {
        height: 327px;
    }

    #slide1hz .splide__slide .cards_sec1_cats_woo_homezentrum .head {
        flex: 0 0 275px;
    }

    #slide1hz .splide__slide .cards_sec1_cats_woo_homezentrum .footer .ttl_cat {
        font-size: 13px;
        display: inline-block;
        line-height: 14px !important;
    }

    #slide1hz .splide__slide .dbbl_cathz .cards_sec1_cats_woo_homezentrum .head {
        flex: 1 0 100px;
    }

    #slide1hz .my-slider-progress {
        margin: auto;
        width: 80%;
        margin-top: 1.5rem;
    }

    #slide1hz .splide__slide {
        height: 100%;
    }

    #slide1hz .splide__track.splide__track--slide.splide__track--ltr.splide__track--draggable {
        height: 100%;
    }

    #slide1hz .splide__slide .dbbl_cathz .cards_sec1_cats_woo_homezentrum.cthz {
        height: 140px;
    }

    #slide1hz .splide__slide .dbbl_cathz {
        height: 306px;
        justify-content: space-between;
    }

    #slide1hz .splide__slide .dbbl_cathz .cards_sec1_cats_woo_homezentrum .footer .ttl_cat {
        line-height: 14px !important;
    }

    #slide1hz .splide__arrow svg {
        width: 18px;
        height: 18px;
    }

    #slide1hz .splide__arrow.splide__arrow--prev {
        left: -.75rem;
    }

    #slide1hz .splide__arrow.splide__arrow--next {
        right: -.75rem;
    }

    #slide1hz .splide__arrow {
        background: #000 !important;
        width: 2rem;
        height: 2rem;
        opacity: 1;
        border-radius: 50%;
    }

    #slide1hz .splide__arrow svg {
        fill: #fff;
    }

    #collections_section_homezentrum_movil .card_movil_collection {
        height: 75vh;
        align-items: flex-start;
    }

    #collections_section_homezentrum_movil .card_movil_collection .content_card_movil .ttl_card_collection_movil {
        font-size: 24px;
        text-transform: uppercase;
        line-height: 28px;
    }

    #collections_section_homezentrum_movil .card_movil_collection .content_card_movil .link_collection {
        letter-spacing: 1px;
        font-size: 18px;
        padding: 3px 12px;
        margin-top: 25px;
    }

    #collections_section_homezentrum_movil .splide__arrow {
        width: 50px;
        height: 50px;
        top: 100px;
        border: navajowhite;
    }

    #collections_section_homezentrum_movil .splide__arrow svg {
        height: 40px;
        width: 40px;
    }

    #collections_section_homezentrum_movil .card_movil_collection .content_card_movil {
        width: 60%;
        margin-top: 60px;
    }

    .container_template_island .content_template_island .card_shop .t_side .title_shop {
        font-size: 16px;
        margin-bottom: .5rem;
    }

    .container_template_island .content_template_island .card_shop .t_side .description p {
        font-size: 14px;
        margin-bottom: .15rem;
    }

    .container_template_island .content_template_island .card_shop .b_side {
        height: 250px;
    }

    .container_template_island .content_template_island .card_shop .t_side {
        padding: 24px 16px;
    }

    .container_template_island .content_template_island .r_side {
        min-height: 200px;
    }

    .container_template_island .content_template_island .r_side .dot_in_map {
        font-size: 8px;
        padding: 4px 8px;
        padding-left: 1.5rem;
        top: 81%;
    }

    .container_template_island .content_template_island .r_side .dot_in_map .dot {
        width: .5rem;
        height: .5rem;
    }

    .container_template_island .content_template_island .card_shop .t_side .container_google_review {
        width: 150px;
    }

    #widget_add_to_cart_homezentrum table tbody>tr td .variable-items-wrapper li {
        font-size: 12px;
    }

    #widget_add_to_cart_homezentrum .woocommerce-variation-price .price {
        font-size: 14px;
    }
}

/* Mobile -------  */
/* ------------------------------- Responsive --------------------------------------------------  */
/* MAPA DE TIENDAS */
.mdps_contaniner {
    display: flex;
    aspect-ratio: 1920 / 1024;
}

.mdps_contaniner_left {
    width: 40%;
}

.mdps_contaniner_right {
    width: 60%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.mdps_contaniner_right img {
    width: 100%;
}

.mdps_shop_container {
    display: flex;
    padding-left: 130px;
    margin-top: 20px;
}

.mdps_point {
    width: 15px;
    height: 15px;
    background-color: #EF3E29;
    border-radius: 50%;
    transition: all .5s;
    position: relative;
    margin-right: 30px;
    margin-top: 20px;
}

.mdps_point::before,
.mdps_point::after {
    content: '';
    position: absolute;
    border: 2px solid #EF3E29;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    transition: all .5s;
}

.mdps_point::before {
    animation: expandRing2 1.5s infinite;
}

.mdps_point_data {
    width: calc(100% - 40px);
}

.mdps_point_data_title {
    margin: 0;
    font-weight: bold;
}

.mdps_point_data_dir {
    font-size: 15px;
    margin: 10px 0;
}

.mdps_point_data_schedule_title {
    font-weight: 600;
    margin: 0;
    font-size: 15px;
}

.mdps_point_data_schedule_element {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.mdps_point_data_contact_element a {
    color: #EF3E29;
    text-decoration: none;
}

.mdps_point_data_contact_element {
    font-size: 13px;
    margin: 10px 0;
}

.mdps_point_data_reviwer {
    width: 200px;
    background-color: #ffffff;
    box-shadow: 4px 3px 8px #878787 !important;
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    position: relative;
    color: #000;
    display: block;
    transform: translateX(-100px);
}

.mdps_point_data_reviwer_img {
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    box-shadow: 0px 3px 4px #878787;
    top: -15px;
    left: calc(50% - 15px);
    border-radius: 50%;
}

.mdps_point_data_reviwer_img svg {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    box-sizing: content-box;
}

.mdps_point_data_reviwer_num {
    font-size: 40px;
    font-weight: bold;
    margin-top: 8px;
    display: block;
}

.mdps_point_data_reviwer_star svg {
    width: 30px;
    height: 30px;
}

.mdps_point_data_reviwer_cal {
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.mdps_point_data_reviwer_res {
    display: block;
    font-size: 13px;
}

.mdps_shop_slider img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.mdps_shop_slider .splide__arrow {
    background-color: transparent !important;
    border: none !important;
    opacity: 1 !important;
    outline: 2px solid #fff !important;
    outline-offset: 4px;
}

.mdps_shop_slider .splide__arrow:hover {
    scale: .9;
}

.mdps_shop_slider .splide__arrow svg {
    fill: #EF3E29;
    height: 50px;
    width: 50px;
}

.mdps_shop {
    display: none;
}

.mdps_point_cont {
    position: absolute;
    display: flex;
    background-color: #EF3E29;
    cursor: pointer;
    padding: 0px 10px 0px 20px;
    height: 30px;
}

.mdps_point_cont:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-color: #EF3E29;
    position: absolute;
    left: -20px;
    border-radius: 50% 0 0 50%;
}

.mdps_point_cont .mdps_point {
    background-color: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -15px;
    top: 5px;
    margin: 0;
}

.mdps_point_cont .mdps_point:before,
.mdps_point_cont .mdps_point:after {
    border-color: #000;
    width: 40px;
    height: 40px;
}

.mdps_point_name {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}

.mdps_mp_l1 {
    position: absolute;
    left: 0;
    top: 40px;
    width: 60px;
    height: 3px;
    display: block;
    background-color: #EF3E29;
}

.mdps_mp_l2 {
    position: absolute;
    left: 57px;
    top: 40px;
    width: 3px;
    height: 0px;
    display: block;
    background-color: #EF3E29;
}

.mdps_mp_l3 {
    position: absolute;
    left: 60px;
    top: 502px;
    width: 0px;
    height: 3px;
    display: block;
    background-color: #EF3E29;
}

.mdps_point_cont.active {
    width: 0;
    padding: 0;
}

.mdps_point_cont.active:before {
    opacity: 0;
}

.mdps_point_cont.active .mdps_point_name {
    opacity: 0;
}

.mdps_point_cont.active .mdps_point {
    background-color: #EF3E29;
}

.mdps_point_cont.active .mdps_point:before,
.mdps_point_cont.active .mdps_point:after {
    border-color: #EF3E29;
}

.mdps_shop_container>.mdps_point_data_reviwer {
    display: none;
}

.mdps_point_data_reviwer:hover {
    transform: translateX(-100px)scale(1.1);
    color: #000;
}

@keyframes expandRing2 {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

@media (max-width: 1024px) {
    .mdps_contaniner {
        aspect-ratio: 1920 / 750;
    }

    .mdps_contaniner_left {
        width: 60%;
    }

    .mdps_point_data_reviwer {
        display: none;
    }

    .mdps_contaniner_right {
        width: 40%;
    }
}

@media (max-width: 768px) {

    .mdps_point_data_reviwer:hover {
        transform: scale(1.1);
    }

    .mdps_point_data {
        width: calc(100% - 45px);
    }

    .mdps_contaniner {
        display: flex;
        flex-direction: column-reverse;
    }

    .mdps_contaniner_left {
        width: 100%;
    }

    .mdps_contaniner_right {
        width: 100%;
    }

    .mdps_contaniner_right {
        aspect-ratio: 1920 / 1724;
        margin-bottom: 40px;
    }

    .mdps_shop_slider {
        height: 250px !important;
        margin-top: 20px;
    }

    .mdps_shop_slider img {
        height: 250px !important;
    }

    .mdps_shop_container>.mdps_point_data_reviwer {
        transform: translateX(0px);
        display: block;
    }

    .mdps_mp_l1,
    .mdps_mp_l2,
    .mdps_mp_l3 {
        display: none !important;
    }

    .mdps_point_cont.active .mdps_point_name {
        opacity: 1;
    }

    .mdps_point_cont.active {
        width: auto;
        padding: 0 10px 0 20px;
        background-color: #383D49;
    }

    .mdps_point_cont.active:before {
        opacity: 1;
        background-color: #383D49;
    }

    .mdps_shop_container {
        padding-left: 30px;
        padding-right: 30px;
        flex-wrap: wrap;
        flex-direction: row;
    }
}