
.text-danger {
    color: #FD2500 !important;
    line-height: 24px;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 0 20px;
}
.text-price{
    line-height: 28px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 20px;
}
.text-price span{
    color: #FD2500 !important;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}
.text-dark{
    line-height: 24px;
    font-size: 20px;
    margin: 15px 0;
}


.logo {
    padding: 0 15px;
}
.logo .main-logo{
    text-align: left;
}
.logo div{
    padding: 0;
    margin: 0;
    text-align: left;
}
.logo div a{
    display: inline-block;
    width: auto;
    max-height: 180px;
    height: 15.5vw;
    min-height: 100px;
}

.logo div img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.line-logo:hover{
    cursor: pointer;
    opacity: 0.8;
}

h5 {
    font-weight: bold;
}

.img-area1{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 50px;
}
.img-area1 > img.main-img{
    object-fit: contain;
    height: 35vw;
    max-height: 400px;
}
.mxh-400{
    /* max-height: 400px; */
}
.img-area1 .caption{
    position: absolute;
    right: 0;
    bottom: 0;
    /* background-color: #ffbd00dd; */
    /* background-color: #ffbd00f2; */

    /* background-color: #c4a385f1; */
    /* color: #3d5973; */

    /* background-color: #ffe983f1; */
    /* color: #101a7c; */
    background-color: #efefef;

    padding: 0 10px;
    height: 60px;
    width: 100%;
    line-height: 60px;
    text-align: left;
    font-weight: bold;
}
.img-area1 .caption p{
    line-height: inherit;
}
a:hover, a:focus{
    color: #0056b3;
}
.issell-1{
    position: absolute;
    bottom: 30px;
    right: 0;
    /* top: 50%; */
    /* height: 200%; */
    /* transform: translateY(-50%); */
    width: 30%;
}
.issell-2{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
	z-index:1;
}
.mobile{display: none;}
@media screen and (max-width:767px) {
    .mobile{display: block;}
    .desktop{display: none;}
    .logo .main-logo{
        text-align: center;
    }
    .text-danger {
        /*font-size: 14px;*/
		font-size: 1.2rem;
        letter-spacing: 1px;
        line-height: 20px;
        padding: 0 5px;
    }
    .text-dark{
        line-height: 20px;
        font-size: 18px;
    }
    .img-area1 > img.main-img{
        /* height: 90vw */
        height: unset;
    }
    .p-3{
        padding:  0!important;
    }
    .text-dark{
        margin: 15px 0 5px;
    }
}

/* 20220505 */
#myTop {
    position: fixed;
    width: 90px;
    padding: 0px;
    bottom: 60px;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 10px;
}

/* 20230908 */

.flex{
    display:flex;
    justify-content: center;
    align-items: center;
}

.fw-w{
    flex-wrap: wrap;
}

.fl-100{
    flex:0 0 100%;
}
.fl-50{
    flex:0 0 50%;
}

@media screen and (max-width:767px) {
    .mo-fl-100{
        flex:0 0 100% !important;
    }
}