#destination::-webkit-calendar-picker-indicator {
    opacity: 0;
}

#destination {
    position: relative;
}

.fade.show {
    opacity: 1;
}

.modal-backdrop.fade.show {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal.fade.show {
    top: 0;
}

.c-tour__image,
.o-currency__image {
    height: auto;
}

.c-footer__award {
    width: auto;
}

.c-footer__iat-splash__logo {
    height: auto;
}

.lead h2.small {
    font-size: 14px;
    clear:both
}

.dot {
    font-size: 9px;
    padding-left: 8px;
    padding-right: 8px;
}

.product-title {
    color: #3b391e !important;


    @media screen and (max-width: 767px) {
        padding-bottom: 0;
    }
}

.list .questions {
    list-style: none;
    margin: 1em 0;
}

.list .questions li {
    border-bottom: 1px solid #efefef;
}

.list .questions h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
}

.list .questions h4 a {
    color: #1F2412;
    padding-left: 20px;
    background: url(/csp/jap/insidejapan/assets/img/site/bg_faqs-h4.png) 0 50% no-repeat;
    outline: 0 none;
    display: block;
}

.list .questions h4.open a {
    background-image: url(/csp/jap/insidejapan/assets/img/site/bg_faqs-h4-down.png);
    padding-left: 28px;
    color: #3b391e;
}

.full-price-info {
    display: block;
}

.left-align {
    text-align: left;
}

.mar-1 {
    margin-bottom: 10px;
}



.more-information {
    background-color: #F0EBD2;
    height: 100px;
    display: flex;
    place-items: center;
    justify-content: space-between;
    padding: 5px 30px;
    margin-bottom: 8px;

    @media screen and (max-width: 979px) {
        display: block;
        height: unset;
        place-items: unset;
    }

    @media screen and (max-width: 767px) {
        text-align: left;

    }

    .left-side {
		a
		{
			text-decoration: underline;
			text-underline-offset: 2px;
			text-decoration-thickness: 1px;
		}
		a:hover
		{
			text-decoration: underline;
			text-decoration-thickness: 2px;
		}
        width: 66%;
        &.sga
        {
            width: 59%;
            @media screen and (max-width: 979px) {
                width: 100%;
            }
        }
        .tel {
            white-space: nowrap;
        }

        @media screen and (max-width: 979px) {
            padding-top: 10px;
            width: unset;

            .tel {
                margin-right: 5px;
            }
        }
    }

    .right-side {
        @media screen and (max-width: 979px) {
            /* padding-left: 20px; */
            padding-bottom: 10px;
        }

        span {
            margin-left: 2px;
            margin-right: 2px;
        }

        @media screen and (max-width: 767px) {

            span {
                /* margin-left: 8px;
                margin-right: 8px; */
            }

            a {
                width: 50%;
            }

            display: flex;
        }

        @media screen and (max-width: 500px) {
            display: block;

            a {
                width: 100%;
                padding-left: 0;
                padding-right: 0;
            }

            span {
                margin-left: 0;
                margin-right: 0;
            }

        }
    }

    p {
        font-size: 14px;
    }
}

.transparent {
    background-color: transparent !important;

    &.left-align {
        text-align: left !important;
    }

    &.purple {
        border: 1px solid #6e2b51;
        color: #6e2b51 !important;
    }

    &.green {
        border: 1px solid #3b391e;
        color: #3b391e !important;
    }
}

.arrow-down {
    background: url(/csp/jap/insidejapan/assets/img/site/menu-arrow.png) 0 50% no-repeat !important;
    height: 32px;
    /* fill: #3b391e; */
    width: 25px;
    position: absolute;
    top: 2px;
    left: 91%;

}



.transparent:hover {
    &.left-align {
        text-align: left !important;
    }

    &.green {
        background-color: #3b391e !important;
        color: white !important;
    }

    &.purple {
        background-color: #6e2b51 !important;
        color: white !important;
    }

    .arrow-down {
        filter: brightness(0) invert(1);
    }
}

.product-intro {
    font-size: 16px;
    .further
    {
        padding-top: 8px;
    }
}

.accordion
{
    &.desktop
    {
        /* padding-top: 20px; */
    }
}

.product-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;

    .info-left {
        padding-right: 80px;
    }


    &.tour-dos {
        justify-content: unset;

        .info-left {
            
            margin-right: auto;
        }

        /* display: grid;
        justify-content: space-between;
        flex-wrap: wrap;
        grid-template-columns: 3fr 1fr 1fr 0fr;
        gap: 15px;

         @media screen and (max-width: 767px) {
            display: block;
         } */

    }

    @media screen and (max-width: 767px) {
        &.mob-block {
            display: block;
        }

        /* white-space: nowrap; */
        .mob-hidden {
            display: none !important;
        }

        .desktop-hidden {
            display: block;
            width: 100%;

            .action {
                display: flex;

                a {
                    width: 50%;
                }

                span {
                    margin-left: 5px;
                    margin-right: 5px;
                }
            }
        }

        h4 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
    }
}

.border-bottom {
    border-bottom: 1px solid;

    &.grey {
        border-color: #EFEFEF;
    }
}

.desktop-hidden {
    display: none;
}

.d-block {
    display: block;
}

.product-info {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px !important;

    &.epj {
        color: #3b391e;
    }

    span {
        margin-left: 10px !important;
    }

    @media screen and (max-width: 767px) {
        font-size: 14px !important;
    }
}

.product-price {
    color: #3b391e !important;

    font-size: 15px !important;

    span {
        font-size: 22px !important;
    }
}

.d-flex {
    display: flex;
    justify-content: space-between;


    @media screen and (max-width: 767px) {
        display: block;
    }
}

.action-buttons {
    margin: 0 !important;
}

.product-info {
    color: #6e2b51;
}

.fw {
    width: 100%;
}

.search-container {
    display: flex !important;
    width: 100%;

    .o-btn:hover {
        background-color: #8CCB9E !important;
    }
}

.search-btn {
    margin-left: 10px !important;
    background-color: #BED15E;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Group 5711' xmlns='http://www.w3.org/2000/svg' width='18.44' height='19.19' viewBox='0 0 18.44 19.19'%3E%3Ctitle%3Esearch%3C/title%3E%3Cg data-name='Ellipse 6' fill='none'%3E%3Ccircle cx='7.97' cy='7.97' r='7.97'/%3E%3Ccircle cx='7.97' cy='7.97' r='6.47' stroke='%234d4d4f' stroke-width='3'/%3E%3C/g%3E%3Cpath data-name='Path 6816' d='M13 13.73l4.4 4.4' fill='none' stroke='%234d4d4f' stroke-width='3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    width: 50px;
    border: 1px !important;
}

.search-box {
    width: 100%;

    input:focus,
    input[type="text"]:focus {
        border: 1px solid#3b391e !important;
    }

    ::placeholder {
        color: #1F2412 !important;
    }
}

.mobile-search {
    color: #1F2412 !important;
}