/*
	#6f6868

 */
:root{
	--secondary--color: #221f72;
	--primary--color: #f19720;
}
header .header--logo__pc {
   	filter: brightness(0) invert(1);
    transition: all 0.2s ease;
}

header.show .header--logo__pc {
    filter: none;
}
header:not(.show) .header--nav--menu a:before{
    background: #f19720;
}

header.show .header--nav--menu a {
    color: #000;
}
.header__showinfo__in a{
    color: #000;
}
footer address span{
    color: #fff;
}
button.ib-control {
    border-radius: 20px;
    padding: 10px 20px;
    line-height: initial !important;
    height: initial;
}

.ib--widget {
    font-size: var(--font4x);
}

button,
.btn {
    border-radius: 40px;
    padding: .44rem 2.14rem;
    color: #fff;
}
/* ib widget */

.ib--widget--zone {
    width: 100%;
    padding: 0 40px;
    background: transparent;
    margin-top: -59px;
    z-index: 1;
    position: relative;
}

.ib-widget {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px 40px;
    box-shadow: 0 0 10px 0 #ccc;
}

.ib-control {
    font-size: var(--font3x) !important;
    height: 38px !important;
    border-radius: 20px !important;
}

.modallogin--btn--signup {
    border-radius: 0px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    font-size: var(--font4x) !important;
}
.selectize-input{
	height: 38px !important;
	border-radius: 20px !important;
}
/* *****  */
.ir--bc--content{
	width: 600px;
}
.intro--zone--text{
	width: 900px;
}
.product--name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: var(--font4x);
    min-height: 60px;
}
.product--content{
    padding: 0 10px;
    padding-bottom: 20px;
}
.product{
    background: #f5f5f5;
}
.product--points{
    font-size: var(--font2x);
}
/* *********** */
.membership_tbl {
    border-collapse: collapse;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.membership_tbl tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.membership_tbl td, #membership_tbl th {
    text-align: center;
    border: 1px solid #f5f5f5;
    padding: 10px;
    vertical-align: top;
}
.membership_tbl td:first-child {
    text-align: left;
    /* padding-left: 20px; */
}
table tr:nth-child(even) {
    /*background: #eee;*/
}
.membership_tbl img{
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);
}
/* *********** */
.ir-sub-menu{
    top: 50px;
    background: rgb(94 193 196 / 54%);
}
.ir-sub-menu-dropdown::before{
    color: #f19720;
}
.header--nav--menu a{
    display: block;
}
.ir--showinfo--content{
    overflow-x: auto;
    height: 500px;
}
.submit-frm--redeemtion{
    text-transform: capitalize;
}
.promotion--detail--time{
    color: #333;
    font-style: italic;
    font-size: var(--font2x);
}
.redeem_history .intro--zone--text,
.redeem_history .home--brands,
.redeem_history .ir--title__brands{
    display: none !important;
}
.thumbnail--content{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.promotion--page--single{
    color: #000;
}
.product--img{
    height: 340px;
    object-fit: cover;
}
#cookie_zone{
    padding: 10px !important;
        background-color: #866531d4 !important;
            /*max-width: 500px;*/
                right: 0;
}
#cookie_zone a{
    max-width: 120px;
    display: inline-block !important;
    margin: 2px;
}
@media screen and (max-width: 980px){
    .header--nav--menu a {
        color: #000000 !important;
    }
    .product--img{
        height: 200px;
    }
}
@media screen and (max-width: 520px){
    .product--img{
        height: 120px;
    }
    header .hv2--logo img{
        width: 150px;
    }
    .home--banner{
        margin-top: 75px;
    }
    .about--text,
    .about--image{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        /*padding: 10px !important;*/
    }
    .about--points{
        width: 100% !important;
    }
    .about--text{
        min-height: 300px;
    }
}
