/***************************************************************************
    LIB ICONS
***************************************************************************/
.fa-started:before {
    content: "\f164";
}

.fa-completed:before {
    content: "\f00c";
}

.fa-passed:before {
    content: "\f091";
}

.fa-finished:before {
    content: "\f091";
}

.fa-failed:before {
    content: "\f05e";
}

/***************************************************************************
    LIB
***************************************************************************/
mark {
    color: #000;
    background: #45ea3aba !important;
    padding: 0 !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.center {
    justify-content: center;
    align-items: center;
}

span.badge {
    background: #949494;
    color: #FFF;
    font-size: 12px;
}

span:not(.badge).completed {
    color: #dd9004;
    font-size: 14px;
}

span.badge.completed {
    background: #dd9004;
}

span.badge.in-progress {
    background: #04a5dd;
}

span:not(.badge).passed,
span:not(.badge).finished {
    color: #00a65a;
    font-size: 14px;
}

span.badge.passed,
span.badge.finished {
    background: #00a65a;
}

span:not(.badge).failed {
    color: #dd4b39;
    font-size: 14px;
}

span.badge.failed {
    background: #dd4b39;
}

span:not(.badge).started {
    color: #00c0ef;
    font-size: 14px;
}

span.badge.started {
    background: #00c0ef;
}

.finished {
    color: #ffffff !important;
    background-color: #00a65a !important;

}

.st-active {
    background-color: green;
}

/***************************************************************************
    END LIB
***************************************************************************/
.main-header .sidebar-toggle {
    float: right;
    background-color: #f39c12;
}

.info-box .progress {
    background: rgb(166 190 222 / 86%);
    margin: 5px 0px 5px 0px;
    height: 6px;
    border-radius: 10px
}

.info-box .progress .progress-bar {
    background-color: #02de79;
    background-image: repeating-linear-gradient(135deg, rgb(0 0 0 / 39%), transparent 30px);
    border-radius: 10px;
    padding-right: 6px;
}

.status-account {
    text-transform: capitalize;
    padding: 10px 20px;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
    display: flex;
    justify-content: space-between;
}

.content-header .breadcrumb {
    float: none;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    border-radius: 2px;
    position: initial;
}

.etiqueta {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.bula-course {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.bula-course li {
    display: block;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    margin: 5px;
    font-weight: normal;
}

.bula-course li i {
    margin-right: 10px
}

.time {
    color: #b2b2b2;
}

.time i {
    padding: 0 10px 0 0;
}

.avatar-char {
    color: #fff;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    line-height: 0;
    border: 3px solid;
    transform: scale(1.4);
    margin-left: 20px;
}

.course-line-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-enrolled,
.box-purchased {
    background-color: red !important;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #d6e1ef;
    width: 100%;
    color: #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box .info-box-text {
    text-transform: uppercase;
    font-weight: 600;
}

/***************************************************************************
    TIMELINE
***************************************************************************/
.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 25px;
}

li.time-label i {
    margin-top: -10px;
}

li.time-label span {
    position: relative;
    left: 60px;
    top: 0;
    margin-bottom: 5px;
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
    top: 10px;
}

.timeline-body img {
    max-width: 200px
}

.timeline>li>.timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0px 15px 0 0;
    max-width: calc(100% - 200px);
    position: relative;
    display: inline-flex;
    flex-direction: column;
}

.timeline>li>.timeline-item:after {
    right: 100%;
    top: 15px;
    left: -14px;
    position: absolute;
    border: 7px solid transparent;
    border-right-color: #ffffff;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
    filter: drop-shadow(-0.1px 0.8px 0.1px rgba(0, 0, 0, 0.2));
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
    display: flex;
}

.timeline>li>.timeline-item>.timeline-header span {
    padding: 0 5px;
}

.timeline>li>.timeline-item>.timeline-header a {
    padding: 0 20px 0 0;
}

/***************************************************************************
    PAGE USER
***************************************************************************/


.colapse i {
    transition: 0.3s all;
}

.colapsed i {
    transform: rotate(-90deg);
}

.just-row-betwin {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

.mr-2 {
    margin-right: 5px;
}

.mr-4 {
    margin-right: 10px;
}

/***************************************************************************
    PAGE USER
***************************************************************************/
.page_usuario .dados-user {
    padding: 20px 20px 50px 20px;
}

.page_usuario .dados-user div {
    padding-bottom: 10px;
}

.page_usuario .widget-user {
    background: transparent;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.page_usuario .widget-user .avatar-char {}

.page_usuario .widget-user-header {
    flex: 1;
    padding-left: 40px !important;
    display: flex;
    align-items: center;
    height: 80px !important;
    justify-content: space-between;
}

/***************************************************************************
    PAGE EDIT USER
***************************************************************************/

.form_input_file form .form-drag {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    align-items: center;
    background: #c0e1d1;
    padding: 10px
}

.form_input_file form .form-drag label[for=InputFileUsers] {
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #709b88;
    cursor: pointer;
    border: dashed 5px;
}

.form_input_file form .form-drag label[for=InputFileUsers]:before {
    content: "\f093";
    font-family: "FontAwesome";
    font-size: 40px;
}

.form_input_file form .form-drag #InputFileUsers {
    display: none;
}

.form_input_file form div.flex-row {
    align-items: flex-end;
}

.form_input_file form div.flex-row .name-file {
    padding: 0 10px;
    color: #3c8dbc;
}

.cursos_ativos {
    margin: 0;
    list-style: none;
}

.cursos_ativos input[type=radio],
.cursos_ativos .checkbox input[type=checkbox] {
    display: none;
    /* Esconde os inputs */
}

.cursos_ativos .checkbox label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cursos_ativos input[type="radio"]+label:before,
.cursos_ativos .checkbox input[type="checkbox"]+label:before {
    content: "\f10c";
    font: normal normal normal 26px/1 FontAwesome;
    margin: 0 0.25em 0 0;
    width: 30px;
    color: #c9caca;
}

.cursos_ativos input[type="radio"]:checked+label:before,
.cursos_ativos .checkbox input[type="checkbox"]:checked+label:before {
    color: #03c1ef;
    content: "\f192";
}

.cursos_ativos input[type="radio"]:disabled+label,
.cursos_ativos input[type="checkbox"]:disabled+label,
.cursos_ativos input[type="radio"]:disabled+label:before,
.cursos_ativos .checkbox input[type="checkbox"]:disabled+label:before {
    color: #bebebe;
    content: "\f192";
    cursor: not-allowed;
}

.cursos_ativos input[type=radio]:checked+label:after,
.cursos_ativos .checkbox input[type="checkbox"]:checked+label:after {
    font-weight: bold;
}

/***************************************************************************
    PAGE CURSOS
***************************************************************************/

.row-courses {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 30px;
}

.row-courses ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.card-curso {
    display: flex;
    flex-wrap: wrap;
}

.card-curso .box {
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    border-bottom: 5px solid #f39c12;
    transition: 0.4s all;
    color: #7d7d7d;
}

.card-curso:hover .box {
    border-bottom: 5px solid #00a65a;
    transform: scale(1.1);
    cursor: pointer;
    z-index: 1000;
}

.card-content {
    flex: 1;
    padding-bottom: 0;
}

.card-curso .box img {
    max-width: 100%;
    border-radius: 4px 4px 0 0;
    margin-top: -3px;
}

/***************************************************************************
    LOGIN
***************************************************************************/
.login-page .wrapper {
    position: initial;
}

.login-page .content-wrapper,
.login-page .main-footer {
    margin-left: 0px;
    z-index: 820;
}

.login-page section.content {
    background-size: cover;
}

.login-page section {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;

}

.login-box {
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
    margin: auto;
}

.login-left .login-box,
.register-box {
    width: 360px;
    margin: initial;
    background: #FFF;
    padding: 20px 0;
}

.login-left .login-panel-image {
    flex: 1;
    position: relative;
    background: #000;
}

.login-left .login-panel-image::after {
    /* background-image: url('https://picsum.photos/900/600');*/
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
}

.login-left .frase-random {
    text-align: right;
    color: #FFF;
    font-size: 40px;
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 40%;
    font-weight: 300;
    line-height: 1.2;
    z-index: 2;
}

.login-left .frase-random span {
    font-size: 20px;
    display: block;
    font-weight: normal;
}

.ocult {
    opacity: 0;
    transform: scale(0.9);
    transition: 0.7s all;
}

.revel {
    opacity: 1;
    transform: scale(1);
    transition: 0.7s all;
}


/***************************************************************************
    POST
***************************************************************************/
.msg-return-post {
    margin: 10% auto;
    text-align: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
}

.msg-return-post.succes:before {
    content: "\f058";
    font-family: "fontAwesome";
    font-size: 200px;
    line-height: 150px;
    color: green;
}

.msg-return-post.fail:before {
    content: "\f05e";
    font-family: "fontAwesome";
    font-size: 200px;
    line-height: 150px;
    color: #dd4b39;
}

/***************************************************************************
############################################################################
############################################################################
    	                   @@ MEDIQUERIES @@
############################################################################
############################################################################
***************************************************************************/
@media(max-width:800px) {
    .content-wrapper {
        padding-top: 50px;
    }

    .main-header .logo {
        z-index: 1;
    }

    .main-header .navbar {
        position: fixed;
    }

    .skin-green .main-header .logo {
        background-color: transparent;
        ;
        color: #ffffff;
        border-bottom: 0 solid transparent;
        padding: 0
    }

    .main-header .logo span {
        background-color: #f39c12;
        margin-top: 50px;
        width: 230px;
        z-index: 1000;
        left: -230px;
        position: fixed;
        transition: 0.395s all;
    }

    .skin-green.sidebar-open .main-header .logo span {
        left: 0;
    }

    .main-header .navbar-custom-menu {
        float: left;
    }

    .main-header .sidebar-toggle {
        float: right;
        background-color: #f39c12;
        background-image: none;
        padding: 15px 15px;
        font-family: fontAwesome;
        position: relative;
        z-index: 10;
    }

    .flex-row {
        flex-direction: column;
    }

    .timeline {
        margin-left: -30px;
    }

    .timeline>li>.timeline-item {
        max-width: calc(100%);
        order: 1
    }

    .timeline>li {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        margin: 50px 0;
    }

    .time {
        order: 0;
        width: 100%;
        text-align: center;
        margin-top: -40px;
        margin-bottom: 10px;
    }

    .timeline>li>.fa,
    .timeline>li>.glyphicon,
    .timeline>li>.ion {
        top: 0px;
    }

    .etiqueta {
        text-align: center;
        position: absolute;
        margin-top: -40px;

    }

}



/***************************************************************************
    SWITCH BUTTON
***************************************************************************/


.jumbotron {
    background: #6b7381;
    color: #bdc1c8;
}

.jumbotron h1 {
    color: #fff;
}

.example {
    margin: 4rem auto;
}

.example>.row {
    margin-top: 2rem;
    height: 5rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(189, 193, 200, 0.5);
}

.example>.row:first-of-type {
    border: none;
    height: auto;
    text-align: left;
}

.example h3 {
    font-weight: 400;
}

.example h3>small {
    font-weight: 200;
    font-size: 0.75em;
    color: #939aa5;
}

.example h6 {
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 3.32px;
    text-transform: uppercase;
    color: #bdc1c8;
    margin: 0;
    line-height: 5rem;
}

.example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    content: "Off";
    left: -4rem;
}

.btn-toggle:after {
    content: "On";
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}

.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}

.btn-toggle.active {
    background-color: #29b5a8;
}

.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
    outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
    content: "Off";
    left: -5rem;
}

.btn-toggle.btn-lg:after {
    content: "On";
    right: -5rem;
    opacity: 0.5;
}

.btn-toggle.btn-lg>.handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active>.handle {
    left: 2.8125rem;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.6875rem;
    width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
    content: "Off";
    left: -0.5rem;
}

.btn-toggle.btn-sm:after {
    content: "On";
    right: -0.5rem;
    opacity: 0.5;
}

.btn-toggle.btn-sm>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}

.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
    outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-xs:before {
    content: "Off";
    left: 0;
}

.btn-toggle.btn-xs:after {
    content: "On";
    right: 0;
    opacity: 0.5;
}

.btn-toggle.btn-xs>.handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active>.handle {
    left: 1.125rem;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-xs.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.275rem;
    width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
    display: none;
}

.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #6b7381;
}

.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}


#modal\:ajax {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999999;
    padding: 40px 80px;
    display: flex;
}

#modal\:ajax\:body {
    flex: 1;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 15px;
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
}

#vitrine\:search {
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 27px;
    color: rgb(85, 85, 85);
    border: 1px solid rgb(84, 85, 85);
    flex: 1;
    margin: 0 20px;
}

#vitrine\:search\:products {
    overflow: auto;
    flex: 1;
}

#vitrine\:search\:products #products {

    width: 100%;
    flex: 1;
    max-width: 100%;
}

#vitrine\:search\:products #products .card {
    cursor: pointer;
    display: inline-flex;
    width: 150px;
    padding: 10px;
    margin: 3px;
}

#vitrine\:search\:products #products .card img {
    width: 100%;
}

#vitrine\:search\:products #products .card .box .figure{
    background-size: cover;
    width: 100%;
    height: 120px;
    background-position: center;
}

#monta_vitrine\:list #products {
    width: 100%;
    flex: 1;
    max-width: 100%;
}

#monta_vitrine\:list #products .card {
    cursor: pointer;
    display: inline-flex;
    width: 100px;
    padding: 5px;
    margin: 3px;
}
#monta_vitrine\:list #products .card .box{
    font-size: 10px;
}

#monta_vitrine\:list #products .card img {
    width: 100%;
}

#monta_vitrine\:list #products .card .box .figure{
    background-size: cover;
    width: 100%;
    height: 80px;
    background-position: center; 
}

