.country-button-wrapper button,
.gender-button-wrapper button,
.col-md-button-wrapper button {
    margin: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.country-button-wrapper button.active,
.gender-button-wrapper button.active,
.col-md-button-wrapper button.active {
}

.row .gender-button-wrapper button {
    margin: 0;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    border: none;
}

.row .gender-button-wrapper button span:first-child {
    font-size: 82px;
    line-height: 1;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    transition: all 500ms ease;
}

.gender-button-wrapper button i {
    font-weight: 300;
    line-height: 1;
}

.inner_padding.all-size-guides .clearfix > .row {
    justify-content: space-between;
    padding: 50px 0;
}

.gender-button-wrapper {
    justify-content: flex-end;
}

.gender_group,
.country_size {
}

.gender_group.active,
.country_size.active {
    display: block;
}

.inner_padding {
}

.all-size-guides {
    width: 100%;
}

.white_color {
    color: #ffffff;
    background-color: var(--primary-color1);
    padding: 10px;
}

.country-button-wrapper,
.gender-button-wrapper,
.col-md-button-wrapper {
    display: flex;
    gap: 30px;
    margin-bottom: 0;
}

.sizing-guide-fold button,
.sizing-guide-fold button:hover,
.sizing-guide-fold button.active {
    cursor: pointer;
}

.col-md-button-wrapper {
    margin: 0;
    gap: 0;
    position: relative;
    top: 0;
}

.col-md-button-wrapper button {
    margin: 0;
    border-radius: 0;
    background: var(--primary-color1);
    border: none;
    font-size: 24px;
}

.sizing-guide-fold button:hover {
}

.accordion {
    margin-top: 0;
}

.accordion-group {
    border-radius: 5px;
    margin-bottom: 100px;
}

.accordion-heading {
    cursor: pointer;
}

.col-sm-4.col-xs-12 {
    flex: 0 0 35%;
}

.col-md-12.col-sm-12.col-xs-12 .subtitle {
    margin: 0px 0px 30px;
}

.accordion-body {
    padding: 40px;
    background-color: var(--main-background2);
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.table tbody tr:nth-of-type(2n) {
    background: #e3f1fd;
}

.table th,
.table td {
    padding: 10px;
    text-align: center;
}

.table th {
    background-color: var(--primary-color1);
    color: #ffffff;
}

.row {
    display: flex;
    gap: 80px;
}

.clearfix .row .sizing-guide-fold .row div:nth-of-type(2) {
    flex: 0 0 35%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.row img {
    flex: 0 0 50%;
    mix-blend-mode: multiply;
}

.col-sm-8.col-xs-12 {
    flex: 1 0 45%;
}

.col-md-12.col-sm-12.col-xs-12 > p {
    text-align: right;
}

.accordion-heading h3 {
    margin: 0;
    padding: 20px;
    font-weight: 400;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.accordion-group br {
    display: none;
}

.gender_group .sub_title {
    margin-bottom: 20px;
}

.table-striped tr {
    background: white;
}

.country-button-wrapper button,
.country-button-wrapper button.active,
.country-button-wrapper button:hover {
    background: none;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    transition: all 500ms ease;
    font-family: 'Oswald';
    font-weight: 600;
    text-align: center;
    align-items: center;
}

.country-button-wrapper button.active span:first-child::before {
    opacity: 1;
}

.country-button-wrapper button img {
    max-height: 90px;
}

.country-button-wrapper button:hover {
    opacity: .6;
}

.country-button-wrapper button span:first-child::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    font-size: 40px;
    color: var(--primary-color1);
    z-index: 3;
    transition: all 500ms ease;
    opacity: 0;
    background: white;
    border-radius: 50%;
    line-height: 0.7;
}

.country-button-wrapper button span:first-child {
    position: relative;
}

.country-button-wrapper button.active img {
    opacity: .4;
}

.col-md-button-wrapper > button {
    padding: 15px;
    color: #333;
    transition: all 500ms ease;
    border-right: solid 1px var(--main-background2);
    font-size: 28px;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.gender-button-wrapper button:last-child {
    color: #d56cab;
}

.gender-button-wrapper > button {
    max-width: 150px;
    width: 100%;
    transition: all 500ms ease;
}

.gender-button-wrapper > button:hover {
    opacity: .6;
}

.row .gender-button-wrapper button:first-child {
    position: relative;
    width: 90px;
}

.row .gender-button-wrapper button span:first-child::before {
}

.row .gender-button-wrapper button:first-child span:first-child::before {
}

.gender-button-wrapper > button {
    font-family: 'Oswald';
}

.row .gender-button-wrapper button span:last-child {
    color: #333;
    font-weight: 600;
}

.gender-button-wrapper button.active span:first-child {
    opacity: .4;
}

.col-md-button-wrapper > button.active {
    background: var(--main-background2);
    color: var(--primary-color1);
}

.gender-button-wrapper > button {
    font-size: 24px;
    background: none;
}

.country-button-wrapper button {
    font-size: 24px;
    background: none;
    border: none;
}

.gender-button-wrapper button:first-child {
    color: var(--primary-color1);
}