.flexcol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.flex-col-2{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.flex-col-3{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.template1 .img-wr{
    text-align: center;
}
.template1 .flexcol-title{
    margin-top: 10px;
    margin-bottom: 13px;
    line-height: 22px;
    font-weight: bold;
}

.module-gallery-flex .product-list .product-list-item-title {
}

.cke_editable .default-img{
    min-width: 100px;
    min-height: 100px;
    display: inline-block;
    border: 1px solid #ccc;
}

/*///////////////////////////////////*/
.flexcol.template3{
    max-width: 1000px;
        margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.template3 .flex-img-col{
    text-align: right;
}
.template3 .flex-text-col{
    text-align: left;
}
.template3 .flex-img-col,
.template3 .flex-text-col
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.template3 .flex-text-col{
    padding: 0 0 0 20px;
}
.template3 .flexcol-title{
    margin-bottom: 15px;
    line-height: 22px;
    font-weight: bold;
}

/*/////////////////////////*/
/*///////////////////////////////////*/
.flexcol.template4{
        margin: 0 auto;
    max-width: 1000px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.template4 .flex-img-col{
    text-align: left;
}
.template4 .flex-text-col{
    text-align: left;
}
.template4 .flex-img-col,
.template4 .flex-text-col
{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.template4 .flex-text-col{
    padding: 0 20px 0 0;
}
.template4 .flexcol-title{
    margin-bottom: 15px;
    line-height: 22px;
    font-weight: bold;
}



