/* ===============================
   VARIABLES
================================ */
:root {
  --color-main: #f11486;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-light: #f1e9e6;
  --color-gray: #494949;
  --radius-main: 50px;
  --transition-main: all .3s ease;
  --color-verde: #c4d314;
  --color-violeta: #972ec9;
  --color-celeste: #08c4dd;
  --color-naranja: #fd7f04;

}

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

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

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

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

.css-checkout{
  padding-top: 35px!important;
}

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

/* ===============================
   BOTONES
================================ */

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

/* ===============================
   TOP BAR
================================ */

.topbar-custom {
  width: 100%;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: center;
  position: fixed;
  top: 0;
  border-bottom: 1px solid var(--color-gray);
}

.topbar-inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px;
  padding: 13px 10px;
  flex-wrap: wrap;
}

.topbar-custom .item {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;  
}

.topbar-custom .item i {
  font-size: 14px;
}

.topbar-custom .separator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.topbar-custom .separator.pink {
  background: #f11486;
}

.topbar-custom .separator.green {
  background: #c4d314;
}

.topbar-custom .highlight {
  color: #c4d314;
}

@media (max-width: 768px) {
  .topbar-inner {
    flex-direction: column;
    gap: 6px;
  }

  .topbar-custom .separator {
    display: none;
  }
  .topbar-custom {
  	display: none!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
================================ */

header {
    position: relative;
    top: 49px!important;
}

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

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-logo-2 img {
    max-height: 40px!important;
    top: 3px!important;
}

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

.tt-desctop-menu nav > ul > li > a {
  color: var(--color-white)!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-white)!important;
}

/* mobile */
@media (max-width: 768px) {

	.tt-mobile-header .tt-logo-container .tt-logo img, .tt-logo img {
	    max-height: 48px!important;
	    margin-bottom: 19px!important;
	    margin-top: 40px!important;
		}
	header {
		top:0!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-2 span {    
    font-weight: 700!immportant;
 }

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

.entry-content .rev_slider a, .rev_slider a {
    box-shadow: none;
    border-radius: 0px!important;
}

.btn[data-text="CONOCÉ LA COLECCIÓN"]::after {
  content: "2192";
  margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn[data-text="CONOCÉ LA COLECCIÓN"]:hover::after {
  transform: translateX(4px);
}

.tp-caption1.fullscreenvideo {
	width: 40%!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;
  }
}

/* ===============================
   OFERTAS
================================ */


.css-home-ofertas .tt-block-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
}

/* reset del sistema SOLO en este bloque */
.css-home-ofertas .tt-block-title .tt-title,
.css-home-ofertas .tt-block-title .tt-description{
  margin:0;
}

/* TÍTULO IZQUIERDA */
.css-home-ofertas .tt-block-title .tt-title span{
  font-size:0!important;
  position:relative;
}

.css-home-ofertas .tt-block-title .tt-title span:before{
  content:"COLECCIÓN DESTACADA";
  font-size:28px;
  font-weight:800;
  color:#000;
  letter-spacing:1px;
  text-transform:uppercase;
}



/* LADO DERECHO */

.css-home-ofertas .tt-block-title .tt-description span{
  font-size:0!important;
  position:relative;
}

.css-home-ofertas .tt-block-title .tt-description span:before{
  content:"VER TODOS";
  font-size:14px;
  font-weight:700;
  color:var(--color-main)!important;
}

.css-home-ofertas .tt-block-title .tt-description span:after{
  content:" →";
  font-size:16px;
  transition:transform .2s ease;
}

.css-home-ofertas .tt-block-title .tt-description span:hover:after{
  transform:translateX(4px);
}

@media (max-width: 768px){

  .css-home-ofertas .tt-block-title{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:6px;
  }

  .css-home-ofertas .tt-block-title .tt-title span:before{
    font-size:24px;
  }

  .css-home-ofertas .tt-block-title .tt-description{
    justify-content:center;
  }
}

/* ===============================
   SERVICIOS
================================ */

.my-services {
  background: var(--color-black);
  padding: 40px 0;
}

.my-services .service-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: var(--color-white);
  text-align: left;
  border-right: 1px solid var(--color-gray);
}

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

.my-services .service-icon {
  font-size: 43px;  
  flex-shrink: 0;
  margin-right: 10px;
}

.my-services .service-icon.main {
	color: var(--color-main);
}

.my-services .service-icon.verde {
	color: var(--color-verde);
}

.my-services .service-icon.violeta {
	color: var(--color-violeta);
}

.my-services .service-icon.celeste {
	color: var(--color-celeste);
}

.my-services .service-text {
  display: flex;
  flex-direction: column;
}

.my-services .service-text p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.my-services .service-text span {
  font-size: 12px;
}

/* mobile */
@media (max-width: 768px) {
  .my-services .service-item {
    justify-content: flex-start;
  }
  .my-services .service-item {
	  border-right: 0px solid var(--color-gray);
	}
}

/* =========================
   BANNER Y VOS
========================= */

.promo-dual-banner{
  display:flex;
  width:100%;
  align-items:stretch;
  flex-wrap:nowrap;
}

.promo-col{
  flex: 1 1 50%;
    display: flex;
    flex-direction: row;
    min-height: 520px;
}

.promo-left-content,
.promo-right-content{
  flex:0 0 auto;
}

.promo-left-img,
.promo-right-img{
  flex:1 1 auto;
  min-height:0;
}

.promo-left-img img,
.promo-right-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* =========================
   BLOQUE IZQUIERDO
========================= */

.promo-left{
  background: var(--color-violeta, #972ec9);
}

.promo-left-content{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:40px;
  color: var(--color-verde, #c4d314);
}

.promo-left-content h2{
  margin:0 0 20px 0;
  font-size:42px!important;
  line-height:1.05!important;
  font-weight:500;
}

.promo-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 22px!important;
  background: var(--color-black);
  color:var(--color-white);
  text-decoration:none;
  border-radius: 0px!important;  
  width:max-content;
}


.promo-left-img{
  flex:1;
}

.promo-left-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* =========================
   BLOQUE DERECHO
========================= */

.promo-right{
  background:#000;
}

.promo-right-content{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px 40px;
  gap:20px;
}

.promo-item{
  display:flex;
  align-items:center;
  gap:22px;
  color:#fff;
  margin-bottom: 40px;
}

.promo-left-content h2{
    color: var(--color-verde)!important;
  }

.promo-icon{
  font-size:40px;
  flex-shrink:0;
}

.promo-icon.verde {
	color: var(--color-verde)!important;
}

.promo-text p{
  display: block;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.promo-text span{
  display:block;
  font-size:12px;
}

/* imagen derecha */
.promo-right-img{
  flex:1;
}

.promo-right-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px){

  .promo-dual-banner{
    flex-direction:column;
  }

  .promo-col{
    min-height:auto;
    flex-direction: column;
  }  

  .promo-left-content,
  .promo-right-content{
    padding:25px 20px;
  }

  .promo-left-content h2{
    font-size:32px;
  }
}


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


/* ===============================
   PRODUCTOS
================================ */

.tt-product{
  background:#f1e9e6!important;
  border-radius:12px!important;
  transition: var(--transition-main)!important;
  position:relative;
}

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

/* ===============================
   IMAGE BOX (CLIPPING CONTROLADO)
================================ */

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

/* ===============================
   BADGE "OFERTA"
================================ */

.tt-product .tt-label-location{
  position:absolute!important;
  top: 79%!important;
  left:15px!important;  
  z-index:20!important;
  pointer-events:none;
  will-change: transform;
}

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

/* ===============================
   IMAGEN (HOVER ZOOM ÚNICO)
================================ */

.tt-product .tt-image-box img{
  width:100%;
  height:auto;
  display:block;
  transition: transform .35s ease;
}

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

/* ===============================
   INFO PRODUCTO
================================ */

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

/* ===============================
   COMPATIBILIDAD EXTRA (SAFE RESET)
================================ */

.tt-product img{
  max-width:100%;
}

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

.tt-product:not(.tt-view) .tt-description .tt-add-info li a {
	color: var(--color-black)!important;
	text-transform: uppercase!important;
}

.tt-product:not(.tt-view) .tt-description .tt-add-info li {
	font-size: 12px;
        line-height: 19px;
        color: var(--color-black)!important;
        text-align: left!important;
        padding-left: 15px!important;
}

.tt-product:not(.tt-view) .tt-description .tt-title a {
	color: #191919;
        font-size: 23px!important;
        margin-top: 0px!important;
        margin-bottom: 0px!important;
        text-align: left!important;
        padding-left: 15px!important;
}

.tt-cuotas {
    color: var(--color-main)!important;
    text-align: left!important;
    padding-left: 15px!important;
}

.tt-product:not(.tt-view).thumbprod-center .tt-description .tt-price {
	text-align: left!important;
    padding-left: 15px!important;
}
.t-decimal:after {
    border-bottom: 1px solid var(--color-black)!important;
}

.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg span {
	display: none!important;
}

.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg i {
	margin-right: 0px!important;
}
.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg {
	border-radius: 50px!important;
	padding: 10px 11px!important;
	background: var(--color-black)!important;
	position: absolute!important;
    bottom: 20px!important;
    right: 20px!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;
}


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


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

.css-home-prefooter {
	display: none!important;
}

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

footer .tt-footer-custom {
    background: var(--color-black)!important;
    border-top: 1px solid var(--color-gray)!important;
}

footer .tt-color-scheme-01 .tt-collapse-title {
	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;
}

/*Comienzan estilos 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:#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: 1.5; color: var(--color-black)!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-black);
}
.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-black);
}
.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}

.css-contacto-masdatos{
  display: none;
}




