#information-information #content {
    min-height: 100%;
}

.faq_wrapper {
    margin-top: 79px;
    margin-bottom: 135px;
}

.faq_wrapper .faq_content {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 59px;
}


.content-information .faq_wrapper p, 
.content-information .faq_wrapper h6{
    margin-bottom: 22px;
}
.faq_wrapper .faq_content h4 {
    padding-bottom: 40px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 0;
    font-family: 'Cormorant Garamond';
    font-weight: 500;
    letter-spacing: 0;
}

.faq-item .content {
    display: none;
    padding-bottom: 11px;
    color: #202020;
}


.faqs {
    padding-top: 12.5px;
}

.faq_wrapper .faq_content .title h4 {
    padding: 19.5px 40px 19.5px 0;
    border-bottom: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    color: #1D1D1D;
}
.faq_wrapper .faq_content .title h4:after {
    content: '';
    display: block;
    background: #000F2D;
    width: 19px;
    height: 1px;
    position: absolute;
    top: 33px;
    right: 0;
}

.faq_wrapper .faq_content .title h4:before {
    content: '';
    display: block;
    background: #000F2D;
    height: 19px;
    width: 1px;
    position: absolute;
    top: 24px;
    right: 9px;
    transition: all .5s;

}

.faq_wrapper .faq_content .title.active h4:before{
    opacity: 0;
    transform: rotate(-180deg);
}

.faq-item {
    margin-bottom: 20px;
}

.content-information .faq_wrapper p:last-child {
    margin-bottom: 0;
}

.faq_wrapper .faq_content:last-child {
    margin-bottom: 0;
}

.content-information .content-bottom .image-with-text-section .inner-content {
    padding: 162px 0 134px;
}
.size-tabs {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    padding-right: 20px;
}

.link_tab.link {
    text-align: left;
    cursor: pointer;
}

.link_tab.link:hover, .link_tab.link.active_tab {
    color: #000F2D;
}

.link_tab.link:before {
    background: #1D1D1D;
}

.link_tab.link.active_tab::before{
    transform: scaleX(1);
    transform-origin: left;
}

.size-guide-content {
    display: inline-block;
    width: calc(100% - 205px);
    padding-left: 65px;
    padding-bottom: 140px;
}

.content-information .size-guide-content h6{
    color: #000;
}

.size-tabs>div a {
    margin-bottom: 22px;
}


.size-guide-page {
    padding: 60px 0 0;
}

.size-guide-page .container-wide {
    padding: 0;
    max-width: 100%;
}

.size-guide-content table {
    border: 1px solid #CACACA;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 42px;
}

.size-guide-content table tr {
    border-bottom: 1px solid #CACACA;
}

.size-guide-content table tr td, .size-guide-content table tr th {
    padding: 9px 40px;
    width: 33.33%;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    height: 68px;
}

.size-guide-content table tr td:not(:last-child), .size-guide-content table tr th:not(:last-child) {
    border-right: 1px solid #CACACA;
}

.size-guide-item img {
    max-width: 100%;
}

.size-guide-content ol {
    margin-bottom: 60px;
}

.size-guide-content ol li{
    list-style-position: inside;
                }

.size-guide-content p + h6 {
    margin-top: 40px;
}

.content-information .size-guide-content h6, .content-information .size-guide-content p{
    margin-bottom: 24px;
}

.size-guide-item[data-tab="tab-2"] img {
    margin: 34px 0 0;
}

.size-guide-item hr {
    margin: 60px 0;
}

@media (min-width: 768px){
    .size-tabs {
        display: inline-block !important;
    }

    .hide-desktop.label {
        display: none;
    }
}

@media (max-width: 1200px){
    .size-guide-content {
        padding-left: 30px;
    }
}

@media (max-width: 991px){
    .size-guide-content {
        padding-left: 0;
    }
}

@media (max-width: 767px){
    .size-tabs {
        width: 100%;
        padding: 18px;
        background: #000F2D;
        max-width: 208px;
        position: absolute;
    }

    .size-guide-page .size-tabs a, .size-guide-page .size-tabs a.link_tab.link:hover{
        color: #fff;
        margin-bottom: 0;
        padding: 6px;
    }

    .link_tab.link:before {
        background: currentColor;
        bottom: 6px;
    }
    
    .size-guide-content {
        width: 100%;
        padding-left: 0;
        padding-top: 57px;
        padding-bottom: 89px;
    }
    
    .size-guide-content table tr td, .size-guide-content table tr th {
        padding: 9.5px 10px;
        word-break: break-all;
        height: auto;
        min-height: 67px;
    }
    
    .size-guide-content table tr {
        display: flex;
    }

    .content-information .content-bottom .image-with-text-section .inner-content {
        padding: 38px 0 34px;
    }
    
    .content-bottom .image-with-text-section .inner-content .button-link {
        margin-top: 30px;
    }
    
    .content-bottom .image-with-text-section {
        min-height: 390px;
    }

    .faq_wrapper .faq_content .title h4:after, .faq_wrapper .faq_content .title h4:before {
        top: 49%;
        transform: translateY(-50%);
    }

    .size-guide-page .label:after {
        content: '';
        position: static;
        top: 8px;
        right: 0;
        width: 14px;
        height: 6px;
        display: inline-block;
        background-image: url(../../images/icon-select.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: inherit;
        transition: all .5s;
        margin-left: 10px;
        margin-top: 1px;
    }

    .size-guide-page .label.active:after {
        transform: rotate(180deg);
    }
    
    .size-guide-page .label {
        display: inline-block;
        cursor: pointer;
    }
    
    .size-guide-page .size-tabs {
        display: none;
    }

    .size-guide-page .size-tabs .link_tab.link.active_tab {
        display: none;
    }
    
    .content-information .size-guide-content h6 {
        line-height: 24px;
        margin-bottom: 19px;
    }
    
    .content-information .size-guide-content p {
        margin-bottom: 39px;
    }
    .content-information .size-guide-content div[data-tab="tab-1"] p {
        margin-bottom: 24px;
    }
    
    .size-guide-content ol li {
        list-style-position: outside;
    }

    
    .size-guide-content table {
        margin-bottom: 58px;
        margin-top: 38px;
    }
    
    .size-guide-content table tr th {
        padding: 11px 10px;
        display: flex;
        align-items: center;
    }

    
    .size-guide-item[data-tab="tab-1"] {
        padding-bottom: 66px;
    }

    .content-information .size-guide-content div[data-tab="tab-3"] p {
        margin-bottom: 23px;
    }

    .size-guide-content div[data-tab="tab-3"] table tr th {
        padding: 11px 19px 11px 10px;
    }

    .size-guide-content table tr th {
        padding: 11px 19px 11px 10px;
    }
    
   .multi-column tr th, .multi-column tr td {
        min-width: 117px;
    }
    
    .multi-column {
        overflow-x: auto;
        margin-bottom: 50px;
    }

    .multi-column table{
        margin-bottom: 8px;
    }
}

@media (max-width: 390px){
        
    .size-guide-content .size-guide-item[data-tab="tab-1"] table tr br {
        display: none;
    }
}