/*galery-detail-product*/
.galery-detail-product{
    position: relative;
}
.galery-detail-product .picture-top{
    text-align: center;
    margin: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding: 5px;
    height: 402px;
    display: flex;
    align-items: center;  
    justify-content: center;
    background-color: #fff;
    border: 1px solid var(--color-main);
    overflow: hidden;
}
.galery-detail-product .picture-top img{
    max-height: 400px;
}
.galery-detail-product .colorandpic {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}
.galery-detail-product .colorandpic a {
    width: calc(20% - 10px);
    display: block;
    float: left;
    margin: 10px 5px;
    display: none;
    border: 1px solid #ebebeb;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    padding: 3px;
}
.galery-detail-product .colorandpic a:hover{
    border-color: #cf1c24;
}
.galery-detail-product .colorandpic a img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.galery-detail-product .colorandpic a:nth-child(1), 
.galery-detail-product .colorandpic a:nth-child(2), 
.galery-detail-product .colorandpic a:nth-child(3), 
.galery-detail-product .colorandpic a:nth-child(4), 
.galery-detail-product .colorandpic a:nth-child(5) {
    display: block;
}
.galery-detail-product .colorandpic a .view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 9px 5px 0px;
    text-align: center;
    font-weight: bold;
}
@media(max-width: 991px){
    .galery-detail-product .picture-top{
        display: block;
        height: initial;
    }
}
@media(max-width: 767px){
    .galery-detail-product .colorandpic a .view{
        font-size: 10px;
        padding-top: 7px;
    }
    .galery-detail-product .colorandpic a img{
        height: 40px;
    }
}
/*End galery-detail-product*/

.dssp-title{
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-main);
}
.dssp-heading{
    margin: 30px 0;
}
#breadcrumb{
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

@media(max-width: 991px){
    .dssp-heading{
        flex-direction: column;
        align-items: flex-start;
    }
    .dssp-title{
        margin-bottom: 10px;
    }
}

/*ctsp-right*/
.title-dp{
    font-size: 20px;
    margin: 0 0 6px;
    font-weight: bold;
    color: var(--color-main)
}
.dp-box{
    border-radius: 4px;
    background: #F2F5F7;
    padding: 6px;
    overflow: hidden;
    font-size: 13px;
}
.dp-border{
    border: 1px solid #ADADAD;
}
.dp-info{
    margin: 12px 0;
}
.dp-list ul{
    padding: 5px;
    width: 50%;
    float: left;
}
.dp-lh{
    background: var(--color-main);
    color: #fff;
    line-height: 42px;
    display: block;
    text-align: center;
    margin: 12px 0;
    font-size: 18px;
    font-weight: bold;
}
.dp-lh:hover{
    background: var(--color-red);
    color: #fff;
}
/*End ctsp-right*/

.tab-style{
    padding-top: 20px;
    padding-bottom: 20px;
}
.tab-style .nav-tabs {
    border-bottom: none;
}
.tab-style .nav-tabs li a {
    background-color: rgba(0,0,0,0.04);
    color: #000;
    padding: 0px 25px;
    text-transform: uppercase;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
.tab-style .nav-tabs>li.active>a, 
.tab-style .nav-tabs>li.active>a:focus,
.tab-style .nav-tabs>li.active>a:hover {
    background: var(--color-main);
    color: #fff;
    border: 1px solid var(--color-main);
}
.tab-style .tab-content {
    border: 1px solid var(--color-main);
    background-color: #fff;
}
.tab-style .tab-content .tab-pane{
    padding: 20px;
    overflow: hidden;
}
.tab-style .tab-content .tab-pane.tab-duan{
    padding: 40px 0 10px;
}
.des-content table{
    margin-bottom: 20px;
}
@media(max-width: 767px){
    .tab-style .tab-content .tab-pane{
        padding: 10px;
    }
}

/*related*/
.related-title-h3{
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.5;
    border-bottom: 1px solid var(--color-main);
    color: var(--color-main);
}
.dssp-item{
    margin-bottom: 26px;
}
.dssp-item-inner{
    border: 1px solid #E6E6E6;
    padding: 10px 15px 20px;
    display: block;
    font-size: 15px;
    height: 100%;
    font-weight: bold;
    transition: all 0.3s;
}
.dssp-item-inner:hover{
    border-color: var(--color-main)
}
.dssp-item-inner img{
    display: block;
    margin: 0 auto 10px;
}
.dssp-item-name{
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
/*End related*/