/*
Template name: biancoperla
*/

/* RESET */
.row {
  margin-left: 0;
  margin-right: 0;
}
.container {
  position: relative;
  /*.row {
    margin-left: -15px;
    margin-right: -15px;
  }*/
}
.bg-light {
  background-color: #f2f2f2 !important;
}
.row img {
  width: 100%;
}
img.stretch-mobile {
  height: 400px;
  object-fit: cover;
}
.mw-1320{ max-width: 1320px; margin: 0 auto; }
.loading-full{ z-index: 1999;  position: fixed;  width: 100%; left: 0; height: 100%; top: 0; background: rgba(255,255,255,0.8);  display: flex;  align-items: center;}
@media (min-width: 992px) {
  img.stretch-mobile {
    height: auto;
    object-fit: inherit;
  }
}
.clear {
  clear: both;
}
/* SCROOLBAR */
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #eee;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
/* FONT */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #343434;
  letter-spacing: 0;
  font-weight: 400;
}
.text-cormorant-infant{
  font-family: "Montserrat", sans-serif;}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.4rem;
    font-weight: 300;
  }
  .h2,
  h2 {
    text-transform: uppercase;
    font-size: 1.8rem;
  }
}
.h1, h1, .h2,
h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.h3,
h3 {
  font-size: 1.3rem;
  font-weight: 300;
}
p,
a,
span,
label,
ul li,
button,
input {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
a {
  text-decoration: none;
}
a:hover {
  color: #343434;
}

.cormorant {
  font-family: "Montserrat", sans-serif;
}
.worksans {
  font-family: "Montserrat", sans-serif;
}
.text-justify {
  text-align: justify;
}

p.cormorant {
  font-size: 1rem;
  letter-spacing: 0.5px;
}

blockquote,
.blockquote {
  border: 1px solid #343434;
  border-top-width: 2px;
  border-radius: 5px;
  padding: 10px;
}
blockquote p,
.blockquote p {
  display: inline-block;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  p.cormorant {
    font-size: 1.5rem;
  }
}

/* BUTTON */
.btn {
  min-width: 200px;
  padding: 10px 0;
  box-shadow: none !important;
  border-radius: 0px;
  border: none;
  font-size: 0.8rem;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-light {
  background-color: rgba(243, 239, 237, 0.8);
  color: #000;
}
.btn-dark {
  background-color: rgba(61, 61, 61, 1);
  color: #fff;
}
.btn-dark span {
  color: #fff;
}
.btn-icon{background-color: transparent; min-width: auto;}
.pos-cb {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 100px);
}

/* FORM */
.form-control,
.form-select {
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
}
.contact-form .form-control,
.form-select {
  border: 1px solid #ddd;
  font-size: 0.8rem;
  border-radius: 30px;
}
textarea.form-control{
  border: 1px solid #ddd;
}
.form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.8rem;
}
.contact-form .form-control,
.form-select {
  padding: 0.5rem 0.75rem;
}
form.contact-form button.btn-dark {
  width: 100%;
  padding: 15px;
  max-width: 250px;
  margin: 0 auto;
}
.form-check-input:checked {
  background-color: #fff;
  border-color: #333;
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23333'/%3e%3c/svg%3e");
  background-size: 130%;
}
.form-check-input:checked[type="checkbox"] {
  background-color: #333;
}
.form-check {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.form-check .form-check-input {
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.form-check label {
  font-size: 0.7rem;
  vertical-align: bottom;
}

.custom-file-button input[type="file"] {
  margin-left: -2px !important;
  margin-bottom: 0;
  border: none;
}

.custom-file-button input[type="file"]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type="file"]::file-selector-button {
  display: none;
}
.custom-file-button label {
  background-color: transparent;
  border: none;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0 5px 0 0;
  height: auto;
}
.custom-file-button:hover label {
  cursor: pointer;
}

/* ALERT */
.alert {
  display: block;
  margin: 10px 0;
  text-align: center;
  border-radius: 0;
}
.alert-center{ position: fixed; top: calc(50% - 20px); left: 10%;  width: 80%; text-align: center;  display: block;  margin: 10px 0;  text-align: center; border-radius: 0; z-index: 1070; }
.alert span{ font-weight: 700;}
  /* CAROUSEL */

.owl-carousel {
  position: relative;
  padding: 0px;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  top: 33%;
  margin: 0;
}
.owl-carousel .owl-nav button.owl-next {
  left: inherit;
  right: 0px;
}
.products-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: inherit;
}
.owl-theme .owl-nav [class*="owl-"] span {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100%;
  background-color: transparent !important;
  margin-top: 16px !important;
}
.owl-theme .owl-nav [class*="owl-"] span::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  margin: 0;
  position: absolute;
  top: 12px;
  left: 8px;
  transform: rotate(315deg);
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.owl-carousel .owl-nav button.owl-prev span::before {
  transform: rotate(135deg);
  left: 15px;
}
.owl-carousel.owl-theme .owl-nav .disabled {
  opacity: 0;
}
@media (min-width: 992px) {
  .owl-carousel {
    padding: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    top: calc(50% - 40px);
    left: -50px;
  }
  .owl-carousel .owl-nav button.owl-next {
    top: calc(50% - 40px);
    right: -50px;
  }
}

/*HEADER */
.site-header {
  width: 100%;
  z-index: 1030;
  background: #1f2533;
}
.site-header.fixed {
  position: fixed;
  top: 0;
}
.site-header.fixed .branding {
  padding-top: 10px;
}
.site-header.fixed .branding .logo img {
  width: 150px;
}
.site-header.fixed .navbar-nav {
  margin-top: 0px;
}
.site-header.fixed .branding .row .nav-top-left .desktop {
}
.site-header .top-header {
  padding: 10px 0;
}
.site-header .top-header span {
  font-size: 0.7rem;
  text-transform: uppercase;
}
.container.branding {
  margin-bottom: 0;
  padding: 10px;
  transition: all ease-in-out 0.4s;
}
.branding .logo img {
  width: 100%;
  max-width: 175px;
  transition: all ease-in-out 0.4s;
}
.branding .nav-top-right, .branding .col.logo{
  flex: 2;
}
.branding .nav-top-left {}
.branding .nav-top-right ul,
.branding .nav-top-left ul {
  margin-bottom: 0;
  padding-left: 0px;
}
.branding .desktop {
  display: block;
}
.branding .mobile {
  display: block;
}

.nav-top-right .search .search-form {
  display: flex;
  width: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -12px;
  right: -10px;

  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
.nav-top-right .search .search-form.active {
  width: 220px;
  opacity: 1;
  visibility: visible;
}
.nav-top-right .search .search-form::after {
  content: "";
  width: 192px;
  height: 1px;
  background-color: #ddd;
  right: 35px;
  bottom: 5px;
  position: absolute;
}
.form-control-search {
  border: none;
}
.form-control-search:focus-visible,
.form-control-search:focus-within,
.form-control-search:focus,
.form-control-search:target {
  border: none !important;
}
.form-control-search {
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control-search:focus {
  box-shadow: none !important;
  border: none !important;
}
.nav-top-right .search .search-form a.search-close {
  line-height: 36px;
  margin-right: 4px;
  padding: 0 8px;
  color:#d1ad65;
}
.nav-top-right .search .search-form input {
  width: 150px;
  margin-top: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 5px 0;
  color: white;
  background-color: transparent;
  font-size: 0.8rem;
}
.nav-top-right .search .search-form button {
  width: 30px;
  min-width: inherit;
  height: 30px;
  background-color: transparent;
  border: none;
}
.nav-top-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-top-left ul li,
.nav-top-right ul li {
  display: inline-block;
  position: relative;
}
.nav-top-right ul li.search {
  /*display: none;*/
}
.nav-top-right ul li.wishlist {
  /*display: none;*/
}
#searchModal .btn-close{
  background: none;
}
.nav-top-left ul li,
.nav-top-right ul li {
  margin-right: .5rem;
}
.nav-top-left ul li a,
.nav-top-right ul li a,
.nav-top-left ul li a span,
.nav-top-right ul li a span {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.nav-top-left ul li:last-of-type,
.nav-top-right ul li:last-of-type {
  margin-right: 0;
}
.nav-top-left ul li img,
.nav-top-right ul li img {
  width: 20px; height: auto;
}
.nav-top-left .logo-fixed {
  display: none;
}
.nav-top-left .logo-fixed img {
  width: 160px;
}
.site-header .navbar {
  padding: 0;
}
.navbar > .container {
  border-bottom: none;
  margin-bottom: 0;
}
.navbar-nav {
  border-top: 1px solid #ddd;
  margin-top: 0;
  transition: all ease-in-out 0.6s;
}
.navbar-nav .nav-item {
  position: relative;
  margin-right: 0px;
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.navbar-nav .nav-item:last-of-type {
  margin-right: 0px;
}
.navbar-nav > .nav-item > .nav-link{ padding: 20px 0;}
.navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: 0.8rem;
  color: #d1ad65;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  padding: 1rem 0rem;
}
.navbar-nav > .nav-item > .nav-link::after { content: "";
  position: absolute; bottom: 0; left: 0; width: 0; height: 4px; background-color: #d1ad65; transition: all ease-in-out .3s; z-index: 5; }
.site-header.fixed .container .navbar-nav .nav-item .nav-link { }
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  font-weight: 500;
  color: #d1ad65;
}
.navbar-nav > .nav-item > .nav-link.active::after,
.navbar-nav > .nav-item > .nav-link:hover::after { width: 100%; }
.navbar-nav .nav-item .nav-link.viewall{ color: #000;}
.subnav-toogle{ display: flex; position: absolute; top: 0; right: 5px; padding:20px 5px 0; width: 20px; height: 100%;}
.subnav-toogle::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
  transition: all ease-in-out 0.4s;
}
.subnav-toogle.open::after {
  transform: rotate(225deg);
}
.navbar-nav .nav-item .subnav {
  position: relative;
  left: -3px;
  display: none;
  z-index: 4;
  min-width: inherit;
  width: 100%;
  padding: 0px 10px;
  background-color: #fff;
  border: none;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  list-style: none;
  text-align: center;
}
.navbar-nav .nav-item .subnav.meganav { border-top:4px solid #d1ad65; border-bottom: 4px solid #ddd; box-shadow: 0 0 5px #333;}
.navbar-nav .nav-item .subnav > div {
  padding: 10px;
  text-align: left;
}
.navbar-nav .nav-item .subnav .image {
  display: none;
  padding: 0px calc(1.5rem * 0.5);
}
.navbar-nav .nav-item .subnav .image img {
  max-width: 100%px;
}
.navbar-nav .nav-item .subnav > div span {
  display: none;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}
.ul-search {
  list-style: none;
}
.navbar-nav .nav-item .subnav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  margin-bottom: 20px;
}
.navbar-nav .nav-item .subnav ul li {
  padding: 0;
  width: calc(50% - 5px);
  margin: 0;
}
.navbar-nav .nav-item .subnav ul li:last-of-type {
  margin-bottom: 0px;
}
.navbar-nav .nav-item .subnav ul li a {
  padding: 0;
  text-transform: capitalize;
  color:#000;
}

.navbar-light .navbar-toggler {
  padding: 2px 0 0;
  border: none;
  box-shadow: none;
}
.header-cat-link a {
  span{
    color: #d1ad65 !important ;
  }
}
.header-cat-link.cart a span{
    color: #1f2533 !important ;
}
.header-cat-link a:hover {
  /* color: white !important; */
}
.account.desktop{ display: none;}
.account.mobile{ display: inline-block;}


.account a svg{ width: 16px; fill:rgb(209, 173, 101) !important; }


.animated-icon2 {
  width: 30px;
  height: 16px;
  position: relative;
  margin: 0px;
  -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;
}
.animated-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -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;
}
.animated-icon2 span {
  background: #ddd;
}
/* Icon 3*/

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.cat-product-slider .owl-theme .owl-nav span {
  margin-top: 16px;
  background-color: transparent !important;
}
.cat-product-slider-product .owl-theme .owl-nav .owl-prev span,
.cat-product-slider-product .owl-theme .owl-nav .owl-next span {
  margin-top: 16px !important;
  background-color: transparent !important;
}
.cat-product .product-images .owl-dots {
  margin-top: -50px !important;
  position: relative;
}
.cat-product .owl-theme .owl-nav span {
  background-color: transparent !important;
}

.cat-product .owl-theme .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid black !important;
}
.cat-product .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: black !important;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    position: initial;
    border-bottom: none;
    margin-right: 10px;
  }
  .navbar-nav .nav-item:hover .subnav {
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav .nav-item .subnav{
    position: absolute;
    display: flex;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-nav .nav-item .subnav .image {
      display: block;
  }
  .navbar-nav .nav-item .subnav > div span {
    display: block;
  }
  .navbar-nav .nav-item .subnav > div {
      padding: 40px;
  }
  .branding .nav-top-right, .branding .col.logo{
    flex: 1;
  }
  .site-header.fixed .branding .logo img {
    width: 0;
  }
  .site-header.fixed .branding {
    padding-top: 0px;
  }
  .site-header.fixed .navbar-nav {
    margin-top: -66px;
  }
  .site-header .top-header span {
    font-size: 0.8rem;
  }
  .branding .mobile {
    display: none;
  }
  .subnav-toogle{
    display: none;
  }
  .nav-top-left ul li,
  .nav-top-right ul li {
    margin-right: 3px;
  }
  .nav-top-right ul li.search,
  .nav-top-right ul li.wishlist {
    display: inline-block;
  }
  .navbar-nav {
    border-top: none;
  }
  .site-header.fixed .navbar > .container {
    /* border-bottom: 1px solid #ddd; */
  }
  .navbar-nav .nav-item {
    position: initial;
    border-bottom: none;
    margin-right: 10px;
  }
  .account.desktop{ display: inline-block;}
  .account.mobile{ display: none;}
}
@media (max-width: 992px) {
  .branding .desktop {
    display: none !important;
  }
}

/* FOOTER */
.site-footer .footer-area {
  padding-top: 40px;
  padding-bottom: 0px;
}
.site-footer .footer-copyright {
  padding-top: 20px;
}
.footer-widget h4 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
}
.footer-widget ul {
  display: none;
  list-style: none;
  padding: 20px 0;
}
.footer-widget ul li {
  margin-bottom: 10px;
}
.footer-widget ul li:last-of-type {
  margin-bottom: 0px;
}
.footer-widget ul li a,
.footer-widget p {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: left;
}
.footer-widget.logo img {
  width: 100%;
  max-width: 150px;
}

.footer-widget h4 {
  position: relative;
}
.footer-widget h4::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #343434;
  border-left: 1px solid #343434;
  transform: rotate(135deg);
  transition: all ease-in-out 0.4s;
}
.footer-widget  h4.open::after {
  transform: rotate(225deg);
}
.site-footer .footer-copyright p {
  font-size: 0.8rem;
}
.footer-widget.newsletter h4 {
  margin-bottom: 20px;
}
.footer-widget.newsletter input {
  padding: 12px;
  font-size: 0.8rem;
  text-align: center;
}
.footer-widget.newsletter button {
  padding: 12px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-area > .row > .footer-widget {
  /* order: 2; */
  margin-bottom: 20px;
}
.footer-area > .row > .footer-widget *:last-of-type {
  margin-bottom: 0;
}
.footer-area .footer-widget {
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.footer-area .footer-widget:first-of-type {
  border-top: 1px solid #ddd;
}
.footer-area > .row > .footer-widget.logo {
  /* order: 1; */
}
.footer-area > .row > .footer-widget.newsletter {
  /* order: 3; */
}
.footer-area > .row > .footer-widget.newsletter form {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .footer-widget.newsletter {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 992px) {
  .footer-area > .row > .footer-widget {
    /* order: 1; */
    border-bottom: none;
    margin-bottom: 0;
  }
  .footer-area > .row > .footer-widget.logo {
    /* order: 2; */
  }
  .footer-area > .row > .footer-widget.newsletter {
    /* order: 3; */
  }
  .footer-area .footer-widget:first-of-type {
    border-top: none;
  }
  .footer-area .footer-widget {
    border-bottom: none;
  }
  .footer-widget h4 {
    margin-bottom: -7px;
  }
  .footer-widget h4 {
    padding: 0;
  }
  .footer-widget h4 {
  }
  .footer-widget h4::after {
    content: none;
  }
  .footer-widget ul {
    display: block;
  }
  .footer-widget ul li a,
  .footer-widget p {
    /* text-align: center; */
  }
}

/* BREADCRUMB */
.container.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumb {
  /* justify-content: center; */
  align-items: baseline;
}
.breadcrumb div {
  font-weight: 300;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 0.7rem;
  margin: 0 5px;
}
.breadcrumb a:first-of-type {
  margin-left: 0;
}

@media (min-width: 992px) {
  .container.breadcrumb {
    margin-top: 80px;
  }
  .breadcrumb a,
  .breadcrumb span {
    font-size: 0.8rem;
  }
}

/* SARTORIA */
.sartoria-icon img {
  max-width: 100px;
  margin-bottom: 10px;
}
.sartoria-icon p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  font-size: 0.8rem;
  font-weight: 500;
  min-height: 40px;
}

/* CATEGORY */
.featured-category .row > div a {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.product-list-container > div {
  transition: all 0.3s ease-in-out;
}
.product-list-container.hidden-filter .col-lg-3 {
  width: 0;
  opacity: 0;
}
.product-list-container.hidden-filter .col-lg-9 {
  width: 100%;
}
.close-filter {
  display: none;
}
@media (min-width: 992px) {
  .close-filter {
    display: inline-block;
    cursor: pointer;
  }
}
/* PRODUCTS */
main.category-product,
main.product {
  margin-bottom: 80px;
}
.category-product .container {
  padding-top: 20px;
}
.category-product .container .row .col-sm-12 .breadcrumb {
  margin-bottom: 20px;
  font-size: 0.7rem;
  font-weight: 300;
}
.category-product .container .row .product {
  position: relative;
  margin-bottom: 0px;
  padding: 5px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-product .container .row .product:hover {
  /* border-color: rgba(243, 239, 237, 0.8); */
}
.category-product .container .row .product a {
  display: block;
}
.category-product .container .row .product > a:first-of-type {
  display: block;
  padding: 0px 5px;
}
.category-product .container .row .product > a.visit-product {
  width: 100%;
  min-width: inherit;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-product .container .row .product:hover a.visit-product {
  opacity: 1;
  visibility: visible;
}
.category-product .container .row .product .product-meta {
  display: block;
  padding: 0px 20px;
}
.category-product .category-description {
  border-top: 1px solid #dddddd;
  padding-top: 60px;
}
.category-product .category-description h1 {
  margin-bottom: 60px;
  font-size: 1.8rem;
}
.category-product .category-description p {
  font-size: 1.2rem;
  letter-spacing: inherit;
}

form.filter {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
form.filter .row .col-6:first-of-type {
  border-right: 1px solid #ddd;
  font-size: 0.8rem;
}
form.filter .row .col-6 > p {
  position: relative;
  font-weight: 500;
  margin: 5px 0px;
  padding: 5px 10px;
  font-size: 0.8rem;
  text-align: center;
}
.show-ordina-per::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: -18px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #343434;
  border-left: 1px solid #343434;
  transform: rotate(225deg);
  transition: all ease-in-out 0.4s;
}

.show-collezione::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: -18px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #343434;
  border-left: 1px solid #343434;
  transform: rotate(225deg);
  transition: all ease-in-out 0.4s;
}
.show-categoria::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #b3b3b3;
  border-left: 2px solid #b3b3b3;
  transform: rotate(225deg);
  transition: all ease-in-out 0.4s;
}
.show-formato::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: -11px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #343434;
  border-left: 1px solid #343434;
  transform: rotate(225deg);
  transition: all ease-in-out 0.4s;
}
.show-ordina::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 36px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #343434;
  border-left: 1px solid #343434;
  transform: rotate(225deg);
  transition: all ease-in-out 0.4s;
}
form.filter .row .col-6 > p::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #343434;
  border-left: 1px solid #343434;
  transform: rotate(135deg);
  transition: all ease-in-out 0.4s;
}
form.filter .row .col-6 > p.open::after {
  transform: rotate(225deg);
}
form.filter .col-6.mobile {
  display: block;
}
form.filter .col-6 input[type="submit"],
form.filter .col-6 a {
  display: inline-block;
  width: 48%;
  min-width: inherit;
}

.filter .filter-container {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px;
  background: #fff;
  z-index: 1;
}
.filter .filter-item {
  float: left;
  width: 50%;
  margin-bottom: 40px;
}
.filter .filter-item.desktop {
  display: none;
}
.filter.order-filter {
  display: block;
}
.filter.order-filter .filter-container {
  width: 50%;
  right: 0;
  left: inherit;
}
.filter .filter-item .filter-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.filter .filter-item .form-check {
  margin-bottom: 5px;
}
.filter .filter-item .form-check .form-check-label {
  font-size: 0.8rem;
  font-weight: 300;
}
.filter .filter-item .form-check .form-check-input,
.filter .filter-item .form-check .form-check-label {
  cursor: pointer;
}

.pagination {
  margin: 50px 0;
}
.pagination .page-link {
  border: none;
  text-align: center;
}
.pagination .page-link:hover {
  background-color: transparent;
}
.pagination .page-link a,
.pagination .page-link span {
  margin-right: 25px;
  font-size: 0.9rem;
}
.pagination .page-link a:last-of-type {
  margin-right: 0px;
}
.pagination .page-link a.active,
.pagination .page-link a:hover,
.pagination .page-link span {
  font-weight: 700;
}

main.product {
  padding-top: 40px;
}
main.product .gallery .mobile {
  display: block;
}
main.product .gallery .desktop {
  display: none;
}
.gallery .row > div {
  margin-bottom: 20px;
}

main.product .product-details {
  position: relative;
}
.product-details h1 {
  margin-bottom: 10px;
  padding-right: 30px;
}
.product-details p {
  max-width: 60%;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.product-details .child_selector .dropdown {
  width: 100%;
  max-width: 500px;
  height: 42px;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
.product-details .child_selector .dropdown.active {
  height: auto;
}
.product-details .child_selector .dropdown li {
  display: block;
  position: relative;
  padding: 5px;
  padding-right: 40px;
  font-size: 0.8rem;
  line-height: 30px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: white;
}
.product-details .child_selector .dropdown li.first {
  border: 1px solid #ccc;
  height: 42px;
}
.product-details .child_selector .dropdown li a {
  font-size: 0.8rem;
}

.quantity-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600 !important;
  border: 1px solid #ccc; /* light gray border around the buttons and display */
  height: 42px; /* fixed height for the container */
  margin-bottom: 0px;
}

.quantity-button {
  background-color: #fff; /* white background for the buttons */
  border: none; /* remove borders on the buttons */
  padding: 0 10px; /* padding inside the buttons */
  cursor: pointer; /* cursor indicates the button is clickable */
  font-size: 18px; /* size of the plus and minus text */
  display: flex; /* use flex to center content without additional HTML elements */
  justify-content: center; /* center horizontally in the flex container */
  align-items: center; /* center vertically in the flex container */
  height: 100%; /* button height is the full height of its parent */
}

.quantity-display {
  font-size: 16px;
  width: 50px; /* width of the number display */
  text-align: center; /* center the text horizontally */
  user-select: none; /* prevent the user from selecting the text */
  display: flex; /* use flex to center content */
  justify-content: center; /* center horizontally */
  align-items: center; /* center vertically */
}

.product-details .child_selector .dropdown li:first-of-type::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 14px;
  transform: rotate(45deg) scale(1);
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.product-details .child_selector .dropdown.active li:first-of-type::before {
  transform: rotate(45deg) scale(-1);
}
.product-details > div,
.product-details form > div,
form {
  margin-bottom: 20px;
}
.product-details > div:last-of-type,
.product-details form > div:last-of-type {
  margin-bottom: 0px;
}
.product-details div > span {
  margin-bottom: 0px;
  padding: 0;
  font-size: 0.7rem;
  font-weight: 400;
}
.product-details .misure {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-details .misure ol {
  padding-left: 5px;
}
.product-details .misure ol li {
  margin-bottom: 5px;
  font-size: 0.8rem;
  font-weight: 300;
}
.product-details .misure ol li:last-of-type {
  margin-bottom: 0px;
}
.product-details .misure > div:last-of-type {
  text-align: inherit;
}
.product-details .misure .btn {
  min-width: inherit;
  font-size: 0.8rem;
  font-weight: 300;
  padding: 10px 20px;
}
.product-details .price {
  /* position: absolute;
  top: 45px;
  right: 20px; */
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.product-details .price label {
  display: block;
  font-size: 1.3rem;
  text-align: right;
}
.product-details .price span {
  font-size: 1.3rem;
}
.product-details form .product-cta,
.product-details form .quantity {
  display: inline-block;
  width: 100%;
}
.product-details form .product-cta input[type="number"] {
  width: 60px;
  height: 30px;
  text-align: center;
  padding: 0;
  font-size: 1rem;
  vertical-align: middle;
}
.product-details form .quantity {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 0px;
  vertical-align: middle;
}
.product-details form .quantity > span {
  font-size: 0;
}
.product-details form .quantity .btn {
  width: 35px;
  height: 30px;
  min-width: inherit;
  padding: 0;
  text-align: center;
}
.product-details form .add-to-cart {
  /* display: inline-block;
  padding: 12px; */
  width: 100%;
  margin-right: 0px;
  border: 0px;
  font-size: 1.1rem;
  text-transform: uppercase;
  background-color: #252525;
  color: white;
}
.product-details form .add-to-cart-loading {
  color: #000;
  background-color: #f3efed;
  /* border-color: #f3efed; */
  /* box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); */
}
.product-details form .add-to-cart-success {
  color: #fff;
  background-color: #58a152;
  /* border-color: #58a152; */
  /* box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); */
}
.product-details form .wishlist {
  /* position: absolute; */
  top: 0;
  display: inline-block;
  padding: 0;
  min-width: inherit;
  margin-left: 20px;
}
.top-right-header .li {
  color: #d1ad65;
}
.top-right-header .li:hover {
  color: white;
}
.wishlist img {
  width: 30px;
}
.variants .btn-group {
  display: block;
  width: 100%;
}
.variants .btn-group label.btn {
  display: inline-block;
  flex: none;
  min-width: inherit;
  width: 9%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 0;
  line-height: 30px;
  background-color: transparent;
  /* border: 1px solid #ddd;
  border-radius: 100% !important;
  overflow: hidden; */
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.variants .btn-group label.btn img {
  /* border-radius: 100%; */
  transform: scale(1.2);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.variants .btn-group label.btn:hover img,
.btn-check:checked + .btn-outline-primary img {
  border-color: #333 !important;
}
.variants .btn-group label.btn:hover,
.variants .btn-group label.btn.active {
  transform: scale(1.1);
  border-color: #333 !important;
  background-color: transparent;
}
.variants .btn-group label.btn:last-of-type {
  margin-right: 0px;
}
.product-details .information ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.product-details .information ul li {
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.product-details .information ul li img {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
  vertical-align: bottom;
}
.read-more-content {
  display: none;
}

.product-details .details p,
.product-details .advise p {
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.3px;
}
.product-details .details p {
  margin-bottom: 0;
}
.product-details .details .read-more {
  margin-top: 20px;
}
.related-products h2 {
  margin-bottom: 20px;
}
.product-details .price {
  position: inherit;
  top: inherit;
  right: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Montserrat";
}
.product-details form .wishlist {
  /* margin-left: 20px; */
  border: 1px solid black;
  border-radius: 0;
  /* padding: 6px; */
  width: 42px;
}
@media (min-width: 992px) {
  .breadcrumb {
    justify-content: start;
    font-size: 0.8rem;
    font-weight: 300;
  }
  .category-breadcrumb { justify-content: end;}
  .category-product .container {
    padding-top: 80px;
  }
  .category-product .container .row .col-sm-12 .breadcrumb {
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 0px;
  }
  form.filter {
    float: none;
    width: auto;
    margin-bottom: 40px;
    border-top: none;
    border-bottom: none;
  }
  form.filter .row .col-6:first-of-type {
    border-right: none;
  }
  form.filter .row .col-6 > p {
    margin: 0 0 60px;
    padding: 0;
    font-size: 0.8rem;
    text-align: left;
  }
  form.filter.order-filter > p {
    margin-bottom: 10px;
  }
  form.filter .row .col-6 > p::after {
    content: none;
  }
  form.filter .col-6 input[type="submit"],
  form.filter .col-6 a {
    display: block;
    width: 100%;
    min-width: 200px;
  }
  .filter.order-filter {
    display: none;
  }
  .filter .filter-container {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
  }
  .filter .filter-item {
    float: none;
    width: 100%;
  }
  .filter .filter-item.desktop {
    display: block;
  }
  form.filter input[type="submit"] {
    margin-bottom: 20px;
  }
  main.product .gallery .mobile {
    display: none;
  }
  main.product .gallery .desktop {
    display: block;
  }
  .sticky-on-scroll {
    position: relative;
    top: inherit;
  }
  .product-details h1 {
    margin-bottom: 20px;
  }
  .product-details p {
    max-width: 100%;
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
  .product-details .sticky-on-scroll > p {
    margin-bottom: 0;
  }
  .product-details .sticky-on-scroll > p:last-of-type {
    margin-bottom: 20px;
  }
  .product-details form .product-cta,
  .product-details form .quantity {
    position: relative;
    font-size: 0;
  }

  .product-details .price label {
    display: none;
  }

  .product-details .misure {
    margin-top: 0px;
    margin-bottom: 20px !important;
  }
  .product-details .misure ol {
    padding-left: 0;
  }
  .product-details .misure ol li {
  }
  .product-details .misure > div:last-of-type {
    text-align: right;
  }
  .product-details .misure .btn {
    min-width: 200px;
    padding: 10px 20px;
  }
  .product-details form .quantity {
    width: 30%;
    text-align: inherit;
    margin-bottom: 0;
    margin-right: 20px;
    vertical-align: middle;
  }
  .product-details form .product-cta input[type="number"] {
    width: 50px;
    height: 30px;
    text-align: center;
    padding: 0;
    font-size: 1rem;
    vertical-align: middle;
  }
  .product-details form .add-to-cart {
    display: inline-block;
    padding: 12px;
    /* width: calc(70% - 30px); */
  }
  .variants .btn-group label.btn {
    width: 12%;
    margin-right: 15px;
    margin-bottom: 8px;
  }
  .product-details .information ul li {
    margin-bottom: 20px;
  }
  .variants .btn-group label.btn {
    padding: 2px;
  }
  form.filter .col-6.mobile {
    display: none;
  }
  .category-product .container .row .col-sm-12 .breadcrumb {
    font-size: 0.8rem;
  }
  .category-product .container .row .product a.visit-product {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .sticky-on-scroll {
    position: sticky;
    top: 45px;
  }
}

/* CART */
.checkout-step.container,
.cart.container {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.cart.container {
  padding-bottom: 60px;
}
.cart .cart-header {
  /* display: none; */
  text-transform: uppercase;
}
.cart-item .quantity,
.cart-item .price {
  /* margin-top: 20px; */
}
.cart .quantity {
  text-align: left;
}
.cart-item .quantity label {
  display: inline-block;
}
.cart-item .quantity p {
  margin-bottom: 0;
}
.cart .price {
  text-align: center;
}
.cart-item .product span {
  display: block;
  font-size: 0.8rem;
}
.cart .cart-item .remove {
  text-align: center;
  /* width: 100%; */
}
.cart-item button.remove {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
}
.form-control:focus {
  box-shadow: none !important;
}
.cart-total h4 {
  margin-bottom: 40px;
}
.cart-total p {
  margin-bottom: 0;
}
.cart-total .price {
  text-align: right;
}
.cart-total .payment {
  margin-top: 20px;
}
.cart-total .payment a.btn {
  width: 100%;
  padding: 10px;
}
.login-preference .col-12{ border-top: 1px solid #ddd; }
.login-preference .col-12:first-of-type{ border-top: none; }
.purchase-method .cart-login > div,
.purchase-method .no-registration > div,
.checkout-form > div {
  position: relative;
  height: 100%;
  padding: 40px;
}
.checkout-summary > div,
.checkout-payment > div {
  position: relative;
  padding: 40px;
}

.purchase-method .cart-login .btn {
  width: 100%;
}
.purchase-method .cart-login h4,
.purchase-method .no-registration h4,
.checkout-summary h4 {
  margin-bottom: 40px;
}
.cart-login h4 {
  display: flex;
}
.cart-login h4 span {
  flex: 1;
  font-size: calc(1.275rem + 0.3vw);
  cursor: pointer;
}
.cart-login h4 span.active,
.purchase-method .cart-login h4 span:hover {
  font-weight: 500;
}
.cart-login h4 span:last-of-type {
  float: right;
  text-align: right;
}
.cart-login form {
  display: none;
  margin-bottom: 0;
}
.cart-login form.active {
  display: block;
}
.cart-login form > div {
  margin-bottom: 20px;
}
.cart-login form.registration .row > div {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.cart-login form.registration .row > div:last-of-type {
  margin-bottom: 0px;
}
.cart-login form input {
  margin-bottom: 0px;
  margin-top: 10px;
}
.cart-login form .form-label {
  margin-bottom: 0;
}
.cart-login form .btn span {
  color: #fff;
}
.cart-login form .forgot-psw a {
  font-size: 0.8rem;
}
.purchase-method .no-registration p {
  font-size: 1rem;
}
.purchase-method .no-registration img {
  width: 80px;
  margin: 0 auto;
}
.purchase-method .no-registration .btn {
  position: relative;
  width: 100%;
  left: inherit;
  bottom: inherit;
}

.checkout .row > div {
  margin-bottom: 0px;
}
.checkout .row > div input {
  margin-bottom: 0px;
}
.checkout form {
  margin-bottom: 0;
}
.container.checkout .row {
  /* max-width: 960px; */
  margin: 0 auto;
}
.checkout-form h4 {
  font-weight: 600;
}
.checkout-form .form-control {
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}

.checkout-payment img {
  height: 35px;
  max-width: 100%;
  width: auto;
}

.checkout-summary .row .col {
  margin-bottom: 0;
}
.checkout-summary .row > .col .col {
  padding: 0;
}
.checkout-summary .row.subtotal .col,
.checkout-summary .row.shipping .col {
  margin-bottom: 40px;
}
.checkout-summary .row.subtotal > div,
.checkout-summary .row.shipping > div {
  padding: 0;
}
.checkout-summary .row.total p {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.checkout-summary .row.total span {
  font-size: 1.2rem;
}
.checkout-summary img {
  width: 125px;
  margin-bottom: 50px;
}
.checkout-summary button {
  width: 100%;
  margin-bottom: 0px;
}

.container.thank-you {
  padding: 40px 0 20px;
}
.container.thank-you .order-details img {
  max-width: 200px;
}

.container.thank-you .order-content {
  padding: 40px 0;
}
.container.thank-you .order-content .product {
  padding: 0 20px;
  border-bottom: 1px solid #f3efed;
}
.container.thank-you .order-content .product:last-of-type {
  border-bottom: none;
}

@media (min-width: 992px) {
  .cart .cart-header {
    display: block;
  }
  .cart .cart-item .remove {
    text-align: left;
  }
  .cart-item .quantity,
  .cart-item .price {
    margin-top: 0px;
  }
  .cart .quantity {
    text-align: center;
  }
  .cart-item .quantity label {
    display: none;
  }
  .cart-item .quantity p {
    margin-bottom: 20px;
  }
  .cart-total .price {
    text-align: center;
  }
  .cart-total .payment {
    margin-top: 0px;
  }
  .purchase-method .no-registration .btn {
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    bottom: 40px;
  }
  .checkout .row > div {
    margin-bottom: 40px;
  }
  .checkout .row > div input {
    margin-bottom: 0px;
  }
  .cart-login > div,
  .purchase-method .no-registration > div,
  .checkout-form > div,
  .checkout-payment > div,
  .checkout-summary > div {
    padding: 40px;
  }
  .cart-login form.registration .row > div {
    padding-right: 10px;
  }
  .login-preference .col-12{ border-left: 1px solid #ddd; border-top: none; }
  .login-preference .col-12:first-of-type{ border-left: none; }
}

/* Mini Cart */

.mini-cart {
  position: absolute;
  top: 25px;
  right: 0;
  width: 470px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0px 0px 6px #333;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
/*.nav-top-right ul li.cart:hover .mini-cart, .mini-cart:hover{ opacity: 1; visibility: visible; }*/
.mini-cart .mini-cart-header {
  padding: 10px 20px;
  border-bottom: 1px solid #343434;
}
.mini-cart .mini-cart-header h2 {
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.mini-cart .mini-cart-header h2 span {
  font-size: 0.8rem;
  font-weight: 500;
}
.mini-cart .mini-cart-content {
  padding: 20px;
  margin-bottom: 20px;
  max-height: 250px;
  overflow-y: scroll;
}
.mini-cart .mini-cart-content .item.product {
  display: flex;
  margin-bottom: 10px;
}
.mini-cart .mini-cart-content .item.product > * {
}
.mini-cart .mini-cart-content .item.product .remove-item {
  background: none;
  border: none;
  padding: 0 10px;
  font-size:20px;
}
.mini-cart .mini-cart-content .item.product .image {
  flex: 2;
  padding: 10px;
  text-align: center;
}
.mini-cart .mini-cart-content .item.product .product-details {
  flex: 3;
  font-size: 0;
  text-align: left;
}
.mini-cart .mini-cart-content .item.product .image img {
  width: 100%;
  max-width: 180px;
  margin: 0;
}
.mini-cart .mini-cart-content .item.product .product-details .title {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
}
.mini-cart .mini-cart-content .item.product .product-details .price {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: left;
}
.mini-cart .mini-cart-content .item.product .product-details .price span {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
}

.mini-cart .mini-cart-content .item.product .product-details .description,
.mini-cart .mini-cart-content .item.product .product-details .variant {
  margin-bottom: 0;
}
.mini-cart .mini-cart-content .item.product .product-details .description p,
.mini-cart .mini-cart-content .item.product .product-details span {
  font-size: 0.6rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.mini-cart .mini-cart-content .item.product .product-details .quantity,
.mini-cart .mini-cart-content .item.product .product-details .quantity span {
  text-align: left;
  font-size: 0.6rem;
}

.mini-cart-footer a {
  display: block;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .nav-top-right ul li.cart:hover .mini-cart,
  .mini-cart:hover {
    opacity: 1;
    visibility: visible;
  }
}
/* Lightbox */
.modal-backdrop
{
  opacity:0.1 !important;
}
.ratio {
  background-color: transparent !important;
}
.carousel-control-prev {
  left: -35px;
}
.carousel-control-next {
  right: -35px;
}
.modal-body .payment label img{ width: 100%; margin-bottom: 0; }
.modal-body .payment input{ display: none;}
.modal-body .payment input + label{ cursor: pointer; border:2px solid #fff; border-radius: 20px; padding:10px; transition: all ease-in-out .3s; }
.modal-body .payment input:checked + label, .modal-body .payment input:hover + label{ border-color:#000; }


#searchModal .modal-body form{
  display: flex; flex-direction: column;  align-items: center;justify-content: center;
}
#searchModal .modal-body form input{
 text-align: center;}
#searchModal .modal-body form button{ width: 100%;}
@media (min-width: 992px) {
  #searchModal .modal-body form{
    flex-direction: row;
  }
  #searchModal .modal-body form input{    text-align: left;}
  #searchModal .modal-body form button{ width: auto;}
}
  /* PRODUCT LIST */
.product .product-meta .title h4 a {
  font-family: "Montserrat";
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
  transition: all ease-in-out.3s;
}
.category-product .product img {
  transition: all ease-in-out 0.3s;
}
.category-product .product:hover img {
  /*transform: scale(1.05); transition: all ease-in-out 1s;*/
}
.product .product-meta .price p {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.product .product-meta .variant p,
.product .product-meta .variant span {
  font-size: 0.8rem;
  font-weight: 400;
}

/* ACCOUNT */
.account .container {
  padding-top: 24px;
}
.account .account-menu .breadcrumb {
  margin-bottom: 55px;
  font-weight: 300;
  font-size: 0.7rem;
}
.account .account-menu ul {
  list-style: none;
  padding-left: 0px;
}
.account .account-menu ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.account .account-menu ul li:last-of-type {
  margin-bottom: 0px;
}
.account .account-menu ul li a {
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}

.sidemenu-active {
  font-weight: 600;
  background-color: white;
}
.sidemenu-active a {
  font-weight: 600;
}
.account-content {
  padding: 0;
}
.account-content .row {
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
}
.account-content .row:first-of-type {
  border-top: none;
}
.account-content .row.account-credential .col,
.account-content .row.account-details .col {
  padding: 0 15%;
}
.account-content .row h3 {
  margin-bottom: 40px;
  padding-top: 10px;
  font-size: 0.8rem;
  font-weight: 500;
}
.account-content .row img {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-right: 20px;
}
.account-content .row img + p {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.account-content ul {
  list-style: none;
}
.account-content ul li {
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.account-content ul li:last-of-type {
  margin-bottom: 0px;
}
.account-content ul li span {
  display: inline-block;
  width: 175px;
}
.account-content .product-list .product img,
.account-content .order-list .order img {
  width: 100%;
}
.account-content .order-list .order {
  position: relative;
  border-top: none;
  padding-top: 40px;
  padding-bottom: 40px;
}
.account-content .order-list .order::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66%;
  height: 1px;
  background-color: #ddd;
}
.account-content .order-list .order:last-of-type::after {
  content: none;
}
.account-content .order-list .order .order-meta .title {
  margin-bottom: 20px;
}
.account-content .order-list .order .order-meta .title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}
.account-content .order-list .order .order-meta ul {
  padding-left: 0;
}
.account-content .order-list .order .order-meta ul li {
  font-size: 0.8rem;
  margin-bottom: 2px;
}
.account-content .order-summary > div:first-of-type {
  padding-top: 40px;
  padding-bottom: 40px;
}
.account-content .order-summary > div:first-of-type p:first-of-type {
  font-weight: 700;
}
.account-content .order-summary .product-list .product {
  padding-top: 20px;
  padding-bottom: 20px;
}
.account-content .order-summary .product-list .product .product-meta .title,
.account-content
  .order-summary
  .product-list
  .product
  .product-meta
  .short-description {
  margin-bottom: 5px;
}
.account-content .order-summary .product-list .product .product-meta .title h4 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
.account-content
  .order-summary
  .product-list
  .product
  .product-meta
  .short-description
  p,
.account-content
  .order-summary
  .product-list
  .product
  .product-meta
  .short-description
  p
  span {
  font-size: 0.7rem;
  margin-bottom: 0;
}
.account-content .order-summary .product-list .product .product-meta .price p {
  font-weight: 300;
}
.account-content .order-summary .product-list .product .product-meta .rebuy {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.account-content .order-summary .order-meta .row p {
  padding-top: 8px;
}
.account-content .order-summary .order-meta ul {
  padding-left: 0;
}
.account-content .order-summary .order-meta ul li {
  margin-bottom: 12px;
}
.account-content .order-summary .order-meta .total ul li {
  display: flex;
}
.account-content .order-summary .order-meta .total ul li > div {
  flex: 1;
}
.account-content .order-summary .order-meta .total ul li span {
  display: initial;
  font-size: 0.9rem;
}

.account-content .order-summary .order-meta .payment-details img {
  width: 100%;
}

@media (min-width: 992px) {
  .account-content {
    padding: 0 80px;
  }
  .account .account-menu .breadcrumb {
    font-size: 0.8rem;
  }
}

/* CUSTOM CONTENT */
.container {
  margin-bottom: 80px;
}
.container .row {
  margin-bottom: 20px;
}
.container .row:last-of-type {
  margin-bottom: 0px;
}

.shipping-rate tbody tr td{ text-align: right;}
.shipping-rate tbody tr td:first-of-type{ text-align: left;}
.step {
  padding-top: 20px;
  padding-bottom: 0px;
}
.step > div {
  display: block;
  padding: 0;
}

.step .number {
  position: relative;
  flex: 1;
  text-align: center;
}
.step .step-item p {
  flex: 4;
  text-align: center;
  font-size: 0.8rem;
}
.step .number span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  background-color: #fff;
  border-radius: 100%;
  font-size: 1.2rem;
}
.step .number.dark span.bg-dark {
  color: #fff;
}
.step .number::before {
  content: none;
  position: absolute;
  left: 60%;
  top: 50%;
  display: block;
  width: 85%;
  height: 1px;
  background-color: #fff;
}
.checkout-step .step .number::before {
  content: "";
  width: 50%;
  left: 75%;
}
.step .number.dark::before {
  background-color: #343434;
}
.step .step-item:last-of-type .number::before {
  content: none;
}

.nature .row {
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}
.nature h2 {
  font-size: 3rem;
}
.nature p {
  margin-bottom: 60px;
}
.nature img {
  width: 100px;
  margin-bottom: 60px;
}
.nature a.btn {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.page-title {
  margin-top: 80px;
}

.contact .row {
  margin-bottom: 40px;
}
.contact .row:last-of-type {
  margin-bottom: 0px;
}
.contact img {
  width: 100%;
  max-width: 40px;
}

.page-content ul {
  list-style: none;
  padding: 0;
}
.page-content ul li {
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.page-content ul li img {
  width: 35px;
  margin-right: 10px;
  margin-bottom: 0;
}

.maps {
  width: 100%;
  max-width: 400px;
  height: 400px;
  margin: 0 auto 40px;
  overflow: hidden;
  border-radius: 100%;
}
.form-contatti {
  padding-left: 40px;
  padding-right: 40px;
}

.vertical-contact {
  margin-bottom: 80px;
  list-style: none;
  padding: 0 15%;
}
.vertical-contact li:first-of-type,
.form-contatti h2 {
  margin-bottom: 60px;
}
.vertical-contact li {
  margin-bottom: 20px;
}
.vertical-contact li .segnaposto,
.vertical-contact li img {
  display: inline-block;
  width: 35px;
  height: auto;
  margin-right: 25px;
}
.descrizioneprodotto p {
  line-height: 1.5;
}
.vertical-contact li h2 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
}
.form-contatti h2 {
  font-weight: 400;
}
.paymentWindow {
  left: 0px !important;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 99998;
  transition: bottom 0.7s;
  transition-timing-function: ease;
  overflow-x: hidden;
}
.paymentWindow img {
  max-width: 200px;
}
.paymentWindow .float-end {
}
.paymentWindow .float-end::before,
.paymentWindow .float-end::after {
  display: block;
  position: absolute;
  top: 50px;
  content: "";
  width: 30px;
  height: 2px;
  background: #343434;
  transform: rotate(-45deg);
}
.paymentWindow .float-end::after {
  transform: rotate(45deg);
}

.mt-6 {
  margin-top: 60px;
}
.mt-7 {
  margin-top: 70px;
}
.mt-8 {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .step > div {
    display: flex;
    padding: 0px 20px 0;
  }
  .step .number::before {
    content: "";
    width: 90%;
  }
  .checkout-step .step .number::before {
    width: 90%;
    left: 60%;
  }
  .form-contatti form button.btn-dark {
    width: 400px;
  }
  .maps {
    margin: 0 auto;
  }
  .page-content ul {
    padding: 0 15%;
  }
  .page-content ul li {
    font-size: 1rem;
  }
  .page-content ul li img {
    margin-right: 25px;
  }
  .sartoria p.cormorant {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .step > div {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .step .number,
  .step .step-item p {
    display: block;
    vertical-align: inherit;
  }
  .step .number {
    position: relative;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
