/*====================================
               產品
======================================*/
/*產品區塊*/
.pd-block .line{
    background: transparent url(../images/line.png) left bottom repeat-x;
    height: 3px;
    width: 100%;
}

/*--產品顏色--*/

.color {
    margin-bottom: 10px;
    /*height: 25px;*/
    text-align: center;
    display: none;
    
}

.color li.colorlist {
    display: inline-block;
}

.color-detail {
    border-radius: 50px;
    width: 15px;
    height: 15px;
    display: block;
}
/*下拉*/
.select-box{
    padding: 10px 20px 0 20px;
}

/*======================
         產品
========================*/

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border: #ccc solid 1px;
    background-color: #fff;
    margin: 4px 7px 4px;
}


/*輪播箭頭*/

.owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.owl-buttons {
    display: none !important;
}


/*======================
      產品顏色小圖
========================*/

#color-s-img .item {
    /*background: #3fbf79;
  padding: 30px 0px;*/
    margin: 5px 3px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.customNavigation {
    text-align: center;
    margin: 15px 0;
}

//use styles below to disable ugly selection
.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#color-s-img .item img {
    opacity: 0.5;
}

#color-s-img .owl-controls {
    display: none !important;
}
#color-s-img .item.active img,
#color-s-img .item img:hover,
#color-s-img .item img:active {
    opacity: 10;
}


/*=====箭頭=====*/

.customNavigation a {
    width: 10px;
    height: 18px;
    display: inline-block;
    text-indent: -20000px;
}

.customNavigation .prev {
    background: transparent url(../images/product-detail-arrow.png) left top no-repeat;
}

.customNavigation .next {
    background: transparent url(../images/product-detail-arrow.png) right top no-repeat;
}

.customNavigation .color-text {
    color: #555;
    margin: 0 15px;
}


/*======尺寸=======*/

.select {
    position: relative;
}
/*
.select:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5.5px 0 5.5px;
    border-color: #656565 transparent transparent transparent;
    content: "";
    position: absolute;
    right: 15px;
    top: 13px;
}*/
/**/
.video-text,.brand-text{
  border-top: 1px solid #ccc;
  padding: 15px 0px 0;
  margin: 10px 10px 0;
  color: #555;
}
/*==產品介紹==*/
.product_photo{
    padding: 0 10px;
}
.product_photo img{
    width: 100%;
    height: auto;
}
/*==其他商品區塊==*/
.product_detail_order img {
    width: 45.375vw;
    height: auto;
    position: relative;
    border-bottom: none;
    margin: 30px auto 0 auto;
}
.product_detail_order .slides>li>a {
    width: 45.375vw;
    display: block;
    margin: 0px auto 0;
    color: #313131;
}
.product_detail_order .slides>li>a>p {
    text-align: center;
    line-height: 17px;
    margin-top: 5px;
}