
/*
Theme Name: Rosebi Child Theme
Description: Tema Child per il tema Rosebi
Author: Paolo Pizzuti
Template: rosebi
Version: 2.3
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('/wp-content/themes/rosebi-child/css/swiper-bundle.css');

.blackprice,
.single-product .related .blackprice  {
  display: none;
  position: absolute;
  left: unset;
  right: 20px;
  top: 20px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color:#222;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-14deg);
  z-index: 10;
}
.archive .blackprice {
  display: none;
  right: unset;
  left: 20px;
}
.single-product .blackprice {
  display: none;
  right: unset;
  left: 45px;
  top: 60px;
  width: 90px;
  height: 90px;
  font-size: 18px;
}
@media screen and (max-width: 414px) {
  .blackprice,
  .single-product .related .blackprice  {
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    transform: rotate(-14deg);
    z-index: 10;
    font-size: 8px;
  }
  .archive .blackprice {
    right: 10px;
    left: unset;
  }
  .single-product .blackprice {
    /* right: unset; */
    left: 20px;
    top: 50px;
    width: 70px;
    height: 70px;
    font-size: 16px;
  }
}



section.error-404 {
  padding: 50px 0;
  min-height: 50vh;
}
section.error-404 form {
  margin-top: 50px;
}
section.error-404 input[type=search] {
  padding: 15px 20px;
  outline: 0;
  border: 1px solid #ccc;
}
.woocommerce-product-gallery__image a {
  display: block !important;
}
.hashtag-rotator {
  /* display: none; */
  position: relative;
  width: 100%;
  height: 90px;
  background-color: var(--main-color);
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}
.hashtag-rotator .rotator-content {
  /*position: absolute; */
  /* top: 0; */
  height: 100%;
  display: inline-flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 26s linear infinite;
  animation-play-state: running;
}
.hashtag-rotator:hover .rotator-content {
  animation-play-state: paused;
}
.hashtag-rotator .rotator-content .hashtag {
  font-family: "Courier New", "Courier Prime", monospace;
  font-size: 30px;
  color: #fff;
  margin-right: 20px;
  flex: 0 0 auto;
}
.hashtag-rotator .hashtag a {
  color: #fff !important;
  text-decoration: none;
}
.hashtag-rotator .hashtag a:hover {
  text-decoration: underline;
}
.marquee:hover .marquee__inner {
    animation-play-state: running;
}
@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

.bapf_show_hide {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

/* VARIABLES */
:root {
  --header-height: 80px; 
  --main-color: #ED5B5B; 
  --onsale: #ED5B5B; 
  --outofstock: #111; 
  --main-color-light: #ffecec; 
  --main-dark-color: #111;
  --global-transition-timing: .3s;
  --input-border-radius: 3px;
}
/* STARTERS */
* {
   /* outline: none !important; Riattivare alla pubblicazione */
}
:after,
:before {
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after,
.flex-control-thumbs:before,
.flex-control-thumbs:after {
  display: table;
  content: "";
}
.clearfix:after,
.flex-control-thumbs:after {
  clear: both;
}
.menuopen {
  overflow: hidden;
  height: 100vh;
}
.loading {
  display: none;
}
.orientation {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
   /* background: rgba(0, 0, 0, 0.9) url(https://www.habitusoderzo.it/images/rotate.png) center center no-repeat; */
  background-size: 150px 150px;
  z-index: 10000;
}
.container {
  width: 100% !important;
  max-width: 1180px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
a, a:hover, a:visited, a:active {
  color: var(--main-dark-color);
  text-decoration: underline;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
.entry-header {
  margin-bottom: 40px;
}
/*
.site-main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; 
}*/

html, body {
  font-family: "Poppins", helvetica, arial, sans-serif;
  background-color: #fafafa;
}
main.site-main {
  /* padding-bottom: 50px; */
  padding-top: 50px;
  padding-bottom: 50px;
}
.home main.site-main {
  padding: 0;
}
/* HOME PAGE */
body.home header.entry-header {
  display: none;
}
/* INFORMATION PAGE */
.information-page {
  padding: 50px 0;
}
.page.home h2 {
  margin: 0;
}
.page h2 {
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 50px;
}
.page h2:first-of-type {
  margin-top: 0;
}
.page h3 {
  font-size: 22px;
  font-weight: 600;
}
/* MODULE CUSTOMIZATION */
.rsb_block {
  margin: 10px 0;
}
.rsb_block .col_content {
  position: relative;
}
.rsb_block .col_content:nth-child(2) {
  padding-left: 0;
}
.rsb_block .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%,-50%);
  z-index: 10;
  pointer-events: none;
}
.rsb_block .title h2 {
	text-align: center !important;
	font-family: "Courier New", "Courier Prime", monospace;
	font-size: 46px;
  font-weight: 300;
  line-height: 1.2em;
}
.rsb_block .title mark {
	color: #fff !important;
  background-color: var(--main-color);
  padding: 0;
}
.rsb_block .image {
  height: 600px;
  position: relative;
}
.rsb_block .image a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.rsb_block .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.rsb_block.block-70-30 .image {
  height: 400px;
}
.rsb_block.block-70-30 .title h2 {
  font-size: 42px;
}
/* WOOCOMMERCE */
.woocommerce-breadcrumb {
  padding-top: 15px;
  padding-bottom: 30px;
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  font-size: 12px;
  color: #aaa;
  text-decoration: none;
}
.woocommerce-breadcrumb a {
  color: var(--main-dark-color);
}
.woocommerce-result-count {
  display: none !important;
}
.woocommerce .widget_product_categories {
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
}
.woocommerce .widget_product_categories ul > li {
  margin-bottom: 20px;
}
.woocommerce .widget_product_categories li a {
  color: var(--main-dark-color);
}
.woocommerce .widget_product_categories .children .current-cat > a {
  color: var(--main-color);
}
.woocommerce .widget_product_categories ul ul {
  padding-left: 20px;
  margin-top: 20px;
}
.woocommerce .widget_product_categories ul.children li {
  margin-bottom: 10px;
}
.rsb_sidebar {
  width: 300px;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding-right: 25px;
}
.rsb_sidebar .rsb_showfilter {
  display: none;
}
.rsb_sidebar .rsb_filter h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.rsb_sidebar .rsb_filter label {
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}
.rsb_sidebar .rsb_filter input[type=checkbox] {
  border-width: 1px;
  border-color: #ccc;
  width: 14px;
  height: 14px;
  border-radius: 0;
}
.rsb_sidebar .rsb_filter input[type=checkbox]:checked {

}
.rsb_sidebar .rsb_filter .rsb_filter_reset button,
.rsb_sidebar .rsb_filter .rsb_filter_apply button {
  background-color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 6px 20px;
}
.rsb_product-content {
  width: calc(100% - 300px);
  float: right;
}
.woocommerce .products:before,
.woocommerce .products:after {
  display: table;
  content: "";
}
.woocommerce .products:after {
  clear: both;
}
.woocommerce .products .product a {
  position: relative;
  text-align: center;
  font-weight: 300;
  color: var(--main-dark-color);
  text-decoration: none !important; 
}
.woocommerce .onsale {
  display: block;
  position: absolute;
  background-color: var(--onsale);
  font-family: "Courier Prime", "Courier New", monospace;
  text-transform: uppercase;
  color: white;
  padding: 4px 8px;
  top: 10px;
  right: 10px;
}
.onsale.outofstock {
  background-color: var(--outofstock);
  /* border: 2px solid var(--outofstock);
  color: var(--outofstock); */
}
.woocommerce .products .product a .et_shop_image {
  display: block;
  margin-bottom: 15px;
}
.wc-block-grid__product a {
  text-decoration: none !important;
}
.woocommerce .products .product a h2,
.wc-block-grid__product-title {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px !important;
  margin-bottom: 2px !important;
  color: var(--main-dark-color);
  text-decoration: none !important;
}
.price,
.price bdi {
  font-size: 14px;
  line-height: 1.4;
}
.entry-summary .price,
.entry-summary .price bdi {
  font-size: 20px;
}
.price del {
  color: #aaa;
  margin-right: 2px;
}
.price ins {
  color: var(--onsale);
  font-weight: 600;
  text-decoration: none !important;
}
.woocommerce .products .product .add_to_cart_button {
  display: none;
}
.woocommerce-pagination .page-numbers,
.nav-links {
  text-align: center;
}
.woocommerce-pagination .page-numbers li {
  display: inline-block;
  margin-right: -3px;
}
.nav-links {
  display: flex;
  justify-content: center;
}
.nav-links a {
  margin-right: 1px !important;
}
.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a,
.nav-links a,
.nav-links span.current,
.nav-links span.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
  color: #222;
  font-weight: 300;
  font-size: 0;
  margin: 0;
  font-size: 14px;
  color: var(--main-dark-color);
  text-decoration: none;
  transition-duration: var(--global-transition-timing)
}
.woocommerce-pagination .page-numbers li a:hover,
.nav-links a:hover {
  background-color: #eee;
}
.woocommerce-pagination .page-numbers li span,
.nav-links span.current {
  background-color: var(--main-color);
  color: #fff;
}
.woocommerce button[type=submit],
.single button[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  cursor: pointer;
  transition-duration: var(--global-transition-timing);
}
.woocommerce button.disabled[type=submit],
.single button.disabled[type=submit] {
  opacity: .5;
  cursor: default;
  cursor: not-allowed;
}
.woocommerce button[type=submit]:hover,
.single button[type=submit]:hover {
  background-color: var(--main-color);
  color: #fff;
}
.woocommerce button[type=submit]:focus,
.single button[type=submit]:focus {
  outline: 0;
}
.woocommerce-message, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  background-color: transparent !important;
  padding: 26px 30px;
  color: var(--main-color);
  border: 2px solid var(--main-color) !important;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: transparent !important;
  margin-top: 50px;
  margin-bottom: 50px;
}
.woocommerce-notices-wrapper {
  margin-top: 10px;
  margin-bottom: 30px;
}
.woocommerce-notices-wrapper .container {
  padding: 0 !important;
}
.woocommerce-notices-wrapper a,
.woocommerce-notices-wrapper a.button {
  display: inline-block;
  color: var(--main-color);
  text-decoration: underline;
  font-weight: 600;
}
.woocommerce-notices-wrapper a.button {
  float: right;
}
.woocommerce .woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
}
/* .woocommerce .woocommerce-ordering select, */
.woocommerce select,
.woocommerce input[type=number],
.woocommerce input[type=password],
.woocommerce input[type=email],
.woocommerce input[type=text],
.single select,
.single input[type=number],
.single input[type=password],
.single input[type=email],
.single input[type=text] {
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid var(--main-dark-color);
  font-size: 14px;
  padding: 9px 10px;
  width: 250px;
  margin-bottom: 20px;
  background-color: transparent;
  color: var(--main-dark-color);
}
.woocommerce .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce .woocommerce-input-wrapper input[type=text],
.woocommerce .woocommerce-input-wrapper input[type=tel],
.woocommerce .woocommerce-input-wrapper input[type=email] {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 12px;
  font-size: 14px;
  width: 100%;
  border-radius: var(--input-border-radius);
  -webkit-appearance: none;
  outline: 0;
}
.woocommerce .woocommerce-input-wrapper select {
  border: 1px solid #eee;
  padding: 12px;
  font-size: 14px;
}

/* SINGLE PRODUCT */
.single .woocommerce-product-details__short-description p,
.single .woocommerce-product-details__short-description li {
  font-size: 14px;
}
.single .woocommerce-product-details__short-description ul {
  padding-left: 18px;
}
.single .woocommerce-product-details__short-description li {
  list-style: disc;
}
.single .rsb_content {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single .rsb_sidebar {
  display: none !important;
}
.single .rsb_product-content {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  flex: none;
}
.single .product {
  padding-bottom: 50px;
}
.single .product:before,
.single .product:after {
  display: table;
  content: "";
}
.single .product:after {
  clear: both;
}
.single .swiper-container.swiper-product .swiper-wrapper {
  display: block;
}
.single .swiper-container.swiper-product .swiper-button-next,
.single .swiper-container.swiper-product .swiper-button-prev,
.single .swiper-container.swiper-product .swiper-pagination {
  display: none;
}
.single .woocommerce-product-gallery {
  width: 60%;
}
.single .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
}
.flex-control-thumbs img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 4px !important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  margin-right: 4px;
  margin-bottom: 4px;
}
.single .swiper-slide {
  -webkit-transform: translate3d(0, 0, 0); /* Fix flickering */
}
.swiper-button-prev,
.swiper-button-next {
  color: var(--main-color);
  outline: 0;
  cursor: pointer;
}
.single .swiper-button-disabled {
  display: none;
}
.single .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: .5;
}
.single .swiper-pagination-bullet-active {
  background-color: var(--main-color);
  opacity: 1;
}
/*
.single .woocommerce-product-gallery figure a {
  display: block;
}
.single .woocommerce-product-gallery figure img {
  width: 100%;
  height: auto;
}
.single .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 0 !important;
}
.single .woocommerce-product-gallery .flex-control-nav li {
  width: 100px !important;
  height: 100px;
  clear: none !important;
  margin-right: 1px !important;
  margin-top: 1px !important;
}
*/
.single .fotorama__thumb-border {
  border-color: var(--main-color) !important;
}
.single .onsale {
  font-family: "Courier Prime", "Courier New", monospace;
  text-transform: uppercase;
  right: auto;
  left: 25px;
  top: 25px;
  z-index: 100;
}
.single .rsb_content h1 {
  font-size: 24px;
  font-weight: 600;
}
.single .rsb_content .price {
  margin-top: 15px;
  margin-bottom: 35px;
  line-height: 1.3em;
  /* font-size: 20px; */
  font-weight: 400;
}
.single .rsb_content .price del,
.single .rsb_content .price ins {
  display: block;
  font-size: 20px;
}
.single .rsb_content .price del {
  color: #aaa;
}
.single .rsb_content .price ins {
  text-decoration: none;
}
.single .entry-summary {
  float: right;
  width: 40%;
  padding-left: 100px;
  position: sticky;
  top: 150px;
}
.single .quantity label {
  display: none;
}
.single .quantity input {
  max-width: 100px;
}
.single .variations {
  margin-bottom: 10px;
}
.single .variations td {
  padding-bottom: 10px;
}
.single .variations td,
.single .variations th {
  display: block;
}
.single .variations .label {
  font-size: 12px;
}
.single .variations .label label {
  margin-bottom: 0;
}
.single .variations .reset_variations {
  font-size: 14px;
  margin-left: 6px;
}
.single .variations select {
  max-width: 250px;
  width: 100%;
  margin: 0;
}
.single .variations .value span {
  position: relative;
}
.single .variations .value span:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 10px;
  background-color: var(--main-dark-color);
  clip-path: polygon(100% 0, 0 0, 50% 60%);
  border-radius: 2px;
  pointer-events: none;
}
.woocommerce-product-details__short-description {
  margin-bottom: 10px;
}
.woocommerce-product-details__short-description h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px !important;
}
.single .related {
  clear: both;
}
.woocommerce .button.product_type_variable {
  display: none !important;
}
.rsb_help {
  position: relative;
  padding: 30px;
  margin-top: 50px;
}
.rsb_help h3 {
  font-size: 20px !important;
  font-weight: 600 !important
}
.rsb_help p:last-of-type {
  margin-bottom: 0;
}
.rsb_help:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: .1;
}
.single .product_meta {
  font-size: 12px;
  color: #aaa;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single.single-outfit .product_meta,
.single.single-home .product_meta {
  display: none;
}
.single .product_meta > span {
  display: block;
}
.rsb_products {
  padding: 100px 0;
  background-image: url(images/rosebi-pattern.jpg);
  background-size: 30%;
  background-repeat: repeat;
}
.rsb_products.rsb_home_outfit {
  background-image: none;
  /* background-color: white; */
  background-color: #222;
}
.rsb_products h2 {
  font-family: "Courier new", monospace;
  text-align: center;
  margin-bottom: 80px;
  font-size: 44px;
  color: var(--main-color);
  font-weight: 300;
}
.rsb_products .home-product-single {
  margin-bottom: 2em;
}
.rsb_products .home-product-single a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.rsb_products .home-product-single .home-product-image img {
  width: 100%;
  height: auto;
}
.rsb_products .home-product-single .home-product-title {
  text-align: center;
  font-size: 14px;
}
.rsb_products .home-product-single .home-product-title h2 {
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 2px;
  color: var(--main-dark-color);
}
.tinv-wishlist {
  text-align: center;
}
.tinv-wishlist a {
  margin-top: 8px !important;
}
.tinv-wishlist a span,
.tinv-wishlist a:before {
  font-size: 12px;
  color: var(--main-color);
}
/* CART */
.woocommerce-cart .rsb_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  /* padding: 25px; */
}
.woocommerce-cart .rsb_cart .woocommerce-cart-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: auto;
  padding: 25px;
  background-color: #fff;
}
.woocommerce .shop_table {
  font-size: 14px;
  line-height: 1.2em;
  width: 100%;
  
}
.woocommerce .shop_table a {
  text-decoration: none;
}
.woocommerce .shop_table td,
.woocommerce .shop_table th {
  padding: 10px;
}
.woocommerce .shop_table th {
  font-weight: 600;
}
.woocommerce .shop_table td {
  border: 1px solid #eee;
}
.woocommerce .shop_table .product-remove a {
  color: red;
  font-size: 16px;
}
.woocommerce .shop_table .product-thumbnail {
  width: 80px;
}
.woocommerce .shop_table .product-thumbnail a {
  display: block;
}
.woocommerce .shop_table .product-thumbnail img {
  width: 100%;
  height: auto;
}
.woocommerce .shop_table .product-name {
  width: auto;
}
.woocommerce .shop_table .product-quantity {
  width: 60px;
}
.woocommerce .shop_table .product-quantity label {
  display: none;
}
.woocommerce .shop_table .product-quantity input {
  width: 100%;
  margin: 0;
}
.woocommerce-cart .rsb_cart .actions button[name=update_cart] {
  /* display: none; */
  width: 200px;
  margin-top: 25px;
  float: right;
  font-size: 16px;
  opacity: 1;
}
.woocommerce-cart .rsb_cart .actions button[name=update_cart]:disabled {
  opacity: .3;
}
.woocommerce-cart .rsb_cart .cart-collaterals {
  width: 400px;
  padding-left: 25px;
}
.woocommerce-cart .rsb_cart .cart-collaterals .cart_totals {
  background-color: #fff;
  padding: 25px;
}
.woocommerce-cart .rsb_cart .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  font-weight: 600;
}
.woocommerce .woocommerce-remove-coupon {
  color: var(--main-color);
}
.woocommerce-cart .rsb_cart .coupon {
  background-color: #fff;
  padding: 25px;
  width: 50%;
  float: left;
}
.woocommerce-cart .rsb_cart .coupon label {
  display: none;
}
.woocommerce-cart .rsb_cart .coupon input,
.woocommerce-cart .rsb_cart .coupon button {
  display: block;
  padding: 10px;
  max-width: 300px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-checkout-payment li {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-shipping-methods input[type=radio],
.woocommerce .woocommerce-checkout-payment input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eee;
  margin-right: 5px;
  border: 1px solid #dadada;
  cursor: pointer;
}
.woocommerce .woocommerce-shipping-methods input[type=radio]:checked:before,
.woocommerce .woocommerce-checkout-payment input[type=radio]:checked:before {
  content: "";
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--main-color);
}
.woocommerce .woocommerce-shipping-methods label,
.woocommerce .woocommerce-checkout-payment label {
  margin: 0;
  cursor: pointer;
}
.woocommerce-terms-and-conditions {
  margin: 10px 0;
}
.woocommerce-terms-and-conditions h2 {
  font-size: 12px;
  font-weight: 600;
}
.woocommerce-terms-and-conditions p,
.woocommerce-terms-and-conditions li {
  font-size: 10px;
}



.woocommerce-cart .rsb_cart .cart-collaterals tr.shipping {
  vertical-align: top;
}
.woocommerce-cart .rsb_cart .cart-collaterals .wc-proceed-to-checkout {
  margin-top: 15px;
}
.woocommerce-cart .rsb_cart .cart-collaterals .wc-proceed-to-checkout a {
  display: block;
  text-align: center;
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
  padding: 10px 20px;
  color: #fff !important;
  width: 100%;
  cursor: pointer;
  transition-duration: var(--global-transition-timing);
  text-decoration: none;
}
.woocommerce #customer_details {
  margin-bottom: 50px;
  display: flex;
}
.woocommerce #customer_details .col-1,
.woocommerce #customer_details .col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce #customer_details p {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.woocommerce #customer_details .form-row {
  display: block;
}
.woocommerce #customer_details .form-row label {
  font-size: 14px;
}
.woocommerce #customer_details input[type=text],
.woocommerce #customer_details input[type=tel],
.woocommerce #customer_details input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid var(--main-dark-color);
  border-radius: 0;
}
.woocommerce #customer_details select {
  padding: 10px 20px;
}
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--main-color) !important;
}
.woocommerce #ship-to-different-address input {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 8px;
  border: 2px solid var(--main-dark-color);
}
.woocommerce #ship-to-different-address input:checked:before {
  content: "";
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: var(--main-dark-color); 
}
.woocommerce #ship-to-different-address label {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.woocommerce #customer_details textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
}
.woocommerce h3#order_review_heading {
  font-size: 40px;
}
.woocommerce #order_review {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #fff;
  padding: 25px;
}
.woocommerce #order_review .rsb_review-order,
.woocommerce .woocommerce-checkout-payment {
  background-color: #fff;
  padding: 25px;
}
.woocommerce #order_review > .rsb_review-order {
  margin-bottom: 25px;
}
.woocommerce #order_review > .rsb_review-order {
  width: 100%;
}
.woocommerce #order_review .rsb_review-order table {
  width: 100%;
}
.woocommerce #order_review .rsb_review-order table tfoot th {
  text-align: right;
  vertical-align: top;
}
.woocommerce .woocommerce-checkout-payment {
  width: 100%;
  padding: 0;
  margin-top: 50px;
}
.woocommerce .woocommerce-checkout-payment .form-row {
  margin: 0;
}
.woocommerce .woocommerce-checkout-payment li label {
  font-weight: 600;
  font-size: 18px;
}
.woocommerce .woocommerce-checkout-payment li #wc-stripe-new-payment-method + label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 3px;
  line-height: 1;
}
.woocommerce .woocommerce-checkout-payment li p {
  font-size: 12px;
}
.woocommerce .woocommerce-checkout-payment .payment_method_paypal a {
  font-size: 12px;
  color: #999;
  font-weight: 300;
  margin-left: 8px;
}
.woocommerce #place_order {
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
  color: #fff;
  margin-top: 15px;
}
.woocommerce-order-received .site-main {
  max-width: 700px !important;
  background-color: #eee;
  padding: 50px;
}
.woocommerce .woocommerce-notice--success {
  
}
.woocommerce .woocommerce-order-details {
  margin-top: 50px;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 25px;
  width: 100%;
}
.woocommerce .woocommerce-order-details table {
  width: 100%; 
}
.woocommerce .woocommerce-order-details h2 {
  font-weight: 600;
  font-size: 28px;
}
.woocommerce .woocommerce-customer-details {
  
  background-color: #fff;
  padding: 50px;
}
.woocommerce .woocommerce-customer-details .woocommerce-columns {
  display: flex;
  justify-content: center;
}
.woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column--1,
.woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column--2 {
  width: 50% !important;
  max-width: none;
  flex: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-columns h2 {
  font-size: 22px;
  font-weight: 600;
}


/* OUTFIT */

.rsb_outfit {
  padding: 30px 0;
}
.rsb_home_products_title {
  margin-bottom: 60px;
}
.rsb_outfit .rsb_title {
  margin-bottom: 20px;
}
.rsb_outfit .rsb_single_outfit {
  margin-bottom: 50px;
}
.rsb_outfit .rsb_single_outfit a {
  display: block;
  position: relative;
  overflow: hidden;
}
.rsb_outfit .rsb_single_outfit a img {
  width: 100%;
  height: auto;
}
.rsb_outfit .rsb_single_outfit a img:nth-child(1) {
  position: relative;
  z-index: 9;
}
.rsb_outfit .rsb_single_outfit a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition-duration: var(--global-transition-timing);
}
.rsb_outfit .rsb_single_outfit a img:nth-child(n+3) {
  display: none;
} 
.rsb_outfit .rsb_single_outfit a:hover img:nth-child(2) {
  opacity: 1;
}
.rsb_outfit .main_outift {
  position: sticky;
  top: 110px;
  align-self: flex-start;
}
.rsb_outfit .outfit-products {
  padding-left: 30px;
}
.rsb_outfit .main_outift img {
  width: 100%;
  height: auto;
}
.rsb_outfit .outfit-single-product {
  margin-bottom: 50px;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.rsb_outfit .outfit-single-product .single-outfit-image {
  flex: 0 0 220px;
}
.rsb_outfit .outfit-single-product {
  display: flex;
  text-decoration: none !important;
  color: inherit;
}
.rsb_outfit .outfit-single-product .single-outfit-image img {
  width: 100%;
  height: auto;
}
.rsb_outfit .outfit-single-product .single-outfit-spec {
  flex: 1 1;
  margin-left: 16px;
}
.rsb_outfit .outfit-single-product .single-outfit-spec h2,
.rsb_outfit .outfit-single-product .single-outfit-spec h1 {
  font-size: 16px;
  font-weight: 600;
}
.rsb_outfit .outfit-single-product .single-outfit-spec h2 a {
  text-decoration: none;
}
.rsb_outfit .outfit-single-product .single-outfit-spec ins,
.rsb_outfit .outfit-single-product .single-outfit-spec del {
  font-size: 14px;
  display: block;
}
.rsb_cta_button {
  text-align: center;
}
.rsb_cta_button a {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 30px;
  /* max-width: 300px; */
  /* width: 100%; */
  background-color: var(--main-color);
  color: white;
  text-decoration: none;
}



footer.entry-footer {
  display: none;
}
footer {
  background-color: var(--main-dark-color)
}
footer .footer_content {
  padding-top: 70px;
  padding-bottom: 20px;
}
footer .footer_content,
footer .footer_content a {
  color: #999 !important;
  font-size: 14px;
  text-decoration: none;
  transition-duration: var(--global-transition-timing);
}
footer .footer_content a:hover {
  color: #eee !important;
}
footer .footer_content .logo svg {
  fill: #fff;
  max-width: 180px;
}
footer .footer_content h4 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
footer .footer_content ul li {
  
}
footer .footer_content .logo img {
  max-width: 180px;
}
footer .footer_content .rs_trustpilot {
  padding: 15px 0;
}
footer .footer_content .credits {
  padding: 50px 0 0 0;
  text-align: right;
  color: white;
  font-size: 12px;
}
footer .footer_content .credits a {
  color: var(--main-color) !important;
  font-size: 12px;
}

@media screen and (max-width: 800px) {
}
@media screen and (max-width: 600px) {
}
@media handheld and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}




header.rsb_header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1001;
  box-shadow: 0 0 15px rgba(0,0,0,.05);
}
header .warningbar {
  background-color: #37c7b1;
  color: #222;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  height: 38px;
  display: flex;
  align-items: center;
}
header .warningbar svg {
  height: 14px;
  width: 14px;
}
header .warningbar.blackfriday {
  background-color: #0ec;
  color: black;
}
header .topbar {
  background-color: var(--main-color);
  color: #fff;
  overflow: hidden;
}
header .topbar a {
  color: inherit !important;
}
header .topbar_container,
header.nav-up .topbar .topbar_container {
  font-size: 12px;
  line-height: 1.2;
  height: 30px;
  transition-duration: var(--global-transition-timing);
}
header .topbar .help2 {
  display: none;
}
header.nav-down .topbar .topbar_container {
  height: 0;
}
header .topbar_container {
  justify-content: space-between;
}
header .topbar_container .f_tools {
  display: flex;
  align-items: center;
}
header .topbar_container .f_tools a {
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  color: #fff;
}
header .topbar_container .f_tools a.register_usr,
header .topbar_container .f_tools .welcome_usr {
  margin-right: 15px;
}
header .topbar_container .f_tools svg {
  height: 16px;
  fill: #fff;
}
header .mainbar {
}
header .topbar_container.container,
header .header__container.container {
  display: flex;
  align-items: center;
}
header .header__container.container,
header .header__container.container-fluid {
  height: var(--header-height);
  /* justify-content: space-between; */
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .logo {
  z-index: 10;
}
header .logo svg {
  width: 140px;
  fill: #222;
  height: auto;
}
header .navigation {
  display: flex;
  align-items: center;
  margin: auto;
  z-index: 9;
}
header .navigation .mobile-menu {
  display: none;
}
header .navigation .main-menu nav ul.menu {
  width: 100%;
  margin: 0;
  padding: 0;
}
header .navigation .main-menu nav ul.menu > li {
  display: inline-block;
  position: relative;
  font-size: 0;
  margin-left: 20px;
  padding: 2px 0;
  
}
header .navigation .main-menu nav ul.menu li a {
  position: relative;
  color: #222 !important;
}
header .navigation .main-menu nav ul.menu > li:nth-child(1) {
  margin-left: 0;
}
header .navigation .main-menu nav ul.menu > li > a {
  position: relative;
  color: #222 !important;
}
header .navigation .main-menu nav ul.menu .sub-menu .sub-menu li a {
  white-space: nowrap;
}
header .navigation .main-menu nav ul.menu > li > a::after,
header .navigation .main-menu nav ul.menu .sub-menu .sub-menu li a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--main-dark-color);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
header .navigation .main-menu nav ul.menu > li:hover > a:after,
header .navigation .main-menu nav ul.menu > li > a:hover::after,
header .navigation .main-menu nav ul.menu .sub-menu .sub-menu li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

header .navigation .main-menu nav ul.menu > li.current-menu-item {
  /* border-bottom: 1px solid var(--main-dark-color); */
}
header .navigation .main-menu nav ul.menu > li.current-menu-item a::after,
header .navigation .main-menu nav ul.menu > li.current-menu-ancestor a::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header .navigation .main-menu nav li a {
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  text-decoration: none;
}
header .navigation .main-menu nav ul.menu > li > .sub-menu {
  /* display: none !important; */
  position: absolute;
  width: auto;
  padding: 25px 35px;
  /* max-width: 600px !important; */
  left: 0;
  top: calc(50% + 2rem);
  background-color: white;
  opacity: 0; /* Impostare a '0'*/
  visibility: hidden; /* Impostare a 'hidden' */
  pointer-events: none; /* Impostare a 'none' */
  transform: translateY(-30px) translateX(-15%);
  transition-duration: .3s;
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 20px -3px, rgba(0, 0, 0, 0.03) 0px 4px 10px -2px;
  /* display: flex; */
  grid-auto-flow: column;
  grid-template-rows: repeat(12, auto);
}
header .navigation .main-menu nav ul.menu > li:hover > .sub-menu  {
  visibility: visible;
  opacity: 1;
  transform: translateY(-20px) translateX(-15%);
  pointer-events: all;
}
header .navigation .main-menu nav ul.menu > li > .sub-menu:before {
  content: none;
}
/* header .navigation .main-menu nav ul.menu > li:hover > .sub-menu:after {
  content: "";
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 50%;
  width: 95rem;
  transform: translateX(-50%);
  pointer-events: auto;
  z-index: 0;
} */
header .navigation .main-menu nav ul.menu > li > .sub-menu {
  display: grid;
}
header .navigation .main-menu nav ul.menu > li > .sub-menu > li {
  position: relative;
  display: block;
  margin-right: 40px;
  margin-bottom: 5px;
  z-index: 10;
}
header .navigation .main-menu nav ul.menu > li > .sub-menu > li:last-of-type {
  margin-bottom: 0;
}
header .navigation .main-menu nav ul.menu > li > .sub-menu > li:last-of-type {
  margin-right: 0;
}
header .navigation .main-menu nav ul.menu > li > .sub-menu > li > a {
  font-weight: 300;
  white-space: nowrap;
}
header .navigation .main-menu nav ul.menu > li > .sub-menu > li > a:hover {
  text-decoration: underline;
}


header .shop-tools .shop-menu a {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
header .shop-tools .shop-menu a svg {
  width: 100%;
  height: auto;
}
header .shop-tools .shop-menu a .counter {
  position: absolute;
  /* width: 18px; */
  /* height: 18px; */
  transform: translate(22px, -5px);
  /* background-color: #ff7594; */
  border-radius: 50%;
  color: #111;
  color: var(--main-color);
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  line-height: 18px;
}
header .hamburger {
  display: none;
}
.menuopen .hamburger .line.line1 {
  transform: rotate(-45deg);
}
.menuopen .hamburger .line.line2 {
  transform: rotate(45deg);
}		


/* ACCOUNT */
.woocommerce-account .woocommerce {
  display: flex;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 300px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: 600;
  color: var(--main-color);
}
.woocommerce-account .woocommerce-notices-wrapper {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 300px);
  background-color: #fff;
  padding: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  font-weight: 600;
}
.woocommerce-account .woocommerce-orders-table {
  width: 100%;
}
.woocommerce-account .woocommerce-orders-table tbody {
  border: 1px solid #ddd;
}
.woocommerce-account .woocommerce-orders-table td {
  border: 0;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-orders-table th {
  padding: 20px;  
}
.woocommerce-account .woocommerce-orders-table td a {
  text-decoration: none;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__row--status-cancelled td {

}

.woocommerce-account .woocommerce-orders-table .woocommerce-button.button {
  color: #fff;
  text-decoration: none;
  background-color: var(--main-color);
  display: block;
  padding: 4px 12px;
  text-align: center;
  margin-bottom: 2px;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button.pay {
  background-color: orange;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-button.button.cancel {
  background-color: #aaa;
}
.woocommerce-account .woocommerce-Addresses {
  margin-top: 30px;
}
.woocommerce-account .woocommerce-Addresses a {
  font-weight: 600;
}
.woocommerce-account .woocommerce-Addresses a.edit {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: var(--main-color);
  padding: 1px 4px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce-notices-wrapper {
}
.woocommerce-account mark {
  background-color: var(--main-color-light);
}
.woocommerce-account .woocommerce-notices-wrapper {
  margin-bottom: 30px !important;
}
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.woocommerce-account .woocommerce-form {

}
.woocommerce-account #customer_login {
  margin: 0 auto;
  max-width: 414px;
  width: 100%;
}
.woocommerce-account #customer_login div[class*='col-'] {
  width: 100%;
  max-width: 100%;
  flex: auto;
}
.woocommerce-account #customer_login .woocommerce-form .form-row {
  display: block;
  margin: 0;
  flex-wrap: unset;
}
.woocommerce-account #customer_login .woocommerce-form .form-row input {
  width: 100%;
}
.woocommerce-account #customer_login .woocommerce-form .form-row input.woocommerce-form__input-checkbox {
  width: auto;
}
.woocommerce-account #customer_login .woocommerce-form .lost_password a {
  font-size: 12px;
}
.woocommerce-account #customer_login .u-column2 {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
}
.woocommerce-account #customer_login .u-column2:before {
  content:"";
  width: 100px;
  height: 2px;
  background-color: var(--main-dark-color);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* SEARCH */
.rsb_search {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.rsb_search .rsb_search_field {
  min-height: 70vh;
  background-image: url(images/rosebi-pattern.jpg);
  background-size: 30%;
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 25px;
}
.rsb_search .rsb_search_field h1 {
  font-family: "Courier New", "Courier Prime", monospace;
  color: var(--main-color);
  font-size: 32px;
  font-weight: 600;
  text-align: center !important;
}
.rsb_search .rsb_search_field form {
  margin: 0 auto;
  margin-top: 40px;
}
.rsb_search .rsb_search_field form,
.rsb_search .rsb_search_field form label {
  max-width: 600px;
  width: 100%;
}
.rsb_search .rsb_search_field input[type=search] {
  border: 0;
  /* border-bottom: 2px solid var(--main-color); */
  padding: 20px 25px;
  font-size: 18px;
  outline: 0;
  width: 100%;
  background-color: white;
  font-weight: 300;
  color: var(--main-dark-color);
  border-radius: 0;
  box-shadow:
    0.7px 1.7px 1.9px rgba(0, 0, 0, 0.018),
    1.7px 3.9px 4.3px rgba(0, 0, 0, 0.026),
    3px 7.1px 7.7px rgba(0, 0, 0, 0.032),
    5px 11.7px 12.8px rgba(0, 0, 0, 0.038),
    8.2px 19.3px 21.2px rgba(0, 0, 0, 0.044),
    14.3px 33.8px 37px rgba(0, 0, 0, 0.052),
    31px 73px 80px rgba(0, 0, 0, 0.07)
  ;
  transform: scale(.99);
  transition-duration: var(--global-transition-timing);
}
.rsb_search .rsb_search_field input[type=search]:focus {
  transform: scale(1);
  box-shadow:
    1px 2px 1.9px rgba(0, 0, 0, 0.018),
    2.4px 4.7px 4.3px rgba(0, 0, 0, 0.026),
    4.4px 8.5px 7.7px rgba(0, 0, 0, 0.032),
    7.2px 14.1px 12.8px rgba(0, 0, 0, 0.038),
    11.9px 23.3px 21.2px rgba(0, 0, 0, 0.044),
    20.8px 40.7px 37px rgba(0, 0, 0, 0.052),
    45px 88px 80px rgba(0, 0, 0, 0.07)
  ;
}
.rsb_search .rsb_search_field button[type=submit] {
  display: none;
}

.rsb_search_results .rsb_search_field {
  background-image: none;
}
.rsb_search_results .page-header {
  /* margin-bottom: 60px; */
}
.rsb_search_results h2 a {
  font-size: 20px;
  text-decoration: none;
  color: var(--main-color);
  font-weight: 500;
}
.rsb_search_results .entry-header {
  margin-bottom: 10px;
}
.rsb_search_results article {
  margin-bottom: 20px;
}
.rsb_search_results article .entry-summary p,
.rsb_search_results article .entry-summary ul,
.rsb_search_results article .entry-summary li,
.rsb_search_results article .entry-summary div {
  margin: 0;
  display: inline;
  font-size: 14px;
}
.rsb_banner {
  display: none;
  margin-top: 16px;
  margin-bottom: 32px;
}
.rsb_banner img {
  width: 100%;
  height: auto;
}
.rsb_banner img:nth-child(1) {
  display: block;
}
.rsb_banner img:nth-child(2) {
  display: none;
}

/* MEDIA QUERIES */
/*********************************/
/*********************************/
/*********************************/
/*********************************/

@media screen and (max-width: 1024px) {
  .single .woocommerce-product-gallery,
  .single .entry-summary {
    width: 50%;
  }
  .single .entry-summary {
    padding-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  header .navigation .main-menu nav li a {
    font-size: 12px;
  }
  header .navigation .main-menu nav ul.menu > li {
    margin-left: 10px;
  }
} 
@media screen and (max-width: 768px) {
  /*******/
  header .container,
  header .container-fluid {
    position: sticky;
    top: 0;
    /* height: 60px; */
  }
  header .logo {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
  }
  header .logo svg {
    width: 120px;
  }
  header .shop-tools {
    z-index: 2;
  }
  header .navigation {
    display: block;
    position: fixed;
    height: 0;
    width: 100% !important;
    top: var(--header-height);
    right: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
    /* transform: translateY(-101%); */
    transition: .3s ease-in-out;
  }
  .menuopen header .navigation {
    visibility: visible;
    height: 100vh;
  }
  .menuopen header .navigation:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  header .navigation .main-menu {
    display: none;
  }
  header .navigation .mobile-menu {
    display: block;
    position: relative;
    height: 100vh;
    z-index: 10;
    opacity: 0;
    transition-delay: .1s;
    transition-duration: .3s;
  }
  .menuopen .navigation .mobile-menu {
    opacity: 1;
    overflow-y: scroll;
    padding-bottom: var(--header-height);
  }
  .menuopen .navigation .mobile-menu nav ul {
    
  }
  
  header .navigation .mobile-menu nav ul {
    padding: 60px 50px 50px 50px;
  }
  header .navigation .mobile-menu nav li {
    position: relative;
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
  }
  header .navigation .mobile-menu nav li .dropdown {
    display: none;
    position: absolute;
    width: 100%;
    min-height: 200px;
    left: 0;
    top: auto;
    background-color: #eee;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition-duration: .3s;
  }
  header .navigation .mobile-menu nav li:hover .dropdown  {
    opacity: 0;
  }
  header .navigation .mobile-menu nav li a {
    display: block;
    font-size: 4vw;
    text-decoration: none;
  }
  header .hamburger {
    margin-left: 30px;
    height: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  header .hamburger .line {
    width: 30px;
    height: 2px;
    background-color: #111;
    transform-origin: 69% 50%;
    transition-duration: .2s;
  }
  .menuopen header .hamburger {
    position: relative;
    z-index: 10000000;
  }
  .menuopen header .hamburger .line {
    /* background-color: #fff; */
  }
  main.site-main {
    padding-top: 10px;
  }
  .rsb_block.block-70-30 .title h2 {
    font-size: 36px;
  }
  .rsb_block .col_content {
    margin-bottom: 15px;
  }
  .rsb_block .col_content:last-of-type {
    margin-bottom: 0;
  }
  .rsb_block .col_content:nth-child(2) {
    padding-left: 15px;
  }
  .rsb_block .image {
    height: 500px;
  }
  .rsb_sidebar {
    width: 200px;
  }
  .rsb_product-content {
    width: calc(100% - 200px);
  }
  .single .woocommerce-product-gallery {
    width: 50%;
  }
  .single .entry-summary {
    width: 50%;
    padding-left: 50px;
    top: 130px;
  }
  .woocommerce-breadcrumb {
    padding-bottom: 30px;
  }
  .rsb_products {
    padding: 60px 0;
  }
  .woocommerce-notices-wrapper a.button {
    float: none;
    display: block;
  }
  .woocommerce-cart .rsb_cart {
    display: block;
  }
  .woocommerce #customer_details {
    display: block;
  }
  .woocommerce #customer_details .col-1 {
    margin-bottom: 60px;
  }
  .woocommerce #customer_details .col-1,
  .woocommerce #customer_details .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce .shop_table .product-quantity {
    width: 100%;
  }
  .woocommerce-cart .rsb_cart .cart-collaterals {
    width: 50%;
    padding-left: 0;
    margin-top: 25px;
  }
  .woocommerce .woocommerce-checkout-payment {
    width: 100%;
  }
  footer .footer_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .footer_content .logo {
    margin-bottom: 30px;
  }
  .rsb_banner {
    /* margin-top: 0; */
  }
}
@media screen and (max-width: 576px) {
  header .topbar .help,
  .topbar_container .f_tools .welcome_usr span {
    display: none;
  }
  header .topbar .help2 {
    display: block;
  }
  .rsb_sidebar {
    /*display: none; */
    z-index: 999 !important;
  }
  .rsb_sidebar .rsb_filter {
    /*display: none; */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh;
    background-color: #fff;
    z-index: 1002 !important;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    padding: var(--header-height) 25px 200px 25px;
  }
  .filteropen body {
    overflow: hidden;
  }
  .filteropen .rsb_sidebar .rsb_filter {
    opacity: 1;
    pointer-events: all;
  }
  .rsb_sidebar .rsb_showfilter {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px -4px 3px rgba(0,0,0, 0.1);
    cursor: pointer;
  }
  .rsb_sidebar .rsb_showfilter span {
    display: block;
    width: 100;
    background-color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 14px 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }
  .woocommerce-breadcrumb {
    padding-bottom: 0;
  }
  .rsb_sidebar .rsb_filter .rsb_filter_reset button,
  .rsb_sidebar .rsb_filter .rsb_filter_apply button {
    background-color: var(--main-color);
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    line-height: 22px;
    padding: 14px 20px;
  }
  .rsb_sidebar .rsb_filter .rsb_filter_reset button {
    background-color: var(--main-dark-color);
  }
  .rsb_sidebar .rsb_filter .berocket_single_filter_widget_404 {
    position: fixed;
    width: 50%;
    bottom:0;
    right: 0;
    background-color: #fff;
    text-align: center;
  }
  .rsb_sidebar .rsb_filter .berocket_single_filter_widget_330 {
    position: fixed;
    width: 50%;
    bottom:0;
    left: 0;
    background-color: #fff;
    text-align: center;
  }
  .rsb_sidebar .rsb_filter .berocket_single_filter_widget_404 .bapf_sfilter,
  .rsb_sidebar .rsb_filter .berocket_single_filter_widget_330 .bapf_sfilter {
    margin: 0;
    padding: 8px;
    box-shadow: 0px -4px 3px rgba(0,0,0, 0.1)
  }
  .rsb_sidebar .rsb_filter .berocket_single_filter_widget_404 .bapf_sfilter {
    padding-left: 4px;
  }
  .rsb_sidebar .rsb_filter .berocket_single_filter_widget_330 .bapf_sfilter {
    padding-right: 4px;
  }
  .rsb_product-content {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  header .warningbar {
    /* font-size: 11px; */
  }
  header .warningbar span {
    display: block;
  }
  header .topbar {
    /* display: none; */
  }
  header .shop-tools .shop-menu a {
    width: 18px;
    height: 18px;
    margin-left: 6px;
  }
  header .shop-tools .shop-menu a .counter {
    width: 16px;
    height: 16px;
    font-size: 10px;
    transform: translate(15px, -5px);
  }
  header .container, header .container-fluid {
    /* height: 30px; */
  }
  header .topbar_container .f_tools .welcome_usr {
    /*display: none; */
    margin-right: 5px;
  }
  header .navigation .mobile-menu nav li a {
    font-size: 6vw;
  }
  
  
  .hashtag-rotator {
    height: 60px;
  }
  .hashtag-rotator .rotator-content .hashtag {
    font-size: 20px;
  }
  
  
  .rsb_block .image {
    height: 300px;
  }
  .rsb_block .title h2 {
    font-size: 32px !important;
  }
  .rsb_block.block-70-30 .image {
    height: 300px;
  }
  .rsb_products {
    background-size: 80%;
  }
  .rsb_products h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  
  .woocommerce .rsb_product-content h1,
  .page-template-template-shop .rsb_product-content h1 {
    font-size: 1.5rem;
  }
  
  
  .rsb_outfit .outfit-products {
    padding-left: 15px;
    margin-top: 30px;
  }
  .rsb_outfit .outfit-single-product {
    margin-bottom: 15px;
    display: block;
  }
  .rsb_outfit .outfit-single-product .single-outfit-spec {
    margin-left: 0;
    margin-top: 15px;
  }
  .rsb_outfit .main_outift {
    position: relative;
    top: auto;
    margin-top: 20px;
  }
  [class*=woocommerce] ul.products li.product {
    width: 48%!important;
    margin: 0 4% 1em 0!important;
    clear: none!important;
    float: left;
  }
  [class*=woocommerce] ul.products li.product:nth-child(2n) {
    margin-right: 0px!important;
  }
  [class*=woocommerce] ul.products li.product:nth-child(2n+1) {
    clear: both!important;
  }
  .single-product div.product .woocommerce-product-gallery {
    float: none !important;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
     /* margin-bottom: 30px; */
  }
  .single .swiper-container.swiper-product .swiper-wrapper {
    display: flex;
  }
  .single .swiper-container.swiper-product .swiper-button-next,
  .single .swiper-container.swiper-product .swiper-button-prev,
  .single .swiper-container.swiper-product .swiper-pagination {
    display: block;
  }
  .single .entry-summary {
    /* float: none; */
    position: relative;
    top: auto;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .single .variations,
  .single .variations select {
    max-width: 100%;
    width: 100%;
    color: var(--main-dark-color);
  }
  .single .product {
    padding-bottom: 0px;
  }
  .woocommerce-cart .rsb_cart .woocommerce-cart-form,
  .woocommerce-cart .rsb_cart .cart-collaterals .cart_totals {
    padding: 0;
    background-color: transparent;
  }
  
  .woocommerce .shop_table td {
  }
  .woocommerce .shop_table .product-thumbnail {
    width: 100%;
  }
  .woocommerce .shop_table .product-thumbnail:before {
    content: none;
  }
  .woocommerce .shop_table .product-thumbnail a {
    width: 100px;
    margin: 0 auto;
  }
  .woocommerce .shop_table .product-quantity input {
    width: 20%;
  }
  .woocommerce .shop_table .product-remove {
    position: relative;
    border: 0;
  }
  .woocommerce .shop_table .product-remove a {
    display: block;
    text-indent: -100000px;
    width: 30px;
    height: 30px;
    background-image: url(images/cart_close.png);
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 0;
    position: absolute;
    top: 32px;
    right: 10px;
  }
  .woocommerce .shop_table .product-quantity,
  .woocommerce-cart .rsb_cart .coupon {
    width: 100%;
  }
  .woocommerce .shop_table .product-name {
    text-align: left;
  }
  .woocommerce-cart .rsb_cart .cart-collaterals {
    width: 100%;
  }
  .woocommerce-cart .rsb_cart .coupon {
    padding: 0;
  }
  .woocommerce-cart .rsb_cart .coupon input, .woocommerce-cart .rsb_cart .coupon button {
    max-width: 100%;
  }
  .woocommerce-cart .rsb_cart .actions button[name=update_cart] {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
  .woocommerce .woocommerce-shipping-methods li {
    display: inline-flex;
  }
  .woocommerce #order_review {
    background-color: transparent;
    padding: 0;
  }
  .woocommerce-account .woocommerce {
    display: block;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-content .row {
    display: block;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    margin-bottom: 50px;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address:last-of-type {
    margin-bottom: 0;
  } 
  footer .footer_content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .footer_content > div {
    margin-bottom: 10px;
  }
  footer .footer_content h4 {
    margin-bottom: 0px;
  }
  
  .rsb_search .rsb_search_field {
    min-height: 50vh;
    background-size: 80%;
  }
  .rsb_search .rsb_search_field h1 {
    /* margin-bottom: 30px; */
  }
  .woocommerce .onsale {
    font-size: 12px;
    top: 6px;
    right: auto;
    left: 6px;
    line-height: 1.2;
    padding: 4px 6px 2px 6px;
  }
  .rsb_banner img:nth-child(1) {
    display: none;
  }
  .rsb_banner img:nth-child(2) {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  header .topbar {
    display: none;
  }
}



/* Gestione colonne di WooCommerce */
@media screen and (max-width: 768px) {
  .woocommerce .columns-2 li.product {
      width: 48.1% !important;
      float: left;
      margin-right: 3.8%;
  }
  .woocommerce .columns-2 li.product.last {
      margin-right: 0;
  }
}



/* DEBUG 
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }

*/
