/* ==========================================================================
   Global
   ========================================================================== */ 
.container{
    position: relative;
}

.container.full{
    width:100%;
    /*min-width: 1150px;*/
    /*overflow: hidden;*/
}

.container.center{
    width:1100px;
    margin:0 auto;
}
.center-absolute {
    width: 1125px;
    position: absolute;
    left: 50%;
    margin-left: -562.5px;
}
img:not(.text img){
    width:100%;
    height:auto;
}
ul{
    list-style:none;
    padding: 0px;
    margin: 0;
}
*{
      margin: 0px;
    padding: 0px;
}
a:link {
    text-decoration: none;
    color:inherit;
}

a:visited {
    text-decoration: none;
    color:inherit;
}

a:hover {
    text-decoration: none; 
    color:inherit;
}

a:focus {
    text-decoration: none;
    color:inherit;
}

a:active {
    text-decoration: none;
    color:inherit;
}
.no-overflow{
  overflow: hidden;
}
.hamburger{
    width: 35px;
    height: 27px;
    position: absolute;
    right: 40px;
    display: none;
    top: 53px;
    pointer-events:none;
    opacity: 0;
    transform:translateX(0px);
}
.no-transform{
  transform:none !important;
}
.hamburger div{
    width: 100%;
    height: 4px;
    border-radius: 5px;
    margin: 17% auto;
    background-color: #06417A;
}
.menu-button.close{
    transform:translateX(0px);
display: none;
    width: 35px;
    height: 27px;
    right: 40px;
    top: 69px;
    position: absolute;
    opacity: 0;
}
.menu-button.close:before{
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 45px;
    background-color: white;
    top: -21px;
    left: -6px;
}
.menu-button.close div {
    width: 100%;
    position: absolute;
    height: 4px;
    border-radius: 5px;
    background-color: #06417A;
    transform: rotate(45deg);
}
.menu-button.close div:first-child {
    transform: rotate(-45deg);
}
.aligner {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -5px;
    width: auto !important;
}
.align-middle{
    display: inline-block;
    vertical-align: middle;
}
.text ul{
    padding: 10px 0px 0px 27px;
    list-style: disc;
  }
.text ol {
    padding: 10px 0px 0px 27px;
}
ul.post-list {
  padding: 0px !important;
    list-style: none !important;
}
.text-align-right{
  text-align: right;
}
.text-align-center{
  text-align: center;
}
.uppercase{
  text-transform: uppercase;
}


.of-hidden{
  overflow: hidden;
}

.button{
    display: inline-block;
    padding: 4px 20px 6px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    border: 1px solid #58595B;
    border-radius: 20px;
    color: #58595B;
    outline: none !important;
}
.button.white-border,
.dark-bg .button,
.normal-bg .button{
    border: 1px solid white;
    color: white;
}
.button.small{
  padding: 5px 7px 3px;
  font-size: 13px;
}
.button:hover{
  background-color: #58595B;
  color:white;
}
.button.white-border:hover,
.dark-bg .button:hover,
.normal-bg .button:hover{
  background-color:white;
  color:#14B2DE;
}


.button.white{
  background-color: white;
  color:#58595B;
  border-radius: 0px;
  padding: 6px 10px 6px 10px;
  border:none;
}
.button.white:hover{
  background-color: #52C7E2;
  color:white;
}
.no-margin{
  margin:0px !important;
}

/* ==========================================================================
   typography
   ========================================================================== */
body{
  font-family: 'Dinpo';
  font-kerning: normal;
  -webkit-font-smoothing: antialiased !important; 
  -moz-osx-font-smoothing: grayscale;
  color:#161A1B;
  font-size: 15px;
  line-height: 1.5em;
  overflow-x:hidden;
}
.text a {
    color: #2DA7C3;
}
.text a:hover{
  color:inherit;
}
.scp{

}
.text{
  font-size: 15px;
  line-height: 1.5em;
}
h1{

}
h2{

}

h3 {

}
h4{

}
b, strong {
  font-weight: 600;
}
p {
  margin: 0px;
}
/* ==========================================================================
   MAIN COLS
   ========================================================================== */
.main-col.left{
  width: 325px;
  margin-right: 50px;
  display: inline-block;
  vertical-align: top;
  position:relative;
}
.main-col.right{
  width: 715px;
  display: inline-block;
  vertical-align: top;
  position:relative;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
  header{
    height: 140px;
    position: relative;
    overflow: visible;
  }
  header .container,
  header .main-col{
    height: 100%;
  }
  header .main-col.left{
    text-align: center;
  }
  header .main-col.left:after{
    content: "";
    position: relative;
    display: block;
    background: no-repeat url('../img/header-graphic.svg');
    background-size: 325px auto;
    background-position: center -29px;
    height: 55px;
    z-index: 1;
  }
  header .logo{
    display: inline-block;
    vertical-align: middle;
    width: 156px;
    height: 100%;
    position: relative;
    margin: 27px 0px -27px 0px;
  }
  header .logo h1{
    width:100%;
    height:100%;
    position: relative;
    text-indent: -99999px;
  }
  header .logo h1 a{
    position: relative;
    display: block;
    width:100%;
    height:100%;
    background: no-repeat url('../img/logo.png');
    background-size: contain;
    z-index:1000;
  }
  @media 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 2dppx) { /* Retina Display*/
    header .logo h1 a{
      background: no-repeat url('../img/logo@2x.png');
      background-size: contain;
    }
  }
header nav{
  text-transform: uppercase;
  font-size:16.5px;
  font-weight: 600;
  color:#808284;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
}
header nav > ul > li{
  position: relative;
  display: inline-block;
  margin-left: 25px;
  padding-bottom: 15px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 15;
}
header nav > ul > li:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left:0px;
  width: 100%;
  height: 0px;
  background-color: #12C3F3;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  opacity: 0;
}
header nav > ul > li:hover:after{
  height: 5px;
  opacity: 1;
}
header nav > ul > li.current_page_item:after,
header nav > ul > li.current-menu-item:after,
header nav > ul > li.current-page-ancestor:after
{
  height: 5px;
  opacity: 1;
}
header nav > ul > li.current_page_item,
header nav > ul > li.current-menu-item,
header nav > ul > li.current-page-ancestor{
  font-weight: 800;
  color:#064179;
}
header nav > ul > li > ul{
  position: absolute;
  padding-top: 35px;
  transform:translateY(-10px);
  -webkit-transform:translateY(-10px);
  -moz-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
  -o-transform:translateY(-10px);
  opacity: 0;
  display: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
header nav > ul > li > ul.active{
  pointer-events:all;
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  opacity: 1;
}
header nav > ul > li > ul > li a{
  display: block;
  margin: 1px 0px;
  padding: 3px 12px;
  background-color: #e6e7e8;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
header nav > ul > li > ul > li:hover a{
  background-color: #00AAE7;
  color:white;
}
header nav > ul > li > ul > li.current-menu-item a{
  background-color: #00AAE7;
  color:white;
  font-weight: 500;
}
.header-store-buttons{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  color:white;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  height: 60px;
}
.header-store-buttons .login-button,
.header-store-buttons .cart-button{
  display: inline-block;
  vertical-align: middle;
  background-color: #52C7E2;
  height: 100%;
  margin: 0px -4px;
  cursor: pointer;
}
.header-store-buttons .login-button:hover,
.header-store-buttons .cart-button:hover{
  background-color: #064179;
}
.header-store-buttons .aligner{
  margin-right: 0px;
}
.header-store-buttons .login-button .inner,
.header-store-buttons .cart-button .inner{
  padding: 10px 20px;
  min-height: 25px;
}
.header-store-buttons .button-text-wrapper{
  display: inline-block;
  vertical-align: middle;

}
.header-store-buttons span.qtd {
 background-color: #064179;
    border-radius: 100%;
    width: 19px;
    height: 19px;
    display: inline-block;
    font-weight: 800;
    font-size: 12px;
    line-height: 19px;
    vertical-align: middle;
    color: white;
    position: relative;
    text-align: CENTER;
    top: -2px;
    margin-left: 6px;
    margin-right: -7px;
}
.header-store-buttons .cart-button:hover .qtd {
    color: #064179;
    background-color: white;
}
.header-store-buttons .cart-button .button-text {
    margin-bottom: -6px;
}


.header-store-buttons .current-price{

}
.header-store-buttons .cart-button .icon{
  position: relative;
  display: inline-block;
  width: 27px;
  vertical-align: top;
  top: 1px;
  margin-right: 6px;
}
.header-store-buttons .sep{
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: white;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}



/* ==========================================================================
  HEADER SLIDER
========================================================================== */


.main-slider{
  height: 450px;
  height: calc(100vh - 122px);
}
.std-page-slider{
    height: 440px;
    height: 37vh;
}
.header-slider .item,
.header-slider .item .image,
.owl-wrapper-outer,
.owl-wrapper,
.owl-item{
  height: 100%;
}
.header-slider .item .image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.header-slider .caption-wrapper{
  height: 100%;
  text-align:left;
}
.header-slider .caption{
  bottom:50%;
  width: 40%;
  text-align:left;
  margin-left: 7.9%;
}
.header-slider .caption.showup.alone{
    margin-top: 50px;
  }
.header-slider .caption > div{
  opacity:0;
  transform:translateX(-10px);
  -webkit-transform:translateX(-10px);
  -moz-transform:translateX(-10px);
  -ms-transform:translateX(-10px);
  -o-transform:translateX(-10px);
}
.header-slider .caption.showup > div{
  opacity:1;
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
  -moz-transform:translateX(0px);
  -ms-transform:translateX(0px);
  -o-transform:translateX(0px);
}
.header-slider .caption-wrapper .caption-title{
  line-height: 1.2em;
  font-weight: 400;
  color: white;
  font-size: 25px;
  margin-bottom: 10px;
}
.header-slider .normal-bg .caption-wrapper .caption-title {
    color: #0d9bda;
}
.header-slider .caption-wrapper .caption-text{
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  color:#7A6958;
}
.header-slider .owl-controls {
  z-index: 1000;
  position: absolute;
  bottom: 8%;
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  text-align: left;
}
.std-page-slider .owl-controls {
    display: none !important;
}
.owl-pagination {
  display: inline-block;
  width: 39.7%;
  margin-left: 7.8%;
  text-align: left;
}
.header-slider .owl-page{
  width: 25px;
  height: 25px;
  background-color: white;
  display: inline-block;
  opacity: 1;
  border-radius: 100%;
  margin-right: 10px;
}

.header-slider .owl-page.active:after{
  content:"";
  width: 17px;
  height: 17px;
  border-radius: 100%;
  margin-left: 4px;
  margin-top: 4px;
  background-color: #0d9bda;
  position: absolute;
}
.std-page-slider .owl-controls {
    bottom: 24%;
}
.std-page-slider .owl-pagination {
    width: auto;
    text-align: right;
    margin-right: 10px;
}
.std-page-slider  .caption-wrapper {
    display: none;
}
.std-page-slider .owl-page {
    width: 19px;
    height: 19px;
    margin-left: 15px;
    margin-right: 0px !important;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f3+6,e7e8e9+100 */
      background: #eaf5f9;
  /*background: #f2f2f3;
  background: -moz-linear-gradient(left,  #f2f2f3 6%, #e7e8e9 100%); 
  background: -webkit-linear-gradient(left,  #f2f2f3 6%,#e7e8e9 100%); 
  background: linear-gradient(to right,  #f2f2f3 6%,#e7e8e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f3', endColorstr='#e7e8e9',GradientType=1 ); */
  margin-top: 10px;
  overflow: hidden;
}
.footer-graphic{
  position: absolute;
    display: block;
    width: 330px;
    height: 100%;
    background: no-repeat url('../img/footer-graphic.svg');
    background-size: auto 101%;
    background-position: -20px center;
    z-index: 1;
    opacity: 0.9;
}
footer .main-col.left{
  text-align: center;
}
footer .logo-gs{
  position: relative;
  display: inline-block;
  width: 139px;
  height: 125px;
  background: no-repeat url('../img/logo.png');
  background-size: contain;
  z-index: 1;
  left: 33px;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 2dppx) { /* Retina Display*/
  footer .logo-gs{
    background: no-repeat url('../img/logo@2x.png'); 
    background-size: contain;
  }
}
footer .main-col.left{
  text-align: center;
}
footer .main-col{
  vertical-align: middle !important;
}
footer .main-col.right .sub-col{
  width: 39%;
  display: inline-block;
  vertical-align: top;
  color:#58595B;
  text-transform: uppercase;
  padding: 60px 0px;
}
footer .main-col.right .sub-col.cta{
  width: 20.5%;
}
.footer-parent-page-title{
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
}
.footer-child-pages{
  font-size: 14px;
  font-weight: 400;
}
.footer-child-pages a:hover{
  color:#14B2DE;
}
footer .cta-message-wrapper{

}
footer .cta-message-title{
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}
footer .cta-message-wrapper .button{
padding-right: 52px;
}


/* ==========================================================================
   HOME
   ========================================================================== */
.main-featured-page{
  margin-top: 10px;
}
.main-featured-page-cta{
  position: relative;
  background-color: #52C7E2;
  color:white;
  width: 33.3%;
  padding-top: 33.3%;
  float: left;
  text-align: center;
}
.main-featured-page-cta .inner{
  position: absolute;
  top:0px;
  width: 100%;
  height: 100%;
}
.main-featured-page-cta .inner .align-middle{
  width: 310px;
  text-align: left;
}
.main-featured-page-title h2{
  font-size: 44px;
  line-height: 48px;
  font-weight: 400;
}
.main-featured-page-cta .button{
  margin-top: 25px;
}
.main-featured-page-image{
  width: 66.7%;
  padding-top: 33.3%;
  float: left;
  background-size: cover;
  background-position: center;
}
.other-featured-pages-wrapper{
  margin-top: 10px;
  color:white;
}
.other-featured-page-large{
  position: relative;
  width: 66.7%;
  width: calc(66.7% - 5px);  
  padding-top: 33.3%;
  margin-right: 5px;
  float: left;
  background-size: cover;
  background-position: center;
}
.other-featured-page-small{
  position: relative;
  width: 33.3%;
  width: calc(33.3% - 5px);  
  padding-top: 33.3%;
  margin-left: 5px;
  float: left;
  background-size: cover;
  background-position: center;
}
.other-featured-pages-wrapper .inner{
  position: absolute;
  top:0px;
  width: 100%;
  height: 100%;
}
.other-featured-page-large .inner{
  text-align: left;
}
.other-featured-page-small .inner{
  text-align: center;
}
.other-featured-page-large .inner > div{
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  margin-left: 3%;
}

.other-featured-page-small .inner > div{
  width: 77%;
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}
.other-featured-page-title{
  background-color: #52C7E2;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.other-featured-page-title h2{
  font-size: 44px;
  line-height: 48px;
  font-weight: 400;
}
.other-featured-page-title div{
  padding: 15px 90px 30px 30px
}
.other-featured-pages-wrapper .button{
  margin:0px 0px 30px 30px;
}
/* ==========================================================================
   PAGE STANDART
   ========================================================================== */
  .title-tab-wrapper{
    height: 0px;
  }
  .title-tab-wrapper .main-col.right {
    
  }
  .title-tab{
    background-color: #52C7E2;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
    bottom:0px;
    width: 100%;
    text-transform: uppercase;
  }
  .title-tab h1{
   /* color:white;
    font-size: 31px;
    line-height: 1.2em;
    font-weight: 800;
    padding: 25px 80px 27px 28px !important;*/
    color: white;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 800;
    padding: 10px 80px 10px 28px !important;
  }

  .parent-title{
    position: relative;
    border-top: 2px solid #D1D2D4;
    border-bottom: 2px solid #D1D2D4;
    margin-top: 70px;
  }
  .parent-title h3{
    font-size: 30px;
    line-height: 33px;
    padding: 6px 50px 8px 0px;
    color: #064179;
  }
  .parent-title .arrow{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .side-menu,
  .product-categories{
    margin-top: 14px;
  }
  .side-menu.from-children,
  .product-categories.from-children{
    margin-top: 0px;
  }
  .side-menu > ul{
  }
  .side-menu > ul > li,
  .product-categories > li{
    font-size: 16px;
    font-weight: 800;
    color:#939597;
    text-transform: uppercase;
        padding: 3px 0px;
  }
  .side-menu > ul > li a,
  .product-categories > li a{
  position: relative;
  -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  }
  .side-menu > ul > li.active-parent,
  .product-categories > li.current-cat-parent{
    color:#52C7E2;
  }
  .side-menu > ul > li.active:before,
  .side-menu > ul > li.active-parent:before{
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    left: -22px;
    margin-top: 4px;
    background-color: #52C7E2;
  }
  
/*  .product-categories > li.cat-parent > a:before{
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 3px;
    border-radius: 14px;
    left: -21px;
    margin-top: 9px;
    background-color: #52C7E2;
  }
 
  .product-categories > li.cat-parent > a:after{
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 13px;
    border-radius: 14px;
    left: -16px;
    top: 4px;
    background-color: #52C7E2;
  }
  
  .product-categories > li.cat-parent.current-cat > a:after,
  .product-categories > li.cat-parent.current-cat-parent > a:after{
    content: "";
    display: none;
    position: absolute;
    width: 3px;
    height: 13px;
    border-radius: 14px;
    left: -16px;
    top: 4px;
    background-color: #52C7E2;
  }*/
  .plus-show-more{
width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: -21px;
    padding-top: 3px;
  }
  .plus-show-more .v {
    display: block;
    position: absolute;
    width: 3px;
    height: 13px;
    border-radius: 14px;
    left: 5px;
    margin-top: 0px;
    background-color: #52C7E2;
    opacity: 1;
  }
  .plus-show-more .h {
    display: block;
    position: absolute;
    width: 13px;
    height: 3px;
    border-radius: 14px;
    left: 0px;
    margin-top: 5px;
    background-color: #52C7E2;
    opacity: 1;
  }
  .plus-show-more:hover .h,
  .plus-show-more:hover .v{
    background-color: #064179;
  }
  .plus-show-more.showing .v{
    opacity: 0;
  }
  .plus-show-more.active-cat-not-showing .v{
    opacity: 0;
  }

ul > li > ul .plus-show-more {
    width: 15px;
    height: 15px;
    left: -16px;
}
ul > li > ul .plus-show-more .v {
    width: 2px;
    height: 8px;
    margin-top: 2px;
    left: 6px;
}
ul > li > ul .plus-show-more .h {
    width: 8px;
    height: 2px;
    left: 3px;
}
ul > li > ul ul .plus-show-more .v,
ul > li > ul ul .plus-show-more .h {  
  background-color: #797878;
}
  ul.children {
    background-color: #F1F1F1;
    padding: 10px 20px;
    color: #939597 !important;
    margin-top: 7px;
    position: relative;
  }
  ul.children:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    background: #F1F1F1;
    top: -3px;
    transform: rotate(45deg);
}
  ul.children li{
    font-weight: 600;
  }
   ul.children ul.children {
margin-top: 7px;
    background-color: #D4D5D6;
    color: #797878 !important;
    width: 100%;
    left: -10.4%;
  }
  ul.children ul.children .current-cat-parent a,
  ul.children ul.children .current-cat a{
    font-weight: 800;
    color:white;
  }
  ul.children ul.children:before{
    background-color: #D4D5D6;
  }
     ul.children ul.children ul.children{
margin-top: 7px;
    background-color: #c7c7c7;
    
    width: 100%;
    left: -7.1%;
  }
  ul.children ul.children ul.children:before{
    background-color: #c7c7c7;
  }
  .side-menu > ul > li > ul,
  .product-categories > li > ul{
    font-size: 14px;
    font-weight: 400;
    color:#939597;
    text-transform: uppercase;
    display: none;
    margin-bottom: 15px;
  }
  .side-menu > ul > li.active > ul,
  .product-categories > li.current-cat > ul,
  .side-menu > ul > li.active-parent > ul,
  .product-categories > li.current-cat-parent > ul,
  .product-categories > li.show-children > ul{
    display: block;
  }
  .product-categories > li.hide-children > ul{
    display: none;
  }
  .product-categories > li > ul > li > ul{
    display: none;
  }
  .product-categories > li > ul > li.current-cat > ul,
  .product-categories > li > ul > li.current-cat-parent > ul,
  .product-categories > li > ul > li.show-children > ul{
    display: block;
  }
  .product-categories > li > ul > li.hide-children > ul{
    display: none;
  }
  .product-categories > li > ul > li > ul ul{
    display: none;
  }
  .product-categories > li > ul > li > ul > li.current-cat ul,
  .product-categories > li > ul > li > ul > li.current-cat-parent > ul,
  .product-categories > li > ul > li > ul > li.show-children > ul{
    display: block;
  }
  .product-categories > li > ul > li > ul > li.hide-children > ul{
    display: none;
  }
  .side-menu > ul > li > ul > li{

  }
  .side-menu > ul > li > ul > li div{

  }
  .side-menu > ul > li > ul > li > ul,
  .product-categories > li > ul > li > ul{
    margin-left: 10px;
  }
  .side-menu ul li a:hover,
  .product-categories li a:hover,
  .side-menu ul li.active > a,
  .product-categories li.current-cat > a,
  .product-categories li.current-cat-parent > a{
    color:#52C7E2;
  }
  ul.children ul.children li a:hover{
    color:white;
  }
.children .children {
    margin-bottom: 8px;
}

.children .children li {
    font-size: 13px;
    line-height: 19px;
}
  .breadcrumbs{
    margin-top: 10px !important;
  }
  .breadcrumbs span{
    color:#58595B;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    display: inline-block;
  }

  .breadcrumbs .current-item span,
  .woocommerce-breadcrumb > span:last-child{
    font-weight: 800;
  }

  .breadcrumbs .breadcrumbs-sep{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #58595B
  }
  .page-content,
  .page-std .content{
    margin:30px 0px 60px;
  }

/* ==========================================================================
   CONTACTOS
   ========================================================================== */
.phone-number-wrapper {
  font-size: 33px;
  font-weight: 800;
  margin: 14px 0px 35px;
  color: #52C7E2;
}
.phone-number-label {
  font-size: 16px;
  font-weight: 800;
  color: #52C7E2;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.contact-page-address{
  font-size:14px;
  color:#939597;
}
div.wpcf7{
  width: 100%;
  text-align: left;
  position: relative;
  margin: 19px auto 31px;
}
div.wpcf7 form input, div.wpcf7 form textarea {
  font-family: 'Dinpo';
  width: 96%;
  height: 100%;
  border: none;
  background-color: #F1F2F2;
  color: #001E31;
  font-size: 18px;
  outline: none;
  font-weight: 400;
  margin: 5px auto;
  padding: 6px 2% 7px;
}
div.wpcf7 form textarea {
  height: 160px;
  padding-top: 5px
}
div.wpcf7 form input[type='submit']{
  display: inline-block;
  width: auto !important;
  padding: 6px 20px 6px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid #58595B;
  border-radius: 16px;
  color: #58595B;
  background-color: transparent;
  cursor: pointer;
}
div.wpcf7 form input[type='submit']:hover{
  background-color: #00AAE7;
  border: 1px solid #00AAE7;
  color:white;
}
div.wpcf7 form .ajax-loader{
  position: absolute;
  width: 17px;
  margin-top: 13px;
  left: 94px;
}
div.wpcf7 form .wpcf7-not-valid-tip {
  color: #ED6464;
  font-size: 13px;
  line-height: 19px;
  background: white;
  font-weight: 400;
  padding: 5px 7px;
  display: block;
  position: absolute;
  /*margin-top: -34px;*/
  right: 0%;
  /*width: 150px;*/
}
.your-message .wpcf7-not-valid-tip {
  margin-top: -189px !important;
  position: absolute;
}
div.wpcf7 form .wpcf7-validation-errors {
  border: none;
  border-left: 4px solid #f7e700;
  background: white;
  font-weight: 400;
  margin: 20px 0px;
  padding: 7px 20px 7px 100px;
  font-size: 14px;
  line-height: 21px;
}
div.wpcf7 form .wpcf7-spam-blocked {
  border: none;
  border-left: 4px solid #f7e700;
  background: white;
  font-weight: 400;
  margin: 20px 0px;
  padding: 7px 20px 7px 60px;
  font-size: 14px;
  line-height: 21px;
}
div.wpcf7 form .wpcf7-mail-sent-ng {
  border: none;
  border-left: 4px solid #F23B3B;
  background: white;
  font-weight: 400;
  margin: 20px 0px;
  padding: 7px 20px 7px 100px;
  font-size: 14px;
  line-height: 21px;
}
div.wpcf7 form .wpcf7-mail-sent-ok{
  border: none;
  border-left: 4px solid #398f14;
  background: white;
  font-weight: 400;
  margin: 20px 0px;
  padding: 7px 20px 7px 100px;
  font-size: 14px;
  line-height: 21px;
}
::-webkit-input-placeholder {
  color: #A7A9AC;
  text-transform: uppercase;
}
:-moz-placeholder {
  color: #A7A9AC;  
  text-transform: uppercase;
}
::-moz-placeholder {
  color: #A7A9AC;  
  text-transform: uppercase;
}
:-ms-input-placeholder {  
  color: #A7A9AC;  
  text-transform: uppercase;
}

/* ==========================================================================
   WOOCOMMERCE
   ========================================================================== */

/* ========== ARCHIVES PAGE */

.woocommerce ul.products{
  margin-top: 37px !important;
  text-align: left;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 2.1% 20px 0px !important;
  width: 31% !important;
  text-align: center;
      display: inline-block;
    vertical-align: top;
    float: none !important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last,.woocommerce ul.products li:nth-child(3n+3), .woocommerce-page ul.products li:nth-child(3n+3){
  margin-right: 0px !important;
}
ul.products li.inactive{
  transform:translateY(10px);
  opacity: 0;
}
ul.products li{
  transform:translateY(0px);
  opacity: 1;
   -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.woocommerce ul.products li.product h3 {
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #58595B;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button{
  display: inline-block;
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -57px;
  padding: 3px 23px 4px !important;
  text-transform: uppercase;
  font-weight: 800 !important;
  font-size: 14px !important;
  border: 2px solid #52C7E2 !important;
  border-radius: 33px !important;
  background-color: white !important;
  color: #52C7E2 !important;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.woocommerce ul.products li.product .button:hover, .woocommerce-page ul.products li.product .button:hover{
  color:white !important;
  background-color: #52C7E2 !important;
}
.woocommerce ul.products li.product:hover .button, .woocommerce-page ul.products li.product:hover .button{
  opacity: 1;
}

.woocommerce ul.products li.product .price {
    color: #52C7E2 !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    margin-top: 7px !important;
}
.woocommerce ul.products li.product .price.loop .amount{
/*  font-size: 25px !important;
  display: block;*/
  font-size: 21px !important;
    /* display: block; */
}
.woocommerce ul.products li.product .price del{
    font-size: 16px !important;
}
.woocommerce ul.products li.product .price ins{
  text-decoration: none;
}
.product-category.product .count {
    display: block;
    background-color: transparent;
    color: #52C7E2;
    font-weight: 900 !important;
    font-size: 17px;
    line-height: 22px;
}
.woocommerce span.onsale {
  background-color: #52C7E2 !important;
  position: absolute;
  z-index: 12;
  width: 70px !important;
  height: 70px !important;
  text-transform: uppercase;
  line-height: 73px !important;
  font-size: 11px !important;
  right: -5px !important;
  top: -5px !important;
}
.shop-archive-image{
  width: 100%;
  padding-top: 100%;
  border-radius: 20px;
  border: 2px solid #D1D2D4;
  background-color: #D1D2D4;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin-bottom: 1em;
}
.shop-archive-image.loaded{
  background-color: transparent;
}
.shop-archive-image img{
  width: 100% !important;
  height: auto !important;
  margin: 0px !important;
  display: inline-block !important;
}
.shop-archive-image .image-wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top:0px;
  left: 0px;
}
.shop-archive-image.loaded .image-wrapper{
  opacity: 1;
}
.shop-archive-image .spinner {
  position: absolute;
  opacity: 1;
  width: 70px;
  height: 15px;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -35px;
}
.shop-archive-image .spinner > div {
  background-color: white;
}

.shop-archive-image.loaded .spinner{
  opacity: 0;
}
.woocommerce ul.products li.product:hover .shop-archive-image div, .woocommerce-page ul.products li.product:hover .shop-archive-image div{
  opacity: 0.5;
}
.product-category.product img{
  -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.product-category.product:hover img{
  opacity: 0.5;
}
#load-it, #load-it-single {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -1px;
  overflow: hidden;
}
.show-more-btn{
  position: relative;
  display: block;
  background-color: #F1F2F2;
  padding: 10px 0px 12px;
}
.show-more-btn .label{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 800;
  color:#939597;
  text-transform: uppercase;
}
.show-more-btn .spinner{
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  margin-left: -35px;
  top: 0px;
  top: 15px;
  opacity: 0;
  pointer-events:none;
}
.show-more-btn.loading .label{
  opacity: 0;
}
.show-more-btn.loading .spinner{
  opacity: 1;
}
.show-more-btn.no-posts{
  display: none;
}
/* ========== SINGLE PAGE */
.woocommerce .product .sidebar-custom{
background-color: #F1F2F2;
    margin-top: 0px;
    overflow: visible;
    margin-right: 0px;
    margin-left: 56px;
}

.woocommerce .product .sidebar-custom > *{
  padding-left: 15px;
  padding-right: 15px;
}
button.single_add_to_cart_button{
/*      font-family: 'Dinpo';
background-color: #52C7E2 !important;
    border-radius: 10px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    position: absolute !important;
    top: 0px !important;
    right: 15px !important;
    padding: 30px 10px 13px 52px !important;
    white-space: normal !important;
    width: 147px;
    text-align: left !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 15px !important;
    transform:translateY(-10px);
        -webkit-transition: all 0.2s ease-out;  
     -moz-transition: all 0.2s ease-out;  
       -o-transition: all 0.2s ease-out;  
          transition: all 0.2s ease-out;  */
              font-family: 'Dinpo';
    background-color: #52C7E2 !important;
    border-radius: 10px !important;
    padding: 13px 10px 13px 52px !important;
    white-space: normal !important;
    width: 147px;
    margin-top: 10px !important;
    text-align: left !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 15px !important;
    display: block !important;
    float:none !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/*button.single_add_to_cart_button:hover{
    transform:translateY(0px);
}*/
button.single_add_to_cart_button:before {
content: "";
    display: inline-block;
    position: absolute;
    width: 38px;
    vertical-align: middle;
    height: 30px;
    left: 8px;
    bottom: 14px;
    background-image: url(../img/cart-icon.svg);
    background-position: left;
    background-size: 35px;
    background-repeat: no-repeat;
}
.product .price {
    text-transform: uppercase;
    color: #97989A !important;
    font-size: 11px !important;
    font-weight: 600;
}
.product .price .amount{
    font-size: 15px !important;
}
.woocommerce div.product form span.price {
color: #808284 !important;
    display: block;
    width: 134px;
}
.woocommerce div.product form span.price .amount{
    font-weight: 600 !important;
    font-size: 33px !important;
    line-height: 33px;
}
.no-variation .price .amount {
    font-weight: 600 !important;
    font-size: 33px !important;
    line-height: 33px;
    position: relative;
}
.woocommerce-variation.single_variation {
    position: absolute;
}
.woocommerce .product .sidebar-custom .excerpt{
  color:#808284;
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
}
.woocommerce .product .sidebar-custom .excerpt .sku{
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce .product .sidebar-custom h1.product_title {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 26px;
    font-weight: 800;
    color: #064179;
    padding: 20px 10px 5px 0px !important;
    position: relative;
}
/*.woocommerce div.product form.cart .variations select {
    display: none !important;
}*/
.woocommerce .product .sidebar-custom .variations{
  margin-top: 35px;
}
.woocommerce .product .sidebar-custom .variation-item .label{
  color: #808284 !important;
  font-size:14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.woocommerce div.product form.cart div.quantity {
    float: none !important;
    margin: 0px !important;
}
.woocommerce .quantity .qty {
  width: 30px !important;
  background-color: white;
  display: inline-block;
  color: #808284 !important;
  font-size:14px;
  font-weight: 800;
  padding:1px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  border: none;
  font-family: 'Dinpo';
  font-kerning: normal;
  -webkit-font-smoothing: antialiased !important; 
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .product .sidebar-custom .variation-item{
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.variation-item .aba-select-attribute .attribute-choice{
  background-color: white;
  display: inline-block;
  color: #808284 !important;
  font-size:14px;
  font-weight: 800;
  padding:2px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  min-width: 18px;
}
.variation-item .aba-select-attribute .attribute-choice:hover{
  color:white !important;
  background-color: #98E3EA;
}
.variation-item .aba-select-attribute .attribute-choice.active{
  color:white !important;
  background-color: #52C7E2;
}

.woocommerce .product .sidebar-custom .variation-item.variation_pa_cor{
  display: block;
  vertical-align: top;
  margin-right: 0px;
  margin-bottom: 20px;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_cor .attribute-choice{
  width: 37px;
  height: 37px;  
  background-color: transparent;
  padding:0px;
  border: 2px solid #F1F2F2;
  position: relative;
      margin-right: 1px;
    margin-bottom: -4px;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_cor .attribute-choice .cor-box{
  width: 35px;
  height: 35px;
  top: 1px;
  left: 1px;
  position: relative; 
}

.woocommerce .product .sidebar-custom .variation-item.variation_pa_cor .attribute-choice:hover,
.woocommerce .product .sidebar-custom .variation-item.variation_pa_cor .attribute-choice.active{
  border: 2px solid #A7A9AC;
}
.attribute_pa_cor .choice-name{
  background-color: #52C7E2;
  padding: 0px 5px;
  display: inline-block;
  position: absolute;
  width: 80px;
  left: -2px;
  display: none;
  pointer-events:none;
  color:white;
}

.woocommerce .product .sidebar-custom .variation-item.variation_pa_cor .attribute-choice:hover .choice-name{
  display: block;
  z-index: 1000;
}
.attribute_pa_cor .choice-name:before{
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #52C7E2;
  left:10px;
  top:-2px;
  transform:rotate(45deg);
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo{
  margin-right: 0px;
  width: 100%;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice{
  background-color: transparent !important;
  display: block !important;
  text-align: left;
  position: relative;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice .icon{
display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice .choice-name{
  display: inline-block; 
  width: 190px;
  vertical-align: middle;
  color:#064179;
  font-size: 15px;
  font-weight: 800;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice .radio-button{
    position: absolute;
    right: 0px;
    top: 19px;
    width: 20px;
    height: 20px;
    border: 3px solid #A7A9AC;
    border-radius: 25px;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice .radio-button div{
    position: relative;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 25px;
    background-color: transparent;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice:hover .radio-button div{
    position: relative;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 25px;
    background-color: #52C7E2;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none !important;
    width: 100% !important;
    position: relative;
    margin-bottom: 50px !important;
}
.woocommerce div.product div.images .main-image{
  width: 529px !important;
  padding-top: 529px !important;
  display: inline-block !important;
  vertical-align: top !important;
  border-radius: 43px;
  overflow: hidden;
  border: 2px solid #D1D2D4;
  position: relative;
}
.woocommerce div.product div.images .main-image > .inner{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left:0px;
  text-align: center;
}
.woocommerce div.product div.images .main-image img {
    width: 100% !important;
    height: auto !important;
    display: inline-block !important;
    vertical-align: middle;
    border-radius: 41px;
    margin-left: -5px;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 0px !important;
  width: 167px;
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
  height: 536px;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product div.images div.thumbnails .thumbnails-slide{
  transform:translateY(0px);
}
.woocommerce div.product div.images div.thumbnails .thumb-image{
    border-radius: 20px;
    border: 2px solid #D1D2D4;
    margin-bottom: 16px;

    width: 100% !important;
    padding-top: 100% !important;
    width: calc(100% - 4px) !important;
    padding-top: calc(100% - 4px) !important;
    height: 100% !important;
    position: relative;
    overflow: hidden;
}
.woocommerce div.product div.images div.thumbnails .thumb-image > .inner{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left:0px;
  text-align: center;
}
 .woocommerce div.product div.images div.thumbnails .thumb-image img{
  width: auto !important;
  height: 100% !important;
  display: inline-block !important;
      vertical-align: middle;
      margin-left: 5px;
}
.thumbnails-navigation{
  top: 0px;
  position: absolute;
  width: 0px;
  height: 100%;
  right: 99px;
}
.go-up{
    width: 30px;
    height: 25px;
    top: -30px;
    position: absolute;
    cursor: pointer;
    transform:translateY(0px);
    opacity: 1;
}
.go-up:hover{
    transform:translateY(-3px);
}
.go-up.invisible{
  opacity: 0;
}
.go-down{
    width: 30px;
    height: 25px;
    bottom: -25px;
    position: absolute;
    cursor: pointer;
    transform:translateY(0px);
    opacity: 1;
}
.go-down:hover{
    transform:translateY(3px);
}
.go-down.invisible{
  opacity: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    display: block !important;
}

.woocommerce div.product .form-wrapper{
  position: relative;
  
}
.woocommerce .product #woocommerce_msg{
  border-bottom: 3px solid #a46497 !important;;
  border-bottom-color: #8fae1b !important;;
  border-top:none !important;
  margin-bottom: 0px !important;
  background-color: #f2f7dc !important;
  padding: 15px 20px 15px 30px !important;
  font-size: 14px;
  line-height: 18px;
}
.woocommerce-message:before {
  top: 1px !important;
  position: relative !important;
  left: auto !important;
  margin-right: 5px;
}
.woocommerce .product #woocommerce_msg .button{
/*    display: inline-block !important;
    padding: 7px 10px 5px 10px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    border: 1px solid #58595B !important;
    border-radius: 20px !important;
    color: #58595B !important;
    background-color: transparent !important;
    vertical-align: middle;
    margin: 0px;
    top: 12px;
    position: absolute !important;
    right: 11px;*/
        display: inline-block !important;
    padding: 7px 10px 5px 10px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    border: 1px solid #8fae1b !important;
    border-radius: 20px !important;
    color: #fff !important;
    background-color: rgb(143, 174, 27) !important;
    vertical-align: middle;
        margin: 0px 7px;
    /*top: 12px;
    position: absolute !important;
    right: 100px;*/
}
/*.woocommerce .product #woocommerce_msg .button.buy-more{
    right: 11px;
}*/
.woocommerce .product #woocommerce_msg .button:hover{
  background-color: #52C7E2 !important;
  color: white !important;
  border: 1px solid #52C7E2 !important;
}
/*.woocommerce div.product form.cart{
  position: relative;
}*/
.woocommerce .variations.hide{
  opacity: 0;
  height: 0px;
  overflow: hidden;
}

.woocommerce .ql-visual-attributes{
  margin-top: 30px;
  position: relative;
  display: none;
}
.woocommerce .variation_quantidade{
  margin-top: 0px;
}
.woocommerce .variation_quantidade.relative{
  margin-top: 30px;
  position: relative !important;
}
.picker-wrapper {
    margin-bottom: 30px;
    display: inline-block;
        width: 100%;
}
.woocommerce .picker-wrapper.pa_cor{
  width: 100%;
}
.picker-wrapper.pa_altura {
    margin-right: 15px;
}
.woocommerce .variations {
    display: none !important;
    height: 0px;
    overflow: hidden;
}
/*.woocommerce .picker-wrapper.pa_tamanhos{
  position: relative;
  margin-left: 120px;
}*/
.flexbox .picker-wrapper.pa_tamanhos{
    min-width: 100px;
    height: 54px;
    margin: 0px !important;
    margin-bottom: 30px !important;
    vertical-align: top;
}
.flexbox .picker-wrapper.pa_tamanhos .va-pickers:before{
content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 4px;
    top: 9px;
    border-top: 6px solid #064179;
}
.flexbox .picker-wrapper.pa_tamanhos .va-pickers{
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  max-height: 23px;
  height: auto;
  overflow: hidden;
  min-width: 0px !important;
  position: relative;
  background-color: white;
  padding-right: 18px;
}
.flexbox .picker-wrapper.pa_tamanhos .va-pickers:hover{
  max-height:300px;
  z-index: 1000;

}
.flexbox .picker-wrapper.pa_tamanhos .va-picker{
  display: block;
  }
.flexbox .picker-wrapper.pa_tamanhos .va-pickers .va-picker{
 -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.flexbox .picker-wrapper.pa_tamanhos .va-pickers .va-picker.va-hidden .va-picker-item {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.flexbox .picker-wrapper.pa_tamanhos .va-pickers .va-picker.va-selected{
 -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
.flexbox .picker-wrapper.pa_tamanhos .va-pickers:hover .va-picker{
 -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
.flexbox .picker-wrapper.pa_tamanhos .va-pickers:hover .va-picker.va-selected{
 -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
div#tamanhos-info-btn .button {
border: none;
    padding: 0px;
    font-size: 10px;
    color: #808284;
    line-height: 11px;
    display: inline-block;
    width: auto;
    margin-left: 23px;
}
#tamanhos-info-btn {
/*    top: 57px;
    position: absolute;
    width: 109px;
    opacity: 0;*/
    top: 6px;
    position: relative;
    width: initial;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    margin-left: 15px;
}
.sidebar-custom #tamanhos-info-btn{
  opacity: 1;
}
div#tamanhos-info-btn .info-icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: white;
    margin-right: 0px;
    position: absolute;
    top: -2px;
    border-radius: 100%;
    background-color: #52C7E2;
    text-align: center;
    font-weight: 900;
    line-height: 15px;
    font-size: 12px;
    text-transform: lowercase;
}
div#tamanhos-info-btn .button:hover {
    background: transparent;
    color: #064179;
}
.woocommerce .va-picker .va-picker-item {
     -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.woocommerce .va-picker.va-hidden .va-picker-item {
    opacity: 0.1 !important;
    transform: scale(0.9);
}
.woocommerce .va-attribute-label {
    float: none !important;
    clear: none !important;
    width: auto !important;
    display: block !important;
    margin-right: 2% !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.woocommerce .va-separator{
    display: none !important;
}
.woocommerce .ql-visual-attributes .reset_variations{
  border: none !important;
}

.woocommerce .va-attribute-label{
  color: #808284 !important;
  font-size:14px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  margin-bottom: 4px !important;
}
.woocommerce .va-pickers {
  width: auto !important;
      min-width: 116px;
}
.woocommerce .va-picker{
  margin:0px -4px 0px 0px !important;
}
.woocommerce .va-picker-text .va-picker-item{
  background-color: white !important;
  display: inline-block !important;
  color: #808284 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 800 !important;
  padding: 4px 5px 5px !important;
  margin:0px !important;
  margin-right: 5px !important;
  margin-bottom: 5px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  text-align: center !important;
  min-width: 18px !important;
  height: auto !important;
  border: none !important;
}
.woocommerce .pa_tamanhos .va-picker-item{
text-align: left !important;
}
.woocommerce .va-picker-text .va-picker-item:hover{
  color:white !important;
  background-color: #81DBF1 !important;
}
.woocommerce .va-picker-text.va-hidden .va-picker-item:hover{
  color:#808284 !important;
  background-color: white !important;
}
.woocommerce .va-picker-text.va-selected .va-picker-item{
  color:white !important;
  background-color: #52C7E2 !important;
}
.va-tooltip .va-info {
    color: #808284 !important;
    background: white !important;
    border-radius: 0px !important;
    min-width: 60px !important;
    padding: 0 !important;
    position: absolute !important;
    line-height: 1.2 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}
.va-tooltip .va-picker .va-info:after{
    border-top-color: white !important;
}
.woocommerce .va-picker.va-picker-color,
.picker-wrapper.pa_cor .va-picker-image{
  width: 37px !important;
  height: 37px !important;  
  background-color: transparent !important;
  padding:0px !important;
  border: 2px solid #F1F2F2 !important;
  position: relative !important;
      margin-right: 1px !important;
    margin-bottom: 4px !important;
}
.woocommerce .va-picker .va-color,
.picker-wrapper.pa_cor .va-picker-image img{
    width: 35px !important;
  height: 35px !important;
  top: 1px !important;
  left: 1px !important;
  position: relative !important; 
      border: none !important;
}

.woocommerce .va-picker.va-picker-color.va-selected,
.picker-wrapper.pa_cor .va-picker-image.va-selected{
  border: 2px solid #A7A9AC !important;
}







.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo{
  margin-right: 0px;
  width: 100%;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice{
  background-color: transparent !important;
  display: block !important;
  text-align: left;
  position: relative;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice .icon{
display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice .choice-name{
  display: inline-block; 
  width: 190px;
  vertical-align: middle;
  color:#064179;
  font-size: 15px;
  font-weight: 800;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice .radio-button{
    position: absolute;
    right: 0px;
    top: 19px;
    width: 20px;
    height: 20px;
    border: 3px solid #A7A9AC;
    border-radius: 25px;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice .radio-button div{
    position: relative;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 25px;
    background-color: transparent;
}
.woocommerce .product .sidebar-custom .variation-item.variation_pa_modelo .attribute-choice:hover .radio-button div{
    position: relative;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 25px;
    background-color: #52C7E2;
}

.woocommerce .picker-wrapper.pa_modelo{

}
.woocommerce .picker-wrapper.pa_modelo .va-picker-image{
display: block !important;
margin: 0px 0px 10px 0px !important;
}
.woocommerce .picker-wrapper.pa_modelo .va-picker-image .va-image{
display: inline-block;
border: none !important;
    height: 64px !important;
    width: auto !important;
}
.woocommerce .picker-wrapper.pa_modelo .va-picker-image .va-info{
display: inline-block !important;
    opacity: 1;
    visibility: visible !important;
    background-color: transparent !important;
    position: relative;
    text-align: left;
    transform: translate(0px,0px) !important;
    -moz-transform: translate(0px,0px) !important;
    width: 238px !important;
        position: relative !important;
        bottom: 0px !important;
}
.woocommerce .picker-wrapper.pa_modelo .va-hidden .va-info{
opacity: 0.3;
}
.woocommerce .picker-wrapper.pa_modelo .va-picker-image .va-name{
    display: inline-block;
    width: 194px;
    padding: 0px !important;
    vertical-align: middle;
    margin-left: 15px;
    color: #064179;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}
.woocommerce .picker-wrapper.pa_modelo .va-picker .va-info:after {
    content: " " !important;
    display: block !important;
    position: absolute !important;
    border: 3px solid #A7A9AC !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 25px !important;
    background-color: transparent;
    top: 0px !important;
    right: 0px !important;
    left: auto !important;
    margin: 0px !important;
}

.woocommerce .va-picker-image.va-selected .va-info:after {
    background-color: #52C7E2 !important;
}
.pa_cor .va-picker-image.va-selected .va-info:after {
    background-color: transparent !important;
}
.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    background-color: #e66b6b !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 800 !important;
    padding: 7px 5px 8px !important;
    margin: 0px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    bottom: -20px;
    width: 315px;
    left: -15px;
    display: none !important;
}.va-tooltip .va-picker.va-hidden:hover .va-info {
    opacity: 0;
}

.wc-tab .entry-title{
  font-size: 32px;
      line-height: 34px;
  font-weight: 600;
  color:#808284;
  text-transform: uppercase;
  border-bottom: 2px solid #D1D2D4;
  padding-bottom: 15px !important;    
  margin-bottom: 20px;
}
.wc-tab > p{  color:#808284;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.wc-tab .attribute_title{
  color:#808284;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.wc-tab .attribute_terms,
.wc-tab .product_weight,
.wc-tab .product_dimensions{
  color:#808284;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.wc-tab .attribute-wrapper {
    margin-bottom: 10px;
}
.wc-tab .benefits-icon-wrapper{
  display: inline-block;
}
.shop_attributes > div {
    margin-bottom: 10px;
}
.wc-tab .benefits-icon{
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
}

.wc-tab > h2,
.related.products > h2,
.upsells.products > h2{
  font-size: 28px;
  font-weight: 600;
  color:#808284;
  text-transform: uppercase;
  border-bottom: 2px solid #D1D2D4;
  padding-bottom: 10px !important;
  margin-bottom: 15px;
  margin-top: 60px !important;
  position: relative;
}
.wc-tab iframe {
  vertical-align: middle;
  width: 100%;
  height: 400px;
}

.useful-info{
display: block;
position: relative;
background-color: #52C7E2;
color:white;
padding: 25px 30px;
margin: 50px 0px 80px;
}
.useful-info .label-wrapper{
  display: inline-block;
  vertical-align: middle;
} 
.useful-info .label{
  font-size: 24px; 
  line-height: 24px; 
  text-transform: uppercase;
  margin-bottom:3px;
}
.useful-info .sublabel{
  font-size: 14px; 
  line-height: 14px; 
  text-transform: uppercase;
}
.useful-info .other-info{
  position: absolute;
  bottom:-25px;
}
.useful-info .other-info a{
  color:gray !important;
}
.useful-info .other-info a:hover{
    color: #2DA7C3 !important;
  }
.useful-info .other-info .info-icon{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    color: white;
    margin-right: 6px;
    position: relative;
    top: -1px;
    border-radius: 100%;
    background-color: #52C7E2;
    text-align: center;
    font-weight: 900;
    line-height: 18px;
    font-size: 16px;
}
.useful-info .button {
    position: relative;
    top: 4px;
    right: 0px;
    float: right;
}

.info-block {
  background-color: #52C7E2;
  width: 49%;
  height: 200px;
  margin-right: 1.4%;
  margin-bottom: 14px;
  display: inline-block;
}
.info-block .info-page-title {
    font-size: 26px;
    text-transform: uppercase;
    color: white;
    padding: 0px 30px;
    line-height: 30px;
}
.info-block .button {
    margin-left: 30px;
    margin-top: 15px;
}







.woocommerce-product-search{
  position: relative;
  margin-top: 5px;
}
.woocommerce-product-search #woocommerce-product-search-field{
background-color: #E6E7E8;
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: 28px;
    padding: 6px 45px 8px 14px;
    width: 100%;
    font-family: 'Dinpo';
    font-weight: 800;
    color: gray;
}

.woocommerce div.product .out-of-stock {
    color: white !important;
    font-weight: 600 !important;
    background-color: #D42E2E !important;
    text-transform: uppercase !important;
    padding: 0px 6px !important;
}  
.woocommerce-variation-availability {
    margin-top: 40px;
}


.woocommerce .term-description {
  color: #808284;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
/* ==========================================================================
   cart checkout...

   ========================================================================== */
.no-main-col .main-col.right {
    width: 100%;
    display: block !important;
}
.no-main-col .main-col.left{
  display: none;
}
.no-main-col .breadcrumbs{
  margin-top: 0px !important;
}


.woocommerce input[type="submit"]{
  display: inline-block !important;
  padding: 8px 20px 9px !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  border: 1px solid #58595B !important;
  border-radius: 20px !important;
  color: #58595B !important;
  background-color: transparent !important;
  vertical-align: middle !important;
  margin: 10px !important;
  font-family: 'Dinpo';
    font-kerning: normal;
    -webkit-font-smoothing: antialiased !important;
}

.woocommerce input[type="submit"]:hover{
  background-color: #52C7E2 !important;
  color: white !important;
  border: 1px solid #52C7E2 !important;
}
.cart .buy-more {
    display: inline-block !important;
    padding: 8px 20px 9px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    border: 1px solid #58595B !important;
    border-radius: 20px !important;
    color: #58595B !important;
    background-color: transparent !important;
    vertical-align: middle !important;
    margin: 10px !important;
}
.cart_item .product-thumbnail {
    width: 80px;
    height: auto;
}
.cart_item .variation {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #505151;
    text-transform: initial;
}
.cart_item .product-name {
    text-transform: uppercase;
    font-weight: 600;
}
.cart th.product-name, .cart th.product-price, .cart th.product-quantity, .cart th.product-subtotal {
    text-transform: uppercase;
    color: #58595b;
}
.cart-collaterals .cross-sells h2, .cart-collaterals .cart_totals h2 {
  text-transform: uppercase;
  color: #58595b;
  font-size: 19px;
}
.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
    margin-top: 9px !important;
}
.cross-sells .product .button{
    top: 72px !important;
        margin-top: auto !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    color: #58595b;
}
.woocommerce .cart-collaterals .cart_totals th, .woocommerce-page .cart-collaterals .cart_totals th{
  text-transform: uppercase;
}


.woocommerce .checkout-button{
    display: inline-block !important;
    padding: 10px 20px 10px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-size: 17px !important;
    border: 1px solid #52C7E2 !important;
    border-radius: 20px !important;
    color: white !important;
    background-color: #52C7E2 !important;
    vertical-align: middle !important;
    margin: 0px 10px 10px 0px !important;
}


.woocommerce .checkout-button:hover{
  background-color: #64D8F3 !important;
  color: white !important;
  border: 1px solid #64D8F3 !important;
}
.woocommerce a.remove {
    height: 20px !important;
    width: 20px !important;
    padding: 1px 0px 0px 1px !important;
    text-align: center !important;
    line-height: 14px !important;
    border-radius: 25px !important;
    color: #d03939!important;
}
.woocommerce a.remove:hover {
    color: #d03939!important;
    background: #d03939!important;
}
.woocommerce .cart_item .quantity .qty {
    width: 30px !important;
    background-color: #f3f3f3;
    display: inline-block;
    color: #808284 !important;
    font-size: 14px;
    font-weight: 800;
    padding: 1px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border: none;
    font-family: 'Dinpo';
    font-kerning: normal;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}
.cart_totals h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

tr.order-total td {
    background-color: #E6E6E6;
    overflow: hidden;

}
.woocommerce table.shop_table {
  overflow: hidden;
}

input#place_order {
    display: inline-block !important;
    width: auto !important;
}




.woocommerce-product-search input[type=submit]{
  width: 38px !important;
  height: 45px !important;
  background-image: url(../img/lupa.svg) !important;
  background-size: auto 30px !important;
  border: none !important;
  background-color: transparent !important;
  color: transparent !important;
  text-indent: -999999px !important;
  overflow: hidden !important;
  position: absolute !important;
  right: 5px !important;
  outline: none !important;
  border-radius: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  background-repeat: no-repeat;
  background-position: center;
  top:0px;
  border: none !important;
}

.woocommerce-product-search input[type=submit]:hover{
  background-color: transparent !important;
  cursor: pointer;
  border: none !important;
}
.woocommerce-product-search ::-webkit-input-placeholder {
  color: #D1D2D4;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}
.woocommerce-product-search :-moz-placeholder {
  color: #D1D2D4;
  font-size: 30px;
  font-weight: 800;  
  text-transform: uppercase;
}
.woocommerce-product-search ::-moz-placeholder {
  color: #D1D2D4;
  font-size: 30px;
  font-weight: 800;  
  text-transform: uppercase;
}
.woocommerce-product-search :-ms-input-placeholder {  
  color: #D1D2D4;
  font-size: 30px;
  font-weight: 800;  
  text-transform: uppercase;
}






.checkout #customer_details input, .checkout #customer_details textarea {
  font-family: 'Dinpo';
  width: 100%;
  height: 100%;
  border: none;
  background-color: #F1F2F2;
  color: #444;
  font-size: 15px;
  outline: none;
  font-weight: 400;
  margin: 5px auto;
  padding: 6px 2% 7px;
}
.checkout textarea {
  height: 160px;
  padding-top: 5px
}
.checkout h3{
  text-transform: uppercase !important;
}
.select2-container .select2-choice {
    padding: 3px !important;
    border: none !important;
    color: #444 !important;
    border-radius: 0px !important;
    background-color: #F1F2F2 !important;
}
.select2-results {
    background: #F1F2F2 !important;
}
.select2-search {
    background: #E8E8E8 !important;
}
.select2-drop-active {
    border: 1px solid #E8E8E8 !important;
}
.woocommerce form .form-row {
    padding: 0px !important;
}
h3#order_review_heading {
    margin-bottom: 12px;
    margin-top: 30px;
}
tr.order-total span.amount {
    font-weight: 800;
    font-size: 19px;
    line-height: 33px;
}


#customer_login input#rememberme {
    display: inline-block !important;
    width: 14px;
    vertical-align: middle;
    top: -5px;
    position: relative;
}

.woocommerce-MyAccount-content form{
    width: 60%;
}

.woocommerce-MyAccount-content input, .woocommerce-MyAccount-content textarea,
#customer_login input, #customer_login textarea {
  font-family: 'Dinpo';
  width: 100%;
  height: 100%;
  border: none;
  background-color: #F1F2F2;
  color: #444;
  font-size: 15px;
  outline: none;
  font-weight: 400;
  margin: 5px auto;
  padding: 6px 2% 7px;
}
.woocommerce-MyAccount-content input.button,
#customer_login input.button {
    display: inline-block !important;
    width: auto;
    margin-left: 0px !important;
}
.woocommerce-MyAccount-content legend,
#customer_login legend {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px 0px 14px;
    line-height: 0px;
}

.cat-search-mobile{
  display: none;
}



.page-std #lc_taxonomy-2{
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.page-std #lc_taxonomy-2.widget_product_categories{
  opacity: 1;
}
/* ==========================================================================
   HOME v2
   ========================================================================== */

.prom-banner{
  height: 255px;
}
/*
.featured-products{
  border: 8px solid #CE8E36;
  border-radius: 20px;
  text-align: center;
  margin-top: 50px;
  max-height: 305px;
}
.featured-products .shop-archive-image{
  opacity: 0;
}
.featured-products .shop-archive-image.loaded{
  opacity: 1;
}
.featured-products .round-title{
      font-size: 25px;
    background-color: #ce8e36;
    display: inline-block;
    color: white;
    border-radius: 20px;
    padding: 7px 25px;
        top: -23px;
        position: relative;
}

.featured-products ul.products li.product {
    width: 96% !important;
    margin-bottom: 0px !important;
}
.featured-products .shop-archive-image,
.suggested-products .shop-archive-image,
.best-sellers .shop-archive-image {
    border: none !important;
}
.featured-products-slider {
    width: 96%;
    display: inline-block;
}

.featured-products .woocommerce ul.products li.product h3,
.suggested-products .woocommerce ul.products li.product h3,
.best-sellers .woocommerce ul.products li.product h3 {
    font-size: 15px !important;
}
.featured-products .woocommerce ul.products li.product .price.loop .amount,
.suggested-products .woocommerce ul.products li.product .price.loop .amount,
.best-sellers .woocommerce ul.products li.product .price.loop .amount {
    font-size: 20px !important;
        line-height: 20px;
}
.featured-products .woocommerce ul.products li.product .price,
.suggested-products .woocommerce ul.products li.product .price,
.best-sellers .woocommerce ul.products li.product .price{
  margin-top: 0px !important;
      line-height: 16px;
}
.featured-products .products.owl-carousel.owl-theme {
    margin: 0px 0px 0px 0px !important;
}
.product-sales{
  text-align: center;
  margin-top: 50px;
}
.product-sales .round-title{
  background-color: #C4151C;
      font-size: 20px;
    display: block;
    color: white;
    border-radius: 20px;
    padding: 7px 25px;
        position: relative;
        margin-bottom: 0.6%;
}
.product-sales .sale-large {
    width: 64.3%;
    border-radius: 20px;
    height: 325px;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-size: cover;
    margin-right: 0.3%;
    text-align: left;
}
.sale-large .inner{
  padding: 35px;
}
.sale-large .sale-title {
    font-size: 33px;
    line-height: 33px;
    font-weight: 700;
    color: #064179;
    text-align: left;
}
.product-sales .sale-small {
    width: 35%;
    border-radius: 20px;
    height: 325px;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-size: cover;
    text-align: left;
}
.sale-small .sale-title {
    font-size: 25px;
        line-height: 25px;
    font-weight: 700;
    color: #064179;
    text-align: left;
}
.sale-small .inner{
  padding: 25px 30px;
}
.product-sales .button{
  border: 1px solid #064179;
  color: #064179;
  margin-top: 14px;
}
.product-sales .button:hover{
  border: 1px solid white;
}
.suggested-products{
  margin-right: 1.1%;
}
.suggested-products,.best-sellers{
  width: 49.2%;
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.suggested-products .products-wrapper,
.best-sellers .products-wrapper{
  background-color: #CEEBF4;
  border-radius: 20px;
  margin-top: 5px;
  position: relative;
      height: 310px;
}
.best-sellers .products-wrapper{
  background-color: #ddefe8;
  }
.suggested-products .round-title,
.best-sellers .round-title{
  background-color: #064179;
  font-size: 20px;
  display: block;
  color: white;
  border-radius: 20px;
  padding: 7px 25px;
  position: relative;
  margin-bottom: 0.6%;
  text-align: center;
}
.best-sellers .round-title{
  background-color: #0d95ab;
}
.suggested-products ul.products li.product,
.best-sellers ul.products li.product {
    width: 29% !important;
    margin-bottom: 0px !important;
    display: inline-block !important;
    vertical-align: top;
    float:none !important;
}
.suggested-products ul.products li.product:last-child,
.best-sellers ul.products li.product:last-child{
  margin-right: 0px !important;
}
*/
/* ==========================================================================
   HOME v3
   ========================================================================== */
.cat-slider .item {
    height: 170px;
    margin: 10px 4px 3px 2px;
    position: relative;
}
  .cat-slider .item a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .cat-image.lazy {
    width: 100%;
    height: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cat-slider .item .cat-title {
    background-color: #52c7e2;
    color: white;
    position: absolute;
    width: 67%;
    bottom: 0px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0% 16.5%;
    text-align: center;
    height: 63px;
    opacity: 1;
}
.cat-slider .item:hover .cat-title{
  height: 100%;
}
.featured-products > h2 {
    font-size: 28px;
    color: #064179;
    font-weight: 500;
    text-align: CENTER;
    margin-top: 55px !important;
    margin-bottom: 30px !important;
}
.featured-products-slider {
    width: 90%;
    margin: 0 auto;
}
.featured-products-slider ul.products li.product{
  width: 100% !important;
}
.featured-products-slider ul.products li.product .shop-archive-image{
border: none !important;
    border-radius: 0px !important;
    position: relative !important;
    padding: 0px !important;
    width: 90%;
    display: inline-block;
        margin-bottom: 6px !important;
}
.featured-products-slider ul.products li.product .image-wrapper{
    position: relative;
}
.featured-products-slider ul.products li.product .image-wrapper:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;background-color: rgba(142,75,6,0.06);
}
.featured-products-slider ul.products li.product  h3 {
  font-size: 16.5px !important;
}
.featured-products-slider ul.products li.product .price {
  margin-top: 2px !important;
}
.featured-products-slider ul.products li.product .price .amount {
    font-size: 22px !important;
}
.home .owl-controls {
    height: 0px;
    top: 29%;
    margin-top: -22px;
    position: absolute;
    width: 100%;
}

.home .owl-buttons > div{
    width: 45px;
    position: absolute;
    height: 45px;
    background-color: #939597;
    text-indent: -99999px;
    color: transparent;
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
    -webkit-transition: all 0.2s ease-out;  
     -moz-transition: all 0.2s ease-out;  
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out;  
}
.home .owl-buttons .owl-prev{
    left: -58px;
}
.home .owl-buttons .owl-next{
    right: -58px;
}
.home .owl-buttons > div:hover{
    background-color: #54c6e2;
}
.home .owl-buttons > .owl-prev:hover{
    -webkit-transform:translateX(-4px);
    -moz-transform:translateX(-4px);
    -o-transform:translateX(-4px);
    transform:translateX(-4px);
}
.home .owl-buttons > .owl-next:hover{
    -webkit-transform:translateX(4px);
    -moz-transform:translateX(4px);
    -o-transform:translateX(4px);
    transform:translateX(4px);
}
.home .owl-buttons svg{
    left: 18px;
    top: 15px;
    position: absolute;

    width: 9px;
    height: 18px;
}

.product-sales{
  text-align: center;
  margin: 50px auto;
}
.product-sales .round-title{
  background-color: #C4151C;
      font-size: 20px;
    display: block;
    color: white;
    border-radius: 20px;
    padding: 7px 25px;
        position: relative;
        margin-bottom: 0.6%;
}
.product-sales .sale-large {
    width: 64.3%;
    border-radius: 20px;
    height: 325px;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-size: cover;
    margin-right: 0.3%;
    text-align: right;
}
.sale-large .inner{
  padding: 25px;    text-align: left;
}
.sale-large .sale-title {
font-size: 25px;
        line-height: 25px;
    font-weight: 700;
    color: #064179;
    text-align: left;
}
.product-sales .sale-small {
    width: 35%;
    border-radius: 20px;
    height: 325px;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-size: cover;
    text-align: left;
}
.sale-small .sale-title {
    font-size: 25px;
        line-height: 25px;
    font-weight: 700;
    color: #064179;
    text-align: left;
}
.sale-small .inner{
  padding: 25px 30px;
}
.product-sales .button{
  border: 1px solid #064179;
  color: #064179;
  margin-top: 14px;
}
.product-sales .button:hover{
    border: 1px solid #064179;
    background-color: #064179;
    color: white;
}

.others-p{

}
.others-p .left-side{
  width: 40%;
  padding-top: 20%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.others-p .inner{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  background-size: cover;
  background-position: center;

}
.others-p > div{
  margin: 30px 0px;
}
.others-p .products-wrapper{
  position: relative;
  width: 60%;
  padding-top: 20%;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  overflow: hidden;
}
.others-p .title {
    font-size: 32px;
    text-align: right;
    color: #064179;
    width: 159px;
    line-height: 35px;
    position: absolute;
    right: 4%;
    font-weight: 400;
    top: 20%;
}
.others-p .suggested-products .products-wrapper{
    background-color: #f1f1ed;
}
.others-p .best-sellers .products-wrapper{
  background-color: rgba(208, 208, 202, 0.69);
}
.others-p .inner .woocommerce {
    height: 100%;
    width: 100%;
}

.others-p .inner ul.products{
    height: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}
.others-p .inner ul.products li.product {
    height: 100% !important;
    padding: 0px !important;
    width: 27% !important;
    margin: 0px 2% !important;
    cursor: pointer;
}
.others-p .products-wrapper .inner {
    width: 100%;
    height: calc(100% - 40px);
    padding: 20px 0px 20px 2%;
}
.others-p .shop-archive-image{
  position: absolute;
    cursor: pointer;
}


.others-p ul.products li.product .shop-archive-image{
border: none !important;
    border-radius: 0px !important;
    position: absolute !important;
    padding-top: 100% !important;
    left:0px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px !important;    
    margin-top: 3%;
}
.others-p ul.products li.product .image-wrapper{
    position: absolute;
    opacity: 1 !important;
}
.others-p ul.products li.product .image-wrapper:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  background-color: rgba(0, 176, 218, 0.61);
  opacity: 0;

    -webkit-transition: transform 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: transform 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: transform 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: transform 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.others-p ul.products li.product .button{
  display: none !important;
}
.others-p ul.products li.product .woocommerce-loop-product__title{
    font-size: 16.5px !important;
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 80%;
    bottom: auto;
    left: auto;
    color: white;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: opacity 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: opacity 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: opacity 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.others-p ul.products li.product .price {
    margin-top: 2px !important;
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    color: white !important;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: opacity 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: opacity 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: opacity 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.others-p ul.products li.product:hover .image-wrapper:after{
  opacity: 1;
}
.others-p ul.products li.product:hover .woocommerce-loop-product__title,
.others-p ul.products li.product:hover .price{
  opacity: 1;
}
.others-p ul.products li.product .price .amount {
    font-size: 24px !important;
}
   /* ==========================================================================
   END HOME v3
   ========================================================================== */
.last-row li.product .button{
top: 51px !important;
}


.sidebar .parent-title {
    background-color: #064179;
    border: none;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.sidebar .parent-title.filter{
    background-color: #52C7E2;
    border: none;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
        margin-top: 30px;
}
.sidebar .parent-title.filter h3 {
  font-size: 20px;
  line-height: 23px;
  padding: 10px 44px 10px 15px;
  color: white;
  text-transform: uppercase;
}
.sidebar .parent-title h3 {
  font-size: 30px;
  line-height: 33px;
  padding: 8px 44px 10px 15px;
  color: white;
  text-transform: uppercase;
}

.sidebar .widget_product_categories {
    background-color: #F1F2F2;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    margin-bottom: 20px;
}
.sidebar .product-categories {
    margin-top: 0px;
    padding: 15px 0px 28px;
}
.side-menu > ul li, .product-categories li {
  color:#064179;
}
.side-menu > ul > li a, .product-categories > li a{
  display: block;
  padding: 1px 15px 1px 15px;
}
.plus-show-more {
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    left: auto !important;
    padding-top: 3px !important;
}
.plus-show-more .h{
  display: block !important;
    position: absolute !important;
    width: 11px !important;
    height: 3px !important;
    border-radius: 0px !important;
    left: 1px !important;
    margin-top: 4px !important;
    background-color: #064179 !important;
    opacity: 1 !important;
}
.plus-show-more .v{
    display: block !important;
    position: absolute !important;
    width: 3px !important;
    height: 11px !important;
    border-radius: 0px !important;
    left: 5px !important;
    margin-top: 0px !important;
    background-color: #064179 !important;
    opacity: 1 !important;
}

  .plus-show-more:hover .h,
  .plus-show-more:hover .v{
    background-color: #064179 !important;
  }
  .plus-show-more.showing .v{
    opacity: 0 !important;
  }
  .plus-show-more.showing-active .v{
    opacity: 0 !important;
  }
  .plus-show-more.active-cat-not-showing .v{
    opacity: 0 !important;
  }
  li ul a .plus-show-more{
    top:3px !important;
  }

  li ul ul a .plus-show-more{
    top:1px !important;
  }
ul.product-categories > li > a:hover .plus-show-more div{
  background-color: white !important;
}
ul.product-categories > li.current-cat > a .plus-show-more div,
ul.product-categories > li.current-cat-parent > a .plus-show-more div,
ul.product-categories > li.show-children > a .plus-show-more div{
  background-color: white !important;
}
li ul a:hover .plus-show-more div{
  background-color: #064179 !important;
}
li ul .current-cat a .plus-show-more div, li ul .current-cat-parent a .plus-show-more div{
  background-color: #064179 !important;
}
.side-menu ul li a:hover, 
.product-categories li a:hover, 
.side-menu ul li.active > a, 
.product-categories li.current-cat > a, 
.product-categories li.current-cat-parent > a,
.product-categories li.show-children > a{
  background-color: #064179;
  color:white;
}
.product-categories > li > ul.children {
    background-color: #cdeaef;
    padding: 10px 0px;
}
.side-menu ul.children li a:hover, 
.product-categories ul.children li a:hover, 
.side-menu ul.children li.active > a, 
.product-categories ul.children li.current-cat > a, 
.product-categories ul.children li.current-cat-parent > a,
.product-categories ul.children li.show-children > a{
  background-color: #52C7E2;
  color:#064179;
      font-weight: 800;
}
.side-menu ul.children ul.children li a:hover, 
.product-categories ul.children ul.children li a:hover, 
.side-menu ul.children ul.children li.active > a, 
.product-categories ul.children ul.children li.current-cat > a, 
.product-categories ul.children ul.children li.current-cat-parent > a,
.product-categories ul.children ul.children li.show-children > a{
  background-color: #57c0d8;
  font-weight: 800;
  color:#064179;
}
.side-menu ul.children ul.children ul.children li a:hover, 
.product-categories ul.children ul.children ul.children li a:hover, 
.side-menu ul.children ul.children ul.children li.active > a, 
.product-categories ul.children ul.children ul.children li.current-cat > a, 
.product-categories ul.children ul.children ul.children li.current-cat-parent > a{
  background-color: #c6eaf1;
  font-weight: 800;
color:#064179;
}
.current-cat-parent > ul.children,
.current-cat > ul.children{
  display: block !important;
}
.product-categories > li > ul.children > li > a{
  padding: 0px 0px 0px 30px;
}
.product-categories > li > ul.children > li > ul > li > a{
  padding: 0px 0px 0px 40px;
  font-size: 12px;
}
.product-categories > li > ul.children > li > ul > li > ul > li > a{
  padding: 0px 0px 0px 50px;
  font-size: 12px;
}
.product-categories ul.children,
.product-categories ul.children ul.children,
.product-categories ul.children ul.children ul.children{
      padding: 0px 0px;
      left:auto !important;
      right:auto !important;
      margin: 0px; 

}
ul.children li {
    font-weight: 600;
    padding: 1px 0px;
}
.product-categories ul.children ul.children li{
    font-weight: 600;
    padding: 2px 0px;
}
ul.children ul.children ul.children {
    background-color: #c6eaf1 !important;
}
ul.children ul.children .current-cat-parent a, ul.children ul.children .current-cat a {
    font-weight: 600;
    color: #064179;
}
.product-categories ul:before{
  display: none;
}
.product-categories ul.children ul.children{
  background-color:#A8DDE6; 
  font-weight: 600;
      padding: 8px 0px;
}
.woocommerce .woocommerce-breadcrumb {
    display: inline-block;
}
select.orderby {
    width: 135px;
    margin-top: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    color: #58595b;
    font-family: 'Dinpo';
    font-size: 11px;
    background-color: white;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin-top: 23px !important;
}
.suggested-products ul.products,
.best-sellers ul.products{
    text-align: center;
    padding: 45px 0px !important;
    margin-top: 0px !important;
}



.sidebar .widget_layered_nav, .sidebar .widget_price_filter {
    background-color: #F1F2F2;
    padding: 12px 20px 0px;
}
.widget h4 {
    font-size: 16px;
    font-weight: 800;
        color: #064179 !important;
    text-transform: uppercase;
}
.woocommerce .widget_layered_nav ul li {
  
  color: #064179 !important;
  background-color: transparent !important;
  display:block !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 800 !important;
  padding: 4px 0px !important;
  margin: 0px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background-color: #064179 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #52C7E2 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #52C7E2 !important
}
.woocommerce.widget_price_filter{
       border-bottom-left-radius: 18px; 
     border-bottom-right-radius: 18px; 
     margin-bottom: 20px; 
}
.woocommerce.widget_price_filter > h4{
  margin-bottom: 14px;
}
.price_slider_amount {
    position: relative;
}
.price_slider_amount button {
    position: absolute !important;
    left: 0px !important;
    top: 33px;
    background-color: #064179 !important;
    color: white !important;
    border-radius: 33px !important;
}
.price_slider_amount .price_label {
    text-align: left !important;
    padding-bottom: 70px;
        color: #064179 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}








.woocommerce .product span.onsale {
    top: 40px !important;
}
.woocommerce .products .product span.onsale {
    top: 0px !important;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-size: 10px !important;
    margin-top: -4px !important;
    display: block !important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    display: block !important;
    margin-top: -9px !important;
}

.woocommerce ul.products li.product .price.loop > del .amount{
font-size: 13px !important;
    display: inline-block;
}
.woocommerce ul.products li.product .price del {
        font-size: 10px !important;
    margin-bottom: -6px;
    margin-top: -9px;
}
.aluguer .price .amount {
    font-weight: 600 !important;
    font-size: 30px !important;
    line-height: 30px;
    position: relative;
}
.aluguer button.single_add_to_cart_button {
    padding: 11px 20px 11px 18px!important;
    line-height: 18px !important;
    font-size: 17px !important;
    margin-bottom: 20px !important;
}
.aluguer button.single_add_to_cart_button:before {
  display: none;
}
.aluguer  .sidebar-custom .sku{
  font-size: 14px;
  line-height: 11px;
  text-transform: uppercase;
  color:#808284;
  font-weight: 500;
}
.aluguer .sidebar-custom h1.product_title{
      margin-bottom: -5px;
}
.aluguer .price {
    margin-top: 16px;
}


.single-aluguer .excerpt {
    display: block !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important; 
}
.button.conditions {
    margin: 30px auto 20px;
    cursor: pointer;
}
.popup-forms{
  position: fixed;
  z-index: 999999;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(77, 77, 80, 0.74);
  overflow-y: scroll;
  display: none;
  -webkit-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -ms-transform:scale(1.5);
  -o-transform:scale(1.5);
  transform:scale(1.5);
  opacity: 0;
}
.popup-forms > div{
  display: none;
  background-color: rgb(255, 255, 255);
  width: 50%;
  min-width: 300px;
  min-height: 70%;
  margin: 4% auto 0 auto;
  z-index: 10000;
}
.popup-forms > div > div{
  padding: 10%;
}
.popup-forms > div.active{
  display: block;
}
.popup-forms .popup-title{
      font-size: 32px;
    line-height: 34px;
    font-weight: 600;
    color: #808284;
    text-transform: uppercase;
    border-bottom: 2px solid #D1D2D4;
    padding-bottom: 15px !important;
    margin-bottom: 20px;
}
.popup-forms .popup-title span{
display: block;
    font-size: 18px;
    line-height: 15px;
    color: #808284;
    margin-bottom: -3px;
}
.popup-forms .popup-title span span{
display: inline-block;
    font-size: 14px;
    line-height: 15px;
}
.renting-form select {
    border: none !important;
    border-radius: 0px !important;
    display: block;
    width: 100%;
    height: 38px;
    background-color: #F1F2F2;
    color: #a7a9ac;
    font-size: 18px;
    outline: none;
    font-weight: 400;
    margin: 5px auto;
    padding: 6px 0% 7px;
    font-family: 'Dinpo';
    text-transform: uppercase;
}
.renting-form input[type='submit'] {
    margin-top: 20px;
}
.renting-form form .wpcf7-validation-errors {
  background: #f1f2f2 !important;
  padding: 7px 20px 7px 10px !important;
}
.renting-form form .wpcf7-spam-blocked {
  background: #f1f2f2 !important;
  padding: 7px 20px 7px 10px !important;
}
.renting-form form .wpcf7-mail-sent-ng {
  background: #f1f2f2 !important;
  padding: 7px 20px 7px 10px !important;
}
.renting-form form .wpcf7-mail-sent-ok{
  background: #f1f2f2 !important;
  padding: 7px 20px 7px 10px !important;
}
.renting-form img.ajax-loader {
    margin-top: 27px !important;
}
.popup-forms .close{
    width: 38px;
    top: 0px;
    right: -38px;
    position: absolute;
    height: 38px;
    z-index: 100;
    cursor: pointer;
    background-color: #efefef;
}
.popup-forms .close:before {
    top: 18px;
    left: 6px;
    width: 25px;
    height: 3px;
    background-color: #464646;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup-forms .close:after {
    top: 18px;
    left: 6px;
    width: 25px;
    height: 3px;
    background-color: #464646;
    content: "";
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup-forms.active{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  opacity: 1;
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 1% !important;
    bottom: 1% !important;
}
.help-advice {
  display: none !important;
  position: fixed;
    z-index:999999;
    width: 165px;
    right: -117px;
    top:100px;
    color: white;
    cursor: e-resize;
    -webkit-transform: translateX(-117px);
    -moz-transform: translateX(-117px);
    -ms-transform: translateX(-117px);
    -o-transform: translateX(-117px);
    transform: translateX(-117px);
}
.help-advice .icon {
    position: relative;
        top: 0px;
}
.help-advice.stored{
    -webkit-transform:translateX(0px);
  -moz-transform:translateX(0px);
  -ms-transform:translateX(0px);
  -o-transform:translateX(0px);
  transform:translateX(0px);
    cursor:w-resize;
    position: absolute;
        top: 711px;
}
.help-advice.visible-absolute{
    -webkit-transform: translateX(-117px);
    -moz-transform: translateX(-117px);
    -ms-transform: translateX(-117px);
    -o-transform: translateX(-117px);
    transform: translateX(-117px);
    cursor:w-resize;
    position: absolute;
        top: 711px;
}
.help-advice .advice{
    background-color: #064179;
    opacity: 1;
    padding: 10px 10px;
}
.help-advice.stored .advice{
  opacity: 0;
}
.help-advice.visible-absolute .advice{
    background-color: #064179;
    opacity: 1;
    padding: 10px 10px;
}
.help-advice .advice .b {
    font-weight: 800;
    text-transform: uppercase;
}
.help-advice .advice .s {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.help-advice .advice .phone {
    font-weight: 800;
    line-height: 18px;
    margin-top: 6px;
}
.help-advice .advice .icon {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.woocommerce-MyAccount-navigation li a {
    color: #656565;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0px;
}
.woocommerce-MyAccount-navigation li {
    list-style: none;
    background-color: #ecedee;
    display: inline-block;
    color: black !important;
    padding: 5px 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}
.woocommerce-MyAccount-navigation li:hover{
  background-color: #52C7E2;
}
.woocommerce header {
    height: auto !important;
}
.woocommerce-MyAccount-content h2 {
    padding: 30px 0px 20px;
}
.woocommerce-MyAccount-navigation li:hover a{
  color:white;
}
.woocommerce-MyAccount-content {
    margin-top: 50px;
}
li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: white;
}
li.woocommerce-MyAccount-navigation-link--customer-logout {
    background-color: #de5c5c;
}
.woocommerce-MyAccount-navigation li.is-active a {
    color: white;
}
.woocommerce-MyAccount-navigation li.is-active {
    background-color: #36acc7;
}

.button.go-back {
    float: right;
    margin: 30px 0px 20px;
}
.button.go-back .wooarchive{
    margin: 20px 0px 10px;
}
.nivo-lightbox-close {
    top: 6% !important;
}
/* ==========================================================================
   SPINNER
   ========================================================================== */



.spinner {
  margin: 0px;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #939597;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}











#ivpa-content{
  margin: 0px !important;
  margin-bottom: 30px !important;
}
.ivpa_attribute .ivpa_title {
    color: #808284 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin: 0px !important;
    margin-bottom: 2px !important;
}
.ivpa_attribute{
  color: #808284 !important;
  font-size: 14px !important;
  line-height: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  margin: 0px !important;
      margin-top: 30px !important;
}






#ivpa-content .ivpa_select_wrapper {
    height: 23px !important;
        margin-top: 7px !important;
}
#ivpa-content .ivpa_select_wrapper_inner {
    position: relative !important;
    display: inline-block !important;
        max-height: 23px !important;
}
#ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner.ivpa_selectbox_opened{
  max-height: 500px !important;
}
.ivpa_attribute[data-attribute="pa_tamanhos"] .ivpa_select_wrapper_inner{
  width: auto !important;
  padding-right: 23px;
  min-width: 113px;
  border: none !important;
  text-align: left !important;
}
.ivpa_select_wrapper_inner .ivpa_title {
    font-weight: 800 !important;
    color: #808284 !important;
    line-height: 22px !important;
    padding: 0px 0px 0px 5px !important;
    height: 23px !important;
}
#ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner:after{
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
  right: 7px !important;
    top: 10px !important;
    border-top: 6px solid #064179 !important;
}
#ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner.ivpa_selectbox_opened:after{
  border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
 border-top: 0px solid #064179 !important;
 border-bottom: 6px solid #064179 !important;
}

.ivpa_clicked .ivpa_select_wrapper_inner .ivpa_title{
color: white !important;
    background-color: #52C7E2 !important;
}
#ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner span {
    height: 23px !important;
    line-height: 23px !important;
    padding: 0px 5px !important;

}
#ivpa-content .ivpa_attribute .ivpa_select_wrapper_inner span:hover{
  color: white !important;
  background-color: #52C7E2 !important;
}
.ivpa_attribute.ivpa_selectbox .ivpa_term.ivpa_clicked{
    font-weight: 800 !important;
}





#ivpa-content .ivpa_attribute.ivpa_text.ivpa_border .ivpa_term{
    border: none !important;
    background-color: white;
    border-radius: 0px !important;
    color: #808284 !important;
    font-size: 14px !important;
    line-height: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 5px 5px !important;
        text-align: left !important;
}
#ivpa-content .ivpa_attribute.ivpa_text.ivpa_border .ivpa_term:hover{
  color: white !important;
    background-color: #81DBF1 !important;
}
#ivpa-content .ivpa_attribute.ivpa_text.ivpa_border .ivpa_term.ivpa_clicked{
  color: white !important;
  background-color: #52C7E2 !important;
}
#ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_outofstock{
  opacity: 0.2 !important;
}
#ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_outofstock:after{
  display: none !important;
}
#ivpa-content .ivpa_attribute.ivpa_text .ivpa_term.ivpa_active.ivpa_outofstock:hover{
  background-color: white !important;
color: #808284 !important;
}

#ivpa-content .ivpa_attribute.ivpa_text.ivpa_background .ivpa_term {
  border: none !important;
  background-color: white !important;
  border-radius: 0px !important;
  color: #808284 !important;
  font-size: 14px !important;
  line-height: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  padding: 5px 5px !important;
      text-align: left !important;
}
#ivpa-content .ivpa_attribute.ivpa_text.ivpa_background .ivpa_term:hover {
    color: white !important;
    background-color: #81DBF1 !important;
}
#ivpa-content .ivpa_attribute.ivpa_text.ivpa_background .ivpa_term.ivpa_clicked {
    color: white !important;
    background-color: #52C7E2 !important;
}

#ivpa-content .ivpa_attribute.ivpa_text.ivpa_background .ivpa_term.ivpa_outofstock{
  opacity: 0.2 !important;
}
#ivpa-content .ivpa_attribute.ivpa_text.ivpa_background .ivpa_term.ivpa_outofstock:after{
  display: none !important;
}
#ivpa-content .ivpa_attribute.ivpa_text.ivpa_background .ivpa_term.ivpa_outofstock:hover{
  background-color: white !important;
color: #808284 !important;
}



#ivpa-content .ivpa_attribute.ivpa_color .ivpa_term span {
  background-size: cover !important;
}
#ivpa-content .ivpa_attribute.ivpa_color .ivpa_term{
  padding: 1px !important;
  border: 2px solid #F1F2F2 !important;
  margin-right: 6px !important;
  margin-top: 2px !important;
  margin-left: -2px;
  transform:scale(1);
}
#ivpa-content .ivpa_attribute.ivpa_color .ivpa_term.ivpa_clicked{
  border: 2px solid #A7A9AC !important;
}
#ivpa-content .ivpa_attribute .ivpa_term span.ivpa_tooltip{
  margin-bottom: -11px;
}
#ivpa-content .ivpa_attribute .ivpa_term span.ivpa_tooltip span {
    background-color: white !important;
    color: #808284 !important;
    font-size: 14px !important;
    line-height: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
  border: 2px solid #F1F2F2 !important;
}
#ivpa-content .ivpa_attribute .ivpa_term span.ivpa_tooltip span:after {
    border: 6px solid transparent !important;
    bottom: -12px !important;
    margin-left: -6px !important;
    border-top-color: #fff !important;
}
#ivpa-content .ivpa_attribute .ivpa_term.ivpa_hover .ivpa_tooltip {
    margin-bottom: -7px !important;
}
#ivpa-content .ivpa_attribute.ivpa_color .ivpa_term.ivpa_active.ivpa_outofstock:after{
  display: none !important;
}
#ivpa-content .ivpa_attribute.ivpa_color .ivpa_term.ivpa_active.ivpa_outofstock{
  opacity: 0.2;
  transform:scale(0.9);
}




.woocommerce-variation.single_variation {

    position: relative;
    display: inline-block !important;
    vertical-align: bottom;
    margin: 0px 0px 10px 0px;
    left: 13px;
}
.woocommerce-variation-add-to-cart, .variations_button, .woocommerce-variation-add-to-cart-enabled{
    position: relative;
    display: inline-block !important;
}
.woocommerce-variation-availability {
    margin-top: 0px;
}
.woocommerce div.product form span.price {
    width: auto !important;
}



.blockUI.blockOverlay {
    padding: 15px !important;
    left: -15px !important;
}


.no-variation .price .amount {
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 22px;
    position: relative;
}

.product .form-wrapper .price .amount {
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 22px;
    position: relative;
}


.woocommerce .product .sidebar-custom .excerpt{
  display: none;
}
.single-aluguer .excerpt{
  display: block !important;
}

.woocommerce ul.products li.product h2 {
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #58595B;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}


.woocommerce .woocommerce-breadcrumb{
  width: auto;
  max-width: 580px;
  margin-bottom: 32px !important;
}
.woocommerce .product .woocommerce-breadcrumb{
  width: auto;
  min-width: 650px;
  max-width: 100%;
  margin-bottom: 32px !important;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin-top: 0px !important;
}
.aluguer-page ul.products {
  margin-top: 37px !important;
  position: relative;
}
/*
.product .title-tab-wrapper {
    top: -120px;
    position: relative;
}
.woocommerce .product .sidebar-custom{
  margin-top: 60px;
}*/
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media screen and (max-width: 1100px) { 
  .container.center {
      width: 94%;
      margin: 0px 3%;
  }
  .main-col.left{
    width: 28%;
        margin-right: 5%;
  }
  .main-col.right{
    width: 64%;
  }
  .header-slider .owl-controls {
        width: 80%;
    left: auto;
    margin-left: 10%;
    bottom:7%;
}
.owl-pagination {
    margin-left: 0%; 
}
  header nav > ul > li {
    margin-left: 10px;
  }
  header nav {
    font-size: 16px;
  }
  
  
  .main-featured-page-title h2 {
    font-size: 35px;
    line-height: 1.1em;
  }
  .other-featured-page-title h2 {
    font-size: 32px;
    line-height: 1.1em;
  }
  .main-featured-page-cta .inner .align-middle {
    width: 80%;
  }
  .other-featured-page-title div {
    padding: 6% 90px 6% 10%;
  }
/*  .title-tab-wrapper .main-col.right {
    width: 100%;
}*/

.woocommerce div.product div.images .main-image {
    width: 100% !important;
    padding-top: 100% !important;
  }
.woocommerce div.product div.images div.thumbnails {
    padding-top: 20px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.woocommerce div.product div.images div.thumbnails .thumb-image {
    float: left;
    width: calc((100%/3) - 20px) !important;
    padding-top: calc((100%/3) - 20px) !important;
    margin-right: 16px;
}
.thumbnails-navigation{
  display: none;
}
button.single_add_to_cart_button {
    background-color: #52C7E2 !important;
    border-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    padding: 13px 10px 13px 46px !important;
    white-space: normal !important;
    margin-top: 11px !important;
        margin-bottom: 20px !important;
    margin-right: 60px !important;
    width: 147px;
    text-align: left !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 15px !important;
    transform: translateY(0px);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.woocommerce-variation.single_variation {
    position: relative;
}
.picker-wrapper {
    margin-bottom: 15px;
    display: inline-block;
}
.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    background-color: white !important;
    color: #808284 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 800 !important;
    padding: 7px 5px 8px !important;
    margin: 0px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: center !important;
    bottom: -26px;
    width: 40%;
    left: 0px;
}

.info-block {
  width: 49%;
  height: 200px;
  margin-right: 1.3%;
  margin-bottom: 14px;
  display: inline-block;
}
.woocommerce .picker-wrapper.pa_modelo .va-picker-image .va-name {
  margin-left: 0px;
  margin-bottom: 18px;
}
.woocommerce .picker-wrapper.pa_modelo .va-picker .va-info:after{
  top:-5px;
}
.aluguer button.single_add_to_cart_button {
    padding: 10px 20px 11px 18px!important;
    line-height: 18px !important;
    margin-top: 29px !important;
    font-size: 17px !important;
}
}
























@media screen and (max-width: 1024px) {

  .other-featured-page-title h2 {
    font-size: 27px;
  }
  footer .cta-message-title {
    font-size: 16px;
    line-height: 1.2em;
  }
.other-featured-page-title div {
    padding: 6% 10%;
}
.other-featured-page-title h2 {
    font-size: 23px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin-top: 70px !important;
    margin-bottom: 30px !important;
    margin-right: 30px;
}
.aluguer button.single_add_to_cart_button {
    padding: 10px 20px 11px 18px!important;
    line-height: 18px !important;
    margin-top: 29px !important;
    margin-bottom: 30px !important;
    margin-right: 20px !important;
    font-size: 17px !important;
}
.button.conditions {
    margin: 30px auto 20px;
    top: 6px;
    position: relative;
    cursor: pointer;
}

footer .logo-gs {
    left: 0px;
}
.others-p .left-side {
    width: 100%;
    padding-top: 22%;
    display: block;
}
.others-p .products-wrapper {
    width: 100%;
    padding-top: 33%;
    display: block;
    margin-left: 0px;
}
.others-p .products-wrapper .inner {
    width: 100%;
    height: calc(100% - 40px);
    padding: 2.2% 4%;
}
}
































@media screen and (max-width: 1020px) {
.help-advice{
  display: none;
}
  .product-sales .sale-large {
    width: 64%;
    height: 270px;
  }
  .product-sales .sale-small {
    height: 270px;
  }


  .woocommerce div.product{
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.woocommerce .product .main-col.left.sidebar{
    position: relative;
    left: auto;
    background-color: #F2F5F5;
    width: 100%;
    height: auto;
    top: auto;
    z-index: 100000;
    transform: translateX(0%);
    margin: 40px 0px !important;
    padding: 0px;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    display: block !important;
}
.product .main-col.right{
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    display: block !important;
}
.page-std-content{
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.page-std-content .sidebar {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    display: block !important;
}
.page-std-content .main-col.right{
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    display: block !important;
}
.picker-wrapper {
    display: block;
    }
.sidebar-inner {
    overflow-y: auto;
    height: 100%;
}
  .main-slider {
    height: 340px;
}
.header-slider .caption {
    width: 50%;
}
.header-slider .owl-controls {
    text-align: left;
  }
  .owl-pagination {
    width: 50%;
}
.header-slider .owl-page {
  /*  width: 20px;
    height: 20px;
    margin-right: 19px;*/
}
  .other-featured-page-large {
    width: calc(50% - 5px);
  }
  .other-featured-page-small {
    width: calc(50% - 5px);
  }
  header .main-col.left {
    width: 330px;
  }
  header .main-col.right {
    position: fixed;
    right: 0px;
    background-color: #52C7E2;
    width: 300px;
    height: 100vh;
    top: 0px;
    z-index: 100000;
    transform:translateX(100%);    
    overflow: scroll;
    margin:0px !important;
  }
  header.menu-visible .main-col.right{
    transform:translateX(0%);
  }
  header .hamburger{
    display: block !important;
    pointer-events:all;
    opacity: 1;
    cursor: pointer;
  }
  body > div,
  body footer,
  body .main-col.left .logo a,
  body header,
  body .header-slider,
  body footer,
  body .main-col.right{
    -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
       -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
         -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
            transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  }
  body.menu-visible > div,
  body.menu-visible footer,
  body.menu-visible .main-col.left .logo a,
  body.cat-menu-visible header,
  body.cat-menu-visible .header-slider,
  body.cat-menu-visible footer,
  body.cat-menu-visible .main-col.right{
    opacity: 0.2 !important;
  }
  header .close{
    pointer-events:none;
    display: block !important;
    cursor: pointer;
  }
  header.menu-visible .hamburger{
    opacity: 0;
    pointer-events:none;
    transform:translateX(-271px);
    position: fixed;
    z-index: 10000;
  }
  header.menu-visible .close{
    opacity: 1;
    pointer-events:all;
    transform:translateX(-271px);
    position: fixed;
    z-index: 10000;
  }

  header nav {
    color: white;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    position: relative;
    margin-left: 13px;
    margin-top: 30px;
  }
  header nav li {
    display: block !important;
    text-align: left;
    font-size: 20px;
    width: 85%;
    margin-left: 0px;
    padding-bottom: 8px;
    margin-bottom: 6px;
  }
  header nav > ul {
}

header nav > ul > li:after{
  display: none;
}
.header-store-buttons .sep {
    display: none;
}

.header-store-buttons {
    z-index: 1000;
    height: auto;
    text-align: left;
    position: relative;
    margin-left: 20px;
    margin-top: 10px;
}

.header-store-buttons .login-button, .header-store-buttons .cart-button {
    display: block;
    z-index: 1000;
    text-align: left;
    margin: 0px;
}
.woocommerce div.product form.cart .button{
  float: none !important;
}
.woocommerce .product .sidebar-custom .excerpt {
    margin-top: 39px;
}
.woocommerce .ql-visual-attributes {
    padding-bottom: 20px;
}
.woocommerce-variation-availability {
    margin-top: 0px !important;
}
button.single_add_to_cart_button{
  margin-top: 55px !important;
}
.header-store-buttons .sep {
    display: none;
}
.header-store-buttons .cart-button .icon {
    display: none;
}
.header-store-buttons .login-button .inner, .header-store-buttons .cart-button .inner {
  padding: 3px 0px;
}
.login-button .button-text-wrapper.align-middle {
  position: relative;
  left: -4px;
}
.header-slider .caption-wrapper .caption-title {
    font-size: 30px;
}
  .main-featured-page-title h2 {
    font-size: 25px;
}
.other-featured-page-large .inner {
    text-align: center;
}
.other-featured-page-large .inner > div {
    margin-left: 0%;
    width: 77%;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
}
.other-featured-page-title h2 {
    font-size: 20px;
}
footer .container.center {
    z-index: 1;
}
footer .main-col.right {
width: 90%;
    margin-left: 5%;
}
footer .main-col.left {
width: 90%;
    margin-left: 5%;text-align: left;
}

.footer-graphic {
   display: none;
}
footer .main-col.right .sub-col {
    padding: 20px 0px 60px;
}
footer .logo-gs {
    margin: 45px 0px 10px;
}
.main-col.left {
    width: 100%;
    margin-right: 0px;
}
.main-col.right {
    width: 100%;
}
.title-tab-wrapper .main-col.left {
    display: none;
}
.page-std-content .sidebar {
    padding: 10px 0px 60px;
}
.page-std-content .parent-title {
    margin-top: 0px;
}
.woocommerce .main-col.left.sidebar {
    position: fixed;
    left: 0px;
    background-color: #F2F5F5;
    width: 300px;
    height: 100vh;
    top: 0px;
    z-index: 100000;
    transform: translateX(-120%);
    margin: 0px !important;
    padding: 0px 0px 0px 0px;
}
.woocommerce .main-col.left.sidebar.visible{
    transform: translateX(0%);
}
.woocommerce .main-col.left.sidebar .parent-title {
    margin-top: 30px;
        width: 92%;
    margin-left: 4%;
}
.side-menu > ul > li, .product-categories > li {
    margin-bottom: 7px;
}
.cat-search-mobile {
    position: relative;
}
.cat-search-mobile .show-cat-list {
    margin-top: 1px;
}
.cat-search-mobile .woocommerce-product-search {
    right: 0px;
    position: absolute;
    top: 0px;
    margin-top: 0px;
}
.cat-search-mobile .woocommerce-product-search #woocommerce-product-search-field {
    background-color: #E6E7E8;
    border-radius: 0px;
    border: none;
    outline: none;
    font-size: 22px;
    padding: 4px 45px 5px 7px;
    width: 296px;
    font-family: 'Dinpo';
    font-weight: 800;
    color: gray;
}
.woocommerce-product-search ::-webkit-input-placeholder {
  color: #D1D2D4;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
.woocommerce-product-search :-moz-placeholder {
  color: #D1D2D4;
  font-size: 22px;
  font-weight: 800;  
  text-transform: uppercase;
}
.woocommerce-product-search ::-moz-placeholder {
  color: #D1D2D4;
  font-size: 22px;
  font-weight: 800;  
  text-transform: uppercase;
}
.woocommerce-product-search :-ms-input-placeholder {  
  color: #D1D2D4;
  font-size: 22px;
  font-weight: 800;  
  text-transform: uppercase;
}
.cat-search-mobile .woocommerce-product-search input[type=submit] {
    height: 100% !important;
}
.cat-search-mobile{
  display: block;
}
.woocommerce .main-col.left.sidebar .menu-button.close:before {
    content: "";
    display: block;
    position: absolute;
    width: 47px;
    height: 45px;
    background-color: #FFFFFF;
    top: -21px;
    left: -7px;
}
.woocommerce .main-col.left.sidebar .menu-button.close {
    transform: translateX(0px);
    display: block;
    width: 35px;
    height: 27px;
    right: -42px;
    top: 53px;
    position: fixed;
    opacity: 1;
}
.sidebar .woocommerce-product-search {
    display: none;
}
}





















@media screen and (max-width: 800px) {
  .featured-products-slider {
    width: 85%;
    margin: 0 auto;
}
  ul.products li{
    margin: 0 2.1% 20px 0px !important;
    width: 31.9% !important;
    text-align: center;
    float: left !important;
    clear: none !important;
  }
.main-slider {
    height: 280px;
}
.product-sales .sale-large {
    height: 220px;
  }
  .product-sales .sale-small {
    height: 220px;
  }
  .sale-large .sale-title,.sale-small .sale-title{
    font-size: 20px;
    line-height: 20px;
  }
  
}



@media screen and (max-width: 700px) {  
  .others-p .title {
    font-size: 23px;
    line-height: 26px;
}



.suggested-products, .best-sellers {
    width: 100%;
  }
  .std-page-slider {
    height: 440px;
    height: 34vh;
}
.std-page-slider .owl-pagination{
      margin-left: 4%;
}
  .info-block {
    width: 100%;
    height: 200px;
    margin-right: 0px;
    margin-bottom: 10px !important;
    display: inline-block;
}
  .main-featured-page {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.main-featured-page-cta{
  width: 100%;
      height: auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    display: block !important;
}
.main-featured-page-image{
    width: 100%;
    position: relative;
    height: 50vw;
    padding: 0px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    display: block !important;
}
.other-featured-page-large {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
    padding-top: 60%;
}
.other-featured-page-small {
    width: 100%;
    margin: 0px;
    padding-top: 60%;
}
footer .main-col.left {
    text-align: center;
}
footer .main-col.right {
    text-align: center;
}
footer .main-col.right .sub-col {
    padding: 20px 0px 15px;
    width: 100% !important;
}
footer .main-col.right .sub-col.cta {
    margin-bottom: 60px;
}
footer .cta-message-wrapper .button {
    padding-right: 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
margin: 0px 3.6% 20px 0px !important;
    width: 48% !important;
    text-align: center;
    float: left !important;
    clear: none !important;
}
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
    margin-right: 0px !important;
}
.header-slider .caption-wrapper .caption-title {
    font-size: 21px;
}
  .featured-products-slider ul.products li.product{
    width: 100% !important;
  }

/*.suggested-products ul.products li.product, .best-sellers ul.products li.product {
    width: 29% !important;
    margin-bottom: 0px !important;
    display: inline-block !important;
    vertical-align: top;
    float: none !important;
    margin-right: 0px !important; 
}
.suggested-products .products-wrapper, .best-sellers .products-wrapper {
    height: 330px;
}
.suggested-products, .best-sellers {
    margin-top: 50px;
    margin-bottom: 0px;
}
.best-sellers{
    margin-bottom: 50px;
}*/
}

@media screen and (max-width: 600px) {
  .featured-products-slider {
    width: 75%;
    margin: 0 auto;
}
  .woocommerce .main-col.left.sidebar {
    width: 250px;
  }
  .product-sales .sale-small {
    height: 260px;
    width: 100%;
    margin-top: 10px;
  }
  .product-sales .sale-large {
    height: 260px;
    width: 100%;
  }
  .sale-large .sale-title, .sale-small .sale-title {
    font-size: 26px;
    line-height: 26px;
}
  .cat-search-mobile .woocommerce-product-search #woocommerce-product-search-field {
    width: 256px;
  }
  .cat-search-mobile .woocommerce-product-search {
    display: none;
  }
  .sidebar .woocommerce-product-search {
      display: block;
  }
.header-slider .caption {
    width: 65%;
    background-color: rgba(255, 255, 255, 0.63);
    padding: 17px;
    left: 4%;
    position: absolute;
    bottom: 25%;
}

.owl-pagination {
    width: 65%;
}
.woocommerce .owl-controls {
    bottom: 15% !important;
}
/*header .main-col.left:after{
  display: none;
}*/
.owl-controls {
    text-align: left !important;
}
.main-slider .owl-controls {
    text-align: left !important;
    bottom: 9px !important;
}
.owl-pagination {
    width: 65%;
    left: 4%;
    position: relative;
}
header .main-col.left {
    width: 220px;
}
header .main-col.left:after {
    background-size: 232px auto;
    background-position: center -15px;
}
header .logo {
    width: 126px;
    margin: 21px 0px -27px 0px;
}
header {
    height: 120px;
    }
    .hamburger{
top: 43px;
}
.menu-button.close{
top: 59px;
}
.title-tab h1 {
  color: white;
  font-size: 23px;
  line-height: 1.2em;
  font-weight: 800;
  padding: 15px 80px 16px 28px !important;
}
.shop-archive-image {
  width: 70%;
  padding-top: 70%;
  margin: 0 auto 1em;
}
/*.suggested-products .products-wrapper, .best-sellers .products-wrapper {
    height: 260px;
}*/
.useful-info .button {
    float: none;
    display: inline-block;
    margin-top: 16px;
    margin-left: -5px;

}
}


@media screen and (max-width: 450px) {
  .featured-products-slider {
    width: 70%;
    margin: 0 auto;
}
  .product-sales .sale-small {
    height: 210px;
  }
  .product-sales .sale-large {
    height: 210px;margin-top: 7px;
  }
  .sale-large .sale-title, .sale-small .sale-title {
    font-size: 20px;
    line-height: 20px;
}
.suggested-products .products-wrapper, .best-sellers .products-wrapper {
    height: auto;
}
  .featured-products .round-title {
    font-size: 20px;
  }
  .shop-archive-image {
  width: 100%;
  padding-top: 100%;
  margin: 0 auto 1em;
}
.featured-products .woocommerce ul.products li.product h3{
    font-size: 26px !important;
    line-height: 35px;
}
  header .main-col.right {
    width: 250px;
  }
  header.menu-visible .close,
   header.menu-visible .hamburger {
    transform: translateX(-239px);
}
header .main-col.right {
    width: 272px;
    }
    .main-featured-page-cta {
    padding-top: 52.3%;
  }
  .main-featured-page-image {
    height: 60vw;
  }
  .hamburger {
    right: 20px;
}
/*.suggested-products ul.products li.product, .best-sellers ul.products li.product {
    width: 29% !important;
    margin-bottom: 10px;
}
.suggested-products .woocommerce ul.products li.product h3, .best-sellers .woocommerce ul.products li.product h3{
  font-size: 11px !important;
  line-height: 11px;
}
.suggested-products .woocommerce ul.products li.product .price.loop .amount , .best-sellers .woocommerce ul.products li.product .price.loop .amount {
  font-size: 16px !important;
  line-height: 20px;
}*/
.others-p .title {
    font-size: 18px;
    line-height: 20px;
    width: 100px;
}
.others-p .left-side {
    width: 100%;
    padding-top: 43%;
    display: block;
}
.others-p .inner ul.products li.product {
    height: 70vw !important;
    padding: 0px !important;
    width: 70vw !important;
    position: relative;
    display: inline-block;
    margin: 20px auto !important;
    cursor: pointer;
    float: none !important;
}


.others-p .inner ul.products {
    height: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
}
.others-p .inner .woocommerce {
    height: auto;
    width: 100%;
}
.others-p .products-wrapper .inner {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.others-p .products-wrapper {
    width: 100%;
    padding-top: 30px;
    display: block;
    margin-left: 0px;
}
}


@media screen and (max-width: 400px) {
  .featured-products-slider {
    width: 65%;
    margin: 0 auto;
}
}



























/* ==========================================================================
   ANIMATIONS & TRANSITIONS
   ========================================================================== */
.delay{
  transition-delay:0.2s !important;
}
.delay-c1{
  transition-delay:0.5s !important;
}
.delay-c2{
  transition-delay:1s !important;
}
.anim-fast{
    -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-fast{
    -webkit-transition: transform 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: transform 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: transform 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: transform 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-medium{
    -webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.5s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-mediumfast{
    -webkit-transition: all 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.2s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.2s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-slow{
    -webkit-transition: all 0.7s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.7s ease-in-out;  /* Firefox 4-15 */
       -o-transition: all 0.7s ease-in-out;  /* Opera 10.50–12.00 */
          transition: all 0.7s ease-in-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-slow-opacity{
    -webkit-transition: opacity 0.7s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: opacity 0.7s ease-in-out;  /* Firefox 4-15 */
       -o-transition: opacity 0.7s ease-in-out;  /* Opera 10.50–12.00 */
          transition: opacity 0.7s ease-in-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-slower{
    -webkit-transition: all 0.9s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.9s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.9s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.9s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-so-slow{
    -webkit-transition: all 6s ease-in-out;;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 6s ease-in-out;;  /* Firefox 4-15 */
       -o-transition: all 6s ease-in-out;;  /* Opera 10.50–12.00 */
          transition: all 6s ease-in-out;;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.anim-super-slow{
    -webkit-transition: all 10s ease-in-out;;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 10s ease-in-out;;  /* Firefox 4-15 */
       -o-transition: all 10s ease-in-out;;  /* Opera 10.50–12.00 */
          transition: all 10s ease-in-out;;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.images .flex-viewport {
    width: 529px !important;
    height: 529px !important;
    display: inline-block !important;
    vertical-align: top !important;
    border-radius: 43px;
    overflow: hidden;
    border: 2px solid #D1D2D4;
    position: relative;
    text-align: center;
}
.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image.flex-active-slide{
  height: 529px !important;
  min-height: 529px !important;
}
.woocommerce div.product div.images .size-shop_single {
    width: auto !important;
    height: 100% !important;
        margin: 0 auto !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  right: auto !important;
  left: 480px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    background: #97989a !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border: 2px solid #97989a !important;
}

.woocommerce div.product div.images div.thumbnails {
  padding-top: 0px !important;
  width: 167px;
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
  height: 536px;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product div.images div.thumbnails .thumbnails-slide{
  transform:translateY(0px);
}
.woocommerce div.product div.images div.thumbnails li{
    border-radius: 20px;
    border: 2px solid #D1D2D4;
    margin-bottom: 16px;
    width: 163px !important;
    height: 163px !important;
    position: relative;
    overflow: hidden;
}
 .woocommerce div.product div.images div.thumbnails li img{
  width: auto !important;
  height: 100% !important;
  display: inline-block !important;
      vertical-align: middle;
      margin-left: 5px;
}
.thumbnails-navigation{
  top: 0px;
  position: absolute;
  width: 0px;
  height: 100%;
  right: 99px;
  display: none;
}
.thumbnails-navigation.hasslide{
  display: block;
}
.go-up{
    width: 30px;
    height: 25px;
    top: -30px;
    position: absolute;
    cursor: pointer;
    transform:translateY(0px);
    opacity: 1;
}
.go-up:hover{
    transform:translateY(-3px);
}
.go-up.invisible{
  opacity: 0;
}
.go-down{
    width: 30px;
    height: 25px;
    bottom: -25px;
    position: absolute;
    cursor: pointer;
    transform:translateY(0px);
    opacity: 1;
}
.go-down:hover{
    transform:translateY(3px);
}
.go-down.invisible{
  opacity: 0;
}

.xoo-cp-atc-icon {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #52c7e2;
    border-radius: 20px;
    text-align: center;
}
.xoo-cp-atc-icon .fa{
    top: 19px;
    position: relative;
    margin-left: 0px !important;
}

.fa-check:before {
    margin: 0 6px 0px 0px;
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
        vertical-align: middle;
}
.fa-check:after {
    content: "ADICIONADO";
    position: relative;
    height: 14px;
    display: inline-block;
        vertical-align: middle;
    color: white !important;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
        font-family: 'Dinpo';
    font-kerning: normal;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

.xoo-cp-container .fa-check:after{
  display: none;
}
.xoo-cp-container {
    max-width: 670px;
    border-radius: 0px;
    border: none;
}
.xoo-cp-atcn{
  margin: 0px !important;
}
.xoo-cp-pimg img {
    height: 100px;
    width: auto;
}
td.xoo-cp-qtybox {
    display: none;
}
i.xoo-cp-close{
  display: none !important;
}
.woocommerce-form__label-for-checkbox span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 15px;
}
#ship-to-different-address-checkbox {
    display: inline-block;
    width: 14px !important;
    height: 15px !important;
    vertical-align: middle;
}
.woocommerce-checkout {
    color: #58595b;
}
.shipping_address {
    max-height: 0px;
    overflow: hidden;
}
.shipping_address.visible {
    max-height: 543px;
}
.woocommerce-billing-fields__field-wrapper {
    margin-top: 4px;
}
textarea#order_comments {
    min-height: 112px;
}
.woocommerce-order {
    color: #5b5c5e;
}
.woocommerce-thankyou-order-received {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce-thankyou-order-details.order_details {
    margin: 20px 0px 50px !important;
    padding: 0px !important;
}
section.woocommerce-order-details {
    margin-top: 40px;
}
h2.woocommerce-order-details__title {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 18px;
}
.woocommerce-customer-details h2, h2.woocommerce-order-details__title {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 18px;
}
.woocommerce-column--billing-address, .woocommerce-column--shipping-address {
    width: 34.3% !important;
    display: inline-block;
    float: left !important;
}
.woocommerce-column--billing-address h3, .woocommerce-column--shipping-address h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.order_details .wc-item-meta {
    margin: 11px 0px 7px !important;
    padding: 0px !important;
}