/* ----------------------------------------------------------------
	Shopping Produtos Catálogo Incentivale
-----------------------------------------------------------------*/

/* shop-categorias */
.shop-categories [class^=col-] {
    position: relative;
    margin-bottom: 30px;
}

    .shop-categories [class^=col-] > a {
        display: block;
        position: relative;
        height: 250px;
        background-color: #119cde;
        border-radius: 10px;
    }

    .shop-categories [class^=col-] img {
        display: block;
    }

    .shop-categories [class^=col-] > a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /* background-color: rgba(0,0,0,0.4);
	opacity: 0.4; */
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
    }

    .shop-categories [class^=col-] > a:hover:before {
        opacity: 1;
    }

.shop-stores [class^=col-] {
    position: relative;
    margin-bottom: 30px;
}

    .shop-stores [class^=col-] > a {
        display: block;
        position: relative;
        height: 250px;
        background-color: #1878d8;
        border-radius: 10px;
    }

    .shop-stores [class^=col-] img {
        display: block;
    }

    .shop-stores [class^=col-] > a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /* background-color: rgba(0,0,0,0.4);
	opacity: 0.4; */
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
    }

    .shop-stores [class^=col-] > a:hover:before {
        opacity: 1;
    }

.shop-stores h3 {
    color: white;
}

.iproduct .product-title h3 {
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-transform: capitalize;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    font-size: 14px;
    font-weight: 500;
}

.product-image .product-overlay {
    opacity: 0;
    width: max-content;
    height: auto;
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: bottom .3s ease, opacity .3s .1s ease !important;
    -o-transition: bottom .3s ease, opacity .3s .1s ease !important;
    transition: bottom .3s ease, opacity .3s .1s ease !important;
}

.product-image:hover .product-overlay {
    opacity: 1;
    bottom: 20px;
}

.product-overlay a span {
    display: none;
}

.product-overlay a {
    width: 40px;
    height: 40px !important;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    padding-left: 2px;
}

    .product-overlay a:last-child {
        margin-left: 10px;
    }

.owl-carousel .owl-nav [class*=owl-] {
    opacity: 1;
}

.owl-carousel .owl-nav .owl-next {
    right: -18px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -18px;
}

.row.grid-6 .product-overlay a span {
    display: none;
}

.row.grid-6 [class^=col-] {
    margin-bottom: 20px;
}

ul.iconlist i {
    width: 8px !important;
    font-size: 8px;
    top: 6px !important;
}

.clients-grid.grid-8 li {
    width: 12.5%
}

.button.button-desc.button-small {
    padding: 14px 20px;
    font-size: 16px;
}

    .button.button-desc.button-small i {
        top: -1px;
        width: 34px;
        font-size: 34px;
        text-align: left;
    }

    .button.button-desc.button-small span {
        font-size: 12px;
        margin: 0 0 8px 0;
    }

.widget .list-unstyled li {
    margin-bottom: 3px;
}

    .widget .list-unstyled li a {
        color: #666 !important;
    }

.clients-grid-new {
    list-style: none;
    overflow: hidden;
}

    .clients-grid-new li {
        float: left;
        position: relative;
        width: 20%;
        padding: 20px 0;
        -webkit-backface-visibility: hidden;
    }

    .clients-grid-new.grid-2 li {
        width: 50%;
        padding: 25px 0;
    }

    .clients-grid-new.grid-3 li {
        width: 33.33%;
    }

    .clients-grid-new.grid-4 li {
        width: 25%;
    }

    .clients-grid-new.grid-6 li {
        width: 16.66%;
    }

    .clients-grid-new li a {
        opacity: 0.6;
    }

body:not(.device-touch) .clients-grid-new li a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.clients-grid-new li a:hover {
    opacity: 1;
}

.clients-grid-new li a,
.clients-grid-new li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

    .clients-grid-new li a img {
        width: 100%;
    }

.clients-grid-new li:before,
.clients-grid-new li:after {
    content: '';
    position: absolute;
}


.clients-grid-new li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #DDD;
}

.clients-grid-new li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
}

.shop-footer-features h5 a:hover {
    color: #444;
    border-bottom: 1px dotted #AAA;
}

.shop-footer-features i {
    position: relative;
    top: 8px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin-right: 10px;
    color: #888;
}

.shop-footer-features h5 span {
    color: #A0ACB6 !important;
}


#page-menu nav {
    position: relative;
    float: right;
    margin-right: 10%;
}

    #page-menu nav ul {
        margin-bottom: 0;
        height: 44px;
    }

    #page-menu nav li {
        position: relative;
        float: left;
        list-style: none;
    }

        #page-menu nav li a {
            text-transform: uppercase;
            color: #FFF;
            font-size: 14px;
            border-radius: 0px;
        }

            #page-menu nav li a .icon-angle-down {
                margin-left: 5px;
            }

body:not(.device-touch) #page-menu nav li a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#page-menu nav li:hover a,
#page-menu nav li.current a {
    background-color: rgba(255, 255, 255, 0.0);
}

#page-menu li:hover ul {
    display: block;
}

#page-menu ul ul {
    display: none;
    position: absolute;
    width: 220px;
    background-color: #FFF;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid #0088ff;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0;
}

    #page-menu ul ul ul {
        display: none !important;
    }
    /* Disable Multi-Level Links */

    #page-menu ul ul li {
        float: none;
    }

    #page-menu ul ul a {
        font-size: 12px;
        font-weight: 500;
        color: #252525;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 0;
        letter-spacing: 0;
        font-family: 'Roboto', sans-serif;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    #page-menu ul ul li:hover a,
    #page-menu ul ul li.current a {
        background-color: #F9F9F9;
        padding-left: 18px;
        color: #0088ff;
    }


.validation-summary-errors ul {
    margin-left: 10px;
}

.alert alert-danger h4{
    padding: 5px;
}

.validation-summary-errors li {
    list-style-type: none;
    font-size: 15px;
}

.validation-summary-errors li:before {
 
}
