/*
Theme Name: Asoyan Flowers
Author: Vardan SHahbazyan
Author URI: http://armwebs.fr/
*/
@import url(js/fancybox-master/dist/jquery.fancybox.min.css);
@import url(css/swiper.min.css);
@font-face {
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
  src: url("fonts/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  src: url("fonts/Montserrat-Bold.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Light, Arial, Sans-Serif";
  src: url("fonts/Montserrat-Light.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "PlayfairDisplay-Regular, Arial, Sans-Serif";
  src: url("fonts/PlayfairDisplay-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "PlayfairDisplay-Bold, Arial, Sans-Serif";
  src: url("fonts/PlayfairDisplay-Bold.ttf");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box;
  user-select: none; }

html, body {
  width: 100%;
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat-Light, Arial, Sans-Serif";
  font-size: 16px;
  color: #333;
  background-color: #ffffff;
  line-height: 24px; }
  body.overflow {
    overflow: hidden; }

ul {
  margin: 0;
  padding: 0; }

.swiper {
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 1550px) {
    .swiper {
      text-align: center; } }
  .swiper .swiper-button-prev, .swiper .swiper-button-next {
    right: 25px;
    /*@include max(1550){
      top: auto;
      bottom: 25px;
      right: auto;
      left: 85px;
    }*/ }
    @media only screen and (max-width: 1550px) {
      .swiper .swiper-button-prev, .swiper .swiper-button-next {
        left: 15px;
        top: auto;
        bottom: 25px;
        right: -45px;
        margin: auto;
        height: 30px;
        position: relative;
        width: 27px;
        margin-top: 60px;
        display: inline-block; } }
    .swiper .swiper-button-prev:after, .swiper .swiper-button-next:after {
      display: none; }
    .swiper .swiper-button-prev img, .swiper .swiper-button-next img {
      height: 30px; }
  .swiper .swiper-button-prev {
    left: 25px;
    right: 0;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
    @media only screen and (max-width: 1550px) {
      .swiper .swiper-button-prev {
        left: -15px; } }

.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.full-height {
  height: 100%;
  max-height: 750px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .full-height {
      min-height: 700px; } }
  @media only screen and (min-width: 1900px) {
    .full-height {
      min-height: 850px; } }
  .full-height.real-height {
    max-height: none; }

.full-height-slide .slick-list, .full-height-slide .slick-track, .full-height-slide .slick-slide {
  height: 100%; }

.container-main, .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; }
  @media only screen and (max-width: 1500px) {
    .container-main, .container {
      max-width: 1200px; } }

.with-flex, .withFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .with-flex .half-col, .withFlex .half-col {
    width: 50%; }
    @media only screen and (max-width: 480px) {
      .with-flex .half-col, .withFlex .half-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  .with-flex .col-3, .withFlex .col-3 {
    width: 33.333333%; }

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .section-padding {
      padding-top: 30px;
      padding-bottom: 30px; } }

.section-padding-top {
  padding-top: 50px; }
  @media only screen and (max-width: 992px) {
    .section-padding-top {
      padding-top: 30px; } }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .background-cover.position-top {
    background-position: top center; }

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.slick-dots {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%; }
  .slick-dots li {
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    margin: 0px 15px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 10px; }
    .slick-dots li button {
      display: none; }
    .slick-dots li:before {
      content: '';
      display: block;
      width: 0px;
      height: 0px;
      position: absolute;
      background: transparent;
      left: -10px;
      bottom: -5px;
      right: -10px;
      top: -5px;
      margin: auto;
      border-radius: 20px;
      border: 2px solid #fff;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .slick-dots li.slick-active, .slick-dots li:hover {
      background-color: #333333; }
      .slick-dots li.slick-active:before, .slick-dots li:hover:before {
        width: 22px;
        height: 22px;
        border: 2px solid #333333;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }

.without-before:before {
  display: none !important; }

.under-header {
  height: 110px;
  background-color: #ffffff; }
  @media only screen and (max-width: 1020px) {
    .under-header {
      height: 70px; } }

.description h1, .description h2, .description h3, .description h4, .description h5, .description h6 {
  font-weight: bold;
  color: #333333; }

.description ul {
  padding-left: 20px; }

.description a {
  color: #333333; }

.main-btn {
  display: inline-block;
  padding: 12px 20px;
  margin-top: 30px;
  min-width: 180px;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    .main-btn {
      margin-top: 20px; } }
  .main-btn span {
    position: relative;
    z-index: 1; }
  .main-btn:before {
    content: '';
    display: block;
    left: -100%;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 0px 30px 30px 0px;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0; }
  .main-btn:hover:before {
    left: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .main-btn.primary {
    background-color: #333333;
    color: #ffffff; }
    .main-btn.primary:hover {
      color: #333333; }
      .main-btn.primary:hover:before {
        left: 0;
        background-color: #ffffff;
        border-radius: 0px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
  .main-btn.border {
    border: 1px solid #333333; }
  .main-btn.secondary {
    background-color: #3a3634;
    color: #ffffff; }
    .main-btn.secondary:hover {
      color: #3a3634; }
      .main-btn.secondary:hover:before {
        width: 100%;
        height: 100%;
        border-radius: 0;
        background-color: #333333;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
  .main-btn.white {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff; }
    .main-btn.white:hover {
      color: #333333; }
      .main-btn.white:hover:before {
        width: 100%;
        height: 100%;
        border-radius: 0;
        background-color: #ffffff;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
  .main-btn.red {
    background-color: #F2F2F2;
    color: #ffffff; }
    .main-btn.red:hover {
      color: #F2F2F2; }
      .main-btn.red:hover:before {
        width: 100%;
        height: 100%;
        border-radius: 0;
        background-color: #333333;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }

.bg-white {
  background-color: #ffffff; }

button.fancybox-button.fancybox-button--thumbs {
  display: none !important; }

.fancybox-caption__body {
  text-align: center;
  max-width: 650px;
  margin: auto; }
  .fancybox-caption__body ul {
    margin: 0;
    padding: 0; }
    .fancybox-caption__body ul li {
      list-style-type: none; }

.central {
  margin: 0;
  padding: 0;
  text-align: center; }
  .central li {
    list-style: none;
    float: none;
    display: inline-block; }

.centered {
  text-align: center; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.in-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .in-mobile {
      display: block; } }

.aligned:before, .aligned:after {
  content: "";
  display: table; }

.aligned:after {
  clear: both; }

.aligned .left {
  float: left; }

.aligned .right {
  float: right; }

.page404 {
  margin: 100px auto 200px auto; }
  .page404 h1 {
    font-size: 50px; }
  .page404 a {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: inherit; }

.woocommerce div button.button,
.woocommerce-cart .woocommerce a.button,
.woocommerce a.button,
.woocommerce div a.button,
.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button,
.woocommerce form button.button,
.button, .woocommerce a.button, .wp-block-button__link, .woocommerce div.product form.cart .disabled,
.woocommerce button.button:disabled[disabled] {
  border: 1px solid #333333;
  outline: none;
  padding: 0 30px;
  text-decoration: none;
  display: inline-block;
  line-height: 40px;
  font-size: 16px !important;
  text-align: center;
  font-family: "Montserrat-Light, Arial, Sans-Serif";
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .woocommerce div button.button.plain,
  .woocommerce-cart .woocommerce a.button.plain,
  .woocommerce a.button.plain,
  .woocommerce div a.button.plain,
  .woocommerce-cart .woocommerce button.button.plain,
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button.plain,
  .woocommerce form button.button.plain,
  .button.plain, .woocommerce a.button.plain, .wp-block-button__link.plain, .woocommerce div.product form.cart .disabled.plain,
  .woocommerce button.button:disabled[disabled].plain {
    color: #333333; }
    .woocommerce div button.button.plain:hover,
    .woocommerce-cart .woocommerce a.button.plain:hover,
    .woocommerce a.button.plain:hover,
    .woocommerce div a.button.plain:hover,
    .woocommerce-cart .woocommerce button.button.plain:hover,
    .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button.plain:hover,
    .woocommerce form button.button.plain:hover,
    .button.plain:hover, .woocommerce a.button.plain:hover, .wp-block-button__link.plain:hover, .woocommerce div.product form.cart .disabled.plain:hover,
    .woocommerce button.button:disabled[disabled].plain:hover {
      background: #333333;
      color: #ffffff; }
    .woocommerce div button.button.plain.white,
    .woocommerce-cart .woocommerce a.button.plain.white,
    .woocommerce a.button.plain.white,
    .woocommerce div a.button.plain.white,
    .woocommerce-cart .woocommerce button.button.plain.white,
    .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button.plain.white,
    .woocommerce form button.button.plain.white,
    .button.plain.white, .woocommerce a.button.plain.white, .wp-block-button__link.plain.white, .woocommerce div.product form.cart .disabled.plain.white,
    .woocommerce button.button:disabled[disabled].plain.white {
      background: #ffffff;
      color: #333333; }
      .woocommerce div button.button.plain.white:hover,
      .woocommerce-cart .woocommerce a.button.plain.white:hover,
      .woocommerce a.button.plain.white:hover,
      .woocommerce div a.button.plain.white:hover,
      .woocommerce-cart .woocommerce button.button.plain.white:hover,
      .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button.plain.white:hover,
      .woocommerce form button.button.plain.white:hover,
      .button.plain.white:hover, .woocommerce a.button.plain.white:hover, .wp-block-button__link.plain.white:hover, .woocommerce div.product form.cart .disabled.plain.white:hover,
      .woocommerce button.button:disabled[disabled].plain.white:hover {
        background: #333333;
        color: #ffffff;
        border: 1px solid #ffffff; }
  .woocommerce div button.button:not(.plain),
  .woocommerce-cart .woocommerce a.button:not(.plain),
  .woocommerce a.button:not(.plain),
  .woocommerce div a.button:not(.plain),
  .woocommerce-cart .woocommerce button.button:not(.plain),
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button:not(.plain),
  .woocommerce form button.button:not(.plain),
  .button:not(.plain), .woocommerce a.button:not(.plain), .wp-block-button__link:not(.plain), .woocommerce div.product form.cart .disabled:not(.plain),
  .woocommerce button.button:disabled[disabled]:not(.plain) {
    background-color: #333333;
    color: #ffffff; }
    .woocommerce div button.button:not(.plain):hover,
    .woocommerce-cart .woocommerce a.button:not(.plain):hover,
    .woocommerce a.button:not(.plain):hover,
    .woocommerce div a.button:not(.plain):hover,
    .woocommerce-cart .woocommerce button.button:not(.plain):hover,
    .woocommerce-cart .woocommerce .wc-proceed-to-checkout button.button.checkout-button:not(.plain):hover,
    .woocommerce form button.button:not(.plain):hover,
    .button:not(.plain):hover, .woocommerce a.button:not(.plain):hover, .wp-block-button__link:not(.plain):hover, .woocommerce div.product form.cart .disabled:not(.plain):hover,
    .woocommerce button.button:disabled[disabled]:not(.plain):hover {
      background: #ffffff;
      color: #333333; }

.woocommerce a.button {
  border: 1px solid #333333 !important; }

a:focus, a:hover {
  color: #3a3634; }

.section-border {
  border-top: 1px solid #333333; }

.woocommerce-breadcrumb {
  display: none !important; }

dd.variation-DeliveryDate {
  display: inline-block; }
  dd.variation-DeliveryDate p {
    margin: 0; }

#wooot_order_tip_form .order_tip_title {
  font-size: 25px !important;
  line-height: 25px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: "PlayfairDisplay-Bold, Arial, Sans-Serif";
  color: #333333; }

#wooot_order_tip_form .woo_order_tip, #wooot_order_tip_form .woo_order_tip_remove, #wooot_order_tip_form .woo_order_tip_apply {
  margin: 0;
  border: 4px solid #f8c3c7;
  background-color: #f8c3c7;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px;
  text-align: center;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #wooot_order_tip_form .woo_order_tip, #wooot_order_tip_form .woo_order_tip_remove, #wooot_order_tip_form .woo_order_tip_apply {
      margin-bottom: 5px; } }

#wooot_order_tip_form .woo_order_tip.active {
  background-color: #3a3634; }

.woocommerce.woocommerce-page ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .woocommerce.woocommerce-page ul.products .product {
    width: 32% !important;
    float: none;
    padding-bottom: 2%;
    margin-right: 2%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    @media only screen and (max-width: 992px) {
      .woocommerce.woocommerce-page ul.products .product {
        width: 48% !important; } }
    @media only screen and (max-width: 767px) {
      .woocommerce.woocommerce-page ul.products .product {
        width: 50% !important;
        margin: 0 !important; } }
    .woocommerce.woocommerce-page ul.products .product:nth-child(3n+3) {
      margin-right: 0; }
    .woocommerce.woocommerce-page ul.products .product:hover {
      box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.12);
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .woocommerce.woocommerce-page ul.products .product .woocommerce-loop-product__link {
      overflow: hidden;
      position: relative;
      display: block;
      color: #333333;
      text-align: center; }
      .woocommerce.woocommerce-page ul.products .product .woocommerce-loop-product__link img {
        margin: 0; }
    .woocommerce.woocommerce-page ul.products .product span {
      color: #333333; }
    .woocommerce.woocommerce-page ul.products .product del {
      margin-right: 5px; }
    .woocommerce.woocommerce-page ul.products .product ins {
      margin-left: 5px;
      text-decoration: none; }
    .woocommerce.woocommerce-page ul.products .product .button {
      display: none;
      width: 80%;
      margin: auto;
      padding: 10px;
      font-size: 16px;
      line-height: 16px; }
    .woocommerce.woocommerce-page ul.products .product .added_to_cart {
      display: none; }
    .woocommerce.woocommerce-page ul.products .product .onsale, .woocommerce.woocommerce-page ul.products .product .out-of-stock {
      width: 255px;
      min-width: auto;
      min-height: auto;
      border-radius: 0;
      line-height: normal;
      text-align: center;
      background: #333333;
      font-weight: normal;
      position: absolute;
      left: -65px;
      margin: 0;
      right: 0;
      top: 38px;
      z-index: 1;
      font-size: 18px;
      padding: 15px;
      color: #ffffff;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media only screen and (max-width: 480px) {
        .woocommerce.woocommerce-page ul.products .product .onsale, .woocommerce.woocommerce-page ul.products .product .out-of-stock {
          left: -84px;
          top: 28px;
          font-size: 14px;
          padding: 7px; } }
    .woocommerce.woocommerce-page ul.products .product .out-of-stock {
      background-color: #f45a5a; }
      @media only screen and (max-width: 480px) {
        .woocommerce.woocommerce-page ul.products .product .out-of-stock {
          left: -77px; } }
    .woocommerce.woocommerce-page ul.products .product .tinv-wishlist {
      padding: 0;
      position: absolute;
      top: 10px;
      right: 10px; }
      .woocommerce.woocommerce-page ul.products .product .tinv-wishlist .tinvwl_add_to_wishlist_button {
        margin: 0;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transition: all 3.5s;
        -o-transition: all 3.5s;
        -webkit-transition: all 3.5s;
        -ms-transition: all 3.5s;
        transition: all 3.5s; }
        .woocommerce.woocommerce-page ul.products .product .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
          color: #f8c3c7;
          font-size: 30px; }
        .woocommerce.woocommerce-page ul.products .product .tinv-wishlist .tinvwl_add_to_wishlist_button span {
          display: none; }
        .woocommerce.woocommerce-page ul.products .product .tinv-wishlist .tinvwl_add_to_wishlist_button.inited-add-wishlist {
          -ms-transform: scale(1.6);
          -webkit-transform: scale(1.6);
          transform: scale(1.6);
          -moz-transition: all 4.5s;
          -o-transition: all 4.5s;
          -webkit-transition: all 4.5s;
          -ms-transition: all 4.5s;
          transition: all 4.5s; }
          .woocommerce.woocommerce-page ul.products .product .tinv-wishlist .tinvwl_add_to_wishlist_button.inited-add-wishlist.tinvwl-product-in-list {
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
            -moz-transition: all 3.5s;
            -o-transition: all 3.5s;
            -webkit-transition: all 3.5s;
            -ms-transition: all 3.5s;
            transition: all 3.5s; }

.image-elements {
  clear: both; }
  .image-elements .image-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden; }
    .image-elements .image-wrapper .on-sale {
      width: 255px;
      min-width: auto;
      min-height: auto;
      border-radius: 0;
      line-height: normal;
      text-align: center;
      background: #333333;
      position: absolute;
      left: -65px;
      top: 38px;
      z-index: 1;
      font-size: 18px;
      padding: 15px;
      color: #ffffff;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media only screen and (max-width: 767px) {
        .image-elements .image-wrapper .on-sale {
          left: -85px;
          top: 20px;
          z-index: 1;
          font-size: 16px; } }
      @media only screen and (max-width: 480px) {
        .image-elements .image-wrapper .on-sale {
          left: -77px;
          top: 28px;
          font-size: 14px;
          padding: 7px; } }
    .image-elements .image-wrapper .image-wrapper-section {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      width: 100%;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .image-elements .image-wrapper .image-wrapper-section img {
        display: block;
        width: 100%;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .image-elements .image-wrapper .image-wrapper-section:hover {
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        .image-elements .image-wrapper .image-wrapper-section:hover img {
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
  .image-elements .text-wrapper h2 {
    margin: 10px 0px;
    text-align: center;
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .image-elements .text-wrapper h2 {
        font-size: 16px; } }
  .image-elements .text-wrapper .shop-add-to-cart {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .image-elements .text-wrapper .shop-add-to-cart {
        margin-bottom: 10px; } }
    .image-elements .text-wrapper .shop-add-to-cart .add_to_cart_inline {
      margin: 0;
      padding: 0 !important;
      border: 0 !important; }
      @media only screen and (max-width: 767px) {
        .image-elements .text-wrapper .shop-add-to-cart .add_to_cart_inline {
          font-size: 14px; } }
    .image-elements .text-wrapper .shop-add-to-cart .button {
      display: none;
      margin-top: 15px; }
    .image-elements .text-wrapper .shop-add-to-cart .added_to_cart {
      display: none; }
    .image-elements .text-wrapper .shop-add-to-cart del {
      margin-right: 5px; }
    .image-elements .text-wrapper .shop-add-to-cart ins {
      margin-left: 5px;
      text-decoration: none; }

.section-title {
  font-size: 35px;
  line-height: 35px;
  margin: 0;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-family: "PlayfairDisplay-Bold, Arial, Sans-Serif";
  color: #333333;
  text-align: center; }
  @media only screen and (max-width: 992px) {
    .section-title {
      margin-bottom: 30px;
      font-size: 28px;
      line-height: 30px; } }
  .section-title.left {
    text-align: left; }
  .section-title.white {
    color: #ffffff; }

.row.no-space {
  margin: 0;
  padding: 0; }
  .row.no-space > div {
    padding: 0; }

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 0px;
  z-index: 9999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  #header .container {
    position: relative;
    padding-right: 185px; }
    #header .container .logo {
      position: absolute;
      left: 15px;
      height: 85px;
      user-select: none;
      top: 10px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      @media only screen and (max-width: 1020px) {
        #header .container .logo {
          height: 50px;
          top: 10px; } }
      #header .container .logo img {
        height: 85px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        @media only screen and (max-width: 1020px) {
          #header .container .logo img {
            height: 50px; } }
      #header .container .logo .logo-white {
        position: absolute;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    #header .container .basket {
      text-decoration: none;
      color: #3a3634;
      position: absolute;
      right: 0;
      top: 34px; }
      #header .container .basket img {
        height: 25px;
        position: relative;
        top: 5px;
        padding-left: 5px; }
    #header .container .header-menu {
      text-align: right; }
      @media only screen and (max-width: 1020px) {
        #header .container .header-menu {
          padding: 15px;
          padding-top: 100px; }
          #header .container .header-menu > .menu {
            display: block;
            text-align: center; } }
      #header .container .header-menu .mobile_menu {
        display: none; }
        @media only screen and (max-width: 1020px) {
          #header .container .header-menu .mobile_menu {
            display: block; } }
      #header .container .header-menu ul {
        text-align: right;
        display: inline-block;
        margin: 0;
        user-select: none;
        padding: 44px 0px 22px; }
        @media only screen and (max-width: 1020px) {
          #header .container .header-menu ul {
            padding: 0;
            text-align: left; } }
        #header .container .header-menu ul li {
          display: inline-block;
          margin-left: 40px;
          padding-bottom: 20px;
          position: relative;
          user-select: none; }
          @media only screen and (max-width: 1020px) {
            #header .container .header-menu ul li {
              margin-left: 20px; } }
          @media only screen and (max-width: 1020px) {
            #header .container .header-menu ul li {
              width: 100%;
              padding: 10px;
              border-bottom: 1px solid #333333;
              margin: 0; } }
          #header .container .header-menu ul li a {
            text-decoration: none;
            color: #3a3634;
            user-select: none;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
          #header .container .header-menu ul li:before {
            content: '';
            display: block;
            position: absolute;
            width: 0px;
            height: 2px;
            border-radius: 5px;
            background-color: #333333;
            bottom: 13px;
            left: 0;
            right: 0;
            margin: auto;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            @media only screen and (max-width: 1020px) {
              #header .container .header-menu ul li:before {
                display: none; } }
          #header .container .header-menu ul li.current-menu-item:before, #header .container .header-menu ul li:hover:before, #header .container .header-menu ul li.active:before {
            width: 100%;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
          #header .container .header-menu ul li.current-menu-item a, #header .container .header-menu ul li:hover a, #header .container .header-menu ul li.active a {
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
        #header .container .header-menu ul.number-menu li a {
          color: #333333; }
  #header.sticky, #header.header-fixed {
    padding-top: 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    /*#top_language_list{
      color: #333;
      &:before{
        background-color: #333;
        @include tr(all 0.3s);
      }
    }*/ }
    #header.sticky .container .logo, #header.header-fixed .container .logo {
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      #header.sticky .container .logo img, #header.header-fixed .container .logo img {
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      #header.sticky .container .logo .logo-white, #header.header-fixed .container .logo .logo-white {
        opacity: 1;
        visibility: visible;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    #header.sticky #mobileMenu span, #header.header-fixed #mobileMenu span {
      background-color: #333333; }
    @media only screen and (max-width: 1020px) {
      #header.sticky .for-mobile, #header.header-fixed .for-mobile {
        background-color: #fff; } }
  @media only screen and (max-width: 1020px) {
    #header {
      height: 70px;
      top: 0;
      padding-top: 0; } }
  #header .woo-items-section {
    width: 177px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 20px; }
    @media only screen and (max-width: 1020px) {
      #header .woo-items-section {
        text-align: center;
        top: -1px;
        right: 55px; } }
    #header .woo-items-section .cart-count {
      background: #3a3634;
      position: absolute;
      right: -9px;
      top: -11px;
      width: 17px;
      line-height: 17px;
      height: 17px;
      border-radius: 20px;
      font-size: 13px;
      text-align: center;
      color: #ffffff; }
    #header .woo-items-section ul {
      display: inline-block;
      text-align: right;
      margin-top: 25px; }
      #header .woo-items-section ul li {
        display: inline-block;
        margin: 0px 10px;
        position: relative; }
        #header .woo-items-section ul li a {
          text-decoration: none;
          position: relative;
          cursor: pointer; }
          #header .woo-items-section ul li a img {
            height: 20px; }
        #header .woo-items-section ul li .wishlist_products_counter {
          color: #ffffff;
          position: relative; }
          #header .woo-items-section ul li .wishlist_products_counter:before {
            content: '\e909';
            font-size: 27px;
            position: relative;
            top: -3px;
            margin: 0;
            color: #333333; }
          #header .woo-items-section ul li .wishlist_products_counter .wishlist_products_counter_number {
            background: #333333;
            position: absolute;
            right: -9px;
            top: -11px;
            width: 17px;
            line-height: 17px;
            height: 17px;
            border-radius: 20px;
            font-size: 13px;
            text-align: center;
            color: #ffffff; }
          #header .woo-items-section ul li .wishlist_products_counter .wishlist_products_counter_text {
            display: none; }
    #header .woo-items-section .search-input {
      position: absolute;
      display: none;
      width: 320px;
      padding: 15px;
      right: 0;
      border: 2px solid #f8c3c7;
      background-color: #ffffff; }
      @media only screen and (max-width: 480px) {
        #header .woo-items-section .search-input {
          width: 100%;
          padding: 20px;
          top: 69px;
          right: 0;
          position: fixed; } }
      #header .woo-items-section .search-input .product-search-field {
        width: 100%;
        padding: 10px;
        color: #3a3634;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        background: #fff;
        border: 1px solid #ccc;
        outline: none;
        border-radius: 0px; }
        #header .woo-items-section .search-input .product-search-field.blinker {
          background-image: url(img/loading.gif);
          background-size: 20px 20px;
          background-position: 240px;
          background-repeat: no-repeat; }
          @media only screen and (max-width: 480px) {
            #header .woo-items-section .search-input .product-search-field.blinker {
              background-position: 97%; } }
      #header .woo-items-section .search-input .product-search-results a {
        text-decoration: none;
        color: #3a3634; }
      #header .woo-items-section .search-input .product-search-results .product-image .thumbnail {
        height: auto; }
      #header .woo-items-section .search-input .product-search-results .product-info .title, #header .woo-items-section .search-input .product-search-results .product-info .price {
        font-size: 14px; }
      #header .woo-items-section .search-input .product-search-results .product-info .price {
        color: #77a464; }
      #header .woo-items-section .search-input .product-search-results .product-info .description {
        font-size: 12px;
        line-height: 14px; }
      #header .woo-items-section .search-input .product-search-results-content {
        max-height: 300px; }

.mobile-overlay {
  display: none; }
  .mobile-overlay.open {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(20, 20, 20, 0.5);
    z-index: 999; }

#mobileMenu {
  display: none; }
  @media only screen and (max-width: 1020px) {
    #mobileMenu {
      display: block;
      z-index: 99999; } }

#mobileMenu {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 16px;
  bottom: 0;
  width: 30px;
  height: 24px;
  cursor: pointer; }
  @media only screen and (max-width: 1020px) {
    #mobileMenu {
      top: 23px; } }

#mobileMenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #3a3634;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 3 */
#mobileMenu span:nth-child(1) {
  top: 0px;
  width: 70%;
  right: 0;
  left: auto; }

#mobileMenu span:nth-child(2), #mobileMenu span:nth-child(3) {
  top: 10px; }

#mobileMenu span:nth-child(4) {
  top: 20px;
  width: 70%;
  right: 0;
  left: auto; }

#mobileMenu.open span {
  background-color: #3a3634; }

#mobileMenu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#mobileMenu.open span:nth-child(2) {
  width: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobileMenu.open span:nth-child(3) {
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobileMenu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

@media only screen and (max-width: 1020px) {
  .for-mobile {
    position: fixed;
    width: 80%;
    height: 100%;
    background: #ffffff;
    right: -101%;
    padding-top: 15px;
    -webkit-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .for-mobile.openMenu {
      right: 0px;
      overflow: auto;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; } }

.footer {
  background-color: #333333; }
  .footer .pattern-top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 65px; }
  .footer .pattern-bottom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0px 30px; }
  .footer .container ul {
    padding: 0;
    margin: 0;
    text-align: center; }
    .footer .container ul li {
      display: inline-block;
      list-style-type: none;
      margin-right: 25px; }
      .footer .container ul li:last-child {
        margin-right: 0; }
      .footer .container ul li a {
        text-decoration: none;
        color: #ffffff; }
    .footer .container ul.footer-social {
      margin-bottom: 20px; }
      .footer .container ul.footer-social img {
        height: 24px;
        width: 24px; }
    @media only screen and (max-width: 480px) {
      .footer .container ul.footer-menu {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 480px) {
      .footer .container ul.footer-menu li {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0; }
        .footer .container ul.footer-menu li:last-child {
          margin-bottom: 0; } }
  .footer .container.copyright-info {
    color: #ffffff; }
    @media only screen and (max-width: 1020px) {
      .footer .container.copyright-info {
        display: block; } }
    .footer .container.copyright-info p {
      margin: 0;
      font-size: 16px;
      color: #ffffff; }
    .footer .container.copyright-info a {
      color: #ffffff; }
    .footer .container.copyright-info .with-flex {
      padding-top: 20px;
      margin-top: 30px;
      border-top: 1px solid #ffffff; }
      @media only screen and (max-width: 1020px) {
        .footer .container.copyright-info .with-flex {
          padding-top: 5px;
          margin-top: 0;
          border-top: 0; } }
      @media only screen and (max-width: 480px) {
        .footer .container.copyright-info .with-flex .half-col {
          width: 100% !important;
          text-align: center; } }
      .footer .container.copyright-info .with-flex .half-col:first-child {
        width: 70%; }
      .footer .container.copyright-info .with-flex .half-col:last-child {
        width: 30%;
        text-align: right; }
        @media only screen and (max-width: 480px) {
          .footer .container.copyright-info .with-flex .half-col:last-child {
            text-align: center;
            margin-top: 20px; } }

.banner .banner-swiper .swiper-slide {
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .banner .banner-swiper .swiper-slide .container {
    height: 100%;
    width: 1440px;
    text-align: left; }
    .banner .banner-swiper .swiper-slide .container .info {
      max-width: 550px;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translatYe(-50%);
      transform: translateY(-50%); }
      .banner .banner-swiper .swiper-slide .container .info h2, .banner .banner-swiper .swiper-slide .container .info h1 {
        font-size: 50px;
        margin: 0;
        line-height: 55px;
        margin-bottom: 25px;
        font-family: "PlayfairDisplay-Bold, Arial, Sans-Serif";
        color: #333333; }
        @media only screen and (max-width: 480px) {
          .banner .banner-swiper .swiper-slide .container .info h2, .banner .banner-swiper .swiper-slide .container .info h1 {
            font-size: 35px;
            line-height: 40px; } }
      .banner .banner-swiper .swiper-slide .container .info p {
        margin: 0; }

@media only screen and (max-width: 1550px) {
  .banner .banner-swiper .swiper-button-prev, .banner .banner-swiper .swiper-button-next {
    position: absolute;
    margin-top: 0;
    left: -45px; } }

@media only screen and (max-width: 480px) {
  .banner .banner-swiper .swiper-button-prev, .banner .banner-swiper .swiper-button-next {
    left: -15px; } }

@media only screen and (max-width: 1550px) {
  .banner .banner-swiper .swiper-button-prev {
    right: 45px; } }

@media only screen and (max-width: 767px) {
  .products-list .container {
    padding-right: 0;
    padding-left: 0; } }

.products-list .container .with-flex .items {
  width: 25%;
  padding: 10px; }
  @media only screen and (max-width: 1500px) {
    .products-list .container .with-flex .items {
      width: 33.3333%; } }
  @media only screen and (max-width: 767px) {
    .products-list .container .with-flex .items {
      width: 50%;
      padding: 0; } }

.products-list.services-list .container .with-flex .items {
  width: 33.3333%; }
  @media only screen and (max-width: 767px) {
    .products-list.services-list .container .with-flex .items {
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .products-list.services-list .container .with-flex .items {
      width: 100%;
      margin-bottom: 10px; }
      .products-list.services-list .container .with-flex .items:last-child {
        margin-bottom: 0; } }
  .products-list.services-list .container .with-flex .items p {
    text-align: center;
    max-width: 70%;
    margin: 0px auto; }

.about-section {
  background-color: #333333; }
  .about-section .container .with-flex .half-col:first-child {
    padding-right: 25px;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media only screen and (max-width: 767px) {
      .about-section .container .with-flex .half-col:first-child {
        padding-right: 0;
        padding-top: 0;
        text-align: center;
        padding-bottom: 30px; } }
  .about-section .container .with-flex .half-col:last-child {
    padding-left: 25px; }
    @media only screen and (max-width: 767px) {
      .about-section .container .with-flex .half-col:last-child {
        padding-left: 0; } }
  .about-section .container .with-flex .half-col p {
    color: #ffffff; }
  .about-section .container .with-flex .half-col .background-cover {
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .about-section .container .with-flex .half-col .background-cover {
        height: 300px; } }

.categories-list {
  background-color: #333333; }
  .categories-list .container .with-flex .half-col:first-child {
    padding-right: 25px; }
    @media only screen and (max-width: 480px) {
      .categories-list .container .with-flex .half-col:first-child {
        padding-right: 0;
        margin-bottom: 20px; } }
  .categories-list .container .with-flex .half-col:last-child {
    padding-left: 25px; }
    @media only screen and (max-width: 480px) {
      .categories-list .container .with-flex .half-col:last-child {
        padding-left: 0; } }
  .categories-list .container .with-flex .half-col a {
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 35px;
    color: #3a3634;
    font-family: "PlayfairDisplay-Bold, Arial, Sans-Serif";
    height: 350px;
    overflow: hidden; }
    @media only screen and (max-width: 480px) {
      .categories-list .container .with-flex .half-col a {
        height: 300px; } }
    .categories-list .container .with-flex .half-col a:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: -101%;
      top: 0;
      background-color: rgba(58, 54, 52, 0.6);
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .categories-list .container .with-flex .half-col a:hover {
      color: #333333; }
      .categories-list .container .with-flex .half-col a:hover:before {
        left: 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    .categories-list .container .with-flex .half-col a span {
      display: block;
      position: relative;
      top: 50%;
      z-index: 1;
      -ms-transform: translateY(-50%);
      -webkit-transform: translatYe(-50%);
      transform: translateY(-50%); }

.reviews-section .container {
  max-width: 950px; }
  .reviews-section .container .review-swiper .info {
    padding: 0px 150px; }
    @media only screen and (max-width: 767px) {
      .reviews-section .container .review-swiper .info {
        padding: 0px 0px; } }
    .reviews-section .container .review-swiper .info .background-cover {
      width: 200px;
      height: 200px;
      border-radius: 200px;
      margin: auto; }
    .reviews-section .container .review-swiper .info p {
      margin: 0; }
    .reviews-section .container .review-swiper .info h3 {
      margin: 20px 0px;
      font-size: 20px;
      color: #333333; }

.banner-section {
  position: relative;
  background-color: #333333; }
  .banner-section .container .info {
    padding: 100px 0px;
    max-width: 650px;
    margin: auto;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1; }
  .banner-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(58, 54, 52, 0.6);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

@media only screen and (max-width: 992px) {
  .zig-zag-section {
    padding-top: 30px; } }

@media only screen and (max-width: 992px) {
  .zig-zag-section .container .with-flex {
    padding: 0;
    padding-bottom: 30px; } }

.zig-zag-section .container .with-flex .half-col .background-cover {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  min-height: 532px;
  position: relative; }
  .zig-zag-section .container .with-flex .half-col .background-cover.with-video a {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 80px;
    background-color: rgba(248, 162, 173, 0.5);
    padding: 23px 29px; }
    .zig-zag-section .container .with-flex .half-col .background-cover.with-video a img {
      height: 100%; }
  @media only screen and (max-width: 1030px) {
    .zig-zag-section .container .with-flex .half-col .background-cover {
      background-size: contain;
      min-height: 400px; } }
  @media only screen and (max-width: 992px) {
    .zig-zag-section .container .with-flex .half-col .background-cover {
      min-height: 250px;
      background-size: cover; } }
  .zig-zag-section .container .with-flex .half-col .background-cover .mobile-back-image {
    display: none;
    width: 100%;
    border-radius: 12px; }
    @media only screen and (max-width: 480px) {
      .zig-zag-section .container .with-flex .half-col .background-cover .mobile-back-image {
        display: block; } }
  .zig-zag-section .container .with-flex .half-col .background-cover .back-image {
    width: 100%;
    border-radius: 12px; }
    @media only screen and (max-width: 480px) {
      .zig-zag-section .container .with-flex .half-col .background-cover .back-image {
        display: none; } }

.zig-zag-section .container .with-flex .half-col .info {
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .zig-zag-section .container .with-flex .half-col .info {
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translatYe(-50%);
      transform: translateY(-50%); } }
  @media only screen and (max-width: 992px) {
    .zig-zag-section .container .with-flex .half-col .info .section-title {
      margin-top: 25px;
      margin-bottom: 15px; }
    .zig-zag-section .container .with-flex .half-col .info p:last-child {
      margin-bottom: 0; } }

.zig-zag-section .container .with-flex .half-col.order-1 {
  order: 1; }

.zig-zag-section .container .with-flex .half-col.order-2 {
  order: 2;
  padding-left: 145px; }
  @media only screen and (max-width: 1030px) {
    .zig-zag-section .container .with-flex .half-col.order-2 {
      padding-left: 75px; } }
  @media only screen and (max-width: 992px) {
    .zig-zag-section .container .with-flex .half-col.order-2 {
      padding-left: 0;
      order: 1; } }

.zig-zag-section .container .with-flex .half-col:first-child {
  width: 55%;
  padding-right: 0; }
  @media only screen and (max-width: 1030px) {
    .zig-zag-section .container .with-flex .half-col:first-child {
      width: 50%; } }
  @media only screen and (max-width: 992px) {
    .zig-zag-section .container .with-flex .half-col:first-child {
      width: 100%; } }

.zig-zag-section .container .with-flex .half-col:last-child {
  width: 45%; }
  @media only screen and (max-width: 1030px) {
    .zig-zag-section .container .with-flex .half-col:last-child {
      width: 50%; } }
  @media only screen and (max-width: 992px) {
    .zig-zag-section .container .with-flex .half-col:last-child {
      width: 100%; } }

.zig-zag-section .container .with-flex .half-col .app-section {
  margin-bottom: 40px; }
  .zig-zag-section .container .with-flex .half-col .app-section a:first-child {
    margin-right: 22px; }

.zig-zag-section .container .with-flex:nth-child(2n) .order-2 {
  padding-left: 0; }

.zig-zag-section .container .with-flex:nth-child(2n) .order-1 {
  padding-right: 145px; }
  @media only screen and (max-width: 1030px) {
    .zig-zag-section .container .with-flex:nth-child(2n) .order-1 {
      padding-right: 75px; } }
  @media only screen and (max-width: 992px) {
    .zig-zag-section .container .with-flex:nth-child(2n) .order-1 {
      padding-right: 0; } }

.with-sidebar-page .title {
  text-transform: uppercase; }

.with-sidebar-page .main-content .with-flex .half-col:first-child {
  width: 30%;
  padding-right: 15px; }
  @media only screen and (max-width: 767px) {
    .with-sidebar-page .main-content .with-flex .half-col:first-child {
      width: 100%;
      padding-right: 0;
      margin-bottom: 30px; } }

.with-sidebar-page .main-content .with-flex .half-col:last-child {
  width: 70%;
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .with-sidebar-page .main-content .with-flex .half-col:last-child {
      width: 100%;
      padding-left: 0; } }
  .with-sidebar-page .main-content .with-flex .half-col:last-child .description h1, .with-sidebar-page .main-content .with-flex .half-col:last-child .description h2, .with-sidebar-page .main-content .with-flex .half-col:last-child .description h3, .with-sidebar-page .main-content .with-flex .half-col:last-child .description h4, .with-sidebar-page .main-content .with-flex .half-col:last-child .description h5, .with-sidebar-page .main-content .with-flex .half-col:last-child .description h6 {
    font-weight: bold;
    color: #333333; }
  .with-sidebar-page .main-content .with-flex .half-col:last-child .description ul {
    padding-left: 20px; }
  .with-sidebar-page .main-content .with-flex .half-col:last-child .description a {
    color: #333333; }

.with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul {
  padding: 0;
  margin: 0;
  text-align: left; }
  .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li {
    padding: 15px 15px 15px 0px;
    border-top: 1px solid #333333;
    list-style-type: none;
    position: relative; }
    .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li.current-menu-item {
      font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
      .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li.current-menu-item:after {
        content: '';
        display: block;
        width: 7px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(img/right-arrow-1.svg);
        background-position: center;
        background-size: 7px 12px;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 767px) {
          .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li.current-menu-item:after {
            display: none; } }
    .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li:last-child {
      border-bottom: 1px solid #333333; }
    .with-sidebar-page .main-content .with-flex .half-col .sidebar-menu-section ul li a {
      text-decoration: none;
      color: #333333; }

.single-services .container .description {
  margin: auto; }

.single-service-gallery .container .single-service-swiper .swiper-slide div {
  width: 100%; }

.single-service-gallery .container .single-service-swiper .background-cover {
  height: 350px;
  width: 100%;
  display: block;
  outline: none; }

.contact-us-page .container .info, .single-product-contact .container .info {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translatYe(-50%);
  transform: translateY(-50%); }
  .contact-us-page .container .info ul, .single-product-contact .container .info ul {
    margin: 0;
    padding: 0; }
    .contact-us-page .container .info ul li, .single-product-contact .container .info ul li {
      margin-bottom: 30px;
      list-style-type: none;
      text-align: left; }
      .contact-us-page .container .info ul li h2, .single-product-contact .container .info ul li h2 {
        font-size: 25px;
        margin-bottom: 20px; }
      .contact-us-page .container .info ul li a, .single-product-contact .container .info ul li a {
        color: #333333; }
      .contact-us-page .container .info ul li:last-child, .single-product-contact .container .info ul li:last-child {
        margin-bottom: 0; }

.contact-us-page .contact-form, .single-product-contact .contact-form {
  max-width: 900px;
  margin: auto;
  position: relative; }
  .contact-us-page .contact-form input, .contact-us-page .contact-form textarea, .single-product-contact .contact-form input, .single-product-contact .contact-form textarea {
    width: 100% !important;
    outline: none;
    padding: 15px 10px;
    display: block;
    resize: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #333333;
    font-family: "Montserrat-Light, Arial, Sans-Serif";
    -webkit-appearance: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .contact-us-page .contact-form input[type=submit], .contact-us-page .contact-form textarea[type=submit], .single-product-contact .contact-form input[type=submit], .single-product-contact .contact-form textarea[type=submit] {
      width: 170px;
      margin-top: 30px;
      padding: 10px;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      background-color: #333;
      border: 2px solid #333; }
      .contact-us-page .contact-form input[type=submit]:hover, .contact-us-page .contact-form textarea[type=submit]:hover, .single-product-contact .contact-form input[type=submit]:hover, .single-product-contact .contact-form textarea[type=submit]:hover {
        background-color: #fff;
        color: #333;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    .contact-us-page .contact-form input.wpcf7-not-valid, .contact-us-page .contact-form textarea.wpcf7-not-valid, .single-product-contact .contact-form input.wpcf7-not-valid, .single-product-contact .contact-form textarea.wpcf7-not-valid {
      border-bottom: 1px solid red; }
    @media only screen and (max-width: 480px) {
      .contact-us-page .contact-form input, .contact-us-page .contact-form textarea, .single-product-contact .contact-form input, .single-product-contact .contact-form textarea {
        font-size: 16px; } }
  .contact-us-page .contact-form textarea, .single-product-contact .contact-form textarea {
    height: 80px; }
  .contact-us-page .contact-form input, .single-product-contact .contact-form input {
    margin-bottom: 10px; }
  .contact-us-page .contact-form .ajax-loader, .single-product-contact .contact-form .ajax-loader {
    position: absolute;
    right: 0;
    left: 210px;
    bottom: 15px;
    margin: auto; }
  .contact-us-page .contact-form .wpcf7-response-output, .contact-us-page .contact-form .wpcf7-not-valid-tip, .single-product-contact .contact-form .wpcf7-response-output, .single-product-contact .contact-form .wpcf7-not-valid-tip {
    display: none !important; }
  .contact-us-page .contact-form .with-flex .half-col:first-child, .single-product-contact .contact-form .with-flex .half-col:first-child {
    padding-right: 25px; }
    @media only screen and (max-width: 480px) {
      .contact-us-page .contact-form .with-flex .half-col:first-child, .single-product-contact .contact-form .with-flex .half-col:first-child {
        padding: 0; } }
  .contact-us-page .contact-form .with-flex .half-col:last-child, .single-product-contact .contact-form .with-flex .half-col:last-child {
    padding-left: 25px; }
    @media only screen and (max-width: 480px) {
      .contact-us-page .contact-form .with-flex .half-col:last-child, .single-product-contact .contact-form .with-flex .half-col:last-child {
        padding: 0;
        margin-top: 10px; } }
  .contact-us-page .contact-form .with-flex .half-col .wpcf7-form-control-wrap, .single-product-contact .contact-form .with-flex .half-col .wpcf7-form-control-wrap {
    display: block; }
    .contact-us-page .contact-form .with-flex .half-col .wpcf7-form-control-wrap:last-child input, .single-product-contact .contact-form .with-flex .half-col .wpcf7-form-control-wrap:last-child input {
      margin-bottom: 0; }
  .contact-us-page .contact-form .wpcf7-spinner, .single-product-contact .contact-form .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 25px; }

#contactMap {
  height: 400px; }

.woocommerce-shop .woocommerce-result-count, .tax-product_cat .woocommerce-result-count {
  display: none; }

.woocommerce-shop #primary, .tax-product_cat #primary {
  max-width: none; }
  .woocommerce-shop #primary .orderby, .tax-product_cat #primary .orderby {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 20px;
    line-height: 1.4;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px; }
  .woocommerce-shop #primary .woocommerce-result-count, .tax-product_cat #primary .woocommerce-result-count {
    display: none; }

.woocommerce-shop #main, .tax-product_cat #main {
  max-width: 1440px !important;
  margin: auto;
  margin-bottom: 30px;
  padding-top: 50px; }
  @media only screen and (max-width: 1500px) {
    .woocommerce-shop #main, .tax-product_cat #main {
      max-width: 1200px !important;
      padding-top: 30px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 767px) {
    .woocommerce-shop #main, .tax-product_cat #main {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.woocommerce-shop .mobile-filter, .tax-product_cat .mobile-filter {
  display: none;
  cursor: pointer;
  position: fixed;
  left: 0;
  border: 1px solid #333333;
  background-color: #333333;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 100px;
  z-index: 30; }
  @media only screen and (max-width: 767px) {
    .woocommerce-shop .mobile-filter, .tax-product_cat .mobile-filter {
      display: block; }
      .woocommerce-shop .mobile-filter img, .tax-product_cat .mobile-filter img {
        width: 35px; }
        .woocommerce-shop .mobile-filter img.close, .tax-product_cat .mobile-filter img.close {
          display: none; }
      .woocommerce-shop .mobile-filter.active img, .tax-product_cat .mobile-filter.active img {
        display: none; }
        .woocommerce-shop .mobile-filter.active img.close, .tax-product_cat .mobile-filter.active img.close {
          display: block; } }

.woocommerce-shop .shop-page, .tax-product_cat .shop-page {
  width: 100%;
  margin-top: 30px; }
  .woocommerce-shop .shop-page .sidebar-section, .tax-product_cat .shop-page .sidebar-section {
    width: 25%;
    padding-right: 2%; }
    @media only screen and (max-width: 1020px) {
      .woocommerce-shop .shop-page .sidebar-section, .tax-product_cat .shop-page .sidebar-section {
        width: 35%; } }
    @media only screen and (max-width: 767px) {
      .woocommerce-shop .shop-page .sidebar-section, .tax-product_cat .shop-page .sidebar-section {
        width: 80%;
        position: fixed;
        left: -101%;
        padding: 15px;
        background: #fff;
        height: 100%;
        z-index: 15;
        top: 75px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; } }
    .woocommerce-shop .shop-page .sidebar-section #sidebar, .tax-product_cat .shop-page .sidebar-section #sidebar {
      position: sticky;
      top: 140px; }
      @media only screen and (max-width: 767px) {
        .woocommerce-shop .shop-page .sidebar-section #sidebar, .tax-product_cat .shop-page .sidebar-section #sidebar {
          position: relative;
          top: 65px; } }
      .woocommerce-shop .shop-page .sidebar-section #sidebar h3, .tax-product_cat .shop-page .sidebar-section #sidebar h3 {
        font-size: 18px;
        font-family: "PlayfairDisplay-Bold, Arial, Sans-Serif";
        margin-top: 0; }
    .woocommerce-shop .shop-page .sidebar-section.active, .tax-product_cat .shop-page .sidebar-section.active {
      left: 0;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .woocommerce-shop .shop-page .sidebar-section select, .tax-product_cat .shop-page .sidebar-section select {
      display: block;
      width: 100%;
      height: 41px;
      padding: 6px 6px;
      line-height: 1.4;
      color: #555;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 0px; }
    .woocommerce-shop .shop-page .sidebar-section .bapf_sfilter ul li, .tax-product_cat .shop-page .sidebar-section .bapf_sfilter ul li {
      margin-bottom: 10px !important; }
      .woocommerce-shop .shop-page .sidebar-section .bapf_sfilter ul li ul li, .tax-product_cat .shop-page .sidebar-section .bapf_sfilter ul li ul li {
        margin: 5px 0px !important; }
  .woocommerce-shop .shop-page .products-items-section, .tax-product_cat .shop-page .products-items-section {
    width: 75%; }
    @media only screen and (max-width: 1020px) {
      .woocommerce-shop .shop-page .products-items-section, .tax-product_cat .shop-page .products-items-section {
        width: 65%; } }
    @media only screen and (max-width: 767px) {
      .woocommerce-shop .shop-page .products-items-section, .tax-product_cat .shop-page .products-items-section {
        width: 100%; } }

.woocommerce-shop nav.woocommerce-pagination ul, .tax-product_cat nav.woocommerce-pagination ul {
  border: 0 !important;
  margin: 0 !important; }
  .woocommerce-shop nav.woocommerce-pagination ul li, .tax-product_cat nav.woocommerce-pagination ul li {
    border: 0 !important;
    font-size: 16px;
    font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
    .woocommerce-shop nav.woocommerce-pagination ul li a, .tax-product_cat nav.woocommerce-pagination ul li a {
      text-decoration: none;
      color: #3a3634; }
    .woocommerce-shop nav.woocommerce-pagination ul li span.current, .tax-product_cat nav.woocommerce-pagination ul li span.current {
      background-color: #333333 !important;
      color: #ffffff !important; }

.woocommerce-shop .woocommerce.columns-4, .tax-product_cat .woocommerce.columns-4 {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px; }
  .woocommerce-shop .woocommerce.columns-4 ul.products, .tax-product_cat .woocommerce.columns-4 ul.products {
    display: inline-block;
    width: 100%; }
    .woocommerce-shop .woocommerce.columns-4 ul.products li, .tax-product_cat .woocommerce.columns-4 ul.products li {
      width: 33.3333%;
      display: inline-block;
      float: left;
      padding: 15px; }
    .woocommerce-shop .woocommerce.columns-4 ul.products .woocommerce-loop-product__link, .tax-product_cat .woocommerce.columns-4 ul.products .woocommerce-loop-product__link {
      position: relative;
      overflow: hidden;
      text-align: center;
      color: #333333; }
    .woocommerce-shop .woocommerce.columns-4 ul.products .onsale, .tax-product_cat .woocommerce.columns-4 ul.products .onsale {
      width: 255px;
      text-align: center;
      background: #333333;
      position: absolute;
      left: -65px;
      top: 38px;
      font-size: 18px;
      padding: 15px;
      color: #ffffff;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .woocommerce-shop .woocommerce.columns-4 ul.products .woocommerce-loop-product__title, .tax-product_cat .woocommerce.columns-4 ul.products .woocommerce-loop-product__title {
      font-size: 22px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .woocommerce-shop .woocommerce.columns-4 ul.products .price, .tax-product_cat .woocommerce.columns-4 ul.products .price {
      text-align: center;
      display: block;
      color: #333333; }
    .woocommerce-shop .woocommerce.columns-4 ul.products img, .tax-product_cat .woocommerce.columns-4 ul.products img {
      width: 100%;
      height: auto; }
    .woocommerce-shop .woocommerce.columns-4 ul.products .add_to_cart_button, .tax-product_cat .woocommerce.columns-4 ul.products .add_to_cart_button {
      margin-top: 20px; }
    .woocommerce-shop .woocommerce.columns-4 ul.products a, .tax-product_cat .woocommerce.columns-4 ul.products a {
      text-decoration: none;
      display: block; }
    .woocommerce-shop .woocommerce.columns-4 ul.products .tinv-wraper.tinv-wishlist a, .tax-product_cat .woocommerce.columns-4 ul.products .tinv-wraper.tinv-wishlist a {
      margin: 0; }
      .woocommerce-shop .woocommerce.columns-4 ul.products .tinv-wraper.tinv-wishlist a span, .tax-product_cat .woocommerce.columns-4 ul.products .tinv-wraper.tinv-wishlist a span {
        display: none; }

.single-product-page .woocommerce-product-gallery__wrapper .singleSwiperSlider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%; }
  .single-product-page .woocommerce-product-gallery__wrapper .singleSwiperSlider .swiper-slide a .background-cover {
    width: 100%;
    height: 600px; }

@media only screen and (max-width: 1550px) {
  .single-product-page .woocommerce-product-gallery__wrapper .singleSwiperSlider .swiper-button-prev, .single-product-page .woocommerce-product-gallery__wrapper .singleSwiperSlider .swiper-button-next {
    display: none; } }

.single-product-page .woocommerce-product-gallery__wrapper .singleThumbsSlider {
  margin-top: 10px; }
  .single-product-page .woocommerce-product-gallery__wrapper .singleThumbsSlider .swiper-slide .background-cover {
    height: 120px;
    width: 100%; }
  @media only screen and (max-width: 1550px) {
    .single-product-page .woocommerce-product-gallery__wrapper .singleThumbsSlider .swiper-button-prev, .single-product-page .woocommerce-product-gallery__wrapper .singleThumbsSlider .swiper-button-next {
      display: none; } }
  @media only screen and (max-width: 640px) {
    .single-product-page .woocommerce-product-gallery__wrapper .singleThumbsSlider .swiper-button-prev, .single-product-page .woocommerce-product-gallery__wrapper .singleThumbsSlider .swiper-button-next {
      display: inline-block; } }

.single-product-page .related .section-title {
  width: 100%; }

.single-product-page .related.products {
  display: inline-block;
  width: 100%; }

@media only screen and (max-width: 480px) {
  .single-product-page .woocommerce-product-gallery {
    margin-bottom: 0 !important; } }

.single-product-page .additionals-products {
  margin-top: 30px; }
  .single-product-page .additionals-products .section-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px; }
  .single-product-page .additionals-products .tinv-wishlist {
    display: none !important; }
  .single-product-page .additionals-products .woocommerce-loop-product__title {
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .single-product-page .additionals-products .add_to_cart_button {
    display: block !important;
    font-size: 13px !important; }
  .single-product-page .additionals-products ul.products .product {
    margin-bottom: 10px; }
    .single-product-page .additionals-products ul.products .product .woocommerce-loop-product__link {
      pointer-events: none; }

.single-product-page .variable-slider-section .pa-size-swiper {
  margin-bottom: 20px; }
  .single-product-page .variable-slider-section .pa-size-swiper .swiper-slide .items.active p {
    border: 4px solid #3a3634;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .single-product-page .variable-slider-section .pa-size-swiper .swiper-slide .items p {
    margin: 0;
    width: 100%;
    border: 4px solid #f8c3c7;
    background-color: #f8c3c7;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
    font-family: "PlayfairDisplay-Bold, Arial, Sans-Serif";
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

.single-product-page .variable-slider-section .swiper-slide .items {
  width: 100%;
  cursor: pointer; }
  .single-product-page .variable-slider-section .swiper-slide .items.active .background-cover {
    border: 4px solid #f8c3c7;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .single-product-page .variable-slider-section .swiper-slide .items .background-cover {
    border: 4px solid #fff;
    width: 100%;
    height: 100px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .single-product-page .variable-slider-section .swiper-slide .items p {
    margin: 5px 0px 0px;
    font-size: 14px;
    text-align: left;
    font-weight: bold; }

@media only screen and (max-width: 1550px) {
  .single-product-page .variable-slider-section .swiper {
    text-align: unset; } }

.single-product-page .variable-slider-section .swiper-button-prev, .single-product-page .variable-slider-section .swiper-button-next {
  right: 0;
  left: auto;
  position: relative;
  top: auto;
  display: inline-block;
  margin-top: 15px;
  height: auto;
  width: auto; }
  @media only screen and (max-width: 1550px) {
    .single-product-page .variable-slider-section .swiper-button-prev, .single-product-page .variable-slider-section .swiper-button-next {
      bottom: 0; } }

.single-product-page .variable-slider-section .swiper-button-prev {
  position: relative;
  top: -7px;
  margin-right: 15px; }

.single-product-page .main-variations {
  border-bottom: 1px solid #3a3634;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .single-product-page .main-variations .section-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px; }

.single-product-page .variations {
  display: none !important; }

.single-product-page .single_variation_wrap .woocommerce-variation-price span.price {
  font-size: 20px;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  margin: 15px 0px;
  display: block;
  color: #3a3634; }

.single-product-page .cart .quantity input {
  display: block;
  width: 150px;
  height: 41px;
  padding: 6px 20px;
  line-height: 1.4;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px; }

.single-product-page div.product {
  overflow: hidden; }
  .single-product-page div.product .onsale {
    width: 255px;
    text-align: center;
    background: #333333;
    position: absolute;
    left: -65px;
    top: 38px;
    border-radius: 0;
    line-height: unset;
    font-size: 18px;
    padding: 15px;
    color: #ffffff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.single-product-page .tinv-wraper.tinv-wishlist {
  display: inline-block;
  max-width: unset;
  padding: 0;
  margin: 0;
  margin-left: 20px; }
  @media only screen and (max-width: 480px) {
    .single-product-page .tinv-wraper.tinv-wishlist {
      margin-left: 0;
      margin-top: 10px; } }
  .single-product-page .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
    margin-top: 4px; }
    .single-product-page .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button:before {
      font-size: 35px;
      color: #f8c3c7; }
    .single-product-page .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button span {
      position: relative;
      top: -5px; }

.single-product-page .delivery_date_label_container input {
  display: inline-block !important;
  width: 245px !important;
  height: 41px;
  padding: 6px 20px;
  margin-bottom: 10px !important;
  line-height: 1.4;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px; }

.single-product-page .delivery_date_label_container img {
  right: auto !important;
  left: 215px;
  top: 20px !important; }

body.woocommerce-cart .woocommerce {
  width: auto;
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 120px; }
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-remove .remove {
    width: 20px;
    height: 22px;
    background-image: url(img/trash.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    background-color: transparent;
    right: 0;
    font-size: 0px;
    margin: auto; }
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail {
    text-align: center; }
    body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail img {
      width: 50px; }
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-name a {
    text-decoration: none;
    color: #333333; }
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns {
    display: inline-block;
    border: 1px solid #333333; }
    body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns .quantity {
      height: 52px;
      width: 55px;
      float: left; }
    body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns button {
      border: 0;
      -webkit-appearance: none;
      padding: 0;
      background-color: transparent;
      outline: none;
      cursor: pointer;
      position: relative; }
      body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns button img {
        max-width: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns button.minus img {
        height: 1px;
        width: 16px; }
      body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns button.plus img {
        height: 16px;
        width: 16px; }
    body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns .quantity input {
      border: 0;
      -webkit-appearance: none;
      padding: 0;
      background-color: transparent;
      outline: none;
      font-size: 18px;
      height: 52px;
      text-align: center;
      width: 100%;
      font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
      body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns .quantity input::-webkit-inner-spin-button, body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-quantity .cart-page-btns .quantity input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  body.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table #coupon_code {
    display: block;
    width: 150px;
    height: 41px;
    padding: 6px 20px;
    line-height: 1.4;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px; }

body.woocommerce-checkout div.woocommerce, body.woocommerce-cart div.woocommerce {
  width: auto;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 1500px) {
    body.woocommerce-checkout div.woocommerce, body.woocommerce-cart div.woocommerce {
      max-width: 1200px; } }

body.woocommerce-checkout form .form-row label, body.woocommerce-cart form .form-row label {
  display: block;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  margin-bottom: 20px;
  line-height: unset; }

body.woocommerce-checkout form .form-row input:not([type=checkbox]), body.woocommerce-checkout form .form-row textarea, body.woocommerce-cart form .form-row input:not([type=checkbox]), body.woocommerce-cart form .form-row textarea {
  margin: 0;
  outline: 0;
  line-height: normal;
  -webkit-appearance: none;
  border: 1px solid #A2A2A2;
  display: block;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  resize: none;
  font-family: "Montserrat-Regular, Arial, Sans-Serif"; }

body.woocommerce-checkout .wc_payment_method .payment_box, body.woocommerce-cart .wc_payment_method .payment_box {
  display: none !important; }

body.woocommerce-checkout .woocommerce button.button:disabled, body.woocommerce-checkout .woocommerce button.button:disabled[disabled], body.woocommerce-cart .woocommerce button.button:disabled, body.woocommerce-cart .woocommerce button.button:disabled[disabled] {
  padding: 0px 30px; }

body.woocommerce-checkout table.cart td.actions .coupon #coupon_code, body.woocommerce-cart table.cart td.actions .coupon #coupon_code {
  width: 150px;
  padding: 12px; }

body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  font-size: inherit;
  padding: unset; }

body.woocommerce #main {
  /* width: auto;
      max-width: 1140px;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 50px;
      padding-bottom: 50px;*/ }

body.woocommerce-account .woocommerce {
  width: auto;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 1500px) {
    body.woocommerce-account .woocommerce {
      max-width: 1200px; } }

body .woocommerce form .form-row label {
  display: block;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  margin-bottom: 20px;
  line-height: unset; }

body .woocommerce form .form-row input:not([type=checkbox]), body .woocommerce form .form-row textarea {
  margin: 0;
  outline: 0;
  line-height: normal;
  -webkit-appearance: none;
  border: 1px solid #A2A2A2;
  display: block;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  resize: none;
  font-family: "Montserrat-Regular, Arial, Sans-Serif"; }

body .woocommerce * {
  font-family: "Montserrat-Regular, Arial, Sans-Serif"; }

body.woocommerce-checkout .form-row {
  margin-bottom: 10px !important; }

.woocommerce-breadcrumb a:nth-child(3), .woocommerce-breadcrumb span:nth-child(4) {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .woocommerce-breadcrumb {
    display: none; } }

@media only screen and (max-width: 480px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px; } }

@media only screen and (max-width: 480px) {
  body.woocommerce-page table.cart td.actions .coupon p,
  body.woocommerce-page .woocommerce form.checkout_coupon p {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 480px) {
  body.woocommerce-page table.cart td.actions .coupon input, body.woocommerce-page table.cart td.actions .coupon button,
  body.woocommerce-page .woocommerce form.checkout_coupon input,
  body.woocommerce-page .woocommerce form.checkout_coupon button {
    width: 100% !important;
    float: none !important;
    margin-bottom: 10px !important; } }

.woocommerce-page form #billing_from_field, .woocommerce-page form #billing_to_field {
  width: 47%;
  display: inline-block; }

.woocommerce-page form #billing_to_field {
  float: right; }

#customer_details .with-flex {
  position: relative;
  padding-bottom: 50px; }
  #customer_details .with-flex .woocommerce-billing-fields, #customer_details .with-flex .woocommerce-additional-fields {
    width: 50%;
    padding-right: 25px; }
    @media only screen and (max-width: 480px) {
      #customer_details .with-flex .woocommerce-billing-fields, #customer_details .with-flex .woocommerce-additional-fields {
        width: 100%;
        padding-right: 0; } }
  #customer_details .with-flex .woocommerce-account-fields {
    position: absolute;
    bottom: -10px; }
  #customer_details .with-flex .woocommerce-shipping-fields {
    width: 50%;
    padding-left: 25px; }
    @media only screen and (max-width: 480px) {
      #customer_details .with-flex .woocommerce-shipping-fields {
        width: 100%;
        padding-left: 0; } }
  #customer_details .with-flex .woocommerce-additional-fields {
    margin-top: 20px; }
    #customer_details .with-flex .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
      padding: 50px;
      border: 2px solid #f8c3c7; }
      @media only screen and (max-width: 480px) {
        #customer_details .with-flex .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
          padding: 15px; } }

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  text-align: left;
  padding-right: 30px; }
  .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 15px 15px 15px 0px;
    border-top: 1px solid #333333;
    list-style-type: none;
    position: relative; }
    .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
      font-family: "Montserrat-Bold, Arial, Sans-Serif"; }
      .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after {
        content: '';
        display: block;
        width: 7px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(img/right-arrow-1.svg);
        background-position: center;
        background-size: 7px 12px;
        background-repeat: no-repeat; }
    .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
      border-bottom: 1px solid #333333; }
    .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      text-decoration: none;
      color: #333333; }

.logged-in.woocommerce-account .woocommerce-MyAccount-content .shop_table .button {
  margin-top: 10px;
  margin-bottom: 10px; }

.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  padding: 15px; }

.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .edit {
  margin-top: 23px;
  padding-right: 10px;
  color: #333333; }

.tinv-wishlist.woocommerce {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1440px; }
  @media only screen and (max-width: 1550px) {
    .tinv-wishlist.woocommerce {
      max-width: 1200px; } }
  .tinv-wishlist.woocommerce .tinv-header {
    display: none; }
  .tinv-wishlist.woocommerce .tinvwl-table-manage-list td {
    text-align: center; }
  .tinv-wishlist.woocommerce .tinvwl-table-manage-list .product-action {
    width: auto; }
  .tinv-wishlist.woocommerce .tinvwl-table-manage-list .product-name a {
    text-decoration: none;
    color: #333333; }
  .tinv-wishlist.woocommerce .tinvwl-table-manage-list .product-name .variation {
    display: none; }
  .tinv-wishlist.woocommerce .tinvwl-table-manage-list .product-remove button {
    background: #333333;
    font-size: 22px;
    padding: 0;
    cursor: pointer; }
    .tinv-wishlist.woocommerce .tinvwl-table-manage-list .product-remove button i {
      color: #ffffff;
      position: relative;
      top: 2px; }

.promotion-pop-up {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 999999;
  display: none;
  background-color: rgba(248, 195, 199, 0.5); }
  @media only screen and (max-width: 520px) {
    .promotion-pop-up {
      background-color: rgba(248, 195, 199, 0.8); } }
  .promotion-pop-up .main-info {
    max-width: 500px;
    padding: 25px;
    position: relative;
    top: 50%;
    margin: auto;
    margin-top: 70px;
    border-radius: 10px;
    text-align: center;
    background-color: #ffffff;
    -ms-transform: translateY(-50%);
    -webkit-transform: translatYe(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 520px) {
      .promotion-pop-up .main-info {
        margin-top: 40px; } }
    .promotion-pop-up .main-info .promotion-close {
      position: absolute;
      cursor: pointer;
      width: 25px;
      height: 25px;
      top: 13px;
      right: 15px;
      left: auto; }
    .promotion-pop-up .main-info .for-border img {
      position: absolute;
      width: 100%;
      left: -7px;
      top: -147px; }
      @media only screen and (max-width: 520px) {
        .promotion-pop-up .main-info .for-border img {
          width: 300px;
          left: 0;
          right: 0;
          margin: auto;
          top: -88px; } }
    .promotion-pop-up .main-info .promotion {
      font-size: 70px;
      line-height: 70px;
      color: #f8c3c7;
      margin: 0;
      margin-bottom: 25px; }
      @media only screen and (max-width: 520px) {
        .promotion-pop-up .main-info .promotion {
          font-size: 50px;
          line-height: 50px;
          margin-bottom: 20px; } }
    .promotion-pop-up .main-info b, .promotion-pop-up .main-info strong, .promotion-pop-up .main-info i {
      font-family: "Montserrat-Bold, Arial, Sans-Serif";
      font-size: 25px;
      line-height: 27px;
      font-style: italic;
      display: block;
      margin: 10px 0; }
    .promotion-pop-up .main-info .section-title {
      font-size: 30px;
      letter-spacing: 2px;
      margin-bottom: 20px; }
    .promotion-pop-up .main-info .main-btn.primary {
      margin-top: 20px;
      border: 1px solid #333; }
    .promotion-pop-up .main-info p:last-child {
      margin-bottom: 0; }
    .promotion-pop-up .main-info .for-border {
      padding: 25px;
      border: 3px solid #f8c3c7; }
