.ui-selectmenu-button {
    border-color: #fff;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    background: #fff url('../images/arrow-down.png') no-repeat 88% center;
}

.ui-selectmenu-button .ui-selectmenu-text {
    font-weight: 400 !important;
    text-transform: uppercase;
}

.ui-selectmenu-menu>ul {
    padding: 10px 0;
}

.ui-menu-item.ui-state-focus {
    font-weight: 400;
}

.ui-menu-item {
    text-transform: uppercase;
}

.woocommerce-mini-cart-item .blockUI.blockOverlay {
    background-color: transparent !important;
}

.yith-wcwl-wishlistexistsbrowse .feedback+a,
.yith-wcwl-wishlistaddedbrowse .feedback+a {
    display: none;
}

.partner #CDSWIDCOE.widCOE .widCOEImg {
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: -10px;
}

@media (max-width: 767px) {
    .partner #CDSWIDCOE.widCOE .widCOEImg {
        width: 60px;
    }
}

.slider-wrap .partners {
    padding: 14px 5px;
}

.partner #CDSWIDCOE {
    margin-bottom: 0;
}

.partner .TA_certificateOfExcellence {
    display: flex;
    align-content: center;
}

#search-wrap {
    margin-left: 0;
    margin-right: 0;
    left: 0;
}

.ui-selectmenu-button span.ui-icon {
    display: none;
}

.page-id-1260 .review-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: -30px;
}

.button-addtocart {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    margin-top: 32px;
    font-size: 22px;
    font-family: "Montserrat Alternates", serif;
    font-weight: 500;
    border-color: #FFD00A;
    padding: 15px 20px 20px;
}

.kariba-social-link {
    display: flex;
    padding-right: 10px;
}

#products .product .product-link {
    max-width: 120px;
}

/*
    Custom Form
*/

.form-group {
    margin-bottom: 40px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

[class^="column-"] {
    padding: 0 20px;
}

.column-half {
    width: 50%;
}

.column-third {
    width: 33.33%;
}

.column-full {
    width: 100%;
}

input[type=email],
input[type=text],
input[type=url],
select,
textarea,
input[type=date],
input[type=tel],
input[type=number] {
    display: block;
    width: 100%;
    border: 1px solid #d3ced2;
    padding: 14px 20px;
    height: 50px;
}

.form-field label+p {
    display: none;
}

.form-field>label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.wpcf7-radio span.wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 10px;
}

.wpcf7-list-item.first {
    margin-left: 0;
}

.wpcf7 .note {
    font-size: 14px;
}

textarea {
    height: 180px;
}

.form-title {
    color: #36A9E1;
    font-size: 22px;
}

.page-participant-consent-form-corporate .site-main>article {
    max-width: 860px;
}

.form-submit {
    display: flex;
    justify-content: center;
}

.form-submit input[type="submit"] {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000000 !important;
    background-color: #FFD00A;
    padding: 12px 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Montserrat Alternates", serif;
    border-radius: 0;
    border-color: #FFD00A;
    min-height: 40px;
}

div.wpcf7 .ajax-loader {
    margin-top: 12px;
}

/* Customize the label (the wpcf7-list-item) */
.wpcf7-list-item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.wpcf7-list-item:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.wpcf7-list-item input:checked~.checkmark {
    background-color: #36A9E1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.wpcf7-list-item input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.wpcf7-list-item .checkmark:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcf7-radio .wpcf7-list-item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    /* Chrome, Opera, Safari */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

/* Hide the browser's default checkbox */
.wpcf7-radio .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.wpcf7-radio .wpcf7-list-item:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.wpcf7-radio .wpcf7-list-item input:checked~.checkmark {
    background-color: #36A9E1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.wpcf7-radio .wpcf7-list-item input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.wpcf7-radio .wpcf7-list-item .checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.wpcf7-radio .wpcf7-list-item:hover input~.radiobtn {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.wpcf7-radio .wpcf7-list-item input:checked~.radiobtn {
    background-color: #36A9E1;
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.wpcf7-radio .wpcf7-list-item input:checked~.radiobtn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.wpcf7-radio .wpcf7-list-item .radiobtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*.radiobtn:before {*/
/*content: "";*/
/*position: absolute;*/
/*visibility: hidden;*/
/*!*display: none;*!*/
/*}*/

/*.wpcf7-radio .wpcf7-list-item input:checked ~ .radiobtn:before {*/
/*!*display: block;*!*/
/*visibility: visible;*/
/*}*/

/*!* Style the indicator (dot/circle) *!*/
/*.wpcf7-radio .wpcf7-list-item .radiobtn:before {*/
/*top: 9px;*/
/*left: 9px;*/
/*width: 8px;*/
/*height: 8px;*/
/*border-radius: 50%;*/
/*background: white;*/
/*}*/

.wpcf7-radio span.wpcf7-list-item {
    padding-left: 0;
}

@media (max-width: 767px) {

    .column-half,
    .column-third {
        width: 100%;
    }

    .wpcf7-list-item {
        font-size: 16px;
    }
}

.form-field>label+br {
    display: none;
}

#newsletter .form-submit input[type=submit] {
    height: 50px;
}

@media (min-width: 1025px) {
    .hide-pc {
        display: none;
    }
}

body.dialog-open .partners-wrap {
    z-index: -1;
}

.small-dialog .wpcf7-list-item {
    font-size: 18px;
}

@media (max-width: 767px) {
    .small-dialog {
        font-size: 16px;
    }
}

.form-privacy {
    font-size: 16px;
}

.form-privacy .wpcf7-list-item {
    font-size: 16px;
    margin-left: 0;
}

.events-info #contact .form-privacy {
    margin-top: 20px;
    font-size: 14px;
}

.events-info #contact .form-privacy .wpcf7-list-item {
    font-size: 14px;
}

.events-info #contact .form-privacy input:not(:checked)~.radiobtn,
.events-info #contact .form-privacy input:not(:checked)~.checkmark {
    background-color: #fff;
}

.form-submit {
    position: relative;
}

.form-submit .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 12px;
}

.product_description+[data-readmore-toggle],
.product_description[data-readmore] {
    display: block;
    width: 100%;
}

.product_description[data-readmore] {
    transition: height 200ms;
    overflow: hidden;
}