/* moidal */
#modal-sizeguide .modal-content {
    border-radius: 6px;
    padding: 0 40px 20px;
}
#modal-sizeguide .modal-dialog {
    max-width: 1200px;
}
#modal-sizeguide .modal-header{
    border: none;
}
#modal-sizeguide .close {
    color: #222221;
    opacity: 1;
    font-size: 26px;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 99;
}
/* custom radio checkbox */
#sizes_form input:where([type="checkbox"], [type="radio"]){
    -webkit-appearance : none;
    appearance         : none;
    width              : 17px;
    height             : 17px;
    margin             : calc(0.75em - 11px) 0.25rem 0 0;
    border             : 2px solid #ddd;
    background         : #fff no-repeat center center;
}
#sizes_form input[type="radio"]{
border-radius : 6px;
}
#sizes_form input:where([type="checkbox"], [type="radio"]):where(:active:not(:disabled), :focus){
    border-color : #222221;
    outline      : none;
}
#sizes_form input:where([type="checkbox"], [type="radio"]):disabled{
background : #eee;
}
#sizes_form input[type="checkbox"]:checked, #sizes_form input[type="radio"]:checked  {
    background: #521CDC;
    color: #FFF;
}
#sizes_form input[type="checkbox"]:checked:before, #sizes_form input[type="radio"]:checked:before  {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
}
/* form */
#sizes_form{
    color: #222221;
    text-align: center;
}
#sizes_form_header{    
    font-size: 36px;
    line-height: 38px;
}
#sizes_form_header .title {
    text-align: left;
}
.navigate-sizes-form, .btn-show-sizes, .btn_show_sizeguide{
    cursor: pointer;
}
.sizes_breadcrumb ul {
    display: flex;
    color: #909090;
    font-size: 18px;
    margin: 10px 0;
}
.sizes_breadcrumb li {
    padding: 0 10px;
    border-left: 1px solid #909090;
    cursor: pointer;
}
#sizes_steps i {
    font-size: 20px;
    margin: 0 20px;
}
#sizes_steps {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sizes_errors {
    color: #FFF;
    margin: 20px 0;
    font-size: 20px;
    line-height: 25px;
    background: #521CDC;
    padding: 20px;
}
.sizes_colored_text{
    color: #521CDC;
    font-size: 36px;
    line-height: 38px;
    margin: 80px 0 50px;
}
.sizes-label{
    font-size: 22px;
    line-height: 26px;
    margin: 45px 0;
    display: flex;
    justify-content: center;
}
.sizes-label-result{
    font-size: 18px;
    line-height: 22px;
    max-width: 722px;
}
#sizes_form .form-check-label {
    padding: 60px 95px;
    min-width: 280px;
    border: 2px solid #521CDC;
    border-radius: 25px;
    font-size: 25px;
    line-height: 38px;
    cursor: pointer;
}
#sizes_form .form-check-input {
    opacity: 0;
    position: absolute;
}
#sizes_form .form-check {
    margin-bottom: 15px;
}
.sizes-height-weight .form-control {
    border: 1px solid #222221;
    border-radius: 33px;
    max-width: 257px;
    font-size: 16px;
    padding: 23px;
    height: 65px;
}
.sizes-height-weight .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sizes-height-weight .form-group:first-child {
    justify-content: end;
}
.sizes-height-weight .form-group:last-child {
    justify-content: start;
}
.sizes-height-weight .form-group label{
    font-size: 25px;
    line-height: 38px;
    margin-right: 20px;
}
.unidades {
    margin-bottom: 30px;
}
.unidades label {
    color: #909090;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 10px 0 5px;
}
#sizes_footer .btn {
    font-size: 18px;
    width: 250px;
    border: 1px solid #222221;
    border-radius: 25px;
    height: 45px;
    margin: 0 10px;
}
#sizes_footer .btn.btn-color {   
    border: 1px solid #521CDC;
    background: #521CDC;
    color: #FFFFFF;
}
#sizes_footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
    align-items: center;
}
.sizes_footer_left {
    background: #EEE;
    border-radius: 6px;
    padding: 20px;
    font-size: 24px;
    line-height: 28px;
    max-width: 265px;
}
.sizes_footer_left a:link:not(.nav-link):not(.btn), .sizes_footer_left a:visited:not(.nav-link):not(.btn){
    color: #521CDC;
}
.sizes-optional .container {
    background: #EEE;
    border-radius: 6px;
    padding: 22px 40px;
    max-width: 600px;
}
.sizes-optional .title {
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
}
.sizes-optional {
    margin: 30px 0;
}
.sizes-optional .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #222221;
    font-size: 14px;
    text-align: center;
    max-width: 120px;
}
.sizes-optional .form-group {
    display: flex;
    justify-content: start;
    align-items: center;
}
.sizes-optional label {
    margin: 0;
    font-size: 18px;
    margin-right: 20px;
}
.sizes-results {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.result-item {
    background: #EEE;
    padding: 30px;
    border-radius: 6px;
    margin: 12px;
}
.result-fit {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 20px;
}
.result-size {
    font-size: 18px;
    margin-top: 37px;
}
.result-size span {
    color: #521CDC;
    font-size: 30px;
    margin-left: 10px;
}
.result-size {
    font-size: 18px;
    margin-top: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 36px;
}
a:not([href]):not([tabindex]).btn_show_sizeguide {
    color: #521cdc;
    font-size: 18px;
    text-decoration: underline;
    margin-top: 10px;
}

/* TABLAS DE TALLAS */
.guia-tallas table.table-hm thead th {
    width: calc(100%/8);
  }
.guia-tallas .page-subheading {
    margin: 40px 0 20px;
    font-size: 30px;
    text-transform: uppercase;
}
.guia-tallas  .table td, .guia-tallas  .table th {
    border: 1px solid #dee2e6;
}
.guia-tallas table.table-accesorios thead th:first-of-type {
    width: 25%;
  }
.guia-tallas table.table-calcetines thead th {
    width: 25%;
}
.guia-tallas table.table-accesorios thead th {
    width: calc(75%/6);
}

/* RESPONSIVE */

@media (max-width: 1300px){
}
@media (max-width: 991px){
}
@media (max-width: 767px){
    .guia-tallas .page-subheading {
        margin: 20px 0 15px;
        font-size: 20px;
    }
    #sizes_form .form-check {
        width: 100%;
    }
    #sizes_form .form-check-label {
        padding: 20px;
        min-width: 100%;
        font-size: 20px;
    }
    #sizes_form_header {
        font-size: 24px;
    }
    .sizes_colored_text {
        font-size: 22px;
        line-height: 26px;
        margin: 30px 0;
    }
    .sizes-label {
        font-size: 18px;
        line-height: 22px;
        margin: 30px 0;
    }
    .sizes_footer_left {
        padding: 20px;
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
        width: 100%;
    }
    .unidades {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    #sizes_form .unidades .form-check {
        width: auto;
    }
    .sizes-height-weight .form-group:first-child {
        justify-content: start;
    }
    .sizes-height-weight .form-group label {
        font-size: 16px;
        line-height: 20px;
        margin-right: 10px;
    }
    .sizes-height-weight .form-control {
        max-width: 100%;
        font-size: 16px;
        padding: 5px 20px;
        height: 40px;
    }
    .sizes_footer_right {
        width: 100%;
        margin: 10px 0;
    }
    #sizes_footer .btn {
        width: 100%;
        margin: 10px 0;
    }
    .sizes-label-result {
        font-size: 16px;
        line-height: 22px;
    }
    .sizes-optional label {
        font-size: 16px;
    }
    .sizes-optional .container {
        padding: 24px 30px 20px;
    }
    .sizes_errors {        
        padding: 15px;
    }
    .sizes_errors {
        font-size: 16px;
        line-height: 20px;
    }
    .sizes_breadcrumb ul {       
        font-size: 14px;
    }
    #modal-sizeguide .modal-content {
        padding: 0;
    }
    #modal-sizeguide .close {      
        font-size: 35px;
        top: 5px;
        right: 20px;
    }
}