@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.anim {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* .scale {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
} */

#modal_search .close_modal {
    position: absolute;
    top: 53px;
    right: -40px;
    cursor: pointer;
    z-index: 8040;
}

#modal_filter {
    width: 600px;
    padding-bottom: 60px;
}

#modal_work {
    width: 600px;
    padding-bottom: 60px;
}

.project_item {
    height: 500px;
}

.project_item:hover .img_cover {
    transform: scale(1.2);
}

.project_item .img_cover {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.project_item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 79.69%, rgba(0, 0, 0, 0.78) 100%);
    z-index: 1;
}

#slideshow0 .slick-list,
#slideshow0 .slick-slide,
#slideshow0 .slick-track {
    height: 100%;
}

#slideshow0 .slick-next {
    right: 2%;
}

#slideshow0 .slick-prev {
    left: 2%;
}

.header_right_icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close_modal {
    position: absolute;
    top: 2px;
    right: -40px;
    cursor: pointer;
    z-index: 8040;
}

.close_modal img {
    width: 32px;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex>* {
    /*margin: auto;*/
}

.modal-dialog .modal-body {
    padding: 40px;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #131313;
    line-height: 1.42857143;
    font-size: 16px;
    width: 100%;
    background: #F9F9F9;
    padding-top: 88px;
}

body:before {
    /*content: "";*/
    /*position: absolute;*/
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 2000;
    top: 0;
    opacity: 1;
}

body.loader:before {
    content: "";
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    z-index: -1;
}

header {
    width: 100%;
    z-index: 10;
    top: 0px;
}

.common-home header {
    background: #fff;
}

header.fixed {
    background: #fff;
    border-bottom: 1px solid #EDEDED;
}

svg {
    height: auto;
}

svg.svg path,
svg.svg rect,
svg.svg circle,
svg.svg polygon {
    fill: currentColor !important;
    stroke: currentColor !important;
}

img {
    max-width: 100%;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #131313;
}


/* default font size */


/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-weight: normal;
}

.offer_image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.arrow_circle {
    width: 44px;
    height: 44px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    right: 0;
    flex: none;
}

.project_image_main {
    height: 400px;
}

.link_arrow:hover .arrow_circle {
    background: #F8BA22;
    right: -4px;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:after {
    content: ' *';
    color: #F00;
    font-weight: bold;
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #EBAD14;
    background-color: #FFF0C2;
}


/* top */

#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}


/* logo */

#logo {}


/* search */

#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}


/* cart */

.img_contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart_header {
    margin-top: 24px;
}

.cart_header>* {
    display: inline-block;
}

.s_offer {
    height: 90vh;
    max-height: 730px;
}

.big_text {
    color: #EDEDED;
    font-size: 38vw;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    line-height: 63vh;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    opacity: 0.4;
}

.big_text.mini {
    transform: scale(0.5);
}

#cart {}

#cart .dropdown-toggle img,
#cart .dropdown-toggle svg {}

#cart .table>thead>tr:first-child>th,
#cart .table>tbody>tr:first-child>th,
#cart .table>tfoot>tr:first-child>th,
#cart .table>thead>tr:first-child>td,
#cart .table>tbody>tr:first-child>td,
#cart .table>tfoot>tr:first-child>td,
#cart .table>tbody>tr>td {
    border-top: none;
}

#cart-total {
    width: 24px;
    height: 24px;
    background: #FFF0C2;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: absolute;
    top: -3px;
    right: -7px;
    color: #131313;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cart .dropdown-menu {
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* menu */

#menu {}

#menu .nav>li>a {
    padding: 10px 15px 10px 15px;
    background-color: transparent;
}

.slick_images .slick-dots {
    bottom: 30px;
    margin: 0;
    height: auto;
}

.slick_images .slick-dots li button {
    width: 52px;
    height: 4px;
    background: #ddd;
    padding: 0px;
    border-radius: 0px;
}

.slick_images .slick-dots li.slick-active button {
    background: #EBAD14;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #131313;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        /*display: block;*/
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

.list_sorts li a.active:after {
    content: "";
    background: url(/images/check_yellow.svg);
    width: 14px;
    height: 14px;
    display: inline-block;
    filter: brightness(0);
}

.list_sorts li a.active {
    background: #F5DDC7;
    color: black;
}


/* content */

#content {
    min-height: 600px;
}

.bal-loading {
    text-align: center;
    z-index: 100;
    width: 115px;
    padding: 20px;
    color: #222;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

span.results {
    display: none;
}

.option_product .dropdown-menu a {
    padding: 12px;
}


/* footer */


footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}


/* breadcrumb */

.breadcrumb {
    margin: 5px 0 20px 0;
    padding: 8px 0;
    text-align: center;
    font-size: 13px;
}

.breadcrumb>li {
    position: relative;
    white-space: nowrap;
}

.pagination {
    margin: 0;
}

.panel-title .svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}


/* list group */

.list-group a {}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {}


/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


/* product list */

.product-thumb {
    border: 1px solid #E6E6E6;
    border-radius: 15px;
    overflow: hidden;
}

.product-thumb .image {
    text-align: center;
}

.before_grad {
    position: relative;
}

.before_grad:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.73%, rgba(0, 0, 0, 0.66) 86.46%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.article_item_list {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}

.article_item_list:last-child {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    border-bottom: none;
}

.latest_article_image {
    /*position: absolute;*/
}

.latest_article {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.option_product .form-check .form-check-input {
    float: none;
}

.option_product .form-check.form-check-image .form-check-input[type='radio'] {
    /*width: 22px;*/
    width: 26px;
    /*height: 22px;*/
    height: 26px;
    border: 2px solid #E6E6E6;
}

.option_product .form-check.form-check-image .form-check-input[type='radio']:checked,
.option_product .form-check.form-check-image .form-check-input[type='radio']:hover {
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #000;
}

.review_avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #677178;
    background: #ebad14;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
}

.stickers {
    position: absolute;
    left: 15px;
    top: 15px;
}

.option_image_circle {
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
}

.card_option_color {
    /*height: 32px;*/
}

.card_option_color>* {
    display: block;
}

.prim_image {
    width: 80px;
    height: 80px;
}

.image_card_options:hover .card_option_color>* {
    display: block;
}

.style_image {
    max-width: unset;
    width: 100%;
    position: absolute;
}

.slick-track>* {
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
}

.col-about {
    position: absolute;
    top: 0;
}

.slick_work .slick-next {
    right: 50px;
}

.slick_work .slick-prev {
    left: 50px;
}

.slick_images .slick-next {
    right: 20px;
}

.slick_images .slick-prev {
    left: 20px;
}

.option_image_product {
    opacity: 0;
    z-index: 0;
    position: absolute;
    left: 50%;
    top: 0;
}

.option_image_product.active {
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, 0px);
    background: #fff;
}

.slick_work .slick-slide {
    width: 1100px;
    height: 60vh;
    min-height: 500px;
}

.tet_404 {
    font-size: 240px;
}

#city_map_all {
    height: 500px;
}

#city_map_all canvas {
    filter: grayscale(1);
}

.collapse_editor {}

.collapse_editor .accordion-button {
    padding: 1.5rem;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
}

.collapse_editor .accordion-body {
    padding: 1.5rem;
    color: #999999;
    font-size: 14px;
    border-bottom: 1px solid #E6E6E6;
}

.priem_img_wrap {
    min-height: 120px;
}

.total_mini_cart td {
    padding: 5px 0px;
}

.total_mini_cart td:last-child {
    white-space: nowrap;
}

.total_mini_cart:last-child {
    border-top: 1px solid #ddd;
}

.total_mini_cart:nth-last-child(-n+2) td {
    padding-bottom: 20px;
}

.row_cart {
    border-bottom: 1px solid #E6E6E6;
}

.row_cart:last-child {
    border-bottom: none;
}

.total_mini_cart:last-child td {
    padding-top: 20px;
}

.product-thumb .image a:hover {}

.product-thumb .option_image:hover img {
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #000;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product_card_cart {
    position: absolute;
    right: 15px;
    top: 15px;
}

.product_card_cart .plus {
    color: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: -7px;
}

.product-thumb h4 {}

.product-thumb .caption {}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

.article_list_image {
    height: 450px;
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.form-check-big .form-check-input[type='checkbox'] {
    width: 32px;
    height: 32px;
}

.plus_minus_circle {
    width: 32px;
    height: 32px;
    background: #EBAD14;
}

.plus_minus_circle:before {
    content: "—";
}

*.collapsed>.plus_minus_circle:before {
    content: "+";
}

.arrow_angle {
    transform: scale(1);
}

.collapsed .arrow_angle {
    transform: scale(-1);
}

.form-check-big .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath d='M1 6L5.66667 11L15 1' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-color: #EBAD14;
    background-size: 16px;
}

.product-thumb .price-new {
    font-weight: 500;
}

.product-thumb .price-old {
    color: #677178;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #677178;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.dropdown-toggle.show .arrow_drop_down {
    transform: scale(-1);
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

.quantity_product {
    box-shadow: none;
    max-width: 110px;
}

.input-group .input-group-addon {
    background: none;
    border: none;
    box-shadow: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 30px 0px 0px 30px;
    padding-left: 25px;
}

.quantity_product .form-control {
    border: none;
    background: none;
    box-shadow: none;
    vertical-align: middle;
}

.quantity_product .input-group-addon {
    border: none;
    padding: 0px 15px;
    vertical-align: middle;
    line-height: 15px;
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

.messenger_icon {
    width: 32px;
    height: 32px;
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 30px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/*img category*/

.imgcategory .product-thumb.transition>h4 {
    padding-left: 10px;
}

#cart-total {}

.socnetauth2_auth_icons {}

.socnetauth2_auth_icons a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    margin: 0px 5px;
}

.u-AhunterSuggestions {
    border: 1px solid #e6e6e6;
    background: white;
    overflow: auto;
    border-radius: 1rem;
    box-shadow: 0 7px 8px -5px rgb(0 0 0 / 18%);
    font-size: 14px;
}

.u-AhunterSuggestion {
    padding: 12px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.u-AhunterEmptySuggestion {
    padding: 12px;
    color: #212529;
    font-size: 14px;
}

.u-AhunterSelectedSuggestion {
    background: #FFF0C2;
    color: #EBAD14;
    font-size: 14px;
}

.u-AhunterSuggestions strong {
    font-weight: 400;
    font-size: 14px;
}

.socnetauth2_auth_icons a img {}