.breadcrumb {
    background-color: #fbfbfc !important;
}

.btn-breadcrumb{
    color: black;
    line-height: 56px;
}

.template-name{
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.template-price{
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 20px;
}
.template-btn{
    box-sizing: border-box;
    display: table;
    padding: 0 10px;
    width: 100%;
}
.btn-template.btn-disabled{
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ccc;
    color: #919191;
    cursor: pointer;
}
.btn-template.btn-positive{
    background-color: #d61518;
    color: #fff;
    cursor: pointer;
}
.btn-template{
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    display: block;
    line-height: 34px;
    padding: 8px 30px;
}
.template-btn .template-btn-cell{
    display: table-cell;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}
.template-btn .template-btn-cell a{
    text-decoration: none;
}
.template-description{
    margin: 30px 0;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}
.templateBxslider__link {
    cursor: pointer;
    padding-left: 10px;
}
.templateBxslider__pager img {
    width: 50px;
}
.bx-viewport{
    padding: 10px;
    width: 500px;
    overflow: hidden;
    position: relative;
    height: auto;
    margin-bottom: 30px;
    box-shadow: 0 0 1px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bx-viewport .templateStyle__image{
    width: 100%;
}

.template_caption{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
}
.template_recommend{
    width: 32%;
    max-height: 530px;
    flex: 0 0 32%;
    transition: 0.5s;
    padding: 15px;
}

.template_recommend:hover{
    transform: scale(1.05);
}
.template_recommend:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}

.template_recommend .card-img-top{
    width: 100%;
    height: 370px !important;
    border-radius: 3px;
    box-shadow: 0 1px 10px 1px rgba(0,0,0,.1);
    box-sizing: border-box;
}

.template_cotemplate_recommendntent .text-price{
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.template_recommend .card{
    border: none !important;
    background-color: #fbfbfc !important;
}

.template_recommend .card-body {
    padding: 1.25rem 0;
}
@media (min-width: 1200px){
    .container_recommend {
        max-width: 1050px !important;
    }

    .container_fluid_recommend {
        background-color: #fbfbfc;
        border-top: 1px solid #ddd;
        padding-bottom: 30px;
        padding-top: 30px;
        text-align: center;
    }
}

.preview-image .float-left {
    display: flex;
}

ul, li {
    list-style: none;
}

footer{
    margin: 0px !important;
}