/* --- Language Switcher: Start --- */

.skiptranslate {
    display: none !important;
}

.topheader-wrap {
    background: #091b2c;
    color: #fff !important;
    position: relative;
    height: 35%;
    min-height: 35px;
    padding: 0 25px;
}

.topheader-wrap .topheader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
}

.search-region {
    padding: 5px 10px;
    border-radius: 4px !important;
    background: #7CBA3D;
    outline: none;
    border: 1px solid #7CBA3D;
    font-weight: 500;
}

.topheader-wrap .topheader h4 {
    color: #fff;
    font-size: 16px;
}

.topheader-wrap .topheader ul {
    display: flex;
    align-items: center;
}

.topheader-wrap .topheader li {
    margin-right: 15px;
    list-style: none;
}

.languagepopup .modal-dialog .modal-content .modal-header .title h3 {
    font-size: 18px;
    color: #181d22;
}

@media (max-width: 1599px) {
    .languagepopup .modal-dialog .modal-content .modal-header .title h3 {
        font-size: 1.4375rem;
        line-height: 2.375rem;
    }
}

@media (max-width: 1199px) {
    .languagepopup .modal-dialog .modal-content .modal-header .title h3 {
        font-size: 1.4375rem;
        line-height: 1.625rem;
    }
}

.languagepopup {
    color: #242b34;
}

.languagelist {
    display: block;
    background-color: #ffffff;
}

.languagelist li {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 15px;
    align-items: baseline;
}


/* li{
    list-style: none;
  } */

.languagelist li:not(ul > li) {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.languagelist .region:not(:last-of-type) {
    border-bottom: 1px solid #ededed;
}

.languagelist li h5 {
    padding-left: 15px;
    text-transform: uppercase;
    position: relative;
}

.languagelist li h5::before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 5px;
    background: #023f7e;
}

.languagelist li ul>li {
    padding: 5px 10px;
    display: block;
    border-radius: 4px;
    cursor: pointer;
}

.languagelist li ul>li:hover {
    background-color: #e5ecff;
}

.languagelist li ul li span {
    font: 500 1.125rem/1.875rem Roboto;
    color: #001427;
    padding-right: 10px;
}

@media (max-width: 1599px) {
    .languagelist li ul li span
    /* .languagelist a */
    {
        font-size: 1.0625rem;
        line-height: 1.75rem;
    }
}

@media (max-width: 1199px) {
    .languagelist li ul li span
    /* .languagelist a  */
    {
        font-size: 1rem;
        line-height: 1.875rem;
    }
}

.languagelist h6 {
    font-size: 20px;
    color: #242b34;
    font-weight: 500;
}

#google_translate_element2 {
    display: none;
}

.languagepopup .modal-dialog {
    width: 100%;
    height: 100%;
}

.languagepopup .modal-dialog .modal-content {
    border: none;
    box-shadow: none;
}

.languagepopup .modal-dialog .modal-content .modal-header {
    display: flex;
    border-bottom: none;
}

.languagepopup .modal-dialog .modal-content .modal-header,
.modal-body.languagelist {
    padding: 0px !important;
}

.languagepopup .modal-dialog .modal-content .modal-header .lang-close button.close {
    opacity: 1 !important;
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 1.875rem;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    background: transparent !important;
}

.desk-lang-opt ul {
    margin: 0;
    padding: 0;
}

.mob-lang-opt ul {
    margin: 0;
    padding: 0;
}

.mob-lang-opt ul h5 {
    display: none;
}

.languagepopup .modal-dialog .modal-content .modal-header .lang-close button.close::before {
    content: "";
    width: 25px;
    height: 3px;
    background: #023f7e;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

.languagepopup .modal-dialog .modal-content .modal-header .lang-close button.close::after {
    content: "";
    width: 25px;
    height: 3px;
    background: #023f7e;
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    top: 12px;
    left: 0;
    margin: 0 auto;
}

.languagepopup .modal-dialog .modal-content .modal-header .lang-close button span {
    font-size: 35px;
    color: #242b34;
    font-weight: 300;
}

.headersearchpopup {
    background: #ededed;
    position: absolute;
    z-index: 999999;
    width: 100%;
    margin-top: 10px;
}

.headersearchpopup .searchdrop_close {
    float: right;
    right: 0;
    border: none;
    font-size: 18px;
    color: #242b34;
}

.headersearchpopup .searchdrop_close span {
    font-weight: 600;
}

.headersearchpopup .search-form-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ededed;
}

.headersearchpopup .search-form-inner input {
    border-radius: 3px;
}

.headersearchpopup .search-form-inner button {
    background: #023f7e;
}

.mob-lang-opt .region i {
    color: #023f7e;
}

.topheader-close {
    border: none;
    color: #ededed;
    font-size: 28px;
    font-weight: 300;
    position: absolute;
    float: right;
    right: 5px;
    background-color: transparent;
    top: 11px;
    margin-left: 10px;
}

.topheader select {
    font-size: 16px;
    color: #242b34;
    font-weight: 500;
    padding: 10px;
    border-radius: 0.25rem;
}

.topheader select option.region-opt {
    padding: 10px 0;
}

.topheader select span {
    font-weight: 500;
}

.footer_row .footer__project a {
    color: #9c9c9c;
    font-size: 14px;
}

.fa-solid {
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-solid,
.fas {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

.fa-globe:before {
    content: "\f0ac";
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

span,
.btn {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
    outline: none;
}

.modal-header:after {
    clear: both;
    display: table;
    content: " ";
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: .3rem;
    outline: 0;
}

.modal .modal-content {
    border: 0;
    border-radius: 3px;
}

@media (max-width: 992px) {
    .desk-lang-opt {
        display: none;
    }
    .languagelist li ul>li {
        padding-left: 15px;
        border-radius: 999px;
    }
    .mob-lang-opt li {
        display: block;
    }
    .languagelist li h5 {
        margin-top: 10px;
    }
    .languagepopup .modal-dialog {
        margin-top: 0px;
    }
    .mob-lang-opt li ul {
        columns: auto;
    }
    .mob-lang-opt li ul.dropdown {
        display: block;
        margin-top: 15px;
    }
    .mob-lang-opt li ul {
        columns: auto;
    }
}

@media (min-width: 993px) {
    .languagelist .region:not(:last-of-type) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .mob-lang-opt {
        display: none;
    }
}

@media (min-width: 1600px) {
    .languagelist li ul {
        columns: 1;
    }
}

@media (max-width: 1599px) and (min-width: 767px) {
    .languagelist li ul {
        columns: 3 auto;
    }
}

header .contact-info .shop a {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    margin-left: 20px;
    margin-right: 0 !important;
    padding: 0 !important;
    font-weight: 500;
}

header .topheader .contact-info .li {
    display: inline-flex;
    vertical-align: middle;
    margin: 0;
    height: 100%;
    padding: 0;
    align-items: center;
}

header .col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 372px) {
    .contact-info li:not(:last-child) {
        display: none;
    }
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    width: auto;
}

.customaccordian .accordion-item .accordion-body ul li {
    list-style-position: inside;
}

.language_ces {
    cursor: pointer;
}

.footer-copy-nav .language_ces::before {
    content: "";
    background: url(../../assets/src/images/globe-icn.png);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

.footer-copy-nav .language_ces::before {
    filter: brightness(0) invert(1);
}



.lang-link.active a,
.lang-link.active a span {
    color: #ffffff !important;
}

.footer-copy-nav .lang-switcher a {
    color: #fff;
    font-size: 0.875rem;
}

.footer-copy-nav .lang-switcher a:hover {
    font-weight: 400;
}

.md-footer .footer-nav {
    margin-top: 25px;
}

@media (min-width: 600px) {
    #sib_signup_form_2.sib_signup_form .sib_signup_box_inside_2 {
        display: flex;
        gap: 0.5rem;
    }
}

#sib_signup_form_2.sib_signup_form .sib_signup_box_inside_2 .sib-email-area {
    flex: 1 1 auto;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    text-align: center;
}

#sib_signup_form_2.sib_signup_form .sib_signup_box_inside_2 .sib-default-btn {
    margin-top: 0.5rem;
    border-color: #7CBA3D !important;
    background-color: #7CBA3D !important;
    width: 162px;
    height: 50px;
    color: white;
}

@media (min-width: 1200px) {
    .footer-bottom.lg-footer {
        display: block;
    }
    .footer-bottom.md-footer,
    .footer-bottom.sm-footer {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .footer-bottom.md-footer {
        display: block;
    }
    .footer-bottom.lg-footer,
    .footer-bottom.sm-footer {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer-bottom.sm-footer {
        display: block;
    }
    .footer-bottom.lg-footer,
    .footer-bottom.md-footer {
        display: none;
    }
    .footer-bottom.sm-footer .copy-right p {
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-bottom.sm-footer .lang-switcher {
        text-align: center;
    }
    .site-footer .footer-bottom.sm-footer .footer-copy-nav .footer-nav .menu ul {
        justify-content: space-between;
    }
}

.sharer-icon.facebook-icon {
    width: 30px;
}

.sharer-list {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1em;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}

.sharer-item {
    border-radius: 0.25rem;
}

.sharer-item a {
    font-weight: 600;
    margin: 5px 5px 5px 0;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.sharer-icon {
    height: 42px;
    width: 38px;
    display: inline-block;
    vertical-align: middle;
}

.sharer-icon:before {
    position: relative;
    top: 10px;
    left: 14px;
}

.sharer-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    margin-left: 8px;
}

.sharer-item a:hover {
    cursor: pointer;
    -webkit-transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    background-color: #363636;
    transition: 0.2s linear;
}

.footer-copyright span a {
    color: #7CBA3D;
}


/* .languagepopup {
    display: none;
} */


/* --- Language Switcher: End --- */