@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: 'roboto-light';
  src: url("../fonts/Roboto-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'roboto-regular';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'roboto-medium';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'roboto-bold';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'roboto-black';
  src: url("../fonts/Roboto-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'visby-bold';
  src: url("../fonts/VisbyCF-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'visby-extra-bold';
  src: url("../fonts/VisbyCF-ExtraBold.ttf") format("truetype"); }

@font-face {
  font-family: 'qanaya-regular';
  src: url("../fonts/Qanaya-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'qanaya-round-regular';
  src: url("../fonts/Qanaya-Round.ttf") format("truetype"); }

@font-face {
  font-family: 'qanaya-bold';
  src: url("../fonts/Qanaya-Bold.ttf") format("truetype"); }

/* /Fonts */
/* Global */
html {
  margin: 0 !important;
  overflow-x: hidden; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 18px; }
  @media only screen and (max-width: 950px) {
    body {
      padding-top: 62px; } }

input {
  border: none;
  outline: none; }

a {
  text-decoration: none;
  color: inherit; }

*, *::before, *::after {
  box-sizing: border-box;
  direction: ltr; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul {
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

section {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 95px 0; }
  @media only screen and (max-width: 1200px) {
    section {
      padding: 55px 0; } }
  @media only screen and (max-width: 950px) {
    section {
      padding: 45px 0; } }

.section-inner {
  max-width: 1650px;
  padding: 0 10px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 3; }
  .section-inner.narrow {
    max-width: 1200px; }
  .section-inner.mid-width {
    max-width: 1300px; }

.content {
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 18px;
  color: #4D4D4D;
  line-height: 1.5; }
  .content.narrow {
    max-width: 700px;
    margin: auto; }
  .content.white {
    color: #fff; }
  .content.bigger {
    font-size: 20px; }
  .content p, .content ul, .content li, .content h1, .content h2, .content h3, .content h4, .content h5, .content img {
    margin-top: 15px; }
  .content ul {
    list-style: disc;
    padding-left: 25px; }
  .content a {
    color: #264759;
    text-decoration: underline; }
    .content a:hover {
      text-decoration: none; }
  .content img {
    max-width: 100%; }
  @media only screen and (max-width: 950px) {
    .content {
      font-size: 16px; }
      .content.bigger {
        font-size: 18px; } }

.centered {
  text-align: center; }

.align-left {
  text-align: left; }

@media only screen and (max-width: 950px) {
  br.spacing {
    display: none; } }

.parts {
  display: flex;
  margin: 0 -45px; }
  .parts.ai-center {
    align-items: center; }
  .parts.row-reverse {
    flex-direction: row-reverse; }
  .parts.full .part {
    width: auto;
    flex: 1 0; }
  .parts .part {
    width: 50%;
    padding: 0 45px;
    position: relative; }
    .parts .part .image {
      text-align: center; }
      .parts .part .image img {
        max-width: 100%; }
  @media only screen and (max-width: 950px) {
    .parts {
      flex-wrap: wrap; }
      .parts .part {
        width: 100%; }
        .parts .part:nth-child(2) {
          margin-top: 25px; }
      .parts.full .part {
        width: 100%;
        flex: 1 100%; } }

.section-title .subtitle {
  font-family: 'roboto-bold';
  font-weight: 700;
  font-size: 15px;
  color: #79B974;
  letter-spacing: 0.715em;
  margin-bottom: 10px; }
  .section-title .subtitle.white {
    color: #fff !important; }

.section-title .title {
  font-family: 'qanaya-regular';
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  color: #264759; }

.section-title.white .title {
  color: #fff; }
  .section-title.white .title strong {
    font-family: 'qanaya-regular';
    font-weight: 400;
    color: #79B974; }

.section-title.blue .subtitle {
  color: #264759; }

@media only screen and (max-width: 1370px) {
  .section-title .title {
    font-size: 45px; }
  .section-title .subtitle {
    margin-bottom: 5px;
    font-size: 13px; } }

@media only screen and (max-width: 950px) {
  .section-title .title {
    font-size: 35px; }
  .section-title .subtitle {
    margin-bottom: 5px; } }

.section-subtitle {
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 17px;
  color: #4D4D4D;
  text-align: center;
  margin-top: 20px; }
  .section-subtitle.align-left {
    text-align: left; }
  .section-subtitle.white {
    color: #fff; }
  @media only screen and (max-width: 1200px) {
    .section-subtitle {
      font-size: 16px; } }
  @media only screen and (max-width: 950px) {
    .section-subtitle {
      font-size: 16px; } }

.button-simple {
  font-family: 'roboto-medium';
  font-weight: 500;
  color: #fff;
  background: #79B974;
  border-radius: 10px;
  display: inline-block;
  font-size: 17px;
  padding: 15px 35px;
  cursor: pointer;
  transition: 0.25s;
  text-align: center; }
  .button-simple:hover {
    background: #264759; }
  .button-simple.blue {
    background: #264759; }
    .button-simple.blue:hover {
      background: #598a56; }
  .button-simple.light-blue {
    background: #67C8FF; }
    .button-simple.light-blue:hover {
      background: #598a56; }
  @media only screen and (max-width: 950px) {
    .button-simple {
      font-size: 16px;
      padding: 10px 25px; } }

.decor {
  position: absolute;
  z-index: 2;
  font-size: 0; }
  .decor img {
    max-width: 100%; }

.play {
  height: 80px;
  width: 80px;
  background: rgba(121, 185, 116, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .play i {
    font-size: 20px;
    color: #264759; }
  .play .text {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 12px;
    color: #fff; }
  .play:before {
    content: '';
    position: absolute;
    height: 90px;
    width: 90px;
    border-radius: 100%;
    border: 1px solid #fff; }

.loading:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f1ce";
  -webkit-animation: fa-spin .75s linear infinite;
          animation: fa-spin .75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  color: #227BC9;
  z-index: 2; }

#sm_menu_ham {
  position: static; }
  #sm_menu_ham span {
    background-color: #fff;
    height: 3px; }

.sm_menu_outer {
  background: #0C3D59; }
  .sm_menu_outer.slide .mobile_menu .sub-menu {
    background: #0C3D59;
    bottom: 0px; }
  .sm_menu_outer .mobile_menu {
    position: static; }
    .sm_menu_outer .mobile_menu li {
      -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%) 0 0 1 0;
         border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%) 0 0 1 0; }
    .sm_menu_outer .mobile_menu li.hasChild > a, .sm_menu_outer .mobile_menu li.back a {
      background-size: 20px !important; }
    .sm_menu_outer .mobile_menu a {
      font-family: 'roboto-regular';
      font-weight: 400;
      padding: 15px 15px; }
    .sm_menu_outer .mobile_menu .current_page_item > a {
      font-family: 'roboto-bold';
      font-weight: 700; }

.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background: url(../plugins/mmenu/images/prev.png) no-repeat scroll right 10px center/5% auto; }

.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 5px 20px 45px;
  background: url(../plugins/mmenu/images/back-left.png) no-repeat scroll left 15px center/5% auto; }

.sm_menu_outer {
  bottom: 0;
  height: auto;
  top: 60px;
  visibility: hidden; }
  .sm_menu_outer.active {
    visibility: visible; }

/* ---------------------- header ---------------------- */
header {
  position: relative; }
  header .header-top {
    background: #0C3D59;
    padding: 7px 75px; }
    header .header-top .cont-flex > div {
      flex-grow: 1;
      flex-basis: 0; }
  header .header-middle {
    padding: 7px 75px;
    background: #fff; }
    header .header-middle .cont-flex > div {
      flex-grow: 1;
      flex-basis: 0; }
  header .header-bottom {
    padding: 0 75px;
    background: #fff;
    border-top: 1px solid #E7E9EF;
    border-bottom: 1px solid #E7E9EF;
    position: relative; }
  header .cont-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  header .icon {
    height: 54px;
    width: 54px;
    background: #79B974;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  header .info {
    text-align: center;
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 17px;
    color: #fff; }
  header .info-smaller {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 17px;
    color: #fff; }
  header .links-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    header .links-panel .lang-select {
      position: relative; }
      header .links-panel .lang-select:hover .dropdown {
        top: 28px;
        opacity: 1;
        visibility: visible; }
      header .links-panel .lang-select .title {
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 17px;
        color: #fff;
        background: url("../images/icons/rd-white.svg") no-repeat right center;
        cursor: pointer;
        padding-right: 15px; }
        header .links-panel .lang-select .title:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          height: 36px;
          width: 36px;
          background: red;
          opacity: 0; }
      header .links-panel .lang-select .dropdown {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        background: #67C8FF;
        padding: 5px 8px;
        border-radius: 5px;
        transition: 0.25s;
        opacity: 0;
        visibility: hidden;
        top: 8px;
        z-index: 10; }
        header .links-panel .lang-select .dropdown .link {
          font-family: 'roboto-regular';
          font-weight: 400;
          font-size: 17px;
          color: #fff;
          transition: 0.25s; }
          header .links-panel .lang-select .dropdown .link:hover {
            color: #0C3D59; }
    header .links-panel .site-panel {
      display: flex;
      margin: 0 20px; }
      header .links-panel .site-panel .logged-in {
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 17px;
        color: #fff;
        transition: 0.25s;
        position: relative; }
        header .links-panel .site-panel .logged-in:hover {
          color: #67C8FF; }
      header .links-panel .site-panel .link {
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 17px;
        color: #fff;
        padding: 0 10px;
        transition: 0.25s;
        position: relative; }
        header .links-panel .site-panel .link:hover {
          color: #67C8FF; }
        header .links-panel .site-panel .link:after {
          content: "";
          height: 18px;
          width: 1px;
          background: #fff;
          opacity: 0.25;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          position: absolute; }
        header .links-panel .site-panel .link:last-child:after {
          content: none; }
    header .links-panel .social {
      display: flex;
      align-items: center; }
      header .links-panel .social .link {
        margin: 0 5px; }
  header .logo {
    font-size: 0;
    text-align: center; }
  header .links-special {
    display: flex;
    align-items: center; }
    header .links-special .link {
      display: flex;
      align-items: center;
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 16px;
      color: #264759;
      margin: 0 15px;
      cursor: pointer; }
      header .links-special .link:first-child {
        margin-left: 0; }
      header .links-special .link:nth-child(2) .icon {
        background: #67C8FF; }
      header .links-special .link:nth-child(3) .icon {
        background: #0C3D59; }
      header .links-special .link .icon {
        flex-shrink: 0; }
      header .links-special .link .text {
        margin-left: 5px; }
      header .links-special .link.ham {
        display: none;
        margin-left: 0; }
      header .links-special .link.search {
        display: none; }
        header .links-special .link.search .icon {
          background: #d3d3d3; }
  header .search-and-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    header .search-and-icons .search-field {
      margin-right: 8px; }
      header .search-and-icons .search-field .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
        padding: 10px 15px;
        padding-right: 40px;
        border-radius: 150px;
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 14px;
        color: #73757B;
        background: #EEEFF0;
        border-color: #EEEFF0; }
        header .search-and-icons .search-field .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #73757B; }
        header .search-and-icons .search-field .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #73757B; }
        header .search-and-icons .search-field .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #73757B; }
        header .search-and-icons .search-field .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #73757B; }
      header .search-and-icons .search-field .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
        right: 12px;
        left: auto; }
    header .search-and-icons .icons {
      display: flex;
      align-items: center; }
      header .search-and-icons .icons .icon {
        position: relative;
        margin: 0 8px; }
        header .search-and-icons .icons .icon:last-child {
          margin-right: 0; }
        header .search-and-icons .icons .icon.heart {
          background: #0C3D59; }
        header .search-and-icons .icons .icon .num {
          position: absolute;
          top: 0px;
          right: 0px;
          height: 17px;
          width: 17px;
          border-radius: 100%;
          background: #0C3D59;
          font-family: 'roboto-regular';
          font-weight: 400;
          font-size: 14px;
          color: #fff;
          text-align: center; }
  header .menu-cont {
    flex-grow: 1; }
    header .menu-cont ul.main-menu {
      display: flex;
      justify-content: center;
      height: 100%; }
      header .menu-cont ul.main-menu .menu-item-has-children {
        padding-right: 15px;
        background: url("../images/icons/rd.svg") no-repeat right 5px center; }
      header .menu-cont ul.main-menu .menu-item-has-children {
        position: relative; }
      header .menu-cont ul.main-menu > li {
        position: relative;
        padding: 0 13px;
        height: 100%; }
        header .menu-cont ul.main-menu > li:after {
          content: "";
          height: 18px;
          width: 1px;
          background: #E7E9EF;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          position: absolute; }
        header .menu-cont ul.main-menu > li > a {
          position: relative;
          transition: 0.5s;
          font-family: 'roboto-regular';
          font-weight: 400;
          font-size: 19px;
          color: #0C3D59;
          text-transform: uppercase;
          padding: 10px 10px;
          white-space: nowrap;
          display: inline-block;
          height: 100%; }
          header .menu-cont ul.main-menu > li > a:hover {
            color: #79B974; }
        header .menu-cont ul.main-menu > li.current_page_item > a, header .menu-cont ul.main-menu > li.current-menu-item > a {
          font-family: 'roboto-bold';
          font-weight: 700; }
        header .menu-cont ul.main-menu > li .sub-menu {
          padding: 20px;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 100%;
          background-color: #fff;
          border-top: 4px solid #79B974;
          visibility: hidden;
          opacity: 0;
          transition: 0.15s;
          box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
          z-index: 999;
          -moz-column-count: 2;
               column-count: 2; }
          header .menu-cont ul.main-menu > li .sub-menu li {
            margin: 0; }
            header .menu-cont ul.main-menu > li .sub-menu li.menu-item-has-children {
              background: url("../images/icons/rr.svg") no-repeat right center; }
            header .menu-cont ul.main-menu > li .sub-menu li a {
              font-family: 'roboto-regular';
              font-weight: 400;
              font-size: 18px;
              color: #0C3D59;
              text-transform: uppercase;
              padding: 8px;
              white-space: nowrap;
              display: inline-block;
              transition: 0.5s; }
              header .menu-cont ul.main-menu > li .sub-menu li a:hover {
                color: #79B974; }
            header .menu-cont ul.main-menu > li .sub-menu li .sub-menu {
              right: auto;
              left: 100%;
              top: 0;
              transform: translateX(20px); }
            header .menu-cont ul.main-menu > li .sub-menu li:hover > .sub-menu {
              visibility: visible;
              opacity: 1; }
            header .menu-cont ul.main-menu > li .sub-menu li:hover > .extra-menu {
              top: 100%;
              visibility: visible;
              opacity: 1; }
        header .menu-cont ul.main-menu > li:hover > .sub-menu {
          visibility: visible;
          opacity: 1; }
  header .sm_menu_outer .links-panel {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    justify-content: center; }
    header .sm_menu_outer .links-panel .lang-select .dropdown {
      top: auto;
      bottom: 8px; }
    header .sm_menu_outer .links-panel .lang-select:hover .dropdown {
      bottom: 28px;
      top: auto; }
  @media only screen and (max-width: 1370px) {
    header .header-top {
      padding: 5px 35px; }
    header .header-middle {
      padding: 5px 35px; }
    header .header-bottom {
      padding: 0 35px; }
    header .logo img {
      height: 70px; }
    header .menu-cont {
      flex-grow: 1; }
      header .menu-cont ul.main-menu > li {
        padding: 0 10px; }
        header .menu-cont ul.main-menu > li > a {
          font-size: 17px;
          padding: 8px 8px; } }
  @media only screen and (max-width: 1200px) {
    header .header-top {
      padding: 5px 25px; }
    header .header-middle {
      padding: 5px 25px; }
    header .header-bottom {
      padding: 0 25px; }
    header .logo img {
      height: 60px; } }
  @media only screen and (max-width: 950px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
      background: #fff;
      box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2); }
      header .header-top {
        display: none; }
      header .header-middle {
        padding: 5px 10px; }
      header .search-and-icons .search-field {
        display: none;
        position: absolute;
        top: 100%;
        left: 0; }
      header .search-and-icons .icons .icon {
        margin: 0 5px; }
      header .menu-cont {
        display: none; }
      header .icon {
        height: 45px;
        width: 45px; }
      header .links-special .link {
        margin: 0 5px;
        display: none; }
        header .links-special .link.search, header .links-special .link.ham {
          display: block; }
        header .links-special .link .text {
          display: none; }
      header .logo img {
        height: 50px; } }

/* --------------------- /header ---------------------- */
.side-panel {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 999; }
  .side-panel .item {
    display: flex;
    justify-content: flex-end;
    cursor: pointer; }
    .side-panel .item:last-child .image {
      border-bottom: 1px solid #E4E6EB; }
    .side-panel .item .image {
      height: 55px;
      width: 55px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #E4E6EB;
      border-bottom: 1px solid transparent;
      transition: 0.5s; }
    .side-panel .item .text {
      font-family: 'roboto-medium';
      font-weight: 500;
      font-size: 15px;
      color: #4C4C4C;
      height: 55px;
      display: flex;
      align-items: center;
      background: #fff;
      white-space: nowrap;
      transition: 0.5s;
      max-width: 0;
      padding: 0;
      overflow: hidden; }
    .side-panel .item:hover .text {
      padding: 15px;
      max-width: 150px; }
    .side-panel .item:hover .image {
      background: #F7F8FB;
      border-bottom: 1px solid #E4E6EB; }
  @media only screen and (max-width: 1370px) {
    .side-panel {
      right: 10px; }
      .side-panel .item .image {
        height: 40px;
        width: 40px; }
      .side-panel .item .text {
        height: 40px; } }
  @media only screen and (max-width: 950px) {
    .side-panel {
      right: 0px;
      top: 62px;
      transform: none;
      display: none; } }

/* ---------------------- Section slider-top ---------------------- */
section.slider-top {
  padding: 0;
  height: 725px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: visible;
  padding-bottom: 15px; }
  section.slider-top .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    section.slider-top .bg > img {
      height: 100%; }
    section.slider-top .bg video {
      width: 100%; }
      @media only screen and (max-width: 950px) {
        section.slider-top .bg video {
          width: auto;
          height: 100%; } }
    section.slider-top .bg .swiper-container {
      height: 100%; }
      section.slider-top .bg .swiper-container .swiper-wrapper {
        height: 100%; }
        section.slider-top .bg .swiper-container .swiper-wrapper .swiper-slide {
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          section.slider-top .bg .swiper-container .swiper-wrapper .swiper-slide > img {
            height: 100%; }
    section.slider-top .bg:after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #132732;
      opacity: 0.25;
      z-index: 2; }
    section.slider-top .bg .mountains {
      position: absolute;
      z-index: 3;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
  section.slider-top .section-inner {
    position: relative;
    z-index: 3;
    margin: 0; }
  section.slider-top .title {
    font-family: 'qanaya-round-regular';
    font-weight: 400;
    font-size: 86px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.35em; }
  section.slider-top .buttons {
    display: flex;
    justify-content: center;
    margin-top: 60px; }
    section.slider-top .buttons .button-simple {
      margin: 0 10px; }
  @media only screen and (max-width: 1370px) {
    section.slider-top {
      height: 511px; }
      section.slider-top .title {
        font-size: 70px;
        letter-spacing: 0.25em; }
      section.slider-top .buttons {
        margin-top: 45px; }
      section.slider-top .gifts {
        margin-top: 25px; } }
  @media only screen and (max-width: 950px) {
    section.slider-top {
      height: 700px; }
      section.slider-top .title {
        font-size: 45px;
        letter-spacing: 0.25em; }
      section.slider-top .gifts {
        margin-top: 55px; } }

/* --------------------- /Section slider-top ---------------------- */
.gifts {
  position: relative;
  top: 15px;
  margin-top: 35px; }
  .gifts .heading {
    font-family: 'roboto-medium';
    font-weight: 500;
    font-size: 18px;
    color: #264759; }
  .gifts .boxes {
    display: flex;
    font-size: 0;
    margin: -15px;
    margin-top: 0px; }
    .gifts .boxes .box {
      margin: 0;
      margin: 15px;
      display: block;
      position: relative;
      text-align: center;
      width: 110px;
      cursor: pointer; }
      .gifts .boxes .box:hover .image {
        border-color: #67C8FF; }
      .gifts .boxes .box .image {
        height: 95px;
        width: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: #fff;
        border: 5px solid #E4E6EB;
        transition: 0.5s;
        -webkit-filter: drop-shadow(0px 16px 44px rgba(15, 26, 43, 0.1));
                filter: drop-shadow(0px 16px 44px rgba(15, 26, 43, 0.1)); }
        .gifts .boxes .box .image img {
          max-width: 90%;
          max-height: 90%; }
      .gifts .boxes .box .text {
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 15px;
        color: #264759;
        margin-top: 15px; }
  .gifts.white .heading {
    color: #fff; }
  .gifts.white .boxes .box .text {
    color: #fff; }
  @media only screen and (max-width: 950px) {
    .gifts .boxes {
      margin: -10px;
      margin-top: 0px; }
      .gifts .boxes .box {
        margin: 10px; } }

/* ---------------------- Section site ---------------------- */
section.site {
  background: #f7f8fb;
  overflow: visible; }
  section.site.index {
    padding-top: 175px;
    padding-bottom: 140px; }
  section.site.inner {
    background: #fff; }
  section.site .decor.decor-1 {
    right: 30px;
    top: -20px; }
  section.site .decor.decor-2 {
    bottom: 45px;
    right: 8%; }
  section.site .decor.decor-3 {
    bottom: 100px;
    left: 50px; }
  section.site .benefits .item {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 17px;
    color: #264759;
    margin-top: 25px;
    padding-left: 35px;
    background: url("../images/icons/arrow-dark.svg") no-repeat left top 3px;
    transition: 0.25s;
    cursor: pointer; }
    section.site .benefits .item:hover {
      color: #79B974;
      background: url("../images/icons/arrow-light.svg") no-repeat left top 3px; }
  section.site .button-simple {
    margin-top: 30px; }
  section.site .part-top {
    display: flex;
    align-items: flex-end; }
    section.site .part-top .logo {
      margin-right: 20px; }
  section.site .slider-outer {
    position: relative;
    padding-bottom: 25px; }
    section.site .slider-outer .panel {
      display: inline-block;
      position: absolute;
      bottom: 0;
      right: 20px;
      z-index: 9;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #0C3D59;
      box-shadow: 0px 5px 27px rgba(0, 0, 0, 0.3); }
      section.site .slider-outer .panel .arrows {
        display: flex; }
        section.site .slider-outer .panel .arrows .arrow {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 36px;
          height: 36px;
          border: 1px solid #494F5F;
          border-radius: 100%;
          cursor: pointer;
          margin: 0 5px;
          transition: 0.5s; }
          section.site .slider-outer .panel .arrows .arrow.right img {
            transform: scaleX(-1); }
          section.site .slider-outer .panel .arrows .arrow:hover {
            background: #67C8FF; }
      section.site .slider-outer .panel .text {
        padding: 18px;
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 15px;
        color: #fff; }
      section.site .slider-outer .panel .number {
        padding: 20px;
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 15px;
        color: #fff;
        background: #154D6C;
        white-space: nowrap; }
  section.site .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%; }
  section.site .swiper-container .swiper-wrapper .swiper-slide .caption, section.site .swiper-container .swiper-wrapper .swiper-slide .num {
    display: none; }
  @media only screen and (max-width: 1370px) {
    section.site.index {
      padding-top: 125px; } }
  @media only screen and (max-width: 950px) {
    section.site .decor.decor-1 {
      right: 20px;
      top: 20px;
      width: 145px; }
    section.site .decor.decor-2 {
      bottom: 5px;
      right: 10px;
      width: 150px; }
    section.site .decor.decor-3 {
      bottom: 50px;
      left: 50px;
      width: 100px; } }

/* --------------------- /Section site ---------------------- */
/* ---------------------- Section community ---------------------- */
section.community {
  background: url("../images/index/bg-community.png") no-repeat center center; }
  section.community .button-simple {
    margin-top: 60px; }
  section.community .boxes {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 0;
    margin: 0 -10px; }
    section.community .boxes.line-1 {
      align-items: flex-end; }
    section.community .boxes.line-2 {
      align-items: flex-start;
      transform: translateX(-10%); }
    section.community .boxes .box {
      margin: 0;
      padding: 10px;
      display: block;
      position: relative;
      cursor: pointer; }
      section.community .boxes .box:hover .hover {
        opacity: 1; }
      section.community .boxes .box:last-child {
        transform: translateY(55px); }
      section.community .boxes .box .inner {
        position: relative;
        border: 5px solid #fff;
        box-shadow: 0px 26px 71px rgba(0, 0, 0, 0.25); }
        section.community .boxes .box .inner img {
          width: 100%; }
      section.community .boxes .box .hover {
        position: absolute;
        background: rgba(39, 39, 39, 0.8);
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        transition: 0.5s;
        opacity: 0; }
        section.community .boxes .box .hover .text {
          font-family: 'roboto-medium';
          font-weight: 500;
          font-size: 20px;
          color: #fff;
          text-align: center; }
  @media only screen and (max-width: 1370px) {
    section.community {
      background-size: auto 100%; } }
  @media only screen and (max-width: 950px) {
    section.community .lines {
      margin: auto;
      margin-top: 35px;
      width: 80%; } }

/* --------------------- /Section community ---------------------- */
/* ---------------------- Section best-sellers ---------------------- */
section.best-sellers {
  background: #F7F8FB;
  z-index: 99; }
  section.best-sellers .button-simple {
    margin-top: 55px; }
  section.best-sellers .boxes {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: -6px;
    margin-top: 55px; }
    section.best-sellers .boxes .box {
      width: 20%;
      padding: 6px; }
  @media only screen and (max-width: 1370px) {
    section.best-sellers .boxes {
      margin-top: 55px; } }
  @media only screen and (max-width: 1200px) {
    section.best-sellers .boxes .box {
      width: 25%; } }
  @media only screen and (max-width: 1200px) {
    section.best-sellers .boxes {
      justify-content: center;
      margin-top: 35px; }
      section.best-sellers .boxes .box {
        width: 50%; } }

/* --------------------- /Section best-sellers ---------------------- */
.tabs-menu {
  margin-top: 35px; }
  .tabs-menu .title-mobile {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 18px;
    color: #313B60;
    padding: 10px;
    cursor: pointer;
    display: none;
    text-align: center; }
    .tabs-menu .title-mobile.has-arrow {
      background: url("../images/icons/rdb.svg") no-repeat left 10px center; }
  .tabs-menu .items {
    display: flex;
    justify-content: center; }
    .tabs-menu .items .item {
      text-align: center;
      display: block;
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 17px;
      color: #4D4D4D;
      padding: 0 15px;
      cursor: pointer;
      white-space: nowrap;
      transition: 0.5s;
      position: relative;
      text-transform: uppercase; }
      .tabs-menu .items .item:after {
        content: "";
        height: 18px;
        width: 1px;
        background: #E4E6EB;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute; }
      .tabs-menu .items .item:last-child:after {
        content: none; }
      .tabs-menu .items .item span {
        display: inline-block;
        position: relative;
        padding: 10px 10px; }
        .tabs-menu .items .item span:after {
          content: "";
          position: absolute;
          display: block;
          bottom: 0px;
          left: 20px;
          right: 20px;
          height: 3px;
          background-color: #79B974;
          opacity: 0;
          transition: 0.5s; }
      .tabs-menu .items .item.active span:after {
        left: 0px;
        right: 0px;
        opacity: 1; }
      .tabs-menu .items .item:hover {
        color: #79B974; }
  @media only screen and (max-width: 950px) {
    .tabs-menu {
      background-color: #F1F2F6; }
      .tabs-menu .title-mobile {
        display: block; }
      .tabs-menu .items {
        display: none;
        border: none; }
        .tabs-menu .items .item span {
          padding: 10px 10px; } }

.like {
  font-size: 22px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E0DFDF;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%; }
  .like .wpulike {
    padding: 0px;
    width: 50px;
    height: 50px; }
    .like .wpulike .count-box, .like .wpulike .wp_ulike_likers_wrapper {
      display: none !important; }
    .like .wpulike .wp_ulike_general_class {
      width: 100%;
      height: 100%; }
      .like .wpulike .wp_ulike_general_class .wp_ulike_btn {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-color: transparent;
        cursor: pointer;
        padding: 0; }
        .like .wpulike .wp_ulike_general_class .wp_ulike_btn:after {
          height: 24px;
          width: 24px; }
  @media only screen and (max-width: 1200px) {
    .like {
      top: 0;
      right: 0; } }
  @media only screen and (max-width: 950px) {
    .like {
      height: 35px;
      width: 35px; } }

/* ---------------------- Section call-to-action ---------------------- */
section.call-to-action {
  padding: 0;
  z-index: 99; }
  section.call-to-action.live .sections {
    flex-direction: row-reverse; }
  section.call-to-action .sections {
    display: flex; }
    section.call-to-action .sections .section {
      width: 50%;
      display: flex;
      align-items: center; }
      section.call-to-action .sections .section:nth-child(1) {
        background: #79B974 url("../images/decor/d5.png") no-repeat right 15px bottom 15px; }
      section.call-to-action .sections .section:nth-child(2) {
        background: #0C3D59 url("../images/decor/d4.png") no-repeat right 15px bottom -45px; }
      section.call-to-action .sections .section.hands {
        background: #0C3D59 url("../images/decor/hands.png") no-repeat right bottom -5px; }
      section.call-to-action .sections .section.slider {
        background: #0C3D59 !important;
        position: relative; }
        section.call-to-action .sections .section.slider .inner {
          padding: 95px 120px 65px 120px;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 9;
          pointer-events: none;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          section.call-to-action .sections .section.slider .inner .button-simple {
            pointer-events: auto; }
          @media only screen and (max-width: 950px) {
            section.call-to-action .sections .section.slider .inner {
              padding: 35px 35px 35px 35px; } }
    section.call-to-action .sections .inner {
      padding: 95px 290px 65px 120px; }
  section.call-to-action .slider-live .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0; }
    section.call-to-action .slider-live .swiper-wrapper .swiper-slide img {
      opacity: 0.44; }
      @media only screen and (max-width: 950px) {
        section.call-to-action .slider-live .swiper-wrapper .swiper-slide img {
          max-height: 400px; } }
  section.call-to-action .slider-live .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 25%;
    z-index: 3; }
    section.call-to-action .slider-live .swiper-pagination .swiper-pagination-bullet {
      height: 10px;
      width: 10px;
      border: none;
      background: #fff;
      opacity: 1;
      margin: 0 8px;
      transition: 0.5s; }
      section.call-to-action .slider-live .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff;
        height: 13px;
        width: 13px; }
      section.call-to-action .slider-live .swiper-pagination .swiper-pagination-bullet:hover {
        background: #67C8FF; }
  section.call-to-action .button-simple {
    margin-top: 35px; }
  @media only screen and (max-width: 1370px) {
    section.call-to-action .sections .section {
      width: 50%; }
      section.call-to-action .sections .section:nth-child(1) {
        background: #79B974 url("../images/decor/d5.png") no-repeat right 15px bottom 15px;
        background-size: 140px auto; }
      section.call-to-action .sections .section:nth-child(2) {
        background: #0C3D59 url("../images/decor/d4.png") no-repeat right 15px bottom -45px;
        background-size: 250px auto; }
      section.call-to-action .sections .section.hands {
        background: #0C3D59 url("../images/decor/hands.png") no-repeat right bottom -5px;
        background-size: 150px auto; }
    section.call-to-action .sections .inner {
      padding: 75px 150px 45px 70px; } }
  @media only screen and (max-width: 950px) {
    section.call-to-action .sections {
      flex-wrap: wrap; }
      section.call-to-action .sections .section {
        width: 100%; }
        section.call-to-action .sections .section:nth-child(1) {
          background: #79B974 url("../images/decor/d5.png") no-repeat right 5px bottom 5px;
          background-size: 90px auto; }
        section.call-to-action .sections .section:nth-child(2) {
          background: #0C3D59 url("../images/decor/d4.png") no-repeat right 15px bottom -45px;
          background-size: 150px auto; }
        section.call-to-action .sections .section.hands {
          background: #0C3D59 url("../images/decor/hands.png") no-repeat right bottom -5px;
          background-size: 100px auto; }
      section.call-to-action .sections .inner {
        padding: 35px 50px 35px 25px; } }

/* --------------------- /Section call-to-action ---------------------- */
/* ---------------------- Section events ---------------------- */
section.events .decor.decor-1 {
  left: 50px;
  top: 95px; }

section.events .decor.decor-2 {
  right: 140px;
  bottom: 120px; }

@media only screen and (max-width: 950px) {
  section.events .decor.decor-1 {
    left: 10px;
    top: 10px;
    width: 300px; }
  section.events .decor.decor-2 {
    right: 20px;
    bottom: 20px;
    width: 55px; } }

section.events.events-inner .boxes {
  margin-top: 35px; }
  section.events.events-inner .boxes .box {
    width: 33.33%; }

section.events .boxes {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: -7px;
  margin-top: 25px; }
  section.events .boxes .box {
    width: 24%;
    margin: 0;
    padding: 7px; }
  section.events .boxes .box-link {
    width: 28%;
    flex-grow: 1;
    cursor: pointer; }
    section.events .boxes .box-link:hover .inner p {
      color: #79B974; }
    section.events .boxes .box-link .inner {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.events .boxes .box-link .inner p {
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 15px;
        letter-spacing: 0.655em;
        color: #264759;
        transition: 0.5s;
        white-space: nowrap; }

section.events .button-simple {
  margin-top: 55px; }

@media only screen and (max-width: 1200px) {
  section.events .boxes .box-link .inner p {
    letter-spacing: 0.4em; } }

@media only screen and (max-width: 950px) {
  section.events.events-inner .boxes {
    margin-top: 35px; }
    section.events.events-inner .boxes .box {
      width: 100%; }
  section.events .boxes {
    flex-direction: column;
    align-items: center; }
    section.events .boxes .box {
      width: 100%; }
    section.events .boxes:nth-child(odd) {
      flex-direction: column-reverse; }
    section.events .boxes .box-link {
      width: 100%;
      background: #79B974;
      margin-top: 15px; }
      section.events .boxes .box-link .inner p {
        color: #fff; } }

/* --------------------- /Section events ---------------------- */
/* ---------------------- Section stones ---------------------- */
section.stones {
  background: url("../images/index/bg-stones.png") no-repeat center center;
  background-size: auto 100%; }
  section.stones .parts .part:nth-child(1) {
    width: 65%; }
  section.stones .parts .part:nth-child(2) {
    width: 35%; }
  section.stones .part-top {
    display: flex;
    align-items: flex-end; }
    section.stones .part-top .logo {
      margin-right: 20px; }
  section.stones .content {
    margin-top: 25px; }
  section.stones .gifts {
    margin-top: 25px; }
  section.stones .button-simple {
    margin-top: 55px; }
  section.stones .video {
    position: relative;
    height: 100%;
    width: 100%; }
  @media only screen and (max-width: 950px) {
    section.stones {
      background-size: auto 100%; }
      section.stones .part-top {
        align-items: center; }
        section.stones .part-top .logo img {
          width: 90px; }
      section.stones .parts .part:nth-child(1) {
        width: 100%; }
      section.stones .parts .part:nth-child(2) {
        width: 100%; }
      section.stones .video {
        height: 200px; } }

/* --------------------- /Section stones ---------------------- */
/* ---------------------- Section testimonials ---------------------- */
section.testimonials {
  background: #F7F8FB; }
  section.testimonials .decor.decor-1 {
    right: 130px;
    top: 125px; }
  section.testimonials .decor.decor-2 {
    left: 0px;
    bottom: 0px; }
  @media only screen and (max-width: 950px) {
    section.testimonials .decor.decor-1 {
      right: 10px;
      top: 10px;
      width: 80px; }
    section.testimonials .decor.decor-2 {
      width: 115px; } }
  section.testimonials .button-simple {
    margin-top: 55px; }
  section.testimonials .swiper-container {
    padding: 55px;
    margin: 0 -55px; }
    section.testimonials .swiper-container .swiper-slide {
      opacity: 0;
      transition-duration: 250ms;
      transition-property: opacity;
      height: auto; }
      section.testimonials .swiper-container .swiper-slide.swiper-slide-visible {
        opacity: 1; }
    section.testimonials .swiper-container .swiper-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      bottom: 0px; }
      section.testimonials .swiper-container .swiper-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        border: none;
        background: #E5E9ED;
        opacity: 1;
        margin: 0 8px;
        transition: 0.5s; }
        section.testimonials .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #67C8FF;
          height: 13px;
          width: 13px; }
        section.testimonials .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
          background: #67C8FF; }
  section.testimonials .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0;
    margin: -15px;
    position: relative;
    z-index: 9;
    margin-top: 35px; }
    section.testimonials .boxes .box {
      width: 33.33%;
      height: auto;
      margin: 0;
      padding: 15px;
      display: block;
      position: relative; }
  @media only screen and (max-width: 950px) {
    section.testimonials .boxes .box {
      width: 100%; } }

/* --------------------- /Section testimonials ---------------------- */
.box-testimonial {
  text-align: center;
  padding-top: 60px !important;
  max-width: 400px;
  display: block;
  height: 100%; }
  .box-testimonial .wrapper-text {
    background: #FFFFFF;
    border: 1px solid #E0E2E9;
    height: 100%;
    margin: auto;
    padding: 35px;
    padding-top: 0;
    position: relative;
    transition: 0.25s; }
    .box-testimonial .wrapper-text:hover {
      box-shadow: 0px 0px 45px rgba(140, 146, 154, 0.25); }
      .box-testimonial .wrapper-text:hover .image .play-small {
        opacity: 1; }
      .box-testimonial .wrapper-text:hover .image.video:after {
        opacity: 1; }
    .box-testimonial .wrapper-text .wrapper-image {
      display: inline-block;
      font-size: 0;
      position: relative;
      top: -60px; }
    .box-testimonial .wrapper-text .image {
      border: 5px solid #FFFFFF;
      -webkit-filter: drop-shadow(0px 12px 25px #E4E6EB);
              filter: drop-shadow(0px 12px 25px #E4E6EB);
      border-radius: 11px;
      overflow: hidden;
      display: inline-block;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .box-testimonial .wrapper-text .image .play-small {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 2;
        opacity: 0;
        transition: 0.5s; }
      .box-testimonial .wrapper-text .image.video {
        position: relative; }
        .box-testimonial .wrapper-text .image.video:after {
          content: "";
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background: linear-gradient(359.71deg, rgba(21, 33, 40, 0.7) 0.29%, rgba(0, 0, 0, 0) 148.15%);
          opacity: 0;
          transition: 0.5s; }
    .box-testimonial .wrapper-text .title {
      font-family: 'roboto-medium';
      font-weight: 500;
      font-size: 20px;
      color: #264759;
      margin-top: -35px; }
    .box-testimonial .wrapper-text .content {
      margin-top: 20px;
      text-align: center; }
    .box-testimonial .wrapper-text .name {
      font-family: 'roboto-medium';
      font-weight: 500;
      font-size: 15px;
      color: #A3BD9A;
      margin-top: 25px; }

/* ---------------------- Section gallery-grid ---------------------- */
section.gallery-grid {
  padding: 0; }
  section.gallery-grid .section-title {
    margin-top: 55px;
    margin-bottom: 25px; }
  section.gallery-grid.min .container {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 370px); }
    section.gallery-grid.min .container .box:nth-child(5) {
      grid-column: auto;
      grid-row: auto; }
  section.gallery-grid .container {
    margin: 0 -2px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 370px); }
    section.gallery-grid .container .box {
      padding: 2px; }
      section.gallery-grid .container .box .inner {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%; }
      section.gallery-grid .container .box:nth-child(1) {
        grid-column: 1 / 3; }
      section.gallery-grid .container .box:nth-child(4) {
        grid-column: 5 / 6;
        grid-row: 1 / 3; }
      section.gallery-grid .container .box:nth-child(5) {
        grid-column: 1 / 2;
        grid-row: 2 / 4; }
      section.gallery-grid .container .box:nth-child(7) {
        grid-column: 3 / 5;
        grid-row: 2 / 2; }
      section.gallery-grid .container .box:nth-child(10) {
        grid-column: 4 / 6;
        grid-row: 3 / 3; }
  section.gallery-grid .box.gal {
    cursor: pointer; }
    section.gallery-grid .box.gal .inner:after {
      background: #131416;
      opacity: 0;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: 0.5s;
      z-index: 2;
      transition: 0.5s; }
    section.gallery-grid .box.gal .inner > img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      min-height: 100%;
      transition: 0.5s;
      z-index: 1; }
    section.gallery-grid .box.gal .inner .play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 9; }
      section.gallery-grid .box.gal .inner .play img {
        width: auto; }
    section.gallery-grid .box.gal:hover .inner:after {
      opacity: 0.7; }
  @media only screen and (max-width: 1370px) {
    section.gallery-grid .container {
      grid-template-rows: repeat(3, 230px); }
    section.gallery-grid.min .container {
      grid-template-rows: repeat(3, 230px); } }
  @media only screen and (max-width: 950px) {
    section.gallery-grid .container {
      display: flex;
      flex-wrap: wrap; }
      section.gallery-grid .container .box {
        width: 50%; }
        section.gallery-grid .container .box:nth-child(3n + 3) {
          width: 100%; }
          section.gallery-grid .container .box:nth-child(3n + 3) .inner {
            height: 200px; }
            section.gallery-grid .container .box:nth-child(3n + 3) .inner img {
              width: 100%; }
        section.gallery-grid .container .box .inner {
          height: 150px;
          display: flex;
          align-items: center;
          justify-content: center; }
          section.gallery-grid .container .box .inner img {
            position: static;
            transform: none; }
    section.gallery-grid.min .container {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(5, 180px); } }

/* --------------------- /Section gallery-grid ---------------------- */
/* ---------------------- Section blog ---------------------- */
section.blog .decor.decor-1 {
  left: 50px;
  top: 95px; }

section.blog .decor.decor-2 {
  right: 140px;
  bottom: 120px; }

@media only screen and (max-width: 950px) {
  section.blog .decor.decor-1 {
    left: 10px;
    top: 15px;
    width: 280px; }
  section.blog .decor.decor-2 {
    right: 30px;
    bottom: 20px;
    width: 95px; } }

section.blog .button-simple {
  margin-top: 65px; }

section.blog .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -25px;
  margin-top: 75px; }
  section.blog .boxes .box {
    width: 50%;
    margin: 0;
    padding: 25px; }

section.blog.blog-inner .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
  margin-top: 35px; }
  section.blog.blog-inner .boxes .box {
    width: 33.33%;
    margin: 0;
    padding: 8px; }

section.blog.blog-inner.post-content {
  background: #F7F8FB;
  padding-top: 0; }
  section.blog.blog-inner.post-content .boxes .box {
    width: 50%; }

@media only screen and (max-width: 1370px) {
  section.blog .boxes {
    margin-top: 35px; } }

@media only screen and (max-width: 950px) {
  section.blog .boxes {
    justify-content: center;
    margin: -15px;
    margin-top: 25px; }
    section.blog .boxes .box {
      width: 100%;
      padding: 15px; }
  section.blog.blog-inner .boxes {
    justify-content: center;
    margin: -15px;
    margin-top: 25px; }
    section.blog.blog-inner .boxes .box {
      width: 100%;
      padding: 15px; }
  section.blog.blog-inner.post-content .boxes .box {
    width: 100%; } }

/* --------------------- /Section blog ---------------------- */
.wpcf7 form {
  position: relative; }
  .wpcf7 form .wpcf7-form-control-wrap {
    position: relative;
    display: block; }
    .wpcf7 form .wpcf7-form-control-wrap .intl-tel-input {
      width: 100%; }
      .wpcf7 form .wpcf7-form-control-wrap .intl-tel-input input {
        padding-left: 55px !important; }
    .wpcf7 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
      position: absolute;
      left: 13px;
      bottom: 0px;
      color: red;
      opacity: 0.5;
      font-size: 10px; }
  .wpcf7 form input {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 12px;
    color: #6E7076;
    background: #F7F8FB;
    padding: 13px 15px;
    border-radius: 200px; }
    .wpcf7 form input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #6E7076; }
    .wpcf7 form input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #6E7076; }
    .wpcf7 form input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #6E7076; }
    .wpcf7 form input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #6E7076; }
  .wpcf7 form .wpcf7-response-output {
    position: absolute;
    left: 13px;
    bottom: -40px;
    font-size: 12px;
    line-height: 1;
    border: none; }

/* ---------------------- footer ---------------------- */
footer {
  background: #F6F8F9;
  position: relative;
  overflow: visible;
  z-index: 30;
  margin-top: -75px; }
  footer .text-large {
    font-family: 'qanaya-round-regular';
    font-weight: 400;
    font-size: 64px;
    color: #0C3D59; }
    footer .text-large strong {
      font-family: 'qanaya-round-regular';
      font-weight: 400;
      color: #79B974; }
  footer .wrapper-form {
    margin-top: 80px;
    display: flex;
    align-items: center;
    max-width: 765px;
    margin: auto;
    background: #79B974 url("../images/index/bg-form.png") no-repeat right center;
    background-size: auto 100%;
    margin-top: 75px;
    padding: 25px;
    text-align: left; }
    footer .wrapper-form .part-text {
      align-items: center;
      margin-right: 20px; }
      footer .wrapper-form .part-text .line-1 {
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 15px;
        color: #264759; }
      footer .wrapper-form .part-text .line-2 {
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 26px;
        color: #fff; }
    footer .wrapper-form .part-form {
      width: 60%; }
      footer .wrapper-form .part-form .wpcf7 form {
        background: #fff;
        border-radius: 200px;
        display: flex;
        position: relative; }
        footer .wrapper-form .part-form .wpcf7 form .wpcf7-form-control-wrap {
          width: 50%; }
        footer .wrapper-form .part-form .wpcf7 form .your-tel {
          position: relative; }
          footer .wrapper-form .part-form .wpcf7 form .your-tel:after {
            content: "";
            position: absolute;
            display: block;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            background-color: #ccc;
            width: 1px;
            height: 20px; }
        footer .wrapper-form .part-form .wpcf7 form input {
          background: none;
          width: 100%; }
        footer .wrapper-form .part-form .wpcf7 form button {
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translateY(-50%);
          background: transparent;
          border: none;
          cursor: pointer; }
      @media only screen and (max-width: 950px) {
        footer .wrapper-form .part-form {
          width: 100%; } }
  footer .part-top {
    padding-top: 270px;
    padding-bottom: 70px;
    text-align: center;
    overflow-x: hidden;
    background: #fff url("../images/index/bg-footer.png") no-repeat center bottom; }
    footer .part-top .cols {
      display: flex;
      justify-content: space-between;
      color: white;
      font-size: 17px;
      text-align: left;
      width: 100%;
      margin: auto;
      margin-top: 95px; }
      footer .part-top .cols .col {
        margin: 0 10px;
        color: #fff;
        max-width: 295px; }
        footer .part-top .cols .col .title {
          font-family: 'roboto-bold';
          font-weight: 700;
          font-size: 17px;
          color: #264759;
          text-transform: uppercase;
          margin-top: 35px; }
          footer .part-top .cols .col .title:first-child {
            margin-top: 0; }
        footer .part-top .cols .col .content {
          font-family: 'roboto-regular';
          font-weight: 400;
          font-size: 16px;
          margin-top: 20px;
          color: #4D4D4D;
          text-transform: uppercase; }
          footer .part-top .cols .col .content strong {
            color: #264759; }
          footer .part-top .cols .col .content a {
            color: inherit;
            transition: 0.5s; }
            footer .part-top .cols .col .content a:hover {
              color: #2d5a29; }
          footer .part-top .cols .col .content ul {
            list-style: none;
            padding-right: 0;
            padding-left: 0; }
          footer .part-top .cols .col .content p, footer .part-top .cols .col .content li {
            margin-top: 10px; }
          footer .part-top .cols .col .content img {
            margin: 0;
            display: inline-block;
            vertical-align: middle; }
    footer .part-top .section-bottom {
      display: flex;
      align-items: flex-end;
      margin-top: 55px; }
      footer .part-top .section-bottom > div {
        flex-grow: 1;
        flex-basis: 0; }
      footer .part-top .section-bottom .content {
        font-family: 'roboto-light';
        font-weight: 300;
        font-size: 16px; }
  footer .part-bottom {
    background: #264759;
    padding: 15px 50px;
    color: #fff;
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 15px; }
    footer .part-bottom .section-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 100%;
      opacity: 0.7; }
  @media only screen and (max-width: 1370px) {
    footer {
      margin-top: -55px; }
      footer .text-large {
        font-size: 50px; }
      footer .part-top {
        padding-top: 240px;
        padding-bottom: 70px; }
      footer .part-bottom {
        padding: 15px 15px; } }
  @media only screen and (max-width: 1200px) {
    footer {
      margin-top: -35px; }
      footer .text-large {
        font-size: 45px; }
      footer .wrapper-form {
        margin-top: 50px; }
      footer .part-top {
        padding-top: 150px;
        padding-bottom: 50px; } }
  @media only screen and (max-width: 950px) {
    footer {
      margin-top: -25px; }
      footer .text-large {
        font-size: 25px; }
      footer .wrapper-form {
        flex-wrap: wrap;
        background-position: center center;
        margin-top: 35px; }
        footer .wrapper-form .part-text {
          margin-right: 0; }
          footer .wrapper-form .part-text .line-2 {
            font-size: 22px; }
        footer .wrapper-form .part-form {
          margin-top: 15px; }
      footer .part-top {
        padding-top: 100px;
        padding-bottom: 35px;
        background-position: right top; }
        footer .part-top .cols {
          margin-top: 55px;
          flex-wrap: wrap; }
          footer .part-top .cols .col {
            margin: 20px 2%;
            width: 46%; }
            footer .part-top .cols .col .title {
              font-size: 16px; }
            footer .part-top .cols .col .content {
              margin-top: 10px;
              font-size: 14px; }
              footer .part-top .cols .col .content p, footer .part-top .cols .col .content li {
                margin-top: 5px; }
        footer .part-top .section-bottom {
          flex-direction: column;
          margin-top: 25px;
          align-items: center; }
          footer .part-top .section-bottom .cards {
            margin-top: 20px; } }
  @media only screen and (max-width: 650px) {
    footer .part-bottom {
      padding: 15px 15px; }
      footer .part-bottom .section-inner {
        flex-direction: column; }
      footer .part-bottom .credit {
        margin-top: 10px; } }

/* --------------------- /footer ---------------------- */
.wrapper-social .title {
  font-family: 'roboto-bold';
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.7em;
  color: #79B974;
  text-align: center; }

.wrapper-social .social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px; }
  .wrapper-social .social .link {
    height: 40px;
    width: 40px;
    border: 1px solid #79B974;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
    transition: 0.5s;
    background: transparent; }
    .wrapper-social .social .link img {
      height: 15px; }
    .wrapper-social .social .link:hover {
      background: #79B974; }

@media only screen and (max-width: 950px) {
  .wrapper-social {
    margin-top: 30px;
    width: 100%; }
    .wrapper-social .social {
      justify-content: center; }
      .wrapper-social .social .title {
        display: none; } }

.popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  padding: 10px; }
  .popup.open {
    visibility: visible;
    opacity: 1; }
    .popup.open .container .inner {
      opacity: 1;
      transform: scale(1); }
  .popup .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .popup .container .inner {
      background: #fff;
      max-width: 1400px;
      max-height: 90vh;
      width: auto;
      margin: auto;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: 0.5s;
      opacity: 0;
      transform: scale(0.8); }
      .popup .container .inner .banner {
        display: block;
        font-size: 0; }
        .popup .container .inner .banner img {
          max-width: 100%; }
  .popup .cont-form {
    padding: 30px;
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 775px;
    width: 775px; }
    .popup .cont-form .form-title {
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      margin-bottom: 25px; }
    .popup .cont-form .wpcf7 {
      margin-top: 35px; }
      .popup .cont-form .wpcf7 .wpcf7-form-control-wrap {
        margin-top: 10px; }
      .popup .cont-form .wpcf7 .wpcf7-list-item {
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 17px;
        color: #fff;
        margin-top: 20px;
        margin-left: 0;
        display: block; }
        .popup .cont-form .wpcf7 .wpcf7-list-item input {
          width: auto;
          margin-right: 10px; }
      .popup .cont-form .wpcf7 button {
        background: #79B974;
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 15px;
        color: #fff;
        text-align: center;
        border: none;
        outline: none;
        border-radius: 10px;
        max-width: 100%;
        margin-top: 30px;
        padding: 11px 25px;
        cursor: pointer;
        transition: 0.5s; }
        .popup .cont-form .wpcf7 button:hover {
          background: #264759; }
        .popup .cont-form .wpcf7 button span, .popup .cont-form .wpcf7 button img {
          display: inline-block;
          vertical-align: middle; }
      .popup .cont-form .wpcf7 form .wpcf7-form-control-wrap {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; }
        .popup .cont-form .wpcf7 form .wpcf7-form-control-wrap input {
          width: 100%; }
        .popup .cont-form .wpcf7 form .wpcf7-form-control-wrap input[type='checkbox'] {
          width: auto; }
        .popup .cont-form .wpcf7 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
          left: 0;
          right: 0;
          text-align: center;
          font-size: 11px; }
      .popup .cont-form .wpcf7 form .wpcf7-response-output {
        color: red;
        border: none; }
    @media only screen and (max-width: 950px) {
      .popup .cont-form {
        padding: 15px; } }
  .popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #79B974; }
    .popup .close img {
      max-width: 50%; }
  @media only screen and (max-width: 775px) {
    .popup .cont-form {
      width: auto;
      background-size: auto 100%; } }

/* ---------------------- Section top-inner ---------------------- */
section.top-inner {
  padding: 55px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  text-align: center; }
  section.top-inner.slider {
    padding-bottom: 190px;
    height: 635px; }
    @media only screen and (max-width: 1370px) {
      section.top-inner.slider {
        height: 500px; } }
    @media only screen and (max-width: 950px) {
      section.top-inner.slider {
        height: 440px; } }
  @media only screen and (max-width: 1830px) {
    section.top-inner {
      background-size: auto 100%; } }
  section.top-inner .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  section.top-inner .sale-text {
    margin-top: 80px;
    margin-bottom: 25px; }
    section.top-inner .sale-text .line-1 {
      font-family: 'qanaya-bold';
      font-weight: 700;
      font-size: 96px;
      color: #fff; }
    section.top-inner .sale-text .line-2 {
      font-family: 'qanaya-bold';
      font-weight: 700;
      font-size: 64px;
      color: #fff; }
  section.top-inner .section-inner {
    z-index: 2; }
  section.top-inner .title {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0.3em;
    line-height: 1.5;
    margin: 0;
    color: #fff; }
  section.top-inner .breadcrumbs {
    margin-top: 5px;
    font-family: 'roboto-light';
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    margin-top: 10px;
    text-align: center; }
  section.top-inner .video {
    height: 240px;
    position: relative; }
  section.top-inner .quote {
    font-family: 'qanaya-bold';
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    z-index: 2;
    position: relative;
    margin-top: 15px; }
  section.top-inner .swiper-container {
    height: 100%; }
    section.top-inner .swiper-container .swiper-wrapper {
      height: 100%; }
      section.top-inner .swiper-container .swiper-wrapper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center; }
        section.top-inner .swiper-container .swiper-wrapper .swiper-slide img {
          min-height: 100%; }
  @media only screen and (max-width: 1370px) {
    section.top-inner {
      padding: 45px 0; }
      section.top-inner .title {
        font-size: 45px; }
      section.top-inner .quote {
        font-size: 35px; }
      section.top-inner .video {
        height: 200px; }
      section.top-inner .sale-text {
        margin-top: 45px;
        margin-bottom: 15px; }
        section.top-inner .sale-text .line-1 {
          font-size: 80px; }
        section.top-inner .sale-text .line-2 {
          font-size: 55px; }
      section.top-inner.slider {
        padding-bottom: 120px; }
      section.top-inner .swiper-container .swiper-wrapper .swiper-slide img {
        height: 100%; } }
  @media only screen and (max-width: 1200px) {
    section.top-inner .sale-text {
      margin-top: 35px;
      margin-bottom: 5px; }
      section.top-inner .sale-text .line-1 {
        font-size: 60px; }
      section.top-inner .sale-text .line-2 {
        font-size: 45px; } }
  @media only screen and (max-width: 950px) {
    section.top-inner {
      padding: 35px 0; }
      section.top-inner .title {
        font-size: 35px;
        letter-spacing: 0.2em; }
      section.top-inner .breadcrumbs {
        font-size: 16px; }
      section.top-inner .sale-text {
        margin-top: 25px;
        margin-bottom: 0px; }
        section.top-inner .sale-text .line-1 {
          font-size: 45px; }
        section.top-inner .sale-text .line-2 {
          font-size: 35px; }
      section.top-inner .quote {
        font-size: 28px; }
      section.top-inner .video {
        height: 180px; }
      section.top-inner .swiper-container .swiper-pagination {
        bottom: 25px; }
      section.top-inner.slider {
        padding-bottom: 80px; } }

/* --------------------- /Section top-inner ---------------------- */
.swiper-container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 55px;
  z-index: 3; }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border: none;
    background: #E5E9ED;
    opacity: 1;
    margin: 0 8px;
    transition: 0.5s; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #67C8FF;
      height: 13px;
      width: 13px; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
      background: #67C8FF; }

/* --------------------- Section about-cells ---------------------- */
section.about-cells {
  padding: 0; }
  section.about-cells .content {
    margin-top: 35px; }
  section.about-cells .button-simple {
    margin-top: 35px; }
  section.about-cells .section {
    position: relative; }
    section.about-cells .section .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      section.about-cells .section .bg .parts {
        height: 100%; }
      section.about-cells .section .bg .part-image {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        section.about-cells .section .bg .part-image .image {
          position: relative;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          section.about-cells .section .bg .part-image .image:first-child {
            margin-right: 10px; }
      section.about-cells .section .bg .parts {
        margin: 0; }
        section.about-cells .section .bg .parts .part {
          padding: 0;
          overflow: hidden; }
    section.about-cells .section:nth-child(odd) {
      background: #F7F8FB; }
      section.about-cells .section:nth-child(odd) .bg .parts {
        flex-direction: row-reverse; }
    section.about-cells .section:nth-child(even) {
      background: #F7F8FB; }
      section.about-cells .section:nth-child(even) .info .parts {
        flex-direction: row-reverse; }
    section.about-cells .section .part-content {
      padding-top: 45px;
      padding-bottom: 45px; }
  @media only screen and (max-width: 1370px) {
    section.about-cells .content {
      margin-top: 20px; } }
  @media only screen and (max-width: 950px) {
    section.about-cells .parts .part:nth-child(2) {
      margin-top: 0px; }
    section.about-cells .section .bg {
      position: static; }
      section.about-cells .section .bg .part-image {
        height: 300px; }
        section.about-cells .section .bg .part-image img {
          height: 100%; }
    section.about-cells .section .part-content {
      padding-top: 25px;
      padding-bottom: 25px; } }

/* --------------------- /Section about-cells ---------------------- */
/* ---------------------- Section map ---------------------- */
section.map .image {
  font-size: 0; }
  section.map .image img {
    width: 100%; }

section.map iframe {
  width: 100%;
  height: 600px; }

@media only screen and (max-width: 1370px) {
  section.map iframe {
    height: 400px; } }

/* --------------------- /Section map ---------------------- */
/* ---------------------- Section advantages ---------------------- */
section.advantages {
  background: #79B974;
  margin: 10px auto;
  z-index: 99; }
  section.advantages.bright {
    background: #fff; }
    section.advantages.bright .boxes .box .text .title {
      color: #264759; }
    section.advantages.bright .boxes .box .text .description {
      color: #264759; }
  section.advantages .boxes {
    display: flex;
    justify-content: space-between;
    font-size: 0;
    margin: -15px; }
    section.advantages .boxes .box {
      margin: 0;
      padding: 15px;
      display: block;
      position: relative;
      text-align: center;
      flex-grow: 1;
      flex-basis: 330px; }
      section.advantages .boxes .box .inner {
        overflow: hidden;
        position: relative; }
      section.advantages .boxes .box .icon {
        height: 80px; }
        section.advantages .boxes .box .icon img {
          max-height: 100%; }
      section.advantages .boxes .box .text {
        margin-top: 25px; }
        section.advantages .boxes .box .text .title {
          font-family: 'roboto-medium';
          font-weight: 500;
          font-size: 20px;
          color: #fff; }
        section.advantages .boxes .box .text .description {
          font-family: 'roboto-regular';
          font-weight: 400;
          font-size: 17px;
          color: #fff;
          margin-top: 15px; }
  @media only screen and (max-width: 1370px) {
    section.advantages .boxes .box .icon {
      height: 60px; }
    section.advantages .boxes .box .text {
      margin-top: 20px; }
      section.advantages .boxes .box .text .title {
        font-size: 18px; }
      section.advantages .boxes .box .text .description {
        font-size: 16px;
        margin-top: 10px; } }
  @media only screen and (max-width: 950px) {
    section.advantages .boxes {
      flex-wrap: wrap;
      justify-content: center;
      margin: -25px -15px; }
      section.advantages .boxes .box {
        flex-basis: 50%;
        padding: 25px 15px; } }

/* --------------------- /Section advantages ---------------------- */
/* ---------------------- Section community-inner ---------------------- */
section.community-inner .links-special {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px; }
  section.community-inner .links-special .wrapper-link {
    border: 1px solid #C4C4C4;
    padding: 50px;
    background: #fff;
    margin: 10px;
    flex-grow: 1;
    flex-basis: 0;
    transition: 0.5s;
    cursor: pointer; }
    section.community-inner .links-special .wrapper-link:hover {
      box-shadow: 0px 0px 45px rgba(140, 146, 154, 0.25); }
    section.community-inner .links-special .wrapper-link:nth-child(2) .icon {
      background: #F4D88E; }
    section.community-inner .links-special .wrapper-link:nth-child(3) .icon {
      background: #0C3D59; }
  section.community-inner .links-special .link {
    display: flex;
    align-items: center;
    cursor: pointer; }
    section.community-inner .links-special .link .icon {
      flex-shrink: 0;
      height: 75px;
      width: 75px;
      background: #79B974;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    section.community-inner .links-special .link .text {
      margin-left: 30px;
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 20px;
      color: #264759; }
      section.community-inner .links-special .link .text .more {
        display: block;
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 18px;
        color: #264759; }

@media only screen and (max-width: 1200px) {
  section.community-inner .links-special .wrapper-link {
    padding: 25px; } }

@media only screen and (max-width: 950px) {
  section.community-inner .links-special {
    flex-direction: column;
    align-items: center;
    margin-top: 25px; }
    section.community-inner .links-special .wrapper-link {
      width: 100%;
      max-width: 400px; } }

/* --------------------- /Section community-inner ---------------------- */
/* ---------------------- Section visitors ---------------------- */
section.visitors .boxes {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: -15px;
  padding: 55px 0;
  position: relative; }
  section.visitors .boxes:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    top: 0;
    left: 10%;
    right: 10%;
    background-color: #E8E9EC; }
  section.visitors .boxes:nth-child(2) {
    margin-top: 35px;
    border-top: none; }
    section.visitors .boxes:nth-child(2):after {
      content: none; }
  section.visitors .boxes .box {
    width: 25%;
    margin: 0;
    padding: 15px;
    display: block;
    position: relative;
    border-right: 2px solid #E8E9EC; }
    section.visitors .boxes .box:nth-child(4) {
      border-right: none; }
    section.visitors .boxes .box .inner {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
    section.visitors .boxes .box .flag {
      height: 60px;
      width: 60px;
      flex-shrink: 0; }
      section.visitors .boxes .box .flag img {
        width: 100%; }
    section.visitors .boxes .box .text {
      padding-left: 25px; }
      section.visitors .boxes .box .text .number {
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 36px;
        color: #79B974; }
      section.visitors .boxes .box .text .title {
        font-family: 'roboto-medium';
        font-weight: 500;
        font-size: 20px;
        color: #264759;
        margin-top: 15px;
        padding-top: 15px;
        position: relative; }
        section.visitors .boxes .box .text .title:after {
          content: "";
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          height: 4px;
          width: 70px;
          background-color: #264759; }

@media only screen and (max-width: 1370px) {
  section.visitors .boxes {
    padding: 35px 0; }
    section.visitors .boxes .box .text .number {
      font-size: 30px; } }

@media only screen and (max-width: 950px) {
  section.visitors .boxes {
    padding: 10px 0;
    margin: -25px -15px; }
    section.visitors .boxes:after {
      content: none; }
    section.visitors .boxes .box {
      width: 50%;
      padding: 25px 15px;
      border: none; }
      section.visitors .boxes .box:nth-child(odd):after {
        content: "";
        position: absolute;
        display: block;
        right: 0;
        width: 2px;
        top: 20px;
        bottom: 20px;
        background-color: #E8E9EC; }
      section.visitors .boxes .box:nth-child(odd):before {
        content: "";
        position: absolute;
        display: block;
        right: 0;
        transform: translateX(50%);
        height: 2px;
        width: 150px;
        bottom: 0px;
        background-color: #E8E9EC; }
      section.visitors .boxes .box .flag {
        height: 35px;
        width: 35px; }
      section.visitors .boxes .box .text {
        padding-left: 15px; }
        section.visitors .boxes .box .text .number {
          font-size: 22px; }
        section.visitors .boxes .box .text .title {
          margin-top: 10px;
          padding-top: 10px; } }

/* --------------------- /Section visitors ---------------------- */
/* ---------------------- Section conferences ---------------------- */
section.conferences .tabs-menu {
  background: #F7F8FB;
  margin-top: 55px; }
  section.conferences .tabs-menu .items .item {
    text-transform: none; }

section.conferences .tabs-content {
  margin-top: 55px; }
  section.conferences .tabs-content .tab {
    display: none; }
    section.conferences .tabs-content .tab.active {
      display: block; }

section.conferences .button-simple {
  margin-top: 35px; }

/* --------------------- /Section conferences ---------------------- */
/* ---------------------- Section our-site-map ---------------------- */
section.our-site-map {
  overflow: visible;
  z-index: 99;
  background: #F7F8FB; }
  section.our-site-map .decor.decor-1 {
    right: 10px;
    top: 20px; }
  section.our-site-map .decor.decor-2 {
    bottom: 90px;
    left: 110px; }
  section.our-site-map .image {
    -webkit-filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.2)); }
  section.our-site-map .list {
    margin-top: 35px; }
    section.our-site-map .list .item {
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 17px;
      color: #4D4D4D;
      margin-top: 15px; }

/* --------------------- /Section our-site-map ---------------------- */
/* ---------------------- Section media ---------------------- */
section.media {
  background: url("../images/inner/bg-media.png") no-repeat center center; }
  section.media .halfs {
    display: flex;
    justify-content: flex-end;
    margin: -12px;
    margin-top: 45px; }
    section.media .halfs .half {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: -12px;
      padding: 12px;
      width: 50%; }
      section.media .halfs .half:first-child .box {
        width: 100%; }
      section.media .halfs .half .box {
        padding: 12px;
        width: 50%;
        position: relative; }
        section.media .halfs .half .box .decor {
          top: 0;
          left: 0;
          transform: translateX(-100%); }
        section.media .halfs .half .box .inner {
          position: relative;
          border: 4px solid #67C8FF;
          border-radius: 10px;
          overflow: hidden;
          font-size: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          section.media .halfs .half .box .inner img {
            max-width: 100%; }
  @media only screen and (max-width: 950px) {
    section.media .halfs {
      flex-wrap: wrap;
      position: relative;
      left: -12px;
      margin-top: 25px; }
      section.media .halfs .half {
        max-width: 500px;
        width: 100%; }
        section.media .halfs .half:first-child .box {
          padding-left: 35px; }
          section.media .halfs .half:first-child .box .play {
            transform: translateX(-50%) translateY(-50%) scale(1); }
          section.media .halfs .half:first-child .box .decor {
            top: 10px;
            left: 0;
            transform: translateX(0%); }
            section.media .halfs .half:first-child .box .decor img {
              width: 25px; }
        section.media .halfs .half .box .play {
          transform: translateX(-50%) translateY(-50%) scale(0.55); } }

/* --------------------- /Section media ---------------------- */
/* ---------------------- Section shop ---------------------- */
section.shop .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -18px -16px;
  margin-top: 45px; }
  section.shop .boxes .box {
    width: 25%;
    padding: 18px 16px; }

@media only screen and (max-width: 1370px) {
  section.shop .boxes {
    margin-top: 35px; } }

@media only screen and (max-width: 950px) {
  section.shop .boxes {
    margin: -10px -8px;
    margin-top: 25px; }
    section.shop .boxes .box {
      width: 50%;
      padding: 10px 8px; } }

/* --------------------- /Section shop ---------------------- */
/* ---------------------- Section about ---------------------- */
section.about .decor.decor-1 {
  right: 30px;
  top: 50%; }

@media only screen and (max-width: 950px) {
  section.about .decor.decor-1 {
    right: 20px;
    top: 2px;
    width: 145px; } }

/* --------------------- /Section about ---------------------- */
/* ---------------------- Section cosmetics ---------------------- */
section.cosmetics {
  background: url("../images/inner/bg-cosmetics.png") no-repeat center center; }
  section.cosmetics .cont {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch; }
    section.cosmetics .cont > div {
      flex-grow: 1;
      flex-basis: 0; }
    section.cosmetics .cont .product {
      -webkit-filter: drop-shadow(10px 20px 40px rgba(0, 0, 0, 0.2));
              filter: drop-shadow(10px 20px 40px rgba(0, 0, 0, 0.2));
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.cosmetics .cont .product img {
        max-width: 100%; }
    section.cosmetics .cont .button {
      display: flex;
      justify-content: center;
      align-items: flex-end; }
  @media only screen and (max-width: 1370px) {
    section.cosmetics .cont .product {
      flex-grow: 0;
      flex-basis: 25%; } }
  @media only screen and (max-width: 950px) {
    section.cosmetics {
      background-position: center top -80px;
      background-size: auto 500px; }
      section.cosmetics .cont {
        position: relative;
        height: 100%;
        padding-top: 230px;
        padding-bottom: 90px; }
        section.cosmetics .cont .product {
          flex-grow: 0;
          flex-basis: 45%; }
        section.cosmetics .cont .button {
          position: absolute;
          bottom: 0px;
          left: 50%;
          transform: translateX(-50%); } }

/* --------------------- /Section cosmetics ---------------------- */
/* ---------------------- Section category ---------------------- */
section.category {
  background: #f7f8fb;
  overflow: visible;
  z-index: 99; }
  section.category .content {
    max-width: 830px; }
    section.category .content strong {
      color: #79B974; }
  section.category .layout {
    display: flex; }
    section.category .layout .sidebar {
      width: 280px;
      flex-shrink: 0;
      margin-right: 40px; }
    section.category .layout .main {
      flex-grow: 1; }
  section.category .sorting .items {
    display: flex;
    justify-content: flex-end;
    margin: -5px;
    margin-top: 10px; }
    section.category .sorting .items .item {
      color: #fff;
      background: #79B974;
      border-radius: 10px;
      font-family: 'roboto-medium';
      font-weight: 500;
      font-size: 14px;
      padding: 9px 15px;
      margin: 5px;
      transition: 0.5s;
      cursor: pointer;
      text-align: center; }
      section.category .sorting .items .item:hover, section.category .sorting .items .item.active {
        background: #264759; }
  section.category .boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0;
    margin: -7px -7px;
    margin-top: 30px; }
    section.category .boxes .box {
      padding: 7px 7px;
      width: 25%; }
      section.category .boxes .box.banner {
        width: 50%; }
        section.category .boxes .box.banner img {
          width: 100%; }
  section.category .sidebar .open-button {
    position: absolute;
    top: 135px;
    width: 50px;
    height: 50px;
    right: -50px;
    background: #79B974;
    display: none; }
    section.category .sidebar .open-button .close {
      display: none; }
  section.category .tabs .tab .tab-title {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 20px;
    color: #4d4d4d;
    background: #E4E6EB;
    padding: 15px;
    position: relative;
    cursor: pointer; }
    section.category .tabs .tab .tab-title .arrow {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
  section.category .tabs .tab .tab-content .items .item {
    font-family: 'roboto-medium';
    font-weight: 500;
    font-size: 16px;
    color: #4D4D4D;
    background: #fff;
    padding: 8px 13px;
    margin-top: 5px;
    position: relative; }
    section.category .tabs .tab .tab-content .items .item:first-child {
      margin-top: 0; }
    section.category .tabs .tab .tab-content .items .item a {
      position: relative;
      display: block; }
    section.category .tabs .tab .tab-content .items .item.has-subs {
      background: #fff url("../images/icons/arrow-down-black.svg") no-repeat right 10px top 10px; }
    section.category .tabs .tab .tab-content .items .item .open-me {
      position: absolute;
      cursor: pointer;
      width: 50px;
      background: #000;
      right: -15px;
      top: -15px;
      bottom: -15px;
      opacity: 0; }
    section.category .tabs .tab .tab-content .items .item .sub-items {
      padding-left: 15px;
      display: none; }
      section.category .tabs .tab .tab-content .items .item .sub-items .item {
        font-family: 'roboto-regular';
        font-weight: 400; }
        section.category .tabs .tab .tab-content .items .item .sub-items .item:first-child {
          margin-top: 5px; }
    section.category .tabs .tab .tab-content .items .item.current > a {
      color: #79B974; }
    section.category .tabs .tab .tab-content .items .item.current .sub-items {
      display: block; }
  @media only screen and (max-width: 1370px) {
    section.category .layout .sidebar {
      width: 230px; }
    section.category .tabs .tab .tab-title {
      font-size: 18px;
      padding: 10px; }
    section.category .tabs .tab .tab-content .items .item {
      font-size: 15px;
      padding: 5px 10px; }
      section.category .tabs .tab .tab-content .items .item .sub-items {
        padding-left: 10px; } }
  @media only screen and (max-width: 1200px) {
    section.category .boxes .box {
      width: 33.33%; }
      section.category .boxes .box.banner {
        width: 66.66%; } }
  @media only screen and (max-width: 950px) {
    section.category .sorting .items .item {
      padding: 5px 10px; }
    section.category .layout {
      margin-top: 5px; }
      section.category .layout .sidebar {
        width: 300px;
        margin-left: 0px;
        position: fixed;
        box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.16);
        background: #f3f2f2;
        z-index: 99;
        top: 60px;
        bottom: 60px;
        left: -300px;
        transition: 0.5s; }
        section.category .layout .sidebar .inner {
          overflow-y: scroll;
          overflow-x: hidden;
          height: 100%; }
        section.category .layout .sidebar .open-button {
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 3;
          box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.16); }
        section.category .layout .sidebar.open {
          left: 0; }
          section.category .layout .sidebar.open .open-button .open {
            display: none; }
          section.category .layout .sidebar.open .open-button .close {
            display: block; }
      section.category .layout .main {
        width: 100%; }
    section.category .boxes {
      margin-top: 15px; }
      section.category .boxes .box {
        width: 50%; }
        section.category .boxes .box.banner {
          width: 100%; } }

/* --------------------- /Section category ---------------------- */
/* ---------------------- Section product ---------------------- */
section.product .panel-top {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }

section.product .share {
  position: relative;
  z-index: 99; }
  section.product .share .title {
    white-space: nowrap;
    cursor: pointer;
    font-family: 'roboto-medium';
    font-weight: 500;
    font-size: 17px;
    color: #838383; }
  section.product .share .icons-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0; }
    section.product .share .icons-wrapper a {
      display: block;
      float: none; }
      section.product .share .icons-wrapper a span {
        display: inline-block;
        margin-top: 5px; }

section.product .sku {
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 15px;
  color: #838383; }

section.product .content {
  margin-top: 30px; }

section.product .price {
  margin-top: 24px;
  font-family: 'roboto-medium';
  font-weight: 500;
  font-size: 22px;
  color: #79B974; }
  section.product .price ins {
    text-decoration: none; }
  section.product .price del {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D; }

section.product .part-sliders .part-top {
  display: none; }

section.product .cart {
  margin-top: 25px; }
  section.product .cart select {
    font-family: 'roboto-medium';
    font-weight: 500;
    font-size: 17px;
    color: #838383;
    border: 2px solid #E4E6EB;
    padding: 5px;
    outline: none; }
  section.product .cart .wc-pao-addons-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section.product .cart .wc-pao-addons-container .price {
      margin-top: 0; }
    section.product .cart .wc-pao-addons-container .wc-pao-addon-container {
      width: 48%; }
      section.product .cart .wc-pao-addons-container .wc-pao-addon-container .form-row {
        margin-top: 5px; }
        section.product .cart .wc-pao-addons-container .wc-pao-addon-container .form-row select {
          width: 100%; }
      section.product .cart .wc-pao-addons-container .wc-pao-addon-container label {
        font-family: 'roboto-medium';
        font-weight: 500;
        font-size: 17px;
        color: #4D4D4D; }
    section.product .cart .wc-pao-addons-container #product-addons-total {
      width: 100%; }
      section.product .cart .wc-pao-addons-container #product-addons-total .product-addon-totals {
        margin-bottom: 0; }
  section.product .cart .controls {
    margin-top: 25px; }
    section.product .cart .controls .buttons-panel {
      display: flex;
      margin: 0 -7px;
      margin-top: 30px; }
      section.product .cart .controls .buttons-panel .button {
        font-family: 'roboto-medium';
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        background: #79B974;
        border: none;
        padding: 15px 25px;
        cursor: pointer;
        transition: 0.25s;
        border-radius: 10px;
        margin: 0 7px;
        flex-grow: 1;
        text-align: center; }
        section.product .cart .controls .buttons-panel .button:hover {
          background: #264759; }
      section.product .cart .controls .buttons-panel .single_add_to_cart_button {
        background: #264759; }
        section.product .cart .controls .buttons-panel .single_add_to_cart_button:hover {
          background: #79B974; }
      section.product .cart .controls .buttons-panel .fav {
        white-space: nowrap;
        text-align: left;
        padding-left: 45px;
        position: relative;
        background: #fff;
        font-family: 'roboto-medium';
        font-weight: 500;
        font-size: 17px;
        color: #949494; }
        section.product .cart .controls .buttons-panel .fav:hover {
          background: #fff; }
        section.product .cart .controls .buttons-panel .fav .wpulike, section.product .cart .controls .buttons-panel .fav span {
          display: inline-block;
          vertical-align: middle; }
        section.product .cart .controls .buttons-panel .fav .wpulike {
          padding: 0;
          position: absolute;
          left: 10px;
          top: 50%;
          transform: translateY(-50%); }
          section.product .cart .controls .buttons-panel .fav .wpulike .wp_ulike_btn {
            padding: 15px;
            background-color: #fff; }
          section.product .cart .controls .buttons-panel .fav .wpulike .count-box {
            display: none; }
  section.product .cart .variations {
    margin-top: 35px; }
    section.product .cart .variations .label {
      padding-right: 25px; }
    section.product .cart .variations select {
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 18px;
      color: #000;
      background: #fff;
      border: 2px solid #232B3D;
      padding: 5px 10px; }
  section.product .cart .single_variation_wrap {
    margin-top: 25px; }
  section.product .cart .quantity.hidden {
    display: none; }
  section.product .cart .quantity .label {
    font-family: 'roboto-medium';
    font-weight: 500;
    font-size: 20px;
    color: #222447; }
  section.product .cart .quantity.donation {
    display: flex;
    align-items: center; }
    section.product .cart .quantity.donation .wrapper input {
      width: 65px; }
    section.product .cart .quantity.donation .sign {
      font-family: 'roboto-medium';
      font-weight: 500;
      font-size: 22px;
      color: #79B974;
      margin-right: 10px; }
  section.product .cart .quantity .wrapper {
    display: flex;
    margin-top: 7px; }
    section.product .cart .quantity .wrapper .button {
      width: 50px;
      height: 50px;
      font-size: 24px;
      background: #E7E9EF;
      color: #87888A;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: 0.5s; }
      section.product .cart .quantity .wrapper .button span {
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      section.product .cart .quantity .wrapper .button:hover {
        color: #79B974; }
    section.product .cart .quantity .wrapper input {
      width: 50px;
      height: 50px;
      text-align: center;
      font-family: 'roboto-medium';
      font-weight: 500;
      font-size: 20px;
      color: #87888A;
      border: 2px solid #E7E9EF; }

section.product .sliders {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 525px;
  text-align: right; }
  section.product .sliders * {
    direction: ltr; }
  section.product .sliders .gallery-top {
    border: 2px solid #E4E6EB;
    margin: 0 20px;
    margin-right: 0; }
    section.product .sliders .gallery-top .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center; }
      section.product .sliders .gallery-top .swiper-slide img {
        max-width: 100%;
        max-height: 100%; }
  section.product .sliders .gallery-thumbs-wrapper {
    flex-shrink: 0;
    width: 111px;
    height: 100%;
    margin: 0 20px;
    margin-right: 0; }
    section.product .sliders .gallery-thumbs-wrapper .nav {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      z-index: 9;
      pointer-events: none; }
      section.product .sliders .gallery-thumbs-wrapper .nav .arrow {
        background: rgba(255, 255, 255, 0.75);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #E4E6EB;
        cursor: pointer;
        padding: 3px;
        pointer-events: auto; }
        section.product .sliders .gallery-thumbs-wrapper .nav .arrow img {
          height: 25px; }
        section.product .sliders .gallery-thumbs-wrapper .nav .arrow.thumbs-next img {
          transform: rotate(180deg); }
      @media only screen and (max-width: 950px) {
        section.product .sliders .gallery-thumbs-wrapper .nav {
          flex-direction: row; }
          section.product .sliders .gallery-thumbs-wrapper .nav .arrow {
            padding: 0px; }
            section.product .sliders .gallery-thumbs-wrapper .nav .arrow.thumbs-next img {
              transform: rotate(90deg); }
            section.product .sliders .gallery-thumbs-wrapper .nav .arrow.thumbs-prev img {
              transform: rotate(-90deg); } }
  section.product .sliders .gallery-thumbs {
    height: 100%; }
    section.product .sliders .gallery-thumbs .swiper-slide {
      cursor: pointer;
      transition: opacity 0.5s;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.product .sliders .gallery-thumbs .swiper-slide img {
        max-height: 90%;
        width: auto; }
      section.product .sliders .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
        opacity: 0.5; }

@media only screen and (max-width: 950px) {
  section.product .parts {
    flex-direction: column; }
    section.product .parts .part-info .part-top {
      display: none; }
    section.product .parts .part-sliders .part-top {
      display: block; }
  section.product .sliders {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: auto;
    max-width: 530px;
    margin: auto;
    margin-top: 25px; }
    section.product .sliders .gallery-top {
      margin-left: 0;
      margin-right: 0;
      height: 350px; }
    section.product .sliders .gallery-thumbs-wrapper {
      width: 100%;
      height: auto;
      padding-bottom: 0px;
      margin-left: 0;
      margin-right: 0; }
      section.product .sliders .gallery-thumbs-wrapper .navigation {
        display: none; }
    section.product .sliders .gallery-top {
      width: 100%; }
    section.product .sliders .gallery-thumbs {
      width: 100%;
      height: 80px;
      margin: 0;
      margin-top: 15px; }
      section.product .sliders .gallery-thumbs .swiper-slide img {
        max-height: 100%; }
  section.product .cart .controls {
    margin-top: 25px; }
    section.product .cart .controls .buttons-panel {
      display: flex;
      flex-wrap: wrap; } }

/* --------------------- /Section product ---------------------- */
.woocommerce_gc_giftcard_form input, .woocommerce_gc_giftcard_form textarea {
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 12px;
  color: #6E7076;
  background: #F7F8FB;
  padding: 13px 15px;
  border-radius: 20px;
  width: 100%;
  border: none;
  margin-top: 10px; }
  .woocommerce_gc_giftcard_form input::-webkit-input-placeholder, .woocommerce_gc_giftcard_form textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #6E7076; }
  .woocommerce_gc_giftcard_form input:-moz-placeholder, .woocommerce_gc_giftcard_form textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6E7076; }
  .woocommerce_gc_giftcard_form input::-moz-placeholder, .woocommerce_gc_giftcard_form textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6E7076; }
  .woocommerce_gc_giftcard_form input:-ms-input-placeholder, .woocommerce_gc_giftcard_form textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #6E7076; }

/* ---------------------- product-rows ---------------------- */
.product-rows {
  margin-top: 65px; }
  .product-rows .row {
    margin-top: 40px; }
    .product-rows .row:first-child {
      margin-top: 0; }
  .product-rows .product-icons {
    height: 100%; }
    .product-rows .product-icons .boxes {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      font-size: 0;
      margin: 0 -6px;
      height: 100%; }
      .product-rows .product-icons .boxes .box {
        width: 33.33%;
        height: auto;
        margin: 0;
        padding: 0 6px;
        display: block;
        position: relative;
        overflow: hidden; }
        .product-rows .product-icons .boxes .box .inner {
          background: #F7F8FB;
          height: 100%;
          text-align: center;
          padding: 50px 20px;
          height: 100%; }
        .product-rows .product-icons .boxes .box .icon {
          height: 55px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .product-rows .product-icons .boxes .box .icon img {
            max-height: 100%; }
        .product-rows .product-icons .boxes .box .text {
          font-family: 'roboto-medium';
          font-weight: 500;
          font-size: 17px;
          color: #264759;
          margin-top: 15px; }
  .product-rows .wrapper-form {
    background: #79B974 url("../images/inner/product/bg-form.png") no-repeat right top;
    background-size: 100% auto;
    padding: 45px 25px; }
    .product-rows .wrapper-form .title {
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 15px;
      color: #264759;
      letter-spacing: 0.6em; }
    .product-rows .wrapper-form .subtitle {
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 26px;
      color: #fff;
      margin-top: 5px; }
    .product-rows .wrapper-form .wpcf7 {
      margin-top: 10px; }
      .product-rows .wrapper-form .wpcf7 form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: -1%; }
        .product-rows .wrapper-form .wpcf7 form .wpcf7-form-control-wrap {
          width: 31%;
          margin: 1%; }
          .product-rows .wrapper-form .wpcf7 form .wpcf7-form-control-wrap.your-message {
            width: 64%; }
          .product-rows .wrapper-form .wpcf7 form .wpcf7-form-control-wrap input {
            width: 100%; }
        .product-rows .wrapper-form .wpcf7 form input[type="submit"] {
          width: 31%;
          margin: 1%;
          font-family: 'roboto-bold';
          font-weight: 700;
          font-size: 13px;
          color: #fff;
          background: #264759;
          cursor: pointer;
          transition: 0.5s; }
          .product-rows .wrapper-form .wpcf7 form input[type="submit"]:hover {
            background: #79B974; }
  .product-rows .text-block .title {
    font-family: 'roboto-medium';
    font-weight: 500;
    font-size: 20px;
    color: #4D4D4D;
    background: #F7F8FB;
    padding: 15px; }
  .product-rows .text-block .content {
    margin-top: 15px; }
  @media only screen and (max-width: 950px) {
    .product-rows {
      margin-top: 45px; }
      .product-rows .text-block .title {
        font-size: 18px;
        padding: 10px; }
      .product-rows .product-icons {
        height: 100%; }
        .product-rows .product-icons .boxes {
          margin: 0 -4px; }
          .product-rows .product-icons .boxes .box {
            padding: 0 4px; }
            .product-rows .product-icons .boxes .box .inner {
              padding: 20px 10px; }
            .product-rows .product-icons .boxes .box .icon {
              height: 35px; }
            .product-rows .product-icons .boxes .box .text {
              font-size: 15px; }
      .product-rows .wrapper-form {
        padding: 25px 15px; }
        .product-rows .wrapper-form .wpcf7 form {
          margin: -1%; }
          .product-rows .wrapper-form .wpcf7 form .wpcf7-form-control-wrap {
            width: 48%;
            margin: 1%; }
            .product-rows .wrapper-form .wpcf7 form .wpcf7-form-control-wrap.your-message {
              width: 48%; }
          .product-rows .wrapper-form .wpcf7 form input[type="submit"] {
            width: 100%; } }

/* --------------------- / product-rows ---------------------- */
/* ---------------------- Section contact ---------------------- */
section.contact {
  z-index: 99;
  overflow: visible; }
  section.contact .decor.decor-1 {
    right: 30px;
    top: 20px; }
  section.contact .decor.decor-3 {
    bottom: -50px;
    left: 50px;
    z-index: 99; }
  section.contact .wpcf7 {
    margin-top: 35px; }
    section.contact .wpcf7 .wpcf7-form-control-wrap {
      margin-top: 10px; }
      section.contact .wpcf7 .wpcf7-form-control-wrap input {
        border-radius: 0;
        background: #fff;
        border-bottom: 1px solid #D9DCE7;
        padding: 10px 0;
        width: 100%;
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 15px;
        color: #6E7076; }
    section.contact .wpcf7 .wpcf7-list-item {
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 17px;
      color: #4D4D4D;
      margin-top: 20px;
      margin-left: 0;
      display: block; }
      section.contact .wpcf7 .wpcf7-list-item input {
        width: auto;
        margin-right: 10px; }
    section.contact .wpcf7 button {
      background: #79B974;
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 15px;
      color: #fff;
      text-align: center;
      border: none;
      outline: none;
      border-radius: 10px;
      width: 100%;
      margin-top: 30px;
      padding: 11px;
      cursor: pointer;
      transition: 0.5s; }
      section.contact .wpcf7 button:hover {
        background: #264759; }
      section.contact .wpcf7 button span, section.contact .wpcf7 button img {
        display: inline-block;
        vertical-align: middle; }
  section.contact .wrapper-info {
    background: #264759;
    padding: 55px;
    border-radius: 20px; }
    section.contact .wrapper-info .part-top {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      section.contact .wrapper-info .part-top .title {
        font-family: 'qanaya-round-regular';
        font-weight: 400;
        font-size: 36px;
        color: #fff; }
      section.contact .wrapper-info .part-top .button-map {
        background: #67C8FF;
        padding: 15px;
        border-radius: 4px;
        margin-left: 15px;
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        transition: 0.5s; }
        section.contact .wrapper-info .part-top .button-map img, section.contact .wrapper-info .part-top .button-map span {
          display: inline-block;
          vertical-align: middle; }
        section.contact .wrapper-info .part-top .button-map img {
          margin-right: 5px; }
        section.contact .wrapper-info .part-top .button-map:hover {
          background: #79B974; }
    section.contact .wrapper-info .lines {
      margin-top: 35px; }
      section.contact .wrapper-info .lines .line {
        display: flex;
        align-items: flex-start;
        margin-top: 15px;
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 16px;
        color: #fff; }
        section.contact .wrapper-info .lines .line .icon {
          width: 25px;
          flex-shrink: 0;
          text-align: center;
          margin-right: 10px; }
    section.contact .wrapper-info .social {
      margin-top: 45px;
      display: flex;
      align-items: center;
      padding-left: 35px; }
      section.contact .wrapper-info .social span {
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        margin-right: 20px; }
      section.contact .wrapper-info .social .link {
        margin: 5px; }
  @media only screen and (max-width: 950px) {
    section.contact .decor.decor-1 {
      right: 20px;
      top: 20px;
      width: 145px; }
    section.contact .decor.decor-3 {
      bottom: -0px;
      left: 10px;
      width: 75px; }
    section.contact .wrapper-info {
      padding: 20px; } }

/* --------------------- /Section contact ---------------------- */
section.site.form .decor.decor-1 {
  top: auto;
  bottom: 150px;
  right: 150px; }

section.site.form.plan .wpcf7 form .wpcf7-form-control-wrap {
  width: 100%; }

section.site.form .wpcf7 {
  margin-top: 10px; }
  section.site.form .wpcf7 form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -10px -1%;
    margin-top: 35px; }
    section.site.form .wpcf7 form .wpcf7-form-control-wrap {
      width: 48%;
      margin: 10px 1%; }
      section.site.form .wpcf7 form .wpcf7-form-control-wrap.your-country, section.site.form .wpcf7 form .wpcf7-form-control-wrap.your-message {
        width: 100%; }
      section.site.form .wpcf7 form .wpcf7-form-control-wrap input {
        width: 100%; }
    section.site.form .wpcf7 form input {
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 15px;
      color: #6E7076;
      border: 1px solid #DFE1E7; }
    section.site.form .wpcf7 form button {
      background: #79B974;
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 15px;
      color: #fff;
      text-align: center;
      border: none;
      outline: none;
      border-radius: 10px;
      width: 100%;
      margin-top: 30px;
      padding: 11px;
      cursor: pointer;
      transition: 0.5s; }
      section.site.form .wpcf7 form button:hover {
        background: #264759; }
      section.site.form .wpcf7 form button span, section.site.form .wpcf7 form button img {
        display: inline-block;
        vertical-align: middle; }
    section.site.form .wpcf7 form .checkboxes {
      display: block;
      margin: 10px 1%; }
      section.site.form .wpcf7 form .checkboxes .wpcf7-form-control-wrap {
        width: 100%; }
      section.site.form .wpcf7 form .checkboxes .title {
        font-family: 'roboto-medium';
        font-weight: 500;
        font-size: 15px;
        color: #6E7076; }
      section.site.form .wpcf7 form .checkboxes .wpcf7-list-item {
        margin: 8px;
        display: inline-block; }
        section.site.form .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label {
          font-family: 'roboto-regular';
          font-weight: 400;
          font-size: 15px;
          color: #6E7076;
          white-space: nowrap; }
        section.site.form .wpcf7 form .checkboxes .wpcf7-list-item label {
          white-space: nowrap; }
        section.site.form .wpcf7 form .checkboxes .wpcf7-list-item input {
          width: auto; }

@media only screen and (max-width: 950px) {
  section.site.form .wpcf7 form .wpcf7-form-control-wrap {
    width: 100%; } }

section.site.links .code {
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 17px;
  color: #676767;
  border: 1px solid #C4C4C4;
  padding: 15px;
  margin-top: 13px; }

section.site.links .image {
  text-align: left;
  margin-top: 13px; }

/* ---------------------- Section live ---------------------- */
section.live {
  background: #000 url("../images/inner/bg-live.jpg") no-repeat center center;
  background-size: auto 100%; }
  section.live .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0;
    margin: -15px;
    margin-top: 35px; }
    section.live .boxes .box {
      width: 33.33%;
      margin: 0;
      padding: 15px;
      display: block;
      position: relative; }
      section.live .boxes .box:first-child {
        width: 100%;
        max-width: 100%; }
        section.live .boxes .box:first-child .image {
          height: auto; }
          section.live .boxes .box:first-child .image img {
            width: 100%; }
        section.live .boxes .box:first-child .inner > .text {
          font-family: 'roboto-medium';
          font-weight: 500;
          font-size: 20px; }
      section.live .boxes .box .inner {
        position: relative; }
      section.live .boxes .box .image {
        border: 4px solid #67C8FF;
        overflow: hidden;
        height: 240px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
      section.live .boxes .box .inner > .text {
        text-align: center;
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 15px;
        color: #fff;
        margin-top: 20px; }
  @media only screen and (max-width: 950px) {
    section.live .boxes .box {
      width: 100%;
      max-width: 300px; }
      section.live .boxes .box .image {
        height: 190px; } }

/* --------------------- /Section live ---------------------- */
/* ---------------------- Section events-top ---------------------- */
section.events-top {
  overflow: visible; }
  section.events-top .decor.decor-1 {
    left: 0;
    bottom: 0;
    transform: translateY(50%); }
  section.events-top .event-next {
    margin-top: 20px; }
    section.events-top .event-next .top {
      display: flex;
      justify-content: space-between; }
    section.events-top .event-next .image img {
      width: 100%; }
    section.events-top .event-next .info {
      margin-top: 25px; }
      section.events-top .event-next .info .date {
        text-align: right;
        font-family: 'visby-extra-bold';
        font-weight: 800;
        font-size: 36px;
        color: #DFE3E5;
        line-height: 1;
        margin-left: 15px; }
      section.events-top .event-next .info .title {
        font-family: 'roboto-medium';
        font-weight: 500;
        font-size: 20px;
        color: #264759;
        line-height: 1; }
      section.events-top .event-next .info .subtitle {
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 15px;
        color: #264759;
        margin-top: 5px; }
      section.events-top .event-next .info .button {
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 15px;
        color: #fff;
        background: #79B974;
        text-align: center;
        padding: 15px;
        transition: 0.5s;
        margin-top: 25px;
        cursor: pointer;
        display: inline-block; }
        section.events-top .event-next .info .button:hover {
          background: #67C8FF; }
  @media only screen and (max-width: 1370px) {
    section.events-top .decor.decor-1 {
      width: 350px; } }
  @media only screen and (max-width: 950px) {
    section.events-top .decor.decor-1 {
      left: auto;
      bottom: auto;
      top: 10px;
      right: 0;
      transform: scaleX(-1);
      width: 155px; }
    section.events-top .event-next .info .date {
      font-size: 25px; } }

/* --------------------- /Section events-top ---------------------- */
.jsCalendar {
  margin-top: 35px; }
  .jsCalendar table {
    width: 100%; }
    .jsCalendar table tbody tr, .jsCalendar table thead tr {
      width: 100%;
      display: flex;
      justify-content: space-around; }
    .jsCalendar table tbody td:nth-child(6), .jsCalendar table tbody td:nth-child(7), .jsCalendar table tbody th:nth-child(6), .jsCalendar table tbody th:nth-child(7), .jsCalendar table thead td:nth-child(6), .jsCalendar table thead td:nth-child(7), .jsCalendar table thead th:nth-child(6), .jsCalendar table thead th:nth-child(7) {
      color: #79B974; }
    .jsCalendar table tbody td.jsCalendar-current, .jsCalendar table tbody th.jsCalendar-current, .jsCalendar table thead td.jsCalendar-current, .jsCalendar table thead th.jsCalendar-current {
      background-color: #FFFFFF;
      border: 1px solid #79B974;
      box-sizing: content-box;
      height: 32px;
      line-height: 32px;
      width: 32px;
      color: #000; }
    .jsCalendar table tbody td.jsCalendar-selected, .jsCalendar table tbody th.jsCalendar-selected, .jsCalendar table thead td.jsCalendar-selected, .jsCalendar table thead th.jsCalendar-selected {
      background-color: #F4D88E;
      border: 1px solid #F4D88E;
      color: #000;
      cursor: pointer; }
      .jsCalendar table tbody td.jsCalendar-selected:hover, .jsCalendar table tbody th.jsCalendar-selected:hover, .jsCalendar table thead td.jsCalendar-selected:hover, .jsCalendar table thead th.jsCalendar-selected:hover {
        background-color: #79B974;
        color: #fff; }

/* ---------------------- Section join ---------------------- */
section.join {
  background: #0C3D59 url("../images/inner/bg-join.png") no-repeat right center;
  padding: 75px 0; }
  section.join .parts .part:nth-child(1) {
    width: 53%; }
  section.join .parts .part:nth-child(2) {
    width: 47%; }
  section.join .button-simple {
    margin-top: 35px; }
  @media only screen and (max-width: 1200px) {
    section.join .parts {
      padding-left: 25px; }
      section.join .parts .part:nth-child(1) {
        width: 75%; }
      section.join .parts .part:nth-child(2) {
        width: 25%; } }
  @media only screen and (max-width: 950px) {
    section.join {
      padding: 35px 0;
      background: #0C3D59 url("../images/inner/bg-join.png") no-repeat right -135px center; }
      section.join .parts .part:nth-child(1) {
        width: 85%; }
      section.join .parts .part:nth-child(2) {
        width: 15%; } }

/* --------------------- /Section join ---------------------- */
/* ---------------------- Section vision ---------------------- */
section.vision .decor.decor-1 {
  left: 50px;
  top: 95px; }

section.vision .decor.decor-2 {
  right: 140px;
  top: 30%; }

@media only screen and (max-width: 950px) {
  section.vision .decor.decor-1 {
    left: 10px;
    top: 10px;
    width: 300px; }
  section.vision .decor.decor-2 {
    right: 20px;
    top: 40%;
    width: 55px; } }

section.vision .wrapper-form {
  background: #79B974 url("../images/inner/bg-form-wide.png") no-repeat right top;
  background-size: auto auto;
  padding: 55px 75px;
  margin-top: 30px; }
  section.vision .wrapper-form .title {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 15px;
    color: #264759;
    letter-spacing: 0.6em; }
  section.vision .wrapper-form .subtitle {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin-top: 5px; }
  section.vision .wrapper-form .wpcf7 {
    margin-top: 25px; }
    section.vision .wrapper-form .wpcf7 form {
      display: flex;
      justify-content: center;
      margin: -10px; }
      section.vision .wrapper-form .wpcf7 form .wpcf7-form-control-wrap {
        margin: 0 10px;
        flex-grow: 1; }
        section.vision .wrapper-form .wpcf7 form .wpcf7-form-control-wrap input {
          width: 100%; }
      section.vision .wrapper-form .wpcf7 form input[type="submit"] {
        min-width: 190px;
        margin: 0 10px;
        flex-grow: 1;
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        background: #264759;
        cursor: pointer;
        transition: 0.5s; }
        section.vision .wrapper-form .wpcf7 form input[type="submit"]:hover {
          background: #79B974; }

@media only screen and (max-width: 950px) {
  section.vision .wrapper-form {
    background-position: right -400px top;
    padding: 35px 35px; }
    section.vision .wrapper-form .wpcf7 form {
      flex-wrap: wrap; }
      section.vision .wrapper-form .wpcf7 form .wpcf7-form-control-wrap {
        margin: 10px 0;
        width: 100%; }
      section.vision .wrapper-form .wpcf7 form input[type="submit"] {
        margin: 10px 0; } }

/* --------------------- /Section vision ---------------------- */
/* ---------------------- Section banner ---------------------- */
section.banner {
  padding: 0;
  font-size: 0; }
  section.banner img {
    width: 100%; }

/* --------------------- /Section banner ---------------------- */
/* ---------------------- Section projects ---------------------- */
section.projects {
  background: #F7F8FB; }
  section.projects .decor.decor-1 {
    left: 50px;
    top: 95px; }
  section.projects .decor.decor-2 {
    right: 140px;
    bottom: 120px; }
  @media only screen and (max-width: 950px) {
    section.projects .decor.decor-1 {
      left: 10px;
      top: 10px;
      width: 300px; }
    section.projects .decor.decor-2 {
      right: 20px;
      bottom: 20px;
      width: 55px; } }
  section.projects .boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0;
    margin: -25px;
    margin-top: 55px; }
    section.projects .boxes .box {
      flex-grow: 1;
      flex-basis: 0;
      max-width: 380px;
      margin: 0;
      padding: 25px;
      display: block;
      text-align: center; }
      section.projects .boxes .box .text {
        font-family: 'roboto-medium';
        font-weight: 500;
        font-size: 17px;
        color: #264759;
        margin-top: 15px;
        line-height: 1.5; }
  @media only screen and (max-width: 950px) {
    section.projects .boxes {
      flex-direction: column;
      align-items: center; } }

/* --------------------- /Section projects ---------------------- */
/* ---------------------- Section candles ---------------------- */
section.candles .decor.decor-2 {
  right: 10px;
  top: 20px; }

section.candles .decor.decor-1 {
  bottom: 90px;
  left: 110px; }

section.candles .decor.decor-3 {
  bottom: 0;
  right: 0; }

@media only screen and (max-width: 950px) {
  section.candles .decor.decor-3 {
    width: 200px; }
  section.candles .decor.decor-2 {
    width: 50px; } }

section.candles .swiper-container {
  height: 100%; }
  section.candles .swiper-container .swiper-wrapper {
    height: 100%; }
    section.candles .swiper-container .swiper-wrapper .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center; }
      section.candles .swiper-container .swiper-wrapper .swiper-slide img {
        min-height: 100%; }
  section.candles .swiper-container .swiper-pagination {
    bottom: 35px; }

section.candles .form-candle .row {
  display: flex;
  align-items: center;
  justify-content: center; }

section.candles .form-candle .caption {
  font-family: 'roboto-medium';
  font-weight: 500;
  font-size: 20px;
  color: #4D4D4D;
  margin: 0 20px; }

section.candles .form-candle .wrapper-quantity-cont {
  display: flex;
  align-items: stretch;
  margin: 0 10px; }
  section.candles .form-candle .wrapper-quantity-cont input {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 17px;
    color: #4D4D4D;
    border: 1px solid #ECECEE;
    height: 100%;
    width: 50px;
    text-align: center; }
    section.candles .form-candle .wrapper-quantity-cont input::-webkit-outer-spin-button, section.candles .form-candle .wrapper-quantity-cont input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  section.candles .form-candle .wrapper-quantity-cont .button {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 20px;
    color: #4D4D4D;
    border: 1px solid #ECECEE;
    padding: 13px 8px;
    cursor: pointer;
    transition: 0.25s;
    width: 40px;
    text-align: center;
    background: #E7E9EF; }
    section.candles .form-candle .wrapper-quantity-cont .button:hover {
      background: #79B974; }

section.candles .form-candle .section-title {
  margin-top: 35px; }

section.candles .form-candle .select-items {
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  section.candles .form-candle .select-items .item {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: #264759;
    padding: 11px;
    border-radius: 200px;
    flex-basis: 0;
    flex-grow: 1;
    margin: 15px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s; }
    section.candles .form-candle .select-items .item.active {
      background: #79B974; }

section.candles .form-candle .free-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }
  section.candles .form-candle .free-amount input {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 17px;
    color: #4D4D4D;
    border: 2px solid #264759;
    border-radius: 200px;
    height: 100%;
    width: 120px;
    padding: 8px;
    padding-left: 25px;
    text-align: center;
    background: url("../images/icons/dollar.svg") no-repeat left 10px center; }
    section.candles .form-candle .free-amount input::-webkit-outer-spin-button, section.candles .form-candle .free-amount input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  section.candles .form-candle .free-amount .caption {
    font-family: 'roboto-medium';
    font-weight: 500;
    font-size: 20px;
    color: #4D4D4D;
    margin: 0 20px; }

section.candles .form-candle .total {
  font-family: 'roboto-bold';
  font-weight: 700;
  font-size: 22px;
  color: #79B974;
  margin: 0 20px;
  text-align: center;
  margin-top: 25px; }

section.candles .form-candle .btn-free {
  margin-top: 35px; }

section.candles .form-candle .btn-submit {
  width: 100%;
  margin-top: 30px; }

@media only screen and (max-width: 950px) {
  section.candles .swiper-container .swiper-wrapper .swiper-slide {
    height: 300px; }
  section.candles .form-candle .select-items .item {
    margin: 8px; } }

/* --------------------- /Section candles ---------------------- */
/* ---------------------- Section donation ---------------------- */
section.donation {
  background: #f7f8fb; }
  section.donation .decor.decor-1 {
    max-width: 50%;
    right: 0px;
    bottom: 0px; }
  @media only screen and (max-width: 950px) {
    section.donation .decor.decor-1 {
      max-width: 70%; } }
  section.donation .form-donations {
    margin-top: 25px; }
    section.donation .form-donations .rows .row {
      margin-top: 30px; }
      section.donation .form-donations .rows .row .row-title {
        font-family: 'roboto-medium';
        font-weight: 500;
        font-size: 17px;
        color: #4D4D4D; }
      section.donation .form-donations .rows .row select, section.donation .form-donations .rows .row input {
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 15px;
        color: #6E7076;
        padding: 15px;
        background: #fff;
        border-radius: 200px;
        border: none;
        outline: none;
        min-width: 290px;
        margin-top: 13px; }
      section.donation .form-donations .rows .row .select-items {
        display: flex;
        justify-content: center;
        margin-top: 20px; }
        section.donation .form-donations .rows .row .select-items .item {
          font-family: 'roboto-bold';
          font-weight: 700;
          font-size: 18px;
          color: #fff;
          background: #264759;
          padding: 11px;
          border-radius: 200px;
          flex-basis: 0;
          flex-grow: 1;
          margin: 15px;
          text-align: center;
          cursor: pointer;
          transition: 0.5s; }
          section.donation .form-donations .rows .row .select-items .item.active {
            background: #79B974; }
    section.donation .form-donations .rows .btn-submit {
      width: 100%;
      margin-top: 30px; }
    section.donation .form-donations .info {
      margin-top: 25px;
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 15px;
      color: #6E7076; }
  @media only screen and (max-width: 950px) {
    section.donation {
      padding-bottom: 200px; } }

/* --------------------- /Section donation ---------------------- */
/* ---------------------- Section note ---------------------- */
section.note {
  z-index: 9; }
  section.note .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    section.note .bg .swiper-container {
      height: 100%; }
      section.note .bg .swiper-container .swiper-wrapper {
        height: 100%; }
        section.note .bg .swiper-container .swiper-wrapper .swiper-slide {
          display: flex;
          align-items: center;
          justify-content: center; }
          section.note .bg .swiper-container .swiper-wrapper .swiper-slide img {
            min-height: 100%; }
  section.note .wrapper-form {
    height: 688px;
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    section.note .wrapper-form .bg {
      display: flex;
      align-items: center;
      justify-content: center; }
      section.note .wrapper-form .bg img {
        height: 100%;
        width: auto; }
    section.note .wrapper-form .title {
      font-family: 'qanaya-regular';
      font-weight: 400;
      font-size: 48px;
      color: #264759;
      text-align: center;
      position: relative;
      z-index: 2; }
  section.note .wpcf7 {
    margin-top: 35px; }
    section.note .wpcf7 .wpcf7-form-control-wrap {
      margin-top: 10px; }
      section.note .wpcf7 .wpcf7-form-control-wrap input, section.note .wpcf7 .wpcf7-form-control-wrap textarea {
        border-radius: 0;
        background: #fff;
        border: none;
        outline: none;
        border-radius: 25px;
        padding: 10px 20px;
        width: 100%;
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 15px;
        color: #6E7076; }
      section.note .wpcf7 .wpcf7-form-control-wrap textarea {
        height: 130px; }
    section.note .wpcf7 button {
      background: #79B974;
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 15px;
      color: #fff;
      text-align: center;
      border: none;
      outline: none;
      border-radius: 10px;
      width: 100%;
      margin-top: 30px;
      padding: 11px;
      cursor: pointer;
      transition: 0.5s; }
      section.note .wpcf7 button:hover {
        background: #264759; }
      section.note .wpcf7 button span, section.note .wpcf7 button img {
        display: inline-block;
        vertical-align: middle; }
  @media only screen and (max-width: 1370px) {
    section.note .wrapper-form {
      height: 550px;
      padding: 50px; }
      section.note .wrapper-form .title {
        font-size: 40px; }
    section.note .wpcf7 {
      margin-top: 15px; } }

@media only screen and (max-width: 950px) and (max-width: 1370px) {
  section.note .wrapper-form {
    height: 515px;
    padding: 25px; }
    section.note .wrapper-form .title {
      font-size: 35px; }
  section.note .wpcf7 {
    margin-top: 5px; } }

/* --------------------- /Section note ---------------------- */
/* ---------------------- Section info-white-bg ---------------------- */
section.info-white-bg {
  background-position: center center; }
  section.info-white-bg .section-title .title {
    color: #fff; }
  section.info-white-bg .content {
    color: #fff; }
  section.info-white-bg .button-simple {
    margin-top: 35px; }

/* --------------------- /Section info-white-bg ---------------------- */
/* ---------------------- Section post ---------------------- */
section.post.post-content {
  background: #F7F8FB; }

section.post .content {
  margin-top: 35px;
  line-height: 1.5;
  font-size: 20px; }

section.post .img-main {
  width: 50%;
  float: right;
  margin-left: 50px;
  margin-bottom: 50px; }
  section.post .img-main.mobile {
    display: none; }
  section.post .img-main img {
    width: 100%; }

@media only screen and (max-width: 950px) {
  section.post .content {
    font-size: 18px; }
  section.post .img-main {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    display: none; }
    section.post .img-main.mobile {
      display: block; } }

/* --------------------- /Section post ---------------------- */
/* ---------------------- Section questions ---------------------- */
section.questions .parts {
  margin-top: 75px; }

section.questions .accordion h3, section.questions .accordion .h3 {
  padding: 30px;
  outline: none;
  cursor: pointer;
  font-family: 'roboto-medium';
  font-weight: 500;
  font-size: 20px;
  color: #264759;
  background: #F7F8FB;
  padding-right: 100px;
  position: relative;
  margin: 0;
  border: none;
  border-radius: 0;
  margin-top: 25px; }
  section.questions .accordion h3 .ui-accordion-header-icon, section.questions .accordion .h3 .ui-accordion-header-icon {
    display: none; }
  section.questions .accordion h3:first-child, section.questions .accordion .h3:first-child {
    border-top: none;
    margin-top: 0; }
  section.questions .accordion h3:after, section.questions .accordion .h3:after {
    content: "+";
    font-size: 45px;
    text-align: center;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #67C8FF;
    transition: 0.5s; }
  section.questions .accordion h3.ui-state-active:after, section.questions .accordion .h3.ui-state-active:after {
    content: "-";
    background: #79B974; }

section.questions .accordion .content {
  background: #F7F8FB;
  padding: 30px;
  padding-top: 15px; }
  section.questions .accordion .content p:first-child {
    margin-top: 0; }

@media only screen and (max-width: 1370px) {
  section.questions .accordion h3, section.questions .accordion .h3 {
    font-size: 18px;
    padding: 20px;
    padding-right: 100px; } }

@media only screen and (max-width: 950px) {
  section.questions .parts {
    flex-wrap: wrap;
    margin-top: 35px; }
    section.questions .parts .part {
      width: 100%; }
      section.questions .parts .part:nth-child(2) {
        margin-top: 10px; }
  section.questions .accordion h3, section.questions .accordion .h3 {
    font-size: 16px;
    padding: 20px;
    padding-right: 55px;
    margin-top: 10px; }
    section.questions .accordion h3:before, section.questions .accordion .h3:before {
      left: 15px; }
    section.questions .accordion h3:after, section.questions .accordion .h3:after {
      width: 50px;
      font-size: 35px; }
  section.questions .accordion .content {
    font-size: 16px;
    padding: 15px; } }

/* ---------------------- /Section questions ---------------------- */
/* ---------------------- Section stones-boxes ---------------------- */
section.stones-boxes {
  background: #F7F8FB; }
  section.stones-boxes .boxes {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: -15px -7px;
    margin-top: 40px; }
    section.stones-boxes .boxes .box {
      width: 25%;
      margin: 0;
      padding: 15px 7px;
      display: block;
      position: relative; }
      section.stones-boxes .boxes .box .inner {
        position: relative; }
      section.stones-boxes .boxes .box .image {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden; }
        section.stones-boxes .boxes .box .image img {
          width: 100%; }
      section.stones-boxes .boxes .box .text {
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 17px;
        color: #264759;
        margin-top: 15px;
        text-align: center; }
  @media only screen and (max-width: 1200px) {
    section.stones-boxes .boxes .box {
      width: 33.33%; } }
  @media only screen and (max-width: 950px) {
    section.stones-boxes .boxes {
      margin-top: 30px; }
      section.stones-boxes .boxes .box {
        width: 50%; } }

/* --------------------- /Section stones-boxes ---------------------- */
/* ---------------------- Section stones-order ---------------------- */
section.stones-order .order-form .row {
  margin-top: 25px; }
  section.stones-order .order-form .row .row-title {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 17px;
    color: #264759; }

section.stones-order .order-form .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px; }
  section.stones-order .order-form .items .item-radio {
    margin: 10px;
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 17px;
    color: #264759; }

section.stones-order .order-form textarea {
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 15px;
  color: #6E7076;
  border-radius: 11px;
  background: #F7F8FB;
  padding: 15px;
  height: 120px;
  width: 100%;
  margin-top: 15px;
  border: none;
  outline: none; }

section.stones-order .order-form .price {
  font-family: 'roboto-bold';
  font-weight: 700;
  font-size: 17px;
  color: #264759;
  margin-top: 15px; }
  section.stones-order .order-form .price strong {
    font-size: 20px;
    color: #79B974; }

section.stones-order .order-form input[type="submit"] {
  font-family: 'roboto-medium';
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  background: #79B974;
  border-radius: 10px;
  padding: 15px 35px;
  margin-top: 25px;
  cursor: pointer;
  transition: 0.5s;
  width: 100%;
  max-width: 350px; }
  section.stones-order .order-form input[type="submit"]:hover {
    background: #264759; }

@media only screen and (max-width: 950px) {
  section.stones-order .order-form .items .item-radio {
    width: 100%; } }

/* --------------------- /Section stones-order ---------------------- */
/* ---------------------- Section gallery-simple ---------------------- */
section.gallery-simple {
  padding: 0; }
  section.gallery-simple .container {
    margin: 0 -2px;
    display: flex;
    flex-wrap: wrap; }
    section.gallery-simple .container .box {
      padding: 2px; }
      section.gallery-simple .container .box .inner {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%; }
  section.gallery-simple .box.gal {
    width: 25%;
    cursor: pointer; }
    section.gallery-simple .box.gal .inner {
      height: 366px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.gallery-simple .box.gal .inner:after {
        background: #131416;
        opacity: 0;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        z-index: 2;
        transition: 0.5s; }
      section.gallery-simple .box.gal .inner > img {
        min-width: 100%;
        min-height: 100%;
        transition: 0.5s;
        z-index: 1; }
      section.gallery-simple .box.gal .inner .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 9; }
        section.gallery-simple .box.gal .inner .play img {
          width: auto; }
    section.gallery-simple .box.gal:hover .inner:after {
      opacity: 0.7; }
  @media only screen and (max-width: 1370px) {
    section.gallery-simple .box.gal .inner {
      height: 266px; } }
  @media only screen and (max-width: 950px) {
    section.gallery-simple .box.gal {
      width: 50%; }
      section.gallery-simple .box.gal .inner {
        height: 266px; } }

/* --------------------- /Section gallery-simple ---------------------- */
/* ---------------------- Section wishlist ---------------------- */
section.wishlist .wpcf7 form {
  display: flex;
  align-items: center; }

section.wishlist .wpcf7 input {
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 15px;
  color: #6E7076;
  border-radius: 11px;
  background: #fff;
  padding: 15px;
  height: 48px; }

section.wishlist .wpcf7 input[type="submit"] {
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  background: #79B974;
  height: 48px;
  margin-left: 15px;
  width: 100px; }

section.wishlist .cart {
  margin-top: 15px; }
  section.wishlist .cart button {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background: #264759;
    border: none;
    padding: 10px 15px;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
    cursor: pointer; }

@media only screen and (max-width: 950px) {
  section.wishlist .wpcf7 form {
    flex-wrap: wrap; }
    section.wishlist .wpcf7 form input[type="submit"] {
      margin-left: 0;
      margin-top: 10px; } }

/* --------------------- /Section wishlist ---------------------- */
.box-post {
  cursor: pointer;
  max-width: 615px; }
  .box-post:hover .inner {
    box-shadow: 0px 0px 45px rgba(140, 146, 154, 0.25); }
    .box-post:hover .inner .text .button {
      background: #79B974; }
  .box-post.blog-inner .inner {
    flex-direction: column; }
    .box-post.blog-inner .inner .image {
      width: 100%; }
    .box-post.blog-inner .inner .text {
      width: 100%;
      height: 100%; }
      .box-post.blog-inner .inner .text .button {
        background: #264759; }
        .box-post.blog-inner .inner .text .button:hover {
          background: #79B974; }
  .box-post .inner {
    display: flex;
    border: 1px solid #E4E6EB;
    height: 100%;
    transition: 0.5s;
    background: #fff; }
    .box-post .inner .image {
      width: 46%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      font-size: 0; }
      .box-post .inner .image img {
        height: 100%;
        max-height: 270px; }
    .box-post .inner .text {
      width: 54%;
      padding: 25px;
      padding-bottom: 70px;
      position: relative; }
      .box-post .inner .text .title {
        font-family: 'roboto-medium';
        font-weight: 500;
        font-size: 20px;
        color: #264759; }
      .box-post .inner .text .date {
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 15px;
        color: #264759;
        margin-top: 5px; }
      .box-post .inner .text .short {
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 17px;
        color: #4D4D4D;
        margin-top: 20px; }
      .box-post .inner .text .button {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 15px;
        letter-spacing: 0.6em;
        color: #fff;
        background: #67C8FF;
        text-align: center;
        padding: 15px;
        transition: 0.5s; }
  @media only screen and (max-width: 950px) {
    .box-post .inner .text {
      padding: 10px;
      padding-bottom: 50px; }
      .box-post .inner .text .title {
        font-size: 18px; }
      .box-post .inner .text .short {
        font-size: 15px; }
      .box-post .inner .text .button {
        letter-spacing: 0.4em;
        padding: 10px; } }

.box-product {
  margin: 0;
  display: block;
  position: relative;
  max-width: 330px; }
  .box-product .inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 4px 38px rgba(41, 73, 102, 0.21); }
  .box-product .part-top {
    position: relative;
    padding: 20px 20px; }
    .box-product .part-top .text .title {
      font-family: 'roboto-medium';
      font-weight: 500;
      font-size: 18px;
      color: #264759;
      padding-right: 30px; }
    .box-product .part-top .text .subtitle {
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 15px;
      color: #4D4D4D;
      margin-top: 5px; }
    .box-product .part-top .image {
      height: 230px;
      width: 100%;
      overflow: hidden;
      margin-top: 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .box-product .part-top .image img {
        transition: 0.5s;
        max-height: 100%; }
  .box-product .part-bottom {
    padding: 15px;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: 0.5s; }
    .box-product .part-bottom .price {
      font-family: 'roboto-medium';
      font-weight: 500;
      font-size: 20px;
      color: #79B974;
      transition: 0.5s; }
      .box-product .part-bottom .price ins {
        text-decoration: none;
        display: block; }
      .box-product .part-bottom .price del {
        font-size: 15px;
        display: block;
        color: #4D4D4D; }
    .box-product .part-bottom .button {
      font-family: 'roboto-medium';
      font-weight: 500;
      font-size: 14px;
      color: #fff;
      background: #264759;
      padding: 10px 15px;
      text-align: center;
      transition: 0.5s;
      border-radius: 5px;
      white-space: nowrap;
      display: block;
      margin-left: 10px; }
      .box-product .part-bottom .button:hover {
        background: #79B974; }
      .box-product .part-bottom .button img, .box-product .part-bottom .button span {
        display: inline-block;
        vertical-align: middle; }
      .box-product .part-bottom .button img {
        margin-left: 10px;
        transition: 0.5s; }
  .box-product:hover .part-top .image img {
    transform: scale(1.1); }
  @media only screen and (max-width: 1370px) {
    .box-product .part-top {
      padding: 15px 15px; }
      .box-product .part-top .image {
        height: 190px; } }
  @media only screen and (max-width: 1200px) {
    .box-product .part-top .image {
      height: 150px; } }
  @media only screen and (max-width: 950px) {
    .box-product .part-top {
      padding: 10px 10px; }
      .box-product .part-top .text .title {
        font-size: 16px;
        padding-right: 20px; }
      .box-product .part-top .text .subtitle {
        font-size: 14px; }
    .box-product .part-bottom {
      padding: 10px;
      padding-top: 0;
      display: block; }
      .box-product .part-bottom .price {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px; }
        .box-product .part-bottom .price del {
          font-size: 14px;
          margin-right: 10px; }
      .box-product .part-bottom .button {
        margin-left: 0;
        margin-top: 10px; } }

.event-box {
  max-width: 395px;
  cursor: pointer; }
  .event-box .inner {
    background: #fff;
    border: 1px solid #E4E6EB;
    transition: 0.5s;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .event-box .image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 155px; }
  .event-box .info {
    padding: 20px 30px;
    padding-bottom: 75px;
    position: relative;
    flex-grow: 1; }
    .event-box .info .date {
      text-align: right;
      font-family: 'visby-extra-bold';
      font-weight: 800;
      font-size: 36px;
      color: #DFE3E5;
      line-height: 1; }
    .event-box .info .title {
      font-family: 'roboto-medium';
      font-weight: 500;
      font-size: 20px;
      color: #264759;
      margin-top: 5px;
      line-height: 1; }
    .event-box .info .subtitle {
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 15px;
      color: #264759;
      margin-top: 5px; }
    .event-box .info .button {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 15px;
      color: #fff;
      background: #67C8FF;
      text-align: center;
      padding: 15px;
      transition: 0.5s; }
  .event-box:hover .inner {
    box-shadow: 0px 0px 45px rgba(140, 146, 154, 0.25); }
  .event-box:hover .info .button {
    background: #79B974; }
  @media only screen and (max-width: 1370px) {
    .event-box .info {
      padding: 15px 20px;
      padding-bottom: 75px; }
      .event-box .info .date {
        font-size: 28px; } }
  @media only screen and (max-width: 1200px) {
    .event-box .image {
      height: 135px; }
    .event-box .info {
      padding: 10px 15px;
      padding-bottom: 55px; }
      .event-box .info .date {
        font-size: 25px; }
      .event-box .info .title {
        font-size: 18px; }
      .event-box .info .button {
        font-size: 15px;
        padding: 10px;
        transition: 0.5s; } }

.box-category {
  max-width: 415px;
  cursor: pointer; }
  .box-category:hover .inner {
    border: 1px solid #67C8FF; }
  .box-category:hover .title {
    color: #67C8FF; }
  .box-category .inner {
    background: #fff;
    border: 1px solid #E4E6EB;
    transition: 0.5s;
    font-size: 0;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .box-category .image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 0;
    height: 180px; }
    .box-category .image img {
      max-height: 100%; }
  .box-category .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'roboto-medium';
    font-weight: 500;
    font-size: 20px;
    color: #264759;
    padding: 13px;
    transition: 0.5s;
    flex-grow: 1;
    text-align: center; }
  .box-category .content {
    padding: 13px;
    padding-top: 0;
    text-align: center; }
  .box-category.special .inner {
    background: #79B974;
    display: flex;
    flex-direction: row-reverse;
    padding: 15px; }
  .box-category.special .image {
    height: auto; }
    .box-category.special .image img {
      max-width: 100%; }
  .box-category.special .title {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    flex-grow: 0; }
  @media only screen and (max-width: 1370px) {
    .box-category .image {
      height: 150px; }
    .box-category .title {
      font-size: 18px; } }
  @media only screen and (max-width: 950px) {
    .box-category .image {
      height: 120px; }
    .box-category .title {
      padding: 8px;
      font-size: 18px; }
    .box-category.special .title {
      font-size: 20px; } }

@font-face {
  font-family: star;
  src: url(../../../../../plugins/woocommerce/assets/fonts/star.eot);
  src: url(../../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(../../../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(../../../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(../../../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal; }

.price ins {
  font-weight: 400; }

.woocommerce-active .site-header .col-full {
  position: relative; }

.woocommerce-active .site-branding {
  float: right; }

.site-header-cart {
  list-style-type: none;
  margin-right: 0;
  padding: 0;
  margin-bottom: 0; }

.site-header-cart .cart-contents {
  display: none; }

.site-header-cart .widget_shopping_cart {
  display: none; }

.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 1.41575em; }

.site-header-cart .widget_shopping_cart .product_list_widget img {
  margin-right: 1em; }

.site-search {
  font-size: .875em;
  clear: both;
  display: none; }

.site-search .widget_product_search input[type=search], .site-search .widget_product_search input[type=text] {
  padding: 1em 1.41575em;
  line-height: 1; }

.site-search .widget_product_search form:before {
  top: 1.15em;
  right: 1.15em; }

.site-search .widget_product_search #searchsubmit {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.storefront-handheld-footer-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  z-index: 9999; }

.storefront-handheld-footer-bar:after, .storefront-handheld-footer-bar:before {
  content: "";
  display: table; }

.storefront-handheld-footer-bar:after {
  clear: both; }

.storefront-handheld-footer-bar ul {
  margin: 0; }

.storefront-handheld-footer-bar ul li {
  display: inline-block;
  float: right;
  text-align: center; }

.storefront-handheld-footer-bar ul li:last-child > a {
  border-left: 0; }

.storefront-handheld-footer-bar ul li > a {
  height: 4.235801032em;
  display: block;
  position: relative;
  text-indent: -9999px;
  z-index: 999;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.storefront-handheld-footer-bar ul li > a:active, .storefront-handheld-footer-bar ul li > a:focus {
  outline: 0; }

.storefront-handheld-footer-bar ul li.search .site-search {
  position: absolute;
  bottom: -2em;
  right: 0;
  left: 0;
  transition: all,ease,.2s;
  padding: 1em;
  z-index: 1;
  display: block; }

.storefront-handheld-footer-bar ul li.search.active .site-search {
  bottom: 100%; }

.storefront-handheld-footer-bar ul li.search .site-search, .storefront-handheld-footer-bar ul li.search .widget, .storefront-handheld-footer-bar ul li.search form {
  margin-bottom: 0; }

.storefront-handheld-footer-bar ul li.cart .count {
  text-indent: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  box-sizing: content-box;
  font-size: .75em;
  position: absolute;
  top: .875em;
  right: 50%;
  border-radius: 100%;
  border: 1px solid; }

.storefront-handheld-footer-bar ul.columns-1 li {
  width: 100%;
  display: block;
  float: none; }

.storefront-handheld-footer-bar ul.columns-2 li {
  width: 50%; }

.storefront-handheld-footer-bar ul.columns-3 li {
  width: 33.33333%; }

.storefront-handheld-footer-bar ul.columns-4 li {
  width: 25%; }

.storefront-handheld-footer-bar ul.columns-5 li {
  width: 20%; }

table.shop_table_responsive thead {
  display: none; }

table.shop_table_responsive tbody th {
  display: none; }

table.shop_table_responsive tr td {
  display: block;
  text-align: left;
  clear: both; }

table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  font-weight: 600;
  float: right; }

table.shop_table_responsive tr td.product-remove a {
  text-align: right; }

table.shop_table_responsive tr td.product-remove:before {
  display: none; }

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
  display: none; }

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center; }

table.shop_table_responsive.my_account_orders .order-actions {
  text-align: left; }

table.shop_table_responsive.my_account_orders .order-actions:before {
  display: none; }

ul.products {
  margin-right: 0;
  margin-bottom: 0;
  clear: both; }

ul.products:after, ul.products:before {
  content: "";
  display: table; }

ul.products:after {
  clear: both; }

ul.products li.product {
  list-style: none;
  margin-right: 0;
  margin-bottom: 4.235801032em;
  text-align: center;
  position: relative; }

ul.products li.product .star-rating {
  margin: 0 auto .5407911001em; }

ul.products li.product .woocommerce-LoopProduct-link {
  display: block; }

ul.products li.product .price {
  display: block;
  color: #43454b;
  font-weight: 400;
  margin-bottom: 1rem; }

ul.products li.product .price ins {
  margin-right: .6180469716em;
  background-color: transparent; }

ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: .5407911001em; }

ul.products li.product .star-rating {
  font-size: .875em; }

ul.products li.product img {
  display: block;
  margin: 0 auto 1.618em; }

ul.products li.product.product-category .woocommerce-loop-category__title, ul.products li.product.product-category h2, ul.products li.product.product-category h3 {
  font-size: 1.1em; }

ul.products li.product.product-category img {
  margin-bottom: 1.618em; }

ul.products li.product .button {
  margin-bottom: .236em; }

.price del {
  opacity: .5;
  font-weight: 400; }

.price del + ins {
  margin-right: .327em; }

.single-product .pswp__button {
  background-color: transparent; }

.single-product div.product {
  position: relative;
  overflow: hidden; }

.single-product div.product:after, .single-product div.product:before {
  content: "";
  display: table; }

.single-product div.product:after {
  clear: both; }

.single-product div.product .images, .single-product div.product .summary, .single-product div.product .woocommerce-product-gallery {
  margin-bottom: 2.617924em;
  margin-top: 0; }

.single-product div.product .woocommerce-product-gallery {
  position: relative; }

.single-product div.product .woocommerce-product-gallery .zoomImg {
  background-color: #fff; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  left: .875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center; }

.single-product div.product .woocommerce-product-gallery img {
  margin: 0; }

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1.618em; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:only-child):not(.flex-active-slide) {
  margin-right: 1px; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs:before {
  content: "";
  display: table; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after {
  clear: both; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin-bottom: 1.618em;
  cursor: pointer; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
  transition: all,ease,.2s; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 42.8571428571%;
  float: right;
  margin-left: 14.2857142857%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-left: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 23.8095238%;
  float: right;
  margin-left: 14.2857142857%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-left: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 14.2857142857%;
  float: right;
  margin-left: 14.2857142857%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-left: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 8.5714285714%;
  float: right;
  margin-left: 14.2857142857%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-left: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both; }

.single-product div.product .images .woocommerce-main-image {
  margin-bottom: 1.618em;
  display: block; }

.single-product div.product .images .thumbnails a.zoom {
  display: block;
  width: 22.05%;
  margin-left: 3.8%;
  float: right;
  margin-bottom: 1em; }

.single-product div.product .images .thumbnails a.zoom.last {
  margin-left: 0; }

.single-product div.product .images .thumbnails a.zoom.first {
  clear: both; }

.single-product div.product form.cart {
  margin-bottom: 1.618em;
  padding: 1em 0; }

.single-product div.product form.cart:after, .single-product div.product form.cart:before {
  content: "";
  display: table; }

.single-product div.product form.cart:after {
  clear: both; }

.single-product div.product form.cart .quantity {
  float: right;
  margin-left: .875em; }

.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
  float: none;
  margin-left: 0; }

.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
  margin-left: 0; }

.single-product div.product p.price {
  font-size: 1.41575em;
  margin: 1.41575em 0; }

.single-product div.product table.variations {
  margin: 0; }

.single-product div.product table.variations td, .single-product div.product table.variations th {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent; }

.single-product div.product table.variations .value {
  margin-bottom: 1em; }

.single-product div.product .single_variation .price {
  margin-bottom: 1em;
  display: block; }

.single-product div.product .variations_button {
  padding-top: 1em; }

.single-product div.product .variations_button:after, .single-product div.product .variations_button:before {
  content: "";
  display: table; }

.single-product div.product .variations_button:after {
  clear: both; }

.single-product div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
  margin-top: -.875em; }

.single-product div.product .woocommerce-product-rating:after, .single-product div.product .woocommerce-product-rating:before {
  content: "";
  display: table; }

.single-product div.product .woocommerce-product-rating:after {
  clear: both; }

.single-product div.product .woocommerce-product-rating a {
  font-weight: 600;
  text-decoration: underline; }

.single-product div.product .woocommerce-product-rating a:hover {
  text-decoration: none; }

.single-product div.product .woocommerce-product-rating .star-rating {
  float: right;
  margin-left: .6180469716em; }

.single-product div.product .product_meta {
  font-size: .875em;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.single-product div.product .product_meta .posted_in, .single-product div.product .product_meta .sku_wrapper, .single-product div.product .product_meta .tagged_as {
  display: block; }

.single-product div.product .product_meta .posted_in:last-child, .single-product div.product .product_meta .sku_wrapper:last-child, .single-product div.product .product_meta .tagged_as:last-child {
  border-bottom: 0; }

.single-product div.product .product_meta a {
  font-weight: 600;
  text-decoration: underline; }

.single-product div.product .product_meta a:hover {
  text-decoration: none; }

.stock:empty:before {
  display: none; }

.stock.in-stock {
  color: #eb9c3b; }

.stock.out-of-stock {
  color: #e2401c; }

a.reset_variations {
  display: inline-block;
  margin-left: 1em; }

#reviews {
  outline: 0; }

#reviews #comments {
  padding-top: 0; }

#reviews .comment-reply-title {
  display: none; }

#reviews .commentlist {
  list-style: none;
  margin-right: 0; }

#reviews .commentlist li {
  margin-bottom: 2.617924em;
  list-style: none;
  clear: both; }

#reviews .commentlist li:after, #reviews .commentlist li:before {
  content: "";
  display: table; }

#reviews .commentlist li:after {
  clear: both; }

#reviews .commentlist li .comment_container {
  border-radius: 3px; }

#reviews .commentlist li .comment_container:after, #reviews .commentlist li .comment_container:before {
  content: "";
  display: table; }

#reviews .commentlist li .comment_container:after {
  clear: both; }

#reviews .commentlist li .comment_container .comment-text {
  width: 81.8181818182%;
  float: left;
  margin-left: 0; }

#reviews .commentlist li .comment_container .comment-text .star-rating {
  float: left;
  font-size: .875em;
  line-height: 1;
  height: 1em; }

#reviews .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

#reviews .commentlist li time {
  opacity: .5;
  font-size: .875em; }

#reviews .commentlist li .avatar {
  width: 9.0909090909%;
  float: right;
  margin-left: 9.0909090909%;
  height: auto; }

#reviews .commentlist li p.meta {
  margin-bottom: 1em; }

#reviews .commentlist li p.meta strong {
  line-height: 1; }

#reviews .commentlist li p.meta time {
  display: block; }

#reviews .commentlist li p.meta .verified {
  font-style: normal;
  font-size: .875em; }

#reviews .commentlist li p.meta .woocommerce-review__dash {
  display: none; }

#reviews .commentlist li ul.children {
  margin: 0;
  width: 81.8181818182%;
  float: left;
  margin-left: 0;
  padding-top: 1.618em; }

#reviews .commentlist li ul.children .avatar {
  width: 11.1111111111%;
  float: right;
  margin-left: 11.1111111111%; }

#reviews .commentlist li ul.children .comment-text {
  width: 77.7777777778%;
  float: left;
  margin-left: 0; }

#reviews .commentlist li ul.children li {
  margin-bottom: 1.618em; }

#reviews .commentlist li ul.children li:last-child {
  margin-bottom: 0; }

#reviews .comment-form-rating {
  clear: both; }

#reviews .comment-form-rating label {
  display: block; }

.woocommerce-breadcrumb {
  margin-right: -1.387rem;
  margin-left: -1.387rem;
  margin-bottom: 1.618em;
  font-size: .875em;
  padding: 1em 1.387rem; }

.woocommerce-breadcrumb .breadcrumb-separator {
  display: inline-block;
  padding: 0 .5407911001em; }

.product_list_widget {
  list-style: none;
  margin-right: 0; }

.product_list_widget li {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.product_list_widget li:after, .product_list_widget li:before {
  content: "";
  display: table; }

.product_list_widget li:after {
  clear: both; }

.product_list_widget li img {
  max-width: 2.617924em;
  float: left; }

.product_list_widget li > a {
  display: block; }

.product_list_widget a:hover {
  color: #2c2d33; }

.widget ul.products li.product a {
  text-decoration: none; }

.widget_products a {
  display: block; }

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0; }

.widget_shopping_cart .product_list_widget li {
  padding-right: 2em;
  position: relative; }

.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 1em;
  right: 0;
  opacity: 1; }

.widget_shopping_cart p.buttons, .widget_shopping_cart p.total {
  padding: 1em 0;
  margin: 0;
  text-align: center; }

.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.widget_shopping_cart .buttons .button {
  display: block; }

.widget_shopping_cart .buttons .button:nth-child(odd) {
  margin-bottom: .6180469716em; }

.site-header .widget_shopping_cart li, .site-header .widget_shopping_cart p.buttons, .site-header .widget_shopping_cart p.total {
  padding-right: 1.41575em;
  padding-left: 1.41575em; }

.widget_layered_nav li {
  margin-bottom: .6180469716em; }

.widget.woocommerce li .count {
  font-size: 1em;
  float: left; }

.widget_price_filter .price_slider {
  margin-bottom: 1em; }

.widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4em; }

.widget_price_filter .price_slider_amount .button {
  float: right; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: right; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  background: #2c2d33;
  box-sizing: border-box;
  margin-top: -.25em;
  margin-right: auto;
  opacity: 1;
  border: 0; }

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-right: -1em; }

.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active, .widget_price_filter .ui-slider .ui-slider-handle:hover {
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #2c2d33;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
  border: 0; }

.widget_price_filter .ui-slider-horizontal {
  height: .5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  right: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  left: -1px; }

table.cart {
  margin-bottom: 3.706325903em; }

table.cart .product-quantity .minus, table.cart .product-quantity .plus {
  display: none; }

table.cart .product-thumbnail img {
  margin: 0 auto;
  max-width: 150px;
  height: auto; }

table.cart .product-thumbnail:before {
  display: none; }

table.cart tr:first-child td.product-remove {
  border-top-width: 0; }

table.cart td.product-remove {
  padding: 0;
  border-top: 1.618em solid;
  position: relative; }

table.cart td.product-remove:after, table.cart td.product-remove:before {
  content: "";
  display: table; }

table.cart td.product-remove:after {
  clear: both; }

table.cart td.product-remove a.remove {
  position: absolute;
  font-size: 1.41575em;
  top: -.6180469716em;
  left: -.6180469716em; }

table.cart td.product-quantity .qty {
  padding: .326em;
  width: 3.706325903em; }

table.cart td, table.cart th {
  padding: .875em .875em 0; }

table.cart td.product-subtotal {
  padding-bottom: .875em; }

table.cart td.actions {
  border-top: 1em solid;
  background-color: transparent;
  padding: 0; }

table.cart td.actions label {
  display: none; }

table.cart td.actions .coupon {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

table.cart td.actions input {
  display: block;
  width: 100%;
  margin: .5407911001em 0; }

table.cart td.actions input[name=update_cart]:focus {
  outline: 0; }

.wc-proceed-to-checkout {
  margin-bottom: 1.618em; }

.wc-proceed-to-checkout:after, .wc-proceed-to-checkout:before {
  content: "";
  display: table; }

.wc-proceed-to-checkout:after {
  clear: both; }

.wc-proceed-to-checkout .button {
  display: block;
  text-align: center;
  margin-bottom: 1em; }

.wc-proceed-to-checkout .button.checkout-button {
  font-size: 1.41575em; }

.woocommerce-shipping-calculator {
  margin: 0; }

.woocommerce-shipping-calculator > p:first-child {
  margin: 0; }

.woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 1.41575em; }

ul#shipping_method {
  list-style: none;
  margin-right: 0; }

ul#shipping_method li {
  margin-bottom: .2360828548em; }

ul#shipping_method li:last-child {
  margin-bottom: 0; }

ul#shipping_method input {
  margin-left: .3342343017em; }

.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0; }

.checkout_coupon {
  margin-bottom: 2.617924em; }

form.checkout {
  position: static !important; }

form.checkout:after, form.checkout:before {
  content: "";
  display: table; }

form.checkout:after {
  clear: both; }

form.checkout > .blockUI {
  position: fixed !important; }

#payment:after, #payment:before {
  content: "";
  display: table; }

#payment:after {
  clear: both; }

#payment .create-account {
  clear: both; }

#payment .payment_methods {
  margin: 0 !important;
  padding: 0 !important; }

#payment .payment_methods > .wc_payment_method > label, #payment .payment_methods > .woocommerce-PaymentMethod > label {
  display: block;
  padding: 1.41575em;
  cursor: pointer; }

#payment .payment_methods li {
  list-style: none !important;
  margin-right: 0;
  position: relative; }

#payment .payment_methods li img {
  float: left;
  border: 0;
  padding: 0;
  max-height: 1.618em; }

#payment .payment_methods li:last-child:not(.woocommerce-notice) {
  padding-bottom: 0;
  border-bottom: 0; }

#payment .payment_methods li p {
  margin: 0; }

#payment .payment_methods li .payment_box {
  padding: 1.41575em; }

#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0 0;
  font-size: .875em; }

#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-right: 0; }

#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em; }

#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
  margin-left: 5px; }

#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important; }

#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: left; }

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0; }

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: .6180469716em; }

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
  margin-left: .236em; }

#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-right: 0; }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc, #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry, #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  font-size: 1.41575em; }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: left .6180469716em center;
  background-size: 31px 20px;
  background-image: url(../../../assets/images/credit-cards/unknown.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(../../../assets/images/credit-cards/visa.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(../../../assets/images/credit-cards/mastercard.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(../../../assets/images/credit-cards/laser.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(../../../assets/images/credit-cards/diners.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(../../../assets/images/credit-cards/maestro.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(../../../assets/images/credit-cards/jcb.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(../../../assets/images/credit-cards/amex.svg); }

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(../../../assets/images/credit-cards/discover.svg); }

#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 0;
  margin-bottom: 1em; }

#payment .terms label {
  display: block;
  cursor: pointer; }

#payment .woocommerce-terms-and-conditions {
  padding: 1em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05); }

#payment .place-order {
  padding: 1.41575em;
  margin-bottom: 0;
  float: none;
  width: 100%;
  margin-top: 2.617924em; }

#payment .place-order .button {
  font-size: 1.41575em;
  width: 100%;
  white-space: pre-wrap; }

table.woocommerce-checkout-review-order-table .product-name {
  width: 300px;
  word-wrap: break-word; }

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none; }

.woocommerce-password-strength {
  text-align: right;
  font-weight: 600;
  padding: .5407911001em 0;
  text-align: left;
  font-size: .875em; }

.woocommerce-password-strength.strong {
  color: #eb9c3b; }

.woocommerce-password-strength.short {
  color: #e2401c; }

.woocommerce-password-strength.bad {
  color: #e2401c; }

.woocommerce-password-strength.good {
  color: #3d9cd2; }

label.inline {
  display: inline !important;
  margin-right: 1em; }

.woocommerce-MyAccount-navigation ul {
  margin-right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative; }

.woocommerce-MyAccount-navigation ul li a {
  padding: .875em 0;
  display: block; }

ul.order_details {
  list-style: none;
  position: relative;
  margin: 3.706325903em 0; }

ul.order_details:after, ul.order_details:before {
  content: "";
  display: table; }

ul.order_details:after {
  clear: both; }

ul.order_details:after, ul.order_details:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%,16px 16px,16px 16px; }

ul.order_details:after {
  top: auto;
  bottom: -16px;
  transform: rotate(-180deg); }

ul.order_details li {
  font-size: .8em !important;
  text-transform: uppercase; }

ul.order_details li strong {
  display: block;
  font-size: 1.41575em;
  text-transform: none; }

section.woo .woocommerce-order-details .shop_table td {
  padding: 5px; }

.my_account_orders .button, .woocommerce-MyAccount-downloads .button {
  padding: .6180469716em .875em;
  font-size: .875em;
  margin-left: .236em; }

.woocommerce-MyAccount-content h2 {
  font-size: 2em;
  font-weight: 600; }

.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important; }

.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block; }

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-left: .3342343017em; }

.form-row label {
  display: block; }

.form-row input, .form-row select, .form-row textarea {
  width: 100%; }

.form-row input[type=checkbox], .form-row input[type=radio] {
  width: auto; }

.form-row .button {
  width: auto; }

.form-row.create-account label {
  display: inline-block; }

.form-row.woocommerce-validated input.input-text {
  box-shadow: inset -2px 0 0 #eb9c3b; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset -2px 0 0 #e2401c; }

.form-row-last {
  margin-left: 0 !important; }

.form-row-wide {
  clear: both;
  width: 100%; }

.required {
  border-bottom: 0 !important;
  color: red; }

.demo_store {
  position: fixed;
  right: 0;
  bottom: 69px;
  left: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 9999; }

.demo_store a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline; }

.demo_store a:hover {
  text-decoration: none; }

.demo_store a.woocommerce-store-notice__dismiss-link {
  display: block; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: star;
  font-weight: 400; }

.star-rating:before {
  content: "\53\53\53\53\53";
  opacity: .25;
  float: right;
  top: 0;
  right: 0;
  position: absolute; }

.star-rating span {
  overflow: hidden;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em; }

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  right: 0;
  color: #2c2d33; }

p.stars {
  display: inline-block;
  margin: 0; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-left: 1px;
  font-weight: 400; }

p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #43454b;
  text-indent: 0;
  opacity: .25; }

p.stars a:hover ~ a:before {
  content: "\53";
  color: #43454b;
  opacity: .25; }

p.stars:hover a:before {
  content: "\53";
  color: #96588a;
  opacity: 1; }

p.stars.selected a.active:before {
  content: "\53";
  color: #96588a;
  opacity: 1; }

p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #43454b;
  opacity: .25; }

p.stars.selected a:not(.active):before {
  content: "\53";
  color: #96588a;
  opacity: 1; }

.onsale {
  border: 1px solid;
  border-color: #43454b;
  color: #43454b;
  padding: .202em .6180469716em;
  font-size: .875em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 3px; }

.quantity .qty {
  width: 4.235801032em;
  text-align: center; }

.storefront-sorting {
  font-size: .875em;
  margin-bottom: 2.617924em; }

.woocommerce-tabs {
  overflow: hidden;
  padding: 1em 0; }

.woocommerce-tabs:after, .woocommerce-tabs:before {
  content: "";
  display: table; }

.woocommerce-tabs:after {
  clear: both; }

.woocommerce-tabs ul.tabs {
  list-style: none;
  margin-right: 0;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative; }

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block; }

.woocommerce-tabs .panel h2:first-of-type {
  font-size: 1.618em;
  margin-bottom: 1em; }

.related > h2:first-child, .upsells > h2:first-child {
  font-size: 1.618em;
  margin-bottom: 1em; }

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
  padding: 1em 1.618em;
  margin-bottom: 2.617924em;
  background-color: #eb9c3b;
  margin-right: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-right: 0.61805em solid rgba(0, 0, 0, 0.15); }

.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before, .woocommerce-noreviews:after, .woocommerce-noreviews:before, p.no-comments:after, p.no-comments:before {
  content: "";
  display: table; }

.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after, .woocommerce-noreviews:after, p.no-comments:after {
  clear: both; }

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a, p.no-comments a {
  color: #fff; }

.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
  color: #fff;
  opacity: .7; }

.woocommerce-error a.button:hover, .woocommerce-info a.button:hover, .woocommerce-message a.button:hover, .woocommerce-noreviews a.button:hover, p.no-comments a.button:hover {
  opacity: 1; }

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, p.no-comments .button {
  float: left;
  padding: 0;
  background: 100% 0;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  padding-right: 1em;
  border-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0; }

.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover, .woocommerce-noreviews .button:hover, p.no-comments .button:hover {
  background: 100% 0;
  color: #fff;
  opacity: .7; }

.woocommerce-error pre, .woocommerce-info pre, .woocommerce-message pre, .woocommerce-noreviews pre, p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1); }

.site-content > .col-full > .woocommerce > .woocommerce-error:first-child, .site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-message:first-child {
  margin-top: 2.617924em; }

.woocommerce-error {
  list-style: none; }

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #3d9cd2; }

.woocommerce-error {
  background-color: #e2401c; }

dl.variation {
  font-size: .875em; }

dl.variation dd {
  margin: 0 0 1em; }

.wc-item-meta {
  font-size: .875em;
  margin-right: 0;
  list-style: none; }

.wc-item-meta li:after {
  clear: both; }

.wc-item-meta li p, .wc-item-meta li strong {
  display: inline-block; }

.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center; }

.storefront-product-section {
  margin-bottom: 1.618em; }

.storefront-product-section .section-title {
  text-align: center;
  margin-bottom: 1em; }

.storefront-product-section:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .demo_store {
    bottom: 0; }
  .demo_store a.woocommerce-store-notice__dismiss-link {
    background: rgba(0, 0, 0, 0.1);
    float: left;
    display: inline-block;
    margin: -1em 0 -1em -1.41575em;
    padding: 1em 1.41575em; }
  .storefront-handheld-footer-bar {
    display: none; }
  .woocommerce-breadcrumb {
    padding: 1.41575em 99em 1.41575em;
    margin-right: -99em;
    margin-left: -99em;
    margin-bottom: 4.235801032em; }
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr td {
    display: table-cell; }
  table.shop_table_responsive tr td:before {
    display: none; }
  .site-header-cart {
    position: relative; }
  .site-header-cart .cart-contents {
    padding: 1.618em 0;
    display: block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0; }
  .site-header-cart .cart-contents .amount {
    margin-left: .327em; }
  .site-header-cart .cart-contents .count {
    font-weight: 400;
    opacity: .5;
    font-size: .875em; }
  .site-header-cart .cart-contents span {
    display: inline; }
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    font-size: .875em;
    right: -999em;
    display: block; }
  .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    right: 0; }
  .site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none; }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: relative;
    float: right;
    top: auto; }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
    text-align: right; }
  .site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
    right: 0;
    display: block; }
  .site-search {
    display: block; }
  .site-search form {
    margin: 0; }
  ul.products li.product {
    clear: none;
    width: 100%;
    float: right;
    font-size: .875em; }
  ul.products li.product.first {
    clear: both !important; }
  ul.products li.product.last {
    margin-left: 0 !important; }
  .page-template-template-fullwidth-php .site-main .columns-1 ul.products li.product, .page-template-template-homepage-php .site-main .columns-1 ul.products li.product, .storefront-full-width-content .site-main .columns-1 ul.products li.product {
    width: 100%;
    margin-left: 0;
    float: none; }
  .page-template-template-fullwidth-php .site-main .columns-2 ul.products li.product, .page-template-template-homepage-php .site-main .columns-2 ul.products li.product, .storefront-full-width-content .site-main .columns-2 ul.products li.product {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product, .page-template-template-homepage-php .site-main .columns-3 ul.products li.product, .storefront-full-width-content .site-main .columns-3 ul.products li.product {
    width: 30.4347826087%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product, .page-template-template-homepage-php .site-main .columns-4 ul.products li.product, .storefront-full-width-content .site-main .columns-4 ul.products li.product {
    width: 21.7391304348%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .site-main .columns-5 ul.products li.product, .page-template-template-homepage-php .site-main .columns-5 ul.products li.product, .storefront-full-width-content .site-main .columns-5 ul.products li.product {
    width: 16.9%;
    margin-left: 3.8%; }
  .page-template-template-fullwidth-php .site-main .columns-6 ul.products li.product, .page-template-template-homepage-php .site-main .columns-6 ul.products li.product, .storefront-full-width-content .site-main .columns-6 ul.products li.product {
    width: 13.0434782609%;
    float: right;
    margin-left: 4.347826087%; }
  .site-main .columns-1 ul.products li.product {
    width: 100%;
    margin-left: 0;
    float: none; }
  .site-main .columns-2 ul.products li.product {
    width: 48%;
    margin-left: 3.8%; }
  .site-main .columns-3 ul.products li.product {
    width: 29.4117647059%;
    float: right;
    margin-left: 5.8823529412%; }
  .site-main .columns-4 ul.products li.product {
    width: 22.05%;
    margin-left: 3.8%; }
  .site-main .columns-5 ul.products li.product {
    width: 16.9%;
    margin-left: 3.8%; }
  .site-main .columns-6 ul.products li.product {
    width: 11.7647058824%;
    float: right;
    margin-left: 5.8823529412%; }
  .site-main ul.products li.product {
    width: 29.4117647059%;
    float: right;
    margin-left: 5.8823529412%; }
  .single-product div.product .images {
    width: 41.1764705882%;
    float: right;
    margin-left: 5.8823529412%;
    margin-bottom: 3.706325903em; }
  .single-product div.product .images .thumbnails:after, .single-product div.product .images .thumbnails:before {
    content: "";
    display: table; }
  .single-product div.product .images .thumbnails:after {
    clear: both; }
  .single-product div.product .images .thumbnails a.zoom {
    width: 14.2857142857%;
    float: right;
    margin-left: 14.2857142857%; }
  .single-product div.product .images .thumbnails a.zoom.last {
    float: left;
    margin-left: 0; }
  .single-product div.product .woocommerce-product-gallery {
    width: 41.1764705882%;
    float: right;
    margin-left: 5.8823529412%;
    margin-bottom: 3.706325903em; }
  .single-product div.product .summary {
    width: 52.9411764706%;
    float: left;
    margin-left: 0; }
  .single-product div.product .woocommerce-tabs {
    clear: both; }
  #reviews .comment-form-author, #reviews .comment-form-email {
    width: 47%; }
  #reviews .comment-form-email {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .images {
    width: 39.1304347826%;
    float: right;
    margin-left: 4.347826087%;
    margin-bottom: 3.706325903em; }
  .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom {
    width: 11.1111111111%;
    float: right;
    margin-left: 11.1111111111%; }
  .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 39.1304347826%;
    float: right;
    margin-left: 4.347826087%;
    margin-bottom: 3.706325903em; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 44.4444444444%;
    float: right;
    margin-left: 11.1111111111%; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 25.9259259333%;
    float: right;
    margin-left: 11.1111111111%; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 16.6666666667%;
    float: right;
    margin-left: 11.1111111111%; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 11.1111111111%;
    float: right;
    margin-left: 11.1111111111%; }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-left: 0; }
  .storefront-full-width-content.single-product div.product .summary {
    width: 56.5217391304%;
    float: left;
    margin-left: 0;
    margin-bottom: 3.706325903em; }
  .storefront-full-width-content.single-product div.product .woocommerce-tabs {
    clear: both; }
  .storefront-full-width-content.single-product #reviews .commentlist li .avatar {
    width: 6.6666666667%;
    float: right;
    margin-left: 6.6666666667%; }
  .storefront-full-width-content.single-product #reviews .commentlist li .comment_container .comment-text {
    width: 86.6666666667%;
    float: left;
    margin-left: 0; }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children {
    width: 86.6666666667%;
    float: left;
    margin-left: 0; }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children .avatar {
    width: 7.6923076923%;
    float: right;
    margin-left: 7.6923076923%; }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children .comment-text {
    width: 84.6153846154%;
    float: left;
    margin-left: 0; }
  .storefront-full-width-content.single-product .related ul.products li.product, .storefront-full-width-content.single-product .upsells ul.products li.product {
    width: 30.4347826087%;
    float: right;
    margin-left: 4.347826087%; }
  .storefront-full-width-content .woocommerce-products-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header {
    text-align: center;
    padding: 0 0 5.9968353111em; }
  .storefront-full-width-content .woocommerce-products-header h1:last-child, .storefront-full-width-content.woocommerce-account .entry-header h1:last-child, .storefront-full-width-content.woocommerce-cart .entry-header h1:last-child, .storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child {
    margin-bottom: 0; }
  .storefront-full-width-content .related.products > h2:first-child, .storefront-full-width-content .up-sells > h2:first-child {
    text-align: center; }
  .woocommerce .page-description {
    margin-bottom: 1.618em; }
  .storefront-sorting {
    margin-bottom: 2.617924em; }
  .storefront-sorting:after, .storefront-sorting:before {
    content: "";
    display: table; }
  .storefront-sorting:after {
    clear: both; }
  .storefront-sorting select {
    width: auto; }
  .woocommerce-result-count {
    float: right;
    position: relative;
    margin-bottom: 0;
    padding: .327em 0; }
  .woocommerce-ordering {
    float: right;
    margin-left: 1em;
    margin-bottom: 0;
    padding: .327em 0; }
  .woocommerce-pagination {
    float: left;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0; }
  .woocommerce-cart .hentry, .woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0; }
  .page-template-template-fullwidth-php table.cart .product-thumbnail {
    display: table-cell; }
  .page-template-template-fullwidth-php table.cart thead {
    font-size: 1em;
    text-indent: 0; }
  table.cart td, table.cart th {
    padding: 1.618em; }
  table.cart .qty {
    padding: .875em;
    max-width: 3.632em; }
  table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em;
    border: 0; }
  table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    left: auto; }
  table.cart .product-quantity .minus, table.cart .product-quantity .plus {
    display: inline-block; }
  table.cart .quantity .qty {
    padding: .6180469716em; }
  table.cart td.actions {
    text-align: left; }
  table.cart td.actions label {
    display: none; }
  table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: right; }
  table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0; }
  .cart-collaterals:after, .cart-collaterals:before {
    content: "";
    display: table; }
  .cart-collaterals:after {
    clear: both; }
  .cart-collaterals h2 {
    font-size: 1.618em; }
  .cart-collaterals .cross-sells {
    width: 41.1764705882%;
    float: right;
    margin-left: 5.8823529412%; }
  .cart-collaterals .cross-sells ul.products li.product {
    width: 42.8571428571%;
    float: right;
    margin-left: 14.2857142857%; }
  .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-left: 0 !important; }
  .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
    width: 52.9411764706%;
    float: left;
    margin-left: 0;
    margin: 0;
    clear: left; }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block; }
  .cart-collaterals .shipping_calculator {
    clear: left; }
  .page-template-template-fullwidth-php .cart-collaterals .cross-sells {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product {
    width: 45.4545454545%;
    float: right;
    margin-left: 9.0909090909%; }
  .page-template-template-fullwidth-php .cart-collaterals .cart_totals, .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  #ship-to-different-address {
    position: relative; }
  #ship-to-different-address label {
    font-weight: 300; }
  #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: 0; }
  .col2-set {
    width: 52.9411764706%;
    float: right;
    margin-left: 5.8823529412%; }
  .col2-set .form-row-first {
    width: 33.3333333333%;
    float: right;
    margin-left: 11.1111111111%; }
  .col2-set .form-row-last {
    width: 55.5555555556%;
    float: left;
    margin-left: 0; }
  .col2-set .col-1, .col2-set .col-2 {
    margin-bottom: 1.618em; }
  .col2-set + #customer_details {
    display: none; }
  .col2-set .woocommerce-billing-fields:after, .col2-set .woocommerce-billing-fields:before {
    content: "";
    display: table; }
  .col2-set .woocommerce-billing-fields:after {
    clear: both; }
  .col2-set.addresses {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
  .col2-set.addresses .col-1 {
    width: 47.0588235294%;
    float: right;
    margin-left: 5.8823529412%; }
  .col2-set.addresses .col-2 {
    width: 47.0588235294%;
    float: left;
    margin-left: 0; }
  #customer_details + #wc_checkout_add_ons {
    width: 41.1764705882%;
    float: left;
    margin-left: 0; }
  #wc_checkout_add_ons input[type=radio] {
    float: right;
    margin-left: .5407911001em;
    clear: right;
    margin-top: .35em; }
  #order_review, #order_review_heading {
    width: 41.1764705882%;
    float: left;
    margin-left: 0;
    clear: left; }
  #order_review {
    transition: box-shadow ease .4s; }
  #order_review_heading {
    margin-bottom: 0;
    padding-bottom: .6180469716em; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review, .woocommerce-order-pay #order_review {
    width: 100%;
    float: none; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3, .woocommerce-order-pay #order_review #payment h3 {
    padding-right: 1em;
    padding-top: 1em; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row, .woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row, .woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order, .woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em; }
  .page-template-template-fullwidth-php .col2-set {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .col2-set .form-row-first {
    width: 45.4545454545%;
    float: right;
    margin-left: 9.0909090909%; }
  .page-template-template-fullwidth-php .col2-set .form-row-last {
    width: 45.4545454545%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php #order_review, .page-template-template-fullwidth-php #order_review_heading {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php #customer_details + #wc_checkout_add_ons {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  #order_review .shop_table {
    margin-bottom: 2.617924em; }
  table + .addresses {
    margin-top: 1.618em; }
  .col2-set#customer_login, .col2-set.addresses {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
  .col2-set#customer_login .col-1, .col2-set.addresses .col-1 {
    width: 41.1764705882%;
    float: right;
    margin-left: 5.8823529412%; }
  .col2-set#customer_login .col-2, .col2-set.addresses .col-2 {
    width: 52.9411764706%;
    float: left;
    margin-left: 0; }
  .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: right;
    margin-left: 5.8823529412%; }
  .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: left;
    margin-left: 0; }
  .woocommerce-MyAccount-content .form-row-first {
    width: 38.4615384615%;
    float: right;
    margin-left: 7.6923076923%; }
  .woocommerce-MyAccount-content .form-row-last {
    width: 53.8461538462%;
    float: left;
    margin-left: 0; }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: left;
    margin-left: 0; }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-left: 5.8823529412%; }
  table.my_account_orders {
    font-size: .875em; }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-1, .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-2, .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    width: 73.9130434783%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
    width: 46.6666666667%;
    float: right;
    margin-left: 6.6666666667%; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
    width: 46.6666666667%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set {
    width: 100%; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1 {
    width: 46.6666666667%;
    float: right;
    margin-left: 6.6666666667%; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
    width: 46.6666666667%;
    float: left;
    margin-left: 0; }
  .addresses header.title:after, .addresses header.title:before {
    content: "";
    display: table; }
  .addresses header.title:after {
    clear: both; }
  .addresses header.title a {
    float: left; }
  .addresses header.title h3 {
    float: right; }
  .form-row-first {
    width: 47.0588235294%;
    float: right;
    margin-left: 5.8823529412%;
    clear: both; }
  .form-row-last {
    width: 47.0588235294%;
    float: left;
    margin-left: 0; }
  .page-template-template-fullwidth-php .form-row-first {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .page-template-template-fullwidth-php .form-row-last {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; }
  .storefront-full-width-content .woocommerce-tabs ul.tabs {
    width: 30.4347826087%;
    float: right;
    margin-left: 4.347826087%; }
  .storefront-full-width-content .woocommerce-tabs .panel {
    width: 65.2173913043%;
    float: left;
    margin-left: 0;
    margin-bottom: 3.706325903em; }
  .woocommerce-tabs {
    padding-top: 2.617924em;
    padding-bottom: 2.617924em; }
  .woocommerce-tabs ul.tabs {
    width: 29.4117647059%;
    float: right;
    margin-left: 5.8823529412%; }
  .woocommerce-tabs ul.tabs li.active:after {
    left: 1em; }
  .woocommerce-tabs .panel {
    width: 64.7058823529%;
    float: left;
    margin-left: 0;
    margin-top: 0; } }

@media (min-width: 568px) and (max-width: 66.49894em) {
  .woocommerce-breadcrumb {
    margin-right: -2.618rem;
    margin-left: -2.618rem;
    padding-right: 2.618rem;
    padding-left: 2.618rem; } }

@media (min-width: 768px) and (max-width: 900px) {
  body:not(.page-template-template-fullwidth-php) table.cart td, body:not(.page-template-template-fullwidth-php) table.cart th {
    padding: 1em; } }

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none; }

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  content: " ";
  display: table; }

.woocommerce ul.order_details::after {
  clear: both; }

.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5; }

.woocommerce ul.order_details li:last-of-type {
  border: none; }

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads,
.woocommerce-columns {
  margin-bottom: 2em;
  padding: 0 !important; }

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0; }

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin-bottom: 0;
  padding-left: 1.5em; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* ---------------------- Section woo ---------------------- */
.woocommerce-message {
  width: auto;
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px; }
  .woocommerce-message[role="alert"] {
    background: #0C3D59;
    line-height: 1.6; }

.woocommerce-notices-wrapper {
  width: 100%; }
  .woocommerce-notices-wrapper ul {
    width: 100%; }
  .woocommerce-notices-wrapper .button {
    float: right;
    padding-right: 0;
    padding-left: 20px;
    margin-left: 20px;
    border-right: none;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    color: #79B974; }

.woocommerce-error {
  background-color: #a31e23;
  padding: 10px;
  margin-bottom: 10px; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #E4E4E4; }

section.woo {
  padding-top: 0;
  padding: 35px 0;
  overflow: visible;
  z-index: 99; }
  section.woo .required {
    color: #A3322E; }
  section.woo .content h1, section.woo .content h2, section.woo .content h3, section.woo .content h4 {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 40px;
    color: #222447;
    margin-top: 45px; }
  section.woo .content p {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 18px;
    color: #142231;
    margin-top: 5px; }
  section.woo .content a {
    text-decoration: underline; }
    section.woo .content a:hover {
      text-decoration: none; }
  section.woo .content .variation {
    margin: 0;
    padding-right: 15px;
    margin-top: 5px; }
    section.woo .content .variation dd {
      margin-right: 0;
      margin-bottom: 5px; }
    section.woo .content .variation p {
      font-size: 14px;
      text-align: left;
      margin: 0;
      margin-bottom: 5px; }
  section.woo .content .woocommerce-checkout-payment h1, section.woo .content .woocommerce-checkout-payment h2, section.woo .content .woocommerce-checkout-payment h3, section.woo .content .woocommerce-checkout-payment h4, section.woo .content .woocommerce-checkout-payment p, section.woo .content .woocommerce-checkout-payment a {
    color: #142231; }
  section.woo #payment {
    text-align: left; }
    section.woo #payment .wc_payment_method {
      text-align: left;
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 17px;
      color: #3c3c3c;
      margin: 5px 0; }
      section.woo #payment .wc_payment_method input, section.woo #payment .wc_payment_method label {
        text-align: left;
        display: inline-block;
        padding: 0; }
      section.woo #payment .wc_payment_method .payment_box {
        text-align: left;
        padding: 0;
        margin: 5px 0 15px 0; }
        section.woo #payment .wc_payment_method .payment_box p {
          font-size: 14px;
          text-align: left; }
  section.woo .cont-flex {
    justify-content: space-between;
    flex-wrap: wrap; }
  section.woo .woocommerce {
    display: flex;
    flex-wrap: wrap; }
  section.woo .woocommerce-cart-form {
    width: 100%; }
  section.woo .cart-collaterals {
    display: none; }
  @media only screen and (max-width: 1000px) {
    section.woo .woocommerce-cart-form {
      width: 100%; }
    section.woo .cart-collaterals {
      width: 100%; } }
  section.woo .shop_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 1px;
    margin-bottom: 0;
    font-size: 17px;
    color: #142231; }
    section.woo .shop_table .coupon input {
      padding: 10px;
      background: #ededed;
      border-radius: 200px; }
    section.woo .shop_table td {
      text-align: left;
      padding: 15px;
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 17px;
      color: #142231; }
      section.woo .shop_table td a {
        color: #3c3c3c; }
      section.woo .shop_table td .variation dt {
        color: #767676; }
      @media only screen and (max-width: 950px) {
        section.woo .shop_table td {
          font-family: 'roboto-regular';
          font-weight: 400;
          font-size: 16px; } }
    section.woo .shop_table .product-total {
      text-align: center; }
    section.woo .shop_table td.actions {
      text-align: left;
      padding-bottom: 20px; }
    section.woo .shop_table tr {
      border-bottom: 1px solid #DADADA;
      background: #fff; }
      section.woo .shop_table tr:last-child {
        border-bottom: none; }
    section.woo .shop_table thead tr {
      background: #0C3D59;
      text-align: left;
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 21px;
      color: #fff;
      border: none; }
      section.woo .shop_table thead tr th {
        text-align: left;
        padding-right: 10px;
        white-space: nowrap;
        padding: 10px; }
      @media only screen and (max-width: 950px) {
        section.woo .shop_table thead tr {
          font-size: 18px; } }
  section.woo .woocommerce-form-coupon-toggle {
    margin-top: 35px;
    display: none; }
  section.woo label[for="account_password"] {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 20px;
    color: #3c3c3c; }
  section.woo .cart-collaterals {
    padding-right: 45px; }
    section.woo .cart-collaterals .cart_totals {
      float: none;
      width: 100%;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
      background: #F1F1F3; }
      section.woo .cart-collaterals .cart_totals .shop_table tr {
        background: none; }
      section.woo .cart-collaterals .cart_totals h2 {
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        padding: 25px;
        text-align: center;
        background: #353535;
        margin-top: 0; }
        @media only screen and (max-width: 1000px) {
          section.woo .cart-collaterals .cart_totals h2 {
            margin-top: 25px; } }
    section.woo .cart-collaterals .cross-sells {
      width: 100%;
      float: none;
      margin-left: 0; }
      section.woo .cart-collaterals .cross-sells a {
        color: #fff;
        text-decoration: none; }
    section.woo .cart-collaterals table.shop_table_responsive tbody th {
      text-align: left; }
    section.woo .cart-collaterals table.shop_table_responsive {
      border-radius: 10px;
      overflow: hidden; }
      section.woo .cart-collaterals table.shop_table_responsive td, section.woo .cart-collaterals table.shop_table_responsive th {
        padding: 15px; }
    section.woo .cart-collaterals .cart-subtotal th {
      padding: 15px; }
    section.woo .cart-collaterals .wc-proceed-to-checkout {
      position: relative;
      height: 75px;
      margin: 0; }
    section.woo .cart-collaterals .checkout-button {
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 17px;
      color: #fff;
      background: #0C3D59;
      display: inline-block;
      padding: 15px 55px;
      cursor: pointer;
      transition: 0.5s;
      border: none;
      text-decoration: none;
      border-radius: 0;
      margin: 0;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0; }
      section.woo .cart-collaterals .checkout-button:hover {
        background: #3C3C3C;
        color: #fff; }
  section.woo .button {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    background: #18376c;
    border-radius: 5px;
    display: inline-block;
    padding: 15px 55px;
    cursor: pointer;
    transition: 0.5s;
    margin-top: 25px;
    border: none; }
    section.woo .button:hover {
      background: #79B974;
      color: #fff; }
  section.woo .woocommerce-cart-form {
    border-radius: 0px;
    overflow: hidden; }
    section.woo .woocommerce-cart-form .button {
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 17px;
      color: #fff;
      background: #0C3D59;
      border-radius: 200px;
      display: inline-block;
      padding: 15px 55px;
      cursor: pointer;
      transition: 0.5s;
      margin-top: 25px;
      border: none; }
      section.woo .woocommerce-cart-form .button:hover {
        background: #3C3C3C;
        color: #fff; }
    section.woo .woocommerce-cart-form input {
      border: none; }
    section.woo .woocommerce-cart-form table.cart td.actions {
      border-top: none; }
    section.woo .woocommerce-cart-form table.cart td.product-remove a.remove {
      position: absolute;
      font-size: 1.41575em;
      top: 0.381953em;
      left: 0.381953em;
      text-decoration: none; }
  section.woo .woocommerce-info {
    background: #79B974;
    color: #fff !important;
    width: 100%; }
  section.woo .woocommerce-error {
    background: #e2401c;
    width: 100%; }
  section.woo #ship-to-different-address .woocommerce-form__input-checkbox {
    position: static;
    transform: none; }
  section.woo .woocommerce-form__label-for-checkbox {
    padding-right: 25px;
    margin-top: 0 !important; }
  section.woo .woocommerce-billing-fields input, section.woo .woocommerce-billing-fields select, section.woo .woocommerce-billing-fields textarea, section.woo .woocommerce-shipping-fields input, section.woo .woocommerce-shipping-fields select, section.woo .woocommerce-shipping-fields textarea, section.woo .woocommerce-checkout input, section.woo .woocommerce-checkout select, section.woo .woocommerce-checkout textarea {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 18px;
    color: #3c3c3c;
    border: 1px solid #969696;
    padding: 5px;
    margin-top: 5px; }
  section.woo .woocommerce-billing-fields label, section.woo .woocommerce-shipping-fields label, section.woo .woocommerce-checkout label {
    display: inline-block;
    margin-top: 10px; }
  section.woo .woocommerce-billing-fields .form-row, section.woo .woocommerce-shipping-fields .form-row, section.woo .woocommerce-checkout .form-row {
    width: 100%;
    margin-left: 0; }
  section.woo .woocommerce-billing-fields h3, section.woo .woocommerce-shipping-fields h3, section.woo .woocommerce-checkout h3 {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    background: #0C3D59;
    padding: 10px;
    border-radius: 0; }
    section.woo .woocommerce-billing-fields h3#order_review_heading, section.woo .woocommerce-shipping-fields h3#order_review_heading, section.woo .woocommerce-checkout h3#order_review_heading {
      background: #0C3D59;
      color: #fff; }
    @media only screen and (max-width: 950px) {
      section.woo .woocommerce-billing-fields h3, section.woo .woocommerce-shipping-fields h3, section.woo .woocommerce-checkout h3 {
        font-size: 18px !important;
        padding: 15px !important; } }
  section.woo .form-row input, section.woo .form-row select, section.woo .form-row textarea {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 18px;
    color: #3A3A3A;
    border: none;
    border-radius: 200px;
    background: #F1F1F1;
    padding: 10px 15px;
    margin-top: 5px;
    outline: none; }
  section.woo .form-row label {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 15px;
    color: #142231; }
  section.woo .form-row .select2-selection {
    border-radius: 0; }
  section.woo .form-row .select2-container .select2-selection--single {
    height: 39px; }
  section.woo .woocommerce-additional-fields__field-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 0 0 10px 10px; }
    @media only screen and (max-width: 950px) {
      section.woo .woocommerce-additional-fields__field-wrapper {
        padding: 15px; } }
  section.woo .woocommerce-checkout-review-order {
    background: #fff;
    padding: 25px; }
    @media only screen and (max-width: 950px) {
      section.woo .woocommerce-checkout-review-order {
        padding: 15px; } }
    section.woo .woocommerce-checkout-review-order th {
      text-align: left;
      line-height: 35px;
      padding: 15px; }
    section.woo .woocommerce-checkout-review-order .button {
      font-family: 'roboto-bold';
      font-weight: 700;
      font-size: 17px;
      color: #fff;
      background: #0C3D59;
      border-radius: 200px;
      display: inline-block;
      padding: 15px 55px;
      cursor: pointer;
      transition: 0.5s;
      margin-top: 25px;
      border: none; }
      section.woo .woocommerce-checkout-review-order .button:hover {
        background: #79B974;
        color: #fff; }
  section.woo .woocommerce-order .woocommerce-notice {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 30px;
    color: #79B974;
    margin-bottom: 35px; }
  section.woo .woocommerce-order .woocommerce-order-overview__order {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 25px;
    color: #3c3c3c; }
  section.woo .woocommerce-table--order-details th {
    text-align: left; }
  section.woo .woocommerce-table--order-details .product-quantity {
    padding-left: 15px; }
  section.woo #payment .place-order {
    margin-top: 0; }
  section.woo .woocommerce-billing-fields__field-wrapper, section.woo .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 0;
    padding: 25px;
    background: #fff;
    border-radius: 0 0 10px 10px; }
    section.woo .woocommerce-billing-fields__field-wrapper.woocommerce-shipping-fields__field-wrapper, section.woo .woocommerce-shipping-fields__field-wrapper.woocommerce-shipping-fields__field-wrapper {
      border-radius: 0; }
    section.woo .woocommerce-billing-fields__field-wrapper .form-row, section.woo .woocommerce-shipping-fields__field-wrapper .form-row {
      width: 48%;
      margin: 1%; }
    @media only screen and (max-width: 400px) {
      section.woo .woocommerce-billing-fields__field-wrapper, section.woo .woocommerce-shipping-fields__field-wrapper {
        margin: 0;
        padding: 10px; }
        section.woo .woocommerce-billing-fields__field-wrapper .form-row, section.woo .woocommerce-shipping-fields__field-wrapper .form-row {
          width: 100%;
          margin: 0; } }
  section.woo .payment_methods .wc_payment_method img {
    margin: 0;
    margin-right: 10px; }
  @media only screen and (max-width: 1000px) {
    section.woo .cont-flex {
      flex-wrap: wrap; }
    section.woo .cart-collaterals {
      padding-right: 0; } }

@media only screen and (max-width: 1000px) {
  table.shop_table_responsive tr td::before {
    float: none !important; } }

/* --------------------- /Section woo ---------------------- */
.select2-container li {
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 18px;
  color: #3c3c3c; }

.address-field {
  position: relative;
  top: -4px; }

#order_review .product-name {
  display: flex;
  align-items: center; }
  #order_review .product-name .product-thumb {
    width: 60px;
    flex-shrink: 0;
    margin-right: 10px; }
    #order_review .product-name .product-thumb img {
      max-width: 100%;
      width: auto;
      height: auto;
      margin: 0; }

#order_review .shop_table {
  display: block; }
  #order_review .shop_table thead, #order_review .shop_table tbody, #order_review .shop_table tfoot {
    display: block; }
  #order_review .shop_table tr {
    display: flex;
    justify-content: space-between;
    align-items: center; }

section.woo .woocommerce-MyAccount-navigation {
  position: relative;
  z-index: 999; }
  section.woo .woocommerce-MyAccount-navigation .title-mobile {
    display: none; }
  section.woo .woocommerce-MyAccount-navigation ul li.is-active {
    background: #9CDD46;
    padding-right: 10px;
    text-decoration: none; }
  section.woo .woocommerce-MyAccount-navigation ul li {
    margin: 0; }
  @media only screen and (max-width: 768px) {
    section.woo .woocommerce-MyAccount-navigation {
      width: 100%;
      margin-bottom: 25px; }
      section.woo .woocommerce-MyAccount-navigation .title-mobile {
        display: block;
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 18px;
        color: #000;
        text-align: center;
        padding: 5px;
        padding-left: 30px;
        background: url("../images/icons/arrow-down-black.svg") no-repeat left 10px center;
        cursor: pointer;
        background-color: #e7e4e4; }
      section.woo .woocommerce-MyAccount-navigation nav {
        position: absolute;
        top: 100%;
        z-index: 999;
        background: #fff;
        width: 100%;
        text-align: center;
        display: none; }
        section.woo .woocommerce-MyAccount-navigation nav ul {
          padding: 0; }
          section.woo .woocommerce-MyAccount-navigation nav ul li a {
            padding: 5px 0; } }

.product-37541 .product-quantity {
  text-align: center; }
  .product-37541 .product-quantity .btn {
    display: none; }

.product-quantity .wrapper-quantity {
  display: flex;
  align-items: stretch;
  justify-content: center; }
  .product-quantity .wrapper-quantity input {
    font-family: 'roboto-bold';
    font-weight: 700;
    font-size: 18px;
    color: #222447;
    background: #F9F9FC;
    height: 100%;
    width: 32px; }
    .product-quantity .wrapper-quantity input::-webkit-outer-spin-button, .product-quantity .wrapper-quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .product-quantity .wrapper-quantity .btn {
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    background: #fff;
    padding: 3px;
    cursor: pointer;
    transition: 0.25s;
    width: 40px;
    text-align: center; }
    .product-quantity .wrapper-quantity .btn.button-plus {
      border-radius: 0 200px 200px 0;
      padding-right: 5px; }
    .product-quantity .wrapper-quantity .btn.button-minus {
      border-radius: 200px 0 0 200px;
      padding-left: 5px; }
    .product-quantity .wrapper-quantity .btn:hover {
      background: #0C3D59; }

@media only screen and (max-width: 950px) {
  form.checkout {
    width: 100%; }
  .col2-set, #order_review {
    width: 100%;
    float: none;
    margin-left: 0; }
    .col2-set .button, #order_review .button {
      padding: 10px 25px;
      font-size: 18px !important; }
  .container-product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 2px solid #eee;
    padding: 10px 5px;
    position: relative; }
    .container-product .product-remove {
      position: absolute;
      font-size: 1.41575em;
      color: red;
      background: #fff;
      border-radius: 100%;
      height: 20px;
      width: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      left: 0;
      text-decoration: none; }
      .container-product .product-remove a {
        text-decoration: none !important; }
    .container-product .product-thumbnail {
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .container-product .product-thumbnail img {
        max-width: 90%;
        max-height: 90%;
        height: auto;
        margin: 0; }
    .container-product .part-middle {
      flex-grow: 1;
      padding: 0 10px; }
      .container-product .part-middle .product-name {
        font-family: 'roboto-bold';
        font-weight: 700;
        font-size: 16px;
        color: #0C3D59; }
        .container-product .part-middle .product-name a {
          text-decoration: none !important; }
        .container-product .part-middle .product-name .variation {
          font-family: 'roboto-regular';
          font-weight: 400; }
    .container-product .product-price {
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 14px;
      color: #000;
      margin-top: 5px; }
    .container-product .product-subtotal {
      text-align: left;
      font-family: 'roboto-regular';
      font-weight: 400;
      font-size: 14px;
      color: #bdbcbc;
      margin-top: 10px; }
    .container-product .product-quantity .wrapper-quantity {
      display: flex;
      align-items: stretch; }
      .container-product .product-quantity .wrapper-quantity input {
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 16px;
        color: #202020;
        border: 1px solid #ECECEE;
        height: 100%;
        width: 32px; }
        .container-product .product-quantity .wrapper-quantity input::-webkit-outer-spin-button, .container-product .product-quantity .wrapper-quantity input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .container-product .product-quantity .wrapper-quantity .btn {
        font-family: 'roboto-regular';
        font-weight: 400;
        font-size: 18px;
        color: #202020;
        border: 1px solid #ECECEE;
        padding: 3px;
        cursor: pointer;
        transition: 0.25s;
        width: 30px;
        text-align: center; }
        .container-product .product-quantity .wrapper-quantity .btn:hover {
          background: #0C3D59; }
  section.woo .woocommerce-cart-form .coupon {
    display: flex; }
    section.woo .woocommerce-cart-form .coupon .input-text {
      height: 40px;
      margin: 0; }
    section.woo .woocommerce-cart-form .coupon .button {
      font-size: 16px;
      margin: 0;
      padding: 10px;
      white-space: nowrap;
      height: 40px; }
  section.woo .woocommerce-cart-form .button {
    margin-top: 0; } }

.free-shipping-cart {
  width: 100%;
  text-align: center;
  background: #79B974;
  padding: 5px 45px;
  position: relative;
  color: #fff;
  margin-bottom: 15px; }
  .free-shipping-cart img {
    height: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0; }

.free-shipping-checkout {
  background: #79B974;
  margin-top: 10px;
  margin-left: 0;
  clear: left;
  display: flex;
  align-items: center;
  padding: 5px;
  font-family: 'roboto-regular';
  font-weight: 400;
  font-size: 16px;
  color: #fff; }
  .free-shipping-checkout img {
    height: 30px;
    margin-top: 0;
    margin-right: 10px; }
  @media only screen and (max-width: 950px) {
    .free-shipping-checkout {
      float: none;
      width: 100%; } }

ul#shipping_method li {
  white-space: nowrap;
  display: flex;
  align-items: center; }

ul#shipping_method li label, ul#shipping_method li input {
  white-space: normal;
  display: inline;
  vertical-align: middle; }

ul#shipping_method li input {
  margin-right: 10px; }

.cols-checkout {
  display: flex;
  margin: 0 -25px; }
  .cols-checkout .col {
    width: 50%;
    padding: 0 25px; }
  .cols-checkout #order_review_heading, .cols-checkout #order_review {
    width: 100%;
    float: none; }
  .cols-checkout #order_review_heading {
    padding: 10px; }
  .cols-checkout #order_review {
    padding: 0;
    margin-top: 10px; }
  .cols-checkout .woocommerce-billing-fields__field-wrapper {
    padding: 0 !important; }
  @media only screen and (max-width: 950px) {
    .cols-checkout {
      flex-wrap: wrap; }
      .cols-checkout .col {
        width: 100%; } }
