/* 
    Created on : 2022年5月30日, 下午5:02:05
    Author     : Shine
*/
.ftds-guest-content{
    overflow: hidden;
}
.form-group {
    overflow: hidden;
    padding: 0 15px;
}
button#my-review-guest{
    font-size: 16px;
}

button#add-guest-img{
    font-size: 14px;
    color: #fff;
    background: #1877f2;
    border-color: #1877f2; 
    padding: 10px 15px;
}

.ftds-guest-list, .ftds-guest-form{
    margin-top: 20px;
    margin-bottom: 50px;
    position: relative;
}

.ftds-guest-form-row{
    /*position: fixed;*/
    /*    width: 0;
        height: 0;*/
    margin-top: 25px;
    overflow: hidden;
    transition: 2s ease;
}

#ftdsGuestForm input[type="text"]{
    font-size: 15px !important;
    height: 41px !important;
    color: #414141 !important;

}

#ftdsGuestForm textarea{
    font-size: 15px !important;
    color: #414141 !important;
}


#ftdsGuestForm span.select2{
    width: 100% !important;
}

#ftdsGuestForm span.select2 span.selection span span{
    padding-left: 15px;
}

/*.ftds-guest-form-row.action{
    width: 100%;
    height: 100%;
}*/

p.stars {
    margin-right: 0;
    margin-left: 0;
    line-height: 20px;
}

p.stars a {
    color: red;
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    transition: 0.3s ease;
    z-index: 999;
}

p.stars a.user_list_star{
    font-size: 20px;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: FontAwesome;
    content: "\f006";/*--0星--*/
    text-indent: 0;
}

p.stars a.active::before {
    content: "\f005";/*--1星--*/
}

p.stars a.active-half::before {
    content: "\f123";/*--0.5星--*/
}


.guest-pane{
    display: none;
    transition: 0.3s ease;
}

.guest-pane.active{
    display: block;
}


input::placeholder { /* CSS 3 標準 */
    color: tomato !important;
}

input::-webkit-input-placeholder { /* Chrome, Safari */
    color: tomato !important;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: tomato !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: tomato;
    opacity: 1 !important;
}

.guest-img div.fileBoxImg{
    overflow: hidden;
    float: left;
    width: 140px; 
    min-height: 30px; 
    border: 1px #ced4da solid !important; 
    margin-bottom: 15px; 
    margin-right: 15px;
    position: relative;
}

.guest-img div.fileBoxImg div.guest-icon, button#my-review-guest{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*cursor: pointer !important;*/
}

.guest-img div.fileBoxImg  div.guest-icon:before{
    content: '\f03e';
    font-size: 20px;
    font-family: FontAwesome !important;
    color: #ced4da;
}

.guest-img div.fileBoxImg.activeImg{
    min-height: 140px; 
}

.guest-img div.fileBoxImg.activeImg div.guest-icon{    
    top: 0px;
    left: 120px;
    transform: translate(0%, 0%);
    cursor: pointer;
    background: #ffff;
    height: 20px;
}

.guest-img div.fileBoxImg.activeImg div.guest-icon:before{
    content: '\f056';
    color: #f00;
}

.guest-img-file{
    position: relative;
    /*cursor: pointer !important;*/
}

.img-file{
    top: 0px;
    width: 140px;
    opacity: 0;
    height: 30px;
    position: absolute;
    /*cursor: pointer !important;*/
}

input#fileBox{
    margin-top: -45px;
    margin-bottom: 8px;
    width: 180px;
    height: 45px;
    opacity: 0;
    cursor: pointer;
}

input#guest_rating{
    position: absolute;
    height: 0;
    border: 0;
    outline: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    left: -1000px; 
}

/*--- product page option guest list---------------*/
.ftds-text-title-before:before{
    position: absolute;
    width: 5px;
    height: 35px;
    background: #ff4400;
}


.ftds-product-list{
    padding: 0 !important;
    margin: 0 !important;
    line-height: 40px;
    border-bottom: 1px dashed #d2d2d2 !important;
}

.ftds-guest-star p{
    float: left;
    margin-right: 15px;
}
.guest-num{
   font-size: 20px;
   font-weight: 600;
   color: #f00;
   line-height: 20px;
}

.guest-text{
   font-size: 14px;
   font-weight: 500;
   color: #212121;
   padding: 0 10px;
}

/*-- user guest ------ */
p.stars.ftds-user-star a.user_list_star{
    font-size: 16px;
}

p.stars.ftds-user-star a::before {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin-top: 2px;
}

.ftds-user-star .guest-num{
   font-size: 16px;
   line-height: 16px;
}



.ftds-user{
    margin-right: 8px;
    letter-spacing: 2px;
    color: #00a3ff;
    font-size: 16px; font-weight: 600;
}

.user-name{}
.user-sex{}
.user-ctiy{}

.ftds-user-star{
    margin-bottom: 5px;
}

.guest-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.guest-content,
.guest-age,
.guest-skin{
    letter-spacing: 1px;
    padding: 5px 0;
}

.guest-content{}
.guest-age{}
.guest-skin{}

.g-tag{
    font-weight: 600;
}
.g-text{
}

.ftds-subtext{
    color: #dedede;
}

.mpc-callout--style_2 {min-height:296px;}

.ft_more {
    background: #fff;
    color: #171870 !important;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight:600;
}

.ts-custom-heading {
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #ff4400;
    padding-left: 15px;
}

blockquote {padding: 30px 30px 30px 90px;}

.mpc-callout__description a {border-bottom: 1px solid #007cba;}

@media only screen and (max-width:750px) {
      /*.themestek-pf-single-details-area { display: none; }*/
      .vc_column-inner .ft_online_shop {padding-right:0px !important;}
      .vc_column-inner .ft_online_shop {padding-left:0px !important;}
      .ft_rwd_two {width:50%; float:left;}
      .ft_logo_img .ts-column-inner {min-height:277px;}
    }








