/* 
    Document   : ecommerce_simple_html5
    Created on : 03/11/2014, 18:38:04
    Author     : Assuero
    Description:
        Purpose of the stylesheet follows.
*/
@charset "UTF-8";
/* Menu Ecommerce */

.rd-portfolio                                                                   {background: rgba(0,0 ,0,0.5); padding: 10px 5px; border: 1px solid #ccc; margin-bottom: 20px}
.titulo_menu_ecommerce                                                          {margin-top: 5px; font-weight: bold; margin-right: 10px; height: auto; margin-bottom: 25px!important; border-bottom: 7px solid; margin-left: 5px;}
.menu_item_ecommerce                                                            {border-bottom: 2px solid; margin-bottom: 8px; padding: 0 0 10px 5px}
.menu_item_ecommerce_no_border                                                  {height: 25px;}
.menu_item_cat                                                                  {margin-bottom: 2px; border: none; background: none; cursor: pointer; width: 100%; padding: 10px 0px; text-align: left; height: 15px; display: inline-block; /*background: url(/media/images/textures/paginas/transparent_210.png) repeat;*/}
.menu_item_subcat                                                               {margin-bottom: 2px; padding: 10px 0px 10px 15px; background: none; border: none; cursor: pointer; text-align: left; width: 100%!important; /*background: url(/media/images/textures/paginas/transparent_310.png) */}
.menu_item_subitem                                                              {margin-bottom: 5px; cursor: pointer; padding: 8px 0 5px 30px; /*background: url(/media/images/textures/paginas/transparent_4l0.png);*/ height: 14px;}
.menu_support_items                                                             {display: none; margin-top: 5px; margin-bottom: 5px;}
.subcat_items                                                                   {margin-top: 8px;}
.qtd_item                                                                       {padding-left: 0px; text-align: center;}
.carousel-indicators .active                                                    {margin: 3px 0 0 0!important;}
.carousel li                                                                    {margin: 0!important;}
.main_menu_store_middle                                                         {background: url("/media/images/textures/paginas/transparent_20.png")!important;}
#menu_ecommerce_support .list-group-item                                        {background-color: transparent}
.caption-ecommerce                                                              {height: auto!important; padding: 0 15px;}
#ecommerce_simple_html5 .carousel-control                                       {margin-top: 0px;}

.cat-title-solid::after                                                         {content: ""; display: block; font-family: "FontAwesome"; font-size: 24px; position: absolute; text-align: center; top: 6px; right: 13px;}
.cat-title-solid                                                                {background: #31353d none repeat scroll 0 0;border-radius: 3px;color: #ffffff; height: 46px;position: relative;text-transform: uppercase; width: 46px; cursor: pointer;}

#menu_portfolio                                                                 {display: none}

.owl-img-wrapper                                                                {box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);}
.owl-img-pops                                                                   {box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.1) inset;}
.flipInX                                                                        {animation-name: flipInX;backface-visibility: visible !important;}
.animated                                                                       {animation-duration: 1s; animation-fill-mode: both;}

.in                                                                             {opacity: 1;}
.out                                                                            {opacity: 0;}

