:root {
    --icon-up: url(/static/theme/2022/Up.svg);
}
.owner-suggest .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.vib-v2-search-content.search-gg { 
    z-index: 9999; 
    background: none;
    height: auto;
    top: 10px;
}
.vib-v2-wrapper_new .vib-v2-search-box {
    background: none;
    padding: 0;
    margin-left: 0;
    /* height: 150px; */
}
.search-result-box {
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
} 
.owner-suggest {
    position: absolute; 
    width: 100%;
    background: #fff;
    z-index: 0;
    top: 30px;
    padding: 54px 30px 30px;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}
.owner-suggest { 
    opacity: 0; 
    display: none;
    /* transition: opacity 0.2s; */

}
.owner-suggest.suggest-active {
    opacity: 1;
   display: block; 
   z-index: 9998;
}
.vib-v2-search-content.search-gg.active .owner-suggest {
    z-index: auto;
}
.owner-suggest .group-1 ,
.owner-suggest .group-2  {
    margin-bottom: 32px;
}

.owner-suggest .title-b ,
.list-suggest .title-b {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}
.owner-suggest .box-in,
.list-suggest .box-in {
    overflow: hidden;
    height: 190px;
    box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
    -moz-box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
    -webkit-box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
    border-radius: 10px;
    position: relative;
    clip-path: circle(100% at center);
    -webkit-clip-path: circle(100% at center);
}
.owner-suggest .tit-product ,
.list-suggest .tit-product {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    padding: 16px 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.owner-suggest .box-in a,
.list-suggest .box-in a {
    display: block;
    color: #000
}
.owner-suggest .box-in a img ,
.list-suggest .box-in a img {
    max-width: 100%;
    height: auto;
    transition: all 0.6s;
}
.owner-suggest .box-in a p,
.list-suggest  .box-in a p {
    margin-bottom: 0;
}
.owner-suggest .box-in a:hover ,
.list-suggest .box-in a:hover { 
    color: #000
}
.owner-suggest .box-in a:hover img,
.list-suggest .box-in a:hover img {
    transform: scale(1.1);
    border-radius: 40px;
}
.box-in .img-product {
    border-radius: 10px;
}
.group-1 a ,
.group-2 a {
    background: #FAFAFA;
    border-radius: 50px;
    border: 1px solid  #fff;
    display: inline-block;
    padding: 12px 16px;
    color: #000;
    line-height: 18px;
}
.group-1 a {
    padding: 12px 40px 12px 16px;
}
.group-1 a:hover,
.group-2 a:hover { 
    text-decoration: none;
    color: #000
}
.group-1 > .row,
.group-2 > .row {
    margin-right: -12px;
    margin-left: -12px;
    height: 44px;
    overflow: hidden;
}
.group-1 [class*="col-"],
.group-2 [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}
.group-3  .row {
    margin-right: -8px;
    margin-left: -8px;
}
.group-3 [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}
.list-suggest  {
    margin-top: 40px;
}
.list-suggest > .row {
    margin-right: -10px;
    margin-left: -10px;
}
.list-suggest [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.list-suggest .list-product {
    margin-bottom: 40px;
}
.title-block-product {
    display: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}
.list-suggest .title-block-product {
    display: block;
}
.gsc-search-button {
    width: 0;
}
.gsc-search-button-v2,
.gsc-search-button-v2:focus {
    width: 50px;
    height: 50px;
    background-color: var(--bg-gradient-orange-1);
    background: var(--bg-gradient-orange-1);
    min-width: auto !important;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
}
.gsc-search-button-v2::after{
    width: 50px;
    height: 50px;
    background: var(--icon-Search_audit) center center no-repeat;
    background-size: 30px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: 2;
    transition: all 0.5s ease;
}

.gsc-search-button-v2 svg {
    display: none;
}
.gsc-control-searchbox-only {
    background: #fff;
    padding: 0;
    border-radius: 500px;
    box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
    -moz-box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
    -webkit-box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
    height: 60px;
    position: relative;
    /* z-index: 9999; */
}
table.gsc-search-box td {
    padding: 0;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0;
}
.vib-v2-wrapper_new .vib-v2-search-box .gsc-control-searchbox-only {
    z-index: 9999 !important; 
}
.gsst_b {
    padding: 0 2px;
    margin-left: -95px;
}
table.gsc-search-box td{height: 60px;}
input.gsc-input {
    width: 89% !important;
    height: auto !important;
    padding-left: 30px !important;
    margin: 0 !important;
    border-radius: 30px;
    padding-right: 1px !important;
    line-height: 26px;
}
.gsc-input-box {
    border: 0;
    background: none;
    width: 100%;
    padding: 0;
}
.gsc-completion-container {
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; 
}
.gsc-completion-container { 
    border-radius: 0 0 30px 30px; 
    /* display: block;
    padding-bottom: 10px; */
}
.gssb_c .gsc-completion-container { 
    margin-left: 0;
    margin-top: 9px;
    /* width: 915px !important; */
    overflow: hidden;
}
.gssb_c .gsc-completion-container::after {
    position: absolute;
    content: "";
    background: #fff;
    height: 40px;
    width: calc(100% - 2px);
    top: -30px;
    border-radius: 0px 0 0 0;
    left: 0.5px;
}
 
.search-result-box .owner-suggest.suggest-active { 
    max-height: 65vh;
    overflow-y: auto;
    /* display: block; */
}
.gssb_c .gsc-completion-container tbody { 
    max-height: 372px;
    overflow-y: auto;
    clip-path: circle(100% at center);
    -webkit-clip-path: circle(100% at center);
    border-radius: 0 0 30px 30px;
    /* display: block; */
} 
.search-gg .owner-suggest.suggest-active { 
    max-height: 80vh;
    overflow-y: auto;
}
.gssb_e {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}
.gssb_c {
    /* width: 905px !important;  */
    position: fixed !important;
    padding: 0 1.5px 0 0.5px; 
}
.gstl_50.gssb_c {
     padding: 0 1px;  
}

.gstl_50.gssb_c .gsc-completion-container::after {
    left: 1px; 
}

.gstl_51.gssb_c {
    padding: 0 1.5px 0 0.5px;;  
}

.gstl_51.gssb_c .gsc-completion-container::after {
   left: 0.5px; 
}


.gssb_a {
    padding: 0;
    /* width: 915px; */
}
.gssb_a:hover {
   cursor: pointer;
}
.gssb_a td {
     padding: 20px 30px !important;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result , .gsc-refinementHeader {
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 28px;
}
.gsc-tabHeader.gsc-tabhActive:before, .gsc-refinementHeader.gsc-refinementhActive:before {
    content: "";
    width: 100%;
    height: 3px;
    background: var(--bg-gradient-orange-2);
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.search-result-list {
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 0 30px 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
    -moz-box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
    -webkit-box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
    display: none;
}
#list-suggest-product {
    display: none;
}
.gsc-control-cse {
    padding: 0;
}
.gsc-refinementsArea {
    border: 0;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
} 
.gsc-refinementsArea::after {
    position: absolute;
    content: "";
    height: 10px;
    bottom: 0;
    left: -30px;
    right: -30px;
    box-shadow: 0px 3px 5px rgba(188, 188, 188, 0.1);
    -moz-box-shadow: 0px 3px 5px rgba(188, 188, 188, 0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(188, 188, 188, 0.1);
} 
.gsc-above-wrapper-area {
    padding: 5px 0 20px 0;
}
.gsc-refinementHeader {
    color: #000 !important;
    font-weight: 400;
    margin-right: 32px;
    padding: 0;
}

.gsc-refinementHeader.gsc-refinementhActive:hover {
    color: #000 !important
}

.gsc-tabHeader.gsc-tabhActive, .gsc-refinementHeader.gsc-refinementhActive {
    color: #000;
    border: 0;
    background-color: #FFFFFF;
    position: relative;
    padding: 0 0 20px;
    margin-right: 32px;
    font-weight: 700;
}
.gsc-result .gs-title {
    font-weight: 700;
    margin-bottom: 10px;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult,
.gsc-webResult.gsc-result:hover {
    border-bottom-color: #e4e4e4;
}

.gsc-webResult.gsc-result .gs-result {
    padding: 15px 0;
}
.max-request {
    margin-top: 5px;
    margin-bottom: -30px;
    background: #fff;
    position: relative;
    z-index: 1; 
}
.max-request .title_success { 
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}
.max-request .icon-mess {  
    margin-bottom: 20px;
}
.max-request +  .max-request {
    display: none;
}
.max-request p {
    margin-bottom: 0;
}
.max-request p + p {
    margin-top: 0;
}
.gsc-table-result, .gs-promotion-table,
.gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0;
    padding-right: 0;
}
.gsc-webResult.gsc-result {
    padding: 0;
}
.gs-webResult.gs-result {
    padding: 15px 0;
}
.gs-webResult.gs-result.gs-no-results-result {
    padding: 40px 0 10px;
}
 
.gsst_a .gscb_a,
.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,
.gsc-selected-option-container,
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    
    color: #000000;
}
.gsc-selected-option-container {
    border-bottom: 1px solid #AAAAAA;
    border-radius: 0;
}
.gsst_a .gscb_a {
    position: absolute;
    right: 70px;
    top: -10px;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
    display: inline-block;
    /* filter: invert(37%) sepia(5%) saturate(382%) hue-rotate(219deg) brightness(94%) contrast(92%); */
    opacity: 1 !important;
    text-indent: -9999px;
    transition: all 0.5s ease;

    border-radius: 50%;
}
.gsst_a .gscb_a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: var(--icon-Close) center no-repeat !important;
}

.gs-webResult div.gs-visibleUrl-breadcrumb,
.gs-per-result-labels {
    display: none;
}

.gstl_51.gssb_c ,
.gstl_50.gssb_c {
    display: flex;
}

.gstl_51.gssb_c tbody,
.gstl_51.gssb_c tr,
.gstl_51.gssb_c td,
.gstl_50.gssb_c tbody,
.gstl_50.gssb_c tr,
.gstl_50.gssb_c td
{
    width: 100%;
    display: block;
}
/* .gstl_51.gssb_c  .gsc-completion-container::after {
    display: none;
} */
.search-result-box .gsc-control-searchbox-only {
    position: relative;
}
.select-google-tab {
    display: none;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
    position: relative;
}
.select-google-tab::after {
    content: "";
    position: absolute;
    background: var(--icon-up) center center no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 10px;
    right: 0;
    transform: rotate(180deg);
    transition: 0.5s;
}
.search-result-list.active .select-google-tab {
    border-bottom: 2px solid #5E5C61;
}
.search-result-list.active .select-google-tab::after {
    transform: rotate(0deg);
}
.select-google-tab label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #5E5C62;   
    margin-bottom: 5px;
    display: inline-block;
}
.select-google-tab .caption {
    font-size: 16px;
}
/* .gsc-above-wrapper-area {
    display: block !important
} */
.gsc-result-info {
    padding: 0 4px 0 0;
}

.gsc-selected-option-container {
    max-width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: #fff;
    text-align: left;
    padding-left: 0;
}   
.gsc-control-cse .gsc-option-selector {
    background: var(--icon-up) center center no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: auto;
    bottom: -4px;
    right: 0;
    transform: rotate(180deg);
    transition: 0.5s;
}
.gsc-above-wrapper-area {
    padding: 0 0 15px;
}
.gsc-selected-option {
    font-size: 16px;
    font-weight: 400;
}

.gsc-orderby-label {
    color: #5E5C62;
    padding: 0 5px 0 0;
    text-align: left;
    font-size: 14px;
    margin-bottom: -5px;
}
.gsc-control-cse .gsc-option-menu {
    border: 0;
    top: 27px !important;
    left: 0;
}  
.gsc-option-menu-item {
    color: #000;
    padding: 15px 20px;
    font-size: 16px;
} 
.gsc-option-menu-item-highlighted {
    background: url(/static/theme/vs2018/images/arrow_check_selectbox_blue.svg) no-repeat;
    filter: invert(0%) sepia(96%) saturate(2948%) hue-rotate(88deg) brightness(10%) contrast(98%) !important;
    background-size: 18px !important;
    background-position: calc(100% - 22px) center;
    color: #000;
    font-weight: 600;
} 
.gsc-orderby .gsc-option-menu-container:hover ,
.gsc-orderby .gsc-selected-option:hover,
.gsc-orderby .gsgsc-option-selector:hover {
    cursor: pointer;
}  
.gcsc-more-maybe-branding-root,
.gcsc-find-more-on-google-root{
    display: none;
} 
/* .gsc-cursor-box {
    visibility: hidden;
} */
.gsc-cursor-box {
    text-align: right;
}
.gsc-results .gsc-cursor {
    color: #000;
    fill: #000;
}
.gsc-results .gsc-cursor-box {
    margin: 20px 0 0;
    line-height: 1;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin-left: 30px;
    margin-right: 0;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: var(--color-orange);
    text-decoration: none;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    font-weight: 700;
    color: var(--color-orange)
}
.gsc-results {
    width: 100%;
}
.gs-spelling {
    color: #000;
    padding-left: 0;
    padding-right: 0;
}
.gs-spelling a  {
    color: var(--color-orange);
    font-weight: 600;
    font-style: normal;
}
.gs-spelling a *  {
    font-style: normal;
}
.gsc-control-cse .gs-result .gs-spelling-original {
    font-size: 16px;
}
.gsc-control-cse .gs-result .gs-spelling-original.gs-spelling a {
    color: #000
}
.txt-no-search-result {  
    margin: 40px 0 80px; 
    font-size: 16px;
}
.txt-no-search-result span {
    font-weight: 600;
}
#no-search-result + .search-result-list {
    display: none !important;
}
.close-button-x {
    width: 16px;
    height: 16px;
    border-radius: 50%; 
    background: #aaa;
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.close-button-x::after {
    content: "";
    width: 8px;
    height: 8px;
    background: url(/static/theme/2022/close.svg);
    filter: invert(100%) sepia(2%) saturate(1844%) hue-rotate(327deg) brightness(109%) contrast(101%) !important;
    background-size: 12px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    background-position: center;
}
.close-button-x:hover {
   cursor: pointer;
   background: #000;
}
/* .gsc-webResult.gsc-result {
    padding: 0;
    border: 0;
} */
.gsc-result-info-invisible .gsc-orderby-container {
    display: none;
}
.gs-no-results-result .gs-snippet {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #5E5C62;
    border: 0;
    background: no-repeat;
    padding: 0;
    margin: 0;
}


/* search in  menu */
.search-in-menu .vib-v2-search-content.search-gg {
    position: relative; 
    padding: 0 20px;
    top: 0;
    margin: 20px 0 0;
}
.search-in-menu .vib-v2-search-content.search-gg .group-2,
.search-in-menu .vib-v2-search-content.search-gg .group-3 { 
    display: none;
}
.search-in-menu .group-1,
.search-in-menu .group-2,
.search-in-menu .group-3,
.search-in-menu .group-4 {
    display: none !important;
}
.search-in-menu .owner-suggest.suggest-active { 
    padding: 0 20px;
    position: relative;
    top: 10px;
}
.search-in-menu .owner-suggest .error_blank:not(.hidden) {
   margin-top: 0;
}
/* pagination */
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
} 
.error_blank{
    color: red;
    font-size: 12px;
    padding-bottom: 24px;
    margin-top: -14px;
}
.gsc-orderby .gsc-option-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000; 
    left: 0;
    top: -2px;
} 

.gsc-cursor-next-page,
.gsc-cursor-numbered-page {
    font-weight: 500;
}
.gsc-cursor-container-next { 
    padding: 17px 0;
}
.search-in-menu .vib-v2-search-content.search-gg > .vib-v2-wrapper_new {
    height: auto;
}
@media only screen and (max-width: 767px) {
    table.gsc-search-box td{height: 54px;}
    .search-in-menu table.gsc-search-box td{height: 58px;}
    .group-1 a {line-height: 25px; height: 48px !important; padding: 15px 0 !important;  line-height: 20px !important;} 
    .gsc-input-box {
        width: calc(100% + 0px);
    }
    html>body .gsc-inline-block {
        display: block;
    }
    .gsc-orderby,
    .gcsc-find-more-on-google-root {
        display: none ;
    }
    .txt-no-search-result {
        margin: 0 0 30px;
    }
    .keyword-history > .col-auto:nth-child(n + 5) {
        display: none;
    }
    .search-gg .owner-suggest.suggest-active {
        max-height: 100vh !important
    }   
    .gsst_a .gscb_a {
        right: 65px;
    }         
}
@media only screen and (max-width: 920px) {
    .history-link {
        font-size: 16px;
    }
    .gs-webResult.gs-result.gs-no-results-result {
        padding: 10px 0 10px;
    }
    .gsc-input-box {
        width: calc(100% + 10px);
    }
    td.gssb_a {
        padding: 0;
        border: 0;
    }
    td.gssb_a > .gsq_a {
        position: relative;
    }
    td.gssb_a > .gsq_a::after {
        content: "";
        position: absolute;
        height: 1px;
        width: auto;
        bottom: 0;
        left: 20px;
        right: 20px;
        border-bottom: #E4E4E4 1px solid;
    }
    .gssb_a td {
        padding: 15px 20px !important;
    }
    html>body .gsc-inline-block {
        display: block;
    }

    /* .select-google-tab {
        display: block;
    } */
    .gsc-refinementsArea {
        display: none;
    }
    .search-result-list {
        padding: 30px 20px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 30px;
        border-radius: 0;
    }
    .search-result-list.active .gsc-refinementsArea {
        display: block;
        position: absolute;
        width: 100%;
        border-radius: 5px;
        z-index: 5;
        background: #fff;
        -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
        margin-top: 0;
    }
    .gsc-refinementHeader,
    .gsc-refinementHeader.gsc-refinementhInactive {
        font-size: 16px;
        font-weight: 400;
        padding: 15px 20px;
        margin: 0;
    }
    .gsc-tabHeader.gsc-tabhActive, .gsc-refinementHeader.gsc-refinementhActive  {
        padding: 15px 20px !important;
        margin-right: 0;
        font-weight: 600;
    }
    .gsc-tabHeader.gsc-tabhActive:before, .gsc-refinementHeader.gsc-refinementhActive:before {
        background: url(/static/theme/vs2018/images/arrow_check_selectbox_blue.svg) no-repeat;
        background-size: 18px !important;
        filter: invert(0%) sepia(96%) saturate(2948%) hue-rotate(88deg) brightness(10%) contrast(98%) !important;
        right: 20px;
        left: auto;
        width: 18px;
        height: 18px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    } 
    .gsc-completion-container {
        border-radius: 0
    }
    .gssb_e tr:last-of-type td.gssb_a > .gsq_a::after {
        /* padding-bottom: 20px; */
        display: none;
    }
    /* .gstl_51.gssb_c tbody,   .gstl_50.gssb_c tbody {
        box-shadow: 0px 1px 5px 0px rgba(188, 188, 188, 0.25);
    }   */
    .gsc-webResult.gsc-result:last-of-type {
        border-bottom-color: #fff;
    }
    .max-request {
        margin-top: -25px;
        margin-bottom: -40px; 
    }
    .gssb_c .gsc-completion-container tbody { 
        max-height: 540px;  
        border-radius: 0;
    }
    .max-request.max-request-device {
        margin-top: 5px;
        margin-bottom: -25px;
    }
    .gssb_c {
        width: calc(100% - 0px) !important; 
        left: 0px !important;
        padding: 0 !important;
    }
    .gssb_c .gsc-completion-container::after { 
        width: 100% !important; 
        left: 0 !important;
    }
}
@media only screen and (max-width: 676px) {
    /* .gssb_c .gsc-completion-container tbody { 
        max-height: 50vh;  
    }  */

    .gssb_c .gsc-completion-container {
        margin-left: 0;
    }
    .gssb_a td span{
        display: block;
        width: calc(100vh - 29px);
        overflow: hidden; 
    }
    .gssb_e {
        overflow: hidden;
    }
    .gssb_c .gsc-completion-container {
        display: block;
    }
}
@media only screen and (max-width: 1000px) {
    .section-searchgg.active #list-suggest-product,
    .section-searchgg.active .search-result-list {
        max-width: 100vw;
    }
    .vib-v2-search-content.search-gg.active .closed-search {
        height: 70px;
        width: 43px;
        background: var(--icon-Angle_right_black) 10px 23px no-repeat;
        background-size: 24px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        transform: rotate(-180deg);
        z-index: 1;
    }    
    .vib-v2-search-content.search-gg { 
        top: 0;
    } 
    .vib-v2-search-content.search-gg.active .wrap-box {
        background: var(--mono-mono-45, #F2F2F2);
        padding: 8px 20px 8px 43px;
        position: relative;
        z-index: 9999;
    }  
    .section-searchgg.active .vib-v2-wrapper_new::after {
        content: "";
        position: fixed;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        height: 100vh;

    }
    .gsc-control-searchbox-only,
    input.gsc-input {
        height: auto !important;
    }  
    .gsc-search-button-v2::after {
        width: 40px;
        height: 40px;  
    }   
    .gsc-search-button-v2, .gsc-search-button-v2:focus {
        width: 40px;
        height: 40px;
        right: 7px;
        top: 7px;
    }     
    .vib-v2-section-header_new {
        z-index: 11;
    }
    .vib-v2-search-content.search-gg.active .search-result-box {
        margin-top: 20px; 
    }
    .vib-v2-section-header_new.home-header .vib-v2-link-search-home {
        display: block;
        top: 21px;
        right: 20px;
    } 
    .vib-v2-header-scroll.vib-v2-section-header_new.home-header .vib-v2-link-search-home {
        top: 13px;
    }
    .vib-v2-wrapper_new .vib-v2-search-box {
        margin-right: 0;
    }
    input.gsc-input {
        padding-left: 20px !important;
        width: calc(100% - 110px) !important
    }
    .search-in-menu  input.gsc-input {
        height: auto !important;
        border-radius: 100px;
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }
    /* .owner-suggest .title-b ,  */
    .group-3 {
        display: none !important;
    }    
    .vib-v2-search-content.search-gg > .vib-v2-wrapper_new{
        padding: 0;
        height: 100vh;
        background: #fff;
    }
    .search-in-menu .vib-v2-search-content.search-gg > .vib-v2-wrapper_new {
        padding: 0 20px
    }
    .owner-suggest {
        top: 0;
        padding: 70px 0 0 ;
        background: var(--mono-mono-45, #F2F2F2);
        border-radius: 0;
    }
    .search-in-menu .owner-suggest {
        background: none;
    }    
    .owner-suggest .group-1, 
    .owner-suggest .group-2 {
        box-shadow: 0px 1px 5px 0px rgba(188, 188, 188, 0.25);
        background: #FFFFFF;
        padding: 20px ;
        margin-bottom: 0;
    }  
    
    .owner-suggest .group-1 {
        margin-bottom: 10px;
        padding: 20px 20px 0;
    } 
    .group-1 .col-auto {
        width: 100%;
        
    }
    .group-1 .row {
        height: auto;
    }
    .group-1 a {
        padding: 15px 0;
        width: calc(100% - 40px);
        background: none;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        height: auto;
        overflow: hidden;
        display: -webkit-box;
        border-radius: 0;
        position: relative;
    }
    .group-1 a::after {
        content: "";
        width: 100%;
        height: 12px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .group-2 a { 
        border: 1px solid #E4E4E4; 
        margin-top: 10px;
    }
    .owner-suggest .group-2 .title-b { 
        margin-bottom: 5px;
    }    
    .owner-suggest .group-1 .title-b {
        margin-bottom: 10px;
    }
    .group-2 > .row {
        max-height: 162px; 
        height: auto;
        margin-right: -10px;
        margin-left: -10px;
    }  
    .group-2 [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }   
    .close-button-x {
        width: 22px;
        height: 22px;
        background: #fff;
        right: 6px;
    }
    .close-button-x:hover {
        background: #fff;
    }
    .close-button-x::after {
        width: 22px;
        height: 22px;
        background: url(/static/theme/2022/close.svg);
        filter: inherit !important;
        background-size: 22px;
    }
    .list-suggest {
        margin: 30px -20px 30px;
        padding: 20px;
        background: #FFFFFF;
        box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
        -moz-box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
        -webkit-box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
    }
    .list-suggest .title-block-product {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #6C727F;
        margin-bottom: 20px;
    }
    .list-suggest [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .list-suggest [class*="col-"] + [class*="col-"] {
        margin-top: 20px;
    }
    .list-suggest .box-in a {
        display: inline-block;
    }
    .list-suggest .box-in {
        height: auto;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .list-suggest .box-in .img-product {
        display: none;
    }
    .list-suggest .tit-product {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        padding: 0;
        position: relative;
        background: var(--icon-Angle_right_black) no-repeat;
        background-size: 20px;
        background-position: center right;
        padding-right: 24px;
    }
    .list-suggest .list-product {
        margin-bottom: 0;
    }
    .gsc-results .gsc-cursor-box {
        border-top: 1px solid #e4e4e4;
        margin-top: 0px;
        padding-top: 20px;
    }
    .gsc-results .gsc-cursor-box.pagination-btn {
        border: 0;
        background: #F2F2F2;
        border-radius: 5px;
        text-align: center; 
        margin: 20px 0 0;
        padding: 0;
    }
    .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
        color: #000;
    }
    .search-in-menu .vib-v2-search-content.search-gg {
        display: block;
        height: auto;
        background: none;
    }
    .search-in-menu .gsc-control-searchbox-only {
        border: 1px solid #E4E4E4;
        height: 60px !important;
    }
    .vib-v2-list-link-menu-left li.searchC {
        display: none !important;
    }
    .search-in-menu .gsst_a .gscb_a {
        right: 66px;
    }
    .error_blank.padLeft{
        padding-left: 20px;
    }
    .gsc-above-wrapper-area {
        padding: 15px 0;
    }
    .keyword-history  .col-auto + .col-auto::after {
        content: "";
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        border-top: #E4E4E4 1px solid;
    }
    .keyword-history > .col-auto:nth-child(n + 7) {
        display: none;
    }
    /* .owner-suggest.suggest-active {
       padding-top: 0;
    } */
    .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
        border: none !important;
        background: var(--bg-gradient-orange-1) !important;
    }
    .search-in-menu .gsc-search-button-v2,
    .search-in-menu .gsc-search-button-v2:focus { 
        width: 50px;
        height: 50px;
        right: 5px;
        top: 4px;
    }
    .search-in-menu .gsc-search-button-v2::after { 
        width: 50px;
        height: 50px;
        content: "";
        left: 0;
        top: 0;
    }    
    .owner-suggest .error_blank:not(.hidden) {
        margin-top: 2px;
        margin-left: 63px;
    }
    .search-in-menu .owner-suggest .error_blank:not(.hidden){
        margin-left: 0;
    }
    .error_blank:not(.hidden) + .group-1 .keyword-history > .col-auto:first-child {
        margin-top: 0;
    }
    .error_blank { 
        padding-bottom: 10px; 
    }
    .vib-v2-search-content.search-gg   .error_blank { 
        padding-bottom: 10px; 
    }
    .gsc-webResult.gsc-result + .gsc-adBlockNoHeight {
        height: 3px !important;
        position: relative;
        background: #fff;
        top: -2px 
    }
    .search-gg .owner-suggest.suggest-active {
        max-height:none
    }    
    .gssb_c {
        z-index: 9999;
    }
    .gssb_c .gsc-completion-container::after {
        display: none;   
    } 
}
@media only screen and (min-width: 1000px) {
    .gsc-orderby {
        width: 300px;
        float: right;
    }
    .gsc-orderby-label,
    .gsc-orderby .gsc-selected-option-container {
        display: block;
        width: 300px;
    }
    .gsc-search-button-v2:hover {
        cursor: pointer;
        background: var(--bg-color-mono-1);
    }
    .gsc-search-button-v2:hover::after{
        background: var(--icon-Search_audit_white) center center no-repeat;
        background-size: 30px;
    }    
    .gsst_a .gscb_a:hover  {
        background: #E4E4E4;
    }
    .group-1 a:hover,
    .group-2 a:hover,
    .close-button-x:hover + a {
        border: 1px solid #AAAAAA; 
    }
    .error_blank.padLeft{
        padding-left: 30px;
    }
    .gsc-orderby:hover .gsc-selected-option-container::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000;
        left: 0;
        bottom: -1px;
    }    
    .gsc-orderby:hover .gsc-option-menu::before { 
        height: 0; 
    }
    .gsc-tabHeader.gsc-tabhActive, .gsc-refinementHeader.gsc-refinementhActive {
        padding: 26px 0;
    }
    .group-1 a ,
    .group-2 a { 
        border: 1px solid var(--mono-mono-45, #F2F2F2); 
    }
    .gsc-refinementHeader:hover {
        color: var(--color-orange) !important;
    }
    .max-request.max-request-pc {
        margin-top: -10px;
        margin-bottom: -25px;
    }
    /* .gstl_50.gssb_c {
        width: 1050px !important;
    } */

}

@media only screen and (min-width: 768px) and  (max-width: 1024px) {
    .owner-suggest .title-b, .list-suggest .title-b {
        font-weight: 700 !important;
    }
    .search-in-menu table.gsc-search-box td{height: 58px;}
    table.gsc-search-box td{height: 54px;}
}

#left-menu-ul-01 li.lmenu-label:first-of-type::before,
#vib-v2-list-link-menu-left-1 li.lmenu-label:first-of-type::before  {
    display: none;
}
#left-menu-ul-01 li.lmenu-label:first-of-type ,
#vib-v2-list-link-menu-left-1 li.lmenu-label:first-of-type {
    margin-top: 0;
}

.breakline {
    visibility: hidden;
    height: 5px;
    display: block;
}
input.gsc-input::-webkit-input-placeholder {
    color: var(--mono-mono-2, #5E5C62);
    font-weight: 500;
    font-size: 16px;
    font-family: Inter;
}
input.gsc-input:-moz-placeholder {
    color: var(--mono-mono-2, #5E5C62);
    font-weight: 500;
    font-size: 16px;
    font-family: Inter;
}
input.gsc-input::-moz-placeholder {
    color: var(--mono-mono-2, #5E5C62);
    font-weight: 500;
    font-size: 16px;
    font-family: Inter;
}
input.gsc-input:-ms-input-placeholder {
    color: var(--mono-mono-2, #5E5C62);
    font-weight: 500;
    font-size: 16px;
    font-family: Inter;
}
input.gsc-input:focus::-webkit-input-placeholder {
    color: var(--mono-mono-2, #5E5C62);
    font-weight: 500;
    font-size: 16px;
    font-family: Inter;
}
input.gsc-input:focus:-moz-placeholder {
    color: var(--mono-mono-2, #5E5C62);
    font-weight: 500;
    font-size: 16px;
    font-family: Inter;
}
input.gsc-input:focus::-moz-placeholder {
    color: var(--mono-mono-2, #5E5C62);
    font-weight: 500;
    font-size: 16px;
    font-family: Inter;
}
input.gsc-input:focus:-ms-input-placeholder {
    color: var(--mono-mono-2, #5E5C62);
    font-weight: 500;
    font-size: 16px;
    font-family: Inter;
}
.gssb_c .gsc-completion-container tbody::-webkit-scrollbar ,
.owner-suggest::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

.gssb_c .gsc-completion-container tbody::-webkit-scrollbar-track,
.owner-suggest::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
    background: transparent;
    
}

.gssb_c .gsc-completion-container tbody::-webkit-scrollbar-thumb,
.owner-suggest::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
    background-color: rgba(0, 0, 0, .1)
}

.gssb_c .gsc-completion-container tbody::-webkit-scrollbar-thumb,
.owner-suggest::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
    background-color: rgba(0, 0, 0, .1)
}

.gssb_c .gsc-completion-container tbody::-webkit-scrollbar-thumb:hover ,
.owner-suggest::-webkit-scrollbar-thumb:hover  {
    background-color: rgba(0, 0, 0, .1)
}