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

/*Tipografía*/

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

.tt-desctop-menu nav > ul > li.dropdown > a:hover,
.tt-desctop-menu nav > ul > li.dropdown > a:active,
.tt-desctop-menu nav > ul > li.dropdown > a:focus {
    color:#80a941!important;
}

.leftColumn:not(.rightColumn) {
    background: #7da540 !important;
        padding-top: 10px!important;
        padding-left: 20px!important;
}

.leftColumn:not(.rightColumn) .categoria.font-weight-bold.active {
    background: rgba(255, 255, 255, 0.15)!important;
    color: #fff !important;
    padding-left: 25px!important;
    text-shadow: 0px 0px white !important;
}

.leftColumn .tt-list-row li a, .rightColumn .tt-list-row li a {
    border: 1px solid rgba(255, 255, 255, 0.15)!important;
    color: #fff !important;
    text-shadow: 0px 0px white !important;
    padding-left: 25px!important;
}
.leftColumn:not(.rightColumn) .tt-collapse .tt-collapse-title,
.tt-collapse .tt-collapse-title:after {
    color: white!important;
}
.leftColumn:not(.rightColumn) .tt-collapse .tt-collapse-title:hover,
.tt-collapse .tt-collapse-title:after:hover {
    color: white!important;
}
.leftColumn .tt-list-row li a:hover, 
.rightColumn .tt-list-row li a:hover {
    background: rgba(255, 255, 255, 0.15)!important;
}

#pagina-html {
    margin-bottom: 52px!important;
}

/*Megamenú*/

.supermenu-categories {
    background: #7da540!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: #595959 !important;
}

.supermenu-subcategories h3 {
    border-bottom: 2px solid #7da540!important;
}

/*Buscador*/

header .tt-color-scheme-04 .tt-header-row .tt-col-left button {
    position: absolute!important;
    right: 0!important;
    color: black!important;
    background: transparent!important;
    z-index: 999!important;
}
header .tt-color-scheme-04 .tt-header-row .tt-col-left input {
    border-radius: 50px!important;
}
header .tt-color-scheme-04 .picasso-buscador-wrap {
    display: flex!important;
    justify-content: space-around!important;
}
header .tt-color-scheme-04 .picasso-buscador-wrap .input-group {
    max-width: 50%!important;
}
header .tt-color-scheme-04 {
    background: linear-gradient(to right, #060807, #80a941)!important;
}

.tt-header-row .tt-col-right {
    display: none!important;
}

.tt-desctop-menu nav > ul > li.dropdown > a {
    position: relative!important;
}

.tt-desctop-menu nav > ul > li.dropdown > a:hover:after {
    opacity: 1;
    width: 100%;
    transition: .5s;
}

.tt-desctop-menu nav > ul > li.dropdown > a:after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #80a941;
    transition: .5s;
    opacity: 0;
}

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

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

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

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

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

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

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

/* FOOTER OVERRIDE DIRECTO */

.tt-footer-col.tt-color-scheme-01 {
    background: #828483 !important;
    padding: 60px 0 !important;
}

.tt-footer-col .row {
    justify-content: center!important;
    gap: 10%!important;
}

/* títulos */
.tt-footer-col h4.tt-collapse-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    text-transform: none !important;
}

/* eliminar icono accordion */
.tt-footer-col h4.tt-collapse-title:after {
    display: none !important;
}

/* listas */
.tt-footer-col .tt-list li {
    margin-bottom: 8px !important;
}

/* links */
.tt-footer-col a {
    color: #ffffff !important;
    opacity: 0.8 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

.tt-footer-col a:hover {
    opacity: 1 !important;
}

/* institucional */
#titulo_institucional + .tt-collapse-content p {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    opacity: 0.9 !important;
}

/* contacto */
.tt-footer-col address p {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}

.tt-footer-col address span {
    display: block !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
}

/* estructura columnas */
.tt-footer-col .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* columnas base */
.tt-footer-col .row > div {
    padding: 0 15px !important;
}

/* insertar logo en primera columna */
.tt-footer-col .row > div:first-child:before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background: url("https://spraycrops.tiendavirtual.ar/webfiles/spraycrops/banners/5/archivos/logo-pie.png") no-repeat center;
    background-size: contain;
    margin-bottom: 20px;
}

/* balance columnas desktop */
@media (min-width: 992px) {
    .tt-footer-col .col-lg-2,
    .tt-footer-col .col-lg-4 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .tt-footer-col .tt-newsletter {
        column-count: 1 !important;
        column-gap: 20px !important;
    }

    .tt-footer-col .tt-newsletter * {
        break-inside: avoid !important;
    }
}


.tt-footer-col .row > div:first-child > * {
    display: none !important;
}

.tt-footer-col .row > div:first-child {
    position: relative;
}

/* empuja la columna real siguiente */
.tt-footer-col .row > div:nth-child(2) {
    margin-left: 40px !important;
}

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

    .tt-footer-col {
        padding: 40px 20px !important;
    }

    .tt-footer-col .tt-mobile-collapse {
        margin-bottom: 20px !important;
    }

    .tt-footer-col .tt-newsletter {
        column-count: 1 !important;
    }
    .tt-footer-col .row > div:nth-child(2) {
    margin-left: 0px !important;
    }
    footer, footer .tt-footer-col, footer .tt-footer-center {
        background-color: #828483 !important;
    }
}

/*Productos*/

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

.tt-product-single-info .tt-title {
    font-size: 40px!important;
    line-height: 50px!important;
    font-weight: 700!important;    
    color: #7ea73f!important;
}

/* contenedor base */
.tt-wrapper.tt-txt-descripcion.order-texto p:first-of-type {
    position: relative!important;
    padding-left: 27px!important;
    font-size: 22px!important;
    line-height: 1.5!important;
    font-weight: 600!important;
}

/* flecha */
.tt-wrapper.tt-txt-descripcion.order-texto p:first-of-type::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 20px;
    height: 22px;
    background-image: url("https://spraycrops.tiendavirtual.ar/webfiles/spraycrops/banners/5/archivos/flecha.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.tt-wrapper.tt-txt-descripcion.order-texto p:nth-of-type(2) {
    color: #7ea73f !important;
    font-weight: 700 !important;
    font-size: 18px!important;
    line-height: 1.5!important;
}
.tt-product-single-info .tt-wrapper p {
    font-size: 18px!important;
}


/*efecto zoom*/

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

.tt-promo-box img { 
  transform: scale(1); 
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.tt-promo-box:hover img { 
  transform: scale(1.1); 
  opacity:1;
}


.wrapper-social-icon {
    background: #80a941 !important;
    margin-bottom: 0px !important;
}

.compartiren {
    color: white!important;
}

footer .tt-footer-col {
    padding-bottom: 49px!important;
    padding-top: 49px!important;
}

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


/*termina efecto zoom*/

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper .tt-background {
    background-color: #7fa741 !important;
    border-radius: 50px !important;
}
.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
    top: 40% !important;
    transition: .5s;
}

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

.tt-promo-box .tt-description .tt-title-small {
    color:white!important;
    font-size: 12px!important;
    line-height: 20px!important;
}

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

.tt-promo-box.tt-one-child .tt-description:hover .tt-description-wrapper {
    top: 0%!important;
    transition: .5s;
}

/*Parallax*/

.parallax {
    background-image: url("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;
}


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

.css-home-categorias {
    margin-top: 0!important;
}

.slick-list.draggable .tt-promo-box {
    border-radius: 25px!important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2)!important;
    margin-bottom: 40px!important;
}

.tt-layout-promo-box .tt-promo-box {
    border-radius: 25px!important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2)!important;
    margin-bottom: 40px!important;
}

.tt-layout-promo-box:not(.nomargin) {
    padding: 30px!important;
}

.css-home-categorias .tt-block-title {
    background: linear-gradient(to right, #060807, #80a941)!important;
    padding: 20px!important;
    margin-bottom: 40px;
}

.css-home-categorias .tt-block-title .tt-title {
    color: white!important;
    font-size: 30px!important;
    line-height: 1.5!important;
    text-align: left!important;
}

.css-home-categorias .tt-block-title .tt-description{
    display: none!important;
}

.css-home-categorias .container-fluid {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.css-home-categorias .tt-block-title h1.tt-title span {
    display: none!important;
}

.css-home-categorias .tt-block-title h1.tt-title:before {
    content: "Líneas de Productos";
}

/*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: #595959 !important;
}

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

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

/*institucional banner*/

.bannerpos-2 .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.bannerpos-2 .css-home-banner {
    margin-top: 0 !important;
}

.bannerpos-2 .css-home-banner .tt-block-title, .css-home-banner .tt-block-title {
    background: linear-gradient(to right, #060807, #80a941) !important;
    padding: 20px !important;
    margin-bottom: 40px;
}

.bannerpos-2 .css-home-banner .tt-block-title .tt-title, .css-home-banner .tt-block-title  {
    text-align: center !important;
}

.bannerpos-2 .css-home-banner .tt-block-title h1.tt-title:before, .css-home-banner .tt-block-title h1.tt-title:before {
    display: none;
}

.bannerpos-2 .css-home-banner .tt-block-title h1.tt-title span, .css-home-banner .tt-block-title h1.tt-title span {
    display: block !important;
}

.bannerpos-2 .css-home-banner .tt-block-title .tt-title span img, .css-home-banner .tt-block-title h1.tt-title span img{
    max-width: 300px;
}

#pagina-banner .tt-about-col-list h3 {
    font-size: 30px !important;
    text-align: center !important;
    color: #595959 !important;
    margin-bottom: 40px !important;
}

#pagina-banner .tt-about-col-list h3 b {
    font-weight: 800 !important;
}

#pagina-banner .tt-about-col-list p {
    font-size: 20px !important;
    margin-bottom: 20px !important;
    color: #5d5d5d !important;
    line-height: 1.2 !important;
}

/* bloque valores */

.bannerpos-2 .bloque-valores {
    background: linear-gradient(to right, #060807, #80a941) !important;
    padding: 80px 40px !important;
}

.bannerpos-2 .bloque-valores .item-valor {
    text-align: left !important;
    padding: 20px 40px !important;
}

.bannerpos-2 .bloque-valores .item-valor img {
    display: block !important;
    margin: 0 0 40px 0 !important;
    max-width: 180px !important;
}

.bannerpos-2 .bloque-valores .item-valor h3 {
    color: #ffffff !important;
    font-size: 24px !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    font-weight: 600 !important;
}

.bannerpos-2 .bloque-valores .item-valor p {
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin-top: 0px !important;
}

/* responsive */

@media (max-width: 991px) {
    .bannerpos-2 .bloque-valores .item-valor {
        text-align: center !important;
        padding: 20px !important;
        margin-bottom: 30px !important;
    }

    .bannerpos-2 .bloque-valores .item-valor h3 {
        text-align: center !important;
    }

    .bannerpos-2 .css-home-banner .tt-block-title .tt-title span img {
        max-width: 250px;
    }

    #pagina-banner .tt-about-col-list p {
        font-size: 18px !important;
    }

    #pagina-banner .tt-about-col-list h3 {
        font-size: 30px !important;
    }

    .bannerpos-2 .bloque-valores .item-valor img {
        margin: 0 auto 40px auto !important;
    }
}

/* bloque contacto */

.bannerpos-2 .bloque-contacto {
    padding: 80px 0 0px 0 !important;
}

.bannerpos-2 .bloque-contacto .mapa-contacto {
    width: 100% !important;
    height: 450px !important;
    overflow: hidden !important;
    border-radius: 20px !important;
}

.bannerpos-2 .bloque-contacto .mapa-contacto iframe {
    width: 100% !important;
    height: 100% !important;
}

/* form */

.bannerpos-2 .form-contacto-custom input,
.bannerpos-2 .form-contacto-custom textarea {
    width: 100% !important;
    border: 2px solid #80a941 !important;
    border-radius: 25px !important;
    padding: 15px 20px !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    outline: none !important;
    box-shadow: none !important;
}

.bannerpos-2 .form-contacto-custom textarea {
    resize: none !important;
}

.bannerpos-2 .form-contacto-custom button {
    width: 100% !important;
    background: #80a941 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 25px !important;
    padding: 15px !important;
    font-size: 18px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-bottom: 20px!important;
}

.bannerpos-2 .form-contacto-custom button:hover {
    background: #6e9137 !important;
}

.tt-footer-col .row > div:nth-child(3) {
    display: none!important;
}

/* responsive */

@media (max-width: 991px) {

    .bannerpos-2 .bloque-contacto .mapa-contacto {
        height: 300px !important;
        margin-bottom: 30px !important;
    }

    .bannerpos-2 .bloque-contacto .form-contacto-custom {
        margin-top: 20px !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: #828483 !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;
    }

    header .tt-color-scheme-04 .picasso-buscador-wrap .input-group {
        max-width: 100% !important;
    }

    .tt-mobile-header .tt-logo-container .tt-logo img,
    .tt-logo img {
        max-height: 40px !important;
    }

    .css-home-categorias .tt-block-title .tt-title {
        color: white !important;
        font-size: 30px !important;
        line-height: 1.1 !important;
        text-align: left !important;
    }

    .slick-list.draggable .tt-promo-box {
        border-radius: 25px !important;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2) !important;
        margin-bottom: 40px !important;
    }

    .tt-promo-box .tt-description .tt-title-small {
        font-size: 11px;
        line-height: 22px;
    }
}



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

ul.tt-social-icon.justify-content-center li a {color:#80a941}
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: #80a941!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: #80a941!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}