/* ===============================
   VARIABLES
================================ */
:root {
  --color-main: #ec0404;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-gray: #f5f5f5;
  --radius-main: 50px;
  --transition-main: all .3s ease;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Akt', 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;
}

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

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

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

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

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

#supermenuProductos .supermenu-categories {
    background: var(--color-black);!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: 65px!important;
    position: relative;
    top: 1px;
}

.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-main)!important;
  border-bottom: 1px solid #ffffff;
}

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

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

.tt-desctop-menu nav > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 12px;
  background-color: var(--color-white);
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.tt-desctop-menu nav > ul > li > a:hover:before{
  visibility: visible;
  width: 25px;
  transition: all 0.3s ease-in-out 0s;
}

.tt-header-holder .tt-obj-menu {
  justify-content: center;
  display: flex;
}

header .tt-color-scheme-04 .tt-header-row .tt-col-left input {
  max-height: 35px;
    max-width: 287px!important;
    border-radius: 50px!important;
    background: transparent!important;
}

header .tt-color-scheme-04 .tt-header-row .tt-col-left input:active,
header .tt-color-scheme-04 .tt-header-row .tt-col-left input:focus {
  border-color: var(--color-main)!important;
}

header .tt-color-scheme-04 .tt-header-row .tt-col-left button {
  margin-left: 10px!important;
}

/*Buscador blanco*/

header .tt-color-scheme-04 .tt-header-row .tt-col-left {
    color: white !important;
}
header .tt-color-scheme-04 .tt-header-row .tt-col-left-input {
    color: white!important;
}
header .tt-color-scheme-04 .tt-header-row .tt-col-left ::placeholder {
  color: white !important;
}

header .tt-color-scheme-04 .tt-header-row .tt-col-left ::-webkit-input-placeholder {
   color: white !important;
}

header .tt-color-scheme-04 .tt-header-row .tt-col-left:-moz-placeholder {
      color: white !important;
    }

header .tt-search .tt-dropdown-menu .tt-btn-search {
    color: white !important;
}

header .tt-dropdown-obj .tt-dropdown-toggle, 
header .tt-dropdown-obj .tt-dropdown-mic, .tt-menu-toggle i {
  color: var(--color-white)!important;
  border: 2px solid white!important;
    margin-right: 5px!important;
    width: 42px!important;
    text-align: center!important;
    padding: 9px 2px!important;
}

header .tt-dropdown-obj .tt-dropdown-toggle:hover,
header .tt-dropdown-obj .tt-dropdown-toggle:active,
header .tt-dropdown-obj .tt-dropdown-toggle:focus,
header .tt-dropdown-obj .tt-dropdown-mic:hover,
header .tt-dropdown-obj .tt-dropdown-mic:active,
header .tt-dropdown-obj .tt-dropdown-mic:focus {
  background: var(--color-black)!important;
  color: var(--color-white)!important;
  border-color: var(--color-black)!important;
}

header .tt-color-scheme-04 {
  background: var(--color-black)!important;
}

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

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

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

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

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

    #rev_slider_1 .btn {
        background: var(--color-black) !important;
        color: var(--color-white) !important;
    }

    #rev_slider_1 .btn:hover, #rev_slider_1 .btn:active, #rev_slider_1 .btn_fous {
        background: var(--color-white) !important;
        color: var(--color-black) !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;
  }
}
/* ===============================
   CATEGORÍAS
================================ */

.categories-section {
  padding: 48px 0;
  background: #fff;
}

.categories-grid {
  column-count: 3;
  column-gap: 16px;
}

.category-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 16px;
  break-inside: avoid;
  text-decoration: none;
  background: #000;
}

/* ALTURAS VARIABLES */
.category-card:nth-child(1) {
  height: 615px;
}

.category-card:nth-child(2) {
  height: 260px;
}

.category-card:nth-child(3) {
  height: 340px;
}

.category-card:nth-child(4) {
  height: 260px;
}

.category-card:nth-child(5) {
  height: 340px;
}

/* IMAGEN */
.category-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    background: #ffffff;
    transition: transform 0.4s ease;
    height: 100%;
}

/* HOVER */
.category-card:hover img {
  transform: scale(1.04);
}

/* OVERLAY */
.category-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.78) 0%,
    rgba(0,0,0,0.35) 45%,
    transparent 100%
  );
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 2;
}

/* RESPONSIVE */
@media (max-width: 991px) {

  .categories-grid {
    column-count: 2;
  }

  .category-card:nth-child(1),
  .category-card:nth-child(2),
  .category-card:nth-child(3),
  .category-card:nth-child(4),
  .category-card:nth-child(5) {
    height: 280px;
  }

}

@media (max-width: 575px) {

  .categories-grid {
    column-count: 1;
  }

  .category-card:nth-child(1),
  .category-card:nth-child(2),
  .category-card:nth-child(3),
  .category-card:nth-child(4),
  .category-card:nth-child(5) {
    height: 240px;
  }

  .category-name {
    font-size: 0.85rem;
    padding: 14px;
  }

}

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

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

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

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

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

.tt-product:not(.tt-view) .tt-image-box .tt-label-location {
  top: 6px!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-product:not(.tt-view) .tt-image-box .tt-btn-compare {
  background: var(--color-main)!important;
  color: var(--color-white)!important;
}

.tt-collapse .tt-collapse-title:hover,
.tt-collapse .tt-collapse-title:acitve,
.tt-collapse .tt-collapse-title:focus {
  color: var(--color-main)!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;
}

.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-cuotas {
  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;
}

.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;
}

/* ===============================
   LABELS
================================ */
.tt-label-new {
  background: var(--color-black)!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;
  color: var(--color-black)!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-product:not(.tt-view) .tt-image-box img {
  border-radius: 50px!important;
}

.tt-product:not(.tt-view) .tt-image-box {
  border: 1px solid #ec0404;
        overflow: hidden;
}


/* ===============================
   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; 
}

.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;
}



/* ===============================
   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;
}

/* ===============================
   SUPER SALE 
================================ */

.supersale-section {
  padding: 32px 0;
  background: #f8f9fa;
}

.supersale-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.supersale-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.supersale-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.supersale-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* SecciÃ³n Lo mÃ¡s nuevo */
.nuevos-section {
  padding: 48px 0;
  background: #fff;
}

/* ===============================
   FOOTER
================================ */

footer .tt-footer-custom:last-child {
  background: var(--color-main)!important;
}

footer .tt-color-scheme-01 {
  background: var(--color-black)!important;
  color: var(--color-white)!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:hover, footer .tt-color-scheme-01 .tt-social-icon li a:hover, footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover, footer .tt-color-scheme-01 .tt-collapse-content a {
  color: var(--color-white)!important;
}

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

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

@media (max-width: 768px) {
  .tt-mobile-header .tt-logo-container {
    height: 80px!important;
  }
  header .tt-menu-toggle:after {
    display: none!important;
  }
  .tt-menu-toggle {
    top: 2px!important;
  }
  .tt-menu-toggle i {
    border: 0!important;
  }
}



/* ===============================
   CÓDIGO ORIGINAL
================================ */

.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:#2879fe}
.tt-breadcrumb ul li a,.tt-breadcrumb ul li {text-transform: uppercase;}
.t-decimal:after {border-bottom: 1px solid #2879fe}
.tt-product:not(.tt-view).thumbprod-center .tt-description .tt-price {zoom: 2; color: var(--color-main)!important;}

ul.tt-social-icon.justify-content-center li a {color:#2879fe}
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: 1px}
.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}