.nav-item--sale .nav-list--level-3, .nav-item--tommy-jeans .nav-list--level-3, .nav-item--tommy-sport .nav-list--level-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.nav-item--sale .nav-item--level-3>a, .nav-item--tommy-jeans .nav-item--level-3>a, .nav-item--tommy-sport .nav-item--level-3>a {
    font-weight: 700;
}


#fleg-new, .flag[class*=NUEVACOLECCION]::before {
    content: 'nuevo';
    position: absolute;
    text-transform: uppercase;
    width: auto;
    max-width: 100%;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    text-align: left;
    font-size: .8em;
    font-family: Futura,Calibri,sans-serif;
    font-weight: 700;
    padding: 8px 14px;
    background-color: rgba(0,23,79,.8);
    z-index: 3;
    color: #fff;
    visibility: visible;
}


/* \.BLACK FRIDAY */


.THSeoContainer {
    width: auto;
    margin: 0 auto;
    padding: 64px 0 40px;
}

.THSeoContainer--teaser {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.THSeoContainer--teaser-title {
    color: #00174f;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Futura, Calibri, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 32px;
}

.THSeoContainer--teaser__section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.THSeoContainer--teaser__section>div {
    width: 100%;
    color: #00174f;
    font-family: Futura, Calibri, sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.THSeoContainer p {
    margin: 0;
}


@media screen and (min-width: 768px) {
    .THSeoContainer {
        padding: 40px 0;
    }

    .THSeoContainer--teaser {
        width: 480px;
    }

    .THSeoContainer--teaser-title {
        margin-bottom: 32px;
        font-size: 34px;
        line-height: 44px;
    }

    .THSeoContainer--teaser__section > div {
        width: 480px;
    }
}

@media screen and (min-width: 1024px) {

    .single-board__summary.special {
        width: 31rem;
    }

    .THSeoContainer {
        width: 1008px;
        padding: 80px 0;
    }

    .THSeoContainer--teaser {
        width: 100%;
        margin: 0;
    }

    .THSeoContainer--teaser__section {
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .THSeoContainer--teaser__section > div {
        width: 480px;
    }
}

/* \.GUIA DE TALLAS  */

.THTables {
    margin: 0 auto 40px;
    padding: 0 8px;
}

.THTables__wrap {
    padding: 20px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
}

.THTables__group {
    margin-bottom: 32px;
}

.THCMTable {
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    line-height: 20px;
    color: #969696;
    font-family: Futura, Calibri, sans-serif;
    width: 100%;
}

.THCMTable,
.THCMTable__header {
    display: -webkit-flex;
    display: flex;
}

.THCMTable__maxWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    max-width: 100%;
    position: relative;
}

.THCMTable__header {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 12px;
}

.THCMTable,
.THCMTable__header {
    display: -webkit-flex;
    display: flex;
}

.THCMTable__title {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 20px;
    margin-bottom: 12px;
}

.THCMTable__subTitle {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #00174f;
    font-weight: 600;
    text-transform: uppercase;
}

.THCMTable__subTitle,
.THCMTable__title {
    color: #00174f;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.THCMTable__unitSwitcher {
    text-align: right;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    top: 0;
    right: 0;
    width: 80px;
    /* -webkit-flex: 0 0 88px; */
    /* flex: 0 0 88px; */
    /* padding-left: 8px; */
    justify-content: flex-end;

}

.THCMTable__unitSwitcher button {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 8px;
    letter-spacing: 1px;
    background-color: transparent;
    border: none;
    box-shadow: inset 0 0 0 2px #00174f;
    color: #00174f;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
    height: 20px;
    text-transform: uppercase;
}

.THCMTable__wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    display: -webkit-flex;
    display: flex;
}

.THCMTable__unitSwitcher button.active {
    background-color: #00174f;
    color: #fff;
}

.THCMTable table {
    width: 100%;
    border-collapse: separate;
    border: none;
    border-spacing: 0;
    padding: 0;
}

.THCMTable thead {
    width: 100%;
}

.THCMTable table,
.THCMTable td,
.THCMTable th {
    border: none;
    border-right: 1px solid #e5e5e5;
    /* padding: 10px; */
    white-space: nowrap;
    text-align: center;
}

.THCMTable tbody .THCMTable--rowDivider td {
    border-top: 1px solid #e5e5e5;
}

.THCMTable thead tr th {
    background-color: #f4f4f4;
    color: #00174f;
    text-transform: uppercase;
    font-weight: 400;
}

.THCMTable thead tr th:first-child {
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.THCMTable tbody tr td:first-child {
    background-color: #f4f4f4;
    color: #00174f;
    text-transform: uppercase;
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.THCMTable thead tr th:first-child:after,
.THCMTable thead tr th:first-child:before {
    content: "";
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
    background-color: #e5e5e5;
    position: absolute;
    display: block;
}

.THCMTable tbody tr td:first-child:before {
    background-color: #f4f4f4;
    left: -1px;
}

.THCMTable tbody tr td:first-child:after,
.THCMTable tbody tr td:first-child:before {
    content: "";
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
    background-color: #e5e5e5;
    position: absolute;
    display: block;
}


.THCMTable tbody .THCMTable--genericRow td:first-child {
    color: #fff;
    background-color: #00174f;
}

@media (min-width: 768px) {
    .THTables {
        padding: 0 40px;
    }

    .THTables__wrap {
        padding: 40px;
    }

    .THTables__group {
        margin-bottom: 40px;
    }
}

.THTables__measure {
    margin-top: 10px;
    line-height: 20px;
    font-size: 13px;
    background: none;
    border: none;
}

.THTables__measure--icon {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.THTables__measure--text {
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .THCMTable__title {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
    }
}

.gt-container {
    clear: both;
    padding: 50px 0 0;
    font-size: 14px;
}

.gt-imagen-medidas {
    max-width: 206px;
    max-height: 477px;
    float: left;
}

.gt-lista-container {
    float: left;
    margin-left: 15%;
    max-width: 500px;
    margin-bottom: 50px;
    font-size: 14px;
}

.gt-lista-N li:before {
    font-family: FuturaPT-Bold,FuturaStdBold,FuturaStd-Bold,Futura,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    position: absolute;
    content: counter(li);
    color: #fff;
    display: inline-block;
    text-align: center;
    left: -48px;
    top: 3px;
    height: 20px;
    width: 20px;
    background-color: #00174f;
}

.gt-lista-N li {
    counter-increment: li;
    position: relative;
}