.shop-detail {
    max-width: 1440px;
    margin: 0 auto;
}
.fullSlide {
    position: relative;
    width: 540px;
    height: 545px;
}
.detail-img-fr.fr {
    position: relative;
    width: 850px;
    height: 545px;
}.detail-img-fr h1 {
        font-size: 18px;
        padding-left: 10px
    }.detail-img-fr p{font-size: 14px;color: #ff6700;line-height: 30px;}

.detail-img-fr p{font-size: 14px;color: #ff6700;line-height: 30px;}

    .detail-img-fr p.detail-trip {
        margin-bottom: 5px;
        font-size: 14px;
        color: #ff6700;
        line-height: 20px;
        padding-top: 6px;
        padding-left: 10px
    }

    .detail-img-fr div.price-font {
        padding: 20px 0 1px 10px;
        margin-bottom: 20px;
        background-color: #f6f6f6;
        vertical-align: top
    }

        .detail-img-fr div.price-font .price-ex {
            font-size: 27px;
            color: #ff6700;
            font-weight: bold;
        }

.price-ex i {
    font-size: 14px; display: inline;
    color: #FF6700;
    font-style: normal;
}

.price-ex span {
    font-size: 18px;
    color: #ff6700;
    font-weight: bold;
}

.price_del {
    margin-left: 15px;
    color: #878787;
    font-size: 14px;
}

        .detail-img-fr div.price-font .price-trip {
            color: #878787;
            margin: 0 20px;
            font-size: 14px;
            vertical-align: top
        }

        .detail-img-fr div.price-font .price-ex em {
            font-size: 14px;
        }

        .detail-img-fr div.price-font del {
            margin-left: 15px;
            color: #999;
            font-size: 14px;
        }
        .detail-btn {
    width: 100%;
    margin-top: 23px;
    padding-left: 10px
}

    .detail-btn > ul:after {
        display: block;
        clear: both;
        content: "";
    }

    .detail-btn > ul > li {
        width: 120px;
        float: left;
        line-height: 40px;
        margin-right: 20px;
        text-align: center
    }

    .detail-btn a {
        font-size: 14px;
        color: #000000;
        margin-right: 20px;
        display: inline-block;
        width: 100%
    }.detail-btn a.instant-buy {
    background-color: #FF3C07;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}


.container-list {
    width: 100%;
    margin: 30px auto;
}

.product-info {
    width: 100%;
    line-height: 40px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ff3c07;
}  .product-info ul {
        width: 100%;
    }

        .product-info ul:after {
            display: block;
            content: "";
            clear: both;
        }

        .product-info ul li {
            float: left;
            padding: 0 25px;
        }

            .product-info ul li a {
                font-size: 14px;
                display: inline-block;
                width: 100%;
            }

                .product-info ul li a:hover {
                    text-decoration: none;
                }

            .product-info ul li:first-child a {
                border-left: 0;
            }

            .product-info ul li.active {
                background-color: #ff3c07;
            }

                .product-info ul li.active a {
                    color: #fff
                }
                 
                .product-item { float:none; clear:both; text-align:left; padding:20px; font-size:16px;}
                
                
.detail-btn .btn.btn-lg.green{    background-color: #FF3C07;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center; border:0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;}
  .form-body.form   { width:300px;}
    .form-body.form .form-group{ text-align:left; display:inline-block; width:140px; vertical-align:top; }
    .form-body.form .form-group:nth-child(3){ width:100%;  }
    .col-md-9.fc-form-submit{ text-align:left;}
    
    
    

.swiper-container-rtl .swiper-button-prev,.swiper-button-prev {
    left: 0; width:41px; height: 69px;
    background: url(../img/icon-slides.png) no-repeat;
    background-position: -84px 50%;
}

.swiper-container-rtl .swiper-button-next,.swiper-button-next {
    right: 0; width:41px; height: 69px;
    background: url(../img/icon-slides.png) no-repeat;
    background-position: 100% 0;
}



.swiper-pagination-bullet {
    display: inline-block;
    width: 40px;
    height: 2px; border-radius: 0;
    background-color: #ccc;
    text-align: center;
    margin-right: 20px;
}
.swiper-pagination-bullet-active{ background-color:#FF3C07;}

.detail-img-fr table{ margin-top:30px; background-color:#eee; border:1px solid #999;border-collapse:collapse; width:calc( 100% - 2px );  }
.detail-img-fr table tr td{ padding:15px;border:1px solid #999; font-size:16px; line-height:1.6; }
.detail-img-fr table tr th{ width:100px;border:1px solid #999;font-size:16px;}
.price-ex  {
font-size:20px;
    color: #FF6700;}

@media screen and (max-width: 767px) {
	.fullSlide{ width:100%!important; float:none; margin-bottom:20px; height:auto;}
.fullSlide img{ width:100%;}
.detail-img-fr.fr{ width:100%; float:none; height:auto; }
.detail-btn{ width:calc( 100% - 10px );}



}