
#sec-product-search {
    background: url("../images/bg-mountain.png") no-repeat bottom 80px center;
    background-size: contain;
    background-color: #eaf8ff;
}

.product-list {
    padding-top: 60px;
}

.product-item {
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.product-item:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid #ece8e1;
}

.product-card {
}

.product-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.product-col {
    flex: 1;
}

.product-col:first-child {
    flex: 0 0 580px;
    max-width: 580px;
}

.product-img {
}

.product-detail {
}

.product-title {
    margin-bottom: 20px;
    color: var(--clr-blue);
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.product-desc {
    margin-bottom: 20px;
}

.product-cta {

}

.product-btn {

}

@media(max-width: 640px) {
    .product-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .product-col:first-child {
        flex: 1;
        max-width: 100%;
    }

    .product-title,
    .product-desc,
    .product-cta {
        text-align: center;
    }
}

@media(min-width: 641px) and (max-width: 820px) {
    .product-col:first-child {
        flex: 0 0 300px;
        max-width: 580px;
    }
}

@media (max-width: 640px) {
    
}

@media (min-width: 641px) and (max-width: 820px) {
    
}

@media (min-width: 821px) and (max-width: 1024px) {
    
}

@media (min-width: 1025px) and (max-width: 1280px) {
    
}

@media (min-width: 1281px) and (max-width: 1440px) {
    
}

/* product match Start */
#sec-product-match.section-content {
    padding: 10px 0px 10px 0px;
}

.product-match-container {

}

.col-cust-product-match {
    margin-bottom: 40px;
}

.col-cust-product-match:first-child {
    /*border-right: 1px solid #0095DA;*/
}

.product-match-card {
}

.product-match-title {
    position: relative;
    margin-bottom: 20px;
}

.product-match-selection {
}

.product-match-selection-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#type-selection .product-match-selection-list {
    justify-content: center;
}

#type-selection .btn-type-1 {
    height: auto;
}

.product-match-selection-item {
}

.product-match-selection-btn {
    margin: 10px 10px;
    border-radius: 10px;
    border: 2px solid #00ABE6;

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.product-match-selection-btn:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.product-match-selection-btn.active {
    background-color: #ffffff;
}

.product-match-selection-btn.disabled {
    opacity: 0.2;
    cursor: default;
}

.product-match-selection-btn.disabled:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
}

.btn-type-1 {
    padding: 10px;
    width: 130px;
    height: 150px;
}

.btn-type-2 {
    padding: 10px 20px;
}

.product-match-selection-ico {
    margin: auto;
    width: 100%;
    max-width: 90px;
}

.product-match-selection-ico img {
    margin: auto;
    width: 100%;
}

.product-match-selection-lbl {

}

.txt-bg-line::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #0095DA;
}

.txt-bg-line span {
    position: relative;
    background-color: #eaf8ff;
    z-index: 10;
}

.product-match-result {
    display: none;
    margin-top: 60px;
}

.product-match-result.active {
    display: block;
}

.product-result-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product-result-item {
    display: none;
    flex-basis: 33%;
}

.product-result-item.active {
    display: block;
}

#not-found.product-result-item {
    margin: auto;
}

.product-result-card {
    max-width: 340px;
    margin: auto;
}

.card-product-result-inner {
    padding: 0px 10px;
}

.card-product-result-header {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 150px;
    height: 150px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #F1EDE5;
}

.card-product-result-img {
    position: absolute;
    bottom: 0px;
    margin: auto;
    width: 100%;
    max-width: 280px;
}

.card-product-result-img img {
    margin: auto;
    width: 100%;
}

.card-product-result-body {
    padding: 20px 30px 50px 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #ffffff;
}


#not-found .card-product-result-body {
    padding: 30px 30px 30px 30px;
    border-radius: 30px;
}

.card-product-result-wrapper {
    border-radius: 30px;

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.ahref-product-genki:hover .card-product-result-wrapper {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.card-product-result-size-item {

}

.size-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 5px 10px 5px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #ffffff;
    background-color: #1a60ac;
    font-size: 14px;
}

.card-product-result-title {
    margin-bottom: 10px;
    color: #0095DA;
}

.card-product-result-title h3 {
    font-size: 18px;
}

.card-product-result-title-HL {
}

.card-product-result-desc {
    color: #AD986E;
}

.card-product-result-btn-cta {
    display: flex;
    justify-content: center;
    margin-top: -25px;
}

.product-match-btn-cta {

}


@media (max-width: 640px) {
    #weight-selection .product-match-selection-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #weight-selection .product-match-selection-item {
        flex-basis: 50%;
    }

    .btn-type-1 {
        height: auto;
    }

    .product-result-item {
        flex-basis: 100%;
    }

    .product-match-btn-cta.mt-5 {
        margin-top: 0px !important;
    }
}

@media (max-width: 770px) {
    .btn-type-1 {
        width: auto;
    }

    .btn-type-2 {
        padding: 10px;
    }
}

@media (min-width:641px) and (max-width:770px) {
    .product-result-item {
        flex-basis: 50%;
    }
}
/* product match End */

/* product search Start */
.search-container {
    display: none;
    position: relative;
}

.search-container.active {
    display: block;
}

.bubble-sub-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 20px;
}

.bubble-tmb {
    position: absolute;
    top: 50%;
    left: -110px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bubble-message {
    position: relative;
    padding: 50px 80px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    background: url(../images/product/bg-bubble.png) no-repeat center center;
    background-size: contain;
}

@media (max-width: 640px) {
    .bubble-message {
        padding: 30px 20px 30px 90px;
        font-size: 16px;
        line-height: 22px;
        background: url(../images/product/bg-bubble.png) no-repeat center -10px;
        background-size: 100% 110%;
    }

    .bubble-tmb {
        left: -20px;
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .bubble-message {
        padding: 50px 40px 50px 70px;
        font-size: 24px;
        line-height: 32px;
    }

    .bubble-tmb {
        left: -90px;
        width: 140px;
        height: 140px;
    }
}


.product-quesOpt {
    padding: 50px 0px;
}

.product-quesOpt-item {
    margin-bottom: 50px;
}

.product-quesOpt-item:last-child {
    margin-bottom: 0px;
}

.product-quesOpt-card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

.product-quesOpt-col {
    flex: 1;
}

.product-quesOpt-col:first-child {
    flex: 0 0 300px;
    max-width: 300px;
}

.product-quesOpt-item:nth-child(odd) .product-quesOpt-col:first-child {
    order: 1;
}

.product-quesOpt-tmb {
    margin-top: 30px;
    width: 100%;
    max-width: 300px;
    border-radius: 300px;
    overflow: hidden;
}

.product-quesOpt-title {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.product-quesOpt-list {
}

.btn-quesOpt {
    margin-bottom: 20px;
    padding: 15px 40px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #AD986E;
    text-align: center;

    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;

    cursor: pointer;
}

.btn-quesOpt:last-child {
    margin-bottom: 0px;
}

.btn-quesOpt:hover {
    border-color: #0095DA;
}

.btn-quesOpt.active {
    border-color: #0095DA;
    color: #0095DA;
}

@media (max-width: 640px) {
    .product-quesOpt-card {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;
    }

    .product-quesOpt-col:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-quesOpt-item:nth-child(odd) .product-quesOpt-col:first-child {
        order: -1;
    }

    .product-quesOpt-tmb {
        margin-top: 0px;
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    
}
/* product search End */