
/*Share Buttons 左側取消顯示*/
.addthis-smartlayers-desktop{
    display: none;
}
.social-links{
    width: 100%;
    padding: 10px 0;
    text-align: right;
}

.product-section{
    min-height: 800px;
    padding-top: 60px;
    position: relative;
    margin-bottom: 30px;
}

.breadcrumb {
    margin-right: 0;
}

.fit-width-img{
    max-width: 100%;
    width: auto;
    height: auto;
}

.productSection > .container{
    padding: 12px;
    background-color: white;
    border-radius: 10px;
}

.pd-descript{
    font-size: 16px;

}

.back-btn-wrapper{
    width: 100%;
    display: block;
    text-align: right;
}

.btn-shop {
    background: #cecece;
    color: #fff;
    border: none;
}

.btn-shop:hover, .btn-shop:active {
    background-color: #5b5b5b;
    color: white;
    text-decoration: none;
    -webkit-filter: contrast(180%);
    filter: contrast(180%);
}
.btn-shop:active:hover, .btn-shop:active:focus, .btn-shop:active.focus, .btn-shop.active:hover, .btn-shop.active:focus, .btn-shop.active.focus, .open > .btn-shop.dropdown-toggle:hover, .open > .btn-shop.dropdown-toggle:focus, .open > .btn-shop.dropdown-toggle.focus {
    background-color: #7b7b7b;
    color: white;
    border: 1px solid #7b7b7b;
}
.btn-shop:focus, .btn-shop:active, .btn-shop:visited, .btn-shop:active:hover, .btn-warning:active:focus,
.btn-warning:focus, .btn-warning:active, .btn-warning:visited, .btn-warning:active:hover, .btn-warning:active:focus,
.btn-danger:focus, .btn-danger:active, .btn-danger:visited, .btn-danger:active:hover, .btn-danger:active:focus{
    outline: none;
}

.product-card{
    padding: 0;
    border: 1px solid #efefef;
    margin-bottom: 30px;
}

.tab-info{
    padding: 15px;
}
/*頁籤部分*/
.product-card ul li {
     padding-left: 0;
}
.product-card .nav-tabs > li > a {
    padding: 12px 20px;
    min-width: 200px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    background-color: #cccccc;
}
.product-card .nav-tabs > li > a:hover{
    color: #383b43;
    background-color: #aeaeae;
    border: 1px solid #aeaeae;
}
.product-card .nav-tabs > li.active > a,
.product-card .nav-tabs > li.active > a:hover,
.product-card .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333;
    border-bottom-color: transparent;
    cursor: default;
}

.tab-content-box{
    min-height: 250px;
    padding: 20px 12px 0;
}

@media (max-width: 500px){
    .product-card ul li {
        margin-bottom: 4px;
    }
    .product-card .nav-tabs > li > a {
        width: 100%;
        padding: 10px 15px;
        min-width: unset;
    }
    .tab-content-box{
        padding: 20px 0 0;
    }
}

.dimensions li{
    background-color: #f2f2f2;
    border: 1px solid white;
    font-size: 16px;
    font-weight: 500;
}
.dimensions li:hover{
    background-color: #cccccc;
    color: white;
}

.price{
    color: black;
    margin-bottom: 0;
}
.ori-price{
    color: #a5a5a5;
}

.discount-price{
    color: red;
    margin-top: 11px;
    margin-bottom: 0;
}

.file-icon{
    display: inline-block;
    margin-right: 12px;
}
.right-icon{
    float: right;
}
.right-icon:after{
    clear: right;
}

.pd-html-area{

}

.pd-html-area ol{
    list-style: decimal;
    padding: 0 0 0 40px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo-thumb{
    display: inline-block;
    padding: 5px 4px;
    width: 100px;
}
.photo-thumb:hover{
    cursor: pointer;
    animation: sm-photo 1s;
}
.pd-container{
    display: block;
}
#centerPhoto{
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 500px;
}
.centerPhoto-wrapper{
    overflow: hidden;
}
.color-title{
    color: inherit;
}

@keyframes sm-photo {
    from{
        opacity: .5;
    }
    to{
        opacity: 1;
    }
}

@media (max-width: 768px){
    .productSection > .container{
        margin-right: 15px;
        margin-left: 15px;
    }

    .pageSec{
        padding: 0;
    }

    .pd-html-area{
        padding: 0;
    }
}

.cartFormWrapper{
    position: relative;
}

.notEnabledYet{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    margin-top: -10px;
    margin-left: -10px;
    background-color: rgba(13, 10, 10, 0.3);
    z-index: 99;
    pointer-events: none;
    text-align: center;
}
.notEnabledYet span{
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4em;
}