.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone,
img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
body {
    font-family: 'Lato', sans-serif;
}
/*Wordpress editor styles end*/
/*TEXT STYLES*/

.marginRight {
    margin-right: 60px;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 900;
    color: #FF8500;
}
/*BOOTHACKS and override CLass*/

.is-table-row {
    display: table;
    width: 100%;
}
.is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.carousel-control {
    width: 50px;
    height: 50px;
    background: #000;
    opacity: 1;
    top: auto;
    left: auto;
}
.carousel .left {
    right: 75px;
    bottom: 20px;
}
.carousel .right {
    right: 20px;
    bottom: 20px;
}
.fixedAbsolute {
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 0;
}
.holderFixed {
    position: absolute;
    width: 100%;
    height: calc(100% - 168px);
    z-index: 888;
    top: 60px;
}
.bgSize {
    background: url(images/dl_slider_bg.png);
    background-position: bottom left;
    height: 100%;
    background-color: #F18522;
}
@media screen and (min-width: 320px) {
    .is-table-row {
        display: block;
        width: 100%;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: block;
        width: 100%;
    }
}
/*Wordpress editor styles end*/
/*layout*/

.pd30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*SLIDER*/
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/
/********************************/
/*       Fade Bs-carousel       */
/********************************/

.fade-carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 168px);
}
.carousel-inner>.item {
    width: 100%;
    top: 0;
}
.fade-carousel .carousel-inner {
    height: calc(100vh - 168px);
}
.fade-carousel .carousel-inner .item {
    height: calc(100vh - 168px);
}
.brandsHolder .carousel-inner .item {
    height: 70px;
}
.brandsHolder .carousel-indicators {
    text-align: center;
    bottom: -40px;
}
/********************************/
/*          Hero Headers        */
/********************************/

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
/********************************/
/*          Custom Buttons      */
/********************************/

.btn.btn-lg {
    padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}
/********************************/
/*       Slides backgrounds     */
/********************************/

.bgSlider {
    _height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/********************************/
/*          Media Queries       */
/********************************/

@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}
@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}
.colored-arrows {
    color: #F15A24;
    font-size: 100px;
    top: 50%;
    margin-top: -50px;
}
@media screen and (min-width: 300px) {
    .colored-arrows {
        color: #F15A24;
        font-size: 40px;
        top: 50%;
        margin-top: -50px;
    }
}
.navbar {
    _overflow: hidden;
    min-height: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    text-transform: uppercase;
}
.navbar-collapse {} .navbar-nav {
    display: inline-block;
    float: none;
}
.normalNav {
    display: block;
}
.stickytop {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.stickyHeader {
    -webkit-box-shadow: -1px 7px 22px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: -1px 7px 22px 0px rgba(0, 0, 0, 0.53);
    box-shadow: -1px 7px 22px 0px rgba(0, 0, 0, 0.53);
}
.hideHeader {
    display: none
}
.showHeader {
    display: block;
}

/*WOOCOMERCE STYLE AND HACKS */

/*FOOTER*/

#menu-main-1 {
    padding-left: 0 !important;
    list-style-type: none;
    color: #fff;
}
#menu-main-1 li a {
    text-decoration: none;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
}
#menu-main-1 li a:hover {
    font-weight: 900;
}
#menu-footer {
    padding-left: 0 !important;
    list-style-type: none;
    color: #fff;
}
#menu-footer li a {
    text-decoration: none;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
}
}
#menu-footer li a:hover {
    font-weight: 900;
}
.black {
    background: #000;
    color: #fff;
    font-weight: 900;
    border: 1px solid black;
}
.black:hover,
.black.active:active,
.black:focus {
    background: #000;
    color: #fff;
    font-weight: 900;
    border: 1px solid black;
}
.modal-header,
.modal-body,
.modal-footer {
    background: #000;
    border-color: black;
}
.modal-header .close {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}
.orange {
    color: #fff;
    background: #FF8500;
    border-color: #FF8500
}
.woocommerce-cart-tab {
    width: 60px !important;
    height: 60px !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .widgettitle {
    height: 60px !important;
}
.sideBOX {
    padding: 20px 20px 20px 20px;
    background: #000;
    color: #fff;
    margin-top: 50px;
    z-index: 9999;
}
.woof_products_top_panel {
    display: none !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #444 !important;
}
.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #FF8500 !important;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #FF8500 !important;
}
.nullTop {
    top: 0;
}
.contactHolder {
    position: absolute;
    width: calc( 100% - 50px);
    bottom: 30px;
}
.paddingControl {
    padding-left: 60px;
}
.holderRight .col-md-4 {
    width: 33.33333333%;
}
.holderRight .col-md-push-8 {
    left: 66.66666667%;
}
@media (min-width: 300px) and (max-width: 1023px) {
    .holderFixed {
        position: relative;
        width: 100%;
        top: auto;
        background-color: #F18521;
        z-index: 0;
        height: auto !important;
    }
    .holderRight .col-md-4 {
        width: 100%;
    }
    .holderRight .col-md-push-8 {
        left: 0;
    }
    .nav li a {
        font-size: 10px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
@media (max-width: 1024px) {
    .holderFixed {
        height: calc(100vh - 168px);
        top: 0px;
    }
    .paddingControl {
        _padding-left: 40px;
    }
    .fixedAbsolute {
        z-index: 0;
    }

    .contactHolder {
        position: relative;
        width: 100%;
        bottom: auto;
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .product {
        border-right: none;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .paddingControl {
        padding-left: 0px;
    }
    #main-container {
        position: relative;
        right: 0;
    }
    #main-container.slide-active {
        padding-top: 0;
    }
    .mobileControl {
        margin-top: 30px;
    }
    .hideColtrol {
        display: block !important;
    }
    .sideBOX {
        margin-top: 0px;
    }
}
/*NAV TOP*/
/* adjust body when menu is open */

body.slide-active {
    overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/

.no-margin-top {
    margin-top: 0px!important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
/* put toggle bars on the left :: not using button */

#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: right;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    margin-right: 20px;
    background: transparent;
}
/* icon bar prettyup - optional */

#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: #F18521;
}
.navbar-header {
    position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */

.navbar.navbar-fixed-top.slide-active {
    _position: relative
}
/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */

@media (max-width: 768px) {
    #slide-nav .container-fluid {
        margin: 0!important;
        padding: 0!important;
        height: 100%;
    }
    #slide-nav .navbar-toggle {} #slide-nav .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 999;
    }
    #slide-nav #slidemenu {
        background: #000;
        right: -100%;
        width: 80%;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 2;
        top: -8px;
        margin: 0;
    }
    #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 0;
    }
    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 80%;
        white-space: normal;
    }
    #slide-nav {
        border-top: 0
    }
    #slide-nav.navbar-inverse #slidemenu {
        background: #000;
    }
    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/

    #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        bottom: 0;
        width: 80%;
        right: -80%;
        background: #000;
        z-index: 1001;
    }
    #navbar-height-col.inverse {
        background: #0000;
        z-index: 1;
        border: 0;
        z-index: 999;
    }
    #slide-nav .navbar-form {
        width: 100%;
        margin: 8px 0;
        text-align: center;
        overflow: hidden;
        /*fast clearfixer*/
    }
    #slide-nav .navbar-form .form-control {
        text-align: center
    }
    #slide-nav .navbar-form .btn {
        width: 100%
    }
}
@media (min-width: 768px) {
    #page-content {
        right: 0!important
    }
    .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }
    .navbar-header {
        right: 0!important
    }
    #navbar-height-col.inverse {
        z-index: 9999;
    }
}
.slide-active #logo {
    display: block !important;
}
.navbar-default {
    background: #fff;
    border: none;
}
.navbar-inverse {
    border: none;
}
.prodSingle .product {
    border-right: none;
}
.woocommerce .product_type_variable:hover,
.woocommerce .product_type_simple:hover,
.woocommerce .single_add_to_cart_button:hover {
    color: #fff !important;
}
#subHeader {
    height: 300px;
}
a {
    color: #FF8500;
}
a:hover {
    color: #FF8500;
}
.navbar-nav .current-menu-item a {
    color: #fff !important;
    font-weight: 900;
    background: #FF8500 !important;
}
.navbar-nav a {
    margin-top: 5px;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #000 !important;
    text-transform: uppercase;
    line-height: 30px;
}
.woocommerce-MyAccount-navigation ul .is-active a {
    color: #000 !important;
    font-weight: 900 !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .total {
    margin-bottom: 0;
}
.stickyLogo {
    display: none;
}
.stickyLogoShow {
    display: block !important;
}
.homeLogo {
    position: absolute;
    z-index: 999;
    top: 100px;
    _left: 100px;
    width: 450px;
    height: auto;
}
.showHomeLogo {
    display: block;
}
.hideHomeLogo {
    display: none;
}
#quantidade {
    min-width: auto !important;
    max-width: 70% !important;
}
.chosen-container .chosen-results li.active-result {
    color: #333;
    font-weight: 900;
}
.storeNav .navbar-collapse2.collapse {
    display: block !important;
}
@media (max-width: 1024px) {
    .storeNav .navbar-collapse2.collapse {
        display: none !important;
    }
    .storeNav .navbar-collapse2.collapse.in {
        display: block !important;
    }
    .storeNav .navbar-header .collapse,
    .storeNav .navbar-toggle {
        display: block !important;
    }
    .storeNav .navbar-header {
        float: none;
    }
}

/*********************
 **  INVENÇÕES BY Q **
 *********************/

#h1_titulo_pagina {
    margin-top:10%;
    text-transform: uppercase;
    /* teste de sombra */
    text-shadow:2px 2px 4px #000;
}