.box-img-group{
    display: flex;
    flex-wrap: wrap;
}
.box-img-group .images-templ{
    flex: 1 1 50%;
}
.box-img-group .leftimg{
    position: relative;
}
.box-img-group .leftimg img{
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.box-img-group .rightimg{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    justify-content: space-between;
}
.box-img-group .rightimg .item{
    margin-bottom: 10px;
}
.box-img-group .rightimg .item:last-child{
    margin-bottom: 0px;
}
.img-desc{
    font-style: italic;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}

.box-img-merge{
    display: flex;
    flex-wrap: wrap;
}
.box-img-merge .images-templ{
    flex: 1 1 50%;
}
.box-img-merge .images-templ img{
    max-width: 100%;
    object-fit: cover;
}

.select-box .item-box {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 10px 5px;
    cursor: pointer
}
.box-left-templates, .box-right-templates {
    text-align: justify;
}
.box-left-templates h3, .box-right-templates h3{
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.select-box .item-box:hover {
    background-color: #ffd66a33
}

 /* css templates old */
.templates-old .form-group{
    margin-bottom: 10px!important;
}
.box-templates-plugins{
    background: #e1e1e1;
    /*font-size: 16px;*/
    /*font-size: 18px!important;*/
}
.box-templates-plugins.rightold{
    float: right;
    margin-left: 10px;
    margin-left: 10px!important;
}
.box-templates-plugins.centerold{
    margin: 0px auto;
}
.box-templates-plugins.leftold{
    float: left;
    margin-right: 10px;
    margin-right: 10px!important;
}
.box-templates-plugins.borderleftold.red-old tr td{
    border-left: 5px solid #e74c3c!important;
}
.box-templates-plugins.borderrightold.red-old tr td{
    border-right: 5px solid #e74c3c!important;
}
.box-templates-plugins.borderleftold.blue-old tr td{
    border-left: 5px solid #2d8bff!important;
}
.box-templates-plugins.borderrightold.blue-old tr td{
    border-right: 5px solid #2d8bff!important;
}
.box-templates-plugins .primary-title-old{
    line-height: 23px!important;
    padding: 10px!important;
    text-align: right!important;
    background-color: rgb(221, 221, 221)!important;
    color: #e74c3c!important;
}
.box-templates-plugins tr td{
    border: unset!important;
}
.box-templates-plugins .sub-title-old{
    color: #2980b9;
    text-align: center;
}
.box-templates-plugins .left-avatar{
    width: 30%;
    height: 100%;
    text-align: center!important;
    font-style: italic!important;
    font-size: 14px;
    float: left;
    margin: 5px 10px 5px 0;
    word-break: break-word;
}
.box-templates-plugins .right-avatar{
    width: 30%;
    height: 100%;
    text-align: center!important;
    font-style: italic!important;
    font-size: 14px;
    float: right;
    margin: 5px 0 5px 10px;
}
.box-templates-plugins .content-templates-old{
    padding: 10px;
    text-align: justify;
    font-size: 16px!important;
}
.mp3-box{
    background-color: #128F8B;
}
/*.mp3-box .content{
    display: flex;
    justify-content: space-around;
}*/
.mp3-box .content .vjs-control-bar{
    background-color: transparent!important;
}
.mp3-box .content .vjs-load-progress div{
    background-color: #fff!important;
}
.mp3-box .content .vjs-load-progress{
    background-color: #fff!important;
}
.mp3-box .video-js .vjs-slider{
    background-color: #fff!important;
}
.mp3-box img{
    box-shadow: 3px 3px 3px #2125297d;
}
.mp3-box .fr-audio{
    position: relative;
}
@media screen and (max-width: 768px) {
    .box-templates-plugins{
        width: 100%!important;
    }
    .box-left-templates img, .box-right-templates img {
        width: 100%!important;
        margin: 0px!important;
    }
}
@media screen and (max-width: 480px) {
    .block-detail .info img.fr-dii, .block-detail .box-left-templates img, .block-detail .info img.fr-dii, .block-detail .box-right-templates img {
        margin: 0px!important;
    }
}