/*
 * CSS File: ajax_home_cuban.css
 * Description: Transfer the in-page styles from ajax_home_cuban.php to a separate CSS file.
 * Created: 2025-06-02
 * Last Updated: 2025-06-02
 */



.cubancigar_highlights {
    position: relative;
}

.title_container {
    left: 52%;
    position: absolute;
    z-index: 3;
}

.title_container>div:nth-of-type(1) {
    font-size: 40px;

}

.title_container>div:nth-of-type(2) {
    font-size: 14px;
    padding: 10px 0px;
}

.title_container .but_more {
    padding: 10px 20px;
    cursor: pointer;
    display: table;
    box-shadow: 0px 0px 0px 1px #333;
}

.cuban_ads_container {
    right: 53%;
    z-index: 10;
    width: 450px;
    height: 100%;
    position: absolute;
    top: 0px;

}

.cuban_ads_container>div {
    position: -webkit-sticky;
    position: sticky;
    top: -120px;
    cursor: pointer;
}

.cuban_ads_container video {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 800px;
}

.cuban_items_container {
    position: relative;
    margin-bottom: 100px;
    padding-top: 100px;
    margin-top: 50px;
    min-height: 70vh;
}

.cuban_items_container>div>div {
    cursor: pointer;
}

.cuban_items_container>div:nth-of-type(1) {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    padding-top: 100px;
}

.cuban_items_container>div:nth-of-type(1)>div {
    margin-top: 200px;
    background: url('https://timecigar.com/library/images/tc/single_page/cubancigar/cubancigar_home_bg.jpg') no-repeat top center;
    background-size: cover;
    position: -webkit-sticky;
    position: sticky;
    height: 570px;
    top: 16rem;
}

.cuban_items_container>div:nth-of-type(2) {
    overflow: auto;
    width: 25rem;
    margin-left: 52%;
    background-color: #ffffff;
    padding: 10px;
    position: relative;
    z-index: 2;
}

.cuban_items_container img {
    width: 100%;
    height: 100%;
}

.cuban_items_container .thumb {
    margin: auto;
    margin-bottom: 10px;
}

.cuban_items_container .le {
    height: 450px;
    position: relative;
    margin-bottom: 30px;
}

.cuban_items_container .le .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.cuban_items_container .le .price, .cuban_items_container .le .price.discounted>span:nth-of-type(2) {
    color: #ffff !important;
}

.cuban_items_container .le .item_image {
    height: 100%
}

.cuban_items_container .le img {
    object-fit: cover;
}

.cuban_items_container .le .info_box {
    color: #ffffff;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    text-shadow: 0 0 5px #000000;
}

.cuban_items_container .info_box .global_price {
    padding-bottom: 0;
}

.cuban_items_container .le .info_box .local_price {
    color: #ffffff;
}

.cuban_items_container .le .but_add_cart.buy2 {
    box-shadow: 0px 0px 0px 1px #ffffff;
    color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cuban_items_container .info_box {
    padding: 10px 20px;
    margin-bottom: 70px;
}

.cuban_items_container .info_box .info {
    margin-bottom: 10px;
}

[lang=en] .cuban_items_container .info_box .info>div:nth-child(n+3):nth-child(-n+4) {
    display: none;
}

.cuban_items_container .but_add_cart.buy2 {
    padding: 18px;
    cursor: pointer;
    display: table;
    box-shadow: 0px 0px 0px 1px #333;
    font-size: 30px;
    background: none;
    color: #333;
}

.cuban_items_container .label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 10px;
    margin: 20px;
    background: #e9dbb9e0;
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
}

.cuban_items_container .buy_container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.more_details_container {
    top: 730px;
    left: 50%;
    transform: translateX(-150%);
    min-width: 300px;
}

.more_details_container>div:nth-of-type(1) {
    font-size: 30px;
    color: #B48C18;
    margin-bottom: 15px;
}

.more_details_container>div:nth-of-type(2)>div {
    padding: 10px 0px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.more_details_container>div:nth-of-type(2)>div:nth-last-of-type(1) {
    border-bottom: none;
}

.more_details_container>div:nth-of-type(2)>div::before, .more_details_container>div:nth-of-type(2)>div::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #B48C18;
    border-right: 1px solid #B48C18;
    width: 6px;
    height: 6px;
}

.more_details_container>div:nth-of-type(2)>div::after {
    left: 5px;
}

.cuban_ads_container .headline_container {
    position: absolute;
    font-size: 20px;
    color: #ffffff;
    padding: 30px;
    bottom: 4px;
    font-weight: 100;
    z-index: 100;
    background-image: linear-gradient(to top, rgba(88, 57, 39, 0.6), rgba(88, 57, 39, 0));
}

.cuban_ads_container .headline_container>div:nth-of-type(1) {
    font-size: 60px;
    letter-spacing: 8px;
    line-height: 65px;
    margin-bottom: 15px;
}

.cuban_ads_container .headline_container .subheadline {
    font-size: 18px;
}

.cuban_ads_container .but_more {
    padding: 10px 20px;
    cursor: pointer;
    display: table;
    box-shadow: 0px 0px 0px 1px #ffffff;
}

[lang=en] .cuban_ads_container .headline_container>div>div:nth-of-type(1) {
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 2px;
}

[lang=en] .cuban_ads_container .headline_container>div>div:nth-of-type(2) {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 20px 0;
    font-weight: 400;
}

[lang=en] .title_container>div:nth-of-type(1) {
    font-size: 30px;
    width: 350px;
    max-width: 100%;
}

@media only screen and (max-width: 500px) {
    .cubancigar_highlights>div {
        position: relative !important;
        margin-top: 50px;
    }

    .title_container {
        left: inherit;
        text-align: center;
        margin-bottom: 30px;
    }

    .title_container .but_more {
        margin: auto;
    }

    .title_container>div:nth-of-type(1) {
        width: 100%;
    }

    .cuban_ads_container {
        right: inherit;
        width: 100%;
    }

    .cuban_items_container {
        padding-top: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        min-height: auto;
    }

    .cuban_items_container>div:nth-of-type(2) {
        margin-left: 0px;
        width: 100%;
        display: inline-flex;
        background-color: inherit;
        overflow: auto;
    }

    .cuban_items_container>div:nth-of-type(2)>div {
        flex: 0 0 auto;
        width: 300px;
        position: relative;
        height: 450px;
        background-color: #ffffff;
    }

    .cuban_items_container .info_box {
        margin-bottom: 0px;
        position: absolute;
        z-index: 1;
        bottom: 0px;
        margin-bottom: 0px;
        width: 100%;
    }

    .cuban_items_container .le {
        margin-bottom: 0px;
    }


}


/*
 * Update Log:
 * 2025-06-02: Transfer the in-page styles from ajax_home_cuban.php to a separate CSS file.
 */