.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 {
    display: flex;
    flex-flow: nowrap;
    flex: 0 0 100%;
    font-weight: 600;
    color: #111;
    font-size: 1.2em;
    border-bottom: 1px solid #fff;
    padding-left: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.flex-product-attribute-desc {
    padding-top: 0;
    margin-top: 0;
    padding-left: 15px;
    display: flex;
    flex-flow: wrap;
    flex: 0 0 100%;
    font-weight: 400;
    border-bottom: 1px solid #aaa;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.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;
}

.searchform-fly-overlay .search-field {
    width: 100%;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    border-bottom: 1px solid #eee !important;
    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%;
}

.cwe-product-attributes #tab-video .yikes-custom-woo-tab-title-video {
    display: none !important;
}

.cwe-product-attributes #tab-video p {
    text-align: center;
}

.cwe-embed-container {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16x9 */
    height: 0;
    overflow: hidden;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.cwe-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ratio 4x3 */
.cwe-embed-container.ratio4x3 {
    padding-bottom: 75%;
}

#cn-notice-text {
    width: 100% !important;
    display: block;
    padding-bottom: 10px;
}

.cookie-notice-container {
    padding: 1rem;
}

.search-form .search-button {
    position: absolute;
    top: 0;
    padding: 0;
}

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

.cwe-guides-section {
    min-height: 200px;
}

@media (max-device-width: 768px) {
    .cwe-guide-btn-group {
        width: 100%;
    }
}

@media (min-device-width: 400px) {
    .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 0;
        border-bottom: 1px solid #999;
        flex: 0 0 38%;
    }

    .flex-product-attribute-desc p {
        padding: 0;
        margin: 0;
    }

    .flex-product-attribute-desc {
        padding: 0.5rem 0;
        margin: 0;
        border-bottom: 1px solid #999;
        flex: 0 0 60%;
    }

    .cwe-product-attributes #tab-video p {
        text-align: center;
    }

    .cwe-product-attributes #tab-video .yikes-custom-woo-tab-title-video {
        display: none !important;
    }
}

@media (min-device-width: 1025px) {
    .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 50%;

    }

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

    .flex-product-attribute-desc p {
        padding: 0;
        margin: 0;
    }

    .flex-product-attribute-desc {
        padding: 0.5rem 0;
        margin: 0;
        border-bottom: 1px solid #999;
        flex: 0 0 58%;
    }

    .cwe-product-attributes #tab-video p {
        text-align: center;
    }

    .cwe-product-attributes #tab-video .yikes-custom-woo-tab-title-video {
        display: none !important;
    }

    .searchform-fly-overlay .search-field {
        width: 800px;
        background-color: transparent;
        box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
        border: 0;
        border-bottom: 1px solid #eee !important;
        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%;
    }
}