﻿.hero-slider .slider-item img {
    object-fit: cover;
    width: 100%;
    max-height: 500px;
}



.top-image {
    /* width: 100vw; */
    margin-top: -90px;
    background: #000;
    color: #FFFFFF;
    color: var(--invert-color);
}

.top-image.black-text {
    background: #fff;
    color: #000;
    font-weight: 500;
}

    .top-image img {
        width: 100%;
    }


    .top-image .slider-text-space {
        max-width: 1240px;
        max-width: var(--content-width);
        margin-left: max(15px, calc( (100% - 1240px ) / 2));
        margin-left: max(15px, calc( (100% - var(--content-width) ) / 2));
        margin-right: auto;
        /*color: var(--invert-color);*/
        /*Used to be margin-top: -11em; but that makes top image text disappears.  So changed to 11em;*/
        margin-top: -11em;
        position: absolute;
        /*bottom: 1.5em;*/
    }


    .top-image.three-line-title .slider-text-space {
        margin-top: -13em;
    }

.cbb-alert {
    color: var(--accent-color);
}
/* ============= product related classes =============================*/

.products {
    display: table;
    max-width: 400px;
    margin: 15px;
    /* width: 300px; */
    font-weight: 400;
    border: 1px solid #cccccc;
    border: 1px solid var(--primary-border-color);
}


    .products > div {
        display: table-row;
        height: 3em;
        text-align: center;
        vertical-align: middle;
    }

.product-title {
    background: #e51f23;
    background: var(--cbb-red);
    /*background: rgb(153,14,24);
    background: linear-gradient(90deg, rgba(153,14,24,1) 0%, rgba(229,31,35,1) 100%);*/
    color: #fff;
}

.product-detail {
    padding: 5px 10px 5px 10px;
}

.products-container p {
    margin: 0;
    padding: 0;
}
.line-2-height {
    min-height: 7em;
}
.line-5-height {
    min-height: 9em;
}

.line-8-height {
    min-height: 12em;
}
.products-slider .slick-slide {
    margin: 15px;
}

.slick-slide:focus {
    outline: none;
}

#products-carousel .slick-track {
    padding-bottom: 3em;
    padding-top: 2em;
}
.product-wrapper:hover {
    /*transform: scaleY(1.1); */
}


.product-container {
    box-shadow: 8px 7px 12px 1px rgba(0,0,0,.575);
    border: 1px solid #ccc;
    border: 1px solid var(--primary-border-color);
}

.product-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-weight: 600;
    font-size: 1.4em;
}

#products-carousel .product-detail {
    text-align: left;
    /*line-height: 22px;*/
    padding: 16px;
    font-size: 1.1em;
    /*border-bottom: 1px solid var(--primary-border-color);*/
}


.showLast .slick-list {
    padding: 0 132px 0 0;
}


.showLast .slick-slide {
    margin-right: 85px;
}

.detail-wrapper .product-detail:not(:first-child):before {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 10px auto; /* This will center the border. */
    width: 90%; /* Change this to whatever width you want. */
    padding-bottom: 20px; /*This creates some space between the element and the border. */
    border-top: 1px solid #ccc;
    border-top: 1px solid var(--primary-border-color); /* This creates the border. Replace black with whatever color you want. */
}


.product-emph {
    font-weight: 500;
    /*    border-top: 1px solid var(--primary-border-color); */
}

.product-box:hover {
    animation: bounce 1s;
}

.product-detail.size-varies {
    min-height: 88px;
    /*min-height: 140px if there are 4 items showing*/
}

.product-footer {
    padding: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.product-outline { /* used in sba */
    /*display: block;
    width: 45%;
    height: 630px;
    float: left;
    border: 1px solid var(--primary-color);
    margin-right: 1%;*/
}

.lending-outline {
    padding-top: 15px;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 1.6em;
    background: #f7f7f7;
    background: var(--footer-color);
}
    /*   SBA section  */
.sba {
    width: 100%;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    background: #f7f7f7;
    background: var(--footer-color);
}

    .sba:last-child {
        /* height: 470px;
        border-bottom: 4px solid var(--primary-color);*/
    }

    .sba:not(.sba-product-title) p{
        margin-left: 2em;
    }
/* commercial lending, treasury management tab - accordion settings */

a.nav-link.active:before {
    font-family: "Font Awesome 5 Free";
    content: '\f14a\00a0';
}

.nav-tabs {
    display: none;
}

.card h3 {
    margin-top: 0;
}

@media(min-width:1025px) {
    .nav-tabs {
        display: flex;
    }

    .card {
        border: none;
    }

        .card .card-header {
            display: none;
        }

        .card .collapse {
            display: block;
        }
}

@media(max-width:1024px) {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}
/*  end of tab - accordion style */
.commercial-lending .lending-outline .sba ul li, .treasury-management .lending-outline ul li {
    margin-bottom: 1.3em;
}


.treasury-management .lending-outline {
    padding-top: 2em;
}

    .lending-outline label {
        min-width: 220px;
        font-weight: 600;
    }

.trade-finance img {
    width: 120px;
    height: 120px;
}

.slick-next, .slick-prev {
    position: absolute;
    top: 49%;
    background: transparent;
    border: none;
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

.slick-dots {
    display: none !important;
}

.expanding-content {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0 0 0 6px;
    transition: max-height 225ms;
}

.product-footer span {
    transition: transform 225ms;
}

.product-footer.open > .product-box > span {
    transform: rotate(180deg);
}

.product-footer.open .expanding-content {
    display: block;
    height: auto;
    padding: 0;
}

.product-footer .fa {
    display: block;
    margin: 20px auto;
    padding: 0;
}

/* credit cards */

.ccards .product-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ccards .product-detail ul li {
        padding-bottom: 0.5em;
        border-bottom: 1px solid #ccc;
        margin-bottom: .5em;
    }

    .ccards.personal .product-title {
        font-size: 1.2em;
    }

#cc-detail-slider .slick-slide {
    margin: 0 20px;
}

.slick-prev:before, .slick-next:before {
    color: #333!important;
    color: var(--text-color) !important;
}
/*
#products-carousel .slick-current {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
    */
#products-carousel .product-container {
    height: 400px;
}

#cc-detail-slider legend {
    max-width: none;
    width: 60%;
    min-width: 350px;
}

@media (max-width: 480px) {
    #products-carousel {
        width: 100% !important;
    }
}


/* ---------------- added ---------------------*/
.product-footer.open .expanding-content {
    width: 100%;
}
/* =========== products extended properties ================*/
.page-checking {
    overflow-x: hidden;
    width: 100vw;
}

    .page-checking .top-image .container {
        height: unset;
    }

.products {
    transition: transform 225ms;
}

.product-slider.highlighted  .slick-current {
    transform: scale(1.1);
}

/*
    .products:not(.slick-active):hover {
        transform: scale(1.1);
    }

    .products.open:hover {
        transform: scale(1);
    }
*/
        /* to sync heights for different product pages */
        .checking .products {
            height: 830px;
            /* en 830 kr 760*/
        }

        .personal-checking .products {
            height: 520px;
        }
        .savings .products {
            height: 560px;
        }

        .cds .products {
            height: 620px;
        }

.ccards .products, .ccards .product-container {
    height: unset!important;
}
.ccards.personal .card-benefit {
    height: 722px;
}
/* korean needs overrid */
.ccards .card-benefit {
    height: 627px;
    border-top: 2px solid #e51f23;
    border-bottom: 2px solid #e51f23;
    border-top: 2px solid var(--cbb-red);
    border-bottom: 2px solid var(--cbb-red);
}
.page-checking .slick-list {
    padding: 30px 50px !important;
}

.page-checking main {
    overflow-x: hidden;
}

.products-slider .slick-list {
    padding: 0 20% 0 0;
}

        /*  Location branches & atm boxes  */
.atms .product-container {
    width: 92%;
    margin-bottom: 20px;
}

.atms .product-container .product-detail:before {
    content: none;
}

.atms .product-box {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.atms .product-detail label {
    width: 100px;
    line-height: 0.1em;
}
.spinner-image {
    max-width: 80px;
}
/* ========== contact us ===============================*/
.contact-button {
    border: none;
    background: none;
    padding-left: 25px;
    padding-right: 20px;
}

    .contact-button:not(:last-child) {
        border-right: 1px solid #ccc;
        border-right: 1px solid var(--primary-border-color);
    }
    .contact-button.is-checked {
        color: #990e18;
        color: var(--primary-color);
        font-weight: 500;
    }

.branchGrid__isotope .product-title {
    font-size: 1.1em;
    font-weight: 400;

}
/* ==== product carousel multi slider ============ */
#multi-slider-text {
    padding-left: 20%;
    padding-right: 20%;
}


/* ==== commercial lending, treasury management left tab property overrides */
.nav-pills a.nav-link.active, .tabs a.nav-link.active {
    background-color: #f7f7f7;
    background-color: var(--footer-color);
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    border-bottom: 1px solid var(--footer-color);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .tabs .nav-link.active, .tabs .show > .nav-link, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #990e18;
    background-color: #f7f7f7;
    color: var(--primary-color);
    background-color: var(--footer-color);
}
.nav-tabs .nav-item {
    margin-bottom: -2px;
}
.nav-link.active {
    /* font-size: 130%;*/
    font-weight: 600;
}
#v-pills-tabContent .product-outline {
    /*width: 90%; */
    padding-left: 5em;
    padding-right: 5em;
   padding-bottom: 1em;
}

    #v-pills-tabContent .product-outline .sba ul li * {
       
    }
#v-pills-tabContent .sba {
    height: auto;
}
#v-pills-tabContent .product-outline label {
    min-width: 120px;
    font-weight: 600;
    line-height: 0;
}
.commercial-lending-bg {
    background: url(/CBB.ApplicationSetting/resources/images/content-images/img-commercial-lending-side.jpg) top right no-repeat;
    background-size: contain;
}

a.nav-link.active:before {
    font-family: "Font Awesome 5 Free";
    content: '\f14a\00a0';
}

/*  ============  branches, addresses etc  ====================   */
.hours {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.branch-unit .branch-hours {
    font-weight: 600;
}
.branch-unit .branch-hours:after {
    content: "\A";
    white-space: pre;
}

.branch-unit label {
    width: 135px;
}


.contact-wrapper .row > div > div {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
}

/* ===========credit cards ================*/
#cc-image {
    float: left;
    height: 160px;
    margin-right: 100px;
}
/* 2022 credit card product new style */
.ccheading {
    display: flex;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.product-title {
    padding: 12px;
    flex: 0 0 66%;
}

    .product-title sup {
        font-size: .5em;
    }

.ccproduct-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4em;
}

.ccitem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid #999;
    width: 80%;
    margin-bottom: 2em;
}


.ccitem-note {
    flex: 0 0 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    font-weight: 600;
    font-size: 1.1em;
}

    .ccitem-note.two-line {
        padding: 4px;
    }

.product-detail {
    flex: 0 0 100%;
    padding: 2em;
}

@media (max-width: 768px) {
    .product-title {
        display: block;
    }

    a.toc::before {
        content: '\A';
        white-space: pre;
    }
}
/* ============ careers  ===================*/

.careers {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: space-between
}

    .careers .flex-column {
        flex-basis: 400px;
        min-height: 90px;
    }

    .careers span {
        color: #e51f23!important;
        color: var(--cbb-red) !important;
    }
/* ======= community ============== */
.community img {
    height: 200px;
}
    /* ============== contact  ============== */
.contact-wrapper label {
    width: 120px;
}

.contact-wrapper .branch-hours {
    font-weight: 500;
}
    .contact-wrapper .branch-hours:after {
        content: '\A';
        white-space: pre;
    }
    .branch-unit div.hours:before {
        content: '\A';
        white-space: pre;
    }
    /* ===========general text / image display properties =============================== */
    .alt-textbox-left {
        margin-right: 24px; /* width depends on image above */
        width: 90%;
    }

.alt-textbox-right {
    width: 90%;
    margin-left: 26px;
    line-height:1.3;
}

/* =================== disclaimer ======================================*/
.local-disclaimer {
    font-size: 0.8em;
}


/*======================= CTA ============================================*/

.cta-callNow__left {
    /*display: flex;*/
    margin-left: calc((100% - 1240px) / 2);
    margin-left: calc((100% - var(--content-width)) / 2);
    padding-left: 80px;
    justify-content: center;
    align-items: center;
}


    .cta-callNow__left img {
        max-width: 40px;
        margin-left: 6px;
    }

.cta-callNow__right {
    color: #fff;
    margin-top: 32px;
    margin-left: 300px;
}

    .cta-callNow__right h3 {
        color: #fff;
    }

    .cta-callNow__right p {
        /* margin-left: 30px;*/
    }

        .cta-callNow__right p a {
            color: white;
        }

    .cta-callNow__right img {
        max-width: 30px;
    }

/* .cta is being used instead, so BP renamed it
.full-width.cta {
    background: url('/CBB.ApplicationSetting/resources/images/subpages/CTA-A-Red-clean.jpg') no-repeat center center !important;
    background-size: cover !important;
    display: flex;
    padding: 16px;
}
*/


/* ============== CTA rewrite ==============================*/



.cta {
    /*
    background: url('/CBB.ApplicationSetting/resources/images/subpages/CTA-A-Red-clean.jpg') no-repeat center center !important;
    background-size: cover !important;
    display: flex;
    padding: 16px;
        */
    padding-top: 20px;
    width: 1240px;
    width: var(--content-width);
    margin-left: auto;
    margin-right: auto;
}

    .cta:after {
        content: "\A";
        white-space: pre;
    }

    .cta fieldset {
        border-radius: 0;
        padding: 10px 10px 10px 10px
    }
.cta fieldset legend {
    max-width: 550px;
    font-size: 1em;
}
    .cta fieldset legend .heading-3 {
        font-size: 2.5em;
        text-transform: uppercase;
    }

.cta fieldset div.row div {
    padding-bottom: 20px;
}


.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-container.aboutus {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

p.aboutus-padding {
    padding-left: 40px;
}
    .flex-container .ladallas {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.2em;
    }

.flex-left, .flex-right {
    width: 45%;
    min-width: 450px;
    /*border: 1px solid red;*/
}
/*
.cta-left {
    width: 50%;
    background: var(--footer-color);
    display: inline-block;
    position: relative;
}
*/

.cta-right, .cta-left {
    position: relative;
    height: 240px;
    float: left;
    padding-left: 80px;
    padding-top: 20px;
}
.cta-left {
    width: 53%;
    background: #f7f7f7;
    background: var(--footer-color);
}

.related-products-text-30 {
    width: 80%;
    padding-top: 50px;
}
.cta-product {
    position:absolute;
    height: 280px;
    overflow: hidden;
}

.cta-left:after {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 240px solid #f7f7f7;
    border-top: 240px solid var(--footer-color);
    border-bottom: 50px solid transparent;
    border-left: 0px solid transparent;
    border-right: 55px solid transparent;
    position: absolute;
    top: 0;
    right: -50px;
}

.cta-right {
    width: 47%;
    background: #990e18;
    background: var(--primary-color);
}
    .cta-right::before {
        content: '';
        line-height: 0;
        font-size: 0;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 240px solid #990e18;
        border-bottom: 240px solid var(--primary-color);
        border-left: 60px solid transparent;
        border-right: 0px solid #990e18;
        border-right: 0px solid var(--primary-color);
        position: absolute;
        top: -50px;
        left: -60px;
    }

       
.cta .call-icon {
    float: right;margin-right:120px;
}

/* ==================== CTA 2 ====================================*/
.cta .cta-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    border: 4px double #ccc;
    border: 4px double var(--primary-border-color);
}

.cta-wrapper .cell-header {
    flex-basis: 100%;
    padding-left: 10%;
}
.cta-wrapper .cell {
    flex-basis: auto;
    flex-grow: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

    .cta-wrapper .cell:not(:last-child) {
        border-right: 1px solid #ccc;
        border-right: 1px solid var(--primary-border-color);
    }

div.inner-cta {
    margin-left: auto;
    margin-right: auto;
}
.inner-cta label {
    min-width: 110px;
}
.cta div.row div {
    text-align: center;
}

    .cta div.row div:first-child .inner-cta {
        max-width: 70%;
        text-align: left;
    }
    .cta div.row div:last-child .inner-cta {
        max-width: 40%;
        text-align: left;
    }

/* ================ end of CTA ====================================*/

/* ================ related products rewrite =======================*/

.related-products {
    display:block;
    height: 450px;
}

.related-products .image-box {
    display: block;
    position: absolute;
    width: 100%;
    height: 280px;
    overflow: hidden;
    object-fit:contain;
}

.related-products .left-text {
    display: block;
    position: relative;
    width: 40%;
    height: 100%;
}

    .related-products .text-wrapper {
        width: 440px;
        color: #fff;
        padding-top: 7%;
    }

    .related-products .text-wrapper h2 {
        color: #fff;
    }

.related-products .text-wrapper p {
    font-size: 1.4em;
    font-weight: 300;
}

.related-products-wrapper {
    background: url(/CBB.ApplicationSetting/resources/images/content-images/related-prod-onlinebanking2-1920.jpg);
    background-color: #000;
    background-size: cover;
    height: 450px;
    width: auto;
}

    .related-products-wrapper a.findoutmore {
        font-size: 1.2em;
        color: #e51f23;
        color: var(--cbb-red);
    }

.footer-bg {
    background: #f7f7f7;
    background: var(--footer-color);
}

.page-checking .slick-prev, .page-checking .slick-next {
    font-size: 13.333px;
    color: #333;
    color: var(--text-color);
}



    .page-checking .slick-prev:before {
        content: "\f053"
    }

    .page-checking .slick-next:before {
        content: "\f054";
    }

.sliderContainer {
    position: relative;
}

.slicks-arrows {
    position: absolute;
    display: flex;
    width: 110%;
    justify-content: space-between;
    padding: 0;
    top: 50%;
    left: -58px;
    list-style: none;
}

    .slicks-arrows li {
        cursor: pointer;
    }

fieldset {
    border: 1px solid #ccc;
    border: 1px solid var(--primary-border-color);
    border-radius: 15px;
    padding: 10px 50px 10px 50px;
}



@media (max-width: 1024px) {

    .cta {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .page-checking .products {
        width: unset;
    }

    .angledResponsiveFix.arf-version-1 {
        margin-bottom: 0;
        background: unset;
        min-height: unset;
        top: 0;
        margin-top: 0;
    }

        .angledResponsiveFix.arf-version-1 .cta-mobileImage {
            width: 100%;
            height: auto;
        }



    .arf-version-1 section.angled-content.image-right50.h200 .angled-text {
        margin-top: 0;
    }

    .page-checking.creditcards .cta-callUs {
        background: rgba(255, 255, 255, .675);
        padding: 20px;
        top: 60px;
    }

    .page-checking.creditcards .angledResponsiveFix.arf-version-1 {
        padding-bottom: 40px;
    }
}

@media (min-width: 767px) {
    .angledResponsiveFix.arf-version-1 {
        background-size: cover !important;
    }

        .angledResponsiveFix.arf-version-1 .rotated-block.transparency-90 {
            display: block;
        }

        .angledResponsiveFix.arf-version-1 .cta-mobileImage {
            display: none;
        }

    .page-checking.creditcards .angledResponsiveFix.arf-version-2 {
        background-position: 122% -72px !important;
        PADDING: 40PX 0PX;
        MARGIN: 0;
    }

    .page-checking .cta-callNow__left {
        /*justify-content: flex-end;*/
        padding-right: 66px;
    }

        .page-checking .cta-callNow__left img {
            max-width: 54px;
            margin-left: 20px;
        }

    .page-checking .cta-callNow > div {
        width: 50%;
    }

    .page-checking .cta-callNow__right {
        margin-top: 0;
        padding-left: 150px;
    }

        .page-checking .cta-callNow__right img {
            max-width: 48px;
        }

        .page-checking .cta-callNow__right a {
            font-weight: bold;
        }
}

.top-alert-close {
    position: absolute;
    right: 14px;
}

@media (min-width: 1025px) {
    .cta-mobileImage {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .slicks-arrows {
        width: 106%;
        left: -3%;
    }

    .top-image {
        /*margin-top: -110px;*/
    }

    .page-checking .top-image img {
        top: 40px;
        width: 100%;
        height: auto;
        position: relative;
    }

    .page-checking section.angled-content.image-right50 .angled-text,
    section.angled-content.image-left1 .angled-text {
        margin-left: unset;
        margin-right: unset;
        margin-top: unset;
    }

    .page-checking.angled-content {
        overflow: unset;
        background-repeat: unset;
        background-position: unset;
        background-size: unset !important;
    }

    .page-checking.rotated-block {
        display: block;
    }

    .page-checking section.angled-content.image-right50 .rotated-block {
        position: absolute;
        z-index: 1;
        width: 100%;
        min-height: 400%;
        background: #f7f7f7;
        color: #333;
        background: var(--footer-color);
        color: var(--text-color);
        transform: rotate(30deg);
        left: -63.85%;
        top: -180%;
    }

    .page-checking .angled-content.angledResponsiveFix .cta-callUs {
        margin-right: auto;
        max-width: 30vw;
        top: 0;
    }

    .page-checking section.angled-content.image-right50.h200 .angled-text {
        max-width: unset;
        padding: 40px 40px 20px;
    }

    .cta-callNow__left {
        margin-left: 0;
    }
}

@media (min-width: 1280px) {
    .page-checking.checking, section.angled-content.image-right50 .rotated-block {
        left: -54%;
        top: -218%;
    }

    .page-checking.creditcards section.angled-content.image-right50 .angled-text {
        margin-top: 50px;
    }

    section.angledResponsiveFix.arf-version-1 {
        margin-top: 0;
    }
}



/* ==== product disclaimer ========== */
fieldset:not(login-panel div fieldset) {
    border: 1px solid #ccc;
    border: 1px solid var(--primary-border-color);
    border-radius: 10px;
    padding: 10px 50px 10px 50px;
}

legend {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-weight: 400;
    max-width: 220px;
}


/* ======login box placement ============ */

.login-component {
    top: 64px;
    display: none;
    right: 0;
}


/* =============== CTA =====================*/

span.business-hour {
    display: inline-block;
    width: 90px;
}

img.call-icon {
    float: right;
    margin-right: 150px;
}


/* Hiding disclaimer*/
.disclaimer-hide {
    display: none;
}


.btn-about a.cbb-button {
    width: 180px;
}



/* ======= new product style of 2022 June ==================== */
.region-selection {
    margin-top: 3.5rem;
    margin-bottom: 4rem;
}

    .region-selection .btn-states {
        padding: .7rem 1rem .7rem 1rem;
        border: 2px solid var(--cbb-red);
        font-size: 1.3rem;
        font-weight: 900;
        color: var(--primary-color);
        border-radius: 10px;
        cursor: pointer;
        align-items: center;
        text-align: center;
        display: inline-block;
        width: 95%;
    }

    .region-selection > div.right {
        text-align: right;
    }

@media (max-width: 899px) {
    .region-selection > div {
        text-align: center!important;
    }
    .region-selection > div:not(:last-child) {
        margin-bottom: 1rem;
    }

}

.region-selection .btn-states.active {
    background: var(--cbb-red);
    color: #fff;
}

.checking-product-table-width {
    width: var(--content-width);
    overflow-x: scroll;
}
table.checking-product {
    margin-left: auto;
    margin-right: auto;
}

.region-selection .btn-states:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

table.checking-product.full-width {
    width: 100%;
}

.checking-product th, .checking-product td {
    vertical-align: middle;
    text-align: center;
}

.checking-product th {
    height: 4.5rem;
    /*min-width: 100px;
    max-width: 200px; */
    padding: .5rem 1rem .5rem 1rem;
}
/*
    .checking-product th:first-child {
        max-width: 300px;
    }
    */
.checking-product thead th:not(:first-child) {
    color: #fff;
    background: var(--cbb-red);
    font-size: 1.2rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-right: 2px solid #fff;
}

.checking-product tbody th {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 1rem;
    width: 250px;
    min-width: 150px;
}

.checking-product tbody tr:nth-child(2n+1) {
    background: #efefef;
}

.checking-product tbody tr > * {
    border-right: 1px solid #dedede;
    height: 4rem;
}

.checking-product tbody td {
    width: 12.3rem;
    min-width: 12.3rem;
    padding: 1rem;
}

.checking-product tbody {
    /* offset-x | offset-y | blur-radius | spread-radius | color 
    -webkit-box-shadow: -2px -1px 15px 7px rgba(0,0,0,0.5);
    -moz-box-shadow: -3px -2px 30px 14px rgba(0,0,0,0.425);*/
    box-shadow: 5px 5px 4px 3px rgba(0,0,0,0.35);
}

h2.checking-product {
    text-align: center;
    margin-bottom: 2.5rem;
}


table.product-2024 {
    border: none;
}

table.product-2024.full-width {
    width: 100%;
}

.product-2024 tr {
    border-bottom: 2px solid #dedede;
    height: 6rem;
}

.product-2024 thead th {
    background: #fff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.3;
}

.product-2024 thead th:first-child {
    width: 20%;
    text-align: left;
    padding: 1rem 1.5rem 1rem 1rem;
}

.product-2024 thead th:nth-child(3) {
    padding-left: 0.6rem;
}

.product-2024 tbody tr:nth-child(2n+1) {
    background: #efefef;
}

.product-2024 tbody th {
    color: var(--cbb-red);
    padding-left: 1rem;
    font-size: 1.2rem;
    line-height: 100%;
}

.product-2024 tbody td {
    text-align: center;
    max-width: 35%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*width: calc(85% / 5);*/
}

.product-2024 tbody th small {
    color: #000;
    font-size: 0.9rem;
    font-style: italic;
}

.product-title a {
    color: #fff;
}

.product-2024 th a {
    color: var(--cbb-red);
}

@media (max-width: 1024px){
    .product-2024 thead th {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        /*border-right: 1px solid #efefef;*/
    }



    /*
        }
@media (max-width: 768px) {
    section.page-contents {
        overflow-x: scroll;
        overflow-y: visible;
    }

    .product-2024 thead th:first-child span{
        display: none;
    }

    .product-2024 thead th {
        position: absolute;
    }
    .product-2024 th:first-child {
        position: absolute;
        z-index: 100;
    }

    .product-2024 th:not(:first-child){
        margin-left: 20%;
    }
  */
    .product-2024 tbody td {
       min-width: 150px;
       margin-top: 2rem;
    }

}