@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&display=swap');

:root #promo-details-widget {
    --rootBlack: #000;
    --rootWhite: #fff;
    --rootGray: #f8f8f8;
    --rootGold: #c3af60;
    --rootBlue: #19426D;
    --rootYellow: #DB9E3D;

    --fontSizeWidgetTitle: 80px;
    --fontSizeWidgetSubtitle: 34px;
    --fontSizeWidgetText: 16px;

    --primaryFont: 'Castoro', serif;
    --secondaryFont: 'Roboto', serif;

    --transition: .3s ease;
    --lineHeight: 1.4;

    /* M O B I L E */
    --fontSizeWidgetMobileTitle: 36px;
    --fontSizeWidgetMobileSubtitle: 22px;
    --fontSizeWidgetMobileText: 16px;
}

/***************************
Basic styles
***************************/
#promo-details-widget * {
    box-sizing: border-box;
    line-height: var(--lineHeight);
    font-family: var(--primaryFont);
    /*border: 1px solid black;*/
}

#promo-details-widget .widget-body {
    max-width: 1920px;
    margin: auto;
}

#promo-details-widget .main-container {
    margin: 0 200px;
}


/***************************
Basic styles
***************************/
#promo-details-widget .widget-title {
    font-size: 40px;
    color: #104174;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

#promo-details-widget .widget-subtitle {
    margin-top: 40px;
    margin-bottom: 30px;
    color: var(--rootYellow);
    font-size: 30px;
}

#promo-details-widget .widget-text {
    font-family: var(--secondaryFont);
    font-size: var(--fontSizeWidgetText);
}

#promo-details-widget .img-box {
    height: 337px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

#promo-details-widget .widget-article {
    margin-bottom: 70px;
}


/*************************
Begin - content-1
**************************/
#promo-details-widget #content-1 {
    list-style: none;
    list-style-position: inside;
}

#promo-details-widget #content-1 li {
    display: flex;
    padding: 6px 0;
}

#promo-details-widget #content-1 li .li-bullet {
    display: block;
    padding-right: 10px;
    margin-top: -1.75px;
    color: #56A4F5;
}

#promo-details-widget #content-1 .book-btn {
    font-size: 16px;
    color: white;
    background: #DB9E3D;
    border: none;
    padding: 1rem 2.7rem;
    font-family: 'Roboto Medium';
    border-radius: 0;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

#promo-details-widget #content-1 .book-btn :hover {
    opacity: 0.9;
}

#promo-details-widget #content-1 {
    justify-content: center;
}

#promo-details-widget #content-1 .widget-article {
    flex: 0 0 70%;
}

#promo-details-widget #content-1 .widget-article:nth-child(1) .img-box {
    background-image: url("/present-assets/img/promo/promo-2.jpg");
}
/*************************
End - content-1
**************************/

/*************************
Begin - content-2
**************************/
#promo-details-widget #content-2 {
    list-style: none;
    list-style-position: inside;
}

#promo-details-widget #content-2 li {
    display: flex;
    padding: 6px 0;
}

#promo-details-widget #content-2 li .li-bullet {
    display: block;
    padding-right: 10px;
    margin-top: -1.75px;
    color: #56A4F5;
}

#promo-details-widget #content-2 .book-btn {
    font-size: 16px;
    color: white;
    background: #DB9E3D;
    border: none;
    padding: 1rem 2.7rem;
    font-family: 'Roboto Medium';
    border-radius: 0;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

#promo-details-widget #content-2 .book-btn :hover {
    opacity: 0.9;
}

#promo-details-widget #content-2 {
    justify-content: center;
}

#promo-details-widget #content-2 .widget-article {
    flex: 0 0 70%;
}

#promo-details-widget #content-2 .widget-article:nth-child(1) .img-box {
    background-image: url("/present-assets/img/promo/promo-1.jpg");
}
/*************************
End - content-2
**************************/



/*************************
Begin - content-2
**************************/
#promo-details-widget #content-3 {
    list-style: none;
    list-style-position: inside;
}

#promo-details-widget #content-3 li {
    display: flex;
    padding: 6px 0;
}

#promo-details-widget #content-3 li .li-bullet {
    display: block;
    padding-right: 10px;
    margin-top: -1.75px;
    color: #56A4F5;
}

#promo-details-widget #content-3 .book-btn {
    font-size: 16px;
    color: white;
    background: #DB9E3D;
    border: none;
    padding: 1rem 2.7rem;
    font-family: 'Roboto Medium';
    border-radius: 0;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

#promo-details-widget #content-3 .book-btn :hover {
    opacity: 0.9;
}

#promo-details-widget #content-3 {
    justify-content: center;
}

#promo-details-widget #content-3 .widget-article {
    flex: 0 0 70%;
}

#promo-details-widget #content-3 .widget-article .img-box.first {
    background-image: url("/present-assets/img/promo/2024-25/promo-1.png");
}

#promo-details-widget #content-3 .widget-article .img-box.second {
    background-image: url("/present-assets/img/promo/2024-25/promo-2.png");
}

#promo-details-widget #content-3 .widget-article .img-box.third {
    background-image: url("/present-assets/img/promo/2024-25/promo-3.png");
}
/*************************
End - content-2
**************************/


/*************************
Begin - price-list-widget-II-2 table
**************************/
#promo-details-widget .article-footer {
    font-size: 13px;
    padding-top: 50px;
    color: #6A6A6A;
}

#promo-details-widget .article-table {
    overflow-x: auto;
    font-size: 16px;
}

#promo-details-widget table {
    min-width: 100%;
    border-collapse: collapse;
}

#promo-details-widget thead tr {
    height: 96px;
    background-color: var(--rootYellow);
    color: var(--rootWhite);
}

#promo-details-widget tr {
    height: 48px;
}

#promo-details-widget tbody tr:nth-of-type(odd){
    /*background-color: #235F9D14;*/
    background-color: #ebf0fa;
}

#promo-details-widget tbody tr:nth-of-type(even){
    background-color: #F9F9F9;
    border: 2px solid var(--rootWhite);
    border-width:2px 0 2px 0;
}

#promo-details-widget tbody tr:nth-of-type(odd) td{
    /*background-color: #f7f7f7;*/
}

#promo-details-widget th, #promo-details-widget td {
    min-width: 160px !important;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

#promo-details-widget th, #promo-details-widget .date {
    font-size: 16px;
    font-weight: 500;
}

#promo-details-widget .date {
    color: var(--rootYellow);
}

#promo-details-widget .price {
    font-size: 18px;
    color: var(--rootBlue);
    font-weight: 600;
}

#promo-details-widget #article-table_filter, #promo-details-widget #article-table_info {
    display: none;
}
#promo-details-widget #article-table-promo_filter, #promo-details-widget #article-table-promo_info {
    display: none;
}



/*******************************
Section - R E S P O N S I V E
*******************************/

/* !Standard media query size = Extra large screens, TV */
@media only screen and (min-width : 1441px) {

}

/* !Standard media query size = Extra large screens, TV */
@media only screen and (max-width : 1440px) {
    #promo-details-widget .main-container {
        margin: 0 100px;
    }
}

/* !Standard media query size = Desktops, large screens */
@media only screen and (max-width : 1200px) {

}

/* !Standard media query size = Small screens, laptops */
@media only screen and (max-width : 1024px) {

}

/* !Standard media query size = iPads, Tablets */
@media only screen and (max-width : 768px) {
    #promo-details-widget {
        margin: 0;
    }

    #promo-details-widget .main-container {
        margin: 0 70px;
    }

    #promo-details-widget .main-content {
        flex-flow: column wrap;
    }

    #promo-details-widget .widget-title {
        text-align: left;
    }

    #promo-details-widget .widget-subtitle {
        margin: 35px 0;
    }
}

/* !Standard media query size = Mobile devices */
@media only screen and (max-width : 480px) {
    #promo-details-widget .main-container {
        margin: 0;
    }

    #promo-details-widget .widget-title {
        margin-top: 50px;
        margin-bottom: 35px;
    }

    #promo-details-widget .widget-subtitle {
        margin: 25px 0;
    }

    #promo-details-widget .widget-subtitle,
    #promo-details-widget .widget-text,
    #promo-details-widget .widget-title,
    #promo-details-widget .article-table,
    #promo-details-widget .article-footer {
        margin-right: 23px;
        margin-left: 23px;
    }

    #promo-details-widget .main-content .widget-article {
        margin-bottom: 40px;
    }

    #promo-details-widget .img-box {
        border-radius: 0px;
    }
}
