.makeup-review-round-btn {
    background: #aaff00 !important;
    border: 1px solid #aaff00 !important;
}

.add-new-log, .add-new-div {
    width: 62px;
    height: 62px;
    background: #ee2634;
    border-radius: 50%;
    float: right;
    position: fixed;
    right: 9px;
    bottom: 99px;
    border: 1px solid #ee2634;
    z-index: 10;
    outline: none;
}

.add-new-log img, .add-new-div img {
    width: 26px;
    display: block;
    margin: 18px auto;
}

.makeup-review-round-option {
    background: -webkit-linear-gradient(bottom left, #ff0090, #ff0090 0%, rgb(254, 107, 80) 100%) !important;
    background: linear-gradient(to top right, #ff0090, #ff0090 0%, rgb(254, 107, 80) 100%) !important;
}

.add-product-review {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 100px;
    transition: all 0.5s ease;
    z-index: 10;
    background-color: #fff;
    background: -webkit-linear-gradient(bottom left, #fd6464, #fd6464 35%, #ffb900 100%);
    background: linear-gradient(to top right, #fd6464, #fd6464 35%, #ffb900 100%);
}

.add-product-review img {
    width: 100%;
    display: block;
    margin: 0px auto;
}

.product-review {
    height: 430px;
    overflow-y: scroll;
}

.add-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 100px;
    transition: all 0.5s ease;
    z-index: 10;
    background: -webkit-linear-gradient(bottom left, #fd6464, #fd6464 35%, #ffb900 100%);
    background: linear-gradient(to top right, #fd6464, #fd6464 35%, #ffb900 100%);
}

.add-photo img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.add-review {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 100px;
    transition: all 0.5s ease;
    z-index: 10;
    background: -webkit-linear-gradient(bottom left, #fc636b, #fd6464 35%, #ffb900 100%);
    background: linear-gradient(to top right, #fc636b, #fd6464 35%, #ffb900 100%);
}

.add-review img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.makeup-review-modal .post-type-modal-ul {
    background-color: #ff0090 !important;
}

.post-type-modal-ul {
    border-bottom: 1px solid transparent !important;
    background-color: #f16664;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.post-type-modal-ul li {
    /*width: 33.33%;*/
    width: 50%;
    margin-bottom: 0px !important;
}

.post-type-modal-ul li a {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-bottom-color: transparent !important;
    cursor: default !important;
    border-radius: 0px !important;
    color: #000000 !important;
    padding: 20px 0px;
    margin-right: 0px !important;
    font-size: 12px;
    text-align: center;
    cursor: pointer !important;
}

.post-type-modal-ul li.active > a, .post-type-modal-ul li.active > a:focus, .post-type-modal-ul li.active > a:hover {
    color: #ffffff !important;
    cursor: default;
    border-bottom-color: transparent !important;
    font-weight: 600;
}

.post-modal-content .modal-body {
    padding: 0 !important;

}

.post-modal-content {
    border-radius: 10px !important;
    overflow-x: hidden;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.clearfix {
    display: block;
    margin-top: 10px;
    clear: both;
}

.comb {
    width: 103px;
    height: 144px;
    position: absolute;
    top: 60px;
    right: 0px;
    background-image: url(../images/comb.png);
    background-size: 101px;
    background-repeat: no-repeat;
    background-position: 48px 4px;
}

.scissor {
    width: 110px;
    height: 155px;
    position: absolute;
    bottom: 22px;
    left: 0;
    background-image: url(../images/scissor.png);
    background-size: 135px;
    background-repeat: no-repeat;
    background-position: -55px 1px;
}

.makeup-review-modal .salon-input {
    background: #ff0090;
}

.salon-input {
    color: #fff !important;
    background: #f16664;
    border-radius: 10px;
}

.salon-input::-webkit-input-placeholder {
    color: #fff !important;
}

.post-form-field {
    border: 1px solid transparent;
    border-bottom: 1px solid #f16664;
    outline: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.makeup-review-modal .post-form-field {
    border-bottom: 1px solid #ff0090 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.mention.tag-form-input, .product-tag.tag-form-input {
    width: 80%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    left: 10%;
}

.makeup-review-modal .post-form-fields button {
    background-color: #ff0090;
    border: 1px solid #ff0090;
}

.post-form-fields button {
    padding: 7px 35px;
    background-color: #f16664;
    outline: 0;
    border: 1px solid #f16664;
    margin: 10px auto 30px;
    color: #fff;
    display: block;
    border-radius: 48px;
}

.tag-form-input {
    background-color: #ebebeb !important;
    border-bottom: 1px solid #f3f3f3 !important;
    height: 42px;
}

.cancel-form {
    padding: 7px 35px;
    outline: 0;
    margin: 10px auto 30px;
    display: block;
    border-radius: 48px;
    background: #f1f1f1 !important;
    color: #333 !important;
    border: 1px solid #f2f2f2 !important;
    cursor: pointer;
}

.makeup-review-modal .cancel-on-png, .makeup-review-modal .cancel-off-png, .makeup-review-modal .star-on-png, .makeup-review-modal .star-off-png, .makeup-review-modal .star-half-png {
    color: #ff0090 !important;
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    color: #f16664;
}

.twitter-typeahead {
    width: 100%;
}

.twitter-typeahead .tt-open {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-top: 5px;
}

.twitter-typeahead .tt-open .tt-dataset .tt-suggestion {
    padding: 5px;
    font-weight: 600;
}

.twitter-typeahead .tt-open .tt-dataset .tt-suggestion:hover {
    cursor: pointer;
    background: #f16664;
    color: #ffffff;
}

.makeup-review-modal .twitter-typeahead .tt-open .tt-dataset .tt-suggestion:hover {
    background: #ff0090;
}

#review-modal .modal-dialog {
    max-width: 450px;
}

.product-review .clearfix {
    margin-top: 0;
}

.product-review .clearfix select, .product-review .clearfix input {
    margin-bottom: 10px;
}

.other-bc {
    display: none;
}