main.content-size #main-search .show-guests,
.js-mob-validate-modal .show-guests {
    border-radius: 0px;
    height: 39px;
    line-height: 37px;
}
main.content-size .s-icon,
.js-mob-validate-modal .show-guests .s-icon {
    top: 1px;
}
.js-mob-validate-modal .show-guests {
    border: 1px solid #888;
}

.show-guests {
    position: relative;
    height: 36px;
    padding-left: 36px;
    padding-right: 20px;
    font-size: 16px;
    color: #555;
    line-height: 33px;
    vertical-align: middle;
    background-color: #fff;
    margin-bottom: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    padding-top: 1px;
    border: 1px solid transparent;
    font-family: "Open Sans", Arial, sans-serif;
}
.show-guests span.droparrow::before {
    font-size: 8px;
}
.calendar-wrap {
    font-family: "Open Sans", Arial, sans-serif;
    color: #555;
}

@media screen and (max-width: 767px) {
    .guests-dropdown {
        right: 0;
    }
    .search-list .guests-dropdown {
        right: 0 !important;
        left: initial !important;
    }
    .search-list .triang::after {
        right: 0;
        left: initial;
    }
}
.guests-dropdown {
    display: none;
    padding: 12px;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    position: absolute;
    top: 46px;
    z-index: 1010;
    min-width: 253px;
    outline:0;
    left: 0 !important;
}

.show + .guests-dropdown {
    display: block!important;
}

.increment-button {
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    text-align: center !important;
    position: relative;
    border: 2px solid transparent;
    border-color: #888;
    color: #008489;
    border-width: 1px;
    background-color: #fff;
    border-radius: 0;
}
.increment-button:disabled {
    border-color: rgba(0, 132, 137, 0.3) !important;
}
.increment-symbol {
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.guests-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}
.guests-line span:first-child {
    font-weight: bold;
}
.guests-counter {
    width: 110px;
    display: table
}
.minus-symbol,
.plus-symbol,
.guests-count {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: Arial, sans-serif;
}
.guests-count {
    width: 100%;
    border: 0;
    height: 32px;
    border-radius: 0;
    pointer-events: none;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0;
}
.minus-symbol,
.plus-symbol {
    width: 32px;
}
.triang {
    position: relative;
    box-sizing: border-box;
    background: white;
    box-shadow: 0px 3px 3px 0 rgba(0,0,0,0.4);
}
.triang::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: -12px;
    left: calc(25%);
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent white white;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -1px 1px 0px 0 rgba(0,0,0,0.2);
}
.disabled {
    border-color: #dbdbdb;
    color: #dbdbdb;
    pointer-events: none;
}
.relative {
    position: relative;
}

.party-picker-style {
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.0);
    background: border-box;
    border-right: 12px solid #FFF !important;
 }

@keyframes a {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.02,1.02,1.02)
    }

    to {
        transform: scaleX(1)
    }
}
.jump {
    animation: .1s both a;
} 
.droparrow:before {
    position: absolute;
    color: #555;
    right: 14px;
    pointer-events: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.s-icon {
    position: absolute;
    width: 35px;
    height: 37px;
    top: -1px;
    cursor: pointer;
    color: #b5b5b5;
    padding: 4px 0 5px 0;
    font-size: 16px;
    right: initial;
    border-radius: 0;
    z-index: 1;
    border: none;
    line-height: 29px;
    left: 1px;
}

.show-guests .droparrow:before {
    right: 13px;
}

/* 
Generate search code shared between:
cstest.piath.com/affiliates/tools/search-box, and
https://rstest.piath.com/useful-tools/search-box
*/
.embedded-search-container .show-guests {
    padding-left: 30px;
    border: 1px solid #dbdbdb;
}
.embedded-search-container .form-control.tt-input {
    border-color: #dbdbdb!important;
    border-radius: 3px!important;
}
.embedded-search-container .twitter-typeahed input {
    height: 36px;
    font-size: 16px;
}
.embedded-search-container .search-icon {
    width: 30px;
    height: 30px;
    top: 3px;
    padding: 0;
}
.embedded-search-container input#search-from,
.embedded-search-container input#search-to {
    height: 36px;
    border-radius: 3px;
    font-size: 16px;
}
.embedded-search-container .s-icon {
    width: 22px;
}
.embedded-search-container .form-control.select-date {
    border-color: #dbdbdb!important;
}
.embedded-search-container .flaticon-calendar::before {
    position: relative;
    top: -3px;
}
.embedded-search-container .clock-icon {
    height: 28px;
    padding-top: 3px;
}
.embedded-search-container #embedded-search-submit {
    border-radius: 3px;
}
#embedded-search-form #guests-drop > .triang {
    left: 9px;
}

#embedded-search-form .triang::after {
    /*transform: rotate(45deg);*/
}

.page-content-rs .show-guests {
    border: 1px solid #888;
    border-radius: 0;
    font-size: 14px;
}
