/*
Theme Name:  Salient Child
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Description: Child theme for Salient
Author:      ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template:    salient
Version:     1.0.0.0.2
Text Domain: salient-child
*/
.iAgreePopup .popupContainer .popupChoices .yesNo {
    display: flex;
}

@media only screen and (max-width: 480px) {
    .iAgreePopup .popupContainer .popupChoices .popupChoiceButton.agree {
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .ancr-message {
        gap: 4px;
        font-size: 14px;
        line-height: 1.2;
    }
}

@media (max-width: 800px) {
    .iAgreePopup .popupContainer {
        height: 80%;
    }

}

@media (max-width: 1024px) {

    .woocommerce-Tabs-panel--description > .wpb_row > div.row_col_wrap_12.col.span_12.dark.left > div.vc_col-sm-3/5.wpb_column.column_container.vc_column_container.col.instance-0 > div > div.wpb_wrapper {
        overflow-x: auto;
    }
}
.coa-lab-test-gallery{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.coa-lab-test-gallery a{
    display:block;
}

.coa-lab-test-gallery img{
    display:block;
    max-width:300px;
    height:auto;
    border-radius:8px;
    transition:opacity .2s ease;
}

.coa-lab-test-gallery a:hover img{
    opacity:.85;
}

#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after, body.material #header-outer #search-outer #search input[type="text"], body[data-header-format="left-header"].material #search-outer #search input[type="text"]{
    border-color: #ff7f32!important;
}