/*Loader*/
#loader .dot, .lds-roller div:after, .lds-fs div, .lds-ellipsis div {
  background: black!important;
}
#loader-wrapper {
    background: white!important;
}

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

/*Tipografía*/

html, body {  
  font-family: "Nunito Sans", sans-serif!important;
  scroll-behavior: smooth;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans", sans-serif!important;
  font-weight: 700;
}


/*Menú*/
.tt-mobile-header .tt-logo-container .tt-logo img, .tt-logo img {
    max-height: 80px!important;
}

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

.tt-logo-2 img {
    max-height: 55px !important;
}

.tt-header-bg {
    background: #FFFFFF;
    box-shadow: -1px -1px 19px 3px rgba(0, 0, 0, 0.27)!important;
}

.tt-header-holder .tt-obj-menu {
    text-align: center!important;
}

.tt-desctop-menu nav > ul {
    position: static;
    display: flex!important;
    flex-wrap: nowrap!important;
    align-content: center!important;
    justify-content: space-evenly!important;
    align-items: center!important;
}

.tt-desctop-menu .dropdown {
    position: inherit;
    padding: 0px 10px;
    margin-right: 10px;
    text-align: center;
    position: relative!important;
    overflow: hidden!important;
}

.tt-desctop-menu .dropdown::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #fdc300;
    transition: width 0.4s ease;
    z-index: 0;
}

.tt-desctop-menu .dropdown:hover::before,
.tt-desctop-menu .dropdown:active::before,
.tt-desctop-menu .dropdown:focus::before {
    width: 100%;
}

/* para que el texto quede por encima del efecto */
.tt-desctop-menu .dropdown > * {
    position: relative;
    z-index: 1;
}

.tt-desctop-menu nav > ul > li.dropdown > a {
    padding: 0px!important;
}

.tt-desctop-menu:not(.tt-hover-02) li.dropdown > a:hover span,
.tt-desctop-menu:not(.tt-hover-02) li.dropdown > a:active span,
.tt-desctop-menu:not(.tt-hover-02) li.dropdown > a:focus span {
    color: white!important;
}

@media (max-width: 768px){

    .tt-mobile-header .tt-logo-container .tt-logo img, .tt-logo img {
        max-height: 60px !important;
        margin-top: 20px;
    }    
}

/*Iconos*/

.tt-desktop-header .tt-dropdown-obj {
    margin: 3px 1px !important;
    padding: 4px 2px !important;
    background: #fdc300 !important;
    border-radius: 50px !important;
    width: 39px !important;
    height: 37px !important;
}

@media (max-width: 768px){

    .tt-menu-toggle i.fal.fa-bars {
        color: #fdc200 !important;
    }
    .tt-mobile-header .tt-dropdown-obj {
        margin-top: 7px !important;
        padding: 1px 0px !important;
        background: #fdc300 !important;
        border-radius: 50px !important;
        width: 34px !important;
        height: 33px !important;      
    }
    .panel-menu ul li:not(.mm-close-parent) {
    position: relative;
    overflow: hidden;
    }

    .panel-menu ul li:not(.mm-close-parent)::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background: #fdc300;
        transition: width 0.4s ease;
        z-index: 0;
    }

    .panel-menu ul li:not(.mm-close-parent):hover::before {
        width: 100%;
    }

    .panel-menu ul li a {
        position: relative;
        z-index: 1;        
    }
    .panel-menu ul li:not(.mm-close-parent) a:hover,
    .panel-menu ul li:not(.mm-close-parent) a:active,
    .panel-menu ul li:not(.mm-close-parent) a:focus {
        position: relative;
        z-index: 1;
        color: white!important;
    }
}

header .tt-dropdown-obj .tt-dropdown-toggle, header .tt-dropdown-obj .tt-dropdown-mic, .tt-menu-toggle i {
    color: #ffffff!important;
}

/*Footer*/

footer .form-default [class^="btn"] {
    border-radius: 0px 50px 50px 0px !important;
}

footer .tt-footer-default .tt-newsletter .form-default .form-group .btn {
    border-radius: 0px 50px 50px 0px !important;
    background: black!important;
}

/*Productos*/

.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg {
        background-color: black!important;
        border-radius: 50px!important;
    }


/* efecto desplazamiento */

.tt-promo-box {
    display: block;
    overflow: hidden;
}

/* overlay blanco propio */
.tt-promo-box::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 15px;
    background: #ffffff;
    transition: bottom 0.1s ease;
    z-index: 2;
}

/* animación al hover */


/* contenido por encima */
.tt-promo-box img,
.tt-promo-box .tt-description {
    position: relative;
    z-index: 2;
}

.tt-promo-box img {
    transform: translateY(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tt-promo-box:hover img {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* opcional: leve mejora de nitidez al hover */
.tt-promo-box:hover img {
    opacity: 1;
}

/* mantiene tu otro estilo */
.tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-our-fatured {
    background: black !important;
    color: #ffffff;
    padding: 10px !important;
}

/* termina efecto */

.slick-slider .slick-track, .slick-slider .slick-list {
    overflow: visible!important;
}

.tt-promo-box .tt-description {
    display: none!important;
}

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper .tt-background {
    background-color: rgba(0,0,0, 0.7)!important;
}

.tt-description-wrapper {
    background: transparent!important;
}

.tt-promo-box .tt-description .tt-title-small {
    color:white!important;
}

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper .tt-background:hover {
    background-color: rgba(0,0,0, 0.9)!important;
}


/*Parallax*/

.parallax {
    background-image: url("https://agimportados.com.ar/webfiles/agimportados/banners/5/archivos/parallax.jpg");
    height: 100%;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;    
  }

.parallax  .parallax-text {
     left: 0;
    padding: 5vw;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;   
    text-align: center;
 }
.parallax  .parallax-text h1 {
    color: #efefef!important;
    font-size: 50px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.parallax-text h1:not(.tt-title-subpages):not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
color: #efefef!important;
}
.parallax  .parallax-text p {
    color: #efefef;
    font-size: calc(16px + 0.5vw);
}  

.parallax-text p a {
    background: black!important;
    padding: 10px 20px!important;
    border-radius: 50px!important;
    min-width: 100px!important;
    display: inline-block!important;
    color: white!important;
    margin-top: 20px!important;
}
.parallax-text p a:hover,
.parallax-text .p a:active,
.parallax-text p a:focus {
    background-color: white!important;
    color:black!important;
}


.tt-product:not(.tt-view) .tt-image-box .tt-label-location .tt-label-new {
    background: black!important;
    color: #ffffff;
    padding: 10px!important;
}


.tt-product-single-info .tt-label [class^="tt-label"] {
    background: black!important;
    color: #ffffff;
    padding: 10px!important;
    border-radius: 0 !important;
}

.wrapper-social-icon {
    background: black!important;
}

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

.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: black!important;
}

.tt-price span.new-price {
    color: black!important;
}


/*listado*/

.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: black!important;
}

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

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



@media (max-width: 768px){
  .tt-mobile-header .tt-header-row .tt-menu-toggle {
      display: block!important;
  }
  footer, footer .tt-footer-col, footer .tt-footer-center {
    background-color: black!important;
  }
  footer, footer .tt-footer-col, footer .tt-footer-center, footer .tt-list li a, footer .tt-social-icon li a, footer address a:hover {
    color:white!important;
  }
  footer .tt-mobile-collapse .tt-collapse-title, footer .tt-mobile-collapse .tt-collapse-title:before {
    color:white!important;
  }
}


/*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: 2; color: #2879fe!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: #2879fe!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: #2879fe!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}