@font-face {
    font-family: 'Glyphter';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'), url('../fonts/Glyphter.woff') format('woff'), url('../fonts/Glyphter.ttf') format('truetype'), url('../fonts/Glyphter.svg#Glyphter') format('svg');
}


/*[class*='icon-']:before{
	display: inline-block;
   font-family: 'Glyphter';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}*/


/*.icon-Sem título-4:before{content:'\0042';}*/

.category-products .item:hover {
    -webkit-transition: color .1s linear 0s, background-color .1s linear 0s, opacity .2s linear 0s !important;
    transition: color .1s linear 0s, background-color .1s linear 0s, opacity .2s linear 0s !important;

    color: white;
    background-color: #ececec;
}

.category-products .item {
    /*padding: 3px;*/
    -webkit-transition: color .1s linear 0s, background-color .1s linear 0s, opacity .2s linear 0s !important;
    transition: color .1s linear 0s, background-color .1s linear 0s, opacity .2s linear 0s !important;
    min-height: 380px !important;
}

.category-products .products-grid .product-image img {
    /*max-width: none;*/
}

.category-products .products-grid li:hover {
    border: 5px #d26915 solid;
}

.category-products-related .products-grid .product-image img {
    max-width: 100%;
}

.category-products-related .products-grid li:hover {
    border: 5px #d26915 solid;
}

div.category-products>ul>li>div>a {
    font-size: 14px;
    /*margin-bottom: 20px;*/
    font-weight: bold;
}

div.category-products>ul>li>div>a:hover {
    font-size: 14px;
    font-weight: bold;

    color: #d9e337;
}

.products-grid .actions button.button {
    padding: 10px 10px;
}

.products-grid .actions button.button:before {
    font-family: 'Glyphter';
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;

    display: inline-block;
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/

    content: '';
}

.svg-casajardim {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.svg-casajardim:hover {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);

    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: 'FlipH';
}

.page-title {
    padding: 40px 30px;
    background-color: #f47325;
}

.page-title h2 {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.page-title .category-description {
    color: white;
    font-size: 14px;
}


.product-tabs {
    padding-left: 0px;
}

.product-tabs li a {
    font-weight: bold;
    font-size: 14px;
}

.tab-box li.activeLink a {
    background-color: #448b33;
    border-bottom: 0px solid #CCCCCC;
    color: #fff;
    font-weight: bold;
}

.old-price .price {
    /*font-weight: bold;*/
    font-size: 14px;
    color: #f47325 !important;
    text-decoration: line-through;
}

.special-price .price {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #84a014 !important;
}

.img-catalogo-first:hover {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

.img-catalogo-second {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

.img-catalogo-second:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

#search pre {
    display: none;
}

.search-autocomplete {
    display: none;
}

.products-grid .configurable-swatch-list {
    margin-top: 5px;
}

.products-grid .configurable-swatch-list li {
    width: inherit !important;
    border: 0px;
    background: transparent;
    margin: 0 2px;
    -webkit-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-grid .configurable-swatch-list li:hover {
    border: 0px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.zonaPromocao img{
    width: 100%;
}

#algolia-autocomplete-container .aa-dropdown-menu .footer_algolia{
  display: block !important;
}
