/*
Theme Name: RobertaDiCamerino
Theme URI: 
Author: FNR 
Author URI: https://voxels.it/
Description: 
Version: 1.8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: RobertaDiCamerino
Tags:
*/
@font-face {
  font-family: "BambiBold";
  src: url("./css/fonts/BambiBold.eot?#iefix") format("embedded-opentype"), url("./css/fonts/BambiBold.woff") format("woff"), url("./css/fonts/BambiBold.ttf") format("truetype"), url("./css/fonts/BambiBold.svg#BambiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Rooftop Website Variables */
/* Deafult */
@media (min-width: 1500px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 2400px) {
  .container {
    max-width: 2200px;
  }
}
html {
  height: 100%;
}

body {
  background-color: white;
  width: 100%;
  height: 100%;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-size: 16px;
  padding-top: 50px;
  color: #3d2e1d;
}
@media (min-width: 576px) {
  body {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

i {
  font-family: "Georgia", serif;
}

h1 {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 30px;
  font-family: "BambiBold", sans-serif;
}
@media (min-width: 768px) {
  h1 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 80px;
  }
}
@media (min-width: 1500px) {
  h1 {
    font-size: 90px;
  }
}

h2 {
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 30px;
  font-family: "BambiBold", sans-serif;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 50px;
  }
}
@media (min-width: 1500px) {
  h2 {
    font-size: 55px;
  }
}

h3 {
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 25px;
  font-family: "BambiBold", sans-serif;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 35px;
  }
}
@media (min-width: 1500px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 18px;
  font-family: "Arial", sans-serif;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  h4 {
    font-size: 22px;
  }
}

p {
  line-height: 1.6;
}

a {
  color: #3d2e1d;
}
a:hover, a:active {
  color: #3d2e1d;
}

.big-title {
  margin-top: 60px;
  font-size: 75px;
  position: relative;
}
@media (min-width: 768px) {
  .big-title {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  .big-title {
    font-size: 110px;
  }
}
@media (min-width: 1200px) {
  .big-title {
    font-size: 115px;
  }
}
@media (min-width: 1500px) {
  .big-title {
    font-size: 135px;
  }
}

hr {
  border-top: 5px solid #bf2439;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 60px;
}
hr.no-margin {
  margin-right: 0;
  margin-left: 0;
}
hr.light {
  border-top: 5px solid white;
}

.row-spaced {
  margin-bottom: 90px;
}
.row-spaced > div p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .row-spaced-internal {
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .row-spaced-internal {
    margin-bottom: 0;
  }
}

.line-divider {
  position: relative;
  min-height: 200px;
  margin: 150px 0;
}
.line-divider:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #3d2e1d;
}
.line-divider.ld-white:before {
  background-color: white;
}

.dr-container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .dr-container {
    width: 540px;
  }
}
@media (min-width: 992px) {
  .dr-container {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .dr-container {
    width: 648px;
  }
}

/* Buttons */
.btn {
  background-color: transparent;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  border-radius: 38px;
}
.btn.btn-primary {
  color: #3d2e1d;
  border-color: #3d2e1d;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: rgba(61, 46, 29, 0.2);
  border-color: #3d2e1d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary:hover:hover, .btn.btn-primary:hover:active, .btn.btn-primary:hover:focus, .btn.btn-primary:hover:active:hover, .btn.btn-primary:hover:active:focus, .btn.btn-primary:hover:not(:disabled):not(.disabled):active:focus, .btn.btn-primary:active:hover, .btn.btn-primary:active:active, .btn.btn-primary:active:focus, .btn.btn-primary:active:active:hover, .btn.btn-primary:active:active:focus, .btn.btn-primary:active:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  box-shadow: none;
}
.btn.btn-light {
  color: white;
}
.btn.btn-light:hover, .btn.btn-light:active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-light:hover:hover, .btn.btn-light:hover:active, .btn.btn-light:hover:focus, .btn.btn-light:hover:active:hover, .btn.btn-light:hover:active:focus, .btn.btn-light:hover:not(:disabled):not(.disabled):active:focus, .btn.btn-light:active:hover, .btn.btn-light:active:active, .btn.btn-light:active:focus, .btn.btn-light:active:active:hover, .btn.btn-light:active:active:focus, .btn.btn-light:active:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #3d2e1d;
  background-color: rgba(61, 46, 29, 0.2);
  border-color: #3d2e1d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:hover, .btn-primary:not(:disabled):not(.disabled).active:active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled).active:active:hover, .btn-primary:not(:disabled):not(.disabled).active:active:focus, .btn-primary:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active:hover, .btn-primary:not(:disabled):not(.disabled):active:active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active:active:hover, .btn-primary:not(:disabled):not(.disabled):active:active:focus, .btn-primary:not(:disabled):not(.disabled):active:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:hover, .show > .btn-primary.dropdown-toggle:active, .show > .btn-primary.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:active:hover, .show > .btn-primary.dropdown-toggle:active:focus, .show > .btn-primary.dropdown-toggle:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-light:not(:disabled):not(.disabled).active:hover, .btn-light:not(:disabled):not(.disabled).active:active, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled).active:active:hover, .btn-light:not(:disabled):not(.disabled).active:active:focus, .btn-light:not(:disabled):not(.disabled).active:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled):active:hover, .btn-light:not(:disabled):not(.disabled):active:active, .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled):active:active:hover, .btn-light:not(:disabled):not(.disabled):active:active:focus, .btn-light:not(:disabled):not(.disabled):active:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:hover, .show > .btn-light.dropdown-toggle:active, .show > .btn-light.dropdown-toggle:focus, .show > .btn-light.dropdown-toggle:active:hover, .show > .btn-light.dropdown-toggle:active:focus, .show > .btn-light.dropdown-toggle:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  box-shadow: none;
}

#cookie-bar {
  background: rgba(22, 26, 49, 0.9);
  height: auto;
  /* max-height: 400px; */
  min-height: 24px;
  line-height: 24px;
  color: white;
  text-align: center;
  padding: 10px;
  position: absolute;
  z-index: 999999999999;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  bottom: 0px;
  width: 100%;
  display: inline-block;
  background: white;
  padding: 10px 12px;
  color: white;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#cookie-bar.hide {
  top: -100%;
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#cookie-bar p.mex {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 50px;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  color: black;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  float: left;
  text-align: left;
  margin-bottom: 0px;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
}

#cookie-bar a {
  color: white;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  /* padding:0 6px; */
  /* font-size: 16px; */
  font-weight: bold;
  text-decoration: underline;
}

#cookie-bar .cb-enable {
  background: white;
  color: black;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  border-radius: 0px;
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none;
  max-width: 220px;
}

#cookie-bar a:hover {
  text-decoration: none;
}

#cookie-bar .cb-enable:hover {
  background: red;
  text-decoration: none;
  color: white;
}

#cookie-bar .cb-disable {
  background: white;
}

#cookie-bar .cb-disable:hover {
  background: white;
}

#cookie-bar .cb-policy {
  background: white;
}

#cookie-bar .cb-policy:hover {
  background: white;
}

.alert {
  float: left;
  height: 100%;
  margin-left: 0%;
  margin-top: 5px;
}

.alert .alert-icon {
  display: none;
}

#cookie-bar .button {
  float: right;
  width: 50%;
  text-decoration: none;
  text-align: right;
}

#cookie-bar a.policy {
  color: #ff5d80;
  margin-left: 0px;
  text-decoration: underline;
  font-weight: bold;
}

#cookie-bar a.policy:hover {
  color: white;
  text-decoration: underline;
  margin-left: 0px;
}

/* PRIVACY J */
.privacy-wrapper a {
  color: #16fdd3;
}

.privacy-wrapper p b {
  color: #16fdd3;
  font-weight: 400;
}

.privacy-wrapper tr, .privacy-wrapper td {
  border: 1px solid #eaeaea;
  vertical-align: middle;
  padding: 5px;
}

/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #cookie-bar {
    width: 100%;
    right: 0px;
    bottom: 0px;
    border-radius: 0px;
  }

  #cookie-bar p {
    font-size: 13px;
    line-height: 15px;
  }

  #cookie-bar .cb-enable {
    width: 150px;
    font-size: 14px;
  }

  .alert .alert-icon {
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 50px;
  }
}
/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {
  #cookie-bar {
    width: 100%;
    right: 0px;
    bottom: 0px;
    border-radius: 0px;
    display: block;
  }

  #cookie-bar p {
    font-size: 13px;
    line-height: 14px;
    width: 100%;
    padding: 0px 7px;
    padding: 0px;
    padding-right: 0px !important;
  }

  #cookie-bar .button {
    width: 100%;
    padding: 5px 10px;
  }

  .alert .alert-icon {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto;
  }

  .alert {
    width: 100%;
  }
}
/* Floating vertical */
.floating-vertical-holder {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}

.floating-vertical {
  position: absolute;
  top: 70px;
  left: -30px;
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  .floating-vertical {
    top: 200px;
    left: -135px;
  }
}
.floating-vertical a {
  color: #3d2e1d;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 60px;
}
.floating-vertical a:link, .floating-vertical a:visited, .floating-vertical a:hover, .floating-vertical a:active {
  text-decoration: none;
  color: #3d2e1d;
}
.floating-vertical a:first-child {
  display: none;
}
@media (min-width: 768px) {
  .floating-vertical a:first-child {
    display: inline;
  }
}

/* Footer */
footer {
  background: white;
  width: 100%;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  footer {
    height: 70px;
  }
}
footer .footer-nav {
  margin-right: auto;
  margin-bottom: 0;
}
footer a {
  color: #3d2e1d;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 30px;
  display: none !important;
}
@media (min-width: 768px) {
  footer a {
    margin-right: 60px;
  }
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  text-decoration: none;
  color: #3d2e1d;
}
footer a.footer-mobile-item {
  display: block !important;
}

#go-up {
  position: absolute;
  cursor: pointer;
  right: 15px;
  background-image: url("css/img/arrow-up.svg");
  background-size: 16px 16px;
  background-position: right center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

/* Form */
.wpcf7-form {
  margin-top: 30px;
  margin-bottom: 60px;
  /* Remove the stupid outer glow in Webkit */
  /* Box Sizing Reset
  -----------------------------------------------*/
  /* All of our custom controls should be what we expect them to be */
  /* These elements are usually rendered a certain way by the browser */
  /* Text Inputs
  -----------------------------------------------*/
  /* Button Controls
  -----------------------------------------------*/
  /* File Uploads
  -----------------------------------------------*/
  /* Search Input
  -----------------------------------------------*/
  /* Make webkit render the search input like a normal text field */
  /* Turn off the recent search for webkit. It adds about 15px padding on the left */
  /* Buttons
  -----------------------------------------------*/
  /* IE8 and FF freak out if this rule is within another selector */
  /* Textarea
  -----------------------------------------------*/
  /* Selects
  -----------------------------------------------*/
}
.wpcf7-form input,
.wpcf7-form label,
.wpcf7-form select,
.wpcf7-form button,
.wpcf7-form textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  width: 100%;
  /* Browsers have different default form fonts */
  font-size: 14px;
  font-family: Arial, "sans-serif";
}
.wpcf7-form input:focus {
  outline: 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.wpcf7-form button,
.wpcf7-form input[type=reset],
.wpcf7-form input[type=button],
.wpcf7-form input[type=submit],
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio],
.wpcf7-form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  width: 13px;
  height: 13px;
}
.wpcf7-form input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
.wpcf7-form ::-webkit-search-decoration {
  display: none;
}
.wpcf7-form button,
.wpcf7-form input[type=reset],
.wpcf7-form input[type=button],
.wpcf7-form input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}
.wpcf7-form ::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
.wpcf7-form textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}
.wpcf7-form select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}
.wpcf7-form input {
  border: 1px solid #3d2e1d;
  width: calc(100% - 60px);
  padding: 16px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7-form textarea {
  border: 1px solid #3d2e1d;
  padding: 16px 15px;
  width: calc(100% - 30px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7-form input[type=submit] {
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  border-radius: 38px;
  padding: 11px 50px;
}

/* Header */
.rc-page-header {
  position: relative;
  margin-top: 45px;
  padding: 0 30px 22px 30px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .rc-page-header {
    margin-top: 90px;
    padding: 0 30px 45px 30px;
    margin-bottom: 45px;
  }
}
.rc-page-header hr {
  margin-top: 60px;
}
.rc-page-header h1 {
  margin-bottom: 15px;
}

.language-chooser {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.language-chooser .lang-it.active {
  display: none;
}
.language-chooser .lang-en.active {
  display: none;
}
.language-chooser li {
  text-transform: uppercase;
}
.language-chooser li a {
  font-size: 12px;
  font-weight: 600;
  color: #3d2e1d;
}

/* Rooftop Navbar */
nav.r-navbar-holder {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.95);
}
nav.r-navbar-holder a {
  pointer-events: auto;
}

.r-navbar {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .r-navbar {
    justify-content: flex-start;
    height: 70px;
  }
}

.home-btn {
  margin-right: 30px;
}
@media (min-width: 992px) {
  .home-btn {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .home-btn {
    margin-right: 90px;
  }
}

.mobile-menu-btn {
  color: black;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px;
}
.mobile-menu-btn:link, .mobile-menu-btn:visited, .mobile-menu-btn:hover, .mobile-menu-btn:active {
  text-decoration: none;
  color: black;
}
@media (min-width: 768px) {
  .mobile-menu-btn {
    display: none;
  }
}

.menu-items-desktop {
  margin-bottom: 0;
  margin-right: auto;
  display: none;
}
@media (min-width: 768px) {
  .menu-items-desktop {
    display: block;
  }
}
.menu-items-desktop li {
  margin: 0 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .menu-items-desktop li {
    margin: 0 20px;
    font-size: inherit;
  }
}
.menu-items-desktop a {
  color: #3d2e1d;
  font-weight: 500;
  display: block;
  line-height: 1;
  position: relative;
  padding: 32px 0;
  font-size: 12px;
}
.menu-items-desktop a:link, .menu-items-desktop a:visited, .menu-items-desktop a:hover, .menu-items-desktop a:active {
  text-decoration: none;
  color: #3d2e1d;
}
.menu-items-desktop a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  background-color: #bf2439;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-items-desktop a:hover {
  text-decoration: none;
}
.menu-items-desktop a:hover:before {
  bottom: 24px;
  opacity: 1;
}
.menu-items-desktop a.active:before {
  bottom: 24px;
  opacity: 1;
}

.close-button-navbar {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: flex-end;
}
.close-button-navbar #menu-close {
  font-weight: 600;
  position: relative;
  font-size: 12px;
}
.close-button-navbar #menu-close:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bf2439;
}
.close-button-navbar #menu-close:after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}

.menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu-mobile .container {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#menu-icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  font-weight: 600;
  position: relative;
}
#menu-icon:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}

body.show .menu-mobile {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
body.show .menu-mobile .container {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body.show #menu-icon {
  opacity: 0;
}

.menu-items-mobile {
  text-align: right;
  margin-top: 15px;
}
.menu-items-mobile li {
  margin-bottom: 20px;
}
.menu-items-mobile a {
  font-size: 23px;
  font-weight: 500;
  font-family: "BambiBold", sans-serif;
  color: #3d2e1d;
}

.nav-lang-switch {
  font-size: 12px;
  font-weight: 600;
  color: #3d2e1d;
}

/* Pagination */
.pagination {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 60px;
}
.pagination .nav-item.nav-prev {
  text-align: left;
}
.pagination .nav-item.nav-next {
  text-align: right;
}
.pagination .nav-item .nav-link {
  display: inline-flex;
  padding: 0;
  align-items: center;
  color: #3d2e1d;
}
.pagination .nav-item .nav-link h5 {
  margin-bottom: 0;
  font-size: 16px;
}
.pagination .nav-item .nav-link .if-p-project-btn, .pagination .nav-item .nav-link .if-n-project-btn {
  display: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.paginazione-ico-prev {
  display: inline-block;
  background-color: white;
  width: 40px;
  height: 40px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("css/img/arrow-left.svg");
}

.paginazione-ico-next {
  display: inline-block;
  background-color: white;
  width: 40px;
  height: 40px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("css/img/arrow-right.svg");
}

/* Social Wall */
#instagram-container {
  display: flex;
  flex-wrap: wrap;
}
#instagram-container .instagram-thumb {
  position: relative;
  display: block;
  width: 50%;
  padding: 5px;
  overflow: hidden;
}
@media (min-width: 576px) {
  #instagram-container .instagram-thumb {
    width: 33.33%;
  }
}
@media (min-width: 1500px) {
  #instagram-container .instagram-thumb {
    width: 25%;
  }
}
#instagram-container .instagram-link {
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: block;
}
#instagram-container .instagram-link:hover .instagram-image:before {
  opacity: 1;
}
#instagram-container .instagram-link:hover .instagram-image p {
  opacity: 1;
}
#instagram-container .instagram-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
#instagram-container .instagram-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#instagram-container .instagram-image p {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

#threejs {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: white;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
#threejs canvas {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* Page about */
.about-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 30px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .about-hero {
    padding: 90px 190px;
  }
}
@media (min-width: 1200px) {
  .about-hero {
    padding: 90px 300px;
  }
}
@media (min-width: 1500px) {
  .about-hero {
    padding: 165px 370px;
  }
}
.about-hero p:first-child {
  font-size: 20px;
  color: white;
}
.about-hero p {
  font-size: 14px;
  color: white;
}

.about-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 330px;
  height: 100%;
}
@media (min-width: 1500px) {
  .about-image {
    min-height: 470px;
  }
}

.about-last-column p {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .about-last-column p {
    margin-top: 0;
  }
}

.about-quote {
  font-size: 20px;
  margin-bottom: 90px !important;
}
@media (min-width: 768px) {
  .about-quote {
    margin-bottom: 0 !important;
  }
}

/* Page collection */
.coll-grid {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 1;
  top: 0;
  background-color: white;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .coll-grid {
    padding-top: 70px;
  }
}

body.show-grid .coll-grid {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.coll-thumb-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #3d2e1d;
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
}
.coll-thumb-link:link, .coll-thumb-link:visited, .coll-thumb-link:hover, .coll-thumb-link:active {
  color: #3d2e1d;
}
.coll-thumb-link:hover {
  opacity: 1;
}

.grid-btn-container {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 15px;
  z-index: 2;
  pointer-events: none;
  display: none;
}
.grid-btn-container .grid-btn {
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 100px 100px, center;
  background-image: url("css/img/grid-x-ico.svg"), url("css/img/grid-ico.svg");
  cursor: pointer;
  pointer-events: auto;
}
.grid-btn-container .grid-btn.grid-x-btn {
  background-position: center;
  background-image: url("css/img/grid-x-ico.svg");
}

.coll-thumb {
  padding-top: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.coll-thumb .coll-thumb-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coll-thumb h3 {
  margin-bottom: 0;
  text-align: center;
  color: #bf2439;
}

.rc-header-coll-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rc-header-coll-container .rc-page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 30px;
}
@media (min-width: 576px) {
  .rc-header-coll-container .rc-page-header {
    padding: 60px 30px;
  }
}
@media (min-width: 768px) {
  .rc-header-coll-container .rc-page-header {
    padding: 60px;
    background-color: white;
  }
}
@media (min-width: 992px) {
  .rc-header-coll-container .rc-page-header {
    padding: 60px 90px;
  }
}
@media (min-width: 1200px) {
  .rc-header-coll-container .rc-page-header {
    padding: 70px 100px;
  }
}

.swiper-collection-desktop {
  display: none;
}

@media (min-width: 768px) {
  .swiper-collection-mobile {
    display: none;
  }

  .swiper-collection-desktop {
    display: block;
  }
}
.collection-container {
  background-size: auto 100%;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: calc(100% - 50px);
}
@media (min-width: 768px) {
  .collection-container {
    height: calc(100% - 70px);
  }
}
.swiper-collection {
  width: 100%;
  height: 100%;
}
.swiper-collection .swiper-wrapper {
  z-index: 2;
}
.coll-arrows-container {
  position: absolute;
  width: 100%;
  top: 50%;
}
.coll-arrows-container > .container {
  position: relative;
}

.coll-s-prev, .coll-s-next {
  width: 40px !important;
  height: 40px !important;
  background-size: 16px 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  outline: 0;
}
.coll-s-prev:after, .coll-s-next:after {
  content: "" !important;
  display: block;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: white;
}

.coll-s-prev {
  background-image: url("css/img/arrow-left.svg") !important;
}
.coll-s-prev:after {
  content: "" !important;
}

.coll-s-next {
  background-image: url("css/img/arrow-right.svg") !important;
}
.coll-s-next:after {
  content: "" !important;
}

.swiper-cover-container {
  height: 100%;
}

.bag-name {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  font-size: 14px;
  width: 75px;
  text-align: right;
  text-transform: uppercase;
}

.item-coll .rdc-tooltip {
  position: absolute;
  background-color: white;
  transform: translate(-50%, -50%);
  color: #bf2439;
  padding: 10px 15px 7px 15px;
  top: 50%;
  font-family: "BambiBold", sans-serif;
  border-radius: 5px;
  line-height: 1;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  .item-coll .rdc-tooltip:after {
    content: "CLICK TO VIEW";
    font-family: "Arial", sans-serif;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
  }
}
.item-coll:hover .rdc-tooltip {
  opacity: 1;
}

.swiper-collection-desktop {
  /* Collection swiper Desktop*/
}
.swiper-collection-desktop .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: auto 23%;
  background-position: top center;
  background-image: url("css/img/collection/nuvola.jpg");
}
.swiper-collection-desktop .parallax-floor {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: auto 100%;
  background-position: center;
  background-image: url("css/img/collection/sfondo.png");
}
.swiper-collection-desktop .sfondo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-collection-desktop .item-coll {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.swiper-collection-desktop .item-coll:before {
  content: "";
  position: absolute;
  width: 1700px;
  height: 100%;
  top: 0;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.swiper-collection-desktop .item-coll:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 255, 255, 0.5);
  opacity: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  pointer-events: auto;
}
.swiper-collection-desktop .testa:before {
  background-image: url("css/img/collection/testa.png");
}
.swiper-collection-desktop .testa:after {
  content: none;
}
.swiper-collection-desktop .palla:before {
  background-image: url("css/img/collection/palla.png");
}
.swiper-collection-desktop .palla:after {
  content: none;
}
.swiper-collection-desktop .marmo-dof:before, .swiper-collection-desktop .marmo-dof-2:before {
  background-image: url("css/img/collection/marmo-dof.png");
}
.swiper-collection-desktop .marmo-dof:after, .swiper-collection-desktop .marmo-dof-2:after {
  content: none;
}
.swiper-collection-desktop .marmo:before {
  background-image: url("css/img/collection/marmo.png");
}
.swiper-collection-desktop .marmo:after {
  content: none;
}
.swiper-collection-desktop .colonna:before {
  background-image: url("css/img/collection/colonna.png");
}
.swiper-collection-desktop .colonna:after {
  content: none;
}
.swiper-collection-desktop .testa-dof:before {
  background-image: url("css/img/collection/testa-dof.png");
}
.swiper-collection-desktop .testa-dof:after {
  content: none;
}
.swiper-collection-desktop .marmi:before {
  background-image: url("css/img/collection/marmi.png");
}
.swiper-collection-desktop .marmi:after {
  content: none;
}
.swiper-collection-desktop .comp-0 .palla {
  height: 19%;
  left: 42%;
  bottom: 50%;
}
.swiper-collection-desktop .comp-0 .lady-felicia {
  height: 88%;
  left: 35%;
  top: 0;
}
.swiper-collection-desktop .comp-0 .lady-felicia:before {
  background-image: url("css/img/collection/lady-felicia.png");
}
.swiper-collection-desktop .comp-0 .bago-leo {
  height: 48%;
  left: 67%;
  top: 12%;
}
.swiper-collection-desktop .comp-0 .bago-leo:before {
  background-image: url("css/img/collection/bago-leo.png");
}
.swiper-collection-desktop .comp-0 .colonna {
  height: 100%;
  left: -3%;
  bottom: 0;
}
.swiper-collection-desktop .comp-0 .marmo-dof {
  height: 80%;
  left: -88%;
  bottom: -25%;
}
.swiper-collection-desktop .comp-0 .marmo-dof-2 {
  height: 80%;
  left: 88%;
  bottom: -45%;
}
.swiper-collection-desktop .comp-0 .testa-dof {
  height: 42%;
  left: 70%;
  bottom: -30%;
}
.swiper-collection-desktop .comp-1 .testa {
  height: 30%;
  left: 14%;
  bottom: 51%;
}
.swiper-collection-desktop .comp-1 .bagonghi-velvet {
  height: 51%;
  left: 38%;
  bottom: 29%;
}
.swiper-collection-desktop .comp-1 .bagonghi-velvet:before {
  background-image: url("css/img/collection/bagonghi-velvet.png");
}
.swiper-collection-desktop .comp-1 .lady-felicia-nylon {
  height: 108%;
  left: 69%;
  bottom: 5%;
}
.swiper-collection-desktop .comp-1 .lady-felicia-nylon:before {
  background-image: url("css/img/collection/lady-felicia-nylon.png");
}
.swiper-collection-desktop .comp-1 .palla {
  height: 20%;
  left: 16%;
  bottom: 9%;
}
.swiper-collection-desktop .comp-1 .marmo-dof {
  height: 80%;
  left: 5%;
  bottom: -30%;
}
.swiper-collection-desktop .comp-2 .marmo {
  height: 30%;
  left: 78%;
  bottom: -52%;
}
.swiper-collection-desktop .comp-2 .palla {
  height: 19%;
  left: 41%;
  bottom: 57%;
}
.swiper-collection-desktop .comp-2 .lady-janet {
  height: 33%;
  left: 30%;
  bottom: 35%;
}
.swiper-collection-desktop .comp-2 .lady-janet:before {
  background-image: url("css/img/collection/lady-janet.png");
}
.swiper-collection-desktop .comp-2 .lady-hollie-rossa {
  height: 76%;
  left: 67%;
  bottom: 3%;
}
.swiper-collection-desktop .comp-2 .lady-hollie-rossa:before {
  background-image: url("css/img/collection/lady-hollie-rossa.png");
}
.swiper-collection-desktop .comp-2 .colonna {
  height: 100%;
  left: 1%;
  bottom: 0;
}
.swiper-collection-desktop .comp-2 .testa-dof {
  height: 50%;
  left: 94%;
  bottom: -12%;
}
.swiper-collection-desktop .comp-3 .testa {
  height: 30%;
  left: 13%;
  bottom: 51%;
}
.swiper-collection-desktop .comp-3 .bagonghi-croc {
  height: 45%;
  left: 61%;
  bottom: 39%;
}
.swiper-collection-desktop .comp-3 .bagonghi-croc:before {
  background-image: url("css/img/collection/bagonghi-croc.png");
}
.swiper-collection-desktop .comp-3 .lady-sophia-rossa {
  height: 89%;
  left: 31%;
  bottom: 4%;
}
.swiper-collection-desktop .comp-3 .lady-sophia-rossa:before {
  background-image: url("css/img/collection/lady-sophia-rossa.png");
}
.swiper-collection-desktop .comp-3 .palla {
  height: 20%;
  left: 76%;
  bottom: 12%;
}
.swiper-collection-desktop .comp-3 .colonna {
  height: 100%;
  left: 91%;
  bottom: 0;
}
.swiper-collection-desktop .comp-4 .marmi {
  height: 32%;
  left: 26%;
  bottom: 57%;
}
.swiper-collection-desktop .comp-4 .lady-kayla-pelle {
  height: 44%;
  left: 75%;
  bottom: 39%;
}
.swiper-collection-desktop .comp-4 .lady-kayla-pelle:before {
  background-image: url("css/img/collection/lady-kayla-pelle.png");
}
.swiper-collection-desktop .comp-4 .lady-kayla-grigia {
  height: 55%;
  left: 39%;
  bottom: 13%;
}
.swiper-collection-desktop .comp-4 .lady-kayla-grigia:before {
  background-image: url("css/img/collection/lady-kayla-grigia.png");
}
.swiper-collection-desktop .comp-4 .testa {
  height: 39%;
  left: 83%;
  bottom: 3%;
}
.swiper-collection-desktop .comp-4 .colonna {
  height: 100%;
  left: 11%;
  bottom: 0;
}
.swiper-collection-desktop .comp-5 .marmi {
  height: 32%;
  left: 50%;
  bottom: 50%;
}
.swiper-collection-desktop .comp-5 .lady-kayla-nylon {
  height: 50%;
  left: 75%;
  bottom: 37%;
}
.swiper-collection-desktop .comp-5 .lady-kayla-nylon:before {
  background-image: url("css/img/collection/lady-kayla-nylon.png");
}
.swiper-collection-desktop .comp-5 .bagonghi-blu {
  height: 54%;
  left: 29%;
  bottom: 27%;
}
.swiper-collection-desktop .comp-5 .bagonghi-blu:before {
  background-image: url("css/img/collection/bagonghi-blu.png");
}
.swiper-collection-desktop .comp-5 .testa-dof {
  height: 45%;
  left: 14%;
  bottom: -18%;
}
.swiper-collection-desktop .comp-5 .colonna {
  height: 100%;
  left: 103%;
  bottom: 0;
}
.swiper-collection-desktop .comp-6 .testa {
  height: 29%;
  left: 95%;
  bottom: 48%;
}
.swiper-collection-desktop .comp-6 .marmi {
  height: 33%;
  left: 16%;
  bottom: 39%;
}
.swiper-collection-desktop .comp-6 .lady-janet-pelle {
  height: 68%;
  left: 33%;
  bottom: 19%;
}
.swiper-collection-desktop .comp-6 .lady-janet-pelle:before {
  background-image: url("css/img/collection/lady-janet-pelle.png");
}
.swiper-collection-desktop .comp-6 .lady-hollie-neoprene {
  height: 81%;
  left: 71%;
  bottom: 28%;
}
.swiper-collection-desktop .comp-6 .lady-hollie-neoprene:before {
  background-image: url("css/img/collection/lady-hollie-neoprene.png");
}
.swiper-collection-desktop .comp-6 .colonna {
  height: 100%;
  left: 0;
  bottom: 0;
}
.swiper-collection-desktop .comp-6 .marmo-dof {
  height: 83%;
  left: 64%;
  bottom: -53%;
}
.swiper-collection-desktop .comp-7 .bagonghi-bianca {
  height: 42%;
  left: 68%;
  bottom: 46%;
}
.swiper-collection-desktop .comp-7 .bagonghi-bianca:before {
  background-image: url("css/img/collection/bagonghi-bianca.png");
}
.swiper-collection-desktop .comp-7 .palla {
  height: 17%;
  left: 67%;
  bottom: 24%;
}
.swiper-collection-desktop .comp-7 .lady-sophia-nera {
  height: 84%;
  left: 34%;
  bottom: 5%;
}
.swiper-collection-desktop .comp-7 .lady-sophia-nera:before {
  background-image: url("css/img/collection/lady-sophia-nera.png");
}
.swiper-collection-desktop .comp-7 .marmo-dof {
  height: 79%;
  left: -5%;
  bottom: -5%;
}
.swiper-collection-desktop .comp-7 .colonna {
  height: 100%;
  left: 110%;
  bottom: 0;
}
.swiper-collection-desktop .comp-8 .palla {
  height: 15%;
  left: 17%;
  bottom: 47%;
}
.swiper-collection-desktop .comp-8 .lady-felicia-nylon2 {
  height: 75%;
  left: 68%;
  bottom: 37%;
}
.swiper-collection-desktop .comp-8 .lady-felicia-nylon2:before {
  background-image: url("css/img/collection/lady-felicia-nylon2.png");
}
.swiper-collection-desktop .comp-8 .lady-hollie-arancio {
  height: 95%;
  left: 30%;
  bottom: 3%;
}
.swiper-collection-desktop .comp-8 .lady-hollie-arancio:before {
  background-image: url("css/img/collection/lady-hollie-arancio.png");
}
.swiper-collection-desktop .comp-8 .colonna {
  height: 100%;
  left: -10%;
  bottom: 0;
}
.swiper-collection-desktop .comp-8 .testa-dof {
  height: 45%;
  left: 91%;
  bottom: -23%;
}
.swiper-collection-desktop .comp-9 .lady-beth-canvas-2 {
  height: 29%;
  left: 67%;
  bottom: 41%;
}
.swiper-collection-desktop .comp-9 .lady-beth-canvas-2:before {
  background-image: url("css/img/collection/lady-beth-canvas2.png");
}
.swiper-collection-desktop .comp-9 .lady-beth-canvas {
  height: 70%;
  left: 35%;
  bottom: 10%;
}
.swiper-collection-desktop .comp-9 .lady-beth-canvas:before {
  background-image: url("css/img/collection/lady-beth-canvas.png");
}
.swiper-collection-desktop .comp-9 .marmo {
  height: 40%;
  left: 91%;
  bottom: 10%;
}
.swiper-collection-desktop .comp-9 .colonna {
  height: 100%;
  left: -10%;
  bottom: 0;
}
.swiper-collection-desktop .comp-9 .testa-dof {
  height: 43%;
  left: 86%;
  bottom: -15%;
}

.swiper-collection-mobile {
  /* Collection swiper Mobile*/
}
.swiper-collection-mobile .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: auto 23%;
  background-position: top center;
  background-image: url("css/img/collection/nuvola.jpg");
  z-index: 0;
}
.swiper-collection-mobile .parallax-floor {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: auto 100%;
  background-position: center;
  background-image: url("css/img/collection/sfondo.png");
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 1;
}
.swiper-collection-mobile .sfondo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-collection-mobile .item-coll {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.swiper-collection-mobile .item-coll:before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  -ms-transform: translateX(-50%) scale(0.7);
  -webkit-transform: translateX(-50%) scale(0.7);
  transform: translateX(-50%) scale(0.7);
  pointer-events: none;
}
.swiper-collection-mobile .item-coll:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 54%;
  bottom: 18%;
  left: 0;
  background-color: rgba(0, 255, 255, 0.5);
  opacity: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  pointer-events: auto;
}
.swiper-collection-mobile .testa:before {
  background-image: url("css/img/collection/testa.png");
}
.swiper-collection-mobile .testa:after {
  content: none;
}
.swiper-collection-mobile .palla:before {
  background-image: url("css/img/collection/palla.png");
}
.swiper-collection-mobile .palla:after {
  content: none;
}
.swiper-collection-mobile .marmo-dof:before, .swiper-collection-mobile .marmo-dof-2:before {
  background-image: url("css/img/collection/marmo-dof.png");
}
.swiper-collection-mobile .marmo-dof:after, .swiper-collection-mobile .marmo-dof-2:after {
  content: none;
}
.swiper-collection-mobile .marmo:before {
  background-image: url("css/img/collection/marmo.png");
}
.swiper-collection-mobile .marmo:after {
  content: none;
}
.swiper-collection-mobile .colonna:before {
  background-image: url("css/img/collection/colonna.png");
  -ms-transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.swiper-collection-mobile .colonna:after {
  content: none;
}
.swiper-collection-mobile .testa-dof:before {
  background-image: url("css/img/collection/testa-dof.png");
}
.swiper-collection-mobile .testa-dof:after {
  content: none;
}
.swiper-collection-mobile .marmi:before {
  background-image: url("css/img/collection/marmi.png");
}
.swiper-collection-mobile .marmi:after {
  content: none;
}
.swiper-collection-mobile .comp-0 .palla {
  height: 19%;
  left: 77%;
  bottom: 54%;
}
.swiper-collection-mobile .comp-0 .lady-felicia {
  height: 88%;
  left: 45%;
  top: -18%;
}
.swiper-collection-mobile .comp-0 .lady-felicia:before {
  background-image: url("css/img/collection/lady-felicia.png");
}
.swiper-collection-mobile .comp-0 .bago-leo {
  height: 48%;
  left: 67%;
  top: 37%;
}
.swiper-collection-mobile .comp-0 .bago-leo:before {
  background-image: url("css/img/collection/bago-leo.png");
}
.swiper-collection-mobile .comp-0 .colonna {
  height: 100%;
  left: -41%;
  bottom: 0;
}
.swiper-collection-mobile .comp-0 .marmo-dof {
  height: 80%;
  left: -88%;
  bottom: -25%;
}
.swiper-collection-mobile .comp-0 .marmo-dof-2 {
  height: 80%;
  left: 88%;
  bottom: -45%;
}
.swiper-collection-mobile .comp-0 .testa-dof {
  height: 42%;
  left: 70%;
  bottom: -30%;
}
.swiper-collection-mobile .comp-1 .testa {
  height: 30%;
  left: 11%;
  bottom: 51%;
}
.swiper-collection-mobile .comp-1 .bagonghi-velvet {
  height: 51%;
  left: 38%;
  bottom: 11%;
}
.swiper-collection-mobile .comp-1 .bagonghi-velvet:before {
  background-image: url("css/img/collection/bagonghi-velvet.png");
}
.swiper-collection-mobile .comp-1 .lady-felicia-nylon {
  height: 108%;
  left: 62%;
  bottom: 20%;
}
.swiper-collection-mobile .comp-1 .lady-felicia-nylon:before {
  background-image: url("css/img/collection/lady-felicia-nylon.png");
}
.swiper-collection-mobile .comp-1 .palla {
  height: 20%;
  left: 80%;
  bottom: 3%;
}
.swiper-collection-mobile .comp-1 .marmo-dof {
  height: 80%;
  left: 24%;
  bottom: -53%;
}
.swiper-collection-mobile .comp-2 .marmo {
  height: 30%;
  left: 0%;
  bottom: 9%;
}
.swiper-collection-mobile .comp-2 .palla {
  height: 19%;
  left: 90%;
  bottom: 58%;
}
.swiper-collection-mobile .comp-2 .lady-janet {
  height: 33%;
  left: 38%;
  bottom: 47%;
}
.swiper-collection-mobile .comp-2 .lady-janet:before {
  background-image: url("css/img/collection/lady-janet.png");
}
.swiper-collection-mobile .comp-2 .lady-hollie-rossa {
  height: 76%;
  left: 61%;
  bottom: -3%;
}
.swiper-collection-mobile .comp-2 .lady-hollie-rossa:before {
  background-image: url("css/img/collection/lady-hollie-rossa.png");
}
.swiper-collection-mobile .comp-2 .colonna {
  height: 100%;
  left: -31%;
  bottom: 0;
}
.swiper-collection-mobile .comp-2 .testa-dof {
  height: 50%;
  left: 34%;
  bottom: -25%;
}
.swiper-collection-mobile .comp-3 .testa {
  height: 27%;
  left: 0%;
  bottom: 56%;
}
.swiper-collection-mobile .comp-3 .bagonghi-croc {
  height: 46%;
  left: 58%;
  bottom: 45%;
}
.swiper-collection-mobile .comp-3 .bagonghi-croc:before {
  background-image: url("css/img/collection/bagonghi-croc.png");
}
.swiper-collection-mobile .comp-3 .lady-sophia-rossa {
  height: 89%;
  left: 36%;
  bottom: -17%;
}
.swiper-collection-mobile .comp-3 .lady-sophia-rossa:before {
  background-image: url("css/img/collection/lady-sophia-rossa.png");
}
.swiper-collection-mobile .comp-3 .palla {
  height: 20%;
  left: 75%;
  bottom: 35%;
}
.swiper-collection-mobile .comp-3 .colonna {
  height: 100%;
  left: 116%;
  bottom: 0;
}
.swiper-collection-mobile .comp-4 .marmi {
  height: 27%;
  left: 18%;
  bottom: 53%;
}
.swiper-collection-mobile .comp-4 .lady-kayla-pelle {
  height: 43%;
  left: 65%;
  bottom: 39%;
}
.swiper-collection-mobile .comp-4 .lady-kayla-pelle:before {
  background-image: url("css/img/collection/lady-kayla-pelle.png");
}
.swiper-collection-mobile .comp-4 .lady-kayla-grigia {
  height: 55%;
  left: 40%;
  bottom: 6%;
}
.swiper-collection-mobile .comp-4 .lady-kayla-grigia:before {
  background-image: url("css/img/collection/lady-kayla-grigia.png");
}
.swiper-collection-mobile .comp-4 .testa {
  height: 38%;
  left: 88%;
  bottom: -5%;
}
.swiper-collection-mobile .comp-4 .colonna {
  height: 100%;
  left: -49%;
  bottom: 0;
}
.swiper-collection-mobile .comp-5 .marmi {
  height: 32%;
  left: 19%;
  bottom: 52%;
}
.swiper-collection-mobile .comp-5 .lady-kayla-nylon {
  height: 47%;
  left: 63%;
  bottom: 38%;
}
.swiper-collection-mobile .comp-5 .lady-kayla-nylon:before {
  background-image: url("css/img/collection/lady-kayla-nylon.png");
}
.swiper-collection-mobile .comp-5 .bagonghi-blu {
  height: 54%;
  left: 44%;
  bottom: 8%;
}
.swiper-collection-mobile .comp-5 .bagonghi-blu:before {
  background-image: url("css/img/collection/bagonghi-blu.png");
}
.swiper-collection-mobile .comp-5 .testa-dof {
  height: 45%;
  left: 18%;
  bottom: -20%;
}
.swiper-collection-mobile .comp-5 .colonna {
  height: 100%;
  left: 143%;
  bottom: 0;
}
.swiper-collection-mobile .comp-6 .testa {
  height: 28%;
  left: 99%;
  bottom: 54%;
}
.swiper-collection-mobile .comp-6 .marmi {
  height: 33%;
  left: 25%;
  bottom: 46%;
}
.swiper-collection-mobile .comp-6 .lady-janet-pelle {
  height: 68%;
  left: 45%;
  bottom: 8%;
}
.swiper-collection-mobile .comp-6 .lady-janet-pelle:before {
  background-image: url("css/img/collection/lady-janet-pelle.png");
}
.swiper-collection-mobile .comp-6 .lady-hollie-neoprene {
  height: 81%;
  left: 60%;
  bottom: 34%;
}
.swiper-collection-mobile .comp-6 .lady-hollie-neoprene:before {
  background-image: url("css/img/collection/lady-hollie-neoprene.png");
}
.swiper-collection-mobile .comp-6 .colonna {
  height: 100%;
  left: -84px;
  bottom: 0;
}
.swiper-collection-mobile .comp-6 .marmo-dof {
  height: 83%;
  left: 73%;
  bottom: -50%;
}
.swiper-collection-mobile .comp-7 .bagonghi-bianca {
  height: 45%;
  left: 63%;
  bottom: 49%;
}
.swiper-collection-mobile .comp-7 .bagonghi-bianca:before {
  background-image: url("css/img/collection/bagonghi-bianca.png");
}
.swiper-collection-mobile .comp-7 .palla {
  height: 20%;
  left: 78%;
  bottom: 36%;
}
.swiper-collection-mobile .comp-7 .lady-sophia-nera {
  height: 82%;
  left: 43%;
  bottom: -2%;
}
.swiper-collection-mobile .comp-7 .lady-sophia-nera:before {
  background-image: url("css/img/collection/lady-sophia-nera.png");
}
.swiper-collection-mobile .comp-7 .marmo-dof {
  height: 79%;
  left: 0%;
  bottom: -44%;
}
.swiper-collection-mobile .comp-7 .colonna {
  height: 100%;
  left: 126%;
  bottom: 0;
}
.swiper-collection-mobile .comp-8 .palla {
  height: 20%;
  left: 31%;
  bottom: 34%;
}
.swiper-collection-mobile .comp-8 .lady-felicia-nylon2 {
  height: 75%;
  left: 31%;
  bottom: 40%;
}
.swiper-collection-mobile .comp-8 .lady-felicia-nylon2:before {
  background-image: url("css/img/collection/lady-felicia-nylon2.png");
}
.swiper-collection-mobile .comp-8 .lady-hollie-arancio {
  height: 95%;
  left: 61%;
  bottom: -4%;
}
.swiper-collection-mobile .comp-8 .lady-hollie-arancio:before {
  background-image: url("css/img/collection/lady-hollie-arancio.png");
}
.swiper-collection-mobile .comp-8 .colonna {
  height: 100%;
  left: -36%;
  bottom: 0;
}
.swiper-collection-mobile .comp-8 .testa-dof {
  height: 45%;
  left: 91%;
  bottom: -23%;
}
.swiper-collection-mobile .comp-9 .lady-beth-canvas-2 {
  height: 28%;
  left: 67%;
  bottom: 52%;
}
.swiper-collection-mobile .comp-9 .lady-beth-canvas-2:before {
  background-image: url("css/img/collection/lady-beth-canvas2.png");
}
.swiper-collection-mobile .comp-9 .lady-beth-canvas {
  height: 66%;
  left: 41%;
  bottom: 10%;
}
.swiper-collection-mobile .comp-9 .lady-beth-canvas:before {
  background-image: url("css/img/collection/lady-beth-canvas.png");
}
.swiper-collection-mobile .comp-9 .marmo {
  height: 40%;
  left: 93%;
  bottom: 3%;
}
.swiper-collection-mobile .comp-9 .colonna {
  height: 100%;
  left: -32%;
  bottom: 0;
}
.swiper-collection-mobile .comp-9 .testa-dof {
  height: 43%;
  left: 78%;
  bottom: -15%;
}

/* Page Contacts */
.contact-map-link {
  color: #3d2e1d;
  display: block;
}
.contact-map-link:link, .contact-map-link:visited, .contact-map-link:hover, .contact-map-link:active {
  color: #3d2e1d;
}

.contacts-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts-list li {
  margin: 30px 0;
}

.mail-link {
  color: #3d2e1d;
}
.mail-link:link, .mail-link:visited, .mail-link:hover, .mail-link:active {
  color: #3d2e1d;
}

/* Page home */
.page-template-page-home .floating-vertical a {
  color: white;
}

.hero-cta {
  color: white;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .hero-cta {
    padding: 30px;
  }
}
.hero-cta h1 {
  font-family: "BambiBold";
  margin-bottom: 0;
  width: 40%;
  opacity: 0.9;
}
.hero-cta hr {
  margin: 30px 0;
}

.landing-area {
  height: 100%;
  width: 100%;
  position: relative;
}
.landing-area .hero-container {
  height: 100%;
  display: flex;
  justify-content: left;
  position: relative;
}
@media (min-width: 768px) {
  .landing-area .hero-container {
    align-items: center;
  }
}
.landing-area .floating-social {
  position: absolute;
  bottom: 30px;
  left: 15px;
}
.landing-area .floating-collection {
  position: absolute;
  height: 30px;
  bottom: 30px;
  right: 15px;
}
.landing-area .floating-collection a {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.landing-area .floating-collection a:link, .landing-area .floating-collection a:visited, .landing-area .floating-collection a:hover, .landing-area .floating-collection a:active {
  text-decoration: none;
  color: white;
}
.landing-area .floating-collection .floating-collection-icon {
  width: 16px;
  height: 16px;
  background-image: url("css/img/arrow-right-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.home-image {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #919191;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background-position: center;
  background-size: cover;
}
.home-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.gradient-container {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+32&0+0,1+32 */
  background-color: white;
  padding-top: 150px;
}

.social-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.social-btn.insta {
  background-image: url("css/img/share-inst-white.svg");
}
.social-btn.face {
  background-image: url("css/img/share-facebook-white.svg");
}

.home-hero {
  padding: 90px 30px;
}
@media (min-width: 992px) {
  .home-hero {
    padding: 90px 190px;
  }
}
@media (min-width: 1200px) {
  .home-hero {
    padding: 90px 300px;
  }
}
@media (min-width: 1500px) {
  .home-hero {
    padding: 165px 370px;
  }
}
.home-hero p:first-child {
  font-size: 20px;
}
.home-hero p {
  font-size: 14px;
}

/* Page news */
.news-main-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 330px;
  height: 100%;
}
@media (min-width: 1500px) {
  .news-main-photo {
    min-height: 470px;
  }
}

.news-sec-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 330px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news-sec-photo {
    min-height: 180px;
  }
}
@media (min-width: 1500px) {
  .news-sec-photo {
    min-height: 220px;
  }
}

.news-block {
  height: 100%;
}
.news-block a {
  color: #3d2e1d;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.news-block a:visited, .news-block a:hover, .news-block a:active {
  text-decoration: none;
}
.news-block a:visited h2, .news-block a:hover h2, .news-block a:active h2 {
  text-decoration: underline;
}
.news-block h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news-block p {
  flex-grow: 1;
}
.news-block hr {
  margin-bottom: 0;
}

.date {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.date:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("css/img/date-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.main-news-block {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .main-news-block {
    padding-top: 0;
  }
}

.sec-news-block {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .sec-news-block {
    padding-bottom: 0;
  }
}

.rc-page-header-single-news {
  margin-bottom: 0;
}
.rc-page-header-single-news h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rc-page-header-single-news .date {
  margin-bottom: 30px;
}
.rc-page-header-single-news .btn {
  bottom: 0;
}

.dr-container {
  margin-top: 60px;
  margin-bottom: 60px;
}

.gallery-image {
  padding-top: 61.8%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Product Single */
.single-products .grid-btn-container {
  top: -30px;
  width: calc(100% - 15px);
  opacity: 0;
}
.single-products .grid-btn-container .grid-btn {
  pointer-events: none;
}
.single-products.show-grid .grid-btn-container {
  opacity: 1;
}
.single-products.show-grid .grid-btn-container .grid-btn {
  pointer-events: auto;
}

.product-single {
  margin-top: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .product-single .product-single-img-container {
    margin-left: 60px;
  }
}

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