@charset "UTF-8";
/*
Theme Name:  Miribu
Theme URI: http://www.saltonelweb.it/startertheme
Author: Fabio Bertelegni
Author URI: http://www.saltonelweb.it/
Description: Miribu custom Theme with Bootstrap grid and Fontello. Plugin [ WayPoint, MagnificPopUp, OWL-Carousel,
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, custom-header,
Text Domain: miribu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* --------------------------------------------------------
Variables
-------------------------------------------------------- */
/*Theme color
-------------------------------------------------------- */
/* Tipografy color
-------------------------------------------------------- */
/* Header - Menu -Toggle
-------------------------------------------------------- */
/* Footer
-------------------------------------------------------- */
/* Link color
-------------------------------------------------------- */
/* Button color
-------------------------------------------------------- */
/* Sidebar
-------------------------------------------------------- */
/* minicart */
.minicart {
  list-style-type: none;
  margin: 0px;
  position: absolute;
  z-index: 100;
  top: 90%;
  right: 0;
  visibility: hidden;
}

.minicart-box {
  position: relative;
  width: 280px;
  font-size: 15px;
  opacity: 0;
  -webkit-transform: translateY(40px) scale(1);
          transform: translateY(40px) scale(1);
  -webkit-box-shadow: 1px 7px 10px 4px rgba(0, 0, 0, 0.18);
          box-shadow: 1px 7px 10px 4px rgba(0, 0, 0, 0.18);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #ffffff;
}

.minicart-box.cart--open {
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
          transform: translateY(10px) scale(1);
}

.minicart__inside {
  position: relative;
  padding: 0px;
  min-height: 0px;
  max-height: 0px;
  overflow-y: auto;
}

.minicart__inside.cart--open {
  min-height: 50px;
  max-height: 550px;
  padding: 20px;
}

.minicart .widget {
  margin-bottom: 0;
}

.minicart .widget li {
  position: relative;
  margin-top: 5px !important;
}

.minicart .widget a {
  border: none;
  padding: 0px 0 0 0;
  color: #3c3c3c;
}

.minicart .widget a.button {
  padding: 10px;
}

.minicart .widget_shopping_cart .total {
  border-top: 1px solid #dddddd;
  margin-top: 10px;
  padding-top: 20px;
}

.minicart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

.cart-icon {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
}
.cart-icon svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-icon .cart-contents {
  background: #ffffff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #333333;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  font-size: 22px;
  line-height: 50px;
  position: relative;
  background: #eeeeee;
}

.cart-icon .cart-contents__number {
  position: absolute;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 13px;
  right: 2px;
  top: 12px;
  font-weight: bold;
  color: #3c3c3c;
}

.cart-icon.cart--open .cart-contents__number,
.cart-icon:hover .cart-contents__number {
  color: #fff;
}
.cart-icon.cart--open svg #case-bag,
.cart-icon:hover svg #case-bag {
  fill: #d85ea4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-icon.cart--open svg #button-bag circle,
.cart-icon:hover svg #button-bag circle {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

/* --------------------------------------------------------
Global
-------------------------------------------------------- */
body {
  font-family: "Mulish", sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  padding-top: 90px !important;
}

body.home {
  font-size: 17px;
}

p {
  line-height: 1.5em;
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 15px;
  line-height: 1.2;
}

.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color h4,
.has-text-color h5,
.has-text-color h6 {
  color: inherit;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

figure.w-100 img {
  width: 100%;
}

a {
  color: #d35fa1;
  -webkit-transition: all 0.4s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #7d8dcb;
}

hr {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
  border-color: #ececec !important;
}

iframe {
  max-width: 100%;
}

blockquote {
  border-left: 4px solid #d35fa1;
  padding: 15px;
  background: #f5f7f8;
  margin-bottom: 30px;
}
blockquote p,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h5 {
  margin-bottom: 15px;
}

.container {
  max-width: 90vw !important;
  width: 1580px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* breadcrumb
----------------------------------------------------------*/
.breadcrumb-container {
  padding: 15px 0;
  background: #d35fa1;
}

#breadcrumb {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#breadcrumb p {
  margin-bottom: 0px;
}
#breadcrumb a {
  color: white;
  margin: 0 5px;
}
#breadcrumb a:hover {
  color: white;
}
#breadcrumb p > a:first-child:before {
  content: "\e808";
  font-family: "fontello";
  font-size: 14px;
  margin-right: 6px;
}
#breadcrumb .last {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 5px;
}

/* Entry-content in page e single
----------------------------------------------------------*/
.entry-content-page {
  margin-top: 50px;
}

ul.check {
  list-style: none;
  padding: 0;
}
ul.check li {
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
ul.check li::before {
  content: "\e807";
  font-family: "fontello";
  color: #7dcbaa;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

/* Search form
----------------------------------------------------------*/
.search-form-container {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 270px;
  text-align: center;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.15);
  display: none;
}

.search-form {
  width: 100%;
  position: relative;
}
.search-form input {
  padding: 6px 5px;
  width: 100%;
  color: #3d3d3d;
  outline: none;
  border: none;
  font-size: 12px;
}
.search-form button {
  position: absolute;
  right: 3px;
  top: 3px;
  background: #d35fa1;
  display: inline-block;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-form button i {
  color: #ffffff;
}
.search-form button:hover {
  background: #d2e7f6;
}

.search-form-404-container {
  max-width: 250px;
  margin: 0 auto;
}
.search-form-404-container form {
  border: 1px solid #d2d2d2;
}

/* google Re-Captcha V3
-------------------------------------------------------- */
.grecaptcha-badge {
  display: none;
}

/* --------------------------------------------------------
Header
-------------------------------------------------------- */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 888;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0);
          box-shadow: 1px 4px 10px rgba(0, 0, 0, 0);
}
.main-header .container {
  padding: 0;
}

.scroll .main-header {
  -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.18);
          box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.18);
}
.scroll .main-header .logo img {
  max-height: 55px;
  width: auto;
}

.admin-bar .main-header {
  top: 32px;
}

/*  Navigator
--------------------------------------------------------*/
.navigator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.logo img {
  max-height: 60px;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navigator_command {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-container_right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  gap: 4px;
}
.nav-container_right:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50%;
  content: "";
  border-left: 1px solid #ececec;
}
.nav-container_right .shop-search-header {
  margin-right: 15px;
}

.account_link a {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 8px;
  color: #3d3d3d;
  font-size: 20px;
}
.account_link a:hover {
  color: #d35fa1;
}

.footer-menu-mobile {
  padding-left: 25px;
  padding-right: 25px;
}
.footer-menu-mobile .btn-shop {
  position: relative;
  margin: 0;
  color: #fff;
}
.footer-menu-mobile hr {
  margin-top: 10px;
  margin-bottom: 12px;
  border-color: #ececec !important;
}

ul.menu-mobile {
  padding: 0;
  list-style: none;
}
ul.menu-mobile li {
  display: inline-block;
}

.menu-mobile_page {
  margin-bottom: 20px;
}
.menu-mobile_page li {
  padding-left: 15px;
  position: relative;
  margin-right: 10px;
}
.menu-mobile_page li a {
  color: #484848;
}
.menu-mobile_page li:before {
  content: "●";
  color: #d35fa1;
  position: absolute;
  left: 0;
  top: 0;
}
.menu-mobile_page li.link-star {
  padding: 0;
}
.menu-mobile_page li.link-star:before {
  display: none;
}
.menu-mobile_page li.link-star i.icon-star {
  color: #ffde2e;
}

.menu-mobile_social {
  font-size: 17px;
}
.menu-mobile_social a {
  color: #d35fa1;
  margin-right: 10px;
}

.admin-bar .main-header.fixed-scroll {
  margin-top: 32px;
}

.main-menu {
  margin: 0;
  padding: 0;
  padding-right: 15px;
  list-style: none;
  font-size: 16px;
}
.main-menu li.nav-home i {
  font-size: 18px;
  margin-right: 2px;
}
.main-menu .last-menu {
  margin-right: 6px;
}
.main-menu > li {
  position: relative;
  display: inline-block;
  padding: 10px 11px;
}
.main-menu > li > a {
  padding: 5px 2px;
  display: inline-block;
  color: #3d3d3d;
  position: relative;
  text-decoration: none;
}
.main-menu > li > a:hover {
  color: #d35fa1;
}
.main-menu li.btn-shop {
  position: relative;
  z-index: 4;
}
.main-menu li.btn-shop i {
  position: relative;
  font-size: 16px;
  left: -3px;
  margin-right: 1px;
}
.main-menu li.btn-shop a {
  background: #d35fa1;
  padding: 7px 20px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff !important;
}
.main-menu li.btn-shop a:hover {
  text-decoration: none;
  background: #ef68b4;
  color: #fff;
}
.main-menu li.active a {
  color: #d35fa1;
}

.menu-item-has-children:after {
  content: "\f107";
  font-family: "fontello";
  float: right;
  padding-left: 4px;
  position: relative;
  top: 3px;
  font-size: 15px;
}

li.menu-item-has-children a:hover:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

li.menu-item-has-children a:hover:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu-item-has-children .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  margin: 0;
  visibility: hidden;
  font-size: 13px;
  opacity: 0;
  z-index: 1;
  padding: 20px 0;
  list-style: none;
  background: #fff;
  min-width: 230px;
  border-top: 3px solid #0873bf;
  -webkit-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
  border-top: 3px solid #d35fa1;
  border-bottom: 3px solid #7dcbaa;
}
.menu-item-has-children .sub-menu li {
  width: 100%;
  padding: 5px 15px;
}
.menu-item-has-children .sub-menu li a {
  color: #404040;
  border-bottom: 1px solid #ececec;
  opacity: 0.85;
  text-transform: none;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 9px 0;
  letter-spacing: 0.7px;
  position: relative;
}
.menu-item-has-children .sub-menu li a:after {
  display: none;
}
.menu-item-has-children .sub-menu li a:before {
  display: none;
}
.menu-item-has-children .sub-menu li.active a {
  opacity: 1;
  color: #d35fa1;
}
.menu-item-has-children .sub-menu li:last-of-type a {
  border: none;
}
.menu-item-has-children .sub-menu li:hover a {
  opacity: 1;
  color: #d35fa1;
}

.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Minicart replace
-------------------------------------------------------- */
.cart-icon {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  margin-right: 5px;
}
.cart-icon svg {
  max-width: 25px;
}
.cart-icon .cart-contents {
  background: transparent;
  color: #7dcbaa;
  font-size: 26px;
}

.minicart-mobile-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #ececec;
}
.minicart-mobile-header h5.leftline {
  color: #212121;
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 20px;
}

.close-cart {
  display: none;
}

/* Toggle
--------------------------------------------------------*/
.wrap-toggle {
  float: right;
  height: 100%;
  padding-right: 5px;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  position: relative;
  z-index: 1;
}
.wrap-toggle .toggle {
  width: 32px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.wrap-toggle .toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #d35fa1;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.wrap-toggle .toggle.open span {
  background: #807f7d;
}

.toggle span:nth-child(1) {
  top: 0px;
}

.toggle span:nth-child(2) {
  top: 9px;
}

.toggle span:nth-child(3) {
  top: 18px;
}

.toggle.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.toggle.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* --------------------------------------------------------
Footer
-------------------------------------------------------- */
footer {
  padding-top: 35px;
  background: #fff;
  margin-top: 30px;
  border-top: 1px solid #ececec;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  font-family: "Open Sans", sans-serif;
}

.footer-logo img {
  max-width: 210px;
  margin-bottom: 8px;
}
.footer-logo span {
  display: block;
  font-size: 13px;
}

.footer-pills {
  position: relative;
  padding-left: 60px;
  min-height: 64px;
}
.footer-pills a:hover {
  text-decoration: none;
  color: inherit;
}
.footer-pills:hover i {
  color: #fff;
}
.footer-pills:hover .footer-pills_icon {
  background: #7dcbaa;
  -webkit-transform: scale(1.1) rotate(-8deg);
          transform: scale(1.1) rotate(-8deg);
}
.footer-pills:hover .footer-pills_title {
  color: #d35fa1;
}
.footer-pills:hover .footer-pills_content {
  color: #3d3d3d;
}

.footer-pills_title {
  font-family: "Kalam", serif;
  font-weight: bold;
  font-size: 15px;
  color: #7dcbaa;
  line-height: 1;
}

.footer-pills_icon {
  position: absolute;
  left: 0;
  top: 3px;
  background: #d35fa1;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.footer-pills_content {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
  color: #777;
  font-weight: bold;
}

.footer-bottom {
  background: #d35fa1;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.footer-menu li {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 0;
}
.footer-menu li a {
  color: #fff;
}

.footer-social {
  font-size: 16px;
}
.footer-social a {
  color: #fff;
  font-family: "Kalam", serif;
}
.footer-social a i {
  font-size: 21px;
}

.info-pay {
  font-size: 13px;
  font-weight: 500;
}
.info-pay a {
  color: #d35fa1;
}

.delivery {
  font-weight: bold;
}
.delivery img {
  max-width: 60px;
}

.payments img {
  max-width: 250px;
}

.credits {
  font-size: 12px;
  background: #ececec;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8c8c8c;
}
.credits a {
  text-decoration: none;
}

/* --------------------------------------------------------
Plugin
-------------------------------------------------------- */
/* GALLERY VARIATIONS
----------------------------------------------------------*/
#wpgs-gallery.woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wcgs-carousel {
  width: 70%;
}

#wpgs-gallery.woocommerce-product-gallery .gallery-navigation-carousel {
  width: 30%;
}

/* Swatches Varianti prodotto
-------------------------------------------------------- */
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: 0 0 0 2px #d35fa1 !important;
          box-shadow: 0 0 0 2px #d35fa1 !important;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
  color: #d35fa1;
  font-weight: bold;
}

.variant-preview {
  position: absolute;
  bottom: calc(108% + 18px);
  opacity: 0;
  width: 210px;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-transition: none;
  transition: none;
  visibility: hidden;
  text-align: center;
  font-size: 14px;
  z-index: 100;
}
.variant-preview img {
  border-radius: 6px;
}
.variant-preview:after {
  content: "";
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.image-variable-item {
  position: relative;
}
.image-variable-item:hover .variant-preview {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: visible;
  bottom: calc(100% + 18px);
  opacity: 1;
}

.woo-variation-swatches .variable-items-wrapper li[data-value=sfumature-di-blu] span {
  background: linear-gradient(315deg, #044b85, #50a4db) !important;
}

li[data-value=sfumature-di-arancio] span {
  background: linear-gradient(315deg, #ef722e, #f7c72c) !important;
}

li[data-value=sfumature-di-rosa] span {
  background: linear-gradient(315deg, #aa3d92, #e469be) !important;
}

li[data-value=sfumature-di-verde] span {
  background: linear-gradient(315deg, #35a03a, #c5e083) !important;
}

li[data-value=multicolor] span {
  background: linear-gradient(315deg, #57bc73 0%, #fdca40 17.73%, #e61d25 38.42%, #7c4c9f 70.94%, #2dc4ec 100%) !important;
}

.custom-pa {
  padding-top: 15px;
  font-size: 15px;
  display: none;
  width: 100%;
}
.custom-pa h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.custom-pa p {
  margin-bottom: 10px;
}

/* Fibo Search Plugin
----------------------------------------------------------*/
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border: 1px solid #ececec;
}

.dgwt-wcas-no-submit.dgwt-wcas-layout-icon-open path {
  fill: #d35fa1;
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
  top: calc(100% + 18px);
}

.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow {
  top: calc(100% + 10px);
}

.dgwt-wcas-om-bar button.dgwt-wcas-om-return,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,
.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover {
  background: #d35fa1;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon {
  opacity: 1;
}

.dgwt-wcas-ico-magnifier,
.dgwt-wcas-ico-magnifier-handler {
  width: 100%;
  max-width: 100% !important;
}

.dgwt-wcas-search-icon {
  width: 20px;
}

.dgwt-wcas-overlay-mobile {
  height: 100vh;
}

.dgwt-wcas-sf-wrapp svg {
  display: none;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon:hover {
  fill: #d35fa1;
}

/* Flickity - Slider
----------------------------------------------------------*/
.flickity-page-dots .dot {
  background: #949ed0;
}

.flickity-button {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 100;
}
.flickity-button:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 1;
}

.flickity-prev-next-button {
  border-radius: 8px;
}

.flickity-prev-next-button .flickity-button-icon {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* --------------------------------------------------------
Ajax Modal
-------------------------------------------------------- */
/* Modal
-------------------------------------------------------- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #121212;
  opacity: 0.7;
  z-index: 999;
  display: none;
}

.modal-window {
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  padding: 25px;
  z-index: 10000;
}
.modal-window .close-ics-wrap {
  height: 25px;
  width: 25px;
  position: absolute;
  top: -10px;
  right: 25px;
}
.modal-window .close-ics-wrap .close-ics {
  background: #fff;
  opacity: 0.7;
}
.modal-window .close-ics-wrap:hover .close-ics {
  opacity: 1;
}
.modal-window .modal-content {
  max-width: 90vw;
  max-height: 80vh;
  min-width: 300px;
  width: 500px;
  min-height: 150px;
  overflow-y: auto;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.4);
}

.modal-window.active {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.info-miribu {
  position: relative;
}
.info-miribu wrap p {
  margin-bottom: 15px;
}
.info-miribu .info-miribu_highlight {
  border: 1px dashed #c3c3c3;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.info-miribu h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
.info-miribu h5 {
  font-size: 18px;
  margin-bottom: 12px;
}
.info-miribu h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

/* info-custom
----------------------------------------------------------*/
.pills-info {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}
.pills-info p {
  line-height: 1.4;
}
.pills-info span {
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d35fa1;
  border-radius: 100%;
}

.pills-info_title span {
  background: #7d8dcb;
}
.pills-info_title i.icon-star {
  font-size: 18px;
  color: #fde982;
}
.pills-info_title h3 {
  font-size: 20px;
}

/* Guida alle taglie 
----------------------------------------------------------*/
.cuffia-size p {
  line-height: 1.3;
}

.mb-size-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cecece;
  line-height: 1.2;
}
.mb-size-item p {
  font-size: 14px;
  margin-bottom: 5px;
}
.mb-size-item .mb-size {
  padding: 7px 10px;
  margin-right: 20px;
  background: #f7f7f7;
  min-width: 45px;
  text-align: center;
  color: #000;
}
.mb-size-item .mb-age {
  font-size: 12px;
  opacity: 0.7;
  padding-top: 8px;
  margin-bottom: 0px;
}
.mb-size-item .mb-dimension {
  font-size: 13px;
  font-weight: bold;
  color: #212121;
}
.mb-size-item .mb-dimension span {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

/* form-std standard
----------------------------------------------------------*/
.form-std {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.form-std .label-item {
  font-size: 12px;
}

.form-std_item {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  margin: 20px 15px;
}
.form-std_item input,
.form-std_item textarea {
  display: block;
  width: 100%;
  background: rgba(211, 95, 161, 0.09);
  padding: 5px;
  border: none;
  outline: none;
}

.form-std_item.message {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 25px 15px 15px 15px;
}

.form-std_item.field-50 {
  width: calc(50% - 30px);
}

/*---------------------------------------------------------
//GLOBALI -> Ereditati da tutti i form
----------------------------------------------------------*/
input[type=checkbox] {
  margin-right: 5px;
  height: 17px;
  min-width: 17px;
  width: 17px;
  position: relative;
  top: 2px;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap {
  position: static;
}

.btn-form {
  display: inline-block;
  padding: 8px 26px;
  background: #d35fa1;
  border: none;
  color: white;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  outline: none;
}

.btn-form:hover {
  background: #ef68b4;
  color: #fff;
}

p.acceptance-pp,
p.acceptance {
  font-size: 15px;
}
p.acceptance-pp a,
p.acceptance a {
  font-weight: bold;
}
p.acceptance-pp a:hover,
p.acceptance a:hover {
  color: #7d8dcb;
}

/* Placeholder
----------------------------------------------------------*/
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
  font-size: 11px;
}

textarea::-webkit-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
  font-size: 11px;
}

textarea::-webkit-input-placeholder,
input::-ms-input-placeholder {
  color: #999;
  font-size: 11px;
}

input::-webkit-input-placeholder {
  color: #999;
  font-size: 11px;
}

textarea::-webkit-input-placeholder,
input::placeholder {
  color: #999;
  font-size: 11px;
}

/* messaggio ok invio mail
----------------------------------------------------------*/
div.wpcf7-mail-sent-ok {
  background: none;
}

div.wpcf7-response-output {
  border-top: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background: #1bc521;
  border: 1px solid #1bc521;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 8px 15px;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  padding: 8px 10px;
  text-align: center;
  background: #f0e9c1;
  font-size: 13px;
  font-weight: 500;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  color: red;
  bottom: -25px;
  width: 100%;
  font-size: 12px;
}

/* form-type-icon - (Necessita per formattazioni globali _form.scss)
----------------------------------------------------------*/
.form-type-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.form-type-icon_item {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  margin: 0px 15px 30px 15px;
}
.form-type-icon_item input,
.form-type-icon_item textarea {
  display: block;
  width: 100%;
  background: #f0f4f7;
  border: none;
  outline: none;
  padding: 10px 10px 10px 55px;
}
.form-type-icon_item:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #d35fa1;
}
.form-type-icon_item i {
  position: absolute;
  z-index: 11;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
}

.form-type-icon_item.message {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0px 15px 15px 15px;
}
.form-type-icon_item.message i {
  top: 20px;
}

.form-type-icon_item.has-value i {
  color: #61efb3;
}

.form-type-icon_item.field-50 {
  width: calc(50% - 30px);
}

/* --------------------------------------------------------
Animation
-------------------------------------------------------- */
/* ! Animate
-------------------------------------------------------- */
.animate {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* ! initial Settings
-------------------------------------------------------- */
.way-animate {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.delay {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* ! fadeDown
----------------------------*/
.fadeDown.is-inview {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* ! fadeUp
----------------------------*/
.fadeUp.is-inview {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* ! fadeUpBig
------------------------------------*/
.fadeUpBig.is-inview {
  -webkit-animation-name: fadeUpBig;
          animation-name: fadeUpBig;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

@-webkit-keyframes fadeUpBig {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeUpBig {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* Animation Right
----------------------------*/
.fadeRight.is-inview {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ! fadeLeft
----------------------------*/
.fadeLeft.is-inview {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ! fadeIn
----------------------------*/
.fadeIn.is-inview {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ! fadeOut
----------------------------*/
.fadeOut {
  opacity: 1;
}

.fadeOut.is-inview {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ! bounceInLeft
----------------------------*/
.bounceInLeft.is-inview {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
/* ! bounceInRight
----------------------------*/
.bounceInRight.is-inview {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
/* ! fadeScaleUp
----------------------------*/
.fadeScaleUp.is-inview {
  -webkit-animation-name: fadeScaleUp;
          animation-name: fadeScaleUp;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.blur {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
}
/* HOME INTRO
----------------------------------------------------------*/
.visual.start {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.visual.start .filter {
  opacity: 1;
}
.visual.start .xx-cover-txt-one {
  left: 0;
  opacity: 1;
}
.visual.start .xx-cover-txt-two {
  right: 0;
  opacity: 1;
}
.visual.start .xx-cover-txt-three,
.visual.start .xx-cover-btn {
  opacity: 1;
}

.gs-up.start {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.gs-gift,
.gift-left,
.gra-gift,
.line-gift {
  opacity: 1 !important;
}

.gs-gift.start {
  left: 100%;
}

.gift-left.start {
  -webkit-transform: translate(0px);
          transform: translate(0px);
}

.start.gra-gift {
  height: 100%;
}

.gift-btn .start.line-gift {
  width: 90%;
}

/* --------------------------------------------------------
Utility
-------------------------------------------------------- */
body.no-scroll {
  overflow-y: hidden !important;
}

.primary-color {
  color: #d35fa1;
}

.accent-color {
  color: #7dcbaa;
}

.secondary-font {
  font-family: "Kalam", sans-serif;
}

.fw-bold {
  font-weight: bold;
}

.oflow-hidden {
  overflow: hidden;
}

.divider-left {
  position: relative;
}
.divider-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 80%;
  background: #fff;
  opacity: 0.5;
}

.divider-right {
  position: relative;
}
.divider-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 80%;
  background: #fff;
  opacity: 0.5;
}

/* check-list
-------------------------------------------------------- */
ul.check-list {
  list-style: none;
  padding-left: 30px;
}
ul.check-list li {
  position: relative;
}
ul.check-list li:before {
  font-family: "fontello";
  content: "\e81f";
  position: absolute;
  left: -30px;
  top: 0px;
  font-size: 14px;
  color: #d35fa1;
}

/* title-line
-------------------------------------------------------- */
.underline {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.underline:after {
  content: " ";
  position: relative;
  display: block;
  bottom: -10px;
  left: 0;
  height: 8px;
  width: 50px;
  background: #d35fa1;
}

.underline-center {
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.underline-center:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  border-bottom: 3px solid #d35fa1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
}

.overline {
  display: block;
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.overline:before {
  content: " ";
  position: relative;
  display: block;
  top: -13px;
  left: 0;
  height: 8px;
  width: 50px;
  background: #d35fa1;
}

.overline-center {
  display: block;
  position: relative;
  padding-top: 15px;
  margin-bottom: 20px;
}
.overline-center:before {
  content: " ";
  position: relative;
  display: block;
  margin: 0 auto;
  top: -6px;
  left: 0;
  height: 8px;
  width: 50px;
  background: #d35fa1;
}

.small-title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #3c3c3c;
  margin-bottom: 20px;
}

.infraline {
  text-align: center;
  position: relative;
  padding-right: 45px;
  padding-left: 45px;
  display: inline-block;
}
.infraline:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 8px;
  background: #d35fa1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.infraline:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 8px;
  background: #d35fa1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.leftline {
  position: relative;
  padding-left: 25px;
}
.leftline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: #d35fa1;
}

/* shadow
-------------------------------------------------------- */
.text-shadow {
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
}

.shadow {
  -webkit-box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.25);
}

.ultra-shadow {
  -webkit-box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.75);
          box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.75);
}

/* space
-------------------------------------------------------- */
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-40 {
  padding-top: 60px !important;
}

/* space column -> stack on < 576
-------------------------------------------------------- */
.space-columns-30 div[class*=col-]:first-child {
  padding-right: 30px;
}
.space-columns-30 div[class*=col-]:last-child {
  padding-left: 30px;
}

.space-columns-45 div[class*=col-]:first-child {
  padding-right: 45px;
}
.space-columns-45 div[class*=col-]:last-child {
  padding-left: 45px;
}

/* overlay-box
-------------------------------------------------------- */
.overlay-box {
  position: relative;
  display: block;
}
.overlay-box img {
  width: 100%;
}
.overlay-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #7dcbaa;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overlay-box:after {
  content: "\e802";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(3, 3);
  transform: translate(-50%, -50%) scale(3, 3);
  color: #fff;
  opacity: 0;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.overlay-box:hover:before {
  opacity: 0.7;
}
.overlay-box:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
  font-size: 30px;
}

/* overlay-zoom
-------------------------------------------------------- */
.overlay-zoom {
  position: relative;
  overflow: hidden;
}
.overlay-zoom img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.overlay-zoom:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

/* overlay-shadow
-------------------------------------------------------- */
.overlay-shadow {
  -webkit-box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.75);
          box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.75);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay-shadow:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 22px 32px -16px rgba(0, 0, 0, 0.75);
          box-shadow: 0 22px 32px -16px rgba(0, 0, 0, 0.75);
}

/* absolute
-------------------------------------------------------- */
.absolute-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.absolute-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Filter
-------------------------------------------------------- */
.filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.close-ics-wrap {
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.close-ics-wrap .close-ics {
  position: relative;
  width: 100%;
  height: 2px;
  top: 10px;
  background: #000;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.close-ics-wrap .close-ics:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 100%;
  height: 100%;
  background: inherit;
}

/* Circle-icon
-------------------------------------------------------- */
.circle-icon {
  border-radius: 100%;
  background: #d35fa1;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
}
.circle-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}

.square-icon {
  background: #d35fa1;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
}
.square-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}

/* Button
----------------------------------------------------------*/
.btn-square {
  display: inline-block;
  padding: 12px 26px;
  background: #d35fa1;
  border: 1px solid #d35fa1;
  color: white;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.btn-square:hover {
  background: #ef68b4;
  border-color: #ef68b4;
  color: #fff;
  text-decoration: none;
}

.btn-square.reverse {
  background: #7dcbaa;
}

.btn-square.reverse:hover {
  background: #d35fa1;
}

.btn-square.empty {
  background: transparent;
  color: white;
}

.btn-square.empty:hover {
  background: #d35fa1;
  border-color: #d35fa1;
  color: white;
}

.btn-square.empty.blue {
  color: #d35fa1;
}

.btn-square.empty.blue:hover {
  color: white;
}

.btn-square.hover-white:hover {
  color: white;
}

.btn-square.small {
  font-size: 11px;
  padding: 9px 15px;
}

/* Parallax
-------------------------------------------------------- */
.parallax-animation {
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

/* --------------------------------------------------------
Home
-------------------------------------------------------- */
h1.seo-title {
  position: absolute;
  top: -500px;
  left: 0;
}

/* Visual
--------------------------------------------------------*/
.visual-wrap {
  overflow: hidden;
}

.visual {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 1.8s cubic-bezier(0, 0.16, 0.25, 1);
  transition: all 1.8s cubic-bezier(0, 0.16, 0.25, 1);
}
.visual .filter {
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  z-index: 3;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.visual .xx-cover-txt-one {
  position: relative;
  display: block;
  left: -150px;
  opacity: 0;
  -webkit-transition: left 1s 0.7s ease-out, opacity 1s 0.7s ease-out;
  transition: left 1s 0.7s ease-out, opacity 1s 0.7s ease-out;
}
.visual .xx-cover-txt-two {
  position: relative;
  display: block;
  right: -150px;
  opacity: 0;
  -webkit-transition: right 1s 0.7s ease-out, opacity 1s 0.7s ease-out;
  transition: right 1s 0.7s ease-out, opacity 1s 0.7s ease-out;
}
.visual .xx-cover-txt-three,
.visual .xx-cover-btn {
  opacity: 0;
  -webkit-transition: opacity 1s 1s ease-out;
  transition: opacity 1s 1s ease-out;
}
.visual p {
  font-weight: bold;
  font-size: 20px;
}
.visual h2 {
  font-size: 48px;
  color: #fff;
}
.visual .xx-img-cover {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: 1 !important;
}
.visual .xx-img-cover img {
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual .visual-content {
  z-index: 10;
}

.gs-up {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  opacity: 0;
  -webkit-transition: all 1s 1.8s ease-out;
  transition: all 1s 1.8s ease-out;
}

.gs-up.two {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.gs-up.three {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.visual-content {
  position: absolute;
  width: 100%;
}

/* Evidence Product
----------------------------------------------------------*/
.evidence {
  background: #f7f7f7;
}

.home .card-product {
  padding-bottom: 10px;
}

.evidence-carousel .flickity-button {
  top: 38%;
}

.card-product {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.card-product a {
  text-decoration: none;
}
.card-product h3 {
  color: #d35fa1;
  font-size: 18px;
  margin-bottom: 10px;
}
.card-product .onsale {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
  font-weight: bold;
  padding: 3px 10px;
  font-size: 12px;
  text-transform: uppercase;
  background: #ef68b4;
  color: #fff;
  z-index: 2;
}
.card-product p {
  color: #3d3d3d;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 18px;
}
.card-product .woocommerce-Price-amount {
  background: #7dcbaa;
  padding: 3px 7px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.card-product ins {
  text-decoration: none;
}
.card-product ins .woocommerce-Price-amount {
  background: #ef68b4;
  padding: 3px 9px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.card-product del .woocommerce-Price-amount {
  background: transparent;
  padding: 3px 7px;
  margin-right: 10px;
  color: #3d3d3d;
  font-weight: bold;
}

.gs-hover-img {
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* Force
----------------------------------------------------------*/
.force {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.pills-force {
  padding-left: 105px;
  position: relative;
  min-height: 90px;
}
.pills-force h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #d35fa1;
}
.pills-force p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
}
.pills-force .circle-force {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  border: 4px solid #d35fa1;
  border-radius: 100%;
  background: #f7f7f7;
  z-index: 3;
}

/* cta-shop
----------------------------------------------------------*/
.cta-shop {
  position: relative;
  padding-top: 100px;
  padding-bottom: 130px;
  color: #fff;
}
.cta-shop h2 {
  color: inherit;
}
.cta-shop p {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.cta-shop .filter {
  background: #000;
  opacity: 0.5;
}

/* navCat
----------------------------------------------------------*/
.cat-wrap {
  position: relative;
  z-index: 10;
}

.navcat {
  padding-top: 60px;
  background: #d2e7f6;
  position: relative;
}
.navcat a {
  color: #fff;
  text-decoration: none;
}
.navcat .card-cat {
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  width: 25%;
}
.navcat .card-cat img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.navcat .card-cat_pills {
  font-family: "Kalam", sans-serif;
  position: absolute;
  bottom: 3%;
  right: 50%;
  margin: 0 auto;
  width: 80%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: #7d8dcb;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 3px 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navcat .card-cat:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.navcat .card-cat:hover .card-cat_pills {
  width: 100%;
  background: #d35fa1;
}
.navcat .border-effect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: #fff;
}

/* gift-section
----------------------------------------------------------*/
.gift-section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pad-gift {
  overflow: hidden;
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
  z-index: 3;
}

.gift-card {
  position: relative;
  border: 1px solid #ececec;
  margin-right: 10px;
  margin-left: 10px;
}
.gift-card .gift-card_content {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  bottom: 0px;
}
.gift-card .gift-card_content img {
  width: 100%;
}
.gift-card .gift-card_content h3 {
  display: inline-block;
  font-family: "Kalam", sans-serif;
  color: #7dcbaa;
  background: #fff;
  padding: 5px 10px 5px 20px;
  text-align: right;
  margin-bottom: 0;
}
.gift-card .gift-card_content .gift-card_text {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  padding: 15px 20px 20px 20px;
  min-height: 70px;
}
.gift-card .gift-card_content p {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
.gift-card .gift-price {
  position: absolute;
  top: 12px;
  right: 8px;
  color: #fff;
  font-weight: bold;
  z-index: 10;
}
.gift-card .gift-price del .amount {
  margin-right: 5px;
  background: transparent;
}
.gift-card .gift-price .amount {
  padding: 4px 11px;
  border-radius: 6px;
  background: #d35fa1;
}
.gift-card .woo-img-wrap {
  margin-bottom: 0;
}
.gift-card .woo-img-overlay {
  z-index: 10;
}
.gift-card .woo-img-wrap:hover .woo-img-overlay {
  bottom: -70%;
  right: -70%;
}

.text-gift {
  font-size: 18px;
  margin-bottom: 20px;
}

.row-gift {
  position: relative;
}

.gra-gift {
  position: absolute;
  right: 30px;
  z-index: -1;
  bottom: 0;
  width: 20%;
  height: 0%;
  background: #e7f4fb;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

.gift-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
  color: #7d8dcb;
  font-weight: bold;
}
.gift-btn i {
  position: relative;
  left: 0;
  -webkit-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}
.gift-btn:hover {
  text-decoration: none;
  color: #d35fa1;
}
.gift-btn:hover i {
  left: 5px;
}
.gift-btn .line-gift {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  border-radius: 20px;
  width: 0%;
  background: #7d8dcb;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

/* dealer
----------------------------------------------------------*/
.dealer {
  background: #f5f4c0;
}
.dealer p {
  font-size: 17px;
}
.dealer h2 {
  margin-bottom: 30px;
}
.dealer .dealer-evidence {
  font-weight: bold;
  color: #7d8dcb;
  font-style: italic;
}
.dealer p:last-of-type {
  margin-bottom: 40px;
}

.dealer-icon-square {
  position: relative;
  width: 100px;
  height: 85px;
  background: #d35fa1;
  top: -20px;
  margin-bottom: 15px;
}
.dealer-icon-square i {
  color: #fff;
  font-size: 45px;
}

.fifty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fifty .fifty-img {
  width: 50%;
}
.fifty .fifty-box {
  width: 50%;
}
.fifty .fifty-box_content {
  padding: 60px 50px 60px 60px;
  margin-right: calc(50vw - 620px);
}

/* cta-social
----------------------------------------------------------*/
.close-message {
  padding-top: 100px;
  padding-bottom: 80px;
}
.close-message hr {
  margin-top: 0;
  margin-bottom: 20px;
  clear: both;
  border-style: dashed;
}
.close-message .ngh {
  float: left;
  width: calc(100% - 145px);
  margin-left: 25px;
}
.close-message .circle-img {
  float: left;
  max-width: 120px;
  width: 20%;
}
.close-message .circle-img span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #7d8dcb;
}

.cta-social p {
  padding-top: 20px;
  padding-left: 20px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
  color: #7d8dcb;
}
.cta-social p:before {
  content: "\f10d";
  font-family: "fontello";
  position: absolute;
  z-index: -1;
  top: -14px;
  left: 0px;
  color: #e1ebf0;
  font-size: 60px;
}

.close-message a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close-message .circle-icon {
  border: 2px solid #d35fa1;
  background: transparent;
  margin-right: 15px;
}
.close-message .circle-icon i {
  font-size: 22px;
  color: #d35fa1;
}
.close-message .circle-icon:hover {
  background: #d35fa1;
}
.close-message .circle-icon:hover i {
  color: #fff;
}

.gallery-home {
  padding-left: 40px;
}
.gallery-home a {
  position: relative;
  border: 4px solid #fff;
  width: 50%;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery-home a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #d35fa1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-home a:after {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  color: #fff;
  font-size: 32px;
  z-index: 3;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(4);
          transform: translate(-50%, -50%) scale(4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-home a:hover:before {
  opacity: 0.7;
}
.gallery-home a:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* --------------------------------------------------------
Page
-------------------------------------------------------- */
.cover-page {
  background: #d35fa1;
  border-bottom: 5px solid #ececec;
}
.cover-page .container .row {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  min-height: 90px;
}
.cover-page .over-title {
  display: block;
  margin-bottom: 0;
  font-style: italic;
  color: #fde982;
  font-size: 13px;
  font-weight: bold;
}

.woocommerce .cover-page {
  border-bottom: none;
}

.title-page {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.2;
  word-break: break-word;
  margin: 0px;
  display: inline-block;
  position: relative;
}

.title-article {
  margin-bottom: 40px;
  word-break: break-word;
}

.product-bread {
  position: relative;
  bottom: -10px;
}

.single .title-page.product-title {
  margin-bottom: 0;
}

/* --------------------------------------------------------
Single Tessuto
-------------------------------------------------------- */
.tessuto-single-image {
  position: relative;
}
.tessuto-single-image figure {
  height: 100%;
}
.tessuto-single-image figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tessuto-single-image .tessuto-single-image-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0px;
  margin-bottom: 10px;
  line-height: 1;
  padding: 15px;
  font-size: 28px;
  color: #fff;
  font-family: "Kalam", coursive;
  text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.4);
}

.tessuto-features {
  margin-bottom: 20px !important;
}
.tessuto-features h3 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tessuto-features p {
  font-size: 14px;
}

.tessuto-product h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding-bottom: 12px;
  margin-bottom: 14px;
}

.tessuto-product-pills {
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
}
.tessuto-product-pills li {
  display: inline-block;
}
.tessuto-product-pills li a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: #d35fa1;
  padding: 4px 12px;
  border-radius: 6px;
  margin: 4px;
}
.tessuto-product-pills li a:hover {
  background: #ef68b4;
}

.certified-tex {
  padding: 15px;
  background: #fff;
}
.certified-tex p {
  margin-bottom: 14px;
  color: #6e6e6e;
  line-height: 1.3;
}
.certified-tex p.certified-tex_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.certified-tex a {
  margin-left: 10px;
  background: #d35fa1;
  padding: 8px 18px;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
}
.certified-tex a:hover {
  background: #ef68b4;
}

/* --------------------------------------------------------
Vendi Miribu
-------------------------------------------------------- */
.dealer-section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dealer-section .dealer-section_msg {
  padding: 30px 20px;
  border-radius: 6px;
}
.dealer-section ul.is-style-check li:before {
  color: #7dcbaa;
}

/* --------------------------------------------------------
Single
-------------------------------------------------------- */
.sub-title {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.single .title-page {
  margin-bottom: 10px;
}

hr.single-divider {
  margin-top: 15px;
}

.single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 12px;
  color: #d35fa1;
  font-weight: bold;
}

.single-meta_item {
  padding-left: 30px;
  margin-right: 25px;
  margin-top: 8px;
  position: relative;
}
.single-meta_item .single-time {
  font-size: 14px;
}
.single-meta_item i {
  color: #d35fa1;
  position: absolute;
  left: 0px;
}
.single-meta_item .cat-pills {
  position: relative;
  top: -1px;
}
.single-meta_item .cat-pills a {
  color: #d35fa1;
  margin-right: 4px;
  display: inline-block;
}

.single-meta_item.cat {
  padding-left: 0;
}

.single-meta_item:last-child {
  margin-right: 0;
}

.single-tag a {
  font-size: 14px;
}

/* Page 404
-------------------------------------------------------- */
.message-404 h2 {
  font-size: 150px;
  font-weight: bold;
  opacity: 0.2;
}

body.error404 {
  background: #f5f5f5;
}

.page-404 {
  padding-bottom: 60px;
}

/* Page Chi siamo
-------------------------------------------------------- */
/* Template
----------------------------------------------------------*/
/* --------------------------------------------------------
Chi Sono
-------------------------------------------------------- */
.page-template-template-chi-sono footer {
  margin-top: 0;
}

.mj-quote-p {
  padding-top: 50px;
  position: relative;
}
.mj-quote-p:before {
  content: "\f10d";
  font-family: "fontello";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 45px;
  color: #d35fa1;
}

.mj-since {
  padding-bottom: 100px;
}

.mj-left {
  position: relative;
  right: -90px;
  padding: 60px 50px;
  background: #fff;
  z-index: 2;
}

.mj-right {
  position: relative;
  left: -90px;
  z-index: 1;
}
.mj-right figure {
  margin-bottom: 0;
}

.mj-img-divider {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mj-img-divider img {
  opacity: 0.7;
}

.wp-block-separator.dash {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #9ec0d8 !important;
}

.mj-social-box {
  border-top: 2px dashed #ececec;
  padding-top: 20px;
}
.mj-social-box a {
  text-decoration: none;
}
.mj-social-box p {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
.mj-social-box .circle-icon {
  width: 40px;
  height: 40px;
  background: rgba(148, 158, 209, 0.1);
  margin-right: 15px;
}
.mj-social-box .circle-icon i {
  color: #d35fa1;
}
.mj-social-box .circle-icon:hover {
  background: #d35fa1;
}
.mj-social-box .circle-icon:hover i {
  color: #fff;
}

/* --------------------------------------------------------
Template Contatti
-------------------------------------------------------- */
.contact-page hr {
  clear: both;
}
.contact-page .mrg-c {
  margin-bottom: 40px;
  margin-top: 40px;
  clear: both;
}
.contact-page h3 {
  font-size: 17px;
}
.contact-page hr {
  margin-bottom: 20px;
}
.contact-page p.overline {
  margin-bottom: 45px;
}

.contact-med {
  width: 50%;
  float: left;
}

.contact-overtitle {
  font-size: 15px;
  color: #d35fa1;
}

.contact-pills {
  display: block;
  padding-left: 70px;
  position: relative;
  margin-bottom: 35px;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  clear: both;
}
.contact-pills .circle-icon {
  position: absolute;
  top: 0px;
  left: 0px;
}
.contact-pills p {
  color: #7dcbaa;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 14px;
}
.contact-pills span {
  font-size: 17px;
  font-weight: bold;
  color: #d35fa1;
}
.contact-pills:hover {
  text-decoration: none;
}
.contact-pills:hover .circle-icon {
  background: #7dcbaa;
  -webkit-transform: scale(1.1) rotate(-8deg);
          transform: scale(1.1) rotate(-8deg);
}
.contact-pills:hover span {
  text-decoration: underline;
  color: #d35fa1;
}

.maps {
  position: relative;
  left: -15px;
}
.maps:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -30px;
  bottom: -30px;
  background: #d2e7f6;
  z-index: -1;
}

/* Tessuti
----------------------------------------------------------*/
.filters-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ededed;
  margin-bottom: 40px;
}
.filters-container h2 {
  font-size: 26px;
}
.filters-container .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filters-container .button-wrap {
  display: inline-block;
}
.filters-container .button-filter {
  border: none;
  background: #e6e6e6;
  padding: 6px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
  margin-right: 5px;
  color: #333;
}
.filters-container .button-filter:focus {
  outline: none;
}
.filters-container .button-filter.is-checked {
  background: #d35fa1;
  color: #fff;
}

.filters-box hr {
  margin-top: 40px;
  border-top: 1px dashed #ececec;
  border-bottom: none;
}

.card-tessuti {
  overflow: hidden;
  position: relative;
}
.card-tessuti_image {
  overflow: hidden;
  margin-bottom: 0px;
}
.card-tessuti_image img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.card-tessuti a {
  text-decoration: none;
}
.card-tessuti .card-tessuti_title {
  font-family: "Kalam", sans-serif;
  position: absolute;
  bottom: 3%;
  right: 50%;
  margin: 0 auto;
  width: 80%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: #7d8dcb;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 7px 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: normal;
  line-height: 1;
}
.card-tessuti:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.card-tessuti:hover .card-tessuti_title {
  color: #fff;
  width: 100%;
  background: #d35fa1;
}

.related-tessuti {
  background: #f7f7f7;
  padding-top: 80px;
  padding-bottom: 80px;
}
.related-tessuti .card-tessuti .card-tessuti_title {
  font-size: 16px;
}

.pills-tessuto_wrap {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pills-tessuto_wrap .pills-tessuto {
  margin-top: 5px;
  display: inline-block;
  background: #7dcbaa;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  padding: 3px 10px;
  font-weight: bold;
}
.pills-tessuto_wrap .pills-tessuto.novita {
  background: #d35fa1;
}
.pills-tessuto_wrap .pills-tessuto.novita:before {
  content: "\e81b";
  font-family: "fontello";
  color: #fde982;
  margin-right: 3px;
  position: relative;
  left: -1px;
}

/* Pagination
----------------------------------------------------------*/
.pagination {
  text-align: center;
}
.pagination .page-numbers {
  padding: 12px 14px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #fff;
  color: #d35fa1;
}
.pagination .page-numbers.current {
  font-weight: bold;
  background: #dde1f1;
  color: #7d8dcb;
}
.pagination a:hover,
.pagination .pagination a:focus {
  background: #f7f7f7;
  color: #7d8dcb;
}

/* Blog - index - archive
----------------------------------------------------------*/
/* Search
----------------------------------------------------------*/
/* --------------------------------------------------------
  Sidebar shop
  -------------------------------------------------------- */
.btn-back-shop {
  margin-bottom: 25px;
}
.btn-back-shop a {
  color: #d35fa1;
  display: block;
}
.btn-back-shop a:hover {
  color: #7d8dcb;
}

.sidebar-shop {
  padding-right: 25px;
}
.sidebar-shop .sidebar-shop-wrap {
  position: relative;
  padding-right: 25px;
  border-right: 1px solid #ececec;
}
.sidebar-shop section {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 25px;
}
.sidebar-shop section:last-of-type {
  border-bottom: none;
}
.sidebar-shop .product_list_widget a {
  color: #3c3c3c;
}

.widget-shop-content {
  height: 100%;
}

.widget-shop-title {
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}
.widget-shop-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: #d35fa1;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #7dcbaa;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #c1c1c1;
  margin-bottom: 40px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  display: inline-block;
  padding: 10px 26px;
  background: #d35fa1;
  color: white;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #ef68b4;
  color: #fff;
}

.widget_product_categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.widget_product_categories ul li {
  background: #ececec;
  padding: 4px 12px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #7dcbaa;
  margin-right: 8px;
  margin-bottom: 10px;
  -webkit-transition: none;
  transition: none;
}
.widget_product_categories ul li:hover {
  background: #d35fa1;
}
.widget_product_categories ul li:hover a {
  color: #fff;
}
.widget_product_categories ul li:hover .count {
  color: #fff;
}
.widget_product_categories ul li a {
  padding: 4px;
  -webkit-transition: none;
  transition: none;
  color: #3d3d3d;
}
.widget_product_categories ul li .count {
  color: #3d3d3d;
}
.widget_product_categories ul .current-cat {
  background: #d35fa1;
}
.widget_product_categories ul .current-cat .count {
  color: #fff;
}
.widget_product_categories ul .current-cat a {
  color: #fff;
}

.wp-block-group.sidebar-custom-product {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
}
.wp-block-group.sidebar-custom-product p {
  font-size: 15px;
  margin-bottom: 15px;
}

.woocommerce-mini-cart-item.mini_cart_item span.quantity {
  font-size: 15px;
}

.product_list_widget span {
  font-size: 15px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* --------------------------------------------------------
Sidebar blog
-------------------------------------------------------- */
.sidebar-blog {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
.sidebar-blog section {
  padding: 20px 30px;
  background: #f5f7f8;
}
.sidebar-blog a {
  color: #d35fa1;
}
.sidebar-blog .widget {
  margin-bottom: 30px;
  width: 100%;
}
.sidebar-blog .widget h2 {
  position: relative;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}
.sidebar-blog .widget h2 span {
  display: inline-block;
  border-bottom: 2px solid #7dcbaa;
  padding-bottom: 15px;
  margin-bottom: -2px;
}
.sidebar-blog img {
  width: 100%;
}

/* --------------------------------------------------------
  Sidebar one
  -------------------------------------------------------- */
.sidebar-one {
  padding-left: 30px;
}
.sidebar-one .widget {
  margin-bottom: 30px;
  width: 100%;
}
.sidebar-one .widget h2 {
  position: relative;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}
.sidebar-one .widget h2 span {
  display: inline-block;
  border-bottom: 2px solid #d35fa1;
  padding-bottom: 15px;
  margin-bottom: -2px;
}
.sidebar-one img {
  width: 100%;
}
.sidebar-one .flip-card {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}
.sidebar-one .flip-card img {
  width: auto;
}

/* Widget nav-menu
  -------------------------------------------------------*/
.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_nav_menu ul li {
  padding: 5px 0;
}

/* Widget recent post
  -------------------------------------------------------*/
.widget_recent_entries ul {
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li {
  padding: 3px 0;
}

/* Widget archive Widget_categories
  -------------------------------------------------------*/
.widget_archive ul,
.widget_categories ul {
  color: #d35fa1;
  list-style: none;
  padding: 0;
}
.widget_archive ul li,
.widget_categories ul li {
  border-bottom: 1px solid #e3e3e3;
  padding: 0;
}
.widget_archive ul li a,
.widget_categories ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  display: inline-block;
  padding: 13px 0;
  color: #d35fa1;
}
.widget_archive ul li a:before,
.widget_categories ul li a:before {
  content: "\e812";
  font-family: "fontello";
  padding-right: 10px;
  font-size: 12px;
}
.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
  margin-left: 10px;
  text-decoration: none;
}
.widget_archive ul li.current-cat a,
.widget_categories ul li.current-cat a {
  color: #d35fa1;
}

/* Widget calendar
  -------------------------------------------------------*/
.widget_calendar .calendar_wrap {
  margin-top: 20px;
  text-align: center;
}
.widget_calendar .calendar_wrap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget_calendar .calendar_wrap table {
  width: 100%;
}
.widget_calendar .calendar_wrap th,
.widget_calendar .calendar_wrap td {
  padding: 5px;
}
.widget_calendar .calendar_wrap tbody tr td {
  position: relative;
}
.widget_calendar .calendar_wrap tbody tr td a {
  display: inline-block;
  color: #3d3d3d;
  position: relative;
  z-index: 10;
  color: #fff;
}
.widget_calendar .calendar_wrap tbody tr td a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: rgba(211, 95, 161, 0.8);
  border-radius: 50%;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.widget_calendar .calendar_wrap tbody tr td a:hover:before {
  background: #d35fa1;
}
.widget_calendar .calendar_wrap tfoot a {
  color: #3d3d3d;
  font-weight: 400;
}

/* Widget tagclod
  -------------------------------------------------------*/
.tagcloud a {
  padding: 2px 5px;
  background: rgba(211, 95, 161, 0.8);
  color: #fff;
  margin: 2px 0;
  display: inline-block;
  border-radius: 4px;
}

.tagcloud a:hover {
  background: #d35fa1;
  color: #fff;
  text-decoration: none;
}

/* Widget searchform
  -------------------------------------------------------*/
.widget_search input {
  border: 1px solid #d2d2d2;
  padding: 10px 8px;
}
.widget_search button {
  top: 4px;
  right: 6px;
  padding: 5px 6px;
}

/* Widget image
  -------------------------------------------------------*/
.widget_media_image {
  padding: 0;
  background: transparent;
}

/* Widget Custom Loop Articoli recenti
  -------------------------------------------------------*/
.container-rpw {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.container-rpw li {
  position: relative;
}
.container-rpw li .img-rpw {
  width: 20%;
  overflow: hidden;
}
.container-rpw li img {
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.container-rpw li .content-rpw {
  width: 80%;
  padding-left: 15px;
}
.container-rpw li h4 {
  font-size: 14px;
  color: #353535;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.container-rpw li span {
  font-size: 12px;
  color: #757575;
}
.container-rpw a:hover {
  text-decoration: none;
}
.container-rpw li:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.container-rpw li:hover h4 {
  color: #d35fa1;
}

.blog-post-comments {
  margin-top: 70px;
}

.blog-post-comments > ol > li {
  border-bottom: 1px solid #eee;
}

.title-comments-num {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

/*classi*/
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin-bottom: 30px;
}
.comment-form-author input, .comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
  width: 100%;
  outline: none;
  border: 1px solid #e0e0e0;
  padding: 5px 8px;
}
.comment-form-author textarea::-webkit-input-placeholder,
.comment-form-author input::-webkit-input-placeholder,
.comment-form-email textarea::-webkit-input-placeholder,
.comment-form-email input::-webkit-input-placeholder,
.comment-form-url textarea::-webkit-input-placeholder,
.comment-form-url input::-webkit-input-placeholder,
.comment-form-comment textarea::-webkit-input-placeholder,
.comment-form-comment input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea:-ms-input-placeholder,
.comment-form-author input:-ms-input-placeholder,
.comment-form-email textarea:-ms-input-placeholder,
.comment-form-email input:-ms-input-placeholder,
.comment-form-url textarea:-ms-input-placeholder,
.comment-form-url input:-ms-input-placeholder,
.comment-form-comment textarea:-ms-input-placeholder,
.comment-form-comment input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea::-ms-input-placeholder,
.comment-form-author input::-ms-input-placeholder,
.comment-form-email textarea::-ms-input-placeholder,
.comment-form-email input::-ms-input-placeholder,
.comment-form-url textarea::-ms-input-placeholder,
.comment-form-url input::-ms-input-placeholder,
.comment-form-comment textarea::-ms-input-placeholder,
.comment-form-comment input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea::-webkit-input-placeholder, .comment-form-author input::-webkit-input-placeholder, .comment-form-email textarea::-webkit-input-placeholder, .comment-form-email input::-webkit-input-placeholder, .comment-form-url textarea::-webkit-input-placeholder, .comment-form-url input::-webkit-input-placeholder, .comment-form-comment textarea::-webkit-input-placeholder, .comment-form-comment input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea::-moz-placeholder, .comment-form-author input::-moz-placeholder, .comment-form-email textarea::-moz-placeholder, .comment-form-email input::-moz-placeholder, .comment-form-url textarea::-moz-placeholder, .comment-form-url input::-moz-placeholder, .comment-form-comment textarea::-moz-placeholder, .comment-form-comment input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea:-ms-input-placeholder, .comment-form-author input:-ms-input-placeholder, .comment-form-email textarea:-ms-input-placeholder, .comment-form-email input:-ms-input-placeholder, .comment-form-url textarea:-ms-input-placeholder, .comment-form-url input:-ms-input-placeholder, .comment-form-comment textarea:-ms-input-placeholder, .comment-form-comment input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea::-ms-input-placeholder, .comment-form-author input::-ms-input-placeholder, .comment-form-email textarea::-ms-input-placeholder, .comment-form-email input::-ms-input-placeholder, .comment-form-url textarea::-ms-input-placeholder, .comment-form-url input::-ms-input-placeholder, .comment-form-comment textarea::-ms-input-placeholder, .comment-form-comment input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea::placeholder,
.comment-form-author input::placeholder,
.comment-form-email textarea::placeholder,
.comment-form-email input::placeholder,
.comment-form-url textarea::placeholder,
.comment-form-url input::placeholder,
.comment-form-comment textarea::placeholder,
.comment-form-comment input::placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea:-ms-input-placeholder,
.comment-form-author input:-ms-input-placeholder,
.comment-form-email textarea:-ms-input-placeholder,
.comment-form-email input:-ms-input-placeholder,
.comment-form-url textarea:-ms-input-placeholder,
.comment-form-url input:-ms-input-placeholder,
.comment-form-comment textarea:-ms-input-placeholder,
.comment-form-comment input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea::-ms-input-placeholder,
.comment-form-author input::-ms-input-placeholder,
.comment-form-email textarea::-ms-input-placeholder,
.comment-form-email input::-ms-input-placeholder,
.comment-form-url textarea::-ms-input-placeholder,
.comment-form-url input::-ms-input-placeholder,
.comment-form-comment textarea::-ms-input-placeholder,
.comment-form-comment input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea::-webkit-input-placeholder,
.comment-form-author input::-webkit-input-placeholder,
.comment-form-email textarea::-webkit-input-placeholder,
.comment-form-email input::-webkit-input-placeholder,
.comment-form-url textarea::-webkit-input-placeholder,
.comment-form-url input::-webkit-input-placeholder,
.comment-form-comment textarea::-webkit-input-placeholder,
.comment-form-comment input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 33.33%;
}

.comment-form-email {
  padding-left: 10px;
  padding-right: 10px;
}

.comment-form-url {
  padding-left: 10px;
}

.comment-form-author {
  padding-right: 10px;
}

.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.comment-form-cookies-consent input {
  margin: 3px 10px 0 0;
}

footer.comment-meta {
  background: none;
}

/*Button*/
.blog-post-comments p input[type=submit] {
  font-size: 12px;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline;
  font-weight: 600;
  padding: 8px 35px;
}

/*item comment*/
.blog-post-comments ul,
.blog-post-comments ol {
  list-style: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.blog-post-comments ol {
  margin-bottom: 100px;
}

/*Avatar*/
.comment-author.vcard img {
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  border: 2px solid #e0e0e0;
}

.fn, .fn a {
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  float: left;
  padding-top: 4px;
  color: #3d3d3d;
}

.comment-metadata {
  display: none;
}

/*----------------------Sensei*/
.children {
  margin-left: 100px !important;
  margin-bottom: 50px !important;
}

.children .children {
  margin-left: 0;
}

.comment-body {
  padding: 30px 0 20px;
}

.comment-body p {
  clear: both;
  margin-left: 104px;
  padding-bottom: 20px;
}

.comment-body strong {
  font-weight: 400;
  color: #d35fa1;
}

.comment-body code,
.comment-body pre,
.comment-body tt,
.comment-body kbd {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #222;
}

.comment-body tt,
.comment-body kbd {
  color: #d35fa1;
}

.comment-body table {
  margin-bottom: 30px;
  border-collapse: collapse;
}

.comment-body th {
  color: #d35fa1;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #ccc;
}

.comment-body td {
  font-weight: 300;
  color: #222;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ccc;
}

.comment-body pre {
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 20px;
}

.comment-body h1,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6 {
  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.comment-body h1 {
  font-size: 26px;
}

.comment-body h3 {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 18px;
}

.comment-body blockquote {
  padding: 0;
  margin-bottom: 20px;
}

.comment-body blockquote p {
  margin-left: 10px;
}

.comment-body dl,
.comment-body ul,
.comment-body address {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
}

.comment-body ol {
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 30px;
}

.page .children {
  padding-bottom: 0 !important;
}

.comment-body h1,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6,
.comment-body blockquote,
.comment-body table,
.comment-body dl,
.comment-body ol,
.comment-body ul,
.comment-body address,
.comment-body hr,
.comment-body pre {
  margin-left: 104px;
}

.comment-body hr {
  margin-bottom: 20px;
}

.comment-body pre h2 {
  margin-left: 0;
}

.comment-body ul ul,
.comment-body ol ol,
.comment-body ul ul ul,
.comment-body ol ol ol {
  margin-left: 0;
}

.comment-body ol {
  margin-bottom: 0 !important;
  list-style: decimal inside;
}

.comment-body ul {
  list-style: disc inside;
}

.reply {
  margin-left: 104px;
  padding-bottom: 20px;
}

.reply a:before {
  content: "\f112";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
}

.reply a {
  color: #42474C !important;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #42474C;
  letter-spacing: 0.3em !important;
}

.reply a:hover {
  color: #fff !important;
  background: #d35fa1;
  border-color: #d35fa1;
}

.comment-author.vcard {
  float: left;
  width: 50%;
}

.comment-meta {
  display: block;
  min-height: 74px;
}

.comment-meta::after {
  clear: both;
}

.comment-metadata {
  float: left;
  height: 74px;
  width: 50%;
  text-align: right;
}

.comment-metadata a > time,
.comment-metadata a.comment-edit-link {
  color: #ccc;
}

.says {
  display: none;
}

.page label {
  display: block;
}

p.logged-in-as,
p.comment-notes {
  margin-bottom: 20px;
}

p.comment-notes,
.comment-body a,
.comment-respond a {
  color: #757575;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}

.comment-body a,
.comment-respond a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comment-body a:hover,
.comment-respond a:hover,
.comment-metadata a:hover > time {
  color: #d35fa1;
}

.comment-navigation {
  margin-bottom: 30px;
}

.comment-navigation a {
  text-decoration: none;
  color: #d35fa1;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comment-navigation a:hover {
  color: #222;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  display: inline-block;
}

.info-force {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
}
.info-force a {
  color: #ababab;
  text-decoration: none;
  margin-right: 14px;
  position: relative;
}
.info-force a i {
  color: #eb9ac8;
  font-size: 14px;
  position: relative;
  top: 0px;
  right: -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-force a:hover {
  color: #d35fa1;
}
.info-force a:hover i {
  color: #d35fa1;
}
.info-force a:before {
  content: "";
  position: absolute;
  height: 75%;
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ebebeb;
}
.info-force a:first-of-type:before {
  display: none;
}

.avviso-woo {
  background: #d2e7f6;
}
.avviso-woo .avviso-woo_content {
  color: #000;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.avviso-woo .avviso-woo_content h1,
.avviso-woo .avviso-woo_content h2,
.avviso-woo .avviso-woo_content h3,
.avviso-woo .avviso-woo_content h4 {
  color: inherit;
  font-size: 17px;
  margin-bottom: 8px;
}
.avviso-woo .avviso-woo_content p {
  margin-bottom: 10px;
}
.avviso-woo .avviso-woo_content p:last-child {
  margin-bottom: 0;
}

.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .warning-product {
  padding: 20px 15px !important;
  border-radius: 6px;
}
.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .warning-product h3.warning-product_title {
  color: #7281bb;
  font-size: 19px;
}
.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .warning-product h3.warning-product_title i {
  margin-right: 4px;
}
.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .warning-product p {
  margin-bottom: 15px;
  font-size: 15px;
}

.msg-promo-woo {
  background: #7d8dcb;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
.msg-promo-woo .msg-promo-woo_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.msg-promo-woo .msg-promo-woo_content p,
.msg-promo-woo .msg-promo-woo_content h2,
.msg-promo-woo .msg-promo-woo_content h3,
.msg-promo-woo .msg-promo-woo_content h4,
.msg-promo-woo .msg-promo-woo_content h5,
.msg-promo-woo .msg-promo-woo_content h6 {
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}

.control-bar {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #7281bb;
  padding: 8px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.woocommerce.archive .control-bar,
.woocommerce.single-product .control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.control-shop {
  position: relative;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.control-shop i {
  color: #fff;
  position: relative;
  right: -5px;
  font-size: 22px;
}
.control-shop .close-control-shop {
  top: 17px;
  right: 10px;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: hidden;
}
.control-shop .close-control-shop:before {
  content: "";
  width: 22px;
  height: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.control-shop.open i {
  color: #7dcbaa;
  visibility: hidden;
}
.control-shop.open .close-control-shop {
  visibility: visible;
}

.account-bar {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0px 5px 10px;
  color: #fff;
}
.account-bar a {
  color: #fff;
}

.type-product .page-title {
  display: none;
}

.woo-shop-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.card-shop {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 50px;
  overflow: hidden;
}
.card-shop a {
  text-decoration: none;
  color: inherit;
}
.card-shop .card-shop_image {
  margin-bottom: 15px;
  position: relative;
}
.card-shop .card-shop_image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #d35fa1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card-shop .card-shop_image:after {
  content: "\e803";
  font-family: "fontello";
  position: absolute;
  color: #fff;
  font-size: 32px;
  z-index: 3;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(4);
          transform: translate(-50%, -50%) scale(4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card-shop .card-shop_image:hover:before {
  opacity: 0.7;
}
.card-shop .card-shop_image:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.card-shop .card-shop_cat-title {
  font-size: 20px;
  color: #d35fa1;
  margin-bottom: 5px;
}
.card-shop .card-shop_cat-desc {
  color: #3d3d3d;
  margin-bottom: 15px;
  font-size: 14px;
}
.card-shop .pills-price {
  background: #7dcbaa;
  padding: 3px 7px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.btn-link_shop {
  display: block;
  padding: 12px 20px;
  background: #d35fa1;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.btn-link_shop:hover {
  background: #ef68b4;
}

.post-type-archive-product .btn-back-shop {
  display: none;
}

.intro-message-shop {
  display: inline-block;
  background: #949ed0;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

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

.woocommerce-message::before {
  color: #d35fa1;
}

.woocommerce-info {
  border-top-color: #7d8dcb;
  background-color: #f8f8fb;
}

.woocommerce-info::before {
  color: #d35fa1;
}

.custom-tag-pills {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #949ed0;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 6px 15px 6px 13px;
  min-height: auto;
  min-width: auto;
}

/* Shop page
-------------------------------------------------------- */
.shop-search {
  background: #d35fa1;
  padding: 15px 0;
  border-radius: 4px;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce .woocommerce-ordering {
  display: none;
}

.woo-img-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.woo-img-wrap .woo-img-overlay {
  opacity: 1;
  background: rgba(125, 203, 170, 0.95);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  right: -100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: -5px -4px 10px 3px rgba(0, 0, 0, 0.18);
          box-shadow: -5px -4px 10px 3px rgba(0, 0, 0, 0.18);
}
.woo-img-wrap .woo-img-overlay:after {
  font-family: "Kalam";
  font-weight: bold;
  content: "Scopri di più";
  position: absolute;
  top: 50%;
  left: -20px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  color: #fff;
  display: block;
}
.woo-img-wrap .woo-img-overlay:before {
  font-family: "fontello";
  content: "\e80e";
  position: absolute;
  top: 55%;
  left: 40px;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #d35fa1;
  font-size: 22px;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}

.woo-img-wrap:hover .woo-img-overlay {
  bottom: -56%;
  right: -56%;
}
.woo-img-wrap:hover .woo-img-overlay:before {
  top: 50%;
}

.woocommerce li.product {
  text-align: left;
}
.woocommerce li.product .woocommerce-Price-amount {
  background: #7dcbaa;
  padding: 3px 7px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.woocommerce li.product ins {
  text-decoration: none;
}
.woocommerce li.product ins .woocommerce-Price-amount {
  background: #ef68b4;
  padding: 3px 9px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.woocommerce li.product del .woocommerce-Price-amount {
  background: transparent;
  padding: 3px 7px;
  margin-right: 0px;
  color: #3d3d3d;
  font-weight: bold;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 0px 0px 25px;
  background: #ffffff;
}

.woocommerce ul.products.owl-related li.product,
.woocommerce-page ul.products.owl-relate li.product {
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}
.woocommerce ul.products.owl-related li.product a.button,
.woocommerce-page ul.products.owl-relate li.product a.button {
  margin-right: 0px;
  margin-left: 0px;
}

.woocommerce ul.products.owl-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce .owl-carousel.owl-related .owl-dots {
  position: absolute;
  bottom: -45px;
}

.woocommerce ul.products.owl-related li.product .woocommerce-loop-product__title {
  margin-bottom: 20px;
}

.woocommerce ul.products li.product a.add_to_cart_button {
  display: block;
  text-align: center;
  line-height: 1.3;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce .button.button {
  display: inline-block;
  padding: 12px 20px;
  background: #d35fa1;
  color: white;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  outline: none;
}
.woocommerce ul.products li.product .button:focus,
.woocommerce a.button:focus,
.woocommerce .button.button:focus {
  outline: none;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce .button.button:hover {
  background-color: #ef68b4;
  color: #fff;
}

.woocommerce a.added_to_cart {
  margin-left: 10px;
  font-size: 13px;
  display: block;
  text-align: center;
  color: #7d8dcb;
}
.woocommerce a.added_to_cart:hover {
  color: #d35fa1;
}
.woocommerce a.added_to_cart:before {
  content: "\e815";
  font-family: "fontello";
  margin-right: 5px;
}

.woocommerce .products .star-rating {
  display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 17px;
  padding: 0;
  margin-bottom: 6px;
  color: #d35fa1;
}

.woocommerce ul.products li.product .product-acf-desc {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.3;
  color: #3d3d3d;
}

.woocommerce ul.products li.product .onsale {
  top: 10px;
  right: 10px;
  margin: 0;
}

.woocommerce span.onsale {
  background-color: #ef68b4;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  padding: 6px 15px 6px 13px;
  min-height: auto;
  min-width: auto;
}

.woocommerce ul.products li.product .price {
  color: #404040;
  font-size: 14px;
  margin-bottom: 25px;
}

.woocommerce ul.products li.product .price ins {
  margin-left: 5px;
}

/* Category archive
----------------------------------------------------------*/
.term-description {
  display: none;
}

/* Single page
-------------------------------------------------------- */
.back-menu a {
  color: #d35fa1;
  font-size: 15px;
}
.back-menu a:hover {
  color: #7d8dcb;
}

.pswp__caption__center {
  display: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 5px;
  border: 1px solid #ececec;
  padding: 5px;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.9);
}

.woocommerce div.product span.onsale {
  top: 15px;
  left: 5px;
}

.woocommerce.single-product div.product span.onsale {
  top: 15px;
  left: 5px;
}

.woocommerce div.product p.price del {
  margin-right: 5px;
}

.woocommerce div.product p.price ins {
  text-decoration: none;
}

.sku_wrapper {
  display: none;
}

.single-product .content-woo {
  margin-bottom: 50px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 3px;
  border: 1px solid #ececec;
  padding: 3px;
}

.product-availability {
  color: #999;
  font-size: 13px;
  display: block;
  margin-bottom: 15px;
}
.product-availability span {
  color: #6c6c6c;
}

.product-not-instock {
  color: #e91e63;
}

.woocommerce div.product .product_title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #3b413d;
  font-size: 18px;
  margin-bottom: 20px;
}
.woocommerce div.product p.price small,
.woocommerce div.product span.price small {
  font-size: 13px;
  color: #828282;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  margin-right: 5px;
}

small.woocommerce-price-suffix {
  display: none;
}

.single-product .woocommerce-price-suffix {
  display: inline;
}

.woocommerce-Price-currencySymbol {
  margin-right: 3px;
}

p.stock.available-on-backorder {
  background: #7d8dcb;
  padding: 15px;
  color: #fff !important;
  border: 1px dashed #e6e6e6;
  font-size: 14px;
}
p.stock.available-on-backorder .backorder-title {
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 600;
  display: block;
}
p.stock.available-on-backorder .backorder-title i {
  color: #ef68b4;
}

.woocommerce div.product .stock {
  color: #4caf50;
  font-size: 15px !important;
}

.woocommerce div.product .out-of-stock {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce div.product .out-of-stock span.title-esaurito {
  display: block;
  font-size: 17px;
  color: #e91e63;
  margin-bottom: 10px;
}

.woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 20px;
  font-size: 16px;
  max-width: 400px;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 30px;
  background: #f7f7f7;
  border: 1px dashed #e6e6e6;
  border-spacing: 15px;
}
.woocommerce div.product form.cart .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 15px 0px 15px;
}
.woocommerce div.product form.cart .variations td:last-of-type {
  padding-top: 5px;
}

.woocommerce div.product.product-type-variable p.price {
  margin-bottom: 15px;
  font-size: 15px;
  color: #3d3d3d;
}

.woocommerce div.product form.cart .variations td.label {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 13px;
  padding-right: 0;
}
.woocommerce div.product form.cart .variations td.label label {
  margin-bottom: 0px;
}

.button-variable-item span {
  font-size: 14px !important;
}

.woocommerce div.product form.cart .woocommerce-variation-description {
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
  top: -20px;
  border: 1px dashed #e6e6e6;
  font-size: 14px;
  color: #212121;
  background: #f7f7f7;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .woocommerce-variation-description p:last-of-type {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-description:empty {
  display: none;
}

.woocommerce-variation-price {
  margin-bottom: 15px;
}

.woocommerce div.product form.cart .reset_variations {
  background: #d35fa1;
  color: #fff;
  padding: 0 14px;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
}
.woocommerce div.product form.cart .reset_variations:hover {
  background: #ef68b4;
}

.woocommerce div.product form.cart .button {
  display: inline-block;
  padding: 14px 25px;
  background: #d35fa1;
  color: white;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  outline: none;
}
.woocommerce div.product form.cart .button:focus {
  outline: none;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #ef68b4;
  color: #fff;
}

.woocommerce div.product form.cart {
  margin-bottom: 40px;
}

.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.woocommerce .quantity .qty {
  height: 40px;
}

.woocommerce .product_meta {
  border-top: 1px dashed #ececec;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ececec;
}
.woocommerce .product_meta .posted_in {
  color: #777;
  font-size: 15px;
}
.woocommerce .product_meta .posted_in a {
  background: #f3f3f3;
  color: #3d3d3d;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 10px;
  text-transform: none;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none;
}
.woocommerce .product_meta .posted_in a:hover {
  background: #d35fa1;
  color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: rgba(255, 255, 255, 0.35);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border: 2px solid #d35fa1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #d35fa1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  bottom: auto;
  top: 0;
  border-bottom-color: #ececec;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab {
  display: none;
}

.woocommerce-Tabs-panel p {
  font-size: 16px;
}

.woocommerce-Tabs-panel--additional_information {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  border-radius: 0;
  background: transparent;
  margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-top: 3px solid #d35fa1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #d35fa1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
  color: #d35fa1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 18px;
  color: #727272;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #3c3c3c;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}

.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h3 {
  font-size: 21px;
}
.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h3,
.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h4,
.woocommerce .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h5 {
  margin-bottom: 10px;
}

.up-sells.upsells.products,
.related.products {
  clear: both;
}
.up-sells.upsells.products h2:first-child,
.related.products h2:first-child {
  display: none;
}
.up-sells.upsells.products .owl-item .product .woocommerce-loop-product__title,
.related.products .owl-item .product .woocommerce-loop-product__title {
  margin-bottom: 6px !important;
}

.section-upsell {
  padding: 40px 0 60px 0;
  background: #f7f7f7;
}
.section-upsell h2 {
  margin-bottom: 40px;
  font-size: 28px;
}

.owl-carousel.owl-related .owl-dots {
  bottom: -15px;
}

.woocommerce p.stars a {
  color: #d35fa1;
  font-size: 18px;
}

.woocommerce .star-rating::before {
  color: #d35fa1;
}

.woocommerce .star-rating span {
  color: #d35fa1;
}

.woocommerce #review_form #respond .form-submit input {
  background-color: #d35fa1;
  left: auto;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 14px;
}

.woocommerce #reviews #comment {
  min-height: 100px;
}

#review_form #reply-title {
  margin-bottom: 15px;
  display: inline-block;
}

.comment-form-rating label {
  color: #3c3c3c;
  font-weight: bold;
}

.product-force {
  background: #d2e7f6;
  padding-top: 90px;
  padding-bottom: 100px;
}

/* Form Login
----------------------------------------------------------*/
.woocommerce form.login,
.woocommerce form.register {
  border: 1px dashed #d3ced2;
}
.woocommerce form.login .aiowps-captcha-equation,
.woocommerce form.register .aiowps-captcha-equation {
  font-size: 15px;
}
.woocommerce form.login .aiowps-captcha,
.woocommerce form.register .aiowps-captcha {
  margin-bottom: 15px;
}

/* Carrello
-------------------------------------------------------- */
.woocommerce-cart .cart-icon,
.woocommerce-checkout .cart-icon {
  display: none;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #4e4e4e !important;
  padding: 10px 15px;
  background: #ebe9eb;
}

.woocommerce a.button.alt:hover {
  background: #ef68b4;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  padding: 9px 15px;
}

.woocommerce ul.cart_list li dl dd {
  margin-bottom: 5px;
}

/* Carrello menu
-------------------------------------------------------- */
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 124px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding-top: 4px;
}

.woocommerce .coupon .button {
  padding: 11px 15px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #d35fa1;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background: #d35fa1;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: #ef68b4;
}

/* Pagamento chekout
-------------------------------------------------------- */
#billing_customizer_field {
  background: #e4f3fd;
  margin-left: -15px;
  margin-right: -15px;
  padding: 25px 15px;
}
#billing_customizer_field h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
#billing_customizer_field label {
  line-height: 1.4;
  font-size: 15px;
}
#billing_customizer_field .optional {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields__field-wrapper {
  border: 1px dashed #ececec;
  padding: 15px;
}

.woocommerce-billing-fields {
  margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
  padding: 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  max-width: unset !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          flex: unset !important;
  max-width: unset !important;
}

.woocommerce table.shop_table {
  border-style: dashed;
  border-radius: 0;
}
.woocommerce table.shop_table td {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table tfoot th {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table tfoot td {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table .woocommerce-shipping-totals.shipping {
  background: #f8f8fb;
}
.woocommerce table.shop_table .woocommerce-shipping-totals.shipping .woocommerce-shipping-methods {
  font-weight: normal;
}
.woocommerce table.shop_table .woocommerce-shipping-totals.shipping .shipping-method-description {
  margin-bottom: 10px;
}

/* FORM WOOCOMMERCE
----------------------------------------------------------*/
.woocommerce form .form-row label {
  font-size: 15px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 7px 5px;
  border: 1px solid #d8d8d8;
  background: #f8f8fb;
  font-size: 15px;
}

p.woocommerce-validated {
  border-bottom-color: green;
}

.select2-container--default .select2-selection--single {
  background: #edecf3;
  height: 35px;
  border: 1px solid #d8d8d8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 31px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  background: #d35fa1;
  height: 33px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #d35fa1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.woocommerce form[name=checkout] .col2-set {
  margin-bottom: 50px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f8f8fb;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #ebebf3;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #ebebf3;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

/* Pagina My Account
-------------------------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  margin-right: 30px;
  border-radius: 4px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  background: #f7f7f7;
  padding-bottom: 0px;
  border-bottom: 1px solid #ececec;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  content: "\e812";
  font-family: "fontello";
  margin-right: 10px;
  font-size: 80%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  background: rgba(211, 95, 161, 0.6);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: #d35fa1;
  color: #fff;
  font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 25px;
  background: #505c8e;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout:hover {
  background: #3e476d;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\e81e";
}

.woocommerce-account .addresses .title h3 {
  display: block;
  float: none;
}

.woocommerce-account .addresses .title .edit {
  float: none;
  display: block;
  margin-bottom: 10px;
}

.woocommerce-Address address {
  background: #f7f7f7;
  padding: 10px;
}

.woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
  margin-top: 25px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 25px;
}

/* Checkout
----------------------------------------------------------*/
.woocommerce-bacs-bank-details {
  background: #d2e7f6;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px dashed #ececec;
}
.woocommerce-bacs-bank-details h3 {
  font-size: 19px;
  color: #d35fa1;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  font-size: 26px;
}

.woocommerce ul.order_details {
  margin-bottom: 25px;
  padding-left: 15px;
}

ul.woocommerce-order-overview + p {
  padding-top: 15px;
}

.woocommerce ul.order_details li {
  margin-bottom: 10px;
}

.woocommerce-thankyou-order-received {
  font-size: 28px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  display: inline-block;
  margin: -1px 10px 0px 0px;
  height: 18px;
  width: 18px;
  vertical-align: middle;
}

.wc_payment_methods.payment_methods label {
  display: inline-block;
}

.woocommerce ul#shipping_method li input {
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
}

.woocommerce table.shop_table .woocommerce-shipping-totals.shipping .shipping-method-description {
  opacity: 0.6;
  font-size: 14px;
  margin-top: 0px;
  margin-left: 30px;
}

.woocommerce-table--custom-fields:before {
  content: "Personalizzazioni";
  font-size: 24px;
  font-weight: bold;
  padding-left: 12px;
}
.woocommerce-table--custom-fields th {
  display: none;
}
.woocommerce-table--custom-fields td {
  font-weight: bold;
}

.woocommerce ul.order_details li.account_number {
  display: none;
}

.woocommerce ul.order_details li.sort_code {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper .validate-required input[type=checkbox] {
  position: relative;
  top: -2px;
}

.woocommerce .woocommerce-account-fields .form-row {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-account-fields .form-row label {
  font-size: 20px;
}

@media (min-width: 768px) {
  form.checkout::after {
    content: "";
    clear: both;
    display: table;
  }
  form.checkout .col2-set {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  form.checkout .col2-set .col-1 {
    width: 100%;
  }
  form.checkout .col2-set .col-2 {
    width: 100%;
  }
  form.checkout #order_review_heading {
    width: 48%;
    margin-left: 2%;
    float: left;
  }
  form.checkout .woocommerce-checkout-review-order {
    width: 48%;
    margin-left: 2%;
    float: left;
    background: #f9f8fb;
  }
}
/* --------------------------------------------------------
Desktop-big xl
-------------------------------------------------------- */
@media (min-width: 1170px) {
  li.btn-texture a {
    border: 1px dashed #ececec;
    padding: 3px 8px;
    border-radius: 3px;
  }
  li.btn-texture a:hover {
    border-color: #7dcbaa;
  }
  li.btn-texture.active a {
    border-color: #7dcbaa;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 83%;
  }
  .woocommerce.single-product div.product span.onsale {
    top: 20px;
    left: 10%;
  }
  .woocommerce div.product div.images .flex-control-thumbs {
    display: block;
    width: 17%;
    margin: 0;
    padding-right: 10px;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 2px;
  }
}
@media (max-width: 1170px) {
  .footer-pills_content {
    word-break: break-word;
  }
  .btn-shop {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main-menu .last-menu {
    margin-right: 0;
  }
  .main-menu > li {
    padding: 10px 2px;
  }
}
/* --------------------------------------------------------
Desktop-small lg
-------------------------------------------------------- */
@media (max-width: 991px) {
  html #wpadminbar {
    position: fixed;
  }
  .woocommerce-product-gallery {
    float: left !important;
    width: 48% !important;
    margin-right: 2% !important;
    clear: none;
  }
  div.summary {
    float: right !important;
    width: 48% !important;
    margin-left: 2% !important;
    clear: none;
  }
  .cover-page {
    padding-top: 10px;
  }
  #breadcrumb {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* Menu
  --------------------------------------------------------*/
  .nav-container {
    position: fixed;
    display: block;
    top: 80px;
    right: -100%;
    width: 500px;
    height: calc(100vh - 75px);
    background: #fff;
    max-width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: scroll;
  }
  .admin-bar .nav-container {
    top: 126px;
  }
  .nav-container.open {
    right: 0;
    -webkit-box-shadow: -3px 9px 10px rgba(0, 0, 0, 0.2);
            box-shadow: -3px 9px 10px rgba(0, 0, 0, 0.2);
  }
  .nav-container_right:before {
    display: none;
  }
  .main-menu {
    display: block;
    height: auto;
    padding: 20px 25px 10px 25px;
  }
  .main-menu li {
    padding: 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    color: #7dcbaa;
    position: relative;
  }
  .main-menu li a {
    padding: 20px 0 10px 0;
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
  }
  .main-menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    opacity: 0.8;
    background: #ef68b4;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .main-menu li a:hover:before {
    color: #d35fa1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .main-menu li.btn-shop {
    border-bottom: none;
  }
  .main-menu li.btn-shop a {
    display: inline-block;
    margin-left: 0;
    margin-top: 20px;
    width: auto;
    font-size: 15px;
    padding: 10px 25px;
  }
  .main-menu li.btn-shop a:before {
    display: none;
  }
  .main-menu li.active a {
    color: #d35fa1;
  }
  /* Sub-menu
  --------------------------------------------------------*/
  .menu-item-has-children:hover > .sub-menu {
    -webkit-transition: none;
    transition: none;
  }
  .menu-item-has-children .sub-menu li:hover a {
    color: #7dcbaa;
  }
  .menu-item-has-children:after {
    position: absolute;
    top: 17px;
    right: 3px;
  }
  .menu-item-has-children.snw-mega-menu .sub-menu {
    padding: 25px 15px 15px 15px;
    border-bottom: none;
    display: block;
    display: none;
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
  .menu-item-has-children.snw-mega-menu .sub-menu li {
    padding: 3px 15px;
    border-bottom: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .menu-item-has-children > .sub-menu {
    position: relative;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    min-width: 100%;
    border-top: none;
    padding: 15px 0 0 0;
    -webkit-transition: none;
    transition: none;
    display: none;
    background: transparent;
    border-top: 2px solid #d35fa1;
    border-bottom: none;
  }
  .menu-item-has-children > .sub-menu li:last-child {
    border-bottom: none;
  }
  .menu-item-has-children > .sub-menu li:hover {
    background: transparent;
  }
  .main-menu .sub-menu li a {
    padding: 20px 0 7px 0;
    border: none;
  }
  .main-menu .menu-shop {
    margin-left: 0;
    margin-top: 20px;
    display: inline-block;
    border: none;
  }
  .main-menu .menu-shop:hover a {
    color: #fff;
  }
  /* Minicart
  --------------------------------------------------------*/
  .cart-icon-title {
    display: none;
  }
  .cart-icon {
    top: 0px;
    margin-right: 33px;
  }
  .cart-icon .cart-contents__number {
    right: 3px;
  }
  .minicart {
    position: absolute;
    z-index: 100;
    top: calc(100% + 12px);
    right: 10px;
    left: auto;
  }
  .minicart-box {
    width: 380px;
    opacity: 0;
    -webkit-transform: translateY(10px) scale(0);
            transform: translateY(10px) scale(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .minicart-box:after {
    content: "";
    width: 13px;
    border-bottom: 13px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -13px;
    right: 72px;
  }
  .minicart-box.cart--open {
    -webkit-transform: translate(7px, 9px) scale(1);
            transform: translate(7px, 9px) scale(1);
  }
  .woocommerce .cart-icon-container {
    padding: 8px 20px 8px 48px;
  }
  .minicart-mobile-header h5.leftline {
    font-size: 15px;
  }
  .woocommerce .cart-icon-container {
    left: 0%;
    width: 100%;
  }
  .title-page,
  .single .title-page.product-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .admin-bar .main-header {
    top: 46px;
  }
  /* Home
  --------------------------------------------------------*/
  .visual {
    height: 600px;
  }
  .visual h2 {
    font-size: 46px;
  }
  .visual p {
    font-size: 22px;
  }
  .visual-content {
    top: 56%;
  }
  .fifty {
    display: block;
  }
  .fifty .fifty-img {
    width: 100%;
    padding-top: 75%;
  }
  .fifty .fifty-box {
    width: 100%;
  }
  .fifty .fifty-box_content {
    padding: 60px 30px 50px 30px;
    margin-right: 0;
  }
  .gallery-home {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pills-force h3 {
    font-size: 18px;
  }
  .pills-force p {
    font-size: 16px;
  }
  .navcat .card-cat {
    width: auto;
  }
  /* Page
  ----------------------------------------------------------*/
  .mj-left {
    right: 0;
    padding: 0 15px;
  }
  .mj-right {
    left: 0;
    margin-bottom: 25px;
  }
  .mj-img-divider {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mj-img-divider img {
    opacity: 0.7;
  }
  .mj-since {
    padding-bottom: 60px;
  }
  /* Sidebar-one
  --------------------------------------------------------*/
  .sidebar-one {
    padding-left: 15px;
  }
  /* Sidebar-shop
  --------------------------------------------------------*/
  .btn-back-shop {
    margin-bottom: 25px;
    margin-right: 20px;
  }
  #sidebar-shop-replace {
    position: fixed;
    background: #fff;
    height: 100vh;
    width: 450px;
    max-width: 90%;
    left: -100%;
    top: 0;
    overflow-y: scroll;
    padding-top: 110px;
    padding-bottom: 50px;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #sidebar-shop-replace .sidebar-shop {
    padding-right: 0;
    border-right: none;
  }
  #sidebar-shop-replace.open {
    left: 0;
    -webkit-box-shadow: 2px 4px 10px 6px rgba(0, 0, 0, 0.18);
            box-shadow: 2px 4px 10px 6px rgba(0, 0, 0, 0.18);
  }
  #dgwt_wcas_ajax_search-2 {
    display: none;
  }
  .nav-container-right .shop-search-header {
    margin-right: 25px;
  }
  html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
    top: calc(100% + 28px);
  }
  .dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow {
    top: calc(100% + 18px);
    width: 20px;
    height: 20px;
  }
  /* Utility
  ----------------------------------------------------------*/
  .parallax-animation {
    background-position: top center !important;
    background-attachment: scroll !important;
  }
  .space-columns-45 div[class*=col-]:first-child {
    padding-right: 15px;
  }
  .space-columns-45 div[class*=col-]:last-child {
    padding-left: 15px;
  }
  /* Footer
  ----------------------------------------------------------*/
  footer .info-pay {
    border: none;
  }
  .woocommerce footer {
    margin-bottom: 50px;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 50%;
  }
  /* CARD SHOP
  -----------------------------------------------------------*/
  .card-shop {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-shop:nth-of-type(odd) {
    padding-left: 0;
  }
  .card-shop:nth-of-type(even) {
    padding-right: 0;
  }
}
/* --------------------------------------------------------
Tablet md
-------------------------------------------------------- */
@media (max-width: 767px) {
  .variant-preview {
    bottom: calc(108% + 28px);
  }
  .variant-preview:after {
    display: none;
  }
  .entry-content-page {
    margin-top: 35px;
  }
  .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    clear: both;
  }
  div.summary {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    clear: both;
  }
  .menu-mobile_page {
    font-size: 16px;
  }
  .admin-bar .main-header {
    top: 46px;
  }
  .search-container {
    padding: 60px 15px;
    width: 300px;
  }
  .search-container p {
    font-size: 17px;
  }
  p.stock.available-on-backorder .backorder-title {
    font-size: 16px;
  }
  .msg-promo-woo .msg-promo-woo_content {
    font-size: 14px;
  }
  .title-page,
  .single .title-page.product-title {
    font-size: 32px;
  }
  /* Home
  --------------------------------------------------------*/
  .pad-gift {
    padding-left: 15px;
    padding-right: 15px;
  }
  .visual {
    min-height: 600px;
  }
  .visual h2 {
    font-size: 40px;
  }
  .visual p {
    font-size: 20px;
  }
  .close-message .circle-img {
    float: none;
    max-width: 170px;
    width: 100%;
    margin-bottom: 15px;
  }
  .close-message .ngh {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .owl-evidence .owl-stage {
    left: -30px;
  }
  /* Single Tessuti
  ----------------------------------------------------------*/
  .tessuto-single-image .tessuto-single-image-title {
    margin-bottom: 0;
  }
  .certified-tex a {
    margin-left: 0;
  }
  .certified-tex p.certified-tex_text img {
    margin-bottom: 15px;
  }
  /* Archive tessuti
  ----------------------------------------------------------*/
  .card-tessuti .card-tessuti_title {
    font-size: 15px;
  }
  .isotope-item:nth-child(even) {
    padding-left: 5px;
  }
  .isotope-item:nth-child(odd) {
    padding-right: 5px;
  }
  .pills-tessuto_wrap .pills-tessuto {
    font-size: 11px;
  }
  /* Footer
  --------------------------------------------------------*/
  footer .footer-1 img.logo-footer {
    width: 115px;
    margin-bottom: 20px;
  }
  .padding-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* Form standard
  --------------------------------------------------------*/
  .form-std {
    margin-left: 0;
    margin-right: 0;
  }
  .form-std .form-std_item {
    width: 100%;
    margin: 20px 0px;
  }
  .form-std .form-std_item.message {
    margin: 15px 0px 15px 0px;
  }
  .form-type-icon_item {
    margin-bottom: 25px;
  }
  .form-type-icon_item.field-50 {
    width: calc(100% - 30px);
  }
  .form-type-line_item.field-50 {
    width: calc(100% - 30px);
  }
  .woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .woocommerce-message .button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px !important;
  }
  .product-force {
    background: #d2e7f6;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .card-shop .card-shop_cat-title {
    font-size: 17px;
  }
  .card-shop .card-shop_cat-desc {
    line-height: 1.3;
  }
  .card-shop .btn-link_shop {
    padding: 8px 12px;
  }
}
/* --------------------------------------------------------
Smartphone
-------------------------------------------------------- */
@media (max-width: 575px) {
  .visual {
    height: 83vh;
    min-height: 480px;
    max-height: 550px;
  }
  .visual h2 {
    font-size: 36px;
  }
  .visual p {
    font-size: 18px;
  }
  .navigator .logo img {
    max-height: 63px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navigator.scroll {
    height: 75px;
  }
  .navigator.scroll .logo img {
    max-height: 53px;
  }
  .nav-container {
    width: 100%;
  }
  .cart-icon-container {
    width: 100%;
  }
  .wrap-toggle.color-sm .toggle.open span {
    background: #fff;
  }
  .minicart-box {
    width: 300px;
  }
  .minicart-box:after {
    right: 79px;
  }
  .title-page {
    font-size: 30px;
  }
  .nav-container-right i {
    margin-right: 25px;
  }
  .cart-icon {
    margin-right: 25px;
  }
  .minicart {
    right: 0;
  }
  .nav-container_right .shop-search-header {
    margin-right: 20px;
  }
  /* Home
  --------------------------------------------------------*/
  .gallery-home {
    padding-left: 0;
    padding-right: 0;
  }
  .gra-gift {
    width: 30%;
  }
  /* Shop
  --------------------------------------------------------*/
  .woocommerce ul.products li.product .button {
    padding: 8px 12px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 0;
  }
  .woocommerce ul.products li.product a {
    min-width: auto;
  }
  .sidebar-shop-replace {
    width: auto;
    max-width: 300px;
  }
  /* Ordine completato
  ----------------------------------------------------------*/
  .woocommerce ul.order_details {
    padding-left: 0;
  }
  .woocommerce ul.order_details li {
    padding-left: 10px;
    display: block;
    float: none;
    border-right: none;
    border-left: 1px dashed #d3ced2;
  }
  /* BLOG ARCHIVE
  --------------------------------------------------------*/
  .archive-news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    position: relative;
  }
  .archive-news-time {
    text-align: left;
    padding: 0;
    padding: 3px 12px 3px 12px;
    position: absolute;
    background: #d35fa1;
    top: -27px;
    left: 0;
  }
  .archive-news-time .news-day {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    font-family: inherit;
  }
  .archive-news-time .news-month {
    color: #fff;
    font-size: 13px;
    display: inline-block;
  }
  .archive-news-text {
    padding: 0;
    border: none;
  }
  /* Product card
  ----------------------------------------------------------*/
  .woo-img-wrap .woo-img-overlay:after {
    font-size: 11px;
  }
  .woo-img-wrap .woo-img-overlay:before {
    font-size: 12px;
    left: 30px;
  }
  .woocommerce ul.products li.product .onsale {
    font-size: 11px;
    right: 5px;
    top: 5px;
  }
  .account-bar {
    font-size: 14px;
  }
  .account-bar i {
    font-size: 17px;
  }
  /* Template contatti
  --------------------------------------------------------*/
  .contact-med {
    float: none;
    width: 100%;
  }
  /* Footer
  --------------------------------------------------------*/
  .footer-contact .footer-2 {
    padding-left: 15px;
  }
  .footer-3 {
    padding-left: 15px;
  }
  /* Utility
  --------------------------------------------------------*/
  .space-columns-30 div[class*=col-]:first-child {
    padding-right: 15px;
  }
  .space-columns-30 div[class*=col-]:last-child {
    padding-left: 15px;
  }
  .space-columns-45 div[class*=col-]:first-child {
    padding-right: 15px;
  }
  .space-columns-45 div[class*=col-]:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 350px) {
  .navigator .logo img {
    max-height: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navigator.scroll {
    height: 75px;
  }
  .navigator.scroll .logo img {
    max-height: 50px;
  }
  /* Footer
  --------------------------------------------------------*/
  .footer-logo span {
    font-weight: bold;
  }
}