.main-color {
  color: #648683 !important; }

body {
  font-family: "Raleway", serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #707070;
  font-weight: 400;
  font-size: 13px; }

a {
  color: #707070; }
  a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 2px; }

h1 {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.1em;
  font-size: 60px; }

h2 {
  color: #648683;
  font-family: "Playfair Display", serif;
  font-size: 37px;
  line-height: 1.1; }

h3 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.2; }

h4 {
  font-size: 22px;
  line-height: 1.25; }

h5 {
  font-size: 16px;
  line-height: 1.1; }

h6 {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 1px; }

.image {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.button-holder {
  margin: 30px 0; }

.separator {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 120px;
  margin: 15px auto; }
  .separator.separator-alight {
    margin: 15px 0; }
  .separator.separator-white .left-line {
    background-color: #fff; }
  .separator.separator-white .center-line {
    color: #fff !important; }
    .separator.separator-white .center-line span {
      background-color: #fff; }
  .separator.separator-white .right-line {
    background-color: #fff; }
  .separator .left-line {
    position: absolute;
    left: 0;
    display: block;
    width: 45px;
    height: 1px;
    background-color: #648683; }
  .separator .center-line {
    position: absolute;
    width: 20px;
    left: 0;
    right: 0;
    margin: -12px auto 0;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #648683;
    /* span {
        transform: rotate(140deg);
        position: absolute;
        height: 10px;
        width: 1px;
        background-color: $color;
        &:nth-child(1){
            left: 0px;
        }
        &:nth-child(2){
            left: 0;
            right: 0;
            margin: 0 auto;
        }
        &:nth-child(3){
            right: 0;
        }
    } */ }
  .separator .right-line {
    position: absolute;
    right: 0;
    width: 45px;
    height: 1px;
    background-color: #648683; }

.custom-button {
  font-family: "Raleway",serif;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  padding: 5px 0;
  border-radius: 0px;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
  line-height: 17px;
  overflow: hidden;
  border: none;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .custom-button.custom-button-black {
    color: #000; }
    .custom-button.custom-button-black:after {
      background-color: #000; }
  .custom-button.custom-button-white {
    color: #fff; }
    .custom-button.custom-button-white:after {
      background-color: #fff; }
  .custom-button.custom-button-lg {
    font-size: 18px; }
  .custom-button:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '';
    color: transparent;
    height: 1px;
    transition: all .35s; }
  .custom-button:hover {
    outline: none; }
    .custom-button:hover:after {
      width: 100%; }

.custom-button-box {
  font-family: "Raleway",serif;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 0px;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
  line-height: 17px;
  overflow: hidden;
  border: 1px solid transparent;
  letter-spacing: 4px;
  text-transform: uppercase; }
  .custom-button-box.custom-button-box-black {
    color: #fff;
    border-color: #000;
    background-color: #000; }
    .custom-button-box.custom-button-box-black:focus, .custom-button-box.custom-button-box-black:hover {
      color: #000;
      background-color: #fff;
      border-color: #000; }
  .custom-button-box.custom-button-box-white {
    color: #000;
    border-color: #000;
    background-color: #fff; }
    .custom-button-box.custom-button-box-white:focus, .custom-button-box.custom-button-box-white:hover {
      color: #fff;
      background-color: #000;
      border-color: #000; }

.slick-arrow {
  height: 35px;
  width: 35px; }
  .slick-arrow.slick-prev {
    left: 2%;
    color: #fff; }
  .slick-arrow.slick-next {
    right: 2%;
    font-size: 60px;
    color: #fff; }
  .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    content: none; }

.slick-dots {
  bottom: 10px;
  text-align: center; }
  .slick-dots li {
    margin: 0 2px;
    padding: 0 5px;
    color: #fff; }
    .slick-dots li button {
      text-indent: -9999999px;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.5);
      font-size: 20px;
      border-radius: 50%;
      padding: 0;
      width: 8px;
      height: 8px;
      border: 1px solid rgba(255, 255, 255, 0.5); }
      .slick-dots li button:before {
        content: none; }
    .slick-dots li.slick-active {
      color: #000; }
      .slick-dots li.slick-active button {
        background: #fff;
        border-color: rgba(255, 255, 255, 0.5); }

header.main-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999; }
  header.main-header.sticky {
    position: fixed; }
    header.main-header.sticky .header-top {
      display: none;
      visibility: hidden;
      opacity: 1; }
    header.main-header.sticky .header-bot {
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: .3s;
      -moz-animation-duration: .3s;
      -ms-animation-duration: .3s;
      -o-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      background-color: rgba(56, 56, 56, 0.9); }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
      header.main-header.sticky .header-bot ul.wp-megamenu > li,
      header.main-header.sticky .header-bot ul.menu > li {
        padding: 30px 0 !important; }
      header.main-header.sticky .header-bot .logo {
        margin-top: 25px;
        width: 200px; }
  header.main-header .top-menu {
    transition: all ease 0.1s;
    visibility: visible;
    opacity: 1; }
    header.main-header .top-menu .menu {
      float: right;
      padding: 0;
      margin: 0; }
      header.main-header .top-menu .menu li {
        font-weight: 400;
        margin: 0 8px;
        display: inline-block;
        list-style: none;
        vertical-align: top; }
        header.main-header .top-menu .menu li a {
          text-transform: uppercase;
          color: #bcb7b7; }
          header.main-header .top-menu .menu li a:hover {
            color: #fff; }
          header.main-header .top-menu .menu li a i {
            font-size: 14px; }
          header.main-header .top-menu .menu li a.cart-contents {
            position: relative; }
            header.main-header .top-menu .menu li a.cart-contents .cart-contents-count {
              display: block;
              height: 14px;
              width: 14px;
              border: 1px solid #fff;
              border-radius: 50%;
              text-align: center;
              position: absolute;
              top: -14px;
              right: -13px;
              color: #000;
              background: #fff;
              line-height: 14px;
              font-weight: 500;
              letter-spacing: -0.8px; }
  header.main-header .header-top {
    font-weight: 400;
    color: #bcb7b7;
    font-size: 11px;
    padding: 20px 0;
    background-color: #000000; }
  header.main-header .header-bot {
    background-color: #383838;
    color: #fff; }
    header.main-header .header-bot .logo {
      transition: all ease 0.1s;
      margin-top: 35px;
      vertical-align: top;
      display: inline-block; }
  header.main-header .header-mobile {
    position: relative;
    height: 50px;
    background-color: #383838;
    color: #fff; }
    header.main-header .header-mobile .logo {
      display: inline-block;
      margin-top: 10px;
      max-width: 220px; }

.close-button {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative; }
  .close-button span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 1px;
    background-color: #ddd; }
    .close-button span:nth-child(1) {
      top: 12px;
      width: 15px;
      transform: rotate(-45deg);
      left: -16px; }
    .close-button span:nth-child(2) {
      top: 18px;
      left: -3px;
      width: 25px;
      transform: rotate(0deg); }
    .close-button span:nth-child(3) {
      bottom: 15px;
      width: 15px;
      transform: rotate(45deg);
      left: -16px; }

.menu-button {
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 0;
  display: inline-block;
  height: 24px;
  width: 24px;
  padding: 0;
  text-align: center;
  z-index: 999;
  transition: all ease 0.5s;
  background-color: transparent; }
  .menu-button span {
    margin: 0 auto 7px;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff; }

nav.header-menu {
  position: relative;
  z-index: 10; }
  nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap {
    padding: 0 100px;
    text-align: left;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: none;
    background: transparent !important; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu > li > ul > li:hover > a {
      text-decoration: underline;
      color: #648683 !important; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu li ul.product-categories li:hover > a {
      text-decoration: underline;
      color: #648683; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu li ul.product-categories li ul.children {
      padding-left: 10px; }
      nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu li ul.product-categories li ul.children li.cat-item:hover > a {
        text-decoration: underline;
        color: #648683; }
      nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu li ul.product-categories li ul.children li.cat-item a {
        font-weight: 900;
        text-transform: none !important; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu li ul.product_list_widget li:hover .product-title {
      text-decoration: underline;
      color: #648683; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap .woocommerce-product-search input[type=search] {
      font-family: "Raleway", serif !important;
      border: 1px solid #6b6b6b;
      font-size: 12px; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap .woocommerce-product-search button {
      color: #fff;
      border-color: #000;
      background-color: #000;
      font-family: "Raleway", serif;
      vertical-align: top;
      cursor: pointer;
      position: relative;
      z-index: 1;
      font-weight: 500;
      text-align: center;
      font-size: 12px;
      display: inline-block;
      padding: 8px 13px;
      border-radius: 0px;
      text-decoration: none;
      -webkit-transition: all ease 0.1s;
      -moz-transition: all ease 0.1s;
      -o-transition: all ease 0.1s;
      transition: all ease 0.1s;
      line-height: 17px;
      overflow: hidden;
      letter-spacing: 2px;
      text-transform: uppercase; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap .woocommerce-Price-amount {
      font-family: "Raleway", serif !important;
      color: #000;
      font-weight: 600;
      text-decoration: none; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap del .woocommerce-Price-amount {
      color: #999;
      font-weight: 300; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu > li:nth-child(1) ul.product-categories li a {
      text-transform: uppercase !important;
      color: #648683; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu > li:nth-child(4) ul.product_list_widget li {
      font-family: "Raleway", serif !important; }
      nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu > li:nth-child(4) ul.product_list_widget li a {
        font-family: "Raleway", serif !important; }
      nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu > li:nth-child(4) ul.product_list_widget li .product-title {
        font-size: 14px;
        text-transform: uppercase;
        margin: 15px 0 5px;
        display: block;
        color: #648683; }
      nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu > li:nth-child(4) ul.product_list_widget li img {
        width: 240px;
        height: auto;
        float: none; }
      nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu > li:nth-child(4) ul.product_list_widget li del, nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu-sub-menu > li:nth-child(4) ul.product_list_widget li ins {
        font-size: 20px; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu .product_list_widget li del {
      font-family: "Raleway", serif !important;
      color: #999; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu .product_list_widget li ins {
      color: #000;
      text-decoration: none;
      font-family: "Raleway", serif !important; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu .product_list_widget li img {
      width: 50px;
      height: 75px;
      float: left;
      margin-right: 15px; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap .wpmm-strees-row-and-content-container {
      top: 100%;
      background-color: #fff; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap .wpmm_brand_logo_wrap {
      display: none; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap > .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu {
      background-color: #fff;
      max-width: 1500px;
      margin: 0 auto;
      left: 0;
      right: 0;
      padding: 0 50px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap li ul.wp-megamenu-sub-menu .menu-widget-class ul li:hover a {
      color: #000; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li:hover a {
      background-color: transparent; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li:hover a.wishlist-counter-with-products {
      color: #000; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {
      font-family: "Raleway", serif !important;
      color: #000;
      display: block;
      font-weight: 400 !important;
      text-transform: uppercase;
      padding-left: 0;
      position: relative; }
      nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a:hover {
        background-color: transparent; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li .post-date {
      font-family: "Raleway", serif !important;
      font-size: 12px;
      font-style: italic;
      color: #999;
      margin: -15px 0 20px; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap > .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
      font-family: "Raleway", serif !important;
      color: #000;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 30px;
      margin-top: 20px;
      padding-left: 0px;
      letter-spacing: 4px; }
    nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu {
      margin: 0;
      padding: 0; }
      nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu > li {
        vertical-align: top;
        display: inline-block;
        position: relative;
        padding: 50px 0;
        margin: 0 50px 0 0;
        transition: all ease 0.3s; }
        nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu > li:hover > a:before {
          width: 100%; }
        nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu > li:last-child {
          margin-right: 0; }
        nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu > li.current-page-ancestor a:before, nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu > li.current_page_parent a:before, nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu > li.current-menu-item a:before {
          width: 100%; }
        nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu > li.current-page-ancestor > a, nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu > li.current_page_parent > a, nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu > li.current-menu-item > a {
          color: #fff; }
        nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu > li > a {
          font-family: "Raleway", serif !important;
          line-height: 1.4;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          font-weight: 400;
          position: relative;
          display: block;
          color: #fff;
          padding: 0 !important;
          font-size: 13px;
          text-decoration: none;
          background: none; }
          nav.header-menu #wp-megamenu-primary.wp-megamenu-wrap ul.wp-megamenu > li > a:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            color: transparent;
            background: #fff;
            height: 1px;
            transition: all .35s; }
  nav.header-menu ul.menu {
    margin: 0;
    padding: 0; }
    nav.header-menu ul.menu > li {
      vertical-align: top;
      display: inline-block;
      position: relative;
      padding: 50px 0;
      margin: 0 50px 0 0;
      transition: all ease 0.3s; }
      nav.header-menu ul.menu > li:last-child {
        margin-right: 0; }
      nav.header-menu ul.menu > li.current-page-ancestor a:after, nav.header-menu ul.menu > li.current_page_parent a:after, nav.header-menu ul.menu > li.current-menu-item a:after {
        width: 100%; }
      nav.header-menu ul.menu > li.current-page-ancestor > a, nav.header-menu ul.menu > li.current_page_parent > a, nav.header-menu ul.menu > li.current-menu-item > a {
        color: #fff; }
      nav.header-menu ul.menu > li.menu-item-has-children:hover > a:after {
        content: "\f106"; }
      nav.header-menu ul.menu > li:focus-within > ul.sub-menu {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1); }
      nav.header-menu ul.menu > li:hover a:after {
        width: 100%; }
      nav.header-menu ul.menu > li:hover > ul.sub-menu {
        visibility: visible;
        opacity: 1;
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1); }
      nav.header-menu ul.menu > li.menu-item-has-children > a:before {
        content: "\f107";
        font-family: "fontAwesome", sans-serif;
        position: absolute;
        top: calc(50% - 8px);
        right: -16px; }
      nav.header-menu ul.menu > li > a {
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-weight: 400;
        position: relative;
        display: block;
        color: #fff;
        font-size: 13px;
        text-decoration: none; }
        nav.header-menu ul.menu > li > a:after {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 0%;
          content: '.';
          color: transparent;
          background: #fff;
          height: 1px;
          transition: all .35s; }
      nav.header-menu ul.menu > li ul.sub-menu {
        position: absolute;
        background-color: #fff;
        border: 2px solid #eee;
        left: auto;
        top: 100%;
        display: block !important;
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 18px 0 0 0px;
        transition: all 0.3s ease;
        min-width: 150px;
        z-index: 99999;
        -o-transform: scale(0.99);
        -ms-transform: scale(0.99);
        -moz-transform: scale(0.99);
        -webkit-transform: scale(0.99);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
        nav.header-menu ul.menu > li ul.sub-menu li.menu-item-has-children > a:before {
          content: "\f105";
          font-family: "fontAwesome", sans-serif;
          position: absolute;
          top: calc(50% - 10px);
          right: 15px; }
        nav.header-menu ul.menu > li ul.sub-menu ul.sub-menu {
          left: 100%;
          margin-top: 0;
          right: 0;
          top: 0; }
          nav.header-menu ul.menu > li ul.sub-menu ul.sub-menu:before {
            top: 22px;
            right: 100%;
            bottom: auto;
            left: auto;
            border-top: 5px solid transparent;
            border-right: 5px solid rgba(255, 255, 255, 0.9);
            border-bottom: 5px solid transparent; }
        nav.header-menu ul.menu > li ul.sub-menu li {
          position: relative;
          margin: 0; }
          nav.header-menu ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
            visibility: visible;
            opacity: 1;
            z-index: 1;
            -o-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -webkit-transform: scale(1, 1); }
          nav.header-menu ul.menu > li ul.sub-menu li:focus-within > ul.sub-menu {
            visibility: visible;
            opacity: 1;
            z-index: 1;
            -o-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -webkit-transform: scale(1, 1); }
          nav.header-menu ul.menu > li ul.sub-menu li.current-menu-item > a {
            background-color: #648683;
            color: #fff;
            text-decoration: none; }
          nav.header-menu ul.menu > li ul.sub-menu li:last-child {
            border-bottom: none; }
          nav.header-menu ul.menu > li ul.sub-menu li a {
            padding: 5px 30px;
            display: block;
            margin: 0 0 24px;
            font-size: 13px;
            text-transform: none;
            color: #666; }
            nav.header-menu ul.menu > li ul.sub-menu li a:hover {
              color: #000;
              background-color: #f5f5f5; }

main.main-content {
  padding-top: 175px;
  min-height: 600px; }
  main.main-content article {
    padding: 50px 0;
    line-height: 2; }
    main.main-content article.content {
      padding: 0px; }
    main.main-content article a {
      color: #648683; }
  main.main-content h1, main.main-content h2, main.main-content h3, main.main-content h4, main.main-content h5 {
    color: #000; }
  main.main-content section.post-content article {
    font-size: 14px;
    line-height: 2; }

footer.main-footer {
  background-color: #000;
  color: #9d9d9d;
  padding: 80px 0 0;
  margin-bottom: -1px; }
  footer.main-footer h5 {
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 13px;
    color: #fff; }
  footer.main-footer .text {
    max-width: 320px;
    margin-top: 30px;
    line-height: 1.6;
    color: #9d9d9d; }
    footer.main-footer .text i {
      min-width: 10px;
      margin-right: 5px; }
    footer.main-footer .text a {
      color: #9d9d9d;
      display: inline-block;
      margin-bottom: 5px;
      transition: all ease 0.5s; }
      footer.main-footer .text a:hover {
        color: #fff; }
  footer.main-footer .footer-bot {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #9d9d9d; }
    footer.main-footer .footer-bot .logo-footer {
      margin-top: 10px; }
    footer.main-footer .footer-bot .company {
      margin-top: 12px; }

nav.footer-menu ul.menu {
  padding: 0;
  margin: 30px 0 0; }
  nav.footer-menu ul.menu li {
    display: block;
    margin-bottom: 25px;
    list-style: none; }
    nav.footer-menu ul.menu li a {
      color: #9d9d9d;
      transition: all ease 0.5s; }
      nav.footer-menu ul.menu li a:hover {
        color: #fff; }

.loader {
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: all ease 1s; }
  .loader.active {
    opacity: 1;
    visibility: visible; }
  .loader img {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 45%; }

.scroll-top {
  z-index: 999;
  opacity: 0;
  transition: all ease 0.4s;
  display: block;
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  height: 50px;
  cursor: pointer; }
  .scroll-top svg {
    left: 0;
    right: 0;
    cursor: pointer;
    position: absolute;
    transform: rotate(90deg);
    width: 30px;
    height: auto;
    margin: 11px auto;
    overflow: visible; }
    .scroll-top svg polygon.arrow-fixed {
      fill: #fff; }
    .scroll-top svg polygon,
    .scroll-top svg path {
      fill: #fff; }
    .scroll-top svg polygon, .scroll-top svg path {
      transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1); }
    .scroll-top svg:hover polygon, .scroll-top svg:hover path {
      transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
      fill: #fff; }
    .scroll-top svg:hover polygon.arrow-fixed {
      fill: #fff; }
    .scroll-top svg:hover .arrow {
      animation: arrow-anim 2s cubic-bezier(0.2, 1, 0.3, 1) infinite; }
    .scroll-top svg:hover .arrow-fixed {
      animation: arrow-fixed-anim 2s cubic-bezier(0.2, 1, 0.3, 1) infinite; }
@keyframes arrow-anim {
  0% {
    opacity: 1;
    transform: translateX(0); }
  5% {
    transform: translateX(-0.1rem); }
  100% {
    transform: translateX(1rem);
    opacity: 0; } }
@keyframes arrow-fixed-anim {
  5% {
    opacity: 0; }
  20% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
section.main-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 810px;
  overflow: hidden;
  background-color: #000; }
  section.main-slider .slider {
    position: relative; }
    section.main-slider .slider.initialized .slider-loader {
      opacity: 0;
      visibility: hidden; }
    section.main-slider .slider .slider-loader {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 999;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      transition: all ease 1.5s;
      transition-delay: 1s;
      background-color: #000; }
      section.main-slider .slider .slider-loader img {
        opacity: 0.6;
        position: absolute;
        top: 45%;
        width: 65px;
        margin: 0 auto;
        left: 0;
        right: 0;
        transition: all ease 2s; }
  section.main-slider .slider-banner {
    position: relative; }
  section.main-slider .slider-box {
    height: 100%;
    width: 100%;
    position: relative; }
    section.main-slider .slider-box.slick-active .title {
      transform: translateX(0);
      opacity: 1; }
    section.main-slider .slider-box.slick-active .description {
      transform: translateX(0);
      opacity: 1; }
    section.main-slider .slider-box.slick-active .button-holder {
      transform: translateX(0);
      opacity: 1; }
    section.main-slider .slider-box .title {
      font-size: 100px;
      color: #fff;
      position: relative;
      margin: 0;
      transition: all ease 0.8s;
      transform: translateY(50px);
      transition-delay: 0.2s;
      opacity: 0;
      line-height: 1; }
    section.main-slider .slider-box .description {
      transition: all ease 0.8s;
      transform: translateY(-50px);
      transition-delay: 0.5s;
      opacity: 0; }
    section.main-slider .slider-box .button-holder {
      margin: 50px 0 0;
      transition: all ease 0.8s;
      transform: translateY(-50px);
      transition-delay: 0.5s;
      opacity: 0; }
    section.main-slider .slider-box .image {
      position: absolute;
      z-index: 1;
      height: 100%;
      width: 100%;
      background-color: #fff;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center; }
      section.main-slider .slider-box .image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto; }
    section.main-slider .slider-box .table-content {
      width: 100%;
      position: relative;
      margin: 0 auto;
      z-index: 3;
      display: table; }
      section.main-slider .slider-box .table-content .table-cell {
        width: 100%;
        height: 810px;
        display: table-cell;
        vertical-align: middle; }
        section.main-slider .slider-box .table-content .table-cell .content-holder {
          text-align: center;
          width: 100%;
          max-width: 800px;
          margin: 0 auto; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 43px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  content: none; }
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  background: #f9f9f9; }
.woocommerce #review_form #respond textarea {
  border-radius: 0;
  background: #f9f9f9;
  border: 1px solid #e4e1e3; }
.woocommerce .comment-form-email input,
.woocommerce .comment-form-author input {
  border-radius: 0;
  height: 42px;
  background: #f9f9f9;
  display: block;
  width: 100%;
  border: 1px solid #e4e1e3; }
.woocommerce .star-rating span {
  color: #856163; }
.woocommerce form.cart .reset_variations {
  color: #777777;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline; }
.woocommerce form.cart table.variations .alg-wc-civs-term {
  border: 1px solid #ddd; }
  .woocommerce form.cart table.variations .alg-wc-civs-term:not(.disabled).active {
    border-color: #333;
    box-shadow: none; }
.woocommerce form.cart table.variations .label {
  color: #000;
  font-size: 16px;
  font-family: "Raleway", serif;
  text-transform: uppercase; }
  .woocommerce form.cart table.variations .label label {
    font-weight: 400 !important; }
.woocommerce form.cart table.variations select {
  height: 43px;
  text-transform: uppercase;
  padding-left: 15px; }
.woocommerce .woocommerce-result-count {
  margin: 1em 0; }
.woocommerce nav.woocommerce-MyAccount-navigation li {
  margin-bottom: 15px;
  text-transform: uppercase; }
  .woocommerce nav.woocommerce-MyAccount-navigation li a:hover {
    color: #648683; }
.woocommerce .woocommerce-MyAccount-content {
  line-height: 2; }
.woocommerce .woocommerce-info {
  border-top-color: #648683; }
  .woocommerce .woocommerce-info:before {
    color: #648683; }
.woocommerce .woocommerce-message {
  border-top-color: #648683; }
  .woocommerce .woocommerce-message:before {
    color: #648683; }
.woocommerce .quantity-holder {
  position: relative;
  vertical-align: middle;
  float: left;
  height: 43px;
  display: block;
  width: 140px;
  margin-right: 15px; }
  .woocommerce .quantity-holder .quantity {
    float: none !important;
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 40px;
    width: 60px;
    text-align: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070; }
    .woocommerce .quantity-holder .quantity .qty {
      font-family: Arial, sans-serif;
      width: 100%;
      height: 41px;
      font-size: 18px;
      line-height: 24px;
      border: none; }
      .woocommerce .quantity-holder .quantity .qty::-webkit-inner-spin-button, .woocommerce .quantity-holder .quantity .qty::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  .woocommerce .quantity-holder button.minus,
  .woocommerce .quantity-holder button.plus {
    border: 1px solid #707070;
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    box-shadow: none;
    text-align: center;
    background-color: #fff;
    line-height: 40px;
    font-size: 33px; }
    .woocommerce .quantity-holder button.minus:focus,
    .woocommerce .quantity-holder button.plus:focus {
      outline: none;
      background-color: #fff; }
    .woocommerce .quantity-holder button.minus:hover,
    .woocommerce .quantity-holder button.plus:hover {
      background-color: #000;
      color: #fff; }
  .woocommerce .quantity-holder button.minus {
    left: 0;
    line-height: 30px !important; }
  .woocommerce .quantity-holder button.plus {
    right: 0; }
.woocommerce span.onsale {
  z-index: 3;
  border-radius: 50%;
  position: absolute;
  top: 1%;
  left: 1%;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  color: #fff;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  background-color: #648683; }
  .woocommerce span.onsale.itsnew {
    background-color: #836263; }
.woocommerce .quantity .qty {
  height: 43px;
  width: 100px; }
.woocommerce div.product .woocommerce-Tabs-panel .comment-text * {
  font-size: 14px; }
.woocommerce div.product .summary .woocommerce-product-rating {
  margin-top: 20px; }
.woocommerce div.product .summary .product_title {
  color: #648683; }
.woocommerce div.product .summary .star-rating {
  width: 6.5em;
  font-size: 1.5em; }
.woocommerce div.product .summary .woocommerce-review-link {
  margin-top: 10px;
  display: inline-block; }
.woocommerce div.product .summary .product_meta {
  margin: 20px 0; }
  .woocommerce div.product .summary .product_meta .posted_in a {
    text-transform: uppercase;
    color: #648683;
    font-weight: 500; }
.woocommerce div.product .summary p.price {
  margin: 30px 0;
  font-size: 30px; }
  .woocommerce div.product .summary p.price del {
    font-size: 18px; }
  .woocommerce div.product .summary p.price ins {
    text-decoration: none;
    font-weight: 500; }
.woocommerce div.product .summary .tinvwl_add_to_wishlist_button {
  font-family: "Raleway", serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  margin-top: 30px;
  color: #000; }
.woocommerce nav.woocommerce-breadcrumb {
  padding: 20px 0;
  margin-bottom: 0; }
.woocommerce div.product p.price {
  color: #000; }
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  min-width: 150px;
  background-color: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background-color: #fff;
    color: #000; }
.woocommerce button.button.alt.disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  padding: 13px 20px 12px;
  background-color: transparent;
  border-color: #000;
  color: #000; }
  .woocommerce button.button.alt.disabled:hover,
  .woocommerce button.button.disabled:hover,
  .woocommerce button.button:disabled:hover,
  .woocommerce button.button:disabled[disabled]:hover {
    background-color: transparent;
    border-color: #000;
    color: #000; }
.woocommerce form.cart .button.disabled,
.woocommerce form.cart .button.alt.disabled {
  background-color: #ccc;
  border-color: #ccc; }
.woocommerce .wpfFilterButton.wpfButton, .woocommerce .wpfClearButton.wpfButton,
.woocommerce a.button,
.woocommerce button.button {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  font-family: "Raleway", serif;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  padding: 13px 20px 12px;
  border-radius: 0px;
  text-decoration: none;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
  line-height: 17px;
  overflow: hidden;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .woocommerce .wpfFilterButton.wpfButton:hover, .woocommerce .wpfFilterButton.wpfButton:focus, .woocommerce .wpfClearButton.wpfButton:hover, .woocommerce .wpfClearButton.wpfButton:focus,
  .woocommerce a.button:hover,
  .woocommerce a.button:focus,
  .woocommerce button.button:hover,
  .woocommerce button.button:focus {
    color: #fff;
    border: 1px solid #000;
    background-color: #000; }
.woocommerce .wpfFilterButton.wpfButton, .woocommerce .wpfClearButton.wpfButton {
  padding: 10px 15px;
  line-height: 1;
  height: initial;
  background-color: #000;
  color: #fff;
  min-height: 40px; }
  .woocommerce .wpfFilterButton.wpfButton:hover, .woocommerce .wpfFilterButton.wpfButton:focus, .woocommerce .wpfClearButton.wpfButton:hover, .woocommerce .wpfClearButton.wpfButton:focus {
    background-color: #fff;
    color: #000; }
.woocommerce .woocommerce-ordering select {
  margin-right: 10px;
  border: 1px solid #000;
  background-color: #fff;
  text-transform: uppercase;
  height: 40px;
  padding: 12px; }
.woocommerce .wpfValue {
  padding-left: 8px;
  font-size: 12px; }
.woocommerce .wpfFilterWrapper .fa {
  text-align: right;
  color: #648683;
  margin-right: 0 !important; }
  .woocommerce .wpfFilterWrapper .fa:before {
    right: -9px;
    left: inherit; }
.woocommerce .wpfFilterWrapper .wpfPriceInputs,
.woocommerce .wpfFilterWrapper .wpfPriceRangeField#wpfMinPrice, .woocommerce .wpfFilterWrapper .wpfPriceRangeField#wpfMaxPrice {
  font-weight: 600;
  font-family: "Raleway", serif;
  line-height: 1.4;
  color: #000; }
.woocommerce .wpfFilterWrapper .ui-slider.ui-widget-content:not(.iris-slider-offset) {
  background: #f1f1f1; }
.woocommerce .wpfFilterWrapper .ui-slider.ui-widget-content:not(.iris-slider-offset) {
  border: 1px solid #ccc; }
.woocommerce .wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle {
  border: 1px solid #ccc !important;
  background: #ddd; }
.woocommerce .wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle:focus {
  background-color: #648683;
  border-color: #648683;
  outline: none; }
.woocommerce .wpfFilterWrapper .ui-slider-horizontal .ui-slider-range {
  top: -2px;
  height: 6px;
  background: #648683 !important;
  border: 1px solid #648683; }
.woocommerce .wpfFilterWrapper .wpfPriceInputs {
  margin-top: 10px;
  text-align: left;
  font-size: 16px; }
.woocommerce .wpfFilterWrapper select {
  border: 1px solid #ddd;
  background-color: #fff;
  text-transform: uppercase;
  height: 40px;
  padding: 12px; }
.woocommerce .wpfFilterWrapper .wpfDisplay .wpfValue {
  text-transform: uppercase;
  color: #000; }
.woocommerce .wpfFilterWrapper .wpfCheckbox label {
  top: 5px !important; }
.woocommerce .wpfFilterWrapper .wpfCheckbox label::before {
  display: table-cell !important;
  position: absolute !important;
  text-align: center !important;
  vertical-align: middle !important;
  transform: inherit !important;
  left: 0px !important;
  top: 0px !important;
  margin: 0px !important;
  height: 100% !important;
  width: 100% !important;
  font-size: 8px !important;
  background-color: white !important;
  border: 1px solid #000 !important;
  color: #444444 !important; }

section.icons {
  background-color: #fff; }
  section.icons .boxes {
    padding: 50px 0;
    position: relative; }
    section.icons .boxes:after {
      content: "";
      height: 17px;
      width: 80%;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: 0 auto;
      box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
      z-index: -1; }
  section.icons .box {
    text-align: center; }
    section.icons .box .icon {
      display: inline-block;
      width: 50px;
      margin-bottom: 10px; }

section.featured-boxes {
  padding: 50px 0;
  margin-bottom: 100px; }
  section.featured-boxes .box {
    display: block;
    position: relative;
    width: 100%;
    height: 680px;
    text-align: center; }
    section.featured-boxes .box:hover .image-holder .image {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
      section.featured-boxes .box:hover .image-holder .image:after {
        background: rgba(0, 0, 0, 0.5); }
      section.featured-boxes .box:hover .image-holder .image:before {
        z-index: 5;
        box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.5); }
    section.featured-boxes .box:hover .content-holder h1,
    section.featured-boxes .box:hover .content-holder h2 {
      color: #fff; }
    section.featured-boxes .box:hover .content-holder .wrap {
      background-color: transparent; }
    section.featured-boxes .box:hover .content-holder .separator .left-line {
      background-color: #fff; }
    section.featured-boxes .box:hover .content-holder .separator .center-line {
      color: #fff; }
      section.featured-boxes .box:hover .content-holder .separator .center-line span {
        background-color: #fff; }
    section.featured-boxes .box:hover .content-holder .separator .right-line {
      background-color: #fff; }
    section.featured-boxes .box .image-holder {
      border-right: none;
      overflow: hidden;
      backface-visibility: hidden;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
      section.featured-boxes .box .image-holder .image {
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        height: 100%;
        width: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        transition: all 0.35s ease; }
        section.featured-boxes .box .image-holder .image:before {
          content: "";
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          border: 1px solid #fff;
          transition: all 0.35s ease;
          box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.25); }
        section.featured-boxes .box .image-holder .image:after {
          content: "";
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          transition: all 0.35s ease; }
    section.featured-boxes .box .content-holder {
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 1; }
      section.featured-boxes .box .content-holder .wrap {
        border: 1px solid #fff;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 15px 30px;
        display: inline-block;
        transition: all ease 0.3s;
        margin: 0 auto; }
      section.featured-boxes .box .content-holder h1 {
        font-weight: 900;
        transition: all 0.35s ease;
        color: #000; }
      section.featured-boxes .box .content-holder h2 {
        transition: all 0.35s ease;
        color: #000; }
      section.featured-boxes .box .content-holder .separator {
        margin-top: 50px;
        margin-bottom: 20px; }
        section.featured-boxes .box .content-holder .separator .left-line {
          background-color: #000; }
        section.featured-boxes .box .content-holder .separator .right-line {
          background-color: #000; }
        section.featured-boxes .box .content-holder .separator .center-line {
          color: #000; }

section.full-width {
  padding: 0 100px; }

section.image-section {
  position: relative; }
  section.image-section .image-holder {
    display: block;
    height: 900px;
    overflow: hidden;
    position: relative;
    max-width: 900px; }
    section.image-section .image-holder:hover .image {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    section.image-section .image-holder:before {
      z-index: 2;
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: all 0.35s ease;
      box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.25); }
    section.image-section .image-holder:after {
      z-index: 2;
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: all 0.35s ease; }
    section.image-section .image-holder .image {
      height: 100%;
      width: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
      transition: all 0.35s ease; }
  section.image-section .content-holder {
    max-width: 550px;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: inline-block;
    position: relative; }
    section.image-section .content-holder .table-holder {
      width: 100%;
      display: table;
      height: 100%; }
      section.image-section .content-holder .table-holder .table-cell {
        display: table-cell;
        vertical-align: middle; }
    section.image-section .content-holder .description {
      display: block;
      margin: 30px 0;
      line-height: 2; }
    section.image-section .content-holder .title {
      font-weight: 900;
      color: #000; }
    section.image-section .content-holder .separator {
      margin-top: 30px; }
  section.image-section .button-holder {
    margin-top: 50px; }
    section.image-section .button-holder .custom-button:after {
      width: 100%; }

section.featured-products {
  margin-top: 80px;
  padding: 80px 0;
  position: relative; }
  section.featured-products[data-section='1'] {
    margin-top: 0; }
  section.featured-products .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: all 0.35s ease; }
    section.featured-products .bg-image:before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: all 0.35s ease;
      background-color: rgba(0, 0, 0, 0.4); }
  section.featured-products .title {
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff; }
  section.featured-products .separator {
    margin: 30px auto; }
  section.featured-products .form-holder {
    border: 10px solid #424242;
    position: relative;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.4); }
  section.featured-products .product-holder {
    border: 10px solid #424242;
    position: relative;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #fff; }
    section.featured-products .product-holder .slider {
      height: 500px;
      overflow: hidden; }
      section.featured-products .product-holder .slider:after {
        visibility: visible;
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        content: "";
        height: calc(100% + 30px);
        z-index: 999;
        width: 100%;
        background-color: #fff;
        transition: all ease 1s; }
      section.featured-products .product-holder .slider.initialized {
        overflow: visible;
        height: inherit; }
        section.featured-products .product-holder .slider.initialized:after {
          visibility: hidden;
          opacity: 0; }
    section.featured-products .product-holder .product-boxes {
      text-align: center; }
    section.featured-products .product-holder .slick-arrow {
      top: 40%;
      width: 25px;
      height: 50px; }
      section.featured-products .product-holder .slick-arrow:hover svg path {
        fill: #000; }
      section.featured-products .product-holder .slick-arrow.slick-prev {
        left: -5%; }
      section.featured-products .product-holder .slick-arrow.slick-next {
        right: -5%; }
    section.featured-products .product-holder .slick-dots {
      bottom: -60px; }
      section.featured-products .product-holder .slick-dots li {
        color: #000; }
        section.featured-products .product-holder .slick-dots li button {
          background-color: rgba(0, 0, 0, 0.2);
          border: 1px solid rgba(0, 0, 0, 0.2); }
        section.featured-products .product-holder .slick-dots li.slick-active {
          color: #000; }
          section.featured-products .product-holder .slick-dots li.slick-active button {
            background: #648683;
            border-color: #648683; }

section.related {
  padding-bottom: 100px; }
  section.related h2 {
    margin-bottom: 20px; }
  section.related .product-box {
    margin: 0 15px 15px 0; }
  section.related .related-boxes {
    margin: 20px 0; }
    section.related .related-boxes .product-boxes .product-box:nth-child(4n) {
      margin-right: 0; }

.product-boxes {
  position: relative;
  z-index: 10; }
  .product-boxes.columns-3 .product-box {
    margin: 0 15px 15px 0; }
    .product-boxes.columns-3 .product-box:nth-child(3n) {
      margin-right: 0; }
  .product-boxes .product-box {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    margin: 0 auto; }
    .product-boxes .product-box .product-preview {
      overflow: hidden;
      position: relative;
      width: 260px; }
      .product-boxes .product-box .product-preview img {
        transition: all ease 0.3s; }
      .product-boxes .product-box .product-preview > a.woocommerce-LoopProduct-link {
        display: block;
        height: 350px;
        width: 100%;
        position: relative; }
        .product-boxes .product-box .product-preview > a.woocommerce-LoopProduct-link:after {
          z-index: 2;
          content: "";
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          transition: all 0.35s ease;
          box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2); }
      .product-boxes .product-box .product-preview:hover .woocommerce-LoopProduct-link:after {
        box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5); }
      .product-boxes .product-box .product-preview:hover img {
        transform: scale(1.05); }
      .product-boxes .product-box .product-preview:hover .product-button {
        opacity: 1;
        transform: translateY(0); }
      .product-boxes .product-box .product-preview .onsale {
        z-index: 3;
        border-radius: 50%;
        position: absolute;
        top: 5%;
        left: inherit;
        right: 5%;
        display: block;
        height: 44px;
        width: 44px;
        text-align: center;
        color: #fff;
        line-height: 39px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 11px;
        font-family: "Playfair Display", serif;
        background-color: #648683; }
        .product-boxes .product-box .product-preview .onsale.itsnew {
          background-color: #836263; }
      .product-boxes .product-box .product-preview .product-button {
        text-align: left;
        z-index: 99;
        opacity: 0;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        height: 50px;
        transition: 0.35s;
        background-color: #000;
        transform: translateY(100px);
        color: #ffffff;
        text-transform: uppercase;
        width: 100%;
        display: flex;
        font-size: 11px; }
        .product-boxes .product-box .product-preview .product-button #respond input#submit.added::after,
        .product-boxes .product-box .product-preview .product-button a.button.added::after,
        .product-boxes .product-box .product-preview .product-button button.button.added::after,
        .product-boxes .product-box .product-preview .product-button input.button.added::after {
          margin-left: 0;
          position: absolute; }
        .product-boxes .product-box .product-preview .product-button .woocommerce-LoopProduct-link {
          display: none; }
        .product-boxes .product-box .product-preview .product-button .product_type_simple {
          color: #fff;
          flex-grow: 1;
          width: 220px;
          box-sizing: border-box;
          border: none;
          border-right: 1px solid #303030;
          text-align: left;
          background: transparent;
          line-height: 50px;
          padding: 0 0 0 40px;
          position: relative; }
          .product-boxes .product-box .product-preview .product-button .product_type_simple:before {
            content: "";
            position: absolute;
            left: 15px;
            top: 16px;
            display: inline-block;
            background-image: url("../youngcotton/assets/images/icons/icon-bag-white.svg");
            height: 14px;
            width: 16px;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 5px; }
        .product-boxes .product-box .product-preview .product-button .button.product_type_variable,
        .product-boxes .product-box .product-preview .product-button .add_to_cart_button {
          color: #fff;
          flex-grow: 1;
          width: 220px;
          box-sizing: border-box;
          border: none;
          border-right: 1px solid #303030;
          text-align: left;
          background: transparent;
          line-height: 52px;
          padding: 0 0 0 40px;
          position: relative; }
          .product-boxes .product-box .product-preview .product-button .button.product_type_variable:before,
          .product-boxes .product-box .product-preview .product-button .add_to_cart_button:before {
            content: "";
            position: absolute;
            left: 15px;
            top: 16px;
            display: inline-block;
            background-image: url("../youngcotton/assets/images/icons/icon-bag-white.svg");
            height: 14px;
            width: 16px;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 5px; }
        .product-boxes .product-box .product-preview .product-button a.added_to_cart {
          display: inline-block;
          font-size: 10px;
          width: 50px;
          cursor: pointer;
          position: relative;
          border-right: 1px solid #303030;
          text-align: center;
          padding: 12px 0 0 0;
          opacity: 0.9;
          color: #fff; }
          .product-boxes .product-box .product-preview .product-button a.added_to_cart:hover {
            opacity: 1;
            color: #fff; }
        .product-boxes .product-box .product-preview .product-button .tinv-wraper.tinv-wishlist {
          width: 40px;
          cursor: pointer;
          position: relative;
          border-right: 1px solid #303030;
          text-align: center;
          padding: 0; }
          .product-boxes .product-box .product-preview .product-button .tinv-wraper.tinv-wishlist:hover .tinvwl_add_to_wishlist_button:before {
            opacity: 1; }
          .product-boxes .product-box .product-preview .product-button .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.product-in-list:before {
            opacity: 1; }
          .product-boxes .product-box .product-preview .product-button .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button:before {
            color: #fff;
            margin-right: 0;
            opacity: 0.8; }
          .product-boxes .product-box .product-preview .product-button .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist-text {
            display: none; }
        .product-boxes .product-box .product-preview .product-button .yith-wcqv-button {
          text-align: center;
          width: 40px;
          cursor: pointer;
          position: relative;
          border: none;
          background: transparent;
          color: transparent; }
          .product-boxes .product-box .product-preview .product-button .yith-wcqv-button:hover {
            background: #000;
            color: #000; }
            .product-boxes .product-box .product-preview .product-button .yith-wcqv-button:hover:after {
              opacity: 1;
              color: #fff; }
          .product-boxes .product-box .product-preview .product-button .yith-wcqv-button:after {
            color: #fff;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 16px;
            content: "\f06e";
            font-family: "fontAwesome";
            font-size: 16px;
            opacity: 0.9; }
    .product-boxes .product-box .content-holder {
      position: relative;
      width: 260px;
      text-align: left;
      margin: 0 auto;
      padding: 20px 0; }
      .product-boxes .product-box .content-holder h6 {
        color: #648683;
        font-weight: 600; }
      .product-boxes .product-box .content-holder .price {
        font-weight: 600;
        color: #000; }
        .product-boxes .product-box .content-holder .price del {
          font-size: 13px;
          line-height: 1.1; }
        .product-boxes .product-box .content-holder .price ins {
          text-decoration: none; }

.tinvwl-input-group .form-control {
  height: 44px;
  border-radius: 0;
  border-color: #000;
  font-size: 14px; }

.tinv-wishlist .tinvwl-table-manage-list .product-remove:focus {
  outline: none; }
.tinv-wishlist .icon_big_heart_check,
.tinv-wishlist .icon_big_times {
  color: #648683; }
.tinv-wishlist .tinvwl-buttons-group .button {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  font-family: "Raleway", serif;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 0px;
  text-decoration: none;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
  line-height: 17px;
  overflow: hidden;
  letter-spacing: 4px;
  text-transform: uppercase; }
  .tinv-wishlist .tinvwl-buttons-group .button:hover, .tinv-wishlist .tinvwl-buttons-group .button:focus {
    color: #fff;
    border: 1px solid #000;
    background-color: #000; }
.tinv-wishlist table input[type=checkbox] {
  height: 20px;
  width: 20px; }
.tinv-wishlist table td,
.tinv-wishlist table th {
  padding: 1em;
  vertical-align: middle;
  font-weight: 500;
  font-family: "Raleway", serif;
  text-transform: uppercase; }
.tinv-wishlist .product-price ins {
  font-weight: 800;
  text-decoration: none; }

.entry-footer {
  padding: 20px 0; }

section.news-boxes {
  position: relative;
  margin-top: 90px;
  margin-bottom: 40px; }
  section.news-boxes.news-boxes-section {
    background-color: #f8f8f8;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 50px; }
  section.news-boxes h2 {
    margin-bottom: 30px; }
  section.news-boxes .button-holder {
    margin-top: 0; }
  section.news-boxes .box {
    position: relative;
    width: 100%;
    max-width: 525px; }
    section.news-boxes .box:hover .image-holder .image {
      transform: scale(1.05); }
    section.news-boxes .box:hover .content-holder .title:after {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
    section.news-boxes .box .image-holder {
      position: relative;
      height: 350px;
      overflow: hidden; }
      section.news-boxes .box .image-holder .image {
        cursor: pointer;
        display: block;
        border-radius: 5px;
        transition: all ease 0.5s;
        background-position: right; }
    section.news-boxes .box .content-holder {
      z-index: 2;
      width: calc(100% - 70px);
      margin: 0 auto;
      position: relative;
      background: #FFFFFF;
      text-align: center;
      top: -40px;
      left: 0;
      padding: 25px; }
      section.news-boxes .box .content-holder .category {
        display: inline-block; }
        section.news-boxes .box .content-holder .category a {
          color: #648683;
          font-size: 12px;
          font-style: italic; }
      section.news-boxes .box .content-holder .tags a {
        color: #000;
        margin-right: 10px; }
      section.news-boxes .box .content-holder .date {
        display: inline-block;
        color: #999;
        font-size: 12px;
        font-style: italic; }
      section.news-boxes .box .content-holder .title {
        font-family: "Playfair Display", serif;
        margin-top: 30px;
        margin-bottom: 20px;
        font-weight: 500;
        position: relative; }
        section.news-boxes .box .content-holder .title a {
          font-family: "Playfair Display", serif;
          display: inline-block;
          font-weight: 500;
          line-height: 1.4;
          color: #000; }
          section.news-boxes .box .content-holder .title a:hover, section.news-boxes .box .content-holder .title a:focus {
            color: #000; }
        section.news-boxes .box .content-holder .title:after {
          transition: all ease 0.5s;
          opacity: 0;
          visibility: hidden;
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          background-image: url("../youngcotton/assets/images/preloader-white.gif");
          width: 25px;
          height: 25px;
          bottom: -30px;
          transform: scale(0);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          z-index: 1; }
      section.news-boxes .box .content-holder .info {
        font-size: 11px;
        margin-top: 5px; }
      section.news-boxes .box .content-holder .custom-button {
        margin-top: 20px;
        font-size: 12px;
        color: #999;
        letter-spacing: 4px; }
        section.news-boxes .box .content-holder .custom-button:hover {
          color: #648683; }
        section.news-boxes .box .content-holder .custom-button:after {
          width: 100%; }
        section.news-boxes .box .content-holder .custom-button:hover:before {
          width: 100%; }
        section.news-boxes .box .content-holder .custom-button:hover:after {
          width: 0%; }
        section.news-boxes .box .content-holder .custom-button:before {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto;
          background-color: #648683;
          width: 0%;
          content: " ";
          color: transparent;
          height: 1px;
          transition: all 0.35s; }

section.banner {
  position: relative;
  width: 100%;
  margin: -10px auto 0;
  height: 580px;
  overflow: hidden; }
  section.banner.animate .table-content .table-cell .content-holder .separator {
    opacity: 1;
    transform: scale(1); }
  section.banner.animate .table-content .table-cell .content-holder .date,
  section.banner.animate .table-content .table-cell .content-holder .icon-circle-holder,
  section.banner.animate .table-content .table-cell .content-holder .description,
  section.banner.animate .table-content .table-cell .content-holder .button-holder,
  section.banner.animate .table-content .table-cell .content-holder .title {
    opacity: 1;
    transform: translateY(0px); }
  section.banner.small {
    height: 250px; }
    section.banner.small .table-content .table-cell {
      height: 250px; }
  section.banner.medium {
    height: 450px; }
    section.banner.medium .table-content .table-cell {
      height: 450px; }
  section.banner .container {
    position: relative;
    z-index: 10; }
  section.banner .description {
    margin-top: 20px; }
  section.banner .image {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all ease 2s; }
    section.banner .image:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 auto;
      background-color: #000;
      opacity: 0.1;
      height: 100%;
      width: 100%; }
  section.banner .table-content {
    width: 100%;
    position: relative;
    margin: 0;
    z-index: 3;
    display: table; }
    section.banner .table-content .table-cell {
      height: 570px;
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
      section.banner .table-content .table-cell .content-holder {
        width: 100%;
        text-align: center; }
        section.banner .table-content .table-cell .content-holder .title {
          opacity: 0;
          color: #fff;
          line-height: 1.2;
          transition: all ease 1s;
          transform: translateY(-50px);
          position: relative;
          font-weight: 700;
          max-width: 1200px;
          margin: 0 auto 30px; }
          section.banner .table-content .table-cell .content-holder .title a {
            color: #fff; }
        section.banner .table-content .table-cell .content-holder .date {
          color: #fff;
          opacity: 0;
          transition: all ease 1s;
          transform: translateY(-50px);
          max-width: 850px;
          margin: 0 auto 30px; }
        section.banner .table-content .table-cell .content-holder .separator {
          color: #fff;
          opacity: 0;
          transition: all ease 1.5s;
          transform: scale(0.8);
          max-width: 850px;
          margin: 0 auto; }
        section.banner .table-content .table-cell .content-holder .description {
          font-size: 16px;
          color: #fff;
          opacity: 0;
          transition: all ease 1.5s;
          transform: translateY(-50px);
          max-width: 900px;
          margin: 0 auto 30px; }
          section.banner .table-content .table-cell .content-holder .description a {
            text-decoration: underline; }
        section.banner .table-content .table-cell .content-holder .button-holder {
          opacity: 0;
          transition: all ease 1.5s;
          transition-delay: 0.4s;
          transform: translateY(-20px);
          margin: 30px 0 0; }

section.products-wrapper {
  padding-bottom: 100px; }

blockquote {
  max-width: 700px;
  margin: 30px auto;
  position: relative;
  text-align: center;
  color: #648683;
  font-style: italic;
  letter-spacing: 2px;
  font-family: "Playfair Display", serif;
  font-weight: 300; }

blockquote:after,
blockquote:before {
  content: "";
  margin: 0 auto;
  display: inline-block;
  background-image: url("../youngcotton/assets/images/icons/icon-separator.png");
  width: 130px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

blockquote:before {
  margin-bottom: 0px; }

blockquote:after {
  margin-top: -15px; }

.woocommerce #review_form #respond input#submit {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  font-family: "Raleway", serif;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  padding: 13px 20px 12px;
  border-radius: 0px;
  text-decoration: none;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
  line-height: 17px;
  overflow: hidden;
  letter-spacing: 2px;
  text-transform: uppercase; }
.woocommerce p.stars a {
  color: #648683; }
.woocommerce div.product .woocommerce-Tabs-panel h2 {
  text-align: left;
  font-size: 22px; }
.woocommerce div.product .woocommerce-Tabs-panel * {
  font-size: 18px; }
.woocommerce div.product .woocommerce-tabs {
  padding: 150px 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
    display: block;
    margin: 0 auto 50px;
    border: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs:before {
      content: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      background-color: transparent;
      border: none; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        color: #000; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        background-color: transparent;
        font-weight: 300;
        color: #999;
        border: none;
        font-family: "Playfair Display", serif;
        font-size: 22px;
        text-transform: uppercase;
        line-height: 1.1; }

section.tabs-products {
  padding: 150px 0; }
  section.tabs-products ul.nav-tabs {
    text-align: center;
    display: block;
    margin: 0 auto 50px;
    border: none; }
    section.tabs-products ul.nav-tabs li.nav-item {
      display: inline-block; }
      section.tabs-products ul.nav-tabs li.nav-item a.nav-link {
        color: #999;
        border: none;
        font-family: "Playfair Display", serif;
        font-size: 22px;
        text-transform: uppercase;
        line-height: 1.1; }
        section.tabs-products ul.nav-tabs li.nav-item a.nav-link.active {
          color: #000; }
  section.tabs-products .product-boxes .product-box {
    width: 300px;
    margin: 0 auto; }
    section.tabs-products .product-boxes .product-box .product-preview {
      width: 40%;
      float: left; }
      section.tabs-products .product-boxes .product-box .product-preview > a.woocommerce-LoopProduct-link {
        height: 200px; }
      section.tabs-products .product-boxes .product-box .product-preview .product-button .button,
      section.tabs-products .product-boxes .product-box .product-preview .product-button .product_type_simple,
      section.tabs-products .product-boxes .product-box .product-preview .product-button .add_to_cart_button {
        text-indent: -999px;
        width: 50px; }
        section.tabs-products .product-boxes .product-box .product-preview .product-button .button.yith-wcqv-button,
        section.tabs-products .product-boxes .product-box .product-preview .product-button .product_type_simple.yith-wcqv-button,
        section.tabs-products .product-boxes .product-box .product-preview .product-button .add_to_cart_button.yith-wcqv-button {
          text-indent: inherit;
          color: #000; }
      section.tabs-products .product-boxes .product-box .product-preview .product-button .yith-wcqv-button:after {
        color: #fff; }
      section.tabs-products .product-boxes .product-box .product-preview .product-button .tinv-wraper.tinv-wishlist {
        width: 50px; }
      section.tabs-products .product-boxes .product-box .product-preview .product-button .product-show {
        width: 50px; }
    section.tabs-products .product-boxes .product-box .content-holder {
      height: 200px;
      background-color: #fff;
      padding: 20px;
      width: 60%;
      float: right;
      border-right: 15px solid #fff; }
  section.tabs-products .slick-arrow {
    top: 50%;
    width: 25px;
    height: 50px; }
    section.tabs-products .slick-arrow:hover svg path {
      fill: #000; }
    section.tabs-products .slick-arrow.slick-prev {
      left: -10%; }
    section.tabs-products .slick-arrow.slick-next {
      right: -7%; }
  section.tabs-products .slick-dots {
    bottom: -100px; }
    section.tabs-products .slick-dots li {
      color: #000; }
      section.tabs-products .slick-dots li button {
        background-color: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(0, 0, 0, 0.2); }
      section.tabs-products .slick-dots li.slick-active {
        color: #000; }
        section.tabs-products .slick-dots li.slick-active button {
          background: #648683;
          border-color: #648683; }

section.content-section {
  padding: 80px 0; }
  section.content-section .columns {
    margin-bottom: 50px;
    height: 615px; }
    section.content-section .columns iframe {
      background-color: #f1f1f1; }
    section.content-section .columns .left-col-holder {
      padding: 40px 20px 40px 40px;
      height: 100%;
      background-color: #f1f1f1; }
      section.content-section .columns .left-col-holder .content {
        padding: 0; }
    section.content-section .columns .right-col-holder {
      height: 100%;
      padding: 40px 40px 40px 20px;
      background-color: #f1f1f1; }
    section.content-section .columns .content {
      padding: 60px;
      height: 100%;
      background-color: #fff;
      border: 1px solid #fff; }

aside.sidebar {
  padding: 50px 0; }
  aside.sidebar.sidebar-category {
    padding-top: 0px; }
    aside.sidebar.sidebar-category ul.menu {
      margin: 15px 0 0;
      padding: 0; }
      aside.sidebar.sidebar-category ul.menu li {
        list-style: none;
        margin-bottom: 10px; }
        aside.sidebar.sidebar-category ul.menu li a {
          font-family: "Playfair Display", serif;
          font-size: 18px;
          color: #777; }
          aside.sidebar.sidebar-category ul.menu li a:hover {
            color: #648683; }
  aside.sidebar.sidebar-news h3 {
    font-family: "Playfair Display", serif; }
  aside.sidebar.sidebar-news .boxes {
    margin-top: 20px; }
    aside.sidebar.sidebar-news .boxes .box {
      margin-bottom: 20px; }
      aside.sidebar.sidebar-news .boxes .box:hover .image {
        transform: scale(1.1); }
      aside.sidebar.sidebar-news .boxes .box:hover .content-holder .title a {
        color: #000;
        text-decoration: underline; }
      aside.sidebar.sidebar-news .boxes .box .image-holder {
        display: block;
        overflow: hidden;
        height: 80px;
        width: 100%;
        position: relative;
        max-width: 100px; }
        aside.sidebar.sidebar-news .boxes .box .image-holder .image {
          transition: all ease 0.5s; }
      aside.sidebar.sidebar-news .boxes .box .content-holder .date {
        color: #999;
        font-style: italic;
        font-size: 10px; }
      aside.sidebar.sidebar-news .boxes .box .content-holder .title a {
        color: #648683; }

#yith-quick-view-close {
  color: #000000 !important;
  opacity: 1 !important; }

#yith-quick-view-content .rtwpvg-slider-wrapper {
  min-height: 480px;
  max-height: 480px; }
#yith-quick-view-content div.summary {
  padding: 40px 40px 0;
  width: 55%; }
  #yith-quick-view-content div.summary .variations select {
    margin-bottom: 10px; }
  #yith-quick-view-content div.summary p.price {
    margin: 5px 0; }

.slick-slider:hover .slick-arrow {
  opacity: 1; }

#yith-quick-view-content .wpgs-nav {
  display: none; }

.wpgs-for .slick-arrow {
  transition: all ease 0.5s;
  border: 1px solid black;
  background-color: transparent;
  text-align: center;
  line-height: 1;
  z-index: 999;
  opacity: 0.1;
  color: black; }
  .wpgs-for .slick-arrow:hover {
    border-color: #000;
    background-color: #000;
    color: #fff; }
  .wpgs-for .slick-arrow.flaticon-back:before {
    content: none; }
  .wpgs-for .slick-arrow.flaticon-back:after {
    content: "\f104";
    font-family: "fontAwesome"; }
  .wpgs-for .slick-arrow.flaticon-right-arrow:before {
    content: none; }
  .wpgs-for .slick-arrow.flaticon-right-arrow:after {
    content: "\f105";
    font-family: "fontAwesome"; }

section.products-wrapper .filter-holder .card {
  border-radius: 0; }
  section.products-wrapper .filter-holder .card .card-header {
    padding: 0;
    background-color: transparent;
    color: #000;
    margin-bottom: 0;
    border-radius: 0; }
    section.products-wrapper .filter-holder .card .card-header .card-title {
      border-radius: 0;
      margin-bottom: 0; }
      section.products-wrapper .filter-holder .card .card-header .card-title a {
        transition: all ease 0.1s;
        cursor: pointer;
        position: relative;
        display: block;
        border-radius: 0;
        padding: 17px 32px 17px 22px; }
        section.products-wrapper .filter-holder .card .card-header .card-title a[aria-expanded="true"] {
          background-color: #648683;
          color: #fff; }
          section.products-wrapper .filter-holder .card .card-header .card-title a[aria-expanded="true"] .arrow span {
            background-color: #fff; }
          section.products-wrapper .filter-holder .card .card-header .card-title a[aria-expanded="true"] .arrow span:nth-child(2) {
            transform: rotate(0deg); }
        section.products-wrapper .filter-holder .card .card-header .card-title a[aria-expanded="false"] {
          background-color: #648683;
          color: #fff; }
          section.products-wrapper .filter-holder .card .card-header .card-title a[aria-expanded="false"] .arrow span {
            background-color: #fff; }
          section.products-wrapper .filter-holder .card .card-header .card-title a[aria-expanded="false"] .arrow span:nth-child(2) {
            transform: rotate(90deg); }
        section.products-wrapper .filter-holder .card .card-header .card-title a .arrow {
          position: absolute;
          right: 30px;
          top: 0;
          height: 100%; }
          section.products-wrapper .filter-holder .card .card-header .card-title a .arrow span {
            position: absolute;
            top: calc(50% - 2px);
            width: 14px;
            height: 2px;
            background-color: #383838; }
  section.products-wrapper .filter-holder .card .card-body {
    padding-top: 0; }
section.products-wrapper .filter-holder .wpfFilterWrapper .wfpTitle {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
  margin-bottom: 10px; }
section.products-wrapper .wpfFilterVerScroll::-webkit-scrollbar-track {
  border: 1px solid #F1F1F1;
  padding: 2px 0;
  background-color: #F1F1F1; }
section.products-wrapper .wpfFilterVerScroll::-webkit-scrollbar {
  width: 10px; }
section.products-wrapper .wpfFilterVerScroll::-webkit-scrollbar-thumb {
  border-radius: 0px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #C1C1C1;
  border: 1px solid #F1F1F1; }
section.products-wrapper .wpfFilterVerScroll li label {
  display: block; }

section.accordion-section {
  padding: 80px 0; }
  section.accordion-section .description {
    font-size: 16px;
    font-weight: 300;
    max-width: 900px;
    margin: 20px auto; }
  section.accordion-section .boxes {
    margin-top: 50px; }
    section.accordion-section .boxes .card {
      position: relative;
      background: #fff;
      border: 1px solid #648683 !important;
      border-radius: 0;
      margin-bottom: 10px; }
      section.accordion-section .boxes .card .card-header {
        padding: 0;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: none; }
        section.accordion-section .boxes .card .card-header .card-title {
          margin: 0;
          padding: 0;
          text-transform: uppercase; }
          section.accordion-section .boxes .card .card-header .card-title a {
            transition: all ease 0.1s;
            cursor: pointer;
            position: relative;
            display: block;
            font-weight: 500;
            color: #000;
            padding: 17px 32px 17px 22px; }
            section.accordion-section .boxes .card .card-header .card-title a[aria-expanded="true"] {
              background-color: #648683;
              color: #fff; }
              section.accordion-section .boxes .card .card-header .card-title a[aria-expanded="true"] .arrow span {
                background-color: #fff; }
              section.accordion-section .boxes .card .card-header .card-title a[aria-expanded="true"] .arrow span:nth-child(2) {
                transform: rotate(0deg); }
            section.accordion-section .boxes .card .card-header .card-title a[aria-expanded="false"] {
              background-color: #fff;
              color: #383838; }
              section.accordion-section .boxes .card .card-header .card-title a[aria-expanded="false"] .arrow span:nth-child(2) {
                transform: rotate(90deg); }
            section.accordion-section .boxes .card .card-header .card-title a .arrow {
              position: absolute;
              right: 30px;
              top: 0;
              height: 50px; }
              section.accordion-section .boxes .card .card-header .card-title a .arrow span {
                position: absolute;
                top: calc(50% - 2px);
                width: 14px;
                height: 1px;
                background-color: #648683; }
      section.accordion-section .boxes .card .card-body {
        line-height: 2;
        font-size: 13px;
        padding: 30px;
        color: #000; }
        section.accordion-section .boxes .card .card-body .button-holder {
          margin-top: 10px; }
        section.accordion-section .boxes .card .card-body ol,
        section.accordion-section .boxes .card .card-body ul {
          padding-left: 15px; }

section.search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 999;
  transition: all ease-in-out 0.25s; }
  section.search-overlay.search-overlay-show {
    visibility: visible;
    opacity: 1; }
    section.search-overlay.search-overlay-show .search-wrapper {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      ms-transform: scale(1); }
  section.search-overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  section.search-overlay .search-close {
    position: absolute;
    z-index: 2;
    top: 45px;
    right: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
    opacity: 0.8;
    cursor: pointer;
    transition: all ease-out .2s; }
    section.search-overlay .search-close span {
      display: block;
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      top: 50%;
      left: 0;
      background: #fff;
      border-radius: 5px;
      margin-top: -6px; }
      section.search-overlay .search-close span:nth-child(1) {
        transform: rotate(45deg); }
      section.search-overlay .search-close span:nth-child(2) {
        transform: rotate(-45deg); }
    section.search-overlay .search-close:hover {
      opacity: 1;
      transform: scale(1.2); }
    section.search-overlay .search-close svg {
      height: 26px;
      fill: #fff; }
  section.search-overlay .msg {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    margin-top: -25px;
    transition: all ease 0.5s; }
    section.search-overlay .msg.active {
      opacity: 1; }
  section.search-overlay .search-wrapper {
    display: inline-block;
    max-width: 700px;
    position: relative;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    ms-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s; }
    section.search-overlay .search-wrapper p {
      font-family: "Playfair Display", serif;
      font-size: 17px;
      margin-bottom: 40px;
      color: #fff;
      letter-spacing: 5px;
      text-transform: uppercase; }
    section.search-overlay .search-wrapper .woocommerce-product-search,
    section.search-overlay .search-wrapper .search-form {
      position: relative; }
      section.search-overlay .search-wrapper .woocommerce-product-search .search-icon,
      section.search-overlay .search-wrapper .search-form .search-icon {
        height: 50px;
        width: 50px; }
        section.search-overlay .search-wrapper .woocommerce-product-search .search-icon:hover path,
        section.search-overlay .search-wrapper .search-form .search-icon:hover path {
          fill: rgba(255, 255, 255, 0.6); }
        section.search-overlay .search-wrapper .woocommerce-product-search .search-icon path,
        section.search-overlay .search-wrapper .search-form .search-icon path {
          fill: rgba(255, 255, 255, 0.2);
          transition: all ease 0.5s; }
      section.search-overlay .search-wrapper .woocommerce-product-search .search-field,
      section.search-overlay .search-wrapper .search-form .search-field {
        font-family: "Playfair Display", serif;
        width: 100%;
        display: inline-block;
        background-color: transparent;
        box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
        border: 0;
        text-align: center;
        font-size: 18px;
        padding: 20px;
        color: #fff;
        transition: all 0.3s ease-out; }
        section.search-overlay .search-wrapper .woocommerce-product-search .search-field:focus,
        section.search-overlay .search-wrapper .search-form .search-field:focus {
          outline: none;
          box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.2); }
          section.search-overlay .search-wrapper .woocommerce-product-search .search-field:focus::-webkit-input-placeholder,
          section.search-overlay .search-wrapper .search-form .search-field:focus::-webkit-input-placeholder {
            opacity: 0; }
        section.search-overlay .search-wrapper .woocommerce-product-search .search-field::-webkit-input-placeholder,
        section.search-overlay .search-wrapper .search-form .search-field::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #f1f1f1;
          opacity: 0.4;
          letter-spacing: 3px; }
        section.search-overlay .search-wrapper .woocommerce-product-search .search-field::-moz-placeholder,
        section.search-overlay .search-wrapper .search-form .search-field::-moz-placeholder {
          /* Firefox 19+ */
          color: #f1f1f1;
          opacity: 0.4;
          letter-spacing: 3px; }
        section.search-overlay .search-wrapper .woocommerce-product-search .search-field:-ms-input-placeholder,
        section.search-overlay .search-wrapper .search-form .search-field:-ms-input-placeholder {
          /* IE 10+ */
          color: #f1f1f1;
          opacity: 0.4;
          letter-spacing: 3px; }
        section.search-overlay .search-wrapper .woocommerce-product-search .search-field:-moz-placeholder,
        section.search-overlay .search-wrapper .search-form .search-field:-moz-placeholder {
          /* Firefox 18- */
          color: #f1f1f1;
          opacity: 0.4;
          letter-spacing: 3px; }
      section.search-overlay .search-wrapper .woocommerce-product-search button,
      section.search-overlay .search-wrapper .search-form button {
        margin-top: 50px;
        font-family: "Raleway", serif;
        vertical-align: top;
        cursor: pointer;
        position: relative;
        z-index: 1;
        font-weight: 500;
        text-align: center;
        font-size: 12px;
        display: inline-block;
        padding: 15px 30px;
        border-radius: 0px;
        text-decoration: none;
        -webkit-transition: all ease 0.1s;
        -moz-transition: all ease 0.1s;
        -o-transition: all ease 0.1s;
        transition: all ease 0.1s;
        line-height: 17px;
        overflow: hidden;
        border: 1px solid transparent;
        letter-spacing: 4px;
        text-transform: uppercase;
        background-color: #648683;
        color: #fff; }
        section.search-overlay .search-wrapper .woocommerce-product-search button:hover, section.search-overlay .search-wrapper .woocommerce-product-search button:focus,
        section.search-overlay .search-wrapper .search-form button:hover,
        section.search-overlay .search-wrapper .search-form button:focus {
          background-color: #fff;
          color: #000;
          outline: none; }
      section.search-overlay .search-wrapper .woocommerce-product-search input[type=submit],
      section.search-overlay .search-wrapper .search-form input[type=submit] {
        position: absolute;
        width: 100px;
        height: 100%;
        background-color: transparent;
        border: 0;
        right: 0;
        top: 0; }
      section.search-overlay .search-wrapper .woocommerce-product-search .search-icon,
      section.search-overlay .search-wrapper .search-form .search-icon {
        outline: none;
        border: none;
        background-color: transparent;
        font-size: 25px;
        position: absolute;
        right: 0;
        bottom: 0;
        color: #fff;
        color: rgba(255, 255, 255, 0.2);
        transition: all 0.2s ease-out; }
        section.search-overlay .search-wrapper .woocommerce-product-search .search-icon:hover,
        section.search-overlay .search-wrapper .search-form .search-icon:hover {
          color: rgba(255, 255, 255, 0.3); }

.form {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  vertical-align: top;
  position: relative; }
  .form .star {
    font-weight: 900;
    color: red;
    padding-right: 5px;
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: 9px; }
  .form .form-radio-fields {
    position: relative; }
    .form .form-radio-fields label.error {
      position: absolute;
      width: 230px;
      left: 0;
      top: 30px; }
  .form .search-form .screen-reader-text {
    display: none; }
  .form .search-form .search-field {
    background: #FBFDFD;
    padding: 12px 15px;
    height: 48px;
    border: 1px solid #CFD4DB;
    border-radius: 5px;
    font-size: 16px;
    font-style: italic; }
  .form .search-form .search-submit {
    vertical-align: top;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    padding: 14px 20px 13px;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid transparent;
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
    min-width: 100px;
    line-height: 17px;
    overflow: hidden;
    font-weight: 500;
    z-index: 2;
    background-color: #004B8D;
    color: #fff; }
    .form .search-form .search-submit:hover, .form .search-form .search-submit:focus {
      background-color: #648683; }
  .form label.error {
    font-size: 16px;
    color: red; }
  .form .form-field:hover .format {
    opacity: 1;
    transform: translateY(0px); }
  .form .format {
    transition: all ease 0.5s;
    transform: translateY(-10px);
    opacity: 0;
    position: absolute;
    right: 5px;
    top: -9px;
    padding: 3px 5px;
    border-radius: 5px;
    border: 1px solid #CFD4DB;
    background-color: #648683;
    color: #fff;
    font-size: 14px; }
  .form .checkbox-button-group .checkbox-button {
    margin-right: 15px; }
  .form .checkbox-button {
    cursor: pointer;
    display: inline-block; }
    .form .checkbox-button input {
      opacity: 0;
      position: absolute;
      left: 0; }
    .form .checkbox-button input:checked ~ .checkbox-label {
      background: #648683;
      color: #fff; }
    .form .checkbox-button .checkbox-label {
      text-transform: uppercase;
      border: 2px solid #648683;
      display: block;
      background: transparent;
      padding: 8px 15px;
      font-size: 16px;
      font-weight: 600;
      color: #648683;
      border-radius: 5px; }
  .form label.form-radio {
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 34px; }
    .form label.form-radio ~ p {
      padding-left: 35px;
      padding-bottom: 0;
      margin-bottom: -10px; }
    .form label.form-radio.form-radio-long {
      line-height: 1.6; }
    .form label.form-radio.form-radio-long ~ .note {
      margin-top: 15px; }
      .form label.form-radio.form-radio-long ~ .note i {
        left: 3px; }
    .form label.form-radio:last-child {
      margin-right: 0; }
    .form label.form-radio input {
      position: absolute;
      opacity: 0;
      left: 0;
      top: 0;
      height: 30px;
      width: 30px; }
    .form label.form-radio .checkmark {
      position: absolute;
      top: 3px;
      left: 0;
      height: 26px;
      width: 26px;
      background-color: #fff;
      border: 1px solid #CFD4DB;
      border-radius: 50%;
      transition: all ease 0.5s; }
    .form label.form-radio .checkmark:after {
      content: "";
      position: absolute;
      display: block;
      opacity: 0;
      visibility: hidden;
      top: 6px;
      left: 6px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #648683;
      transition: all ease 0.3s;
      transform: scale(0); }
    .form label.form-radio input:checked ~ .checkmark:after {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
    .form label.form-radio input:checked ~ .checkmark {
      border-color: #648683;
      background: #648683; }
    .form label.form-radio input:checked ~ .checkmark {
      border-color: #648683;
      background: #fff; }
  .form label.form-checkbox {
    margin-right: 25px;
    padding-top: 5px;
    line-height: 1.4;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 18px; }
    .form label.form-checkbox input.error ~ .checkmark {
      border-color: red; }
    .form label.form-checkbox.form-agree {
      padding-top: 0;
      font-size: 16px; }
    .form label.form-checkbox input {
      z-index: 1;
      position: absolute;
      opacity: 0;
      left: 0;
      height: 30px;
      width: 30px;
      top: 0; }
    .form label.form-checkbox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 30px;
      width: 30px;
      background-color: #fff;
      border-radius: 0;
      border: 1px solid #CFD4DB;
      transition: all ease 0.2s; }
    .form label.form-checkbox input:checked ~ .checkmark {
      background-color: #648683;
      border-color: #648683; }
      .form label.form-checkbox input:checked ~ .checkmark:after {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1); }
    .form label.form-checkbox .checkmark:after {
      content: "";
      position: absolute;
      visibility: hidden;
      opacity: 0;
      transition: all ease 0.15s;
      left: 9px;
      top: 3px;
      width: 8px;
      height: 16px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
      transform: rotate(45deg) scale(0); }
  .form .wpcf7 div.wpcf7-mail-sent-ok {
    border: 2px solid #648683; }
  .form .wpcf7 .wpcf7-character-count {
    font-size: 16px;
    color: #fff; }
  .form .wpcf7 .form-field br {
    display: none; }
  .form .wpcf7 .form-control.wpcf7-not-valid {
    border-color: #ffa9a9;
    background: #ffa9a9; }
  .form .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 12px;
    text-transform: none;
    color: #ffa7a9; }
  .form .wpcf7 div.wpcf7-response-output {
    width: 100%;
    text-align: center;
    position: absolute;
    margin: 15px 0;
    font-size: 12px;
    padding: 12px 15px;
    border-style: solid;
    border-width: 1px;
    background-color: #000;
    color: #fff; }
    .form .wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
      border-color: #ffa7a9; }
  .form .wpcf7 em {
    font-size: 16px;
    color: #fff; }
  .form .wpcf7-radio input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    z-index: 2; }
  .form .wpcf7-radio span.wpcf7-list-item {
    position: relative;
    margin: 0 0 0 0.5em; }
  .form .wpcf7-radio span.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    position: relative;
    padding-top: 5px;
    color: #648683;
    transition: all ease 0.2s;
    padding-left: 35px; }
  .form .wpcf7-radio span.wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
    transition: all ease 0.2s; }
  .form .wpcf7-radio input:checked ~ .wpcf7-list-item-label {
    border-color: #648683;
    color: #648683; }
  .form .wpcf7-radio span:after {
    content: "";
    position: absolute;
    display: none; }
  .form .wpcf7-radio input:checked ~ .wpcf7-list-item-label:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  .form .wpcf7-radio .wpcf7-list-item-label:after {
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 11px;
    left: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #648683;
    transition: all ease 0.2s;
    transform: scale(0); }
  .form .wpcf7-radio {
    margin-top: 10px;
    display: inline-block; }
    .form .wpcf7-radio span.wpcf7-list-item {
      margin-right: 20px;
      margin-bottom: 15px;
      margin-left: 0; }
  .form .wpcf7-form-control-wrap {
    margin-bottom: 15px; }
  .form .wpcf7-checkbox {
    display: inline-block;
    margin-right: 20px;
    position: relative; }
    .form .wpcf7-checkbox input {
      position: absolute;
      opacity: 0;
      left: 0;
      height: 30px;
      width: 30px;
      top: 0;
      z-index: 2;
      margin: 0; }
    .form .wpcf7-checkbox span.wpcf7-list-item {
      position: relative;
      height: 30px;
      margin: 0; }
    .form .wpcf7-checkbox span.wpcf7-list-item-label {
      font-weight: 500;
      font-size: 18px;
      position: relative;
      padding-top: 5px;
      padding-left: 40px;
      transition: all ease 0.3s;
      color: #648683; }
    .form .wpcf7-checkbox span.wpcf7-list-item-label:before {
      border-radius: 2px;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 30px;
      width: 30px;
      background-color: #fff;
      border: 1px solid #CFD4DB;
      transition: all ease 0.2s; }
    .form .wpcf7-checkbox input:checked ~ span.wpcf7-list-item-label {
      color: #000000; }
      .form .wpcf7-checkbox input:checked ~ span.wpcf7-list-item-label:after {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1); }
      .form .wpcf7-checkbox input:checked ~ span.wpcf7-list-item-label:before {
        border-color: #648683;
        background-color: #648683; }
    .form .wpcf7-checkbox span.wpcf7-list-item-label:after {
      content: "";
      position: absolute;
      visibility: hidden;
      opacity: 0;
      transition: all ease 0.15s;
      left: 11px;
      top: 5px;
      width: 8px;
      height: 16px;
      border: solid #fff;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
      transform: rotate(45deg) scale(0); }
  .form label strong {
    font-weight: 600; }
  .form .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }
  .form small.note {
    font-size: 15px; }
  .form .form-download {
    margin-top: 10px;
    display: none; }
    .form .form-download a {
      display: inline-block;
      color: #648683;
      text-decoration: underline; }
      .form .form-download a i {
        display: inline-block;
        color: #648683;
        font-size: 28px;
        margin-right: 5px; }
  .form .note {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    letter-spacing: -0.3px;
    color: #1b6267; }
    .form .note span {
      color: #648683;
      font-weight: 400;
      font-style: normal; }
    .form .note .fa {
      font-weight: 400;
      top: 0;
      position: absolute;
      left: 0;
      font-size: 25px;
      color: #648683;
      margin-right: 5px; }
  .form .custom-button-box {
    padding: 18px 40px;
    font-size: 16px; }
    .form .custom-button-box.custom-button-box-black {
      border-color: #648683;
      background: #648683; }
      .form .custom-button-box.custom-button-box-black:hover {
        border-color: #fff;
        background: #fff; }
  .form .form-field {
    margin-bottom: 20px; }
    .form .form-field label.label-wrap {
      display: block;
      font-weight: 400;
      width: 100%;
      margin: 0;
      font-size: 14px;
      line-height: 28px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .form .form-field select.form-control {
      height: 50px; }
    .form .form-field textarea.form-control {
      height: 100px; }
    .form .form-field.form-datepicker-field {
      position: relative; }
      .form .form-field.form-datepicker-field .icon-calendar {
        position: absolute;
        right: 15px;
        top: 38px; }
    .form .form-field .form-control {
      background: #fff;
      color: #000;
      padding: 12px 15px;
      height: 50px;
      border: 1px solid #383838;
      border-radius: 0;
      font-size: 16px;
      font-family: "Roboto", sans-serif; }
      .form .form-field .form-control.error {
        border-color: red; }
      .form .form-field .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #b3b2b2;
        font-style: italic; }
      .form .form-field .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #b3b2b2;
        font-style: italic; }
      .form .form-field .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #b3b2b2;
        font-style: italic; }
      .form .form-field .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #b3b2b2;
        font-style: italic; }
    .form .form-field .icon-search {
      height: 100%;
      width: 50px;
      padding: 4px 10px 5px;
      position: absolute;
      right: 0;
      top: 0;
      background-color: transparent;
      outline: none;
      border: none;
      margin: 0;
      transition: all ease 0.5s; }
    .form .form-field:hover .icon-search {
      transform: scale(1.1); }

.grecaptcha-badge {
  opacity: 0; }

body.page-id-21 .grecaptcha-badge {
  opacity: 1;
  bottom: 100px !important; }

body.menu-open {
  height: 100%;
  overflow: hidden; }
  body.menu-open:before {
    opacity: 1;
    visibility: visible;
    right: 0;
    z-index: 9999; }

body:before {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  transition: all ease 0.5s;
  background-color: rgba(0, 0, 0, 0.8); }

section.mobile-menu {
  padding: 0 0 20px;
  display: block;
  position: fixed;
  width: 300px;
  max-width: 100%;
  top: 0;
  z-index: 99999;
  left: -400px;
  height: 100%;
  overflow: auto;
  background-color: #373737;
  box-shadow: 0 0 50px 5px rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  section.mobile-menu .title {
    background-color: #000;
    color: #fff;
    padding: 15px;
    margin-bottom: 0; }
  section.mobile-menu .card {
    position: relative;
    background: #373737;
    border-bottom: 1px solid rgba(188, 183, 183, 0.3);
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    margin-bottom: 0; }
    section.mobile-menu .card .card-header {
      padding: 0;
      border-radius: 0;
      margin-bottom: 0;
      background-color: transparent;
      border-bottom: none; }
      section.mobile-menu .card .card-header .card-title {
        margin: 0;
        padding: 0;
        text-transform: uppercase; }
        section.mobile-menu .card .card-header .card-title a {
          transition: all ease 0.1s;
          cursor: pointer;
          position: relative;
          display: block;
          padding: 15px 32px 15px 15px; }
          section.mobile-menu .card .card-header .card-title a[aria-expanded="true"] {
            background-color: #648683;
            color: #fff; }
            section.mobile-menu .card .card-header .card-title a[aria-expanded="true"] .arrow span {
              background-color: #fff; }
            section.mobile-menu .card .card-header .card-title a[aria-expanded="true"] .arrow span:nth-child(1) {
              transform: rotate(-45deg); }
            section.mobile-menu .card .card-header .card-title a[aria-expanded="true"] .arrow span:nth-child(2) {
              transform: rotate(45deg); }
          section.mobile-menu .card .card-header .card-title a[aria-expanded="false"] {
            background-color: #373737;
            color: #fff; }
          section.mobile-menu .card .card-header .card-title a .arrow {
            position: absolute;
            right: 20px;
            top: 0;
            height: 100%; }
            section.mobile-menu .card .card-header .card-title a .arrow span {
              right: 0;
              position: absolute;
              top: calc(50% - 2px);
              width: 10px;
              height: 1px;
              background-color: #bcb7b7;
              transform: rotate(45deg); }
              section.mobile-menu .card .card-header .card-title a .arrow span:nth-child(2) {
                right: -7px;
                transform: rotate(-45deg); }
    section.mobile-menu .card .card-body {
      background-color: #fff;
      line-height: 2;
      font-size: 13px;
      padding: 0;
      color: #000; }
      section.mobile-menu .card .card-body .button-holder {
        margin-top: 10px; }
      section.mobile-menu .card .card-body ul.menu {
        padding: 0;
        margin: 0; }
        section.mobile-menu .card .card-body ul.menu li {
          list-style: none; }
          section.mobile-menu .card .card-body ul.menu li a {
            display: block;
            border-bottom: 1px solid #ddd;
            padding: 12px 15px; }
      section.mobile-menu .card .card-body .content {
        padding: 15px; }
        section.mobile-menu .card .card-body .content .text {
          margin-bottom: 10px; }
          section.mobile-menu .card .card-body .content .text a {
            color: #648683;
            font-weight: 400; }
  section.mobile-menu .close-button {
    top: 10px;
    position: absolute;
    right: 0px; }

body.menu-open section.mobile-menu {
  left: 0; }

.convergine-wrapper {
  width: 210px;
  margin: 0 auto;
  float: right;
  display: table;
  font-size: 10px; }
  .convergine-wrapper .left-block {
    width: 160px;
    float: none;
    display: table-cell;
    vertical-align: middle;
    font-weight: 400; }
    .convergine-wrapper .left-block a {
      transition: all ease 0.5s;
      color: #9d9d9d;
      text-transform: none;
      line-height: 18px;
      display: block;
      text-decoration: none; }
      .convergine-wrapper .left-block a span {
        text-decoration: underline;
        text-transform: none; }
      .convergine-wrapper .left-block a:hover {
        color: #fff; }
  .convergine-wrapper .right-block a {
    margin-top: 0px;
    display: block;
    position: relative; }

/*# sourceMappingURL=style.css.map */
