@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800");
/*Colors*/
/*Mixins*/
@import url(../css/bootstrap.min.css);
@import url(../css/swiper.min.css);
@import url(../css/jquery.fancybox.min.css);
@-webkit-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-moz-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-o-keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@keyframes fromtop {
  0% {
    top: -400px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }
@-webkit-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-moz-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-o-keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@keyframes lefttop {
  0% {
    left: -400px;
    opacity: 0; }
  100% {
    left: 0px;
    opacity: 1; } }
@-webkit-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-moz-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-o-keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@keyframes righttop {
  0% {
    right: -400px;
    opacity: 0; }
  100% {
    right: 0px;
    opacity: 1; } }
@-webkit-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-moz-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-o-keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@keyframes totop {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-webkit-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scale {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@media (min-width: 576px) {
  .col-full {
    max-width: 540px; } }
@media (min-width: 768px) {
  .col-full {
    max-width: 720px; } }
@media (min-width: 992px) {
  .col-full {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .col-full {
    max-width: 1140px; } }
img {
  border-radius: 0px; }

html, body, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Nunito', sans-serif;
  color: #2E2E2D; }

p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 300; }

a, input, button {
  outline: 0px !important;
  box-shadow: none !important; }

a {
  color: #2E2E2D; }
  a:hover {
    color: #6d9c56; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #6d9c56; }

::selection {
  color: #fff;
  background: #6d9c56; }

.btn-white {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 11px 42px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .btn-white:hover {
    background-color: #6d9c56;
    color: #fff;
    border-color: #6d9c56;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  @media (max-width: 767px) {
    .btn-white {
      padding: 7px 31px; } }

.btn-primary {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 11px 42px;
  border: 1px solid #6d9c56;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none !important;
  background-color: #6d9c56;
  -webkit-transition: all ease 0.07s;
  -moz-transition: all ease 0.07s;
  -o-transition: all ease 0.07s;
  transition: all ease 0.07s;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15); }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #885590;
    color: #fff;
    border-color: #885590;
    -webkit-transition: all ease 0.15s;
    -moz-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
    transition: all ease 0.15s; }
  @media (max-width: 767px) {
    .btn-primary {
      padding: 7px 31px; } }

.outer-table {
  display: table;
  width: 100%;
  height: 100%; }
  .outer-table .inner-table {
    display: table-cell;
    vertical-align: middle; }

.hentry {
  margin-bottom: 0px; }

.col-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px; }
  @media (max-width: 767px) {
    .col-full {
      margin-left: 15px;
      margin-right: 15px;
      width: auto;
      max-width: 100%; } }

.primary-navigation {
  display: none !important; }

header#masthead {
  position: fixed !important;
  top: 0;
  width: 100%;
  padding: 0px 0px !important;
  height: 116px;
  z-index: 9999; }
  header#masthead .col-full > .row {
    height: 116px; }
    @media (max-width: 767px) {
      header#masthead .col-full > .row {
        height: 71px; } }
  header#masthead .logotipo-header {
    text-align: center; }
    header#masthead .logotipo-header img {
      width: 190px;
      margin: auto; }
    header#masthead .logotipo-header a {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -95px; }
      @media (max-width: 767px) {
        header#masthead .logotipo-header a {
          margin-left: -54px; } }
  header#masthead .site-branding {
    display: none !important; }
  header#masthead .screen-reader-text {
    display: none; }
  header#masthead nav.secondary-navigation {
    display: none; }
  header#masthead .col-icon-menu img {
    height: 20px; }
  header#masthead .col-icon-menu img.menu-close {
    height: 25px; }
  header#masthead .col-right-menu ul {
    list-style: none;
    margin: 0px;
    text-align: right;
    float: right; }
    header#masthead .col-right-menu ul li {
      float: left;
      padding: 9px 13px;
      position: relative; }
      @media (min-width: 758px) and (max-width: 991px) {
        header#masthead .col-right-menu ul li {
          padding: 9px 11px; } }
      header#masthead .col-right-menu ul li img {
        height: 20px;
        cursor: pointer; }
      header#masthead .col-right-menu ul li:last-child {
        border-right: 0px; }
      header#masthead .col-right-menu ul li .count-cart {
        position: absolute;
        top: -3px;
        right: 2px;
        background: #6d9c56;
        border-radius: 50%;
        width: 21px;
        height: 21px;
        color: #fff;
        font-size: 10px;
        text-align: center;
        line-height: 23px; }
        header#masthead .col-right-menu ul li .count-cart span.amount {
          display: none; }
      header#masthead .col-right-menu ul li ul li {
        padding: 0px;
        padding-left: 9px;
        text-transform: uppercase; }
        header#masthead .col-right-menu ul li ul li a {
          color: #94938d;
          text-decoration: none !important;
          font-weight: 300; }
          header#masthead .col-right-menu ul li ul li a:hover {
            color: #6d9c56; }
        header#masthead .col-right-menu ul li ul li.active-lang a {
          color: #6d9c56 !important; }
  header#masthead .col-icon-menu .icon-menu {
    float: left;
    cursor: pointer; }

#content {
  padding-top: 116px; }

footer {
  overflow: hidden;
  margin-top: 100px; }
  footer .col-full {
    position: relative; }
    footer .col-full img.be-fun {
      position: absolute;
      top: 0;
      right: 0;
      width: 624px;
      margin-top: -96px; }
      @media (min-width: 758px) and (max-width: 991px) {
        footer .col-full img.be-fun {
          width: 350px;
          margin-top: 0px; } }
      @media (max-width: 767px) {
        footer .col-full img.be-fun {
          top: 0;
          right: 0;
          width: 100%;
          margin-top: -57px;
          margin-bottom: 40px;
          position: relative; } }
  @media (max-width: 767px) {
    footer > .col-full > .row > div {
      margin-bottom: 30px; }
      footer > .col-full > .row > div:last-child {
        margin-bottom: 0px; } }
  footer .footer-widgets {
    display: none; }
  footer.site-footer {
    background-color: #6d9c56 !important;
    padding: 85px 0; }
    @media (min-width: 758px) and (max-width: 991px) {
      footer.site-footer {
        padding: 60px 0; } }
    @media (max-width: 767px) {
      footer.site-footer {
        padding: 50px 0px; } }
    footer.site-footer h5 {
      font-size: 20px;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 27px; }
      @media (min-width: 991px) and (max-width: 1199px) {
        footer.site-footer h5 {
          font-size: 16px; } }
      @media (max-width: 767px) {
        footer.site-footer h5 {
          margin-bottom: 13px; } }
    @media (max-width: 767px) {
      footer.site-footer .col-menu {
        text-align: center; } }
    footer.site-footer .col-menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      footer.site-footer .col-menu ul li {
        line-height: 28px; }
        @media (max-width: 767px) {
          footer.site-footer .col-menu ul li {
            line-height: 24px; } }
        footer.site-footer .col-menu ul li a {
          color: #fff;
          font-weight: 500;
          font-size: 14px;
          text-decoration: none; }
          footer.site-footer .col-menu ul li a:hover {
            color: #885590; }
    footer.site-footer .col-social ul {
      list-style: none;
      padding: 0px;
      margin: 0px; }
      footer.site-footer .col-social ul li {
        display: inline-block;
        margin-right: 15px;
        float: left; }
        footer.site-footer .col-social ul li img {
          width: 40px; }
    footer.site-footer .col-payments-copy {
      text-align: right; }
      @media (min-width: 758px) and (max-width: 991px) {
        footer.site-footer .col-payments-copy {
          text-align: center; } }
      footer.site-footer .col-payments-copy img {
        width: 250px;
        float: right;
        margin-bottom: 0px; }
        @media (min-width: 758px) and (max-width: 991px) {
          footer.site-footer .col-payments-copy img {
            float: none;
            margin: auto;
            margin-top: 50px; } }
        @media (max-width: 767px) {
          footer.site-footer .col-payments-copy img {
            float: left; } }
      footer.site-footer .col-payments-copy .copyrights {
        font-size: 12px;
        font-weight: 300;
        float: right;
        width: 100%;
        margin-bottom: 0px; }
        footer.site-footer .col-payments-copy .copyrights a {
          color: #2E2E2D;
          font-weight: 300; }
        footer.site-footer .col-payments-copy .copyrights label {
          color: #fff;
          margin-bottom: 0px !important; }
  footer .copyrights hr {
    border-top: 1px solid white;
    opacity: 0.3;
    margin-top: 23px;
    margin-bottom: 23px; }
  footer .copyrights p {
    font-size: 14px;
    color: #fff; }
    @media (min-width: 991px) and (max-width: 1199px) {
      footer .copyrights p {
        font-size: 12px; } }
    footer .copyrights p a {
      font-size: 14px;
      color: #fff !important;
      text-decoration: none !important; }
      @media (min-width: 991px) and (max-width: 1199px) {
        footer .copyrights p a {
          font-size: 12px; } }
      footer .copyrights p a:hover {
        color: #885590 !important; }
    @media (max-width: 767px) {
      footer .copyrights p {
        text-align: center; } }
    @media (max-width: 767px) {
      footer .copyrights p .authorsite {
        display: block;
        margin-top: -4px; } }

.storefront-product-categories .section-title {
  display: none; }

.home .homeslider {
  height: calc(100vh - 116px);
  position: relative;
  /*.scroll-down {
    width: 50px;
    height: 50px;
    background-image:url('../img/scroll.svg')!important;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 7%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor:pointer;
    //@include transition(all, ease, 0.2s);
    &:hover {
      //@include transition(all, ease, 0.2s);
      background-image:url('../img/scroll_hover.svg')!important;
    }
    /*@include breakpoint(mobile) {
      width: 30px;
      height: 30px;
      margin-left: -15px;
    }*/ }
  @media (max-width: 767px) {
    .home .homeslider {
      height: calc(60vh); } }
  .home .homeslider .swiper-container {
    width: 100%;
    height: 100%; }
  .home .homeslider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .home .homeslider .swiper-slide a {
      text-decoration: none !important; }
    .home .homeslider .swiper-slide .img-slide {
      float: left;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
        /*h3 {
          color:#fff;
          font-size:35px;
          font-weight:300;
          padding-top: 10px;
          border:0px;
          margin:0px;

          @include transition(all, 0.60s, 0.75s);
          //-webkit-transform: translateX(-45px);
          //transform: translateX(-45px);
          @include translateX(-45px);
          opacity: 0;
          @include breakpoint(mobile) {
            font-size:25px;
          }
        }*/ }
      .home .homeslider .swiper-slide .img-slide .content-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.075); }
        @media (max-width: 767px) {
          .home .homeslider .swiper-slide .img-slide .content-slide {
            padding: 0 42px; } }
      .home .homeslider .swiper-slide .img-slide h2 {
        color: #fff;
        margin: 0px;
        color: #fff;
        font-weight: 700;
        font-size: 37px;
        margin: 0px;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.6s 0.5s;
        -moz-transition: all 0.6s 0.5s;
        -o-transition: all 0.6s 0.5s;
        transition: all 0.6s 0.5s;
        -moz-transform: translateX(-45px);
        -webkit-transform: translateX(-45px);
        -o-transform: translateX(-45px);
        transform: translateX(-45px);
        opacity: 0; }
        @media (max-width: 767px) {
          .home .homeslider .swiper-slide .img-slide h2 {
            font-size: 25px; } }
      .home .homeslider .swiper-slide .img-slide .btn {
        margin-top: 50px; }
      .home .homeslider .swiper-slide .img-slide .btn-outer {
        -webkit-transition: all 0.6s 1s;
        -moz-transition: all 0.6s 1s;
        -o-transition: all 0.6s 1s;
        transition: all 0.6s 1s;
        -moz-transform: translateX(-45px);
        -webkit-transform: translateX(-45px);
        -o-transform: translateX(-45px);
        transform: translateX(-45px);
        opacity: 0; }
    .home .homeslider .swiper-slide.swiper-slide-active h2, .home .homeslider .swiper-slide.swiper-slide-active h3, .home .homeslider .swiper-slide.swiper-slide-active .btn-outer {
      opacity: 1;
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }
  .home .homeslider .swiper-button-next, .home .homeslider .swiper-button-prev {
    height: 50px;
    width: 50px;
    background-size: 100%;
    margin-top: -25px; }
    @media (max-width: 767px) {
      .home .homeslider .swiper-button-next, .home .homeslider .swiper-button-prev {
        width: 30px;
        height: 30px; } }
  .home .homeslider .swiper-button-next, .home .homeslider .swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/arrow-right.svg") !important;
    right: 4%;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s; }
    .home .homeslider .swiper-button-next:hover, .home .homeslider .swiper-container-rtl .swiper-button-prev:hover {
      background-image: url("../img/arrow-right-hover.svg") !important;
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
  .home .homeslider .swiper-button-prev, .home .homeslider .swiper-container-rtl .swiper-button-next {
    background-image: url("../img/arrow-left.svg") !important;
    left: 4%;
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s; }
    .home .homeslider .swiper-button-prev:hover, .home .homeslider .swiper-container-rtl .swiper-button-next:hover {
      background-image: url("../img/arrow-left-hover.svg") !important;
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
  .home .homeslider polyline {
    fill: blue;
    color: #000 !important;
    background-color: #000 !important; }

.featured-categories {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 130px; }
  @media (max-width: 767px) {
    .featured-categories {
      margin-top: 60px;
      margin-bottom: 60px; } }
  .featured-categories .img-cat {
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 50%;
    overflow: hidden; }
    @media (min-width: 758px) and (max-width: 991px) {
      .featured-categories .img-cat {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .featured-categories .img-cat {
        margin-bottom: 15px; } }
    .featured-categories .img-cat .content-cat {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.25);
      border-radius: 50%; }
      .featured-categories .img-cat .content-cat a {
        text-decoration: none !important; }
    .featured-categories .img-cat:hover .content-cat {
      background: rgba(109, 156, 86, 0.75); }
    .featured-categories .img-cat h3 {
      color: #fff;
      margin: 0px;
      color: #fff;
      font-weight: 600;
      font-size: 20px;
      margin: 0px; }
      @media (max-width: 767px) {
        .featured-categories .img-cat h3 {
          font-size: 18px;
          padding: 10px; } }
    .featured-categories .img-cat .btn {
      margin-top: 30px; }
  .featured-categories.featured-categories-shop {
    margin-top: 0px; }
    .featured-categories.featured-categories-shop .img-cat {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .featured-categories.featured-categories-shop .img-cat {
          margin-bottom: 15px; } }
  @media (min-width: 758px) and (max-width: 991px) {
    .featured-categories .col-featured-categories {
      width: 50%;
      max-width: 50%;
      flex: none; } }
  @media (max-width: 767px) {
    .featured-categories .col-featured-categories {
      width: 50%;
      max-width: 50%;
      flex: none; } }

.instagram {
  text-align: center;
  padding: 100px 0 85px 0; }
  @media (max-width: 767px) {
    .instagram {
      padding: 50px 0 50px 0; } }
  .instagram a {
    text-decoration: none !important; }
  .instagram h4 {
    font-size: 18px;
    font-weight: 300;
    color: #2E2E2D;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .instagram h4 {
        margin-bottom: 6px; } }
  .instagram a {
    font-size: 35px;
    font-weight: bold;
    color: #6d9c56;
    margin-bottom: 0px;
    margin-top: 0px; }
    @media (max-width: 767px) {
      .instagram a {
        font-size: 22px; } }

#primary.content-area {
  width: 100%;
  margin-right: 0px; }

@media (min-width: 768px) {
  .content-area, .widget-area {
    margin-bottom: 0px; }

  .woocommerce-breadcrumb {
    margin-bottom: 2em; } }
.woocommerce-breadcrumb {
  color: #6d9c56;
  font-weight: 500; }
  .woocommerce-breadcrumb span {
    color: #2E2E2D !important; }
  .woocommerce-breadcrumb a {
    color: #2E2E2D;
    font-weight: 500;
    text-decoration: none !important; }
    .woocommerce-breadcrumb a:hover {
      color: #6d9c56; }

.woocommerce-breadcrumb .breadcrumb-separator:after {
  top: 56% !important;
  opacity: 0.75; }

.home .site-main {
  margin-bottom: 0px; }

#secondary.widget-area {
  display: none; }

h1.page-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #2E2E2D;
  margin-bottom: 20px; }
  @media (min-width: 758px) and (max-width: 991px) {
    h1.page-title {
      font-size: 26px;
      padding-top: 5px; } }
  @media (max-width: 767px) {
    h1.page-title {
      font-size: 26px;
      margin-bottom: 15px; } }

h2.page-title {
  font-size: 25px;
  text-transform: uppercase;
  color: #2E2E2D;
  margin-bottom: 20px; }

ul.products li.product {
  position: relative;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    ul.products li.product {
      margin-bottom: 20px; } }
  ul.products li.product .onsale {
    position: absolute;
    left: 50%;
    top: 11px;
    font-weight: 300;
    transform: translate(-50%, 0%);
    color: #885590;
    border-color: #fff;
    font-size: 14px;
    border-width: 1px;
    border-radius: 0px;
    padding: 6px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-color: #fff; }
  ul.products li.product:hover h2 {
    color: #6d9c56; }
  ul.products li.product img {
    border-radius: 0px; }
    @media (max-width: 767px) {
      ul.products li.product img {
        width: 100%; } }
    @media (max-width: 767px) {
      ul.products li.product img {
        margin-bottom: 0.8em; } }
  ul.products li.product a {
    text-decoration: none !important; }
  ul.products li.product h2 {
    font-size: 18px !important;
    font-weight: 300 !important;
    margin-bottom: 3px !important; }
    @media (max-width: 767px) {
      ul.products li.product h2 {
        font-size: 16px !important; } }
  ul.products li.product .price {
    margin-bottom: 0px !important; }
  ul.products li.product .button {
    display: none !important;
    color: #6d9c56;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding: 8px 26px;
    border: 1px solid #6d9c56;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 300;
    background-color: #fff;
    margin-bottom: 0px;
    margin-top: 1.3em;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    ul.products li.product .button:hover {
      background-color: #6d9c56;
      color: #fff;
      border-color: #6d9c56;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }

@media (min-width: 768px) {
  .site-main .columns-4 ul.products li.product {
    width: 23.05%;
    margin-right: 2.6%; } }
@media (min-width: 758px) and (max-width: 991px) {
  .site-main .columns-4 ul.products li.product {
    width: 24.05%;
    margin-right: 1.2%; } }
@media (max-width: 767px) {
  .site-main .columns-4 ul.products li.product {
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-left: 1%; } }

@media (min-width: 768px) {
  .site-main ul.products li.product {
    width: 23.05%;
    margin-right: 2.6%; } }
@media (min-width: 758px) and (max-width: 991px) {
  .site-main ul.products li.product {
    width: 24.05%;
    margin-right: 1.2%; } }
@media (max-width: 767px) {
  .site-main ul.products li.product {
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-left: 1%; } }

/*@include breakpoint(tablet-vertical) {
  .site-main .columns-4 ul.products li.product {
    width: 24.05%;
    margin-right: 1.2%;
  }
  .site-main ul.products li.product {
    width: 24.05%;
    margin-right: 1.2%;
  }
}*/
.storefront-sorting {
  /* .woocommerce-result-count {
     display:none;
   }
  .woocommerce-ordering {
    margin-right: 0px;
    float: right;
    select {
      height: 30px;
      font-size: 14px;
      font-weight: 300;
      border: 0px!important;
      border-radius: 0px;
      float: right;
      background: #e6e6e6;
      outline:none;
      background:#F3F3F3 !important;
    }
  }
  &:first-child .woocommerce-pagination {
   // display:none;
  }
  @include breakpoint(mobile) {
    margin-bottom:0.7em;
  }*/ }
  .storefront-sorting h1 {
    float: left;
    margin: 0px; }

/*#main > .storefront-sorting .woocommerce-pagination {
  display:none!important;
}

.columns-4 {
  .storefront-sorting {
    h1 {
      display:none;
    }
    .woocommerce-ordering {
      display:none;
    }
    .woocommerce-pagination {
      display:block;
    }
    .woocommerce-result-count {
      display:block;
    }
    a {
      text-decoration:none!important;
    }
  }
}*/
.related > h2:first-child, .upsells > h2:first-child {
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 26px; }

.entry-summary h1.product_title {
  font-size: 30px;
  font-weight: 300; }

.single-product div.product p.price {
  font-size: 1.21575em;
  margin: 1em 0; }
.single-product .variations label {
  text-transform: uppercase;
  font-size: 15px; }
.single-product .variations .reset_variations {
  display: none !important; }
.single-product .variations select {
  height: 30px;
  font-size: 15px;
  font-weight: 300;
  border: 0px !important;
  border-radius: 0px;
  /* float: right; */
  background: #e6e6e6;
  outline: none;
  background: #F3F3F3 !important;
  padding: 0px 13px;
  width: 180px; }
.single-product .quantity input[type=number] {
  width: 70px;
  background: 0;
  box-shadow: none;
  border-bottom: 1px solid #6d9c56; }
.single-product .entry-summary button {
  color: #6d9c56;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 11px 42px;
  border: 1px solid #6d9c56;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 300;
  background-color: #fff;
  margin-bottom: 0px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .single-product .entry-summary button:hover {
    background-color: #6d9c56;
    color: #fff;
    border-color: #6d9c56;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
.single-product .entry-summary .product_meta {
  display: none; }
.single-product .related.products {
  margin-top: 15px; }
.single-product .woocommerce-tabs .panel h2:first-of-type {
  display: none; }
.single-product .woocommerce-tabs ul.tabs {
  width: 100%;
  margin-right: 0px;
  text-align: center;
  border: 0px;
  margin-bottom: 45px; }
  .single-product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    border: 0px;
    border: 1px solid #6d9c56;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 7px;
    color: #2E2E2D; }
    @media (min-width: 758px) and (max-width: 991px) {
      .single-product .woocommerce-tabs ul.tabs li {
        font-size: 13px;
        margin: 0px 6px; } }
    @media (max-width: 767px) {
      .single-product .woocommerce-tabs ul.tabs li {
        width: 80%;
        margin-bottom: 10px; } }
    .single-product .woocommerce-tabs ul.tabs li a {
      text-decoration: none !important; }
    .single-product .woocommerce-tabs ul.tabs li:hover {
      background: #6d9c56; }
      .single-product .woocommerce-tabs ul.tabs li:hover a {
        color: #fff; }
    .single-product .woocommerce-tabs ul.tabs li a {
      padding: 10px 42px;
      color: #6d9c56; }
      @media (min-width: 758px) and (max-width: 991px) {
        .single-product .woocommerce-tabs ul.tabs li a {
          padding: 10px 31px; } }
    .single-product .woocommerce-tabs ul.tabs li.active {
      background: #6d9c56; }
      .single-product .woocommerce-tabs ul.tabs li.active a {
        color: #fff !important; }
    .single-product .woocommerce-tabs ul.tabs li:after {
      display: none; }
@media (min-width: 768px) {
  .single-product .woocommerce-tabs .panel {
    width: 70%;
    float: left;
    margin-right: 0;
    margin-top: 0;
    margin-left: 15%; } }
.single-product table td, .single-product table th {
  font-weight: 300; }
.single-product div.product .woocommerce-product-gallery {
  width: 50%;
  margin-right: 2.5%; }
  @media (max-width: 767px) {
    .single-product div.product .woocommerce-product-gallery {
      width: 100%;
      margin-right: 0%; } }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 15%;
    float: left;
    margin-right: 2.5%; }
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    float: right;
    width: 82.5%; }
  .single-product div.product .woocommerce-product-gallery img {
    width: 100%;
    border-radius: 0px; }
.single-product div.product .summary {
  width: 47.5%; }
  @media (max-width: 767px) {
    .single-product div.product .summary {
      width: 100%; } }
.single-product .onsale {
  display: none; }
.single-product .related .onsale {
  display: block; }

.pswp__caption {
  display: none; }

.pswp__bg {
  opacity: 0.7 !important; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #6d9c56;
  border: 1px solid #6d9c56;
  width: 46px;
  height: 46px; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    line-height: 2;
    text-indent: 0;
    padding-top: 5px; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background: #6d9c56;
    color: #fff;
    text-decoration: none !important;
    border: 1px solid #6d9c56; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 100%; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  margin-bottom: 15px; }

.full-menu, .search-menu {
  float: left;
  width: 100%;
  background: white;
  position: fixed;
  z-index: -1;
  margin-top: 0px;
  opacity: 0;
  height: calc(100% - 116px);
  margin-top: 116px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .full-menu.show-full-menu, .search-menu.show-full-menu {
    z-index: 999;
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s; }
  .full-menu.search-full-menu, .search-menu.search-full-menu {
    z-index: 999;
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s; }
  .full-menu .menu-ul, .search-menu .menu-ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    list-style: none;
    text-align: center; }
    .full-menu .menu-ul li, .search-menu .menu-ul li {
      line-height: 48px;
      position: relative;
      display: table;
      margin: auto;
      padding-left: 18px; }
      @media (max-width: 767px) {
        .full-menu .menu-ul li, .search-menu .menu-ul li {
          line-height: 37px; } }
      .full-menu .menu-ul li.menu-item-has-children ul, .search-menu .menu-ul li.menu-item-has-children ul {
        list-style: none; }
      .full-menu .menu-ul li.menu-item-has-children div.arrow, .search-menu .menu-ul li.menu-item-has-children div.arrow {
        content: ' ';
        background-image: url("../img/dropdown.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 25px;
        margin-top: -1px;
        right: -25px;
        -webkit-transition: transform ease 0.2s;
        -moz-transition: transform ease 0.2s;
        -o-transition: transform ease 0.2s;
        transition: transform ease 0.2s;
        cursor: pointer; }
        .full-menu .menu-ul li.menu-item-has-children div.arrow:hover, .search-menu .menu-ul li.menu-item-has-children div.arrow:hover {
          background-image: url("../img/dropdown-hover.svg"); }
        @media (max-width: 767px) {
          .full-menu .menu-ul li.menu-item-has-children div.arrow, .search-menu .menu-ul li.menu-item-has-children div.arrow {
            top: 18px; } }
      .full-menu .menu-ul li.current_page_ancestor .arrow, .search-menu .menu-ul li.current_page_ancestor .arrow {
        background-image: url("../img/dropdown.svg") !important; }
      .full-menu .menu-ul li a, .search-menu .menu-ul li a {
        color: #2E2E2D;
        font-size: 30px;
        font-weight: 300;
        text-decoration: none !important;
        position: relative;
        padding: 0 0px; }
        .full-menu .menu-ul li a:hover, .search-menu .menu-ul li a:hover {
          color: #6d9c56; }
        @media (max-width: 767px) {
          .full-menu .menu-ul li a, .search-menu .menu-ul li a {
            font-size: 24px; } }
      .full-menu .menu-ul li.current-menu-item > a, .search-menu .menu-ul li.current-menu-item > a {
        color: #6d9c56; }
      .full-menu .menu-ul li.show-menu ul, .full-menu .menu-ul li.current-menu-parent ul, .search-menu .menu-ul li.show-menu ul, .search-menu .menu-ul li.current-menu-parent ul {
        display: block; }
      .full-menu .menu-ul li.show-menu .arrow, .full-menu .menu-ul li.current-menu-parent .arrow, .search-menu .menu-ul li.show-menu .arrow, .search-menu .menu-ul li.current-menu-parent .arrow {
        transform: rotate(180deg);
        -webkit-transition: transform ease 0.2s;
        -moz-transition: transform ease 0.2s;
        -o-transition: transform ease 0.2s;
        transition: transform ease 0.2s;
        margin-top: -6px !important;
        background-image: url("../img/dropdown-hover.svg") !important; }
        .full-menu .menu-ul li.show-menu .arrow:hover, .full-menu .menu-ul li.current-menu-parent .arrow:hover, .search-menu .menu-ul li.show-menu .arrow:hover, .search-menu .menu-ul li.current-menu-parent .arrow:hover {
          background-image: url("../img/dropdown.svg") !important; }
      .full-menu .menu-ul li.current-menu-parent .arrow, .search-menu .menu-ul li.current-menu-parent .arrow {
        transform: rotate(180deg);
        -webkit-transition: transform ease 0.2s;
        -moz-transition: transform ease 0.2s;
        -o-transition: transform ease 0.2s;
        transition: transform ease 0.2s;
        margin-top: -6px !important;
        background-image: url("../img/dropdown.svg") !important; }
        .full-menu .menu-ul li.current-menu-parent .arrow:hover, .search-menu .menu-ul li.current-menu-parent .arrow:hover {
          background-image: url("../img/dropdown.svg") !important; }
      .full-menu .menu-ul li ul, .search-menu .menu-ul li ul {
        display: none;
        margin-top: -6px;
        margin-bottom: 12px; }
        .full-menu .menu-ul li ul li, .search-menu .menu-ul li ul li {
          line-height: 27px; }
          .full-menu .menu-ul li ul li a, .search-menu .menu-ul li ul li a {
            font-size: 18px; }
            @media (max-width: 767px) {
              .full-menu .menu-ul li ul li a, .search-menu .menu-ul li ul li a {
                font-size: 16px; } }
            .full-menu .menu-ul li ul li a:after, .search-menu .menu-ul li ul li a:after {
              display: none; }

.search-menu .outer-form {
  text-align: left;
  width: 600px;
  margin: auto; }
  @media (max-width: 767px) {
    .search-menu .outer-form {
      width: 100%;
      padding: 0 15px; } }
  .search-menu .outer-form h4 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 21px; }
  @media (max-width: 767px) {
    .search-menu .outer-form form {
      text-align: center; } }
.search-menu input[type=search] {
  background: 0;
  box-shadow: none;
  border-bottom: 1px solid #6d9c56;
  width: 425px;
  padding-left: 0;
  padding-right: 0;
  float: left; }
  @media (max-width: 767px) {
    .search-menu input[type=search] {
      width: 100%; } }
.search-menu input[type="submit"] {
  color: #6d9c56;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 11px 42px;
  border: 1px solid #6d9c56;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 300;
  background-color: #fff;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  @media (max-width: 767px) {
    .search-menu input[type="submit"] {
      margin-top: 20px; } }
  .search-menu input[type="submit"]:hover {
    background-color: #6d9c56;
    color: #fff;
    border-color: #6d9c56;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }

.hidden {
  display: none; }

.col-lookbook {
  margin-bottom: 30px;
  text-align: center; }
  .col-lookbook .inner-lookbook {
    position: relative; }
    .col-lookbook .inner-lookbook .overlay {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(250, 184, 157, 0.8);
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .col-lookbook .inner-lookbook .overlay .btn-white {
        border: 0px !important;
        background: transparent !important;
        font-weight: 300;
        color: #fff !important;
        font-size: 21px; }
        .col-lookbook .inner-lookbook .overlay .btn-white:hover {
          /*background:white;
          color:$primary_color;
          border-color:#fff;*/ }
    .col-lookbook .inner-lookbook:hover .overlay {
      opacity: 1;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }

.col-single-lookbook {
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .col-single-lookbook {
      width: 48%;
      margin-left: 1%;
      margin-right: 1%; } }
  .col-single-lookbook .inner-lookbook {
    position: relative; }
    .col-single-lookbook .inner-lookbook .overlay {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(250, 184, 157, 0.8);
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.2s;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }
      .col-single-lookbook .inner-lookbook .overlay img {
        margin: auto;
        width: 40px; }
      .col-single-lookbook .inner-lookbook .overlay .btn-white:hover {
        /*background:white;
        color:$primary_color;
        border-color:#fff;*/ }
    .col-single-lookbook .inner-lookbook:hover .overlay {
      opacity: 1;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }

.first-row-history p:last-child, .second-row-history p:last-child {
  margin-bottom: 0px; }
.first-row-history .image-history, .second-row-history .image-history {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  min-height: 390px; }
  @media (max-width: 767px) {
    .first-row-history .image-history, .second-row-history .image-history {
      min-height: 300px; } }
.first-row-history p, .second-row-history p {
  text-align: center; }
.first-row-history .left-col-history, .second-row-history .left-col-history {
  padding-right: 0px; }
  @media (max-width: 767px) {
    .first-row-history .left-col-history, .second-row-history .left-col-history {
      padding-right: 15px; } }
.first-row-history .right-col-history, .second-row-history .right-col-history {
  padding-left: 0px; }
  @media (max-width: 767px) {
    .first-row-history .right-col-history, .second-row-history .right-col-history {
      padding-left: 15px; } }
.first-row-history .text-history, .second-row-history .text-history {
  height: 100%;
  padding: 50px; }

.first-row-history p {
  font-size: 24px;
  line-height: 40px; }
  @media (max-width: 767px) {
    .first-row-history p {
      font-size: 19px;
      line-height: 30px; } }
@media (max-width: 767px) {
  .first-row-history .right-col-history {
    margin-bottom: 15px; } }

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
  font-weight: 300; }

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
  font-weight: 300; }

header select {
  background: #fff;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 300;
  font-size: 14px !important; }

.woocommerce-currency-switcher-form {
  margin-bottom: 0px !important; }
  .woocommerce-currency-switcher-form .dd-select {
    background: #fff !important;
    border: 0px; }
  .woocommerce-currency-switcher-form .dd-selected {
    padding: 0px !important; }
  .woocommerce-currency-switcher-form .dd-selected-text {
    display: none !important; }
  .woocommerce-currency-switcher-form .dd-pointer {
    right: 0px;
    display: none; }
  .woocommerce-currency-switcher-form .dd-desc {
    color: #292929;
    font-weight: 300;
    font-size: 13px; }
  .woocommerce-currency-switcher-form ul.dd-options {
    top: 66px;
    left: -19px;
    border: 1px solid #EBEBEB;
    border-top: 0px;
    box-shadow: none; }
    .woocommerce-currency-switcher-form ul.dd-options li {
      border: 0px;
      padding: 2px 12px !important;
      width: 100%;
      text-align: center; }
      @media (min-width: 758px) and (max-width: 991px) {
        .woocommerce-currency-switcher-form ul.dd-options li {
          padding: 2px 10px !important; } }
      .woocommerce-currency-switcher-form ul.dd-options li a {
        padding: 8px 3px !important; }
        .woocommerce-currency-switcher-form ul.dd-options li a .dd-option-text {
          display: none; }

.gform_wrapper label.gfield_label {
  font-weight: 500 !important;
  margin-bottom: 0px; }

.gform_wrapper ul {
  list-style: none; }
.gform_wrapper li input, .gform_wrapper li textarea {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #E1E1E1;
  padding: 5px 10px !important; }
  .gform_wrapper li input:focus, .gform_wrapper li textarea:focus {
    background: #fff;
    border-color: #6d9c56; }
.gform_wrapper .gform_footer {
  text-align: center; }
.gform_wrapper input[type="submit"] {
  color: #6d9c56;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 11px 42px;
  border: 1px solid #6d9c56;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 300;
  background-color: #fff;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .gform_wrapper input[type="submit"]:hover {
    background-color: #6d9c56;
    color: #fff;
    border-color: #6d9c56;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }

.regular-page {
  text-align: justify; }
  .regular-page p {
    text-align: justify; }
  .regular-page h1 {
    font-size: 30px; }
  .regular-page h2 {
    font-size: 22px;
    margin-top: 0px; }
  .regular-page h3 {
    font-size: 18px;
    margin-top: 0px;
    border: 0px; }
  .regular-page h4 {
    font-size: 16px;
    margin-top: 0px; }
  .regular-page h5 {
    font-size: 14px;
    margin-top: 0px; }
  .regular-page .table td, .regular-page .table th {
    text-align: center; }
  .regular-page ul li {
    font-weight: 300; }
  .regular-page ul.lower-roman {
    list-style: lower-roman; }

#sb_instagram {
  padding-bottom: 0px !important; }

.row-instagram {
  /* margin-right: -30px;
   margin-left: -30px;*/ }

#sb_instagram.sbi_col_4 #sbi_images .sbi_item:first-child {
  padding-left: 0px !important; }

#sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-child {
  padding-right: 0px !important; }

@media (max-width: 767px) {
  #sb_instagram #sbi_images .sbi_item {
    padding: 0px !important;
    width: 48% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    margin-bottom: 2% !important; }
    #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap a {
      max-height: 200px !important; } }

#tab-title-reviews {
  display: none !important; }

#tab-reviews {
  display: none !important; }

.copyrights-section {
  text-align: center;
  background: #885590;
  padding: 8px 10px; }
  .copyrights-section p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #fff; }
    .copyrights-section p label {
      margin-bottom: 0px; }
      @media (max-width: 767px) {
        .copyrights-section p label {
          display: none; } }
    @media (max-width: 767px) {
      .copyrights-section p .authorsite {
        display: block;
        margin-top: -4px; } }
  .copyrights-section a {
    color: #fff !important;
    font-weight: 300; }

.outer-single-image {
  position: relative; }
  .outer-single-image .overlay {
    z-index: 1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 207, 255, 0.8);
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s; }
    .outer-single-image .overlay .btn-white {
      padding: 8px 26px;
      font-weight: 300;
      border: 0px !important;
      background: transparent;
      color: #fff !important;
      font-size: 16px; }
      .outer-single-image .overlay .btn-white:hover {
        /*background:white;
        color:$primary_color;
        border-color:#fff;*/ }
  .outer-single-image:hover .overlay {
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }

#customer_login .col-6 {
  float: left; }
  @media (max-width: 767px) {
    #customer_login .col-6 {
      width: 100%;
      max-width: 100%;
      padding-left: 0px;
      padding-right: 0px; } }

.woocommerce-Addresses .col-6 {
  float: left; }
  @media (max-width: 767px) {
    .woocommerce-Addresses .col-6 {
      width: 100%;
      max-width: 100%;
      padding-left: 0px;
      padding-right: 0px; } }

.form-row {
  margin: 0px;
  margin-bottom: 15px; }

fieldset legend {
  margin-left: 0px;
  margin-bottom: 15px; }

.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none; }
  @media (min-width: 758px) and (max-width: 991px) {
    .woocommerce-MyAccount-navigation ul li a {
      font-size: 15px; } }

.mark, mark {
  background-color: #6d9c56;
  color: #fff;
  font-weight: normal; }

header.entry-header h1.entry-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #2E2E2D;
  margin-bottom: 20px; }

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background: #6d9c56; }

.woocommerce fieldset legend {
  padding: 0px; }
.woocommerce fieldset {
  padding: 14px; }

.woocommerce-products-header {
  float: left;
  width: 100%; }

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
  background-color: #6d9c56 !important; }

a.remove:before {
  color: #6d9c56; }

.wc-proceed-to-checkout .button.checkout-button, #payment .place-order .button {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 11px 42px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #2E2E2D;
  border: 1px solid #000;
  color: #fff; }
  .wc-proceed-to-checkout .button.checkout-button:hover, #payment .place-order .button:hover {
    background-color: #6d9c56;
    color: #fff;
    border-color: #6d9c56;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #6d9c56; }

@media (min-width: 768px) {
  .page-template-template-fullwidth-php .form-row-first {
    width: 50.826087%;
    float: left;
    margin-right: 0.347826%; } }
@media (min-width: 768px) {
  .col2-set.addresses {
    margin-top: 50px; }

  .col2-set.addresses .col-6 {
    float: left;
    float: left;
    margin-left: 0;
    margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .col2-set.addresses .col-6 {
      width: 100%;
      max-width: 100%; } }

.cart-contents {
  float: none !important;
  text-decoration: none !important; }
  .cart-contents span.count {
    color: #fff;
    font-size: 11px !important; }

@media (min-width: 758px) and (max-width: 991px) {
  .table td, .table th {
    font-size: 80%; } }
.woocommerce-message a.restore-item {
  display: none; }

.separator-table {
  border-right: 2px solid #a2a2a2 !important; }

#resolucao-litigios, #politica-privacidade {
  margin-top: -130px;
  position: absolute; }

.subtitle-lookbook {
  font-size: 19px;
  text-transform: uppercase;
  display: block;
  margin-top: 5px; }

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0 !important; }

.gform_wrapper ul.gfield_checkbox li label {
  font-weight: 500 !important; }

.gform_wrapper ul.gfield_checkbox li label a {
  text-decoration: underline; }

.gfield_description a {
  text-decoration: underline; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px !important;
  margin-right: 5px; }

.hide-title .gfield_label {
  display: none !important; }

.help-section .card {
  border-radius: 0px;
  border-bottom: 0px; }
.help-section #accordion .card:last-child .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.help-section .card-header button:after {
  /* symbol for "opening" panels */
  float: right;
  /* adjust as needed */
  background-image: url(../img/dropdown.svg);
  width: 15px;
  height: 10px;
  content: ' ';
  background-repeat: no-repeat;
  margin-top: 7px;
  -webkit-transition: transform ease .2s;
  -moz-transition: transform ease .2s;
  -o-transition: transform ease .2s;
  transition: transform ease .2s;
  cursor: pointer; }
  @media (max-width: 767px) {
    .help-section .card-header button:after {
      width: 10px;
      margin-right: -8px; } }
.help-section .card-header button[aria-expanded="true"]:after {
  transform: rotate(180deg);
  -webkit-transition: transform ease .2s;
  -moz-transition: transform ease .2s;
  -o-transition: transform ease .2s;
  transition: transform ease .2s;
  margin-top: 5px !important; }
.help-section .card-header {
  padding: 0px; }
  .help-section .card-header h5 button {
    padding: 15px 20px 10px 20px;
    width: 100%;
    text-align: left;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #2E2E2D; }
    @media (max-width: 767px) {
      .help-section .card-header h5 button {
        padding: 12px 15px 10px 15px;
        font-size: 13px; } }
  .help-section .card-header img {
    width: 30px;
    display: inline;
    margin-top: -3px;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .help-section .card-header img {
        width: 21px;
        display: inline;
        margin-top: -3px;
        margin-right: 7px; } }
.help-section .card-body h3 {
  font-size: 17px; }
.help-section .card-body p:last-child {
  margin-bottom: 0px; }
.help-section .card-body img {
  margin-top: 20px; }
@media (max-width: 767px) {
  .help-section .card-body .table td, .help-section .card-body .table th {
    font-size: 13px;
    padding: .50rem; } }

@media (max-width: 767px) {
  .page-template-lookbook .col-full .site-main .row {
    margin: 0px; }

  header.entry-header h1.entry-title {
    text-align: left; }

  header#masthead {
    padding: 0px !important;
    height: 107px; }

  header#masthead.site-header .col-full {
    margin: 0px;
    padding-top: 35px; }

  .col-icon-menu {
    width: 25%;
    float: right;
    display: inline;
    padding-top: 0px;
    padding-left: 16px; }

  header#masthead .col-icon-menu img {
    height: 16px;
    padding-left: 15px; }

  header#masthead .col-icon-menu img.menu-close {
    height: 20px; }

  .col-logo {
    width: 50%;
    float: right;
    padding-top: 10px;
    padding-bottom: 2px; }

  header#masthead .logotipo-header img {
    width: 108px;
    margin: auto; }

  .col-right-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffff;
    border-bottom: 1px solid #EBEBEB;
    padding: 0px; }

  header#masthead .col-right-menu ul li {
    float: left;
    padding: 8px 20px;
    border-right: 1px solid #EBEBEB;
    position: relative;
    width: 20%;
    text-align: center; }
    header#masthead .col-right-menu ul li:last-child {
      padding: 2px !important; }
    header#masthead .col-right-menu ul li ul {
      width: 100%;
      height: 100%;
      float: left;
      text-align: center; }
      header#masthead .col-right-menu ul li ul li {
        padding: 0;
        padding-left: 9px;
        text-transform: uppercase;
        display: inline-block;
        width: auto;
        float: none;
        margin: auto;
        padding: 0px 4px;
        border: 0px !important; }
        header#masthead .col-right-menu ul li ul li a {
          font-size: 13px; }

  header#masthead .col-right-menu ul li img {
    height: 17px;
    margin: auto; }

  header#masthead .col-right-menu ul {
    float: none; }

  #content {
    padding-top: 107px; }

  .full-menu, .search-menu {
    height: calc(100% - 107px);
    margin-top: 107px; }

  .cart-contents span.count {
    color: #fff;
    font-size: 10px !important; }

  header#masthead .col-right-menu ul li .count-cart {
    position: absolute;
    top: 2px;
    right: 22px;
    background: #6d9c56;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    color: #fff;
    font-size: 10px;
    text-align: center; }
    header#masthead .col-right-menu ul li .count-cart .cart-contents {
      line-height: 17px; }

  .woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    font-size: 13px; }

  .dd-container {
    position: unset !important; }

  .woocommerce-currency-switcher-form ul.dd-options {
    display: block;
    top: 35px;
    width: 100%;
    position: absolute;
    left: 0px; }

  .woocommerce-currency-switcher-form ul.dd-options li {
    border: 0px;
    padding: 2px 12px !important;
    width: 100%;
    text-align: center;
    width: 100% !important;
    top: 0; } }
#cookie-notice {
  font-size: 12px;
  font-weight: 300; }

#cn-accept-cookie, #cn-more-info {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 4px 16px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: transparent;
  color: #fff; }
  #cn-accept-cookie:hover, #cn-more-info:hover {
    background-color: #6d9c56;
    color: #fff;
    border-color: #6d9c56;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  @media (max-width: 767px) {
    #cn-accept-cookie, #cn-more-info {
      padding: 4px 16px; } }

.cookie-notice-container {
  padding: 5px 10px !important; }

@media (max-width: 991px) {
  #cn-notice-text {
    width: 100%;
    float: left;
    margin-bottom: 4px; } }

.site-header {
  border-bottom: 0px !important; }

.storefront-product-section {
  margin-bottom: 0px; }

.storefront-product-section .section-title {
  display: none; }

.outer-tabs {
  text-align: center;
  margin-bottom: 50px; }

.nav-tabs-home {
  margin: auto;
  text-align: center;
  display: inline-block;
  border: 1px solid #E1E1E1;
  border-radius: 26px;
  padding: 4px 3px; }
  @media (max-width: 767px) {
    .nav-tabs-home {
      padding: 8px 8px;
      border-radius: 30px; } }
  .nav-tabs-home li {
    margin: auto;
    display: inline-block;
    margin-bottom: 0 !important;
    margin: 0 2px; }
    @media (max-width: 767px) {
      .nav-tabs-home li {
        width: 100%;
        margin: 0px; } }
    .nav-tabs-home li a {
      font-size: 14px;
      border-radius: 26px !important;
      color: #6d9c56;
      text-transform: uppercase;
      border: 0px !important;
      padding: 8px 30px;
      font-weight: 600;
      -webkit-transition: all ease 0.15s;
      -moz-transition: all ease 0.15s;
      -o-transition: all ease 0.15s;
      transition: all ease 0.15s; }
      .nav-tabs-home li a:hover {
        background: #885590 !important;
        color: #fff;
        -webkit-transition: all ease 0.25s;
        -moz-transition: all ease 0.25s;
        -o-transition: all ease 0.25s;
        transition: all ease 0.25s; }
      .nav-tabs-home li a.nav-link.active {
        border: 0px !important;
        background: #6d9c56 !important;
        color: #fff;
        -webkit-transition: all ease 0.25s;
        -moz-transition: all ease 0.25s;
        -o-transition: all ease 0.25s;
        transition: all ease 0.25s; }

ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.products li.product {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    width: 23% !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    -webkit-transition: box-shadow .15s linear;
    transition: box-shadow .15s linear; }
    @media (min-width: 991px) and (max-width: 1199px) {
      ul.products li.product {
        width: 22.6% !important; } }
    @media (min-width: 758px) and (max-width: 991px) {
      ul.products li.product {
        margin-right: 19px !important;
        margin-bottom: 19px !important; } }
    @media (max-width: 767px) {
      ul.products li.product {
        width: 49% !important;
        margin: 5px 0.5% !important; } }
    ul.products li.product a.woocommerce-LoopProduct-link {
      padding: 15px;
      text-align: left;
      padding-bottom: 10px; }
      ul.products li.product a.woocommerce-LoopProduct-link .outer-single-image {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin: -15px; }
        ul.products li.product a.woocommerce-LoopProduct-link .outer-single-image img {
          margin: 0 auto 30px;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; }
        ul.products li.product a.woocommerce-LoopProduct-link .outer-single-image .overlay {
          display: none !important; }
      ul.products li.product a.woocommerce-LoopProduct-link h2 {
        font-size: 14px !important;
        font-weight: 600 !important;
        margin-bottom: 5px !important;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          ul.products li.product a.woocommerce-LoopProduct-link h2 {
            font-size: 13px !important; } }
      ul.products li.product a.woocommerce-LoopProduct-link .price {
        font-size: 20px;
        color: #6d9c56;
        font-weight: 600; }
        @media (max-width: 767px) {
          ul.products li.product a.woocommerce-LoopProduct-link .price {
            font-size: 17px !important; } }
    ul.products li.product:hover {
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12); }
      ul.products li.product:hover h2 {
        color: #2E2E2D; }
    ul.products li.product .tinvwl_add_to_wishlist_button {
      position: absolute;
      bottom: 15px;
      right: 15px;
      margin-top: 0px; }
      @media (max-width: 767px) {
        ul.products li.product .tinvwl_add_to_wishlist_button {
          bottom: 0;
          right: 5px; } }
      ul.products li.product .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
        display: none; }
    ul.products li.product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.icon-black:before, ul.products li.product a.wishlist_products_counter.top_wishlist-heart.top_wishlist-black:before {
      margin-right: 0px !important; }

.outer-btn-more-products {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }

p.stock {
  display: none; }

.tinv-wishlist .tinv-header {
  display: none !important; }

td.product-action button {
  display: none; }

.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
  display: none; }

.tinv-wishlist tfoot .tinvwl-to-right {
  float: right;
  width: 100%;
  text-align: right; }

.tinvwl-table-manage-list th.product-stock, .tinvwl-table-manage-list td.product-stock, .tinvwl-table-manage-list td.product-action, .tinvwl-table-manage-list th.product-action {
  display: none; }

.woocommerce-MyAccount-navigation-link--tinv_wishlist {
  display: none !important; }

.woocommerce-input-wrapper {
  width: 100%; }

.social ul {
  position: fixed;
  right: 0;
  top: 160px;
  z-index: 999999;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 767px) {
    .social ul {
      top: 130px; } }
  .social ul li {
    background: #885590;
    padding: 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 7px 10px;
    opacity: 0.9; }
    @media (max-width: 767px) {
      .social ul li {
        width: 40px;
        height: 40px; } }
    .social ul li a {
      float: left;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff !important;
      font-size: 24px;
      text-decoration: none !important; }
      @media (max-width: 767px) {
        .social ul li a {
          font-size: 19px; } }
    .social ul li img {
      margin: auto;
      height: 25px;
      max-height: 25px;
      min-height: 25px; }
      @media (max-width: 767px) {
        .social ul li img {
          height: 21px;
          max-height: 21px;
          min-height: 21px; } }

.home footer {
  margin-top: 1.6px !important; }

.col-video-home {
  padding: 1px !important; }

.videos-home {
  margin-top: 83px; }

div[class^='woocommerce-Tabs-panel woocommerce-Tabs-panel--global-tab'] {
  width: 100% !important;
  margin-left: 0% !important; }

div[class^='woocommerce-Tabs-panel woocommerce-Tabs-panel--videos'] {
  width: 100% !important;
  margin-left: 0% !important; }

.full-menu .menu-ul li, .search-menu .menu-ul li {
  padding-left: 0px !important; }

/* ÁREA DE TEXTO HOME */
.areaTexto {
  text-align: center;
  margin-top: 50px; }
  .areaTexto h1 {
    color: #6d9c56; }

/* SINGLE PRODUCT */
.single-product .variations label {
  font-weight: bold; }

.product-addon h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold; }
  .product-addon h3 abbr {
    display: none !important; }

.product-addon-cor-das-rosas .form-row-wide {
  margin-bottom: 10px !important;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  justify-content: space-between; }
.product-addon-cor-das-rosas label {
  padding: 3px; }
.product-addon-cor-das-rosas .input-text {
  padding: 3px 10px;
  width: 75px; }

/*# sourceMappingURL=main.css.map */
