/*
 * BODY
 */
.ts-body__social-media-menu {
    display: none;
}
/*
 * CONTENT
 */
.ts-content {
    padding: 30px /* CONTENT:padding */;
    background-color: #fafafa /* CONTENT:bg-color */;
}
/*
 * CONTAINER
 */
.ts-container {
    position: relative;
    left: 0;
    max-width: 994px /* CONTAINER:width */;
    margin: 0 auto;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #fff /* CONTAINER:background-color */;
    -webkit-box-shadow: 0 0 25px 2px rgba(0, 0, 0, .25) /* CONTAINER:shadow */;
            box-shadow: 0 0 25px 2px rgba(0, 0, 0, .25) /* CONTAINER:shadow */;
}
/*
 * MENU
 */
.ts-menu__title {
    display: none;
}

.ts-menu__social-media {
    display: none;
}

.ts-menu__basket {
    display: none;
}

.ts-menu__navigation {
    display: none;
    width: 100%;
}

@media (min-width: 992px) {
    .ts-menu__navigation {
        padding: 0 30px;
        border-bottom: 1px solid #e1e3e5 /* NAVIGATION-MENU:border-bottom */;
        background-color: #fff /* NAVIGATION-MENU:bg-color */;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.ts-menu__navigation > li {
    padding: 5px 0;
}

@media (min-width: 992px) {
    .ts-menu__navigation > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 110px;
        max-width: 145px;
        height: 43px;
        padding: 5px 8px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.ts-menu__navigation > li.is-active {
    position: relative;
}

@media (min-width: 992px) {
    .ts-menu__navigation > li.is-active:after {
        position: absolute;
        bottom: -2.5px;
        left: 0;
        width: 100%;
        height: 5px;
        content: '';
        border-radius: 4px;
        background-color: #333333 /* NAVIGATION-MENU-ITEM:border-color */;
    }
}

.ts-menu__navigation > li > a,
.ts-menu__navigation > li > span {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 100%;
    color: #333333 /* NAVIGATION-MENU-ITEM:color */;
}

@media (min-width: 992px) {
    .ts-menu__navigation > li > a,
    .ts-menu__navigation > li > span {
        text-align: center;
    }
}

@media (min-width: 992px) {
    #colG .ts-menu__navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .ts-header .ts-menu__navigation {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .ts-header .ts-menu__navigation {
        display: block;
        width: auto;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e3e5;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ts-header .ts-menu__navigation {
        margin-right: -30px;
        margin-left: -30px;
        padding-right: 30px;
        padding-left: 30px;
    }
}
/*
 * FOOTER
 */
.ts-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px /* FOOTER:padding */;
    background-color: #f0f0f0 /* FOOTER:bg-color */;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (max-width: 767px) {
    .ts-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.ts-footer__anchor {
    position: absolute;
}

.ts-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 767px) {
    .ts-footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 15px;
    }
}

.ts-footer__menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ts-footer__menu > li > a {
    display: block;
    color: #333 /* FOOTER:color */;
}

@media (min-width: 768px) {
    .ts-footer__menu > li + li:before {
        margin: 0 15px;
        content: '-';
    }
}

.ts-footer__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    padding: 5px 8px 5px 20px;
    color: #333 /* FOOTER-BUTTON:color */;
    border: 1px solid #979797 /* FOOTER-BUTTON:border */;
    border-radius: 5px /* FOOTER-BUTTON:border-radius */;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 767px) {
    .ts-footer__cta {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media (min-width: 768px) {
    .ts-footer__cta {
        width: 180px /* FOOTER-BUTTON:width */;
    }
}

.ts-footer__cta .cta__icon {
    font-size: 18px;
}

@media (max-width: 767px) {
    .ts-footer__cta .cta__icon {
        margin-left: 15px;
    }
}

.ts-account-panel {
    position: relative;
    padding-top: 45px;
}

.ts-account-panel .ts-panel__lead {
    position: absolute;
    top: 30px;
    left: 30px;
}

.ts-account-panel .ts-account-form > fieldset > legend {
    position: absolute;
    top: 30px;
    left: 30px;
}
/*
 * PANEL
 */
.ts-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px /* PANEL:padding */;
    border-radius: 5px /* PANEL:border-radius */;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15) /* PANEL:shadow */;
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15) /* PANEL:shadow */;
}

.ts-panel br,
.ts-panel hr {
    display: none;
}

.ts-panel__lead {
    font-weight: 700;
}

.ts-panel__title {
    font-size: 24px;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ts-panel p {
    line-height: 1.2;
}

.ts-panel p + p {
    margin-top: 15px;
}
/*
 * PRIMARY PANEL
 */
.ts-panel--primary {
    color: #fff /* PANEL:primary-color */;
    background-color: #333333 /* PANEL:primary-bg */;
}
/*
 * DEFAULT PANEL
 */
.ts-panel--default {
    background-color: #fff /* PANEL:default-bg */;
}

.ts-panel--hidden {
    display: none;
}
