@import url("https://fonts.googleapis.com/css2?family=Lora&display=swap");
:root {
  --c-black: #000000;
  --c-white: #ffffff;
  --c-primary: #656667;
  --c-body: #4f4f4f;
  --c-body-dark: #232323;
  --c-gray: #dfdfdf;
}

/*
Theme Name: Ephemeris
*/
body {
  margin: 0;
  max-width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000000 !important;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 400 !important;
}

*, ::after, ::before {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html.gaping {
  padding-top: 0px !important;
}

.dialog-off-canvas-main-canvas {
  overflow: hidden;
}

b, strong {
  font-weight: 700;
}

a, input, select, textarea, .swiper-button-next, .swiper-button-prev {
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  outline: none;
  text-decoration: none;
}

a:hover, a:focus, input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus, .swiper-button-next:hover, .swiper-button-next:focus, .swiper-button-prev:hover, .swiper-button-prev:focus {
  outline: none;
  border-color: transparent;
}

.products-section {
  padding-top: 30px;
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.error404 .main-content {
  padding: 50px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1600px) {
  .error404 .main-content {
    padding: 150px 0px;
  }
}

.error404 .main-content p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 0px;
}

.error404 .main-content .link-bordered {
  margin-top: 30px;
}

.error404 .main-content .link-bordered a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Lora', serif;
  padding: 15px 30px;
  border-top-right-radius: 0px;
  display: inline-block;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border: 1px solid #C2C4CB;
  background-color: transparent;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .error404 .main-content .link-bordered a {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .error404 .main-content .link-bordered a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .error404 .main-content .link-bordered a {
    font-size: 18px;
  }
}

.error404 .main-content .link-bordered a:hover, .error404 .main-content .link-bordered a:focus {
  color: #000000 !important;
  background-color: #C2C4CB;
}

.no-result-found {
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 18px;
  color: #6D6E71;
  text-align: center;
  width: 100%;
}

/*
 .header {
  border-bottom: 4px solid #C2C4CB; }
  @media screen and (max-width: 767px) {
    .header {
      padding-bottom: 85px;
      padding-top: 20px;
      position: relative;
      z-index: 9; } }
  @media screen and (min-width: 768px) {
    .header {
      padding-bottom: 15px; } }
  @media screen and (min-width: 992px) {
    .header {
      padding-bottom: 15px; } }
  @media screen and (min-width: 1200px) {
    .header {
      padding-bottom: 35px; } }
  @media screen and (min-width: 1920px) {
    .header {
      padding-bottom: 60px; } }
  .header .flex-wrapper {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center; }
    .header .flex-wrapper .contact-col {
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .header .flex-wrapper .contact-col {
          display: none; } }
      @media screen and (min-width: 768px) {
        .header .flex-wrapper .contact-col {
          display: flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          padding-top: 50px; } }
      .header .flex-wrapper .contact-col a {
        color: #6D6E71;
        font-size: 16px;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          .header .flex-wrapper .contact-col a {
            font-size: 13px; } }
        @media screen and (min-width: 992px) {
          .header .flex-wrapper .contact-col a {
            font-size: 15px; } }
        @media screen and (min-width: 1200px) {
          .header .flex-wrapper .contact-col a {
            font-size: 16px; } }
        @media screen and (min-width: 1920px) {
          .header .flex-wrapper .contact-col a {
            font-size: 19px; } }
        .header .flex-wrapper .contact-col a:hover, .header .flex-wrapper .contact-col a:focus {
          color: #003F80; }
      @media screen and (min-width: 768px) {
        .header .flex-wrapper .contact-col .email {
          padding-left: 10px; } }
      @media screen and (min-width: 992px) {
        .header .flex-wrapper .contact-col .email {
          padding-left: 30px; } }
    .header .flex-wrapper .logo-wrapper .site-logo {
      position: absolute;
      top: 20px;
      left: 15px;
      width: auto; }
      @media screen and (min-width: 768px) {
        .header .flex-wrapper .logo-wrapper .site-logo {
          left: 0;
          right: 0;
          margin: auto;
          width: 100%;
          text-align: center;
          top: 20px; } }
    .header .flex-wrapper .logo-wrapper a {
      display: inline-block; }
      @media screen and (min-width: 1200px) {
        .header .flex-wrapper .logo-wrapper a {
          padding-right: 85px; } }
      .header .flex-wrapper .logo-wrapper a img {
        max-width: 80px;
        position: relative;
        z-index: 3; }
        @media screen and (min-width: 768px) {
          .header .flex-wrapper .logo-wrapper a img {
            max-width: 85px; } }
        @media screen and (min-width: 992px) {
          .header .flex-wrapper .logo-wrapper a img {
            max-width: 100px; } }
        @media screen and (min-width: 1200px) {
          .header .flex-wrapper .logo-wrapper a img {
            max-width: 130px; } }
        @media screen and (min-width: 1920px) {
          .header .flex-wrapper .logo-wrapper a img {
            max-width: 160px; } }
    .header .flex-wrapper .right-col {
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .header .flex-wrapper .right-col {
          padding-top: 50px; } }
      .header .flex-wrapper .right-col .cart-link .menu {
        padding: 0px;
        margin: 0px; }
        .header .flex-wrapper .right-col .cart-link .menu li {
          list-style: none; }
          .header .flex-wrapper .right-col .cart-link .menu li a {
            font-size: 16px;
            text-decoration: none;
            position: relative;
            color: #003F80; }
            @media screen and (min-width: 768px) {
              .header .flex-wrapper .right-col .cart-link .menu li a {
                font-size: 19px; } }
            .header .flex-wrapper .right-col .cart-link .menu li a:before {
              background-image: url("images/gift.png");
              background-size: cover;
              background-position: center left;
              background-repeat: no-repeat;
              position: absolute;
              left: -40px;
              top: 0px;
              display: block;
              content: "";
              width: 30px;
              height: 30px; }
            .header .flex-wrapper .right-col .cart-link .menu li a i {
              display: none; }
  .header .main-navigation-wrapper {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .header .main-navigation-wrapper {
        display: none; } }
    @media screen and (min-width: 768px) {
      .header .main-navigation-wrapper {
        padding-top: 50px; } }
    @media screen and (min-width: 992px) {
      .header .main-navigation-wrapper {
        padding-top: 90px; } }
    @media screen and (min-width: 1200px) {
      .header .main-navigation-wrapper {
        padding-top: 55px; } }
    .header .main-navigation-wrapper ul.menu {
      padding: 0px;
      margin: 0px; }
      @media screen and (min-width: 768px) {
        .header .main-navigation-wrapper ul.menu {
          display: flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          -o-justify-content: space-between;
          -ms-justify-content: space-between;
          -webkit-justify-content: space-between;
          justify-content: space-between; } }
      .header .main-navigation-wrapper ul.menu li {
        list-style: none;
        display: inline-block; }
        .header .main-navigation-wrapper ul.menu li:first-child {
          padding-left: 0px; }
        .header .main-navigation-wrapper ul.menu li:last-child {
          padding-right: 0px; }
        @media screen and (min-width: 768px) {
          .header .main-navigation-wrapper ul.menu li {
            padding: 0px 1px; } }
        @media screen and (min-width: 992px) {
          .header .main-navigation-wrapper ul.menu li {
            padding: 0px 7px; } }
        @media screen and (min-width: 1200px) {
          .header .main-navigation-wrapper ul.menu li {
            padding: 0px 10px; }
            .header .main-navigation-wrapper ul.menu li:nth-child(4) {
              padding-right: 120px; }
            .header .main-navigation-wrapper ul.menu li:nth-child(5) {
              padding-left: 120px; } }
        @media screen and (min-width: 1920px) {
          .header .main-navigation-wrapper ul.menu li {
            padding: 0px 15px; }
            .header .main-navigation-wrapper ul.menu li:nth-child(4) {
              padding-right: 150px; }
            .header .main-navigation-wrapper ul.menu li:nth-child(5) {
              padding-left: 150px; } }
        .header .main-navigation-wrapper ul.menu li a {
          display: inline-block;
          color: #6D6E71;
          font-size: 17px;
          text-decoration: none;
          font-weight: 700;
          text-transform: uppercase; }
          @media screen and (min-width: 768px) {
            .header .main-navigation-wrapper ul.menu li a {
              font-size: 10px;
              font-weight: 400; } }
          @media screen and (min-width: 992px) {
            .header .main-navigation-wrapper ul.menu li a {
              font-weight: 700;
              font-size: 14px; } }
          @media screen and (min-width: 1200px) {
            .header .main-navigation-wrapper ul.menu li a {
              font-size: 15px; } }
          @media screen and (min-width: 1920px) {
            .header .main-navigation-wrapper ul.menu li a {
              font-size: 17px; } }
          .header .main-navigation-wrapper ul.menu li a:hover, .header .main-navigation-wrapper ul.menu li a:focus {
            color: #003F80; } */
.header .top {
  padding-top: 10px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .header .top {
    padding-top: 15px;
  }
}

.header .top .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 767px) {
  .header .top .flex-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header .top .flex-wrapper > div {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (min-width: 768px) {
  .header .top .flex-wrapper > div {
    margin-top: auto;
  }
}

@media screen and (min-width: 768px) {
  .header .top .flex-wrapper > div.logo-wrapper {
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .header .top .flex-wrapper > div.logo-wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: 100%;
    border-top: 2px solid #d2d2d2;
    padding-top: 15px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.header .top .flex-wrapper > div a {
  color: #6D6E71;
  font-size: 14px;
  text-decoration: none;
}

.header .top .flex-wrapper > div a:hover, .header .top .flex-wrapper > div a:focus {
  color: #000000;
}

@media screen and (min-width: 360px) {
  .header .top .flex-wrapper > div a {
    font-size: 15px;
  }
}

@media screen and (min-width: 480px) {
  .header .top .flex-wrapper > div a {
    font-size: 16px;
  }
}

.header .top .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .top .site-logo a {
  display: block;
}

@media screen and (max-width: 767px) {
  .header .top .site-logo a {
    max-width: 260px;
  }
}

.header .top .site-logo a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header .top .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .top .right-col .login-link {
  padding-right: 15px;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .header .top .right-col .login-link {
    padding-right: 28px;
  }
}

.header .top .cart-link ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header .top .cart-link ul.menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .top .cart-link ul.menu li a i {
  display: none;
}

.header .top .cart-link ul.menu li a::before {
  background-image: url("images/cart.svg");
  width: 1.8em;
  min-width: 1.8em;
  content: "";
  height: 1.4em;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

@media screen and (min-width: 768px) {
  .header .top .cart-link ul.menu li a::before {
    margin-right: 8px;
  }
}

.header .main-navigation-wrapper {
  padding-top: 15px;
  padding-bottom: 25px;
}

.header .main-navigation-wrapper .menu-main-menu-container {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .header .main-navigation-wrapper .menu-main-menu-container {
    padding-left: 148px;
    padding-right: 148px;
  }
}

@media screen and (max-width: 768px) {
  .header .main-navigation-wrapper {
    display: none !important;
  }
}

.header .main-navigation-wrapper ul.menu {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

@media screen and (min-width: 768px) {
  .header .main-navigation-wrapper ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .main-navigation-wrapper ul.menu li {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
}

.header .main-navigation-wrapper ul.menu li:first-child {
  padding-left: 0;
}

.header .main-navigation-wrapper ul.menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header .main-navigation-wrapper ul.menu li a {
  display: block;
  color: #6D6E71;
  font-size: 17px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.header .main-navigation-wrapper ul.menu li a:hover, .header .main-navigation-wrapper ul.menu li a:focus {
  color: #000000;
}

.header .main-navigation-wrapper ul.menu li.current-menu-item a, .header .main-navigation-wrapper ul.menu li.current_page_item a, .header .main-navigation-wrapper ul.menu li.active a {
  color: #000000;
}

@media screen and (max-width: 767px) {
  html.gaping {
    padding-top: 0px;
  }
  html.gaping body div.wprm-overlay {
    background-color: transparent;
  }
  .wprm-wrapper #wprmenu_bar {
    height: auto;
    top: 28px;
    background-color: transparent;
    padding: 0px;
    padding-right: 15px;
    position: absolute !important;
    width: 50px;
    right: 0;
    left: auto;
  }
  .wprm-wrapper .wprmenu_bar #custom_menu_icon.hamburger {
    background-color: transparent;
    top: 70px;
    right: 15px;
    padding: 0px;
    position: absolute;
  }
}

@media screen and (max-width: 767px) and (min-width: 360px) {
  .wprm-wrapper .wprmenu_bar #custom_menu_icon.hamburger {
    top: 74px;
  }
}

@media screen and (max-width: 767px) {
  .header-fixed .wprm-wrapper .wprmenu_bar #custom_menu_icon.hamburger {
    top: 66px;
  }
  .wprm-wrapper #wprmenu_bar div.hamburger {
    margin-top: 0px;
  }
  .wprmenu_bar .hamburger-inner,
  .wprmenu_bar .hamburger-inner::before,
  .wprmenu_bar .hamburger-inner::after {
    background: #000000 !important;
    border-radius: 0px;
  }
  #mg-wprm-wrap li.current-menu-item > a {
    background: transparent;
  }
  .wprm-wrapper #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover,
  .wprm-wrapper #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:focus {
    background: transparent;
    color: #ffffff !important;
  }
  .hamburger--slider.is-active .hamburger-inner::after,
  .hamburger--slider.is-active .hamburger-inner {
    background: #ffffff !important;
  }
  .wprm-wrapper .wprmenu_bar #custom_menu_icon.hamburger.is-active {
    top: 30px;
  }
  .wprm-wrapper .cbp-spmenu-open {
    padding-top: 80px;
  }
  .wprm-wrapper #mg-wprm-wrap li.menu-item {
    text-align: center;
    padding: 15px 0px;
  }
  .wprm-wrapper #mg-wprm-wrap li.menu-item a {
    padding: 0px;
  }
  body.admin-bar #wprmenu_bar {
    top: 30px !important;
  }
  .wprmenu-body-fixed .admin-bar .cbp-spmenu-top.cbp-spmenu-open,
  .wprmenu-body-fixed .admin-bar .cbp-spmenu-bottom.cbp-spmenu-open {
    top: 0px !important;
  }
  .wprm-wrapper .cbp-spmenu-bottom.cbp-spmenu-open,
  .wprm-wrapper .cbp-spmenu-top.cbp-spmenu-open {
    top: 0 !important;
  }
  .wprm-wrapper .wprmenu_bar.active {
    top: 30px;
  }
  .wprm-wrapper .hamburger--slider .hamburger-inner {
    top: 3px;
  }
  .wprm-wrapper #mg-wprm-wrap li.current-menu-item > a {
    background: transparent;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header .container {
    padding: 0px;
  }
}

.footer {
  background-color: #ffffff;
  padding: 40px 0px;
  clear: both;
  border-top: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 0px;
    padding-top: 20px;
  }
  .footer .col {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .col {
    padding: 0px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-top {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-logo {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (min-width: 992px) {
  .footer .footer-top .footer-logo {
    max-width: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-logo {
    max-width: 200px;
  }
}

@media screen and (min-width: 1600px) {
  .footer .footer-top .footer-logo {
    max-width: 200px;
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-top .footer-logo {
    max-width: 230px;
  }
}

.footer .footer-top .footer-logo img {
  max-width: 150px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-logo img {
    max-width: 100px;
  }
}

@media screen and (min-width: 992px) {
  .footer .footer-top .footer-logo img {
    max-width: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-logo img {
    max-width: 160px;
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-top .footer-logo img {
    max-width: 185px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-contact {
    max-width: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-top .footer-contact {
    max-width: 350px;
  }
}

.footer .footer-top .footer-logo .email {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-logo .email {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}

.footer .footer-top .footer-contact .phone a, .footer .footer-top .footer-logo .email a {
  color: #6D6E71;
  font-size: 16px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-contact .phone a, .footer .footer-top .footer-logo .email a {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .footer .footer-top .footer-contact .phone a, .footer .footer-top .footer-logo .email a {
    font-size: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-contact .phone a, .footer .footer-top .footer-logo .email a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-top .footer-contact .phone a, .footer .footer-top .footer-logo .email a {
    font-size: 18px;
  }
}

.footer .footer-top .footer-contact .phone a:hover, .footer .footer-top .footer-contact .phone a:focus, .footer .footer-top .footer-contact .email a:hover, .footer .footer-top .footer-contact .email a:focus {
  color: #000000;
}

.footer .footer-top .footer-contact .address {
  color: #6D6E71;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-contact .address {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .footer .footer-top .footer-contact .address {
    font-size: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-contact .address {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-top .footer-contact .address {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-menu {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-top .footer-menu {
    padding: 0px;
  }
}

.footer .footer-top .footer-menu ul {
  margin: 0px;
  padding: 0px;
}

@media screen and (min-width: 992px) {
  .footer .footer-top .footer-menu ul {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.footer .footer-top .footer-menu ul li {
  list-style: none;
  padding: 5px 0px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-menu ul li {
    padding: 7px 0px;
  }
}

.footer .footer-top .footer-menu ul li a {
  display: inline-block;
  font-size: 17px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-menu ul li a {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .footer .footer-top .footer-menu ul li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-menu ul li a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-top .footer-menu ul li a {
    font-size: 16px;
  }
}

.footer .footer-top .footer-menu ul li a:hover, .footer .footer-top .footer-menu ul li a:focus {
  color: #6D6E71;
}

.footer .footer-top .footer-icons {
  padding-right: 0px;
}

/* ---- CT Added 25 Aug 21 ---- */
@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-collections {
    padding: 0 15px;
    min-width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-top .footer-collections {
    padding: 0px;
    min-width: 45%;
  }
}

.footer .footer-top .footer-collections ul {
  margin: 0px;
  padding: 0px;
}

@media screen and (min-width: 992px) {
  .footer .footer-top .footer-collections ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.footer .footer-top .footer-collections ul li {
  list-style: none;
  padding: 5px 0px;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-collections ul li {
    padding: 7px 0px;
  }
}

.footer .footer-top .footer-collections ul li a {
  display: inline-block;
  font-size: 17px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-collections ul li a {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .footer .footer-top .footer-collections ul li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-collections ul li a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-top .footer-collections ul li a {
    font-size: 16px;
  }
}

/*--- CT added End --- */
@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-icons {
    max-width: 200px;
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-top .footer-icons {
    max-width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-icons {
    text-align: right;
  }
}

.footer .footer-top .footer-icons ul {
  margin: 0px;
  padding: 0px;
}

.footer .footer-top .footer-icons ul li {
  list-style: none;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer .footer-top .footer-icons ul li {
    padding: 0px 15px;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-icons ul li {
    padding-left: 20px;
  }
}

.footer .footer-top .footer-icons ul li a {
  display: inline-block;
  font-size: 36px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  color: #6D6E71;
}

@media screen and (min-width: 768px) {
  .footer .footer-top .footer-icons ul li a {
    font-size: 26px;
  }
}

@media screen and (min-width: 992px) {
  .footer .footer-top .footer-icons ul li a {
    font-size: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-icons ul li a {
    font-size: 34px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .footer-top .footer-icons ul li a {
    font-size: 40px;
  }
}

.footer .footer-top .footer-icons ul li a:hover, .footer .footer-top .footer-icons ul li a:focus {
  color: #000000;
}

@media screen and (min-width: 768px) {
  .footer .copyright {
    text-align: right !important;
  }
}

.footer .copyright p {
  margin-bottom: 0px;
  color: #6D6E71;
  font-size: 18px;
}

.banner-section .banner-section-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
}

@media screen and (min-width: 768px) {
  .banner-section .banner-section-inner {
    padding: 60px 0px;
  }
}

@media screen and (min-width: 992px) {
  .banner-section .banner-section-inner {
    padding: 80px 0px;
  }
}

@media screen and (min-width: 1200px) {
  .banner-section .banner-section-inner {
    padding: 100px 0px;
  }
}

@media screen and (min-width: 1920px) {
  .banner-section .banner-section-inner {
    padding: 130px 0px;
  }
}

.banner-section .banner-section-inner .title h1 {
  font-size: 34px;
  color: #ffffff;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
}

@media screen and (min-width: 768px) {
  .banner-section .banner-section-inner .title h1 {
    font-size: 64px;
    max-width: 600px;
    line-height: 1;
  }
}

.banner-section .banner-section-inner .text {
  padding: 20px 0px;
}

@media screen and (min-width: 768px) {
  .banner-section .banner-section-inner .text {
    max-width: 485px;
    padding: 30px 0px;
  }
}

.banner-section .banner-section-inner .text p {
  font-size: 18px;
  color: #ffffff;
}

.banner-section .banner-section-inner .link {
  display: inline-block;
}

.banner-section .banner-section-inner .link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Lora', serif;
  padding: 15px 30px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border: 1px solid #ffffff;
  background-color: transparent;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .banner-section .banner-section-inner .link a {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .banner-section .banner-section-inner .link a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .banner-section .banner-section-inner .link a {
    font-size: 18px;
  }
}

.banner-section .banner-section-inner .link a:hover, .banner-section .banner-section-inner .link a:focus {
  color: #000000 !important;
  background-color: #ffffff;
}

.image-text-section {
  padding: 45px 0px;
}

@media screen and (min-width: 768px) {
  .image-text-section .container-fluid {
    padding-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .image-text-section .image-text-section-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }
}

.image-text-section .image-text-section-inner .left-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .image-text-section .image-text-section-inner .left-content {
    width: 65%;
    margin-right: auto;
  }
}

.image-text-section .image-text-section-inner .left-content .image img {
  width: 100%;
}

.image-text-section .image-text-section-inner .right-content {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .image-text-section .image-text-section-inner .right-content {
    background-color: #666666;
  }
}

@media screen and (min-width: 768px) {
  .image-text-section .image-text-section-inner .right-content {
    margin-left: -100%;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .image-text-section .image-text-section-inner .right-content {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .image-text-section .image-text-section-inner .right-content {
    padding-right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .image-text-section .image-text-section-inner .right-content {
    padding-right: 75px;
  }
}

.image-text-section .image-text-section-inner .right-content .title-description {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .image-text-section .image-text-section-inner .right-content .title-description {
    width: 50%;
    margin-right: 0px;
    margin-left: auto;
  }
}

.image-text-section .image-text-section-inner .right-content .title-description .title-description-link {
  background-color: #666666;
  padding: 30px 0px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link {
    padding: 25px 15px;
    max-width: 100%;
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link {
    padding: 35px 30px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link {
    padding: 50px 70px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link {
    padding: 60px 85px;
    max-width: 100%;
  }
}

.image-text-section .image-text-section-inner .right-content .title-description .title-description-link .title h2 {
  font-size: 30px;
  color: #ffffff;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
}

@media screen and (min-width: 768px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .title h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .title h2 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .title h2 {
    font-size: 55px;
  }
}

@media screen and (min-width: 1920px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .title h2 {
    font-size: 64px;
  }
}

.image-text-section .image-text-section-inner .right-content .title-description .title-description-link .text {
  padding: 15px 0px;
}

@media screen and (min-width: 768px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .text {
    padding: 10px 0px;
  }
}

@media screen and (min-width: 992px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .text {
    padding: 20px 0px;
  }
}

@media screen and (min-width: 1200px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .text {
    padding: 30px 0px;
  }
}

.image-text-section .image-text-section-inner .right-content .title-description .title-description-link .text p {
  font-size: 16px;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .text p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .text p {
    font-size: 18px;
  }
}

.image-text-section .image-text-section-inner .right-content .title-description .title-description-link .link {
  display: inline-block;
}

.image-text-section .image-text-section-inner .right-content .title-description .title-description-link .link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Lora', serif;
  padding: 15px 30px;
  border-top-right-radius: 0px;
  display: inline-block;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border: 1px solid #C2C4CB;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .link a {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .link a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .link a {
    font-size: 18px;
  }
}

.image-text-section .image-text-section-inner .right-content .title-description .title-description-link .link a:hover, .image-text-section .image-text-section-inner .right-content .title-description .title-description-link .link a:focus {
  color: #000000 !important;
  background-color: #C2C4CB;
}

@media screen and (min-width: 768px) {
  .products-section .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .products-section .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .products-section .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .products-section .container-fluid {
    padding-right: 75px;
    padding-left: 75px;
  }
}

.products-section h2 {
  font-size: 30px;
  color: #000000;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
  padding-bottom: 25px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .products-section h2 {
    font-size: 46px;
    line-height: 1;
  }
}

@media screen and (min-width: 992px) {
  .products-section h2 {
    font-size: 56px;
  }
}

@media screen and (min-width: 768px) {
  .products-section .product-item-wrapper {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -15px;
  }
}

.products-section .product-item-wrapper .product-item {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .products-section .product-item-wrapper .product-item {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .products-section .product-item-wrapper .product-item {
    width: 50%;
    padding: 0 15px;
  }
}

@media screen and (min-width: 992px) {
  .products-section .product-item-wrapper .product-item {
    width: 25%;
  }
}

.products-section .product-item-wrapper .product-item > a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.products-section .product-item-wrapper .product-item .product-item-inner {
  border: 1px solid #C2C4CB;
  padding: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .products-section .product-item-wrapper .product-item .product-item-inner {
    padding: 0px;
  }
}

.products-section .product-item-wrapper .product-item .product-item-inner .top-section .image img {
  width: 100%;
}

.products-section .product-item-wrapper .product-item .product-item-inner .top-section {
  padding: 22px 18px;
}

.products-section .product-item-wrapper .product-item .product-item-inner .bottom-section {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.products-section .product-item-wrapper .product-item .product-item-inner .bottom-section .product-content {
  padding: 0px 18px;
}

.products-section .product-item-wrapper .product-item .product-item-inner .bottom-section .product-link {
  margin-top: auto;
  background-color: #666666;
  color: #fff;
  padding: 10px;
}

.products-section .product-item-wrapper .product-item .product-item-inner .bottom-section .title h3 {
  font-size: 22px;
  color: #000000;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
}

.products-section .product-item-wrapper .product-item .product-item-inner .bottom-section .description {
  padding: 20px 0px;
  font-size: 18px;
  color: #C2C4CB;
}

.products-section .product-item-wrapper .product-item .product-item-inner .bottom-section .price {
  font-size: 22px;
  color: #000000;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
}

.video-text-section {
  padding: 30px 0px 45px;
}

@media screen and (min-width: 768px) {
  .video-text-section .container-fluid {
    padding-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .video-text-section .video-text-section-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }
}

.video-text-section .video-text-section-inner .left-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .video-text-section .video-text-section-inner .left-content {
    width: 65%;
    margin-right: auto;
  }
}

.video-text-section .video-text-section-inner .left-content .video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
}

.video-text-section .video-text-section-inner .left-content .video:before {
  border: 1px solid #ffffff;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  display: block;
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  bottom: 25px;
  right: 25px;
  z-index: 1;
}

.video-text-section .video-text-section-inner .left-content .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.video-text-section .video-text-section-inner .right-content {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .video-text-section .video-text-section-inner .right-content {
    background-color: #C2C4CB;
  }
}

@media screen and (min-width: 768px) {
  .video-text-section .video-text-section-inner .right-content {
    margin-left: -100%;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .video-text-section .video-text-section-inner .right-content {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .video-text-section .video-text-section-inner .right-content {
    padding-right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .video-text-section .video-text-section-inner .right-content {
    padding-right: 75px;
  }
}

.video-text-section .video-text-section-inner .right-content .title-description {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .video-text-section .video-text-section-inner .right-content .title-description {
    width: 50%;
    margin-right: 0px;
    margin-left: auto;
  }
}

.video-text-section .video-text-section-inner .right-content .title-description .title-description-link {
  background-color: #C2C4CB;
  padding: 40px 0px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link {
    padding: 40px 40px;
    max-width: 100%;
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link {
    padding: 40px 50px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link {
    padding: 50px 70px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link {
    padding: 60px 85px;
    max-width: 100%;
  }
}

.video-text-section .video-text-section-inner .right-content .title-description .title-description-link .title h2 {
  font-size: 30px;
  color: #ffffff;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
}

@media screen and (min-width: 768px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link .title h2 {
    font-size: 35px;
  }
}

@media screen and (min-width: 992px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link .title h2 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link .title h2 {
    font-size: 55px;
  }
}

@media screen and (min-width: 1920px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link .title h2 {
    font-size: 64px;
  }
}

.video-text-section .video-text-section-inner .right-content .title-description .title-description-link .text {
  padding: 15px 0px;
}

@media screen and (min-width: 768px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link .text {
    padding: 30px 0px;
  }
}

.video-text-section .video-text-section-inner .right-content .title-description .title-description-link .text p {
  font-size: 18px;
  color: #ffffff;
}

.video-text-section .video-text-section-inner .right-content .title-description .title-description-link .link {
  display: inline-block;
}

.video-text-section .video-text-section-inner .right-content .title-description .title-description-link .link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Lora', serif;
  padding: 15px 30px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border: 1px solid #ffffff;
  background-color: transparent;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link .link a {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link .link a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .video-text-section .video-text-section-inner .right-content .title-description .title-description-link .link a {
    font-size: 18px;
  }
}

.video-text-section .video-text-section-inner .right-content .title-description .title-description-link .link a:hover, .video-text-section .video-text-section-inner .right-content .title-description .title-description-link .link a:focus {
  color: #000000 !important;
  background-color: #ffffff;
}

.text-video-section {
  padding: 0px;
}

@media screen and (min-width: 768px) {
  .text-video-section {
    padding-bottom: 45px;
  }
  .text-video-section .container-fluid {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .text-video-section .text-video-section-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .text-video-section .text-video-section-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }
}

.text-video-section .text-video-section-inner .left-content {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .text-video-section .text-video-section-inner .left-content {
    background-color: #000000;
  }
}

@media screen and (min-width: 768px) {
  .text-video-section .text-video-section-inner .left-content {
    margin-right: -100%;
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .text-video-section .text-video-section-inner .left-content {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .text-video-section .text-video-section-inner .left-content {
    padding-left: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .text-video-section .text-video-section-inner .left-content {
    padding-left: 75px;
  }
}

.text-video-section .text-video-section-inner .left-content .title-description {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .text-video-section .text-video-section-inner .left-content .title-description {
    width: 50%;
    margin-left: 0px;
    margin-right: auto;
  }
}

.text-video-section .text-video-section-inner .left-content .title-description .title-description-link {
  background-color: #000000;
  padding: 40px 0px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link {
    padding: 40px 40px;
    max-width: 100%;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link {
    padding: 40px 50px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link {
    padding: 50px 70px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link {
    padding: 60px 85px;
    max-width: 100%;
  }
}

.text-video-section .text-video-section-inner .left-content .title-description .title-description-link .title h1 {
  font-size: 30px;
  color: #C2C4CB;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
}

@media screen and (min-width: 768px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link .title h1 {
    font-size: 35px;
  }
}

@media screen and (min-width: 992px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link .title h1 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link .title h1 {
    font-size: 55px;
  }
}

@media screen and (min-width: 1920px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link .title h1 {
    font-size: 64px;
  }
}

.text-video-section .text-video-section-inner .left-content .title-description .title-description-link .text {
  padding: 15px 0px;
}

@media screen and (min-width: 768px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link .text {
    padding: 30px 0px;
  }
}

.text-video-section .text-video-section-inner .left-content .title-description .title-description-link .text p {
  font-size: 18px;
  color: #ffffff;
}

.text-video-section .text-video-section-inner .left-content .title-description .title-description-link .link {
  display: inline-block;
}

.text-video-section .text-video-section-inner .left-content .title-description .title-description-link .link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Lora', serif;
  padding: 15px 30px;
  border-top-right-radius: 0px;
  display: inline-block;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border: 1px solid #C2C4CB;
  background-color: transparent;
  width: 210px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link .link a {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link .link a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .text-video-section .text-video-section-inner .left-content .title-description .title-description-link .link a {
    font-size: 18px;
  }
}

.text-video-section .text-video-section-inner .left-content .title-description .title-description-link .link a:hover, .text-video-section .text-video-section-inner .left-content .title-description .title-description-link .link a:focus {
  color: #000000 !important;
  background-color: #C2C4CB;
}

.text-video-section .text-video-section-inner .right-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .text-video-section .text-video-section-inner .right-content {
    width: 65%;
    margin-left: auto;
  }
}

.text-video-section .text-video-section-inner .right-content .video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
}

.text-video-section .text-video-section-inner .right-content .video:before {
  border: 1px solid #ffffff;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  display: block;
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  bottom: 25px;
  right: 25px;
  z-index: 1;
}

.text-video-section .text-video-section-inner .right-content .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.woocommerce-cart .woocommerce-cart-form {
  padding-top: 30px;
}

.woocommerce-cart .woocommerce-cart-form .product-name a {
  color: #000000;
  text-decoration: none;
}

.woocommerce-cart .woocommerce-cart-form .product-name a:hover, .woocommerce-cart .woocommerce-cart-form .product-name a:focus {
  color: #C2C4CB;
}

@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form #coupon_code {
    width: 150px;
    height: 50px;
  }
}

.woocommerce-cart .woocommerce-cart-form .actions button {
  color: #ffffff !important;
  float: none;
  text-decoration: none;
  font-size: 14px;
  padding: 15px 20px;
  display: inline-block;
  border: 1px solid #000000 !important;
  background-color: #000000 !important;
  font-family: sofia-pro, sans-serif;
  text-transform: uppercase;
  opacity: 1 !important;
  cursor: pointer !important;
  border-radius: 0px;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
}

@media screen and (min-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form .actions button {
    font-size: 18px;
    padding: 15px 30px;
  }
}

.woocommerce-cart .woocommerce-cart-form .actions button:hover, .woocommerce-cart .woocommerce-cart-form .actions button:focus {
  color: #000000 !important;
  background-color: transparent !important;
}

.woocommerce-cart .checkout-button {
  color: #ffffff !important;
  float: none;
  text-decoration: none;
  font-size: 14px;
  padding: 15px 20px;
  display: inline-block;
  border: 1px solid #000000 !important;
  background-color: #000000 !important;
  font-family: sofia-pro, sans-serif;
  text-transform: uppercase;
  opacity: 1 !important;
  cursor: pointer !important;
  border-radius: 0px;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
}

@media screen and (min-width: 768px) {
  .woocommerce-cart .checkout-button {
    font-size: 18px;
    padding: 15px 30px;
  }
}

.woocommerce-cart .checkout-button:hover, .woocommerce-cart .checkout-button:focus {
  color: #000000 !important;
  background-color: transparent !important;
}

.woocommerce-checkout .basic-banner, .woocommerce-cart .basic-banner {
  display: none;
}

.woocommerce-message {
  border-top-color: #000000;
}

.woocommerce-message .wc-forward {
  color: #ffffff !important;
  float: none;
  text-decoration: none;
  font-size: 14px;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #000000 !important;
  background-color: #000000 !important;
  font-family: sofia-pro, sans-serif;
  text-transform: uppercase;
  opacity: 1 !important;
  cursor: pointer !important;
  border-radius: 0px;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
}

@media screen and (min-width: 768px) {
  .woocommerce-message .wc-forward {
    font-size: 18px;
    padding: 15px 30px;
  }
}

.woocommerce-message .wc-forward:hover, .woocommerce-message .wc-forward:focus {
  color: #000000 !important;
  background-color: transparent !important;
}

.woocommerce-info {
  border-top-color: #000000;
  margin-top: 20px !important;
}

@media screen and (min-width: 768px) {
  .checkout #customer_details {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .checkout .col-1, .checkout .col-2 {
    padding: 0px !important;
  }
}

.checkout .col-1 {
  width: 100% !important;
  float: none;
  max-width: 100% !important;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}

@media screen and (min-width: 768px) {
  .checkout .col-1 {
    width: 50% !important;
    padding-right: 20px;
    padding-left: 0px;
  }
}

.checkout .col-2 {
  width: 100% !important;
  float: none;
  max-width: 100% !important;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}

@media screen and (min-width: 768px) {
  .checkout .col-2 {
    width: 50% !important;
    padding-left: 20px;
    padding-right: 0px;
  }
}

.checkout h3 {
  font-size: 30px;
  color: #000000;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .checkout h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .checkout h3 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .checkout h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .checkout h3 {
    font-size: 36px;
  }
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
  width: 100%;
  display: block;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input {
  width: 100%;
  border: 1px solid #C2C4CB;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 8px 15px;
  color: #000000;
  font-size: 18px;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input::-webkit-input-placeholder {
  opacity: 1;
  color: #000000;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input:-ms-input-placeholder {
  opacity: 1;
  color: #000000;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input::-ms-input-placeholder {
  opacity: 1;
  color: #000000;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input:focus::-moz-placeholder {
  opacity: 1;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input:focus::-moz-placeholder::-webkit-input-placeholder {
  opacity: 1;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input:focus::-moz-placeholder:-ms-input-placeholder {
  opacity: 1;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p input:focus::-ms-input-placeholder {
  opacity: 1;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-selection {
  width: 100%;
  border: 1px solid #C2C4CB;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 8px 15px;
  color: #000000;
  font-size: 18px;
  background-image: url("images/select.png");
  background-size: 12px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: auto;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-selection::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-selection::-webkit-input-placeholder {
  opacity: 1;
  color: #000000;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-selection:-ms-input-placeholder {
  opacity: 1;
  color: #000000;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-selection::-ms-input-placeholder {
  opacity: 1;
  color: #000000;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-selection:focus::-moz-placeholder {
  opacity: 1;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-selection:focus::-moz-placeholder::-webkit-input-placeholder {
  opacity: 1;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-selection:focus::-moz-placeholder:-ms-input-placeholder {
  opacity: 1;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-selection:focus::-ms-input-placeholder {
  opacity: 1;
}

.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .select2-selection__arrow {
  display: none;
}

.checkout .woocommerce-additional-fields p {
  width: 100%;
  display: block;
}

.checkout .woocommerce-additional-fields p textarea {
  width: 100%;
  border: 1px solid #C2C4CB;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #000000;
  font-size: 18px;
  padding: 8px 15px;
}

.checkout .woocommerce-additional-fields p textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.checkout .woocommerce-additional-fields p textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #000000;
}

.checkout .woocommerce-additional-fields p textarea:-ms-input-placeholder {
  opacity: 1;
  color: #000000;
}

.checkout .woocommerce-additional-fields p textarea::-ms-input-placeholder {
  opacity: 1;
  color: #000000;
}

.checkout .woocommerce-additional-fields p textarea:focus::-moz-placeholder {
  opacity: 1;
}

.checkout .woocommerce-additional-fields p textarea:focus::-moz-placeholder::-webkit-input-placeholder {
  opacity: 1;
}

.checkout .woocommerce-additional-fields p textarea:focus::-moz-placeholder:-ms-input-placeholder {
  opacity: 1;
}

.checkout .woocommerce-additional-fields p textarea:focus::-ms-input-placeholder {
  opacity: 1;
}

.checkout .woocommerce-checkout-review-order {
  padding-bottom: 40px;
}

.checkout #place_order {
  color: #ffffff !important;
  float: none;
  text-decoration: none;
  font-size: 14px;
  padding: 15px 20px;
  display: inline-block;
  border: 1px solid #000000 !important;
  background-color: #000000 !important;
  font-family: sofia-pro, sans-serif;
  text-transform: uppercase;
  opacity: 1 !important;
  cursor: pointer !important;
  border-radius: 0px;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
}

@media screen and (min-width: 768px) {
  .checkout #place_order {
    font-size: 18px;
    padding: 15px 30px;
  }
}

.checkout #place_order:hover, .checkout #place_order:focus {
  color: #000000 !important;
  background-color: transparent !important;
}

.basic-banner .banner-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px;
}

@media screen and (min-width: 768px) {
  .basic-banner .banner-image {
    padding: 90px 0px;
  }
}

@media screen and (min-width: 992px) {
  .basic-banner .banner-image {
    padding: 130px 0px;
  }
}

@media screen and (min-width: 1200px) {
  .basic-banner .banner-image {
    padding: 150px 0px;
  }
}

@media screen and (min-width: 1920px) {
  .basic-banner .banner-image {
    padding: 200px 0px;
  }
}

.page-title {
  padding-top: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-title {
    padding-top: 50px;
  }
}

.page-title h1 {
  font-size: 30px;
  color: #000000;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
}

@media screen and (min-width: 768px) {
  .page-title h1 {
    font-size: 56px;
    line-height: 1;
  }
}

.about-page .page-content, .about-page .bottom-content {
  text-align: center;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .about-page .page-content, .about-page .bottom-content {
    padding-top: 30px;
  }
}

.about-page .page-content p, .about-page .bottom-content p {
  color: #6D6E71;
  font-size: 18px;
  margin-bottom: 15px;
}

.about-page .page-content p a, .about-page .bottom-content p a {
  color: #000000;
  text-decoration: none;
}

.about-page .page-content p a:hover, .about-page .page-content p a:focus, .about-page .bottom-content p a:hover, .about-page .bottom-content p a:focus {
  color: #6D6E71;
}

@media screen and (min-width: 768px) {
  .about-page .page-content p, .about-page .bottom-content p {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .about-page .page-content p, .about-page .bottom-content p {
    margin-bottom: 30px;
  }
}

.about-page .two-col-video {
  padding: 20px 0px;
}

@media screen and (min-width: 768px) {
  .about-page .two-col-video {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    padding: 30px 0px;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.about-page .two-col-video .video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
}

.about-page .two-col-video .video:before {
  border: 1px solid #ffffff;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  display: block;
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  bottom: 25px;
  right: 25px;
  z-index: 1;
}

.about-page .two-col-video .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.about-page .two-col-video .left-video {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .about-page .two-col-video .left-video {
    width: 50%;
  }
}

.about-page .two-col-video .right-video {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .about-page .two-col-video .right-video {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .about-page .bottom-content {
    padding: 15px;
  }
}

@media screen and (min-width: 768px) {
  .page-id-128 .container-fluid,
  .page-id-115 .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .page-id-128 .container-fluid,
  .page-id-115 .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .page-id-128 .container-fluid,
  .page-id-115 .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .page-id-128 .container-fluid,
  .page-id-115 .container-fluid {
    padding-right: 100px;
    padding-left: 100px;
  }
}

.testimonials-wrapper {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .testimonials-wrapper {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.testimonials-wrapper .testimonials-item {
  border-bottom: 1px solid #6D6E71;
  padding-bottom: 55px;
  margin-bottom: 55px;
  position: relative;
}

.testimonials-wrapper .testimonials-item:after {
  background-image: url("images/testomonial.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 84px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: -42px;
}

.testimonials-wrapper .testimonials-item:last-child {
  border-bottom: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.testimonials-wrapper .testimonials-item:last-child:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .testimonials-wrapper .testimonials-item {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}

.testimonials-wrapper .testimonials-item .testimonials-image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .testimonials-wrapper .testimonials-item .testimonials-image {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .testimonials-wrapper .testimonials-item .testimonials-image {
    width: 25%;
    padding-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .testimonials-wrapper .testimonials-item .testimonials-image {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials-wrapper .testimonials-item .testimonials-image {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .testimonials-wrapper .testimonials-item .testimonials-image {
    padding-right: 45px;
  }
}

.testimonials-wrapper .testimonials-item .testimonials-image img {
  width: 100%;
}

.testimonials-wrapper .testimonials-item .testimonials-content {
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .testimonials-wrapper .testimonials-item .testimonials-content {
    width: 75%;
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .testimonials-wrapper .testimonials-item .testimonials-content {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials-wrapper .testimonials-item .testimonials-content {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .testimonials-wrapper .testimonials-item .testimonials-content {
    padding-left: 45px;
  }
}

.testimonials-wrapper .testimonials-item .testimonials-content .text p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #6D6E71;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .testimonials-wrapper .testimonials-item .testimonials-content .text p {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .testimonials-wrapper .testimonials-item .testimonials-content .text p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials-wrapper .testimonials-item .testimonials-content .text p {
    font-size: 23px;
  }
}

@media screen and (min-width: 1920px) {
  .testimonials-wrapper .testimonials-item .testimonials-content .text p {
    font-size: 26px;
  }
}

.testimonials-wrapper .testimonials-item .testimonials-content .name {
  font-size: 26px;
  color: #000000;
  font-family: 'Lora', serif;
  line-height: 1;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .testimonials-wrapper .testimonials-item .testimonials-content .name {
    font-size: 22px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .testimonials-wrapper .testimonials-item .testimonials-content .name {
    font-size: 25px;
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials-wrapper .testimonials-item .testimonials-content .name {
    font-size: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .testimonials-wrapper .testimonials-item .testimonials-content .name {
    font-size: 32px;
  }
}

.page-id-128 .page-content p {
  color: #6D6E71;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0px !important;
  padding-top: 25px;
}

.page-id-128 .flavours-wrapper {
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .page-id-128 .flavours-wrapper {
    padding-top: 50px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
  }
}

.page-id-128 .flavours-wrapper .flavours-item {
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .page-id-128 .flavours-wrapper .flavours-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .page-id-128 .flavours-wrapper .flavours-item {
    width: 33.3333%;
  }
}

@media screen and (min-width: 1200px) {
  .page-id-128 .flavours-wrapper .flavours-item {
    width: 25%;
  }
}

.page-id-128 .flavours-wrapper .flavours-item > a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.page-id-128 .flavours-wrapper .flavours-item .flavours-item-inner {
  border: 1px solid #C2C4CB;
  padding: 20px 15px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .page-id-128 .flavours-wrapper .flavours-item .flavours-item-inner {
    padding: 22px 18px;
  }
}

.page-id-128 .flavours-wrapper .flavours-item .flavours-item-inner .flavours-image .image img {
  width: 100%;
}

.page-id-128 .flavours-wrapper .flavours-item .flavours-item-inner .flavours-content {
  padding-top: 35px;
  text-align: center;
}

.page-id-128 .flavours-wrapper .flavours-item .flavours-item-inner .flavours-content .title {
  font-size: 22px;
  color: #000000;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
}

.page-id-128 .flavours-wrapper .flavours-item .flavours-item-inner .flavours-content .text p {
  padding: 20px 0px;
  font-size: 18px;
  color: #C2C4CB;
}

.event-page {
  padding: 50px 0px;
}

.event-page .page-content {
  padding-top: 30px;
}

.event-page .page-content p {
  font-size: 18px;
  color: #6D6E71;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .event-page .event-page-inner {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.event-page .event-page-inner .left-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .event-page .event-page-inner .left-content {
    width: 50%;
    padding-right: 15px;
  }
}

.event-page .event-page-inner .left-content .page-title {
  padding-top: 0px;
}

.event-page .event-page-inner .left-content .page-title h1 {
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .event-page .event-page-inner .left-content .page-title h1 {
    font-size: 25px;
  }
}

@media screen and (min-width: 992px) {
  .event-page .event-page-inner .left-content .page-title h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .event-page .event-page-inner .left-content .page-title h1 {
    font-size: 45px;
  }
}

@media screen and (min-width: 1920px) {
  .event-page .event-page-inner .left-content .page-title h1 {
    font-size: 56px;
  }
}

.event-page .event-page-inner .right-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .event-page .event-page-inner .right-content {
    width: 50%;
    padding-left: 15px;
  }
}

.event-page .event-page-inner .right-content p {
  font-size: 18px;
  color: #6D6E71;
}

.event-page .event-page-inner .right-content .link {
  padding-top: 20px;
  display: inline-block;
}

.event-page .event-page-inner .right-content .link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 20px;
  display: inline-block;
  border: 1px solid #000000;
  background-color: #000000;
  font-family: sofia-pro, sans-serif;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .event-page .event-page-inner .right-content .link a {
    font-size: 18px;
    padding: 10px 30px;
  }
}

@media screen and (min-width: 992px) {
  .event-page .event-page-inner .right-content .link a {
    font-size: 21px;
  }
}

@media screen and (min-width: 1200px) {
  .event-page .event-page-inner .right-content .link a {
    font-size: 24px;
    padding: 13px 30px;
  }
}

.event-page .event-page-inner .right-content .link a:hover, .event-page .event-page-inner .right-content .link a:focus {
  color: #000000 !important;
  background-color: transparent;
}

.events-section {
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .events-section {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .events-section .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .events-section .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .events-section .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .events-section .container-fluid {
    padding-right: 75px;
    padding-left: 75px;
  }
}

@media screen and (min-width: 768px) {
  .events-section .event-item-wrapper {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -15px;
  }
}

.events-section .event-item-wrapper .event-item {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .events-section .event-item-wrapper .event-item {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .events-section .event-item-wrapper .event-item {
    width: 50%;
    padding: 0 15px;
  }
}

@media screen and (min-width: 992px) {
  .events-section .event-item-wrapper .event-item {
    width: 33.3333%;
  }
}

.events-section .event-item-wrapper .event-item > a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.events-section .event-item-wrapper .event-item .event-item-inner {
  border: 1px solid #C2C4CB;
  padding: 20px 15px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .events-section .event-item-wrapper .event-item .event-item-inner {
    padding: 22px 18px;
  }
}

.events-section .event-item-wrapper .event-item .event-item-inner .top-section .image img {
  width: 100%;
}

.events-section .event-item-wrapper .event-item .event-item-inner .bottom-section {
  padding-top: 35px;
  text-align: center;
}

.events-section .event-item-wrapper .event-item .event-item-inner .bottom-section .title h3 {
  font-size: 32px;
  color: #000000;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
}

.events-section .event-item-wrapper .event-item .event-item-inner .bottom-section .date {
  padding-top: 15px;
  font-size: 18px;
  color: #000000;
}

.events-section .event-item-wrapper .event-item .event-item-inner .bottom-section .description {
  padding: 20px 0px 0px;
  font-size: 18px;
  color: #C2C4CB;
}

.single-events .page-content {
  padding-top: 30px;
  padding-bottom: 35px;
}

.single-events .page-content p {
  font-size: 18px;
  color: #6D6E71;
  text-align: center;
}

.shop-page .page-content {
  padding-top: 30px;
}

.shop-page .page-content p {
  color: #6D6E71;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .products-section-inner .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .products-section-inner .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .products-section-inner .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .products-section-inner .container-fluid {
    padding-right: 75px;
    padding-left: 75px;
  }
}

.products-section-inner .product-count-sort-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

@media screen and (min-width: 768px) {
  .products-section-inner .product-count-sort-wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.products-section-inner .product-count-sort-wrapper .product-count {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
}

.products-section-inner .product-count-sort-wrapper .product-sort select {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #C2C4CB;
  padding: 9px 16px;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 150px;
  background-image: url("images/select.png");
  background-size: 12px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.products-section-inner .product-item {
  margin-bottom: 25px;
}

.products-section-inner .media-pagination {
  text-align: center;
  width: 100%;
  padding-top: 10px;
}

.products-section-inner .media-pagination a, .products-section-inner .media-pagination span {
  font-size: 16px;
  color: #000000;
  margin: 0 5px;
  text-decoration: none;
  cursor: pointer;
}

.products-section-inner .media-pagination a:hover, .products-section-inner .media-pagination a:focus, .products-section-inner .media-pagination span:hover, .products-section-inner .media-pagination span:focus {
  color: #C2C4CB;
}

.single-product .page-content {
  padding-top: 30px;
  padding-bottom: 35px;
}

.single-product .page-content p {
  font-size: 18px;
  color: #6D6E71;
  text-align: center;
}

.signature-chocalate-page .page-content {
  padding-top: 30px;
  padding-bottom: 25px;
}

.signature-chocalate-page .page-content p {
  font-size: 18px;
  color: #6D6E71;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .chocalate-item-wrapper {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.chocalate-item-wrapper .image-text-section {
  padding: 20px 0px;
}

@media screen and (min-width: 768px) {
  .chocalate-item-wrapper .image-text-section {
    padding: 45px 0px;
  }
}

.chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner .left-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner .right-content {
    margin-right: -100%;
    margin-left: 0px;
  }
  .chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner .right-content .title-description {
    margin-left: 0px;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner .right-content {
    background-color: #C2C4CB;
  }
}

.chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner .right-content .title-description-link {
  background-color: #C2C4CB;
}

.chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner .right-content .title-description-link .title h2 {
  color: #ffffff;
}

.chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner .right-content .title-description-link .text p {
  color: #ffffff;
}

.chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner .right-content .title-description-link .link a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Lora', serif;
  padding: 15px 30px;
  border-top-right-radius: 0px;
  display: inline-block;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner .right-content .title-description-link .link a:hover, .chocalate-item-wrapper .image-text-section:nth-child(even) .image-text-section-inner .right-content .title-description-link .link a:focus {
  color: #000000 !important;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .single-product-page .type-product {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.single-product-page .type-product .woocommerce-product-gallery {
  width: 100%;
  float: none;
}

@media screen and (min-width: 768px) {
  .single-product-page .type-product .woocommerce-product-gallery {
    width: 50%;
    padding-right: 20px;
  }
}

.single-product-page .type-product .woocommerce-product-gallery .flex-control-nav {
  padding-top: 30px !important;
}

.single-product-page .type-product .woocommerce-product-gallery .flex-control-nav li {
  margin-right: 10px !important;
  border: 1px solid #C2C4CB;
}

@media screen and (min-width: 768px) {
  .single-product-page .type-product .woocommerce-product-gallery .flex-control-nav li {
    margin-right: 15px !important;
  }
}

@media screen and (min-width: 992px) {
  .single-product-page .type-product .woocommerce-product-gallery .flex-control-nav li {
    margin-right: 30px !important;
  }
}

.single-product-page .type-product .summary {
  width: 100%;
  float: none;
}

@media screen and (min-width: 768px) {
  .single-product-page .type-product .summary {
    width: 50%;
    padding-left: 20px;
  }
}

.single-product-page .type-product .summary h1.product_title {
  font-size: 30px;
  color: #000000;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
}

@media screen and (min-width: 768px) {
  .single-product-page .type-product .summary h1.product_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .single-product-page .type-product .summary h1.product_title {
    font-size: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .single-product-page .type-product .summary h1.product_title {
    font-size: 55px;
  }
}

@media screen and (min-width: 1920px) {
  .single-product-page .type-product .summary h1.product_title {
    font-size: 64px;
  }
}

.single-product-page .type-product .summary .price {
  padding-top: 30px;
  font-size: 26px;
  color: #000000;
  margin: 0px;
  font-family: 'Lora', serif;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .single-product-page .type-product .summary .price {
    font-size: 30px;
  }
}

@media screen and (min-width: 992px) {
  .single-product-page .type-product .summary .price {
    font-size: 34px;
  }
}

@media screen and (min-width: 1200px) {
  .single-product-page .type-product .summary .price {
    font-size: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .single-product-page .type-product .summary .price {
    font-size: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .single-product-page .type-product .summary .variations_form tbody {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
  }
}

@media screen and (min-width: 992px) {
  .single-product-page .type-product .summary .variations_form tbody tr {
    width: 50%;
  }
}

.single-product-page .type-product .summary .variations_form tbody tr:first-child {
  padding-right: 15px;
}

.single-product-page .type-product .summary .variations_form tbody tr:last-child {
  padding-left: 15px;
}

.single-product-page .type-product .summary .variations_form tbody tr td {
  width: 100%;
  display: block;
}

.single-product-page .type-product .summary .variations_form tbody tr label {
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  margin-bottom: 12px;
}

.single-product-page .type-product .summary .variations_form tbody tr select {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #C2C4CB;
  padding: 9px 30px;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images/select.png");
  background-size: 12px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  min-width: 100% !important;
  opacity: 1;
  padding-left: 20px;
  padding-right: 40px;
}

@media screen and (min-width: 992px) {
  .single-product-page .type-product .summary .woocommerce-variation-add-to-cart {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
  }
}

.single-product-page .type-product .summary .qib-button-wrapper {
  margin: 0px !important;
  float: none;
  padding-right: 8px;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  height: 56px;
}

.single-product-page .type-product .summary .qib-button-wrapper button {
  border: 1px solid #C2C4CB;
  border-radius: 0px;
  font-size: 24px;
  color: #000000;
  padding: 10px 22px !important;
  height: auto;
  width: auto !important;
  line-height: 1;
}

.single-product-page .type-product .summary .qib-button-wrapper button:hover, .single-product-page .type-product .summary .qib-button-wrapper button:focus {
  background-color: transparent;
  outline: none;
}

.single-product-page .type-product .summary .qib-button-wrapper .quantity {
  padding: 0px;
  margin: 0px !important;
}

.single-product-page .type-product .summary .qib-button-wrapper input.qty {
  width: 100px !important;
  height: 100% !important;
  border: 1px solid #C2C4CB !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  text-align: center !important;
  color: #000000 !important;
  height: 56px !important;
  font-size: 24px !important;
}

@media screen and (min-width: 768px) {
  .single-product-page .type-product .summary .qib-button-wrapper input.qty {
    width: 100px !important;
  }
}

@media screen and (min-width: 992px) {
  .single-product-page .type-product .summary .qib-button-wrapper input.qty {
    width: 90px !important;
  }
}

@media screen and (min-width: 1200px) {
  .single-product-page .type-product .summary .qib-button-wrapper input.qty {
    width: 123px !important;
  }
}

@media screen and (min-width: 1920px) {
  .single-product-page .type-product .summary .qib-button-wrapper input.qty {
    width: 185px !important;
  }
}

.single-product-page .type-product .summary button.single_add_to_cart_button {
  color: #ffffff !important;
  float: none;
  text-decoration: none;
  font-size: 16px;
  padding: 15px 20px;
  display: inline-block;
  border: 1px solid #000000 !important;
  background-color: #000000 !important;
  font-family: sofia-pro, sans-serif;
  text-transform: uppercase;
  opacity: 1 !important;
  cursor: pointer !important;
  border-radius: 0px;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .single-product-page .type-product .summary button.single_add_to_cart_button {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .single-product-page .type-product .summary button.single_add_to_cart_button {
    font-size: 18px;
    padding: 15px 20px;
  }
}

@media screen and (min-width: 992px) {
  .single-product-page .type-product .summary button.single_add_to_cart_button {
    padding: 15px 30px;
    width: 45% !important;
  }
}

@media screen and (min-width: 1200px) {
  .single-product-page .type-product .summary button.single_add_to_cart_button {
    font-size: 24px;
    margin-left: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .single-product-page .type-product .summary button.single_add_to_cart_button {
    margin-left: 26px;
    width: 50% !important;
  }
}

.single-product-page .type-product .summary button.single_add_to_cart_button:hover, .single-product-page .type-product .summary button.single_add_to_cart_button:focus {
  color: #000000 !important;
  background-color: transparent !important;
}

.single-product-page .type-product .summary button.disabled {
  pointer-events: none !important;
}

.single-product-page .type-product .summary .woocommerce-product-details__short-description p {
  text-align: left;
  color: #6D6E71;
  font-size: 18px;
}

.basic-page-wrapper .page-content {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .basic-page-wrapper .page-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.basic-page-wrapper .page-content h2, .basic-page-wrapper .page-content h3 {
  font-size: 24px;
  color: #000000;
  margin: 0px;
  line-height: 1.2;
  font-family: 'Lora', serif;
  padding: 15px 0px;
}

@media screen and (min-width: 768px) {
  .basic-page-wrapper .page-content h2, .basic-page-wrapper .page-content h3 {
    font-size: 40px;
    line-height: 1;
  }
}

.basic-page-wrapper .page-content p {
  color: #6D6E71;
  font-size: 18px;
  margin-bottom: 15px;
}

.basic-page-wrapper .page-content p a {
  color: #000000;
  text-decoration: none;
}

.basic-page-wrapper .page-content p a:hover, .basic-page-wrapper .page-content p a:focus {
  color: #6D6E71;
}

.product-outter {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .product-outter .col-lg-3 {
    max-width: 190px;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .product-outter .col-lg-9 {
    max-width: calc(100% - 190px);
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
}

.product-top-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-shop .wpfFilterWrapper[data-filter-type] {
  padding: 5px 0;
}

.sidebar-shop .wpfFilterButton.wpfButton, .sidebar-shop .wpfClearButton.wpfButton {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2) inset, -4px -4px 15px rgba(255, 255, 255, 0.8), 4px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2) inset, -4px -4px 15px rgba(255, 255, 255, 0.8), 4px 4px 6px rgba(0, 0, 0, 0.2);
  background: #f2f2f2;
  border-radius: 10px;
  width: auto;
  text-transform: unset;
  padding: 10px 40px;
  height: auto;
  min-height: auto;
}

.sidebar-shop .wpfFilterButton.wpfButton:hover, .sidebar-shop .wpfFilterButton.wpfButton:focus, .sidebar-shop .wpfClearButton.wpfButton:hover, .sidebar-shop .wpfClearButton.wpfButton:focus {
  -webkit-box-shadow: -3px -3px 12px rgba(255, 255, 255, 0.8) inset, 3px 3px 5px rgba(0, 0, 0, 0.2) inset, 0px 0px 0px rgba(255, 255, 255, 0.8), 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px -3px 12px rgba(255, 255, 255, 0.8) inset, 3px 3px 5px rgba(0, 0, 0, 0.2) inset, 0px 0px 0px rgba(255, 255, 255, 0.8), 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.sidebar-shop .wpfFilterVerScroll li {
  margin-bottom: 6px;
}

.sidebar-shop .wpfFilterVerScroll li > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-shop .wpfFilterVerScroll li > label .wpfValue {
  display: block;
  padding-left: 10px !important;
  color: #6D6E71;
}

.sidebar-shop .wpfFilterVerScroll li > label .wpfValue .wpfFilterTaxNameWrapper {
  display: block;
  padding-left: 0 !important;
}

.sidebar-shop .wpfFilterVerScroll li > label .wpfCheckbox label::before {
  border-radius: 0 !important;
}

.product-top-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
}

.product-top-filter .woocommerce-notices-wrapper {
  width: 100%;
}

.product-top-filter select {
  min-height: 34px;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 6px 12px;
}

.woocommerce .product-outter .product-item-wrapper ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.woocommerce .product-outter .product-item-wrapper ul.products::after, .woocommerce .product-outter .product-item-wrapper ul.products::before {
  display: none;
}

.woocommerce .product-outter .product-item-wrapper ul.products > li.product {
  width: 100%;
  padding: 10px;
  margin: 0;
}

@media screen and (min-width: 576px) {
  .woocommerce .product-outter .product-item-wrapper ul.products > li.product {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .woocommerce .product-outter .product-item-wrapper ul.products > li.product {
    width: 33.3333%;
  }
}

@media screen and (min-width: 1200px) {
  .woocommerce .product-outter .product-item-wrapper ul.products > li.product {
    width: 25%;
  }
}

.woocommerce .product-outter .product-item-wrapper ul.products > li.product a {
  color: #333333;
}

.woocommerce .product-outter .product-item-wrapper ul.products > li.product a h2 {
  margin-top: 0;
}

.woocommerce .product-outter .product-item-wrapper ul.products > li.product a .price {
  color: #777777;
}

.woocommerce ul.products li.product .price {
  color: #777777 !important;
}

.woocommerce .product-outter .product-item-wrapper ul.products > li.product .button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2) inset, -3px -3px 12px rgba(255, 255, 255, 0.8), 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8) inset, 0px 0px 0px rgba(0, 0, 0, 0.2) inset, -3px -3px 12px rgba(255, 255, 255, 0.8), 3px 3px 5px rgba(0, 0, 0, 0.2);
  background: #f2f2f2;
  border-radius: 5px;
  width: auto;
  text-transform: unset;
  padding: 12px 22px;
  height: auto;
  min-height: auto;
  line-height: 1;
  font-weight: normal;
}

.woocommerce .product-outter .product-item-wrapper ul.products > li.product .button:hover, .woocommerce .product-outter .product-item-wrapper ul.products > li.product .button:focus {
  -webkit-box-shadow: -3px -3px 12px rgba(255, 255, 255, 0.8) inset, 3px 3px 5px rgba(0, 0, 0, 0.2) inset, 0px 0px 0px rgba(255, 255, 255, 0.8), 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px -3px 12px rgba(255, 255, 255, 0.8) inset, 3px 3px 5px rgba(0, 0, 0, 0.2) inset, 0px 0px 0px rgba(255, 255, 255, 0.8), 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.single-product-page .type-product .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: auto;
}

.single-product-page .type-product .summary h1.product_title {
  width: 100%;
}

.single-product-page .type-product .summary p.price, .single-product-page .type-product .summary p.cart {
  margin: 0;
  padding: 0 10px 0 0;
}

.single-product-page .type-product .summary .woocommerce-product-details__short-description {
  width: 100%;
  margin-top: 30px;
}

.video img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.videomp4 video {
  width: 100%;
}

.about-page .two-col-video .video {
  height: 100%;
}

.woocommerce div.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0px !important;
}

.flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-control-thumbs li {
  width: 19% !important;
  margin-bottom: 15px !important;
}

.woocommerce-product-details__short-description {
  margin: 0 !important;
}

/* bottom section 	 */
.bottom-cta {
  padding-bottom: 50px;
  padding-top: 20px;
}

.bottom-cta .bottom-cta-item {
  padding-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .bottom-cta .bottom-cta-item {
    padding-bottom: 0px;
  }
}

.bottom-cta .bottom-cta-item .bottom-cta-title h3 {
  font-size: 32px;
  color: #666666;
  text-align: center;
  font-family: 'Lora', serif;
  padding-bottom: 15px;
}

@media screen and (min-width: 576px) {
  .bottom-cta .bottom-cta-item .bottom-cta-title h3 {
    font-size: 36px;
  }
}

.bottom-cta .bottom-cta-item .bottom-cta-img {
  position: relative;
}

.bottom-cta .bottom-cta-item .bottom-cta-img img {
  width: 100%;
}

.bottom-cta .bottom-cta-item .bottom-cta-img .bottom-cta-link {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.616);
}

.bottom-cta .bottom-cta-item .bottom-cta-img .bottom-cta-link a {
  padding: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-family: 'Lora', serif;
}

@media screen and (min-width: 576px) {
  .bottom-cta .bottom-cta-item .bottom-cta-img .bottom-cta-link a {
    font-size: 32px;
  }
}

@media screen and (min-width: 576px) {
  .bottom-cta .bottom-cta-item .bottom-cta-img .bottom-cta-link {
    bottom: 40px;
  }
}

.products-section .homeproduct-heading {
  font-size: 32px;
  color: #666666;
}

@media screen and (min-width: 576px) {
  .products-section .homeproduct-heading {
    font-size: 42px;
  }
}

/* banner content css */
.banner-section {
  overflow: hidden;
}

.banner-section .banner-section-inner {
  padding: 0 !important;
}

.banner-section .banner-content .title-description-link {
  width: 100%;
  background-color: #0000004d;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 20px #0000004d;
          box-shadow: 0px 0px 20px 20px #0000004d;
  padding: 70px 20px;
}

@media screen and (min-width: 576px) {
  .banner-section .banner-content .title-description-link {
    padding: 70px 40px;
    max-width: 500px;
  }
}

.banner-section .banner-content .title-description-link h1 {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .banner-section .banner-content .title-description-link h1 {
    font-size: 42px;
  }
}

@media screen and (min-width: 992px) {
  .banner-section .banner-content .title-description-link h1 {
    font-size: 61px;
  }
}

.personalised-section {
  width: 100%;
  padding-top: 55px;
}
.personalised-section select {
  padding: 9px 45px 9px 21px;
  border-radius: 0;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    background-image: url("images/white-select.png");
    background-size: 12px;
    background-position: center right 20px;
    background-repeat: no-repeat;
}
.personalised-section select option {
    font-size: 16px;
    color: #fff;
    background-color: #000000;
    font-weight: normal;
}
.woocommerce-product-details__short-description ul {
	color:#666666;
	font-size: 18px;
}







 .woocommerce-checkout  .woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
  line-height: 1.3;
 }
.woocommerce-checkout  .woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input {
    margin-top: 7px!important;
    margin-right: 8px!important;
 }
 .woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
       display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
            -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
 }
 .woocommerce-checkout .wc-payment-form > div {
   width: 100%!Important;
   padding-left: 0!important;
   padding-rihgt: 0!important;
}
 @media screen and (max-width: 767px) {
   .woocommerce-checkout .wc-payment-form > div {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }
 }
 @media screen and (min-width: 768px) {
  .woocommerce-checkout .wc-payment-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
     margin-left: -12px!important;
     margin-right: -12px!important;
    }
   .woocommerce-checkout .wc-payment-form > div {
     width: 33.3333%!important;
    padding-left: 12px!important;
   padding-right: 12px!important;

  }
}



 .woocommerce-checkout .wc-payment-form .form-row .wc-stripe-elements-field {
  padding: 10px 5px!important;
 }
 .woocommerce-checkout .wc-payment-form .form-row > div {
   width: 100%;
}
 .woocommerce-checkout .wc-payment-form .form-row iframe input {
   width: 100%;
}



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