p span.twentyfour {
    vertical-align: middle;
    display: inline-block;
    padding: 2px 3px 0px;
}

.product-pricing-table {
    display: inline-block;
    width: 100%;
}

.product-pricing-table .columns {
    display: table;
}

.product-pricing-table .column {
    display: table-cell;
    width: auto;
}

.radio-2-input input[type=radio] {
    position: absolute;
    -webkit-appearance: none;
    opacity: 0;
    left: -999px;
}

.radio-2-input input[type=radio]:checked + label .the-radio {
    border-color: #E7BBA7;
}

.radio-2-input input[type=radio]:checked + label .the-radio::before {
    display: block;
}

.radio-2-input {
    height: 67px;
    width: 100%;
    position: relative;
    border: 1px solid #E8BBA7;
    border-bottom: none;
    float: left;
}

.product-single-price .column-2 {
    width: auto;
}

.radio-2-input:last-child {
    border-bottom: 1px solid #E8BBA7;
}

.radio-2-input label {
    padding: 0 10px;
}

.radio-2-input label {
    position: absolute;
    height: 100%;
    cursor: pointer;
}

.radio-2-input .column-1,
.radio-2-input .column-1 div,
.radio-2-input .column-2 {
    vertical-align: middle;
}

.radio-2-input .column-1 .column-in,
.radio-2-input .column-2 .column-in {
    height: auto;
}

.radio-2-input .column-1 div {
    display: inline-block;
}

.radio-2-input .the-radio {
    position: relative;

    display: inline-block;
    vertical-align: top;

    width: 29px;
    height: 29px;

    background: white;
    border: 2px solid #6C6C6C;
    border-radius: 100%;

    margin-right: 5px;
}

.radio-2-input .the-radio::before {
    content: "";

    position: absolute;
    top: 2px;
    left: 2px;

    display: none;
    width: 21px;
    height: 21px;

    background-color: #E7BBA7;
    border-radius: 100%;
}

.radio-2-input .column-1 .size {
    height: 23px;
}

.radio-2-input .column-2 {
    text-align: right;
}

.radio-2-input .column-2 .for {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.radio-2-input .column-2 .for span{
    display: inline-block;
}

.radio-2-input .column-2 .for .text-3 {
    padding-right: 5px;
}

.product-slider-text .clr-red-1,
.product_cat-hotel-line .price-product .clr-red-1,
.product_cat-hotel-line .price-in .column-3 .column-in .clr-red-1,
.product_cat-hotel-line .radio-2-input .column-2 .for .clr-red-1{
    color: #125A78 !important;
}

.radio-2-input.sold-out .the-radio {
    opacity: 0;
}

.radio-2-input.sold-out .column-1 span {
    position: relative;
    padding: 4px 0 0 0;
}
.radio-2-input.sold-out .column-2 .text {
    position: relative;
    display: inline-block;
}

.radio-2-input.sold-out .column-2 .text {
    top: 3px;
}

.radio-2-input.sold-out .column-1 span::before,
.radio-2-input.sold-out .column-2 .text::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;

    background-color: #F65253;
}

.radio-2-input.sold-out .column-2 .column-in {
    height: auto;
}

@media screen and (max-width: 1024px) {
    .radio-2-input {
        width: 50%;
        border: 1px solid #E8BBA7;
        margin-top: -1px;
    }

    .radio-2-input:nth-of-type(even) {
        border-left: 0;
    }
}

@media screen and (max-width: 560px) {
    .radio-2-input {
        width: 100%;
    }

    .radio-2-input:nth-of-type(even) {
        border-left: 1px solid #E8BBA7;
    }

    .radio-2-input:nth-of-type(2) {
        border-top: 0;
    }
}


/*
 *  Language Switcher
 */

.trp-language-switcher > div {
    border: 0;
}

.trp-language-switcher > div:hover {
    border: 1px solid #c1c1c1;
    background-image: none;
}

.trp-language-switcher > div > a {
    color: #6C6C6C;
}

.trp-language-switcher > div > a:hover {
    color: #E8BBA7;
}

.trp-language-switcher > div > a:hover {
    background: #fff;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
    width: initial!important;
}

.trp-language-switcher .trp-ls-shortcode-language a {
    display: block;
    float: none;
    text-align: left;
}

.footer-language-switcher {
    margin-left: -10px;
    margin-top: 5px;
}

.footer-language-switcher > .trp-language-switcher > div {
    border: none;
}

.trp-language-switcher > div > a > img {
    position: relative;
    top: 2px;
}

.wc-force-sells {
    display: none;
}