/* PAGE HEADER IMAGE */
.tm-page-header {
    position:relative;
    background-image:url('../images/custom/page-top.png');
    background-repeat:no-repeat;
    background-position:top center;
    background-color:transparent;
    background-size:cover;
    min-height:194px;
    width:100%
}

.tm-page-header .tm-over {
    width:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    text-align:right;
    background-color: rgb(0,0,0,0.6);
    height: 100%;
}
.tm-page-header .tm-over h2 {
    padding-top:76px;
    color:red;
    font-weight:500;
    text-align:right;
    color:#ffcc11;
    text-transform:uppercase;
    position:relative;
    font-size:50px;
    letter-spacing:-1px;
    font-family: 'Square721 BT', 'Open Sans', sans-serif !important;
}
.tm-page-header .tm-over h2:before {
    content:'';
    width:56px;
    height:6px;
    background-color:#ffcc11;
    position:absolute;
    bottom:-24px;
    right:0
}

.tm-hometitles h3{
    border-bottom: 1px solid #e0b020 !important;
    padding-bottom: 12px;
}

/* PRECHECK */
.tm-calculator.uk-offcanvas .tm-accordion-content > div label strong {
    display: block;
    width:100%;
}
.tm-calculator.uk-offcanvas .tm-accordion-content > div label span {
    position: relative;
    display: block;
    font-weight: bold;
}

.tm-item {
    padding: 20px 5px;
}

.tm-item .tm-img  {
    height: 320px !important;
    min-height: 320px !important;
    overflow: hidden;
}

.uk-slider-items .tm-item .tm-img  {
    height: 210px !important;
    min-height: 210px !important;
    overflow: hidden;
}

/* ITEM PRODUCT ON LIST */
.tm-item .tm-img img {
    border: solid 1px #eee;
}

.tm-item a .tm-name {
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
    font-style: italic;
    font-weight: 900;
    color: #FBB22F;
}

/* PRODUCT: SLIDE IMAGE */
/* ul#main-img-lbox-container  {
    padding: 10% 0;
}
ul#main-img-lbox-container li {
    overflow: visible !important;
    border: none;
}
ul#main-img-lbox-container li img {
    border: solid 1px #bdbfc1;
} */

/* LOGO */
.tm-logo {
    max-width: 220px;
} 

/* ITEM PRODUCT: FINANCIACION */
.tm-prod-financing-footer [class^="icon-"]::before,
.tm-prod-financing-footer [class*=" icon-"]::before,
.tm-prod-financing-footer i.icon-payment{
    margin: 0 !important;
    padding: 0 !important;
}

.tm-prod-financing-footer {
    /*    position: absolute;
        left: 0%;
        right: 0%;
        top: 88%;
        bottom: 0%;*/
    height: 25px;

    /* blue */
    background: #FBB22F;
    /*border-radius: 0px 0px 8px 8px;*/
    border-radius: 4px;

    padding: 3px;
    font-weight: bold;
    font-size: 13px;
    line-height: 12px;

    text-align: left;
    text-transform: uppercase;

    /* blanco */
    color: #FFFFFF;
}

.tm-wrapPrice {
    display: none; /* oculto momentaneamente*/
}

.tm-wrap-data-item {
    padding-top: 30px;
}

/* MENU TAG OFERTAS*/
#hl-cat-menu > li.cats_ofertas {
    padding: 0;
}
#hl-cat-menu > li.cats_ofertas span.icon-local_offer {
    color: #FFFFFF;
}
#hl-cat-menu > li.cats_ofertas a.tm-type-tag {
    color: #FFFFFF;
    background-color: #FBB22F;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px;
    padding: 0px 12px 0px 5px;
    height: 35px;
}

/* HOME TAG OFERTAS (mobile) */
#home-tag-offers {
    padding: 0;
    margin: 10px;
}
#home-tag-offers span.icon-local_offer {
    color: #FFFFFF;
}
#home-tag-offers a.tm-type-tag {
    color: #FFFFFF;
    background-color: #FBB22F;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px;
    padding: 0px 12px 0px 5px;
    height: 35px;
    text-decoration: none;
    font-size: 13px;
}

/* MENU BAR */
#main-menu-bar a {
    font-size: 20px;
}

#main-menu-bar .icon-instagram::before,
#main-menu-bar .icon-facebook::before {
    font-size: 34px;
}

#main-menu-bar .redes {
    padding-left: 20px;
}

/* HOME MENU CATEGORIES */
#dropdown {
    z-index: 99999999 !important;
}

/* HOME: SLIDE */
/*.tm-splash ul.tm-slideshow li a picture img {
    width: auto;
}*/
#jws-slide {
    height: 280px;
}


/* PREFOOTER */
.prefoot-values .values h4 {
    color: #fefefe;
}

.prefoot-values .values [class^="icon-"] {
    color: #fefefe;
}

.prefoot-values .values p {
    color: #fefefe;
}

@media (max-width:767px) {

    .tm-item .tm-nombreMarca {
        width:65%;
    }

    .tm-item a .tm-name {
        font-size: 18px;
    }

    .tm-item .tm-img  {
        height: 340px !important;
        min-height: 340px !important;
        overflow: hidden;
    }
}

@media (max-width: 960px) {
    .tm-logo img {
        max-width: 80% !important;
    }
}

@media (max-width: 1024px) {
    
    #main-menu-bar a {
        font-size: 17px;
    }
}

@media (min-width:1600px) {
    .tm-splash,
    .tm-splash ul.tm-slideshow
    {
        min-height: 360px !important;
        max-height: 360px !important;
    }

    #jws-slide {
        height: 400px;
    }
}


@media (min-width: 2200px) {
    .tm-splash,
    .tm-splash ul.tm-slideshow
    {
        min-height: 480px !important;
        max-height: 480px !important;
    }

    #jws-slide {
        height: 520px;
    }
}
