.detail-title {
    color: #1c1c1c;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Roboto",Arial,Helvetica,Verdana;
    /*width: 100%;*/
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}
.detail-title h1 {
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 600;
    color: #141414;
    margin: 0;
    line-height: 1.3;
}
.desc-ab {
    /*float: left;*/
    font-family: "Roboto";
    font-size: 15px;
    margin: 10px 0;
    font-weight: 700;
}
.fa {
    color: unset!important;
    font-size: unset!important;
    font-weight: 900!important;
}
.jsgallery-container #jsgall_close .icon-close:before, .jsgallery-container #jsgall_close .icon-close:after {
    background: #fff;
}
.icon-close:before {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.icon-close:before, .icon-close:after {
    content: "";
    position: absolute;
    width: 130%;
    height: 2px;
    background: #000;
    top: 50%;
    left: 50%;
}
.jsgallery-container #jsgall_close .icon-close:before, .jsgallery-container #jsgall_close .icon-close:after {
    background: #fff;
}
.icon-close {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background: none;
}
.jsgallery-container #jsgall_close .icon-close:before, .jsgallery-container #jsgall_close .icon-close:after {
    background: #fff;
}
.icon-close:after {
    transform: translate(-50%,-50%) rotate(45deg);
}
.icon-close:before, .icon-close:after {
    content: "";
    position: absolute;
    width: 130%;
    height: 2px;
    background: #000;
    top: 50%;
    left: 50%;
}

.slider-jsgallery ul{
    background-color:unset!important;
}

.slider-jsgallery ul li:before{
        content: none!important;
}
.b-img-slider-jsgallery:hover:after {
    opacity: 1;
    visibility: visible;
}
.b-img-slider-jsgallery:after {
    content: "\f0b2";
    display: inline-block;
    font: normal normal normal 14px/1;
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 6px;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}
.jsgallery-container #jsgall_htmloverlay * {
    margin: 0;
    line-height: inherit;
}
#jsgall_htmloverlay h2{
    color: inherit!important;
}