/**********************************
        LUIS CAMBRA EXTRA STYLES
**********************************/

/**********************************
        GENERAL STYLES
**********************************/
:root {
    --primary-bg-color: #2453c9;
    --primary-bg-gradient-color: #6229aa;
    --primary-text-color: #ffffff;
    --secondary-bg-color: #ee3823; /*#ffcc00;*/
    --secondary-bg-gradient-color: #fbb034;
    --secondary-text-color: #020202;
    --black-color: #000000;
    --white-color: #000000;
    --body-text-color: #333333; /*#666666;*/
    --body-background-color: #fafafa; /*#f1f3f8;*/
    --header-nav-text-color: #333333; /*#666666;*/
    --header-nav-text-hvr-color: #111111;
    --header-nav-bg-color: #fafafa; /*#eff1f4;*/
    --header-menu-text-color: #333333; /*#666666;*/
    --header-menu-text-hvr-color: #111111;
    --header-background-color: #ffffff;
    --header-top-text-color: #7b818f;
    --header-top-texthvr-color: #2453c9;
    --header-top-bg-color: #ffffff;
    --price-color:#333333;
    --border-color: #e5e5e5;
    --footer-bg-color: #f1f3f8;
    --footer-news-bg-color: #ffffff;
    --footer-news-title-color: #111111;
    --footer-news-desc-color: #333333; /*#666666;*/
    --footer-title-color: #111111;
    --footer-link-color: #333333; /*#666666;*/
    --footer-link-hvr-color: #2453c9;
    --bottom-footer-bg-color: #ffffff;
    --primary-font: 'Rubik', Helvetica, sans-serif;
    --secondary-font: 'Rubik', Helvetica, sans-serif;
} 

.main-social-icon .block-social ul li a {
    padding: 0 7px;
}
.main-social-icon .block-social ul li a:before {
    height: 26px;
    width: 26px;
}
.main-social-icon .block-social ul li.facebook a {
    background: #4c76be;
}
.main-social-icon .block-social ul li.twitter a {
    background: #00c7ff;
}
.main-social-icon .block-social ul li.rss a {
    background: #ee802f;
}
.main-social-icon .block-social ul li.youtube a {
    background: #f61c0d;
}
.main-social-icon .block-social ul li.pinterest a {
    background: #d32f2f;
}
.main-social-icon .block-social ul li.vimeo a {
    background: #86c9ef;
}
.main-social-icon .block-social ul li.instagram a,
.main-social-icon .block-social ul li.instagram:hover a {
    background: #8a3ab9;
    background: linear-gradient(to top right,#FDD074 0%,#F77F34 25%,#DD326E 50%,#D82B7E 75%,#A432B1 100%);
}
.main-social-icon .block-social ul li.linkedin a {
    background: #0077b5;
}
/**********************************
        END GENERAL STYLES
**********************************/

/**********************************
        HEADER STYLES
**********************************/
.header-sticky .header-nav.fixed #_desktop_logo .logo {
    max-height: 50px;
}
.header-nav.fixed .tt-menu-horizontal:hover .title-menu-mobile > .material-icons, 
.header-nav.fixed .tt-menu-horizontal.open .title-menu-mobile > .material-icons {
    color: var(--header-nav-text-hvr-color);
}
.ttcountdowntimer-main .ttcountdowntimer {
    background: var(--header-nav-bg-color) !important;
    padding: 10px 0 0;
}
.ttcountdowntimer-main .ttcountdowntimer .ttcountdown-inner .txtContent {
    color: var(--black-color) !important;
}
.ttcountdowntimer-main .ttcountdowntimer .ttcountdown-inner .timer-text span {
    color: var(--secondary-bg-color);
}
.ttcountdowntimer-main .ttcountdowntimer .number {
    color: var(--secondary-bg-color);
    border: 1px solid;
}
.ttcountdowntimer-main .ttcountdowntimer .font {
    color: var(--black-color);
}
#header #ttcmstopoffer {
    background: #0bb40d;
}
#header #ttcmstopoffer {
    background: #0bb40d;
}
#header #ttcmstopoffer a.offer-content p {
    color: #fff;
}
#header #ttcmstopoffer a.offer-content:after {
    display: none;
}
/**********************************
        END HEADER STYLES
**********************************/

/**********************************
        FOOTER STYLES
**********************************/
#newsletter form .input-wrapper {
    position: relative;
    margin-bottom: 5px;
}
#newsletter .block_content .btn {
    right: 2px;
    bottom: 2px;
}
/**********************************
        END FOOTER STYLES
**********************************/

/**********************************
        HOME PAGE STYLES
**********************************/
#index .brands #ttbrandlogo-carousel .brand-image img {
    max-height: 100px;
}
#ttcmsservice .ttcmsservices .ttservice .service-content a {
    color: var(--white-color);
}

#index .tt-serviceslider {
    background-color: var(--body-background-color);
}
#ttcmsservice .ttcmsservices .cmsservices {
    display: flex;
}
#ttcmsservice .ttcmsservices .ttservice .service-content .service-title {
    color: var(--black-color);
}
#ttcmsservice .ttcmsservices .ttservice .service-content .service-desc,
#ttcmsservice .ttcmsservices .ttservice .service-content a {
    color: var(--black-color);
}
#ttcmsservice .ttcmsservices .ttservice .service-icon {
    filter: brightness(0);
}
/**********************************
        END HOME PAGE STYLES
**********************************/

/**********************************
        CATEGORY PAGE STYLES
**********************************/
#subcategories .subcategories-list {
    flex-wrap: wrap;
}
#subcategories ul li {
    max-width: 14.2%;
}
#subcategories ul li a.subcategory-name {
    display: inline-block;
    line-height: 1.2;
}
/**********************************
        END CATEGORY PAGE STYLES
**********************************/

/**********************************
        PRODUCT LIST STYLES
**********************************/
.product-miniature .thumbnail-container .ttproduct-image .second_image {
    background: var(--white-color);
}
.products .thumbnail-container .btn {
    font-size: 12px;
}
.products .thumbnail-container .tt-button-container .btn:not(.cart-loading) i.added, 
.ttstickyAddToCart-btnadd .add-to-cart:not(.cart-loading) i.added {
    display: none;
}
.products .thumbnail-container .ttproducthover .tt-button-container .btn:not(.cart-loading) i.added {
    display: inline-block;
}
/**********************************
        END PRODUCT LIST STYLES
**********************************/

/**********************************
        PRODUCT PAGE STYLES
**********************************/
.payment-content .blockreassurance_product {
    display: flex;
    justify-content: flex-start;
}
.blockreassurance_product > div p {
    color: var(--secondary-bg-color);
    text-transform: none;
}
.blockreassurance_product .item-inner {
    display: flex;
    align-items: flex-start;
}
.blockreassurance_product .item-desc {
    margin-left: 10px;
}
/**********************************
        END PRODUCT PAGE STYLES
**********************************/

/**********************************
        CART PAGE STYLES
**********************************/
/**********************************
        END CART PAGE STYLES
**********************************/

/**********************************
        CHECKOUT PAGE STYLES
**********************************/
/**********************************
        END CHECKOUT PAGE STYLES
**********************************/

/**********************************
        SMARTBLOG STYLES
**********************************/
#smartblog_block .news_module_image_holder .icon.zoom {
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    z-index: 1;
    border-radius: 50%;
}
#smartblog_block .news_module_image_holder .icon.zoom:hover i {
    border-color: var(--secondary-bg-color);
    color: var(--secondary-text-color);
    background: var(--secondary-bg-color);
}
#smartblog_block .icon i {
    border: 2px solid #e6e6e6;
    color: #fff;
    font-size: 16px;
    height: 40px;
    padding: 9px 10px;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
    margin: 0;
    line-height: 18px;
}
#smartblog_block .news_module_image_holder:hover .icon i {
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
#smartblog_block .news_module_image_holder:hover .icon {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#smartblog_block .news_module_image_holder {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
    float: left;
    position: relative;
}
#smartblog_block .news_module_image_holder .image-inner {
    width: 100%;
    float: left;
    position: relative;
}
#smartblog_block .news_module_image_holder a:not(.zoom) {
    vertical-align: top;
    background: var(--footer-title-color);
}
#smartblog_block .news_module_image_holder:hover img {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    opacity: 0.5;
}
#smartblog_block .news_module_image_holder img {
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
#smartblog_block {
    margin: 0 0 80px;
    position: relative;
    text-align: center;
}
#smartblog-carousel .item.blog_post {
    padding: 0 15px;
}
#smartblog_block .blog_date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: auto;
    background: var(--primary-bg-color);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    padding: 7px 12px;
}
#smartblog_block .day_date {
    color: var(--primary-text-color);
    float: left;
    line-height: 16px;
}
#smartblog_block .day_month {
    font: 400 13px/16px var(--secondary-font);
    color: var(--primary-text-color);
    float: left;
    margin-left: 5px;
}
#smartblog_block .blog_content .sds_post_title {
    float: left;
    margin: 15px 0 12px;
    width: 100%;
}
#smartblog_block .blog_content .sds_post_title a {
    font: 500 16px/18px var(--primary-font);
    float: left;
    width: 100%;
    color: #222;
    text-align: left;
}
#smartblog_block .blog_content .sds_post_title a:hover {
    color: var(--primary-bg-color);
}
#smartblog_block .blog_content p {
    margin: 0 0 15px;
    font: 400 13px/20px var(--secondary-font);
    color: #666;
    float: left;
    width: 100%;
    text-align: left;
}
#smartblog-carousel .blog_content .read_more {
    color: var(--footer-title-color);
    float: left;
    width: auto;
    text-align: left;
    font: 400 13px/16px var(--secondary-font);
    position: relative;
}
#smartblog-carousel .blog_content .read_more:hover {
    color: var(--primary-bg-color);
}
#smartblog-carousel .blog_content .read_more::after {
    content: "\e409";
    font-size: 16px;
    float: right;
    width: 17px;
    font-family: "Material icons";
}
#smartblog-carousel {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 15px;
    box-shadow: 1px 2px 3px 0 #e5e5e5;
    -webkit-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -moz-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -ms-box-shadow: 1px 2px 3px 0 #e5e5e5;
    -o-box-shadow: 1px 2px 3px 0 #e5e5e5;
}
#sdsblogArticle {
    margin-bottom: 20px;
}
#sdsblogArticle .post-info span .material-icons {
    font-size: 16px;
    vertical-align: middle;
}
#sdsblogArticle {
    margin: 0 0 10px;
    width: 100%;
    background: #fff;
    box-shadow: 1px 2px 3px 0 #e5e5e5;
    padding: 30px;
}
#module-smartblog-details .articleContent {
    margin: 0 0 15px;
    float: left;
    width: 100%;
}
#sdsblogArticle img {
    max-width: 100%;
    width: 100%;
}
#sdsblogArticle h1 {
    color: var(--footer-title-color);
    font: 500 18px/22px var(--primary-font);
    margin: 0 0 10px;
    padding: 0;
    float: left;
    width: 100%;
}
#sdsblogArticle .post-info {
    display: block;
    margin: 0 0 10px;
}
#sdsblogArticle .post-info span span {
    display: inline-block;
}
#sdsblogArticle .sdsarticle-des {
    margin: 0;
    text-align: justify;
    line-height: 24px;
}
#respond {
    color: gray;
    float: left;
    width: 100%;
}
#respond .comment-reply-title {
    color: #222;
    float: left;
    font: 500 18px/20px var(--secondary-font);
    margin: 20px 0;
    width: 100%;
}
#respond #commentInput {
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
#respond #commentInput .right {
    padding: 10px 0 0;
    text-align: right;
}
#respond .captcha input[type="text"] {
    max-width: 85px;
}
#respond td {
    padding: 5px;
    vertical-align: top;
}
#respond td:first-child {
    padding-top: 8px;
}
.smartblogcomments .success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
    width: 100%;
}
.smartblogcomments .attention {
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    color: var(--header-nav-text-color);
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
    width: 100%;
}
.smartblogcomments .warning {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
    width: 100%;
}
#articleComments {
    border-top: 1px solid #e5e5e5;
    float: left;
    width: 100%;
}
#articleComments #comments {
    float: left;
    width: 100%;
}
#articleComments .commenttitle {
    font: 500 14px var(--secondary-font);
    margin: 10px 0;
}
#articleComments .commentList {
    margin: 0;
    position: relative;
    padding: 0;
    float: left;
    width: 100%;
}
#articleComments .commentList li {
    border-top: 1px solid #e5e5e5;
    float: left;
    margin: 10px 0 0;
    padding: 15px 0 15px 110px;
    position: relative;
    width: 100%;
}
#articleComments .commentList li .avatar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    left: 10px;
    padding: 0;
    position: absolute;
    top: 18px;
}
#articleComments .commentList li .reply {
    height: auto;
    text-align: right;
}
#articleComments .commentList li .reply .comment-reply-link {
    cursor: pointer;
}
#articleComments .commentList li .reply .comment-reply-link:hover {
    text-decoration: underline;
    color: var(--footer-title-color);
}
#articleComments .commentList li .name,
#articleComments .commentList li .name a {
    font-size: 13px;
    font-weight: 700;
}
#articleComments .commentList li .created {
    margin: 0 0 10px;
}
#articleComments .commentList li p {
    font-size: 15px;
    font-weight: 500;
}
#sdsblogCategory {
    float: left;
    margin: 0 0 30px;
    width: 100%;
    padding: 30px;
    background: #fff;
}
#sdsblogCategory .imageFeatured {
    border: medium none;
    max-width: 100%;
    padding: 0;
}
#sdsblogCategory .catDesc p {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 15px;
    margin: 0;
}
#smartblogcat {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
}
#smartblogcat .sdsarticleCat {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}
#smartblogcat .sdsarticleCat:last-child {
    margin: 0;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader {
    margin: 0;
    padding: 0;
    display: block;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block {
    margin: 0 0 10px;
    width: 100%;
    border: none;
    background: none;
    height: auto;
    padding: 0;
    float: left;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block a {
    color: var(--footer-title-color);
    font: 500 16px/20px var(--primary-font);
    padding: 0;
    width: 100%;
    float: left;
}
#smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block a:hover {
    color: var(--footer-title-color);
}
#smartblogcat .sdsarticleCat .articleContent {
    display: block;
    position: relative;
    overflow: hidden;
}
#smartblogcat .blog_desc .sdsreadMore .more .r_more::after {
    content: "\E409";
    font-family: material icons;
    vertical-align: middle;
}
#smartblogcat .sdsarticleCat .articleContent .imageFeaturedLink img {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
#smartblogcat .sdsarticleCat .blogdetail {
    display: block;
    margin: 0 0 10px;
    line-height: 22px;
    float: left;
    width: 100%;
}
#smartblogcat .sdsarticleCat .blogdetail > span {
    float: left;
    margin: 0 15px 0 0;
}
#smartblogcat .sdsarticleCat .blogdetail > span.ttpost {
    display: none;
}
#smartblogcat .sdsarticleCat .blogdetail .blogcomment a {
    font-family: var(--secondary-font);
}
#smartblogcat .sdsarticleCat .blogdetail .viewed {
    font-family: var(--secondary-font);
}
#smartblogcat .sdsarticleCat .sdsarticle-des {
    color: gray;
    display: block;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
#smartblogcat .sdsarticleCat .sdsarticle-des {
    line-height: 24px;
}
#smartblogcat .sdsarticleCat .sdsreadMore .more {
    display: inline-block;
}
#smartblogcat .blog_desc .blogdetail span .material-icons {
    font-size: 16px;
    line-height: 14px;
    vertical-align: middle;
}
#smartblogcat .sdsarticleCat .sdsarticle-des {
    color: gray;
    display: block;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.blog_pagination {
    float: left;
    width: 100%;
}
.blog_pagination .pagination li a:hover {
    color: #fff;
    background: var(--header-nav-text-color);
    border-color: var(--header-nav-text-color);
}
#reply-title #cancel-comment-reply-link {
    float: right;
}
@media (max-width: 1200px) {
    #smartblog_block {
        margin: 0 0 50px;
    }
}
@media (max-width: 991px) {
    #smartblog_block
    #smartblog-carousel
    .item
    .news_module_image_holder
    .blog-hover {
        background: rgba(0, 0, 0, 0.2);
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
    }
    #smartblogcat {
        padding: 20px;
    }
    #sdsblogCategory {
        padding: 20px;
    }
    #smartblog-carousel .item.blog_post {
        float: left;
        width: 100%;
    }
}
@media (max-width: 767px) {
    #smartblog_block {
        margin: 0 0 20px;
    }
    #commentform .form-group .col-md-7 {
        width: 100%;
    }
    #smartblogcat .sdsarticleCat .articleContent {
        float: left;
        width: 100%;
        margin: 0 0 30px;
    }
    #smartblogcat .sdsarticleCat .blog_desc {
        float: left;
        width: 100%;
    }
}
@media (max-width: 543px) {
    .blog_pagination .pagination {
        text-align: center;
    }
    #smartblogcat {
        padding: 15px;
    }
    #sdsblogCategory {
        padding: 15px;
    }
    #smartblog-carousel {
        padding: 15px 0;
    }
    #smartblog_block
    #smartblog-carousel
    .item
    .blog_post
    .blog_content
    .sds_post_title
    a {
        font-size: 16px;
        line-height: 18px;
    }
}
/**********************************
        END SMARTBLOG STYLES
**********************************/

/**********************************
        LILOHOMEBANNERS STYLES
**********************************/
#lilohomebanners {
    margin: 0 0 40px;
}
#lilohomebanners .cmsbanner .banner .banner-content-main {
    position: relative;
    display: flex;
    align-items: center;
}
#lilohomebanners .banner a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
#lilohomebanners .banner a::before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    -moz-opacity: 1; 
    -khtml-opacity: 1; 
    -webkit-opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    z-index: 1;
}
#lilohomebanners .banner:hover a::before {
    opacity: 0;
    -moz-opacity: 0; 
    -khtml-opacity: 0; 
    -webkit-opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition-duration: 1s;
}
#lilohomebanners .banner .banner-content {
    position: absolute;
    margin: auto;
    right: 15px;
    width: 45%;
    z-index: 2;
}
#lilohomebanners .banner a img {
    transition: all 4s cubic-bezier(0, 0, .1, 1);
    transition-delay: .1s;
}
#lilohomebanners .banner a:hover img{
    transform: scale(1.1);
}
#lilohomebanners .banner .banner-content .title {
    color: #ffffff;
    margin: 0 0 15px;
    font: 500 26px/30px var(--primary-font);
}
#lilohomebanners .banner .banner-content .subtitle {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align:top;
    color: #fff;
    font: 400 16px/18px var(--secondary-font);
    margin: 0 0 10px;
}
#lilohomebanners .banner.banner1 .banner-content .subtitle {
    background:var(--secondary-bg-color);
    color:var(--secondary-text-color);
    padding:5px 15px;
    border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#lilohomebanners .banner .banner-content .ttbanner-btn {
    background: #fff;
    color: #111;
    border-radius: 25px;
    -moz-border-radius: 25px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    vertical-align: top;
    padding: 5px 20px;
}
#lilohomebanners .banner .banner-content .ttbanner-btn:hover,
#lilohomebanners .banner .banner-content .ttbanner-btn:focus,
#lilohomebanners .banner .banner-content .ttbanner-btn:active {
    background:var(--secondary-bg-color);
    color:var(--secondary-text-color);
}
@media (max-width: 1430px) and (min-width:1200px){
    #lilohomebanners .banner .banner-content .subtitle {
        margin: 0 0 8px;
        font-size: 14px;
        line-height: 16px;
    }
    #lilohomebanners .banner .banner-content .title {
        font-size: 22px;
        line-height: 28px;
    }
}
@media (max-width: 1299px) {
    #lilohomebanners .banner .banner-content {
        width: 48%;
    }
}
@media (max-width: 1199px){
    #lilohomebanners .banner .banner-content .title{
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    #lilohomebanners .banner .banner-content .subtitle  {
        margin: 0 0 6px;
        font-size: 13px;
        line-height: 15px;
    }
    #lilohomebanners .banner.banner1 .banner-content .subtitle{
        padding: 4px 6px;
    }
    #lilohomebanners .banner .banner-content .ttbanner-btn.btn{
        padding: 8px 12px;
        font-size: 12px;
        line-height: 14px;
    }
    #lilohomebanners .banner .banner-content .ttbanner-btn {
        padding: 3px 15px;
    }
}
@media (max-width: 991px){
    #lilohomebanners .cmsbanner .banner {
        padding: 0 7px;
    }
    #lilohomebanners .row {
        margin: 0 -7px;
    }
    #lilohomebanners .banner .banner-content .subtitle{
        font-size: 12px;
        line-height: 14px;
    }
    #lilohomebanners .banner .banner-content .title{
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 8px;
    }
    #lilohomebanners .banner .banner-content .ttbanner-btn.btn {
        font-size: 10px;
        line-height: 12px;
    }
    #lilohomebanners .banner .banner-content {
        width: 58%;
    }
}
@media (max-width:670px){
    #lilohomebanners .cmsbanner .banner {
        width: auto;
        text-align: center;
        margin: 0 0 15px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    #lilohomebanners .cmsbanner {
        text-align: center;
    }
    #lilohomebanners .banner .ttbanner {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    #lilohomebanners .banner .banner-content {
        width: 45%;
    }
    #lilohomebanners .banner .banner-content .banner-inner {
        text-align: left;
    }
    #lilohomebanners .cmsbanner .banner:last-child {
        margin: 0;
    }
}
@media (max-width:543px){
    #lilohomebanners .banner .banner-content {
        width: 52%;
        right: 10px;
    }
    #lilohomebanners .banner .banner-content .subtitle {
        font-size: 10px;
        line-height: 12px;
    }
    #lilohomebanners .banner .banner-content .title {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 8px;
    }
    #lilohomebanners .banner .banner-content .ttbanner-btn.btn {
        padding: 6px 12px;
    }
    #lilohomebanners {
        margin: 0 0 20px;
    }
}
/**********************************
        END LILOHOMEBANNERS STYLES
**********************************/

/**********************************
    END LUIS CAMBRA EXTRA STYLES
**********************************/