@import url("owl.carousel.css");
@import url("owl.theme.default.css");
@import url("input.css");
@import url("slide.css");
@import url("virtual-select.min.css");
@import url("jquery-ui.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("jquery.fancybox.min.css");
.simplebar-vertical .simplebar-scrollbar:before {
  background: #1d1d1b;
}
.simplebar-track.simplebar-vertical {
  width: 8px !important;
}
@font-face {
  font-family: "Bookish";
  src: url("../font/Bookish-Book-desktop.otf") format("otf"),
  url("../font/Bookish-Book-web.woff2") format("woff2");
}
@font-face {
  font-family: "Bookish-italic";
  src: url("../font/Bookish-Italic-desktop.otf") format("otf"),
  url("../font/Bookish-Italic-web.woff2") format("woff2");
}
@font-face {
  font-family: CoveredByYourGrace;
  src: url("../font/CorevaHandwriting-Regular.woff");
}
@font-face {
  font-family: HelveticaLTLight;
  src: url("../font/HelveticaLTLight.ttf");
}
@font-face {
  font-family: HelveticaLT;
  src: url("../font/HelveticaLT.ttf");
}
@font-face {
  font-family: HelveticaLTBold;
  src: url("../font/HelveticaLTBold.ttf");
}
.oswald-light {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.oswald-regular {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.dm-serif-display-regular {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
}
body,
html {
    --cl-1--: #ffffff;
    --cl-2--: #f1f7fb;
    --cl-3--: #17243E;
    --cl-4--: #17243E;
    --cl-5--: #869CAE;/*#f5a800;*/
  --cl-a-hover--: #CFCFE5;
  --cl-6--: #F4F2EE;          /*  grey inputs form standard background*/
  --cl-white--: #FFFFFF;          /*  hover*/
  --cl-black--: #000000;
  --cl-primary-text--: #707070;
  --cl-primary-title--: #000;
  --cl-grey-70--: #707070;
  --cl-avorio--: #E3DECC;


  padding: 0;
  margin: 0;
  font-size: 14px;
  color: var(--cl-primary-text--);
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Bookish", Arial, sans-serif;
}
.font-bookish {/*OK*/
  font-family: "Bookish", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}
.font-helvetica {/*OK*/
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.bookish-italic {/*OK*/
  font-style: italic;
}
.font-italic{
  font-style: italic;
}
div,
label {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  opacity: 1;
  animation: fade 0.5s linear;
  border-bottom: 1px solid #ccc;
}
.sticky ~ .menu-mobile {
  margin-top: -20px;
}
#myHeader {
    z-index: 9;
    background: #ffffff;
    padding: 15px 0px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.container {
  width: 100%;
  position: relative;
}
.content {
  /*width: 1140px;*//*newb*/
  margin: 0 auto;
  /*padding: 0px;*/
  position: relative;


  /*width: 1920px;!*newb*!*/
  max-width: 1920px;/*newb*/
  padding-left:40px;/*newb*/
  padding-right:40px;/*newb*/
}
@media screen and (max-width:1440px) {
  .content {
    padding-left:20px;/*newb*/
    padding-right:20px;/*newb*/
  }
}
@media screen and (max-width:720px) {
  .content {
    width: 95%;
    padding-left:10px;/*newb*/
    padding-right:10px;/*newb*/
  }
}
/*@media screen and (max-width:375px) {*/
/*  .content {*/
/*    width: 375px;*/
/*    padding-left:10px;!*newb*!*/
/*    padding-right:10px;!*newb*!*/
/*  }*/
/*}*/
.content-small {
  width: 556px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}
img {
  display: block;
  max-width: 100%;
}
a {
  transition: all 0.5s ease;
  color:  var(--cl-primary-text--);
}
a:hover {
  transition: all 0.5s ease;
}
a:hover .svg-viola {
  filter: invert(52%) sepia(14%) saturate(1030%) hue-rotate(220deg) brightness(93%) contrast(85%);
}
input:hover .svg-viola,
button:hover .svg-viola {
  filter: invert(52%) sepia(14%) saturate(1030%) hue-rotate(220deg) brightness(93%) contrast(85%);
}
.clear {
  margin: 0;
  padding: 0;
  clear: both;
}
.shrink {
  flex-shrink: 0;
}
.flex-auto {
  width: auto;
}
.flex-expand {
  flex: 1;
  min-width: 1px;
  width: 100%;
  max-width: 100%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex,
.flex-tablet,
.flex-mobile {
  display: flex;
}
.flex-left {
  justify-content: flex-start;
}
.flex-right {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.flex-middle {
  align-items: center;
}
.flex-middle-mobile {
  align-items: center !important;
}
.flex-top {
  align-items: flex-start;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-space {
  justify-content: space-between;
}
.column-3 {
  column-count: 3;
  column-gap: 30px;
}
.col-2,
.col-2-mobile,
.col-2-no-tablet {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: masonry;
  grid-gap: 30px;
}
.col-2.large,
.col-2-mobile.large,
.col-2-no-tablet.large {
  grid-gap: 200px;
}
.col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: masonry;
  grid-gap: 30px;
}
.col-3-product{
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 30px;
}
/* Stile per le dimensioni tra 1440px e 768px */
@media screen and (max-width: 1440px) {
  .col-3-product {
    grid-template-columns: 1fr 2fr 1fr;
    grid-gap:10px;
  }
}
/* Stile per le dimensioni tra 576px e 768px */
@media screen and (max-width: 768px) {
  .col-3-product {
    grid-template-columns: 1fr;
    grid-gap:10px;
  }
}

/* Stile per le dimensioni inferiori a 576px */
@media screen and (max-width: 576px) {
  .col-3-product {
    grid-template-columns: 1fr;
    grid-gap:10px;
  }
}

/* product page - complete look boxex */
.col-3-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: masonry;
  grid-gap: 30px;
}
@media screen and (max-width: 1439px) {
  .col-3-products {
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .col-3-products {
    grid-template-columns: repeat(1, 1fr);
  }
}






.col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: masonry;
  grid-gap: 30px;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.table {
  display: table;
}
.block {
  display: block;
}
.width-100 {
  width: 100%;
  box-sizing: border-box;
}
.width-80 {
  width: 80%;
  box-sizing: border-box;
}
.width-50 {
  width: 50%;
  box-sizing: border-box;
}
.width-20 {
  width: 20%;
  box-sizing: border-box;
}
.height-100 {
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "DM Serif Display", serif;
    margin: 0;
}
strong {
  font-weight: 700;
}
.font-2 {
  font-family: CoveredByYourGrace, Arial, sans-serif;
}
.font-uppercase {
  text-transform: uppercase;
}
.font-center {
  text-align: center;
}
.font-right {
  text-align: right;
}
.font-left {
  text-align: left;
}
.font-underline {
  text-decoration: underline;
}
.font-60 {
  font-size: calc(33px + (60 - 33) * ((100vw - 300px) / (1600 - 300)));
}
.font-40 {
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1600 - 300)));
}
.font-32 {
  font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (1600 - 300)));
}
.font-24 {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
}
.font-20 {
  font-size: 20px;
}
.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
}
.font-14 {
  font-size: 14px;
}
.font-12 {
  font-size: 12px;
}
.font-10 {
  font-size: 10px;
}
.font-8 {
  font-size: 8px;
}
.no-link {
  color: inherit;
  text-decoration: none;
}
.no-link:hover {
  text-decoration: none;
  color: #0E1B2F;
}
.link:hover {
  color: #767676;
}
#nav-icon3,
#nav-icon4 {
  width: 40px;
  height: 36px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#nav-icon3 span,
#nav-icon4 span {
  border-radius: 2px;
  background: #0E1B2F;
  display: block;
  position: absolute;
  height: 2px;
  width: 16px;
/*margin-left 15px
        margin-top 17px*/
  margin: 0;
  opacity: 1;
  left: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1),
#nav-icon4 span:nth-child(1) {
  top: 10px;
}
#nav-icon3 span:nth-child(2),
#nav-icon4 span:nth-child(2) {
  top: 16px;
}
#nav-icon3 span:nth-child(3),
#nav-icon4 span:nth-child(3) {
  top: 16px;
}
#nav-icon3 span:nth-child(4),
#nav-icon4 span:nth-child(4) {
  top: 22px;
}
#nav-icon3.open span,
#nav-icon4.open span {
  background:  var(--cl-primary-text--);
}
#nav-icon3.open span:nth-child(1),
#nav-icon4.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2),
#nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3),
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4),
#nav-icon4.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.ui-widget-overlay {
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0.7;
  z-index: 9990;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
.ui-dialog .ui-dialog-titlebar-close {
  right: 30px;
  top: 30px;
}
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  /*background: #f4f2ee;*/
  background: #ffffff;
  opacity: 1;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
#overlay-filtri {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(29,29,27,0.7);
  opacity: 1;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
.overflowy {
  overflow-y: hidden;
}
.menu-mobile {
  margin-left: 0%;
  display: none;
  z-index: 9990;
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
}
.menu-mobile a {
  /*text-decoration: none;*/

  color: #1D1D1B;
}
.menu-mobile a:hover {
  text-decoration: none;
  color: #0E1B2F !important;
}
#overlay .a-big{
  font-family: "Bookish", Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#overlay .a-big:hover {
  transition: all 0.5s ease;
  text-decoration-line: underline !important;
}
#overlay .dinamic-text {
  word-break:break-all;
  font-family: "Bookish", Arial, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color:#1D1D1B;
}
.menu-search {
  margin-left: 0%;
  z-index: 9999;
  text-align: left;
  position: fixed;
  top: 0px;
  left: 0%;
  width: 100%;
  display: none;
}
.menu-filtri {
  margin-left: 0%;
  z-index: 9999;
  text-align: left;
  position: fixed;
  bottom: 0px;
  left: 0%;
  width: 100%;
  display: none;
}
.menu-mobile .menu {
    padding-left: 0;
    list-style-type: none;
}
.menu-mobile .menu-item a {
    position: relative;
}
.menu-mobile .menu .menu-item .ui-icon {
    height: 12px;
    width: 12px;
    background: url("../img/plus.svg") no-repeat;
    position: absolute;
    right: -25px;
    margin: 3px 0 0 0;
    top: 50%;
    transform: translatey(-50%);
    cursor: pointer;
}
.menu-mobile .menu .menu-item.open .ui-icon {
    background: url("../img/minus.svg") no-repeat;
    margin: 8px 0 0 0;
}
.menu-mobile .menu.sub {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    display: block;
}
.menu-mobile .menu .menu-item.open .menu.sub {
    height: auto;
    min-height: auto;
}
body:not(.checkout) > .container {
    padding-top: 118px !important;
}

/* Improve mobile menu submenu styling */
.menu-mobile .menu-item.parent {
    position: relative;
}

.menu-mobile .ui-accordion-header-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.menu-mobile .menu-item.parent.open .ui-accordion-header-icon {
    transform: rotate(180deg);
}

.menu-mobile .menu.sub li {
    padding-left: 20px;
    margin-top: 10px;
}

.menu-mobile .menu.sub li a {
    font-size: 14px !important;
    color: #666;
    opacity: 0.8;
}

/* Mobile menu logo centering */
.menu-mobile .mobile-menu-logo {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 13px !important;
}
.close {
  cursor: pointer;
}
.bg-beige {
  background: #f4f2ee;
}
.bg-nero-2 {
  background: #1D1D1B;
  color: #fff;
}
.bg-bianco {
  background: #fff;
}
.bg-viola {
  background: #0E1B2F;
}
.bg-viola-light {
  background: #CFCFE5;
}
.bg-viola-2 {
  background: #eeeaf3;
}
.bg-grigio-4 {
  background: #f4f4f4;
}
.bg-grigio-5 {
  background: #ddd;
}
.c-bianco {
  color: #fff;
}
.c-viola {
  color: #0E1B2F;
}
.c-viola-light {
  color: #CFCFE5;
}
.c-black {
  color: #000;
}
.bg-grigio-1 {
  background: #ccc;
}
.c-nero {
  color: #333;
}
.c-grigio-2 {
  color: #767676;
}
.c-grigio-3 {
  color: #949494;
}
.c-grigio-70 {
  color: #707070
}
.bordered {
  border: 1px solid #ccc;
}
.bordered-grigio-70 {
  border: 1px solid #707070;
}
.bordered-viola {
  border: 1px solid #1f4680;
}
.border {
  border-bottom: 1px solid #ccc;
}
.btn {
    color: #fff;
    background: #8b77ae;
    padding: 12px 24px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    text-align: center;
}
.btn:hover {
  background: #767676;
  transition: all 0.5s ease;
}
.btn.secondary {
  color: #333;
  background: transparent;
  border: 1px solid #333;
}
.btn.secondary:hover {
  background: #333;
  color: #fff;
}
.btn[disabled] {
  color: #fff;
  background: #ccc;
  cursor: not-allowed;
}
#btn-cart {
    background: rgb(139, 119, 174);
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
#btn-cart:hover {
    background: #767676;
    transition: all 0.5s ease;
}
.shipping-fast {
    width: 40px;
    margin-right: 20px;
}
#product-size-box a {
    background: rgb(244, 242, 238);
    padding: 5px 10px;
    border: 1px solid rgb(244, 242, 238);
    cursor: pointer;
    width: 20px;
    text-align: center;
}
#product-size-box a.active-tag {
    background: rgb(244, 242, 238);
    border: 1px solid #33135c;
}
#product-size-box a.unavailable {
    background: rgb(244, 242, 238);
    color: #ccc;
    position: relative;
    cursor: not-allowed;
    pointer-events: none;
}
#product-size-box a.unavailable::after {
    content: "";
    position: absolute;
    width: calc(100% + 11px);
    height: 1px;
    background: rgb(144, 138, 153);
    top: 0;
    transform: rotate(39deg);
    left: 0;
    transform-origin: 0;
}
.margin-0 {
  margin: 0;
}
.margin-xxsmall-left {
  margin-left: 10px;
}
.margin-xxsmall-right {
  margin-right: 10px;
}
.margin-xxsmall-top {
  margin-top: 10px;
}
.margin-xxsmall-bottom {
  margin-bottom: 10px;
}
.margin-xsmall-left {
  margin-left: 20px;
}
.margin-xsmall-right {
  margin-right: 20px;
}
.margin-xsmall-top {
  margin-top: 20px;
}
.margin-xsmall-bottom {
  margin-bottom: 20px;
}
.margin-small-left {
  margin-left: 40px;
}
.margin-small-right {
  margin-right: 40px;
}
.margin-small-top {
  margin-top: 40px;
}
.margin-small-bottom {
  margin-bottom: 40px;
}
.margin-left {
  margin-left: 60px;
}
.margin-right {
  margin-right: 60px;
}
.margin-top {
  margin-top: 60px;
}
.margin-bottom {
  margin-bottom: 60px;
}
.margin-large-left {
  margin-left: 100px;
}
.margin-large-right {
  margin-right: 100px;
}
.margin-large-top {
  margin-top: 100px;
}
.margin-large-bottom {
  margin-bottom: 100px;
}
.padding-xxsmall-left {
  padding-left: 10px;
}
.padding-xxsmall-right {
  padding-right: 10px;
}
.padding-xxsmall-top {
  padding-top: 10px;
}
.padding-xxsmall-bottom {
  padding-bottom: 10px;
}
.padding-xsmall-left {
  padding-left: 20px;
}
.padding-xsmall-right {
  padding-right: 20px;
}
.padding-xsmall-top {
  padding-top: 20px;
}
.padding-xsmall-bottom {
  padding-bottom: 20px;
}
.padding-small-left {
  padding-left: 40px;
}
.padding-small-right {
  padding-right: 40px;
}
.padding-small-top {
  padding-top: 40px;
}
.padding-small-bottom {
  padding-bottom: 40px;
}
.padding-left {
  padding-left: 60px;
}
.padding-right {
  padding-right: 60px;
}
.padding-top {
  padding-top: 60px;
}
.padding-bottom {
  padding-bottom: 60px;
}
.padding-large-left {
  padding-left: 100px;
}
.padding-large-right {
  padding-right: 100px;
}
.padding-large-top {
  padding-top: 100px;
}
.padding-large-bottom {
  padding-bottom: 100px;
}
.shadow {
  -webkit-box-shadow: 0 3px 6px 3px #9e9e9e;
  box-shadow: 0 3px 6px 3px #9e9e9e;
}
form label {
    font-size: 16px;
}
form input[type="text"], form input[type="email"], form input[type="password"], form textarea {
    font-family: Oswald, Serif;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: normal;
    padding: 13px 10px;
    background: #f4f4f4;
    box-shadow: 0 0 0 0;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    color: #767676;
}
.vscomp-value {
    font-family: Oswald, Serif !important;
}
.btn {
    font-family: Oswald, Serif;
    font-size: 20px;
}
form textarea {
  height: 100px;
}
form input[type="submit"],
form button {
  box-shadow: 0 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  curson: pointer;
  transition: all 0.5s ease;
  border: 0;
}
form .no-style {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit;
}
form button {
  cursor: pointer;
}
form input[type="search"] {
  border-bottom: 1px solid #ccc;
  padding: 20px 5px;
  background: transparent;
  box-shadow: 0 0 0 0;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.cc-selector input[type="radio"] {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cc-selector-2 input[type="radio"] {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}
.cc-selector-2 input[type="radio"]:active +.drinkcard-cc,
.cc-selector input[type="radio"]:active +.drinkcard-cc {
  opacity: 0.9;
}
.cc-selector-2 input[type="radio"]:checked +.drinkcard-cc,
.cc-selector input[type="radio"]:checked +.drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 120px;
  min-height: 50px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.drinkcard-cc.large {
  min-width: 150px;
}
.cc-selector-2 input[type="radio"]:checked + .drinkcard-cc,
.cc-selector input[type="radio"]:checked + .drinkcard-cc {
  border: 1px solid #101840;
  background: #fff;
}
.cc-selector-2 input[type="checkbox"] + label,
.cc-selector-2 input[type="radio"] + label {
  margin-left: 0;
}
.text-underline{
  text-decoration-line: underline;
}
.active {
  /*color: #8b77ae;*/
  /*font-weight: bolder;*/
  text-decoration-line: underline;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.active-tag {
  text-decoration-line: underline;
}
#attribute-list-mob .active-tag {
  color:#707070;
  text-decoration-line: underline !important;
}
#attribute-list-mob .active {
    color:#707070;
    text-decoration-line: underline !important;
}
.disabled {
  color: #ccc;
}
.only-mobile {
  display: none;
}
.hover {
  position: absolute;
  display: none;
  left: -2px;
  width: calc(100% + 4px);
  border-bottom: 2px solid #8b77ae;
  border-right: 2px solid #8b77ae;
  border-left: 2px solid #8b77ae;
  z-index: 99;
  -webkit-box-shadow: 0 5px 8px #949494;
  box-shadow: 0 5px 8px #949494;
}
.box-prodotto.hovered {
  -webkit-box-shadow: 0 5px 8px #949494;
  box-shadow: 0 5px 8px #949494;
}
.hovered {
  border: 2px solid #8b77ae;
}
.hidden {
    display: none;
}
#ticker span {
  display: inline-block;
  margin-left: 30px;
}
.vscomp-toggle-button {
  background: transparent;
  border: 0;
  padding: 0;
}
.vscomp-wrapper.focused .vscomp-toggle-button,
.vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 0px 0px 0px rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2);
}
.vscomp-arrow:after {
  content: "";
  background: url("../img/vector.svg") no-repeat;
  width: 12px;
  height: 7px;
  display: inline-block;
  border: 0;
  transform: rotate(0deg);
  vertical-align: middle;
  margin-top: 0px;
}
.pop-comp-wrapper {
  max-width: 100% !important;
  color: #767676;
  background-color: #ccc;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 0px 0px 0px rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2);
}
.vscomp-dropbox {
  background-color: #ccc;
  width: auto;
}
.width-100.vscomp-ele .vscomp-dropbox {
  width: 100%;
}
.vscomp-option.selected {
  background-color: #ccc;
}
.vscomp-option:hover {
  background-color: #767676;
  color: #fff;
}
.only-tablet {
  display: none;
}
.vscomp-ele {
  max-width: 100%;
}
/* start: select */
.select-input .vscomp-toggle-button {
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 16px;
  padding: 13px 10px;
  background: #f4f4f4;
  box-shadow: 0 0 0 0;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  color: #767676;
}
.select-input .vscomp-wrapper.focused .select-input .vscomp-toggle-button,
.select-input .vscomp-wrapper:focus .select-input .vscomp-toggle-button {
  /*box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 0px 0px 0px rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2);*/
  box-shadow:#f4f4f4;
}
.select-input .vscomp-arrow:after {
  content: "";
  background: url("../img/vector.svg") no-repeat;
  width: 12px;
  height: 7px;
  display: inline-block;
  border: 0;
  transform: rotate(0deg);
  vertical-align: middle;
  margin-top: 0px;
}
.select-input .pop-comp-wrapper {
  max-width: 100% !important;
  color: #767676;
  background-color: #ccc;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14), 0 0px 0px 0px rgba(0,0,0,0.12), 0 0px 0px 0 rgba(0,0,0,0.2);
}
.select-input .vscomp-dropbox {
  background-color: #f4f4f4;
  width: auto;
}
.width-100.select-input .vscomp-ele .select-input .vscomp-dropbox {
  width: 100%;
}
.select-input .vscomp-option.selected {
  background-color: #ccc;
}
.select-input .vscomp-option:hover {
  background-color: #767676;
  color: #fff;
}
.select-input .vscomp-ele {
  max-width: 100%;
  width: 100% !important;
}
.select-input .vscomp-dropbox {
  width: 100%;
}
/* end: select */


.submenu {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 2;
  animation: fade 0.5s linear;
}
.sticky ~ .submenu,
.sticky ~ #top {
  display: block;
}
#top {
  position: fixed;
  bottom: 20px;
  right: 5%;
  padding: 15px;
  border-radius: 40px;
  background: #8b77ae;
  display: none;
  animation: fade 0.5s linear;
  cursor: pointer;
}
#filtri {
  position: fixed;
  bottom: 20px;
  left: 5%;
  padding: 10px 15px;
  border-radius: 40px;
  background: #8b77ae;
  display: none;
  animation: fade 0.5s linear;
  cursor: pointer;
  z-index: 999;
}
#filtri.filtered {
  background: #1d1d1b;
  padding: 13px 15px;
}
#filtri.filtered img {
  margin-top: -6px;
}
.ui-accordion .ui-accordion-header {
  margin: 0;
  padding: 0 30px 0 0;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon {
  background: url("../img/minus.svg") no-repeat;
  margin: 8px 0 0 0;
}
.ui-accordion .ui-accordion-content {
  padding: 0;
}
.ui-accordion .ui-icon {
  height: 12px;
  width: 12px;
  background: url("../img/plus.svg") no-repeat;
  position: absolute;
  right: 0;
  margin: 3px 0 0 0;
}
.heart {
  height: 20px;
  width: 20px;
  background: url("../img/preferiti-off.svg") no-repeat;
  display: block;
}
.heart:hover {
  background: url("../img/preferiti-on.svg") no-repeat;
}
.heart.add-wishlist {
  background: url("../img/preferiti-on.svg") no-repeat;
}
.colore {
  padding: 0px;
  background: #f4f2ee;
  margin-right: 20px;
  border-radius: 30px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.colore.active {
  padding: 4px;
  border: 1px solid #8b77ae;
}
.colore span {
  height: 24px;
  width: 24px;
  display: block;
  border-radius: 30px;
}

/*filter color*/
.colore-ft {
  /*background: #f4f2ee;*/
  margin-right:10px;
  border-radius: 30px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid transparent;
}
.colore-ft.active {
  padding: 4px;
  border: 1px solid #707070;
}
.colore-ft img {
  height: 24px;
  width: 24px;
  display: block;
  border-radius: 30px;
}
/*end: filter color*/
.discounted {
    text-decoration: line-through;
    color: #878787;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.owl-theme {
  position: relative;
}
.owl-theme .owl-nav {
  margin: 0;
}
/*
.nav-outside.owl-carousel .owl-nav
    position absolute
    right 0
    top 0

.nav-outside.owl-carousel .owl-nav button.owl-prev, .nav-outside.owl-carousel .owl-nav button.owl-next
    height 35px
    width 40px

.nav-outside.owl-carousel .owl-nav button.owl-prev
    background url("../img/prev-2.svg") no-repeat

.nav-outside.owl-carousel .owl-nav button.owl-next
    background url("../img/next-2.svg") no-repeat
*/
.customNextBtn {
  background: url("../img/next-2.svg") no-repeat;
  height: 35px;
  width: 40px;
  cursor: pointer;
}
.customNextBtn:hover {
  opacity: 0.7;
}
.customPrevBtn {
  background: url("../img/prev-2.svg") no-repeat;
  height: 35px;
  width: 40px;
  cursor: pointer;
}
.customPrevBtn:hover {
  opacity: 0.7;
}
.nav-inside.owl-carousel .owl-nav button.owl-next,
.nav-inside.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 15px;
  width: 20px;
}
.nav-inside.owl-carousel .owl-nav button.owl-next,
.nav-inside.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 15px;
  width: 20px;
}
.nav-inside.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  background: url("../img/prev.svg") no-repeat;
}
.nav-inside.owl-carousel .owl-nav button.owl-next {
  right: 0;
  background: url("../img/next.svg") no-repeat;
  margin-right: -5px;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 0;
}
.ui-dialog {
  width: 90% !important;
  max-width: 750px !important;
  background: #fff;
  border-radius: 10px;
  z-index: 9999;
  max-height: calc(100vh - 120px) !important;
  overflow: scroll;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: url("../img/close.svg") no-repeat;
  border: 0;
}
.ui-dialog .ui-dialog-content {
  padding: 0px;
}
.label {
  position: absolute;
  top: -6px;
  right: -11px;
  background: #0E1B2F;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  text-align: center;
  heigth: 20px;
  width: 20px;
  border-radius: 20px;
}
.label.label-account {
  right: -4px;
  top: 13px;
  background: transparent;
}
.dropdownmenu {
  display: none;
  position: absolute;
  top: 40px;
  right: -20px;
  padding: 20px;
  background: #fff;
  width: 285px;
  z-index: 999;
}
.dropdownmenu .col-2-mobile {
  grid-gap: 10px;
}
.dropdownmenu:before {
  content: "";
  background: url("../img/angle.svg") no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  top: -7px;
  right: 22px;
  transform: rotate(225deg);
}
.number {
  background: transparent;
  border-radius: 3px;
  border: 1px solid #0E1B2F;
}
.number input {
  width: 25px !important;
  background: transparent !important;
  text-align: center;
  font-size: 16px;
  border-radius: 0px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
.number .minus {
  margin-right: -5px;
}
.number .plus {
  margin-left: -5px;
}
.number .minus,
.number .plus {
  width: 25px;
  height: 19px;
  background: transparent;
  border-radius: 0px;
  padding: 3px 10px 16px 10px;
  border: 0px solid #767676;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  color: #0E1B2F;
}
.radius {
  border-radius: 3px;
}
.progressbar {
  height: 10px;
  border-radius: 20px;
  width: 100%;
}
.progressbar .progress {
  height: 10px;
  border-radius: 20px;
  max-width: 100%;
  background: #0E1B2F;
}
#overflow-cart {
  height: 100vh;
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  left: 0;
  width: 100%;
  overflow: scroll;
  display: none;
}
input[type="radio"]:checked + label .radio-checked {
  display: block;
  transition: all 0.5s ease;
}
.radio-checked {
  display: none;
  transition: all 0.5s ease;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .number .minus,
    .number .plus {
      height: 18px;
    }
  }
}
.slide-accordion,
.hidden-div {
  display: none;
}
.alert {
  border: 2px solid #f4d6cc;
  color: #c93400;
  padding: 5px 7px;
}
.slide-check {
  display: none;
}
.radio {
  background: #fff;
  border: 1px solid #0E1B2F;
}
#cart-menu-fixed .cart-content {
    position: relative;
}
#cart-menu-fixed.open .btn-close  {
    width: 30px;
    height: 30px;
    background: transparent;
    position: fixed;
    z-index: 1000;
    top: 3px;
    right: 4px;
    background: url("../img/close.svg") no-repeat;
    background-position: center;
    border: 0;
    cursor: pointer;
}
#cart-menu-fixed.open .btn-close:hover  {
    background-color: rgb(0, 0, 0);
}
#cart-menu-fixed .cart-content .label, #cart-menu-fixed .cart-content > a {
    display: none;
}
#cart-menu-fixed .dropdownmenu {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px 20px 20px 20px;
    background: #fff;
    width: 285px;
    z-index: 999;
    border-left: 1px solid #000;
}
#cart-menu-fixed.open .dropdownmenu {
    display: block;
}
@media screen and (max-width: 1199px) {
  .content {
    width: 960px;
    /*padding-left:20px;!*newb*!*/
    /*padding-right:20px;!*newb*!*/
  }
    .only-mobile {
        display: block;
    }
    .only-desktop {
        display: none;
    }
}
@media screen and (max-width: 991px) {
  #overlay .a-big{
    font-size: 20px;
  }
  #overlay .dinamic-text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .content{
    width:95%;/*newb*/
  }
  .content-small {
    width: 720px;
  }
  .col-2.large,
  .col-2-mobile.large {
    grid-gap: 100px;
  }
  .only-tablet,
  .flex-tablet {
    display: block;
  }
  .desktop-tablet {
    display: none;
  }
  .col-2-no-tablet {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-2-tablet {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-1-4,
  .col-3-4 {
    width: 100%;
  }
  .sticky ~ #filtri {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .centered-mobile {
    margin-left: auto;
    margin-right: auto;
  }
  .table-mobile {
    display: table !important;
  }
  .font-center-mobile {
    text-align: center !important;
  }
  .float-right {
    float: none;
  }
  .no-margin-right {
    margin-right: 0;
  }
  .no-margin-left {
    margin-left: 0;
  }
  .no-margin-top {
    margin-top: 0;
  }
  .content,
  .content-small {
    width: 540px;
  }
  .flex {
    display: block;
  }
  .col-2,
  .col-2-tablet {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-2-tablet.block-mobile {
    display: block !important;
  }

  .col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-2.large {
    grid-gap: 30px;
  }
  .col-2-mobile.large {
    grid-gap: 30px;
  }
  .col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .menu-mobile .padding-large-top {
    padding-top: 30px;
  }
  .menu-mobile .padding-large-bottom {
    padding-bottom: 0px;
  }
  .menu-mobile .margin-small-bottom {
    margin-bottom: 25px;
  }
  .margin-small-left {
    margin-left: 30px;
  }
  .margin-small-right {
    margin-right: 30px;
  }
  .margin-small-top {
    margin-top: 30px;
  }
  .margin-small-bottom {
    margin-bottom: 30px;
  }
  .no-margin-left {
    margin-left: 0 !important;
  }
  .no-margin-right {
    margin-right: 0 !important;
  }
  .col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .padding-small-left-mobile {
    padding-left: 30px !important;
  }
  .padding-small-right-mobile {
    padding-right: 30px !important;
  }
  .no-padding-left-mobile {
    padding-left: 0px !important;
  }
  .no-padding-right-mobile {
    padding-right: 0px !important;
  }
  .relative-mobile {
    position: relative !important;
  }
}
@media screen and (max-width: 775px) {
  .content,
  .content-small {
    width: 90%;
  }
}
.number .minus,
.number .plus {
  padding: 3px 5px 16px 5px;
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.images {
  height: 0px;
}
.images img {
  display: none;
}
/*related prod slider*/
.aaa {
  opacity: 0;
  transition: all 0.5s ease;
}


.email-input {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--cl-black--);
  max-width: min-content;
  margin: auto;
  padding-bottom: 3px;
}
#newsletter-banner .email-input {
  border-bottom: 1px solid var(--cl-white--);
}

.email-input input {/*OK*/
  font-family: "Bookish-italic", Arial, sans-serif !important;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  padding: 0 1em;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--cl-1--);
}

.email-input input::placeholder {
  color: var(--cl-1--);
}

.email-input a {
  color: var(--cl-1--);
  stroke: var(--cl-1--);
}

.check-input {
  position: relative;
  align-items: center;
  gap: 0.5em;
  padding: 1em 0;
}

/* Footer */
footer {
    background: var(--cl-5--);
}

footer .container {
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 1400px) {
    footer .container {
        max-width: 1920px;
    }
}
footer .row {
    display: flex;
}
.footer-links {
    flex-wrap: wrap;
    align-items: center;
    gap: 2em;
    justify-content: space-between;
    padding: 50px 100px;
}

footer .logo {
    margin: unset;
}

footer .media-links a {
    border-color: var(--cl-1--);
    fill: var(--cl-1--);
}

footer .media-links a:hover {
    fill: var(--cl-3--);
}

.footer-content-border {
    border-top: 2px solid var(--cl-1--);
    border-bottom: 2px solid var(--cl-1--);
}

.footer-body {
    flex-wrap: wrap;
    padding: 40px 100px 40px 100px;
    gap: 4em;
}

.footer-links .media-links {
    gap: clamp(20px, 5vw, 40px);
}

footer h3 {
    font-size: 32px;
    color: var(--cl-1--);
    margin-bottom: 40px;
}

footer .email-input {
    margin: unset;
    padding-top: 0;
    min-width: 100%;
}

footer .email-input input {
    padding: 0;
    padding-right: 0.5em;
    /* width: 100%; */
}

.email-input {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    /* max-width: min-content; */
    margin: auto;
    padding-bottom: 3px;
    margin-top: 100px;
}
.email-input input {
    padding: 0;
    font-weight: 300;
    font-size: 22px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--cl-1--);
    font-family: Oswald;
}

.email-input input::placeholder {
    color: var(--cl-1--);
}

.email-input a {
    color: var(--cl-1--);
    stroke: var(--cl-1--);
}

.check-input {
    position: relative;
    align-items: center;
    gap: 0.5em;
    padding: 1em 0;
}

/* Check in */
.check-input input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.check-input label {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: var(--cl-1--);
    margin-top: 5px;
    border: 1px solid #707070;
}

.check-input label::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.check-input input:checked+label::after {
    background-image: url(../imgs/check-in.svg);
}

/* End Check in */

.check-input p {
    font-size: 8px;
    color: var(--cl-1--);
    padding-top: 29px 0 14px 0;
    line-height: 15px;
}
.footer-body > div {
    flex: 1;
}
.footer-email p {
    padding: 0;
    color: var(--cl-1--);
}

footer ul a {
    font-size: 22px;
    color: var(--cl-1--);
    font-weight: 300;
    font-family: Oswald, Serif;
    text-decoration: underline;
    text-underline-offset: 4px;

}
footer .footer-body ul a {
    padding-bottom: 30px;
    text-transform: uppercase;
    display: block;
}

footer ul a:hover {
    color: var(--cl-4--);
}

.terms {
    padding: 25px 100px;
}

.terms ul {
    gap: 5em;
}

.terms ul a {
    font-size: 22px;
    text-transform: capitalize;
}

/* End Footer */

/* Responsive */

/* Stile per le dimensioni tra 1440px e 768px */
@media screen and (max-width: 1440px) {

}
/* Stile per le dimensioni tra 576px e 768px */
@media screen and (max-width: 768px) {
    .config-details {
        flex-wrap: wrap;
    }
    .config-details > div {
        flex: 0 0 33%;
    }
    body:not(.checkout) > .container {
        padding-top: 60px !important;
    }
    #btn-cart {
        background: #0E1B2F;
        color: #fff;
        padding: 15px 25px;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }
    #cart-summary {
        width: 100% !important;
    }

    /* Hide full-width submenus on mobile - use mobile menu instead */
    .nav-menu .menu > li > ul {
        display: none !important;
    }

    /* Adjust submenu container for tablet */
    .nav-menu .menu > li > ul .submenu-container {
        padding: 0 30px;
        gap: 20px;
    }
}

/* Stile per le dimensioni inferiori a 576px */
@media screen and (max-width: 576px) {
    /* Ensure submenus are completely hidden on mobile */
    .nav-menu .menu > li > ul {
        display: none !important;
    }
}
.sweet-alert-title {
    color: rgb(13, 21, 37) !important;
}
.swal2-styled.swal2-confirm {
    color: rgb(13, 21, 37) !important;
}
