/* SCSS HEX */
html {
  color: #1D1D1B; }

.main {
  padding: 130px 0 0;
  min-height: 100vh;
  position: relative; }
  .main a {
    color: #2C2F88; }

h1 {
  color: #FDC75F; }

h2 {
  color: #2C2F88;
  margin-bottom: 2rem;
  font-size: 30px; }
  h2 .link {
    font-size: 14px;
    color: #7B549E;
    margin-left: 1rem;
    text-decoration: underline; }
    h2 .link:hover {
      text-decoration: none; }

h3 {
  color: #635E9A; }

a {
  transition: .2s; }
  a:hover {
    opacity: .8; }

img.aligncenter {
  display: block;
  margin: 0 auto 1rem;
  max-width: 100%;
  height: auto; }

.btn-primary {
  background-color: #F59E54;
  border-color: #F59E54;
  padding: .5rem 3rem;
  border-radius: 2rem;
  color: #fff; }
  .btn-primary:hover {
    background: #FDC75F; }

.page,
.page-full {
  color: #00000099; }
  .page strong,
  .page-full strong {
    color: #2C2F88; }
  .page h1,
  .page-full h1 {
    font-size: 32px;
    color: #2C2F88; }
  .page .wp-block-image .alignleft,
  .page-full .wp-block-image .alignleft {
    margin: 0 3rem 3rem 0; }
  .page .wp-block-separator,
  .page-full .wp-block-separator {
    clear: both;
    max-width: 100px;
    margin: auto; }

.page-full {
  padding-bottom: 0; }

.wp-block-gallery {
  padding-top: 2rem; }
  .wp-block-gallery.owl-carousel {
    margin: 0 10rem;
    width: calc(100% - 20rem); }
    .wp-block-gallery.owl-carousel .owl-item {
      height: 330px; }
      .wp-block-gallery.owl-carousel .owl-item .wp-block-image {
        height: 330px;
        transition: .5s; }
      .wp-block-gallery.owl-carousel .owl-item img {
        border-radius: 1rem; }
      .wp-block-gallery.owl-carousel .owl-item.current .wp-block-image {
        padding-top: 130px; }
    .wp-block-gallery.owl-carousel .owl-nav {
      max-width: 1320px;
      margin: auto;
      position: relative;
      font-size: 40px; }
      .wp-block-gallery.owl-carousel .owl-nav .owl-prev,
      .wp-block-gallery.owl-carousel .owl-nav .owl-next {
        position: absolute;
        margin: -7rem 0 0 0;
        border-radius: 100%;
        border: 2px solid #2C2F88;
        text-align: center;
        width: 40px;
        height: 40px;
        color: #2C2F88;
        line-height: 40px; }
        .wp-block-gallery.owl-carousel .owl-nav .owl-prev:hover,
        .wp-block-gallery.owl-carousel .owl-nav .owl-next:hover {
          color: #fff;
          background: #2C2F88; }
        .wp-block-gallery.owl-carousel .owl-nav .owl-prev span,
        .wp-block-gallery.owl-carousel .owl-nav .owl-next span {
          height: 40px;
          display: block;
          line-height: 25px; }
      .wp-block-gallery.owl-carousel .owl-nav .owl-prev {
        left: -4rem; }
      .wp-block-gallery.owl-carousel .owl-nav .owl-next {
        right: -4rem; }
    .wp-block-gallery.owl-carousel .owl-dots {
      padding-top: 1rem; }
      .wp-block-gallery.owl-carousel .owl-dots .owl-dot span {
        border: 1px solid #635E9A;
        width: 15px;
        height: 15px;
        background: #fff;
        margin: 0 5px; }
      .wp-block-gallery.owl-carousel .owl-dots .owl-dot:hover span,
      .wp-block-gallery.owl-carousel .owl-dots .owl-dot.active span {
        border: 1px solid #FDC75F;
        background: #FDC75F; }

#breadcrumbs {
  padding: 1rem 0;
  color: #635E9A; }
  #breadcrumbs a {
    text-decoration: none;
    color: #00000099; }

.modal-header {
  background-color: #2C2F88;
  color: #fff; }
  .modal-header .btn-close {
    color: #fff;
    filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(254deg) brightness(102%) contrast(105%); }

@media screen and (max-width: 768px) {
  .main {
    overflow-x: hidden; } }

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px #1D1D1B;
  background: #fff; }
  .header .logo {
    width: 100px;
    height: auto;
    display: block; }
    .header .logo img {
      display: block;
      width: 100%;
      height: auto; }

.scrolled .header-top {
  display: none; }

.scrolled .header-menu {
  top: 87px;
  height: calc(100% - 85px); }

.scrolled .header-nav {
  border-bottom: 1px solid #666; }

.header-top {
  background: #F59E54;
  color: #2C2F88;
  padding: .5rem 0;
  text-align: center;
  min-height: 45px; }
  .header-top p {
    margin-bottom: 0; }

.header-nav {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.header-icon {
  font-size: 2.8rem;
  color: #FDC75F; }

.header-logo {
  position: relative;
  display: block; }
  .header-logo img {
    width: 60px;
    height: 70px;
    max-width: 60px; }

.header-menu {
  list-style: none;
  padding-top: 1.5rem;
  padding-left: 0; }
  .header-menu #menu-header {
    padding-left: 1rem; }
  .header-menu li {
    list-style: none;
    display: inline-block;
    padding-right: 1rem; }
  .header-menu .item-lv-a {
    position: relative; }
    .header-menu .item-lv-a > a {
      color: #2C2F88;
      text-decoration: none; }
      .header-menu .item-lv-a > a span {
        margin-right: .25rem; }
      .header-menu .item-lv-a > a:hover {
        text-decoration: underline; }
  .header-menu .menu-lv-a {
    position: fixed;
    padding-bottom: 2rem;
    width: 100%;
    left: 0;
    display: none;
    padding-top: 30px; }
    .header-menu .menu-lv-a.open {
      display: block; }
    .header-menu .menu-lv-a::after {
      content: '';
      background: #fff;
      width: 100%;
      height: calc(100% - 50px);
      margin-top: 50px;
      position: absolute;
      z-index: 1;
      box-shadow: 0 0 5px #1D1D1B;
      top: -15px;
      left: 0; }
    .header-menu .menu-lv-a::before {
      content: '';
      display: block;
      background: white;
      background: linear-gradient(0deg, white 20%, #cfcfcf 100%);
      z-index: 2;
      position: absolute;
      top: 30px;
      left: 0;
      width: 100%;
      height: 15px;
      z-index: 2; }
    .header-menu .menu-lv-a a {
      text-decoration: none; }
    .header-menu .menu-lv-a .is-banner img {
      display: block;
      width: 100%;
      height: auto; }
    .header-menu .menu-lv-a .item-lv-b {
      border-right: 1px solid #2C2F88;
      position: relative;
      z-index: 3;
      padding-left: 3rem;
      padding-bottom: 3rem;
      width: 24%;
      display: inline-block;
      vertical-align: top;
      margin-top: 2rem; }
      .header-menu .menu-lv-a .item-lv-b .icon {
        display: none; }
      .header-menu .menu-lv-a .item-lv-b:last-child {
        border: 0; }
      .header-menu .menu-lv-a .item-lv-b > a {
        color: #2C2F88;
        font-weight: bold;
        text-decoration: none; }
    .header-menu .menu-lv-a .menu-lv-b .item-lv-c:last-child a {
      color: #F59E54;
      text-decoration: underline;
      font-weight: bold; }
    .header-menu .menu-lv-a .item-lv-c {
      color: #1D1D1B;
      font-size: 14px; }
      .header-menu .menu-lv-a .item-lv-c a {
        color: #1D1D1B; }
        .header-menu .menu-lv-a .item-lv-c a:hover {
          color: #2C2F88;
          text-decoration: underline; }
    .header-menu .menu-lv-a .container {
      padding: 60px 5rem 1rem; }
    .header-menu .menu-lv-a strong {
      color: #2C2F88; }
    .header-menu .menu-lv-a ul {
      padding-left: 0; }
    .header-menu .menu-lv-a li {
      list-style: none;
      display: block; }

.header-search form {
  border: 1px solid #635E9A;
  border-radius: 20px;
  padding: 0 .5rem; }

.header-search .block {
  position: relative; }

.header-search input {
  border: 0;
  height: 30px;
  width: calc(100% - 35px); }
  .header-search input:focus-visible {
    outline: none; }

.header-search .header-search-close {
  display: none; }

.header-search button {
  float: right;
  border: 0;
  background: none;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #2C2F88; }

.header-search .search-preview {
  display: none;
  position: absolute;
  width: 350px;
  top: 31px;
  left: 0;
  background: #fff;
  padding: 1rem;
  text-align: left;
  color: #000000CC; }
  .header-search .search-preview .panel {
    padding-top: 1rem; }
  .header-search .search-preview .key {
    font-weight: bold; }
  .header-search .search-preview .item {
    padding: 0 1rem;
    position: relative;
    border: 0 !important; }
    .header-search .search-preview .item .link {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .header-search .search-preview .item div {
      border: 0 !important; }
    .header-search .search-preview .item .col {
      padding: 0 1rem; }
    .header-search .search-preview .item label {
      font-size: .8rem; }
    .header-search .search-preview .item .title {
      border: 0;
      color: #2A2B8A;
      font-size: 1rem;
      min-height: 50px;
      font-weight: bold; }
    .header-search .search-preview .item .price {
      font-weight: bold;
      font-size: 1rem; }
    .header-search .search-preview .item .image img {
      display: block;
      border: 1px solid #666;
      width: 100%; }

.header-widget {
  padding-top: 1.5rem;
  text-align: center; }
  .header-widget .fa-user {
    font-size: 1.5rem;
    vertical-align: middle;
    color: #635E9A; }
  .header-widget a {
    color: #635E9A;
    text-decoration: none; }
  .header-widget span {
    display: block;
    font-size: .9rem; }

.header-cart .block {
  position: relative;
  max-width: 80px;
  margin: auto; }

.header-cart label {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 55px; }

.header-cart .fas {
  font-size: 1.5rem;
  vertical-align: middle;
  color: #635E9A; }

@media screen and (min-width: 1200px) {
  .header-widget span {
    display: inline-block; }
  .header-cart label {
    left: 50px; }
  .header-cart span {
    display: none; } }

@media screen and (max-width: 1200px) {
  .header-widget div {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 992px) {
  .header-menu {
    position: fixed;
    top: 127px;
    left: 0;
    width: calc(100% - 50px);
    max-width: 400px;
    height: calc(100% - 130px);
    background: #fff;
    left: -450px;
    transition: .5s;
    padding-top: 0;
    overflow: auto; }
    .header-menu .menu {
      padding-left: 0; }
    .header-menu .item-lv-a {
      cursor: pointer; }
      .header-menu .item-lv-a:hover {
        background: #635B9D; }
        .header-menu .item-lv-a:hover > a {
          color: #fff; }
      .header-menu .item-lv-a a {
        color: #2C2F88;
        padding: .5rem 1rem;
        display: block;
        border-bottom: 1px solid #666; }
    .header-menu .sub-menu {
      background: #fff; }
      .header-menu .sub-menu li:hover {
        background: #ddd; }
      .header-menu .sub-menu li li:hover {
        background: #F2F6FA; }
    .header-menu .menu-lv-a {
      display: block;
      position: relative;
      padding: 0; }
      .header-menu .menu-lv-a .item-lv-b {
        border-right: 0;
        position: relative;
        padding: 0;
        width: 100%;
        margin-top: 0;
        display: block;
        background: #fff; }
        .header-menu .menu-lv-a .item-lv-b a {
          padding-left: 2rem; }
      .header-menu .menu-lv-a .item-lv-c a {
        padding-left: 2.5rem; }
      .header-menu .menu-lv-a::before, .header-menu .menu-lv-a::after {
        display: none; }
      .header-menu .menu-lv-a .is-banner {
        display: none; }
    .header-menu.open {
      left: 0; }
    .header-menu li {
      display: block; }
  .header-search .header-search-form {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5); }
    .header-search .header-search-form .block {
      background: #fff;
      max-width: 350px;
      width: 90%;
      margin: 5rem auto 0; }
    .header-search .header-search-form.open {
      display: block; }
    .header-search .header-search-form input {
      border: 0;
      height: 45px;
      width: calc(100% - 70px);
      padding: 1rem; }
    .header-search .header-search-form button {
      height: 45px;
      line-height: 45px; }
    .header-search .header-search-form .header-search-close {
      cursor: pointer;
      float: right;
      display: inline-block;
      width: 30px;
      height: 45px;
      line-height: 45px; }
  .header-widget {
    padding-top: 0.5rem; }
    .header-widget div {
      border-right: 1px solid #2C2F88; }
      .header-widget div:last-child {
        border: 0; } }

@media screen and (max-width: 768px) {
  .header-icon {
    font-size: 2rem;
    line-height: 4rem; }
  .header-widget span {
    font-size: .8rem; }
  .header-logo img {
    width: 50px;
    height: auto;
    margin-left: 1rem; } }

.footer {
  padding: 1.5rem 0 .5rem;
  background: #F1F6FA;
  color: #00000099; }

.footer-logo {
  color: #2C2F88;
  font-size: 13px; }
  .footer-logo .logo {
    display: block;
    width: 80px;
    height: auto;
    margin-bottom: 1rem; }
  .footer-logo a {
    color: #2C2F88;
    text-decoration: none; }

.footer-menu {
  padding-top: 2rem; }
  .footer-menu .menu {
    padding-left: 0; }
  .footer-menu .item-lv-a {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding-right: 2rem; }
    .footer-menu .item-lv-a a {
      text-decoration: none;
      font-size: 13px;
      color: #1D1D1B; }
    .footer-menu .item-lv-a > a {
      color: #2C2F88;
      font-size: 16px;
      display: block;
      margin-bottom: .5rem;
      font-weight: bold; }
    .footer-menu .item-lv-a ul {
      padding-left: 0; }
    .footer-menu .item-lv-a li {
      list-style: none;
      padding-bottom: .5rem; }
    .footer-menu .item-lv-a .icon {
      display: none; }

.footer-sidebar {
  padding-top: 2rem;
  color: #2C2F88; }

.footer-social {
  padding-top: .5rem;
  padding-left: 0;
  margin-bottom: 0; }
  .footer-social a {
    display: inline-block;
    background: center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    color: #2C2F88;
    line-height: 50px;
    text-align: center;
    font-size: 1rem; }
  .footer-social li {
    list-style: none;
    padding-bottom: .5rem;
    display: inline-block; }

.footer-payment {
  border: 1px solid #2C2F88;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  max-width: 300px;
  margin: auto; }
  .footer-payment img {
    margin: 0 .5rem; }

.footer-legal {
  text-align: right;
  border-top: 1px solid #2C2F88;
  padding-top: 1rem;
  font-size: 13px;
  color: #00000099;
  margin-top: 1rem; }
  .footer-legal li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #1D1D1B;
    padding: 0 .25rem; }
    .footer-legal li:last-child {
      border: 0; }
  .footer-legal a {
    color: #00000099;
    text-decoration: none; }
    .footer-legal a:hover {
      text-decoration: underline; }

.footer-copy {
  font-size: 13px;
  text-align: right;
  padding-bottom: 1rem; }

@media screen and (max-width: 1200px) {
  .footer-menu .item-lv-a {
    padding-right: 1.2rem; } }

@media screen and (max-width: 992px) {
  .footer-logo {
    text-align: center; }
    .footer-logo .logo {
      margin: auto; }
  .footer-menu .menu {
    text-align: center; }
    .footer-menu .menu li {
      text-align: left; }
  .footer-menu .item-lv-a {
    padding-right: 2rem; } }

@media screen and (max-width: 768px) {
  .footer-legal li {
    display: block;
    border-right: 0;
    margin-bottom: .5rem; }
  .footer-menu a {
    padding: .5rem 1rem; }
  .footer-menu li {
    padding-bottom: 0;
    margin-bottom: 0; }
  .footer-menu .item-lv-a {
    display: block;
    padding-right: 0; }
    .footer-menu .item-lv-a:last-child {
      border-bottom: 1px solid #666; }
    .footer-menu .item-lv-a > a {
      margin-bottom: 0; }
  .footer-menu .menu-item {
    border-top: 1px solid #666; } }

.home-slide {
  position: relative;
  margin-bottom: 2rem; }
  .home-slide .banner {
    height: 400px;
    overflow: hidden;
    display: block;
    background: center no-repeat;
    background-size: auto 100%;
    position: relative; }
    .home-slide .banner .link {
      position: absolute;
      width: 100%;
      height: 100%; }
  .home-slide .banner-mobile {
    background-size: contain; }
  .home-slide .owl-carousel .owl-nav {
    max-width: 1320px;
    margin: auto;
    position: relative;
    font-size: 40px; }
    .home-slide .owl-carousel .owl-nav .owl-prev,
    .home-slide .owl-carousel .owl-nav .owl-next {
      position: absolute;
      margin: -200px 0 0 0;
      border-radius: 100%;
      border: 2px solid #2C2F88;
      text-align: center;
      width: 40px;
      height: 40px;
      color: #2C2F88;
      line-height: 40px;
      background: rgba(255, 255, 255, 0.5); }
      .home-slide .owl-carousel .owl-nav .owl-prev:hover,
      .home-slide .owl-carousel .owl-nav .owl-next:hover {
        color: #fff;
        background: #2C2F88; }
      .home-slide .owl-carousel .owl-nav .owl-prev span,
      .home-slide .owl-carousel .owl-nav .owl-next span {
        height: 40px;
        display: block;
        line-height: 25px; }
    .home-slide .owl-carousel .owl-nav .owl-prev {
      left: 1rem; }
    .home-slide .owl-carousel .owl-nav .owl-next {
      right: 1rem; }
  .home-slide .owl-carousel .owl-dots {
    margin-top: -3rem;
    position: absolute;
    width: 100%; }
    .home-slide .owl-carousel .owl-dots .owl-dot span {
      border: 1px solid #635E9A;
      width: 15px;
      height: 15px;
      background: #fff;
      margin: 0 5px; }
    .home-slide .owl-carousel .owl-dots .owl-dot:hover span,
    .home-slide .owl-carousel .owl-dots .owl-dot.active span {
      border: 1px solid #FDC75F;
      background: #FDC75F; }

.home-featured {
  position: relative;
  margin-bottom: 2rem; }
  .home-featured .container {
    padding: 0 4rem; }
  .home-featured .product-item {
    padding-left: 165px; }
    .home-featured .product-item .attachment-woocommerce_thumbnail {
      position: absolute;
      left: 0;
      top: 0;
      width: 170px !important;
      height: auto;
      margin-left: 0; }
    .home-featured .product-item .like {
      top: .5rem;
      right: .5rem; }
  .home-featured .owl-carousel {
    margin: 0 -0.5rem; }
    .home-featured .owl-carousel .owl-nav {
      max-width: 1320px;
      margin: auto;
      position: relative;
      font-size: 40px;
      display: block; }
      .home-featured .owl-carousel .owl-nav .owl-prev,
      .home-featured .owl-carousel .owl-nav .owl-next {
        position: absolute;
        margin: -140px 0 0 0;
        border-radius: 100%;
        border: 2px solid #2C2F88;
        text-align: center;
        width: 40px;
        height: 40px;
        color: #2C2F88;
        line-height: 40px; }
        .home-featured .owl-carousel .owl-nav .owl-prev:hover,
        .home-featured .owl-carousel .owl-nav .owl-next:hover {
          color: #fff;
          background: #2C2F88; }
        .home-featured .owl-carousel .owl-nav .owl-prev span,
        .home-featured .owl-carousel .owl-nav .owl-next span {
          height: 40px;
          display: block;
          line-height: 25px; }
      .home-featured .owl-carousel .owl-nav .owl-prev {
        left: -3rem; }
      .home-featured .owl-carousel .owl-nav .owl-next {
        right: -3rem; }
    .home-featured .owl-carousel .owl-dots {
      padding-top: 1rem; }
      .home-featured .owl-carousel .owl-dots .owl-dot span {
        border: 1px solid #635E9A;
        width: 15px;
        height: 15px;
        background: #fff;
        margin: 0 5px; }
      .home-featured .owl-carousel .owl-dots .owl-dot:hover span,
      .home-featured .owl-carousel .owl-dots .owl-dot.active span {
        border: 1px solid #FDC75F;
        background: #FDC75F; }

.home-newness {
  position: relative;
  margin-bottom: 1rem;
  background: center bottom no-repeat;
  background-size: cover;
  color: #fff; }
  .home-newness h2 {
    color: #2C2F88;
    font-size: 45px;
    padding-top: 60px;
    background: top left no-repeat;
    background-size: 50px auto; }
  .home-newness .mobile-bg {
    background: center no-repeat;
    background-size: auto 300px;
    position: absolute;
    width: 100%;
    height: 300px;
    display: none; }
  .home-newness .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
  .home-newness .product-item {
    background: #fff;
    overflow: hidden; }
    .home-newness .product-item .woocommerce-loop-product__link {
      padding-top: 250px; }
    .home-newness .product-item .attachment-woocommerce_thumbnail {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -115px; }
  .home-newness .owl-carousel {
    margin: 0 -0.5rem; }
    .home-newness .owl-carousel .owl-nav {
      max-width: 1320px;
      margin: auto;
      position: relative;
      font-size: 40px; }
      .home-newness .owl-carousel .owl-nav .owl-prev,
      .home-newness .owl-carousel .owl-nav .owl-next {
        position: absolute;
        margin: -15rem 0 0 0;
        border-radius: 100%;
        border: 2px solid #fff;
        text-align: center;
        width: 40px;
        height: 40px;
        color: #fff;
        line-height: 40px; }
        .home-newness .owl-carousel .owl-nav .owl-prev:hover,
        .home-newness .owl-carousel .owl-nav .owl-next:hover {
          color: #fff;
          background: #2C2F88; }
        .home-newness .owl-carousel .owl-nav .owl-prev span,
        .home-newness .owl-carousel .owl-nav .owl-next span {
          height: 40px;
          display: block;
          line-height: 25px; }
      .home-newness .owl-carousel .owl-nav .owl-prev {
        left: -3rem; }
      .home-newness .owl-carousel .owl-nav .owl-next {
        right: -3rem; }
    .home-newness .owl-carousel .owl-dots {
      padding-top: 1rem; }
      .home-newness .owl-carousel .owl-dots .owl-dot span {
        border: 1px solid #fff;
        width: 15px;
        height: 15px;
        background: transparent;
        margin: 0 5px; }
      .home-newness .owl-carousel .owl-dots .owl-dot:hover span,
      .home-newness .owl-carousel .owl-dots .owl-dot.active span {
        border: 1px solid #FDC75F;
        background: #fff; }

.home-blog {
  position: relative;
  background: center bottom no-repeat;
  background-size: cover;
  color: #fff; }
  .home-blog h2 {
    color: #fff;
    font-size: 30px;
    padding-top: 60px;
    background: top center no-repeat;
    background-size: 50px auto;
    text-align: center; }
  .home-blog .container {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1000px; }
  .home-blog .blog-item {
    background: #fff;
    margin: 0 1%;
    color: #1D1D1B;
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    border-radius: .5rem;
    overflow: hidden; }
    .home-blog .blog-item:hover .image img {
      height: 180px; }
    .home-blog .blog-item:hover .control {
      height: 50px; }
    .home-blog .blog-item .info {
      padding: 1rem; }
    .home-blog .blog-item h4 {
      color: #2C2F88;
      text-decoration: none;
      font-size: 18px;
      margin-bottom: 1rem;
      display: block;
      font-weight: normal; }
      .home-blog .blog-item h4 a {
        color: #2C2F88;
        text-decoration: none; }
      .home-blog .blog-item h4::after {
        content: '';
        display: block;
        width: 50px;
        height: 1px;
        background: #FDC75F;
        margin: 1rem auto; }
    .home-blog .blog-item p {
      font-size: 14px; }
    .home-blog .blog-item .image {
      display: block;
      background: #F8F8F6;
      padding: .5rem 0;
      position: relative; }
      .home-blog .blog-item .image img {
        border-radius: 1rem;
        display: block;
        height: 150px;
        width: auto;
        margin: auto;
        transition: .5s; }
    .home-blog .blog-item .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -15px 0 0 -15px;
      color: #fff;
      font-size: 2rem; }
    .home-blog .blog-item .control {
      overflow: hidden;
      height: 5px;
      padding-top: 10px;
      transition: .5s; }
      .home-blog .blog-item .control a {
        font-size: 1.5rem;
        margin: 0 .5rem;
        color: #00000099;
        text-decoration: none; }
  .home-blog .owl-carousel {
    margin: 0 -0.5rem; }
    .home-blog .owl-carousel .item {
      text-align: center;
      height: 440px; }
    .home-blog .owl-carousel .owl-nav {
      max-width: 1320px;
      margin: auto;
      position: relative;
      font-size: 40px; }
      .home-blog .owl-carousel .owl-nav .owl-prev,
      .home-blog .owl-carousel .owl-nav .owl-next {
        position: absolute;
        margin: -15rem 0 0 0;
        border-radius: 100%;
        border: 2px solid #fff;
        text-align: center;
        width: 40px;
        height: 40px;
        color: #fff;
        line-height: 40px; }
        .home-blog .owl-carousel .owl-nav .owl-prev:hover,
        .home-blog .owl-carousel .owl-nav .owl-next:hover {
          color: #fff;
          background: #2C2F88; }
        .home-blog .owl-carousel .owl-nav .owl-prev span,
        .home-blog .owl-carousel .owl-nav .owl-next span {
          height: 40px;
          display: block;
          line-height: 25px; }
      .home-blog .owl-carousel .owl-nav .owl-prev {
        left: -3rem; }
      .home-blog .owl-carousel .owl-nav .owl-next {
        right: -3rem; }
    .home-blog .owl-carousel .owl-dots {
      padding-top: 1rem; }
      .home-blog .owl-carousel .owl-dots .owl-dot span {
        border: 1px solid #635E9A;
        width: 15px;
        height: 15px;
        background: #fff;
        margin: 0 5px; }
      .home-blog .owl-carousel .owl-dots .owl-dot:hover span,
      .home-blog .owl-carousel .owl-dots .owl-dot.active span {
        border: 1px solid #FDC75F;
        background: #FDC75F; }

@media screen and (max-width: 992px) {
  .home-slide .banner {
    height: 450px; }
  .home-newness {
    background-size: auto 300px;
    background-position: top center; }
    .home-newness .text {
      margin-bottom: 6rem; }
    .home-newness .owl-carousel .owl-dots .owl-dot:hover span,
    .home-newness .owl-carousel .owl-dots .owl-dot.active span {
      background: #FDC75F; }
    .home-newness .owl-carousel .owl-dots .owl-dot span {
      border: 1px solid #666; }
    .home-newness .mobile-bg {
      display: block; }
  .home-blog .container {
    max-width: 75%; } }

@media screen and (max-width: 576px) {
  .home-featured .owl-carousel {
    margin: 0 -1.5rem;
    width: calc(100% + 3rem); } }

@media screen and (max-width: 768px) {
  .home-slide .banner {
    height: 400px;
    background-size: auto 100%; }
  .home-featured .container {
    padding: 0 2rem; }
  .home-featured .product-item {
    padding-left: 45%;
    padding-bottom: 0;
    overflow: hidden; }
    .home-featured .product-item label,
    .home-featured .product-item h3,
    .home-featured .product-item span,
    .home-featured .product-item .button {
      position: relative; }
    .home-featured .product-item .woocommerce-loop-product__link {
      padding-left: 0; }
    .home-featured .product-item .product-title {
      font-size: 1rem;
      min-height: auto; }
    .home-featured .product-item .price {
      min-height: auto; }
    .home-featured .product-item .button {
      font-size: .8rem;
      padding: .5rem;
      margin: 1rem 0;
      width: calc(100% - 1rem); }
  .home-featured .product-item .attachment-woocommerce_thumbnail {
    width: auto !important;
    height: 100%;
    margin-left: -1.5rem; }
  .home-featured .owl-carousel .owl-nav .owl-prev,
  .home-featured .owl-carousel .owl-nav .owl-next {
    display: none; }
  .home-featured h2 {
    text-align: center;
    font-size: 25px; }
    .home-featured h2 a {
      display: block; }
  .home-newness .container {
    padding-top: 20px; }
  .home-newness h2 {
    font-size: 35px; }
  .home-newness .text {
    margin-bottom: 5rem; }
  .home-newness .product-item {
    width: 250px; }
  .home-blog .owl-carousel .item {
    height: auto; } }

.page-banner {
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  background: #fff; }
  .page-banner .image {
    height: 250px;
    background: center no-repeat;
    background-size: auto 100%; }
  .page-banner img {
    display: block;
    height: 250px;
    margin: auto;
    width: auto;
    max-width: initial; }
  .page-banner .text {
    color: #fff;
    position: absolute;
    top: 1rem;
    width: 100%;
    left: 0; }
    .page-banner .text p {
      margin-bottom: 0;
      display: inline-block; }
    .page-banner .text h3 {
      font-weight: bold;
      font-size: 3rem;
      color: #fff; }
    .page-banner .text span {
      font-size: 1.5rem; }
    .page-banner .text .row {
      height: 200px; }

.product-order {
  border: 0;
  height: 40px;
  line-height: 40px;
  margin-right: 2rem;
  background: #fff; }

.product-counter {
  padding-top: 1rem; }

.product-view {
  text-align: right; }
  .product-view .btn-view {
    background-color: #635E9A;
    color: #fff;
    border-radius: 2rem; }
    .product-view .btn-view.active {
      background-color: #2C2F88; }

.product-item {
  list-style: none;
  border: 1px solid #D4D8DD;
  margin: 0 .5rem;
  position: relative;
  padding-bottom: 1rem;
  overflow: hidden; }
  .product-item:hover {
    border-color: #FDC75F; }
  .product-item .woocommerce-loop-product__link {
    padding: 0 1rem;
    display: block;
    text-decoration: none; }
  .product-item .like {
    position: absolute;
    width: 20px !important;
    height: auto;
    cursor: pointer;
    top: 240px;
    right: 1rem;
    z-index: 2; }
    .product-item .like.active {
      filter: invert(77%) sepia(63%) saturate(1148%) hue-rotate(319deg) brightness(98%) contrast(96%); }
  .product-item .product-category {
    padding-top: 1rem;
    color: #1D1D1B;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    display: block; }
  .product-item .product-title {
    color: #2C2F88;
    text-decoration: none;
    font-size: 18px;
    min-height: 40px;
    display: block;
    padding-right: 1.5rem !important; }
  .product-item .onsale {
    position: absolute;
    top: .5rem;
    left: .5rem;
    background: #F59E54;
    border-radius: 1rem;
    padding: 0 1rem;
    color: #fff;
    /*display: none;*/ }
  .product-item .attachment-woocommerce_thumbnail {
    height: 230px;
    width: auto !important;
    margin: 0 auto; }
  .product-item .price {
    min-height: 50px;
    display: block;
    margin-bottom: .5rem; }
    .product-item .price bdi {
      font-size: 23px;
      font-weight: bold;
      display: block;
      color: #1D1D1B;
      text-decoration: none; }
    .product-item .price del bdi {
      color: #00000080;
      text-decoration: line-through;
      font-size: 13px;
      font-weight: normal; }
    .product-item .price ins {
      text-decoration: none; }
  .product-item .discount {
    font-size: 13px;
    background: #F59E54;
    border-radius: 2rem;
    padding: .25rem .5rem;
    color: #fff;
    vertical-align: middle; }
  .product-item .button {
    display: block;
    margin: 1rem;
    border-radius: 2rem;
    background: #635E9A;
    color: #fff;
    border: 0;
    padding: .5rem;
    font-size: 12px;
    width: calc(100% - 2rem);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold; }
  .product-item .added_to_cart {
    display: block;
    margin: 1rem;
    border-radius: 2rem;
    background: #FDC75F;
    color: #fff;
    padding: .5rem 1rem;
    font-size: 14px;
    width: calc(100% - 2rem);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold; }
  .product-item .image {
    display: block;
    background: #F8F8F6;
    padding: .5rem 0; }
    .product-item .image img {
      display: block; }

.woocommerce .woocommerce-breadcrumb {
  color: #635E9A;
  padding: 1rem 0; }
  .woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #00000099; }

.woocommerce div.product form.cart div.quantity {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.woocommerce div.product form.cart .button {
  float: none;
  display: block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  background: #635E9A;
  border-radius: 2rem;
  text-transform: uppercase; }

.woocommerce ul.products li.product .price {
  color: #1D1D1B;
  font-size: 24px;
  font-weight: bold; }
  .woocommerce ul.products li.product .price del {
    font-size: 13px;
    display: block; }
  .woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: bold; }

.woocommerce ul.products li.product .button {
  display: block;
  background: #635E9A;
  border-radius: 2rem;
  margin: auto;
  text-align: center;
  color: #fff; }

.woocommerce a.button {
  border-radius: 1rem;
  margin: auto;
  display: block;
  background-color: #635E9A;
  color: #fff;
  text-transform: none; }

.woocommerce .woocommerce-info {
  border-top-color: #2C2F88; }
  .woocommerce .woocommerce-info::before {
    color: #2C2F88; }

.woocommerce ul.products li.product a img {
  margin: 0 auto 1em; }

.woocommerce form .form-row input.input-text {
  height: 40px;
  line-height: 40px; }

.woocommerce form .form-row textarea {
  height: 100px; }

.woocommerce form .woocommerce-button {
  background-color: #635E9A;
  border-radius: 2rem;
  padding: 1rem 3rem;
  color: #fff; }

.woocommerce .woocommerce-product-gallery {
  margin-bottom: 5rem; }

.woocommerce div.product div.images .gallery-thumb .woocommerce-product-gallery__image {
  width: 100%;
  max-width: 130px;
  display: block;
  border: 1px solid #D4D8DD;
  padding: .5rem;
  margin-bottom: 1rem; }

.woocommerce div.product div.images .gallery-item {
  height: 100%;
  min-height: 600px;
  background: #fff center no-repeat;
  background-size: contain; }

.gallery-owl .owl-carousel .owl-nav {
  position: relative; }
  .gallery-owl .owl-carousel .owl-nav .owl-prev,
  .gallery-owl .owl-carousel .owl-nav .owl-next {
    top: -180px;
    font-size: 3rem;
    border-radius: 100%;
    border: 2px solid #3B3C8F;
    color: #3B3C8F;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center; }
  .gallery-owl .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0; }
  .gallery-owl .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0; }

.woocommerce-MyAccount-navigation {
  border-radius: 1rem;
  background: #635E9A;
  padding: 2rem 0; }
  .woocommerce-MyAccount-navigation li {
    list-style: none;
    padding-bottom: .5rem;
    padding-top: .5rem;
    border-bottom: 1px solid #fff;
    margin-right: 2rem; }
    .woocommerce-MyAccount-navigation li:last-child {
      border-bottom: 0; }
    .woocommerce-MyAccount-navigation li a {
      text-decoration: none;
      color: #fff; }

#customer_details {
  margin-bottom: 2rem; }

.product-filter {
  padding-top: 1rem;
  color: #2C2F88; }
  .product-filter h4 {
    font-size: 18px;
    margin-bottom: .5rem; }
  .product-filter .category {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1rem; }
    .product-filter .category .open ul {
      display: block; }
      .product-filter .category .open ul .fa-angle-down {
        transform: rotate(-180deg); }
    .product-filter .category .fa-angle-down {
      cursor: pointer;
      margin-top: .25rem; }
    .product-filter .category ul {
      padding-left: 1rem;
      list-style: none;
      padding-bottom: 1rem;
      display: none; }
    .product-filter .category a {
      color: #1D1D1B;
      text-decoration: none;
      font-size: 13px; }
      .product-filter .category a.active {
        font-weight: bold; }
    .product-filter .category label {
      border-top: 1px solid #7B549E;
      display: block;
      padding-bottom: .5rem;
      padding-top: .5rem;
      padding-right: 1rem; }
    .product-filter .category label a {
      color: #2C2F88;
      font-size: 16px; }

.product-list {
  padding-top: 1rem; }

.product-view-grid .wc-block-grid .wc-block-grid__product {
  flex: 1 0 24%;
  max-width: 24%; }

.product-view-grid .wc-block-grid__product {
  border: 1px solid #F8F8F8;
  margin: .5%; }

.product-view-grid .wc-block-grid__product-title {
  text-align: left;
  color: #2C2F88;
  padding: 0 1rem;
  text-decoration: none;
  margin-bottom: 1rem; }

.product-view-grid .wc-block-grid__product-onsale {
  display: none; }

.product-view-grid .wc-block-grid__product-price {
  text-align: left;
  color: #1D1D1B;
  padding: 0 1rem;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  height: 50px; }
  .product-view-grid .wc-block-grid__product-price del {
    font-size: 13px;
    display: block; }
  .product-view-grid .wc-block-grid__product-price ins {
    text-decoration: none; }

.product-view-grid .wp-block-button {
  margin: 0 1rem; }

.product-view-grid .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: block;
  background: #635E9A;
  color: #fff; }

.quantity .qty {
  display: none; }

.product-qty {
  display: inline-block; }
  .product-qty span {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center; }
  .product-qty .qty {
    border: 1px solid #666;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px; }
  .product-qty .more {
    font-weight: bold;
    cursor: pointer; }
  .product-qty .less {
    font-weight: bold;
    cursor: pointer; }

@media screen and (min-width: 993px) {
  .product-view-list .woocommerce ul.products .product-item {
    display: block;
    border: 0;
    border-bottom: 1px solid #EEF0F1;
    margin: 0 0 2rem;
    width: 100%; }
    .product-view-list .woocommerce ul.products .product-item::after {
      content: '';
      display: block;
      clear: left; }
    .product-view-list .woocommerce ul.products .product-item:last-child {
      border-bottom: 0; }
    .product-view-list .woocommerce ul.products .product-item .like {
      top: 1rem; }
    .product-view-list .woocommerce ul.products .product-item .woocommerce-loop-product__link {
      float: left;
      width: 250px !important;
      height: auto; }
    .product-view-list .woocommerce ul.products .product-item .product-category {
      position: absolute;
      top: 0;
      left: 280px;
      width: 280px; }
    .product-view-list .woocommerce ul.products .product-item .product-title {
      position: absolute;
      top: 2rem;
      left: 280px;
      width: 280px; }
    .product-view-list .woocommerce ul.products .product-item .add_to_cart_button {
      margin-left: 570px;
      margin-right: 0;
      width: 200px; }
    .product-view-list .woocommerce ul.products .product-item .price {
      margin-left: 550px; } }

.woocommerce-tabs {
  display: none; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product
.products .product-item {
  padding: 0 0 1rem;
  margin: 0 1% 2rem 0;
    position: relative;
  width: 23%;
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden; }

.related.products {
  clear: both;
  padding-top: 2rem; }

.sold-out {
  position: absolute;
  top: 1.5rem;
  left: -2rem;
  background: #f00;
  color: #fff;
  padding: 0 2rem;
  font-weight: bold;
  box-shadow: 0 0 0.25rem #000;
  rotate: -45deg;
  z-index: 1; }

.product-content {
  max-width: 750px;
  margin: auto;
  clear: both; }
  .product-content .additional-attributes-wrapper.open h4 .fa-plus {
    display: none; }
  .product-content .additional-attributes-wrapper.open h4 .fa-minus {
    display: block; }
  .product-content .additional-attributes-wrapper h4 {
    cursor: pointer; }
  .product-content .additional-attributes-wrapper .control {
    float: right;
    color: #F59E54; }
    .product-content .additional-attributes-wrapper .control .fa-minus {
      display: none; }
  .product-content .additional-attributes-wrapper .accordeon {
    display: none; }
  .product-content .additional-attributes-wrapper iframe {
    width: 100%;
    height: 400px; }

.single-product .woocommerce-breadcrumb {
  margin: auto;
  max-width: 1140px;
  width: 90%; }

.single-product .summary h2 {
  font-size: 15px;
  color: #00000099;
  font-weight: normal;
  margin-bottom: 0; }

.single-product .summary h1 {
  font-size: 30px;
  color: #1D1D1B;
  margin-bottom: 0; }

.single-product .summary .price {
  margin-top: 1rem; }
  .single-product .summary .price .price-regular {
    color: #00000099;
    text-decoration: line-through; }
  .single-product .summary .price .price-single,
  .single-product .summary .price .price-sale {
    font-weight: bold;
    font-size: 30px; }

.single-product .summary .author,
.single-product .summary .attribute {
  background: #F3F7FB;
  padding: 0 1rem;
  font-size: 15px; }
  .single-product .summary .author.only,
  .single-product .summary .attribute.only {
    padding: 1rem; }
  .single-product .summary .author p,
  .single-product .summary .attribute p {
    margin-bottom: .25rem; }

.single-product .summary .author {
  padding-top: 1rem;
  padding-bottom: 1px; }

.single-product .summary .attribute {
  padding-bottom: 1rem; }

.single-product .summary .share a {
  display: inline-block;
  background: center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  color: #2C2F88;
  line-height: 50px;
  text-align: center;
  font-size: 1rem; }

.single-product .summary .cart-block {
  padding-top: 1rem; }

.single-product .ebook {
  display: inline-block;
  margin-top: 2rem;
  font-weight: bold;
  text-decoration: none; }

.additional-attributes-wrapper {
  padding-bottom: 2rem;
  border-bottom: 1px solid #635E9A;
  max-width: 750px;
  margin: auto;
  margin-bottom: 2rem; }
  .additional-attributes-wrapper h4 {
    color: #2C2F88;
    font-size: 22px; }

.product-fragment {
  text-align: center;
  background: center no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 2rem; }
  .product-fragment .image {
    display: block;
    margin: 0 auto 1rem;
    width: 150px; }
  .product-fragment p {
    font-weight: bold; }
  .product-fragment .btn-primary {
    background: #635E9A;
    border-color: #635E9A;
    color: #fff; }

.single-product.woocommerce .product span.onsale {
  display: none; }

.single-product.woocommerce .product .flex-viewport {
  width: 600px;
  float: right; }

.single-product.woocommerce .product .flex-control-nav {
  width: calc(100% - 620px);
  float: left; }

.single-product.woocommerce .product .woocommerce-product-gallery {
  width: 750px; }

.single-product.woocommerce .product .summary {
  width: calc(100% - 780px);
  margin-left: 20px; }

.single-product.woocommerce .product .images .flex-control-thumbs li {
  width: 100%;
  float: none;
  margin-bottom: 1rem; }

.page-product-author {
  padding-bottom: 5rem; }

.author-info {
  color: #00000099;
  padding-bottom: 3rem; }
  .author-info .title-icon {
    width: 65px;
    height: auto; }
  .author-info h1 {
    font-size: 30px;
    color: #2C2F88; }
  .author-info .image {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 100%;
    margin-top: 3rem; }
    .author-info .image img {
      display: block;
      width: 100%;
      height: auto; }

.product-featured {
  margin-bottom: 2rem;
  background: #F3F7FB;
  padding: 60px 0; }
  .product-featured h2 {
    font-size: 30px;
    margin-bottom: 1rem; }
  .product-featured h3 {
    font-size: 20px;
    margin-bottom: 1rem;
    color: #F59E54; }
  .product-featured h4 {
    font-size: 18px;
    color: #2C2F88; }
  .product-featured .btn {
    background: #635E9A;
    color: #fff;
    border-radius: 2rem;
    padding: .5rem 5rem;
    text-transform: uppercase; }

#sidebar-amount {
  display: block;
  border: 0;
  margin-bottom: .5rem; }

#slider-range {
  border: 1px solid #fff;
  background: #D4D8DD; }
  #slider-range .ui-slider-handle {
    border-radius: 100%;
    background: #2C2F88;
    border-color: #635E9A; }
  #slider-range .ui-slider-range {
    background: #2C2F88; }

@media screen and (max-width: 1200px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    width: 90%;
    float: none;
    margin: auto;
    max-width: 700px; }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin: 0 1.8% 2rem 0;
    width: 31%; }
  .single-product.woocommerce .product .summary {
    width: 100%;
    margin-left: 0; } }

@media screen and (max-width: 992px) {
  .product-filter .panel {
    display: none; }
    .product-filter .panel.open {
      display: block; }
  .btn-view {
    display: none; }
  .product-order {
    border: 1px solid #D4D8DD;
    padding: 0 1rem;
    display: block;
    width: 100%; }
  .product-view-grid .wc-block-grid .wc-block-grid__product {
    flex: 1 0 48%;
    max-width: 48%;
    padding: 1rem; }
  .author-info .image {
    margin: 0 auto; }
  .product-featured .image {
    margin: 0 auto 2rem;
    text-align: center; }
  .product-featured .btn {
    margin: auto;
    display: block; } }

@media screen and (max-width: 768px) {
  .page-banner .text h3 {
    font-size: 2rem; }
  .page-banner .image {
    height: 150px; }
  .product-view-grid .wc-block-grid .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%; }
  .woocommerce div.product form.cart .button {
    width: 100%;
    display: block; }
  .product-content .additional-attributes-wrapper iframe {
    height: 300px; } }

.single-post h1 {
  color: #2C2F88;
  margin-bottom: 2rem; }

.single-post iframe {
  width: 100%;
  height: 500px; }

.post-item .wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 1px solid #666; }

.post-item h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem; }

@media screen and (max-width: 768px) {
  .post-item h3 {
    font-size: 1rem; } }

.contact-form {
  width: 100%;
  padding-right: 2rem;
  max-width: 768px; }
  .contact-form .nf-form-content input[type=button] {
    background-color: #7B549E;
    border-color: #7B549E;
    padding: .5rem 3rem;
    border-radius: 2rem;
    text-transform: uppercase;
    font-weight: bold; }
    .contact-form .nf-form-content input[type=button]:hover {
      background: #2C2F88; }

.contact-rrss a {
  text-decoration: none;
  display: inline-block; }

.contact-rrss i {
  font-size: 1.8rem;
  vertical-align: middle;
  display: inline-block;
  margin-right: .5rem;
  width: 2rem;
  height: 2rem;
  text-align: center; }

@media screen and (min-width: 992px) {
  .contact-form {
    float: left;
    width: 60%; }
  .contact-info {
    margin-left: auto;
    width: 40%; } }

.about-mission {
  background: center no-repeat #60599A;
  color: #fff;
  padding: 3rem 1rem 3rem 40%;
  margin-top: 5rem;
  position: relative;
  overflow: hidden; }
  .about-mission .wp-block-image {
    z-index: 2;
    position: relative; }
    .about-mission .wp-block-image.bg-desktop {
      position: absolute;
      width: auto;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
      .about-mission .wp-block-image.bg-desktop img {
        width: auto;
        height: 100%;
        max-width: inherit; }
    .about-mission .wp-block-image.bg-mobile {
      display: none; }
  .about-mission h3 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 0;
    z-index: 2;
    position: relative; }
  .about-mission strong {
    font-size: 32px;
    color: #fff; }
  .about-mission p {
    position: relative;
    color: #fff;
    margin-bottom: 0;
    z-index: 2; }

.page-search {
  padding-top: 3rem; }
  .page-search .title-h {
    font-size: 16px; }
  .page-search .item {
    position: relative;
    margin-bottom: 2rem;
    border-bottom: 1px solid #00000099; }
    .page-search .item h3 {
      font-size: 1.2rem; }
    .page-search .item a {
      position: absolute;
      width: 100%;
      height: 100%; }

.page-catalog {
  padding-bottom: 3rem; }

@media screen and (max-width: 1200px) {
  .wp-block-gallery.owl-carousel .owl-item.current .wp-block-image {
    padding-top: 0; }
  .wp-block-gallery.owl-carousel {
    margin: 0 1rem;
    width: calc(90% - 100px);
    max-width: 400px;
    margin: auto; }
  .wp-block-gallery.owl-carousel .owl-nav .owl-prev, .wp-block-gallery.owl-carousel .owl-nav .owl-next {
    margin: -11rem 0 0 0; }
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%; }
  .wp-block-gallery.owl-carousel .owl-item img {
    height: auto; }
  .about-mission {
    padding: 3rem 1rem; }
    .about-mission .wp-block-image.bg-desktop {
      display: none; }
    .about-mission h3 {
      font-size: 45px; }
    .about-mission strong {
      font-size: 25px; } }

@media screen and (max-width: 768px) {
  .wp-block-gallery.owl-carousel {
    width: calc(90% - 50px); }
  .wp-block-gallery.owl-carousel .owl-nav .owl-prev {
    left: -3rem; }
  .wp-block-gallery.owl-carousel .owl-nav .owl-next {
    right: -3rem; } }

#billing_city_field,
#shipping_city_field {
  display: none !important; }

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.whatsapp-icon:hover {
  transform: scale(1.2);
}

.whatsapp-icon img {
  display: block;
  width: 60px;
  height: 60px;
}

.whatsapp-icon span {
  display: none;
}

.whatsapp-icon:hover span {
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  padding: 5px;
  background-color: #4CAF50;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  margin-left:10px;
}
