/* ===============================
   VARIABLES
================================ */
:root {
  --color-main: #ffcf00;
  --color-blue: #0028ab;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-gray: #F5F5F5;
  --radius-main: 50px;
  --transition-main: all .3s ease;
}

/* ===============================
   RESET TIPOGRÁFICO
================================ */
html, body {
  font-family: 'Outfit', sans-serif!important;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif!important;
}

/* ===============================
   LOADER
================================ */

#loader .dot, .lds-roller div:after, .lds-fs div, .lds-ellipsis div {
  background: var(--color-main)!important;
}
#loader-wrapper {
    background: background: var(--color-white)!important;
}
.btn-cat-fixed {
    background: background: var(--color-main)!important;
}

/* ===============================
   BOTONES
================================ */
.btn, 
button,
a[class*="btn"] {
  border-radius: var(--radius-main)!important;
  transition: var(--transition-main)!important;
}

.btn:hover {
  background: var(--color-main)!important;
  color: var(--color-white)!important;
}

#detalle-agregar-producto {
  background: var(--color-blue)!important;
}

/* ===============================
   GENERALES
================================ */

#tt-pageContent > .container-indent0:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 36px!important;
}

#tt-pageContent > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    margin-top: 52px!important;
    margin-bottom: 0px!important;
}
#tt-pageContent > .container-indent.css-home-prefooter > .container{
  margin-bottom: 40px!important;
}

/* ===============================
   MEGAMENÚ
================================ */

#supermenuProductos .supermenu-categories {
    background: var(--color-blue);!important;
}
.supermenu-subcategories h3 a, 
.supermenu-subcategories h3 a:hover,
.supermenu-subcategories h3 a:active,
.supermenu-subcategories h3 a:focus,
.subcategory-item a,
.subcategory-item a:hover,
.subcategory-item a:active, 
.subcategory-item a:focus {
    color: var(--color-main)!important;
}

.supermenu-subcategories h3 {
    border-bottom: 2px solid var(--color-main)!important;
}

.my-services .row > div:last-child .service-item {
  border-right: none !important;
}


/* ===============================
   HEADER
================================ */

.tt-mobile-header .tt-logo-container .tt-logo img, .tt-logo img {
    max-height: 89px!important;
    position: relative;
    top: 1px!important;
}

.tt-logo-2 img {
    max-height: 40px!important;
    top: 3px!important;
}

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
  background: var(--color-main)!important;
}

.tt-cesta-nro {
  background: var(--color-main)!important;
}

.tt-cesta {
  background: var(--color-black)!important;
}

.tt-header-bg,
.stuck.tt-stuck-nav,
header .tt-mobile-header {
  background: var(--color-white)!important;
}

.tt-desctop-menu nav > ul > li > a {
  color: var(--color-blue)!important;
}

.tt-desctop-menu nav > ul > li > a:hover {
  color: var(--color-main)!important;
}

header .tt-dropdown-obj .tt-dropdown-toggle, header .tt-dropdown-obj .tt-dropdown-mic, .tt-menu-toggle i {
  color: var(--color-main)!important;
}

/* ===============================
   SLIDER
================================ */

.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected {
  background: var(--color-blue)!important;
}

.hephaistos .tp-bullet {
  background: var(--color-white)!important;
}

.f-slider-2 {
        font-size: 26px!important;
        line-height: 55px;
    }

.f-slider-1 {
        font-size: 65px!important
        line-height: 75px;
        font-weight: 800;
    }

.entry-content .rev_slider a, .rev_slider a {
  background: var(--color-main)!important;
}

.entry-content .rev_slider a:hover, .rev_slider a:hover {
  background: var(--color-white)!important;
  color:var(--color-main)!important;
}

/* mobile */
@media (max-width: 768px) {
  .tp-caption1.fullscreenvideo {
    width: 60%!important;
  }
  .f-slider-2 {
      font-size: 12px!important;
      line-height: 1.2!important;
  }
  .f-slider-1 {
      font-size: 30px!important;
      line-height: 1.2!important;
  }
  .tp-caption1-wd-4 a {
    padding: 14px 10px 12px!important;
  }

  #rev_slider_1_forcefullwidth,
    #rev_slider_1_forcefullwidth .rev_slider_wrapper,
    #rev_slider_1,
    #rev_slider_1 .tp-revslider-mainul,
    #rev_slider_1 .tp-revslider-slidesli,
    #rev_slider_1 .slotholder,
    #rev_slider_1 .tp-bgimg,
    .tp-fullwidth-forcer {
      height: 45vh!important;
  }
}

/* ===============================
   TITULOS
================================ */
.tt-block-title .tt-title {
  color: var(--color-main)!important;
  font-weight: 800!important;
}

.tt-block-title .tt-description {
  color: var(--color-blue)!important;
}


/* ===============================
   CATEGORÍAS
================================ */

.tt-promo-box .tt-description .tt-title-small {
  color: var(--color-blue)!important;
}

.tt-services-block .tt-col-description .tt-title {
  color: var(--color-blue)!important;
}

.tt-services-block .tt-col-description{
  color: var(--color-blue)!important;
}

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
  background: transparent!important;
}

/* ===============================
   EFECTO CORTINA
================================ */

.tt-promo-box{
    position:relative;
    overflow:hidden;
}

.tt-promo-box .tt-title-small,
.tt-promo-box .tt-background{
    opacity:0 !important;
}

.tt-promo-box::before,
.tt-promo-box::after{
    content:'';
    position:absolute;
    top:0;
    width:50%;
    height:100%;
    background:rgba(8,42,94,.75);
    z-index:2;
    transition:all .45s ease;
    pointer-events:none;
}

.tt-promo-box::before{
    left:-50%;
}

.tt-promo-box::after{
    right:-50%;
}

.tt-promo-box:hover::before{
    left:0;
}

.tt-promo-box:hover::after{
    right:0;
}

.tt-promo-box .tt-description{
    z-index:3;
}

.tt-promo-box .tt-description-wrapper{
    position:relative;
    width:100%;
    height:100%;
}

.tt-promo-box .tt-description-wrapper::before{
    content:'+';
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) scale(.5);
    color:#fff;
    font-size:72px;
    font-weight:200;
    line-height:1;
    opacity:0;
    z-index:5;
    transition:all .35s ease .2s;
    pointer-events:none;
}

.tt-promo-box:hover .tt-description-wrapper::before{
    opacity:1;
    transform:translate(-50%,-50%) scale(1);
}

.tt-promo-box > img{
    transition:transform .6s ease;
}

.tt-promo-box:hover > img{
    transform:scale(1.05);
}


/* ===============================
   PRODUCTOS
================================ */
.tt-product {
  background: var(--color-white)!important;
  border-radius: 12px!important;
  transition: var(--transition-main)!important;
}

.tt-product-single-info .tt-price {
  color: var(--color-blue)!important;; 
}

.tt-product:hover {
  transform: translateY(-5px);
}

.tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-our-fatured {
    background: var(--color-blue)!important;
    color: #ffffff;
    padding: 10px 15px !important;
    border-radius: 50px !important;
}

.tt-product .tt-image-box {
  background: var(--color-white)!important;
  border-radius: 10px!important;
  overflow: hidden;
}

.tt-product img {
  transition: var(--transition-main);
}

.tt-product:hover img {
  transform: scale(1.05);
}

.tt-product .tt-price {
  color: var(--color-black)!important;
  font-weight: 600!important;
}

.tt-product .tt-btn-addtocart {
  background: var(--color-main)!important;
  color: var(--color-white)!important;
}

.t-decimal:after {
    border-bottom: 1px solid var(--color-main)!important;
}

.tt-product-single-info .tt-price .t-decimal:after {
    border-bottom: 1px solid var(--color-blue)!important;
}

.tt-cuotas {
  color: var(--color-main)!important;
}

.tt-product:not(.tt-view) .tt-image-box .tt-btn-compare {
  background: var(--color-main)!important;
  color: var(--color-white)!important;
}

.tt-product:not(.tt-view) .tt-image-box .tt-label-location {
  top: 6px!important;
}

.leftColumn .tt-list-row li a.active:hover,
.leftColumn .tt-list-row li a.active:active,
.leftColumn .tt-list-row li a.active:focus {
  color: var(--color-main)!important;
}

.leftColumn .tt-list-row li a, .rightColumn .tt-list-row li a:hover,
.leftColumn .tt-list-row li a, .rightColumn .tt-list-row li a:active,
.leftColumn .tt-list-row li a, .rightColumn .tt-list-row li a:focus {
  color: var(--color-main)!important;
}

.tt-collapse .tt-collapse-title:hover span,
.tt-collapse .tt-collapse-title:acitve span,
.tt-collapse .tt-collapse-title:focus span{
  color: var(--color-main)!important;
}

.tt-product:not(.tt-view) .tt-description .tt-add-info li a:hover,
.tt-product:not(.tt-view) .tt-description .tt-add-info li a:active,
.tt-product:not(.tt-view) .tt-description .tt-add-info li a:focus {
  color: var(--color-main)!important;
}

.tt-product:not(.tt-view) .tt-description .tt-title a:hover,
.tt-product:not(.tt-view) .tt-description .tt-title a:active,
.tt-product:not(.tt-view) .tt-description .tt-title a:focus {
  color: var(--color-main)!important;
}

/* ===============================
   LABELS
================================ */
.tt-label-new {
  background: var(--color-blue)!important;
  color: var(--color-white)!important;
  border-radius: 20px!important;
  padding: 9px !important;
}

/* ===============================
   LISTADOS
================================ */

.leftColumn .tt-list-row li a, .rightColumn .tt-list-row li a {
  text-transform: uppercase!important;
}
.tt-btn-col-close a:hover, .leftColumn .tt-list-row li a.active, .tt-filters-options .tt-btn-toggle a, .tt-filters-options .tt-btn-toggle a:before, .tt-filters-options .tt-btn-toggle a {
  color: var(--color-main)!important;
}
.btn-link {
  text-transform: uppercase!important;
}

.tt-breadcrumb {
    background: var(--color-blue)!important;
}
.tt-breadcrumb ul li {
    color: white!important;
}

.tt-breadcrumb ul li a {
    color: white!important;
}

.tt-collapse .tt-collapse-title, h1, h2, h3, h4, h5, h6 {
    color: var(--color-blue)!important;
    font-weight: 800 !important;
}

/* ===============================
   FICHA
================================ */

.tt-label-our-fatured {
  background: var(--color-main) !important;    
}

.tt-product-single-info .tt-label [class^="tt-label"] {
  background: var(--color-main) !important;
    color: #ffffff !important;
    padding: 9px !important;
    border-radius: 50px !important;
}

.contact-form .btn {
  border-radius: 0px!important; 
}

.wrapper-social-icon {
    margin-top: 0px!important; 
    margin-bottom: 0px!important;
}

.wrapper-social-icon {
  background: var(--color-main)!important;
}

.compartiren {
  color: var(--color-white)!important;
}

ul.tt-social-icon.justify-content-center li a {
   color: var(--color-white)!important;
}

#tt-pageContent.css-productos-d > .container-indent > .container{
    margin-bottom: 40px!important;
}



/* ===============================
   PREGUNTAS Y RESPUESTAS
================================ */

.ia-preguntas-strip {
    background: var(--color-black)!important;
}
.ia-preguntas-title {
  color: var(--color-white)!important;
}
#ia-pregunta-btn {
    background: var(--color-main)!important;
    border: 1px solid var(--color-main)!important;
    color: #fff !important;
    border-radius: 0px!important;    
}


/* ===============================
   ENVIOS
================================ */

.tt-services-block .tt-col-icon {
  color: var(--color-main)!important;
}



/* ===============================
   FOOTER
================================ */
footer .tt-color-scheme-01 {
  background: var(--color-blue)!important;
  color: var(--color-white)!important;
}

footer {
  margin-top: 0px!important;
}

footer .tt-color-scheme-02,
footer .tt-color-scheme-03 {
  background: var(--color-main)!important;
}

footer .tt-mobile-collapse .tt-collapse-title, footer .tt-mobile-collapse .tt-collapse-title:before {
  color: var(--color-white)!important;
}

footer .tt-color-scheme-01 .tt-list li a, footer .tt-color-scheme-01 .tt-social-icon li a, footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a, footer .tt-color-scheme-01 .tt-collapse-content, footer .tt-color-scheme-01 .tt-collapse-content a:hover {
  color: var(--color-white)!important;
}

footer .tt-color-scheme-01 address span {
    color: var(--color-white)!important;
}


/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 767px) {

.tt-mobile-header .tt-logo-container .tt-logo img, .tt-logo img {
    max-height: 89px!important;
    position: relative;
    top: 2px!important;
  }
  .tt-mobile-header .tt-logo-container {
    height: 110px!important;
  }
}

/* ===============================
   NOSOTROS
================================ */

#historia-optica{
    position:relative;
    padding:120px 0;
    overflow:hidden;
    background:#fff;
    margin-top: 0px !important;
}

#historia-optica::before{
    content:'';
    position:absolute;
    width:900px;
    height:900px;
    left:-200px;
    top:50%;
    transform:translateY(-50%);
    background:url('https://opticadelsol.tiendavirtual.ar/webfiles/opticadelsol/banners/5/archivos/brush-naranja.png') center center no-repeat;
    background-size:contain;
    opacity:.12;
    animation:brushMove 12s ease-in-out infinite alternate;
    pointer-events:none;
}

#historia-optica .historia-contenido{
    position:relative;
    z-index:2;
}

#historia-optica .historia-etiqueta{
    display:inline-block;
    margin-bottom:15px;
    color:var(--color-main);
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
}

#historia-optica h2{
    font-size:58px;
    line-height:1;
    font-weight:800;
    color:var(--color-blue);
    margin-bottom:30px;
}

#historia-optica h2 span{
    display:block;
    color:var(--color-main);
}

#historia-optica p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:35px;
    max-width:550px;
}

#historia-optica .btn-historia{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:180px;
    height:56px;
    background:var(--color-blue);
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
    transition:.35s;
}

#historia-optica .btn-historia:hover{
    background:#FF6B00;
    color:#fff;
}

#historia-optica .historia-imagen{
    position:relative;
    text-align:center;
    animation:floatImage 6s ease-in-out infinite;
}

#historia-optica .historia-imagen img{
    width:100%;
    max-width:520px;
    border-radius:30px;
    box-shadow:0 35px 80px rgba(0,0,0,.15);
}

@keyframes floatImage{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
    100%{
        transform:translateY(0);
    }
}

@keyframes brushMove{
    0%{
        transform:translateY(-50%) rotate(-4deg);
    }
    100%{
        transform:translateY(-50%) rotate(4deg);
    }
}

@media (max-width:991px){

    #historia-optica{
        padding:80px 0;
    }

    #historia-optica h2{
        font-size:40px;
    }

    #historia-optica .historia-imagen{
        margin-top:50px;
    }

}

/* ===============================
   ORIGINALES
================================ */

.tt-header-holder .tt-obj-logo:not(.obj-move-right):not(.obj-aligment-center) .tt-logo {margin-right: 20px;}
.prop-c1 .select2 .selection .select2-selection, .prop-c1 .form-group input, .prop-c1dh .form-group input, .prop-avanzada .btn-lista {-webkit-border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.prop-c2 .select2 .selection .select2-selection {border-radius: 0px!important;}
.prop-c1 .select2 .selection .select2-selection, .prop-c2 .select2 .selection .select2-selection {border-right: 0px; min-width: 100%; width: 100%}
.prop-c1 .select2, .prop-c2 .select2, .prop-c3 .select2 {min-width: 100%!important; width: 100%!important}
@media (min-width: 1025px) {
  .prop-c2  {padding-left: 0px; padding-right: 0px}
  .prop-c1, .prop-c1dh {padding-right: 0px}
  .prop-btn, .prop-c3, .prop-c3dh {padding-left: 0px}
  .form-busqueda .row.mb-2 {margin-top: 1rem!important}
  .tt-collapse-block .prop-avanzada.active .tt-collapse-title {bottom: 0px;}
  .prop-title {margin:0 0 15px; color:#fff!important}
  .prop-ambientes .tt-options-swatch.options-middle li a {min-width: 32px; min-height: 40px;}
}
@media (max-width: 1024px) {
.prop-ambientes .tt-options-swatch.options-middle li a {min-width: 32px; min-height: 30px;}
.prop-title {margin:0 0 10px; color:#fff!important}
.prop-c1dh {padding-right: 0px}
.prop-c3dh {padding-left: 0px}
.prop-fnd img {height: calc(100vh - 100px)}
.prop-tmobile {margin-top: 10px;}
.form-busqueda .form-group {margin-bottom: 10px;}
.form-busqueda .row.mb-2 {margin-top: 0.5rem!important}
.prop-label-mobile {display: none}
.btn-avanzada {margin-top: 1rem!important}
.tt-collapse-block .prop-avanzada.active .tt-collapse-title {bottom: -10px;}
}
@media (max-width: 900px) {
.prop-fnd .tt-description .tt-title-small {
    font-size: 20px;
    line-height: 20px;
}
}

.prop-c1 .form-group input, .prop-c1dh .form-group input {border-right: 1px solid #aaa}
.prop-btn a, .prop-c3 .form-group input, .prop-c3dh .form-group input, .prop-avanzada .btn-mapa {-webkit-border-top-left-radius: 0px;-webkit-border-bottom-left-radius: 0px;-moz-border-radius-topleft: 0px;-moz-border-radius-bottomleft: 0px;border-top-left-radius: 0px;border-bottom-left-radius: 0px;}
.prop-btn a i {font-size: 14px; position: relative; top: -1px;}
.prop-wrapper {background: rgba(0, 0, 0, 0.65)!important; padding:20px!important}
.prop-ambientes ul.tt-options-swatch li {margin: 10px 5px 0!important}
.prop-c-label {color: #eeeeee}
.prop-avanzada .tt-collapse-title {color: #eeeeee!important; padding-top: 17px!important; padding-bottom: 0px!important;}
.prop-avanzada .tt-collapse-title:hover {color: #ffffff!important}
.tt-collapse-block .prop-avanzada.active .tt-collapse-title {color: #eee; padding-bottom: 15px; position: absolute; width: calc(100% - 20px);}
.prop-avanzada .btn-group {position: relative; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle;}
.prop-avanzada .btn-group input{display: none}
.prop-avanzada label.w-50.btn.btn-secondary {background: #787878; border: 2px solid #fff;}
.prop-avanzada label.w-50.btn.btn-secondary.active {background: #fff; border: 2px solid #fff; color: #151514}


.tt-btn-col-close a:hover, .leftColumn .tt-list-row li a.active, .tt-filters-options .tt-btn-toggle a, .tt-filters-options .tt-btn-toggle a:before, .tt-filters-options .tt-btn-toggle a {color:var(--color-main)}
.tt-breadcrumb ul li a,.tt-breadcrumb ul li {text-transform: uppercase;}
.t-decimal:after {border-bottom: 1px solid var(--color-main)}
.tt-product:not(.tt-view).thumbprod-center .tt-description .tt-price {zoom: 2; color: var(--color-blue)!important;}

ul.tt-social-icon.justify-content-center li a {color:var(--color-main)}
ul.tt-social-icon.justify-content-center li a:hover {color:#5b99fe}
@media (min-width: 790px) {
  h1:not(.tt-title-subpages):not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {color:#fff}
}
/* alerta no compra*/
.t-alert{background: red; color: #fff; padding: 10px 50px 10px 15px;}
#t-alert-cerrar{position: absolute; top: 8px; right: 8px; color: inherit; background-color: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer;}
.t-cerrar{font-size: 22px;}
/* alerta no compra*/
/* barras laterales*/
@media (max-width: 1024px) {
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-btn .tt-item {margin-top: 10px!important;}
  header .tt-cart .tt-dropdown-menu .tt-cart-layout .tt-cart-content .tt-cart-total-row {margin-top: 20px; padding-top: 14px;}
}
#carrito-canastita {overflow-x: hidden; max-height: 250px; padding-right: 15px;}
body::-webkit-scrollbar, #carrito-canastita::-webkit-scrollbar {background-color:#fff; width:16px}
body::-webkit-scrollbar-track, #carrito-canastita::-webkit-scrollbar-track {background-color:#fff}
body::-webkit-scrollbar-thumb, #carrito-canastita::-webkit-scrollbar-thumb {background-color:#babac0; border-radius:16px; border:4px solid #fff}
body::-webkit-scrollbar-button, #carrito-canastita::-webkit-scrollbar-button {display:none}
/* barras laterales*/
/*base*/
.precios-comparar {
  width: 100%;
  text-align: center;
  display: block!important;
}
.tt-compare-table .tt-item .tt-image-box .tt-img img {
    margin: 0 auto;
}
@media (min-width: 790px){
  .tt-shopcart-col .form-control {
      height: 244px;
  }
}
#sucursales .tt-blog-masonry .tt-post-content span b {font-weight: 900}
#sucursales .tt-blog-masonry .tt-post-content {margin-left: 70px; margin-right: 70px;}
.tt-description-wrapper{background: rgba(40, 121, 254, .75); padding: 6px; border-radius: 4px;}
.tt-description .tt-obj-bottom {background: rgba(40, 121, 254, .75); width: calc(100% - 58px); margin-left: -6px; padding: 6px 6px 4px;border-radius: 4px;}
.tt-promo-02 .tt-description .tt-obj-bottom {bottom: 20px}
.tt-base-color {
    color: var(--color-main)!important;
}
.modal-newsletter .modal-backdrop.show {
    -moz-opacity: 0.93!important;
    -khtml-opacity: 0.93!important;
    -webkit-opacity: 0.93!important;
    opacity: 0.93!important;
}
.color-2{color:#28c1fe!important}
.logo-splash{width: 100%!important}

.tt-promo-fixed .tt-description a {
    line-height: 15px!important;
    padding-top: 5px!important;
}
footer .tt-logo-alignment {
    top: 3px!important;
}
@media (min-width: 790px){
  footer .tt-color-scheme-01 .tt-collapse-title {
      line-height: 16px;
  }
}
.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description .tt-price .new-price, .tt-compare-table .tt-item .tt-image-box .tt-price .new-price, .precio-oferta, .tt-product:not(.tt-view) .tt-description .tt-price .new-price, .tt-product-design02:not(.tt-view) .tt-description .tt-price .new-price {
    color: var(--color-main)!important;
}
.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-description .tt-price .old-price, .tt-compare-table .tt-item .tt-image-box .tt-price .old-price, 
.tt-product-single-info .tt-price .old-price, .precio-ant, .tt-product:not(.tt-view) .tt-description .tt-price .old-price {
    color: #dcdcdc!important;
    text-decoration: line-through;
}
.mw-80{max-width: 80px}
.tt-logo-2 img {height: auto; max-height: 15px; top: -2px; position: relative; padding-right: 15px;}
.tt-desctop-menu .tt-logo-2 img{width: auto!important; display: none}
.tt-desctop-menu nav > ul > li.dropdown > a {font-size: 12px}
@media (min-width: 1025px) and (max-width: 1229px) {
  .tt-desctop-menu nav > ul > li.dropdown > a {font-size: 11px; padding: 17px 7px 16px;}
}
.tt-stuck-parent-menu .tt-desctop-menu .tt-logo-2 img {display: block}
.tt-mobile-header .tt-logo-container .tt-logo img, .tt-logo img {max-height: 15px; position: relative; top: 23px}
.tt-label-gratis {background: #28a745; color: #ffffff; padding: 2px 6px; border-radius: 4px;}
#steps-uid-0 .actions ul li.disabled:nth-child(1) {display: none;}
footer .tt-box-copyright a img.loading {max-height: 51px}