#fixed-parent{

}
#theFixed {
  position:fixed;
  top:0px;
  width: 25%;
}
#footer{
    height: auto;
width: 100%;
}



/* TAMANHO LOGO -----------------------------------*/
#site-logo #site-logo-inner {
     max-width: 250px;
     width: 250px;
}



#site-logo #site-logo-inner a:hover img {
  -moz-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
}






/* RETIRA LINK NAV MENU CURRENT PAGE -----------------------------------
li.current-menu-item {
	pointer-events: none;
	}
*/

/* HIDE CAPCHTA -----------------------------------*/
.grecaptcha-badge {
 display: none !important;

}


/* LINKS -----------------------------------*/
.link-verde a:hover {
color: #84bd00 !important;
transition: .2s ease !important;

}

/* REMOVE LINHA OUTLINE LINKS -----------------------------------*/
a:hover, a:active, a:focus {
     outline: 0 none !important;
     -moz-outline: 0 none !important;
}
html {
     scroll-behavior: smooth;
}


#site-header {
     position: absolute !important;
     display: flex !important;
     align-items: center !important;
     justify-content: space-between !important;
     transition: padding 100ms ease !important;
     transition: .1s ease !important;
     padding: 10px 0px !important;
}

#site-header.sticky {
	position: fixed!important;
     padding: 0px 0px !important;
     transition: .1s ease !important;
     top: 0px !important;
    height: 100px !important;
	z-index: 999999 !important;
	box-shadow: 0px -10px 50px rgba(0, 0, 0, 0.5) !important;
}

/* ANIMATE--------------------------------- */
/* PRELOADER--------------------------------- */
/** Body Overlay **/
body #load {
     display: block;
     height: 100%;
     overflow: hidden;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 999999999999;
     opacity: 1;
     background-color: #fff;
     visibility: visible;
     -webkit-transition: all .25s ease-out;
     transition: all .25s ease-out;
}
body #load.loader-removed {
     opacity: 0;
     visibility: hidden;
	  -webkit-transition: all .1s ease-out;
     transition: all .1s ease-out;
}

.spinner-loader .load-wrap {
     background-image: url("../img/pre-loader.gif");
     background-position: center center;
     background-repeat: no-repeat;
     text-align: center;
     width: 100%;
     height: 100%;
}



/* FADE ENTRE PÁGINAS--------------------------------- */
html {
    animation: fadeSiteIn 0.2s ease forwards; /* [1] */
}

html.fadeSiteOut {
  animation:  fadeSiteOut 0.2s ease forwards; /* [2] */
}


@keyframes fadeSiteIn { /* [1] */
    from   { opacity: 0; }
    to    { opacity: 1; }
}

@keyframes fadeSiteOut { /* [2] */
    from   { opacity: 1; }
    to     { opacity: 0; }
}





/* FIX OF UGLY SELECT */
SELECT {
    background: url("data:image/svg+xml,<svg height='15px' width='15px' viewBox='0 0 16 16' fill='%23A47D28' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 2rem !important;
	height: 50px !important;
}



/* CF7 E-mail--------------------------------- */
.theme_1.wpcf7-form input.error, .theme_1.wpcf7-form select.error, .theme_1.wpcf7-form textarea.error {
     border-bottom: 0px !important;
     border: 2px solid #84bd00 !important;
     outline: none !important;
     color: #808080 !important;
}
span.wpcf7-list-item {
     display: block !important;
     margin: 0 0 0 0 !important;
     color: #999 !important;
}
form input[type="checkbox"] {
     margin: -8px 10px 0 0 !important;
     box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
}
input[type="checkbox"] {
    /* remove standard background appearance */
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
    /* create custom radiobutton appearance */
     display: inline-block;
     width: 30px;
     height: 30px;
     padding: 6px;
    /* background-color only for content */
     background-clip: content-box;
     border: 2px solid #E8E8E8 !important;
     background-color: #fff;
}
/* appearance for checked radiobutton */
input[type="checkbox"]:checked {
     background-color: #84bd00;
     transition: all cubic-bezier(.9,.9,.8,1.1) .4s;
}
input[type="checkbox"]:checked::before {
     display: none !important;
}
input[type="radio"] {
    /* remove standard background appearance */
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
    /* create custom radiobutton appearance */
     display: inline-block;
     width: 18px;
     height: 18px;
     padding: 20px;
    /* background-color only for content */
     background-clip: content-box;
     border: 2px solid #f1f1f1;
     background-color: #fff;
     border-radius: 50%;
     cursor: pointer;
     margin-right: 10px;
}
/* appearance for checked radiobutton */
input[type="radio"]:checked {
     background-color: #84bd00;
     transition: all cubic-bezier(.9,.9,.8,1.1) .4s;
}


input[type="submit"]{
width: 100% !important;
}

/* optional styles, I'm using this for centering radiobuttons */
.flex {
     display: flex;
     align-items: center;
}



/* WOOCOMMERCE ------------------------------------------------- */ 
.wcmenucart-cart-icon .wcmenucart-count {
  border: 2px solid #F8E1B1 !important;
  color: #F8E1B1 !important;
}

.wcmenucart-cart-icon .wcmenucart-count::after {
  border: 2px solid #F8E1B1 !important;
}


/* CHECKOUT PAGE------------------------------------------------- */ 
.is-large .wc-block-checkout__sidebar {
    top: 150px !important;
}




/* BANNER PRINCIPAL--------------------------------- */
 #banner-principal{
     overflow: hidden;
     width: 100%;
     height: 700px;
}
.container-banner{
     overflow: hidden;
     position: relative;
     height: 700px;
}
.imagem-banner-principal{
     display: inline-block;
     overflow: hidden;
}
.imagem-banner-principal img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.conteudo-banner-principal {
position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



 .owl-dots {
     width: 100% !important;
  position: absolute;
  text-align: right;
  bottom: 25px;
  right: 5%;

}
.owl-dots.active {
     background: #ffa60a !important;
}
.owl-dot {
     width: 10px !important;
  height: 10px !important;
  background-color: #fff !important;
  display: inline-block !important;
  transition: .3s ease;
  border-radius: 50px !important;
  margin-left: 40px;
}

.owl-dot.active {
   background-color: #000 !important;
     transition: .3s ease;
   
}
 .imagem-banner-principal-mobile {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
     display: inline-block;
     overflow: hidden;
     display: none;
}
 .owl-carousel .animated {
     animation-duration: 500ms !important;
     animation-fill-mode: both !important;
}



.owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
      background: #2caae1;
  }


  .owl-carousel .item {
      text-align: center;
  }
  .owl-carousel .nav-btn{
      height: 52px;
      position: absolute;
      width: 52px;
      cursor: pointer;
      top: 300px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      background: url(../img/nav-icon-left.png) no-repeat scroll 0 0;
      left: 25px;
	  transition: all 0.2s ease-out;
	 
  }
  .owl-carousel .next-slide{
      background: url(../img/nav-icon.png) no-repeat scroll 0px 0px;
      right: 25px;
	  transition: all 0.2s ease-out;
	
  }
  .owl-carousel .prev-slide:hover{
     transform: scale(0.8);
	 transition: all 0.2s ease-out;
	  
  }
  .owl-carousel .next-slide:hover{
     transform: scale(0.8);
	 transition: all 0.2s ease-out;
	  
  }

  span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
  }
  span.img-text:hover {
    color: #2caae1;
  }






/* RODAPÉ --------------------------------------------------- */
#menu-rodape ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu-rodape a{
	font-family: 'Oswald';
	font-size: 16px;
	text-transform: uppercase;
}

#link-rodape a{
	
color: #F8E1B1;
}


/* PRODUTO SINGLE --------------------------------------------------- */
.owp-product-nav li a.owp-nav-link {
  border-radius: 30% !important;
}


.logo-visto {
  max-width: 60px !important;
}


/* CARRINHO --------------------------------------------------- */
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-family: 'Oswald' !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  color: #1D140B !important;	
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name a {
  color: #FF800F !important;	
}

.wc-block-components-button:not(.is-link) {
  border-radius: 8px !important;
}








@media only screen and (max-width: 1600px) {

	
	
}

@media only screen and (max-width: 1400px) {


	
	
}

@media only screen and (max-width: 1200px) {

	

}


@media only screen and (max-width: 960px) {

	

}


@media only screen and (max-width: 768px) {


	
	
}

@media only screen and (max-width: 450px) {

   .imagem-banner-principal-mobile {
         display: block;
    }
     .imagem-banner-principal {
         display: none;
    }
	
	/* TAMANHO LOGO -----------------------------------*/
#site-logo #site-logo-inner {
     max-width: 130px;
     width: 130px;
}
	
}
