.countryswitcher-fly-overlay{
    display: none;
}
.trc-media-index {
    display: block;
    position: relative;
    padding: 1rem;
}

.trc-ul-inline {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.trc-ul-inline li {
    padding: 1rem;
    display: inline-block;
    font-size: 1.8rem;
    color: #272727;
}
/*
.flex-product-attributes {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    flex-direction: row;
}

.flex-product-attribute {
    display: flex;
    flex-flow: wrap;
    flex: 0 0 100%;

}

.flex-product-attribute-hdr {
    font-weight: 700;
    padding: 0.5rem;
    border-bottom: 1px solid #fff;
    flex: 0 0 100%;
}

.flex-product-attribute-desc {
    padding: 0.5rem;
    border-bottom: 1px solid #999;
    flex: 0 0 100%;
}
*/
.wc-tab {
    border: none !important;
}

.cwe-attribute-header {

}

.border-bottom-dark-1 {
    border-bottom: 1px solid #666;
}

.trc-prodattr {
    margin-top: 50px;
    color: #b8b8b8;
    display: flex;
    flex-flow: wrap;
}

.trc-column {
    flex: 1;
}

.trc-prodattr ul {
    list-style: none;
}

.trc-prodattr ul li {
    line-height: 2;
}

.trc-prodattr ul li span.trc-prodattr-label {
    padding-right: 1em;
    color: #272727;
    text-transform: uppercase;
}

.trc-productdetails-medias {
    margin-top: 0;
}

.cwe-guide-btn-group {
    width: 33.333333%;
    position: relative;
}

div.cwe-guides {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

ul.cwe-dropdown-menu {
    padding: 0 1%;
    margin: 0;
    position: absolute;
    top: 60px;
    left: 0;
    list-style: none;
    width: 100%;
    z-index: 999;
}

div.trc-product-detail-medias .cwe-guide-btn-group ul.cwe-dropdown-menu {
    padding: 0;
}

ul.cwe-dropdown-menu li {

}

div.trc-product-detail-medias .cwe-guide-btn-group {
    width: 100%;
}

.btn-bg-whith {
    background-color: #ffffff !important;
}

.btn-bg-whith:hover {
    background-color: #272727 !important;
    border: 1px solid #272727 !important;
}

/* country selector */

.cwe-country-selector-container {
    display: flex;
    flex-wrap: nowrap;

}

.cwe-country-selector-section {
    display: flex;
    flex-wrap: nowrap;

}

.cwe-header-lang-switcher-sel {
    float: none !important;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 15rem;
    min-width: 400px;
}

.cwe-header-lang-switcher-sel .wpml-ls-legacy-dropdown-click {
    min-width: 400px;
    width: auto;
    text-align: left;
}

.cwe-header-lang-switcher-sel .wpml-ls-legacy-dropdown-click > ul li a {
    padding: 2rem 5rem;
    letter-spacing: 1px;
}

.trc-flag-icon-text {
    /*padding-right: 1rem;*/
    padding-left: 20px;
}

.countryswitcherform-fly-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.97);
    text-align: center;
    transition: all ease-in-out .25s;
    z-index: 999;
}

.countryswitcherform-fly-overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.countryswitcherform-fly-overlay .countryswitcherform-fly {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    ms-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
}

.scountryswitcherform-fly-overlay .search-field {
    width: 800px;
    background-color: transparent;
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
    border: 0;
    text-align: center;
    font-size: 35px;
    padding: 20px;
    color: rgba(255, 255, 255, 0.8);
    transition: all .3s ease-out;
    font-weight: 300;
    max-width: 100%;
}

.countryswitcherform-fly-overlay .search-button {
    color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    height: 30px;
}

.countryswitcherform-fly-overlay p {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

.countryswitcherform-fly-overlay .btn-close-countryswitcher {
    font-size: 40px;
    display: block;
    position: absolute;
    top: 5%;
    right: 5%;
    line-height: 40px;
    height: 40px;
    transition: all .3s;
    z-index: 999;
}

.cwe-hdr-toggle-lang {
    padding-top: 9px!important;;
    padding-right:10px!important;
    float: right;
}

.cwe-hdr-toggle-lang a {
    line-height: 2.5 !important;
    vertical-align: middle;
    padding-top: 0;

}

.cwe-hdr-toggle-lang a .flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 24px;
    line-height: 24px;
}

.countryswitcherform-fly-overlay .btn-close-search:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    ms-transform: rotate(90deg);
}

.open-countryswitcher-form .countryswitcherform-fly-overlay {
    visibility: visible;
    opacity: 1;
}

.open-countryswitcher-form .countryswitcherform-fly {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
}

.countryswitcherform-fly-overlay::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

/* simple Country list */
.trc-ls-container {

}

.trc-ls-container ul {
    display: flex;
    flex-basis: 100%;
    list-style: none;
    text-align: left;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.trc-ls-container ul li {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
}

.trc-ls-container ul li a {
    padding: 0;
}

.countryswitcherform-header {
    display: block;
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
    color: #aaa;
    font-weight: 400;
    letter-spacing: 1px;
}

.trc-toggle-lang-nav img {
    padding: 1px;
    border: 1px solid #777777;
}

@media (max-device-width: 812px) {
    .site-header-mobile .header-main .site-branding {
        margin: 17px 0 13px 0 !important;
    }
}

@media (max-device-width: 768px) {

    .cwe-guide-btn-group {
        width: 100%;
    }

    /* simple Country list */
    .trc-ls-container {

    }

    .trc-ls-container ul {
        display: flex;
        flex-basis: 100%;
        list-style: none;
        text-align: left;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .trc-ls-container ul li {

        flex-grow: 0;
        flex-shrink: 0;
        padding: 0;
    }

    .trc-ls-container ul li a {
        padding: 0;
        line-height: 1;
    }

    .countryswitcherform-header {
        display: block;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #333;
        color: #aaa;
        font-weight: 400;
        letter-spacing: 1px;
    }

}

@media only screen and (min-width: 600px) {

    .trc-ls-container ul li {
        flex-basis: 50%;
        flex-grow: 0;
        flex-shrink: 0;
        padding: 1rem 0;
    }
}

@media only screen and (min-width: 813px) {

    .cwe-guide-btn-group {
        width: 100%;
    }

    /* simple Country list */
    .trc-ls-container {

    }

    .countryswitcherform-fly-overlay .btn-close-countryswitcher {
        font-size: 40px;
        display: block;
        position: absolute;
        top: 20%;
        right: 20%;
        line-height: 40px;
        height: 40px;
        transition: all .3s;
    }

    .cwe-hdr-toggle-lang {
        float: left !important;
        padding-top: 2px!important;
        margin-right: 12px;
    }

    .cwe-hdr-toggle-lang a {
        line-height: 2.5 !important;
        vertical-align: middle;

    }

    .cwe-hdr-toggle-lang a .flag-icon {
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        position: relative;
        display: inline-block;
        width: 17px;
        line-height: 17px;
        padding: 0;
    }

    .trc-ls-container ul {
        display: flex;
        list-style: none;
        text-align: left;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .trc-ls-container ul li {
        flex-basis: 33.33333%;
        flex-grow: 0;
        flex-shrink: 0;
        padding: 1rem 0;
    }

    .trc-ls-container ul li a {
        padding: 3rem 0;
        line-height: 1;
    }

    .countryswitcherform-header {
        display: block;
        margin-top: 3rem;
        padding-top: 3rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #333;
        color: #aaa;
        font-weight: 400;
        letter-spacing: 1px;
    }


}