
.search-measures .heading.all-page,
.search-measures-product .heading.all-page {
    font-size: 30px;
    font-weight: 600;
}

.search-measures .cancel,
.search-measures-product .cancel {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 30px;
    height: 30px;
    background: #7a7a7a;
    border-radius: 50%;
}

.search-measures .cancel:hover,
.search-measures-product .cancel:hover {
    cursor: pointer;
    background: #5a5a5a;
}

.search-measures .cancel:before,
.search-measures-product .cancel:before {
    content: "|";
    color: #fff;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    left: 10px;
    top: 4px;
    font-weight: 100;
}

.search-measures .cancel:after,
.search-measures-product .cancel:after {
    content: "|";
    color: #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 13px;
    top: 4px;
    font-weight: 100;
}

.search-measures .size-info,
.search-measures-product .size-info {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
}

.search-measures .size-info img,
.search-measures-product .size-info img {
    display: block;
    float: left;
    border: 2px solid #e8e8e8;
    margin-right: 20px;
    width: 250px;
}

.search-measures .size-info #form-sizes,
.search-measures-product .size-info .info {
    display: block;
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
}

.search-measures .footer_size {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border: 0 solid #000000;
    background: #f5f5f5;
}


.search-measures .footer_size .info {
    padding-left: 20px;
    margin-bottom: 0;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
}

.search-measures #form-sizes .label {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.search-measures .footer_size .info li {
    float: left;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    width: 100%;
}
.search-measures #form-sizes .label .letter,
.search-measures-product .table-responsive table tbody tr td .letter {
    width: 22px;
    height: 22px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 2px;
    font-size: 16px;
    margin-right: 7px;
}

.size_table_holder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    height: 100%;
}

.relative_holder {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    z-index: 999;
    opacity: 0.6;
}

#sizes-table,
#sizes-table-product {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
    z-index: 9999;
    width: 850px;
}

#sizes-table .heading,
#sizes-table-product .heading {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    padding: 30px;
    font-size: 20px;
    color: #000;
    background: #f5f5f5;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border: 0 solid #000000;
    line-height: 20px;

}

#sizes-table .heading.all-page,
#sizes-table-product .heading.all-page {
    font-size: 30px;
    font-weight: 600;
}

#sizes-table .cancel,
#sizes-table-product .cancel {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 30px;
    height: 30px;
    background: #7a7a7a;
    border-radius: 50%;
}

#sizes-table .cancel:hover,
#sizes-table-product .cancel:hover {
    cursor: pointer;
    background: #5a5a5a;
}

#sizes-table .cancel:before,
#sizes-table-product .cancel:before {
    content: "|";
    color: #fff;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    left: 10px;
    top: 4px;
    font-weight: 100;
}

#sizes-table .cancel:after,
#sizes-table-product .cancel:after {
    content: "|";
    color: #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 13px;
    top: 4px;
    font-weight: 100;
}

#sizes-table .size-info,
#sizes-table-product .size-info {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
}

#sizes-table .size-info img,
#sizes-table-product .size-info img {
    display: block;
    float: left;
    border: 2px solid #e8e8e8;
    margin-right: 20px;
    height: 250px;
}

#sizes-table .size-info #form-sizes,
#sizes-table-product .size-info .info {
    display: block;
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    width: 58%;
}

#sizes-table .footer_size {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border: 0 solid #000000;
    background: #f5f5f5;
}

#form-sizes select,
#form-sizes input {
    width: 100%;
    display: block;
    float: left;
    padding: 6px 10px;
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #6c6b6b;
    margin-bottom: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#form-sizes select {
    padding-right: 34px;
}

#form-sizes .select-wrapper {
    position: relative;
}

#form-sizes .select-wrapper:after {
    content: '\f078';
    font-family: FontAwesome;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 29px;
    font-size: 10px;
    padding: 6px 11px;
    pointer-events: none;
    background: #dcdcdc;
}

#form-sizes input.submit {
    color: #fff;
    background: #01153d;
    font-size: 16px;
    font-weight: 100;
    border: none;
    text-transform: uppercase;
    padding: 17px;
    margin-bottom: 0;
}

#form-sizes input.submit:hover {
    cursor: pointer;
    background: #ed1b24;
}

#sizes-table .footer_size .info {
    padding-left: 20px;
    margin-bottom: 0;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
}

#sizes-table #form-sizes .label {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

#sizes-table .footer_size .info li {
    float: left;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    width: 100%;
}

#sizes-table-product table {
    background: #f5f5f5;
    margin-bottom: 0;
    border: 2px solid #d7d4d4;
    color: black;
}

#sizes-table-product .table-responsive table th,
#sizes-table-product .table-responsive table td,
#sizes-table-product .table-responsive table tr,
#sizes-table-product table.mobile_table th,
#sizes-table-product table.mobile_table td,
#sizes-table-product table.mobile_table tr{
    border: 2px solid #d7d4d4;
    font-size: 16px;
}

#sizes-table-product .table-responsive table tbody tr th{
    font-weight: normal;
}

#sizes-table-product .table-responsive table tbody tr td:first-child {
    text-align: left;
    width: 225px;
    min-width: 225px;
    word-break: break-all;
    padding-left: 25px;
}
#sizes-table-product table.mobile_table tbody tr td:first-child {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

#sizes-table #form-sizes .label .letter,
#sizes-table-product .table-responsive table tbody tr td .letter ,
#sizes-table-product table.mobile_table thead tr th .letter {
    width: 22px;
    height: 22px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 1px;
    font-size: 16px;
    margin-right: 7px;
}

.overflow {
    display: block;
    float: left;
    overflow: auto;
    padding: 20px;
    width: 100%;
}

#filter_size_trigger{
    width: auto;
    max-width: 200px;
    background: #eff5f7;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px 20px 9px 10px;
    border: 1px solid #c0d2d8;
    position: relative;
    display: block;
    float: left;
    margin-bottom: 15px !important;
}
#filter_size_trigger:hover{
    cursor: pointer;
}
#filter_size_trigger .custom-am-chevron{
    position: absolute;
    right: 6px;
    top: 9px;
    z-index: 9999;
    color: #000;
}
@media (max-width: 1500px) {
    #filter_size_trigger {
        font-size: 13px;
        padding: 6px 17px 5px 6px;
    }
}
@media (max-width: 1200px) {
    .size_table_holder {
        z-index: 999999;
    }
    #sizes-table, #sizes-table-product {
        width: 90%;
    }
}
@media (max-width: 991px) {
    #sizes-table .heading.all-page, #sizes-table-product .heading.all-page {
        font-size: 22px;
    }
    #sizes-table .size-info img, #sizes-table-product .size-info img {
        height: auto;
        width: 36%;
    }
}
@media (max-width: 780px) {
    #sizes-table-product table.mobile_table thead tr th:first-child {
        min-width: 80px;
        vertical-align: middle;
    }
    #sizes-table-product table.mobile_table thead tr th,
    #sizes-table-product table.mobile_table tbody tr td:first-child {
        font-size: 15px;
        word-break: initial;
    }
    #sizes-table-product table.mobile_table td,
    #sizes-table-product table.mobile_table th{
        font-size: 14px;
    }

}
@media (max-width: 767px) {

    #sizes-table .cancel:before, #sizes-table-product .cancel:before {
        left: 10px;
        top: 6px;
    }

    #sizes-table .cancel:after, #sizes-table-product .cancel:after {
        left: 12px;
        top: 6px;
    }

    #sizes-table, #sizes-table-product {
        width: 95%;
        overflow: auto;
        height: auto;
    }

    #sizes-table .footer_size .info li {
        font-size: 14px;
        line-height: 20px;
    }
    #sizes-table #form-sizes .label .letter,
    #sizes-table-product .table-responsive table tbody tr td .letter {
        padding: 1px;
    }
    #filter_size_trigger {
        padding: 7px 17px 7px 6px;
    }
    #sizes-table #form-sizes .label .letter, #sizes-table-product .table-responsive table tbody tr td .letter, #sizes-table-product table.mobile_table thead tr th .letter {
        font-size: 14px;
        line-height: 19px;
        margin-right: 0;
    }
}
@media (max-width: 600px) {
    #sizes-table, #sizes-table-product {
        height: 75%;
    }
    #sizes-table #form-sizes .label .letter{
        padding: 1px;
    }
    #sizes-table-product .table-responsive table tbody tr td .letter {
        padding: 3px;
    }
}
@media (max-width: 480px)  {
    #sizes-table .size-info img, #sizes-table-product .size-info img {
        height: 250px;
        width: 250px;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }
    #sizes-table .size-info #form-sizes, #sizes-table-product .size-info .info {
        width: 100%;
    }

    #sizes-table .heading.all-page, #sizes-table-product .heading.all-page {
        font-size: 18px;
        padding: 20px 43px 20px 20px;
    }
    #sizes-table-product table.mobile_table thead tr th{
        font-size: 12px;
        word-break: inherit;
        padding: 3px;

    }
    #sizes-table-product table.mobile_table td,
    #sizes-table-product table.mobile_table th{
        font-size: 12px;
    }
    #sizes-table-product table.mobile_table tbody tr td {
        font-size: 14px;
    }
    #sizes-table #form-sizes .label .letter, #sizes-table-product .table-responsive table tbody tr td .letter, #sizes-table-product table.mobile_table thead tr th .letter {
        width: 19px;
        height: 19px;
    }
    #sizes-table #form-sizes .label .letter, #sizes-table-product .table-responsive table tbody tr td .letter, #sizes-table-product table.mobile_table thead tr th .letter {
        font-size: 12px;
        line-height: 17px;
    }
    .overflow {
        padding: 10px;
    }
}
@media (max-width: 385px)  {
    #sizes-table-product table.mobile_table thead tr th {
        font-size: 11px;
    }
    #sizes-table-product table.mobile_table thead tr th:first-child {
        min-width: 50px;
    }
}


