@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensed-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("fonts/Oswald-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("fonts/OpenSansSemiCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 1230px;
  max-width: 100%;
}

@media (max-width: 992px) {
  h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 992px) {
  h2 {
    font-size: 2em;
  }
}

@media (max-width: 992px) {
  .banners-page .banner .banner-title {
    font-size: 3.25em;
  }
}

@media (max-width: 768px) {
  .header {
    border-top: 5px solid #1775b4;
  }
}
.header .header-middle {
  padding: 16px 0;
}
.header .logo {
  max-width: 80px;
}
@media (max-width: 992px) {
  .header .logo {
    max-width: 48px;
  }
}
.header .fixed .logo {
  max-width: 48px;
}
.header .main-nav {
  padding-right: 32px;
}
.header .main-nav .menu {
  text-transform: none;
}
.header .main-nav .menu a {
  transition: 0.3s all;
}
@media (max-width: 1200px) {
  .header .main-nav .menu > li {
    margin-right: 20px;
  }
}
.header .main-nav .menu > li > a {
  font-size: 15px;
}
.header .main-nav .menu > li > .sub-menu {
  padding-bottom: 0;
}
.header .main-nav .menu > li > .sub-menu > li > a {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding: 8px;
}
.header .main-nav .menu > li > .sub-menu > li > a:hover {
  background-color: #1775b4;
  color: #fff;
}
.header .main-nav .menu > li > .sub-menu > li:last-of-type > a {
  border: none;
}
.header .main-nav .menu > li.menu-item-object-product_cat > a:before {
  border-color: transparent transparent #1775b4;
}
.header .main-nav .menu > li.menu-item-object-product_cat .megamenu {
  background-color: #1775b4;
  padding: 10px;
}
.header .main-nav .menu > li.menu-item-object-product_cat .megamenu .row > div {
  padding-top: 0;
}
.header .main-nav .menu > li.menu-item-object-product_cat .megamenu .submenu {
  background-color: transparent;
  padding: 0;
}
.header .main-nav .menu > li.menu-item-object-product_cat .megamenu .submenu li:last-of-type a {
  border: none;
}
.header .main-nav .menu > li.menu-item-object-product_cat .megamenu a {
  color: #fff;
  font-size: 14px;
  padding: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header .main-nav .menu > li.menu-item-object-product_cat .megamenu a:hover {
  text-decoration: none;
  background-color: #1775b4;
}
.header .main-nav .menu .current-menu-item page_item > a, .header .main-nav .menu .current_page_item > a {
  border-top-color: #1775b4;
  color: #1775b4;
  background: transparent;
}
.header .header-search-wrapper {
  overflow: hidden;
}
.header .dropdown-arrow.cart-toggle:after {
  display: none;
}
.header .mobile-menu-toggler {
  margin-right: 16px;
}

@media (max-width: 768px) {
  .top-notice {
    display: none;
  }
}
.top-notice .col_left .label {
  font-weight: 700;
}
.top-notice .col_right {
  text-align: right;
}

.mobile-menu-container .mobile-nav {
  margin-top: 32px;
}

footer .logo-footer {
  margin-bottom: 20px;
  display: inline-block;
}
footer .logo-footer img {
  max-width: 100%;
  width: 240px;
}
@media (min-width: 769px) {
  footer .col_menu .widget {
    padding: 0 30px;
  }
}

.sezione_sito.section_hero_section {
  padding-bottom: 3em;
}
.sezione_sito.section_hero_section h1 {
  font-size: 4em;
}
.sezione_sito.section_newsletter .widget-newsletter-content p:last-of-type {
  margin: 0;
}
.sezione_sito.section_newsletter form {
  margin: 0;
}
.sezione_sito.section_newsletter form .wpcf7-form-control-wrap {
  flex: 0 0 calc(100% - 110px);
  max-width: calc(100% - 110px);
}
.sezione_sito.section_newsletter form .wpcf7-form-control-wrap input {
  width: 100%;
}
.sezione_sito.section_newsletter form .wpcf7-submit {
  flex: 0 0 110px;
}
.sezione_sito.section_hero_section_big .entire-banner {
  padding: 0;
}
.sezione_sito.section_hero_section_big .banner1 {
  height: 550px;
  position: relative;
}
.sezione_sito.section_hero_section_big .banner1 > figure img {
  filter: grayscale(1);
}
.sezione_sito.section_hero_section_big .banner1 .box-border {
  margin: 30px 0;
}
.sezione_sito.section_hero_section_big .banner1.theme_dark h4 {
  color: #fff;
}
.sezione_sito.section_hero_section_big .banner1.theme_dark h3 {
  color: #1775b4;
}
.sezione_sito.section_hero_section_big .banner1.theme_dark .box-border {
  filter: grayscale(1) invert(1);
}
.sezione_sito.section_hero_section_big .banner1.theme_light h3 {
  color: #1775b4;
}
.sezione_sito.section_hero_section_big .banner1 .container {
  position: relative;
  z-index: 9;
  height: 100%;
  padding: 50px 15px 100px;
}
.sezione_sito.section_hero_section_big .banner1.orientation_right .banner-layer {
  left: 54%;
  right: 4%;
}
@media (max-width: 992px) {
  .sezione_sito.section_hero_section_big .banner1.orientation_right .banner-layer {
    left: 4%;
  }
}
.sezione_sito.section_hero_section_big .banner1.orientation_right.theme_light:before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.sezione_sito.section_hero_section_big .banner1.orientation_right.theme_dark:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.sezione_sito.section_hero_section_big .banner1.orientation_left .banner-layer {
  left: 4%;
  right: auto;
}
.sezione_sito.section_hero_section_big .banner1.orientation_left.theme_light:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.2));
}
.sezione_sito.section_hero_section_big .banner1.orientation_left.theme_dark:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2));
}
.sezione_sito.section_hero_section_big .banner1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.sezione_sito.section_hero_section_big .home-slide {
  height: 550px;
  position: relative;
}
.sezione_sito.section_hero_section_big .home-slide img {
  filter: grayscale(1);
}
.sezione_sito.section_hero_section_big .home-slide.orientation_right .banner-layer {
  left: 54%;
  right: 4%;
}
.sezione_sito.section_hero_section_big .home-slide.orientation_right.theme_light:before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.sezione_sito.section_hero_section_big .home-slide.orientation_right.theme_dark:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.sezione_sito.section_hero_section_big .home-slide.orientation_left .banner-layer {
  left: 4%;
  right: auto;
}
.sezione_sito.section_hero_section_big .home-slide.orientation_left.theme_light:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.sezione_sito.section_hero_section_big .home-slide.orientation_left.theme_dark:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.sezione_sito.section_hero_section_big .home-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.sezione_sito.section_hero_section_big .home-slide .container {
  position: relative;
  z-index: 9;
  height: 100%;
  padding-bottom: 100px;
}
.sezione_sito.section_hero_section_big .home-slide .banner-layer h3 {
  font-size: 3.5em;
}
.sezione_sito.section_elenco_icone_categorie {
  margin-top: -48px;
  margin-bottom: 16px;
}
.sezione_sito.section_elenco_icone_categorie .inner {
  padding: 0 30px;
}
.sezione_sito.section_elenco_icone_categorie .inner button {
  width: 32px;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.sezione_sito.section_elenco_icone_categorie .inner button:hover {
  color: #fff !important;
  background-color: #1775b4 !important;
}
.sezione_sito.section_elenco_icone_categorie .inner .owl-prev {
  left: -30px;
  border-radius: 10px 0 0 10px;
}
.sezione_sito.section_elenco_icone_categorie .inner .owl-next {
  right: -30px;
  border-radius: 0 10px 10px 0;
  border-bottom: 1px solid #e7e7e7;
}
.sezione_sito.section_elenco_icone_categorie .info-box {
  padding: 12px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  justify-content: flex-start;
  transition: 0.5s all;
  margin: 0;
}
.sezione_sito.section_elenco_icone_categorie .info-box:hover {
  background-color: #1775b4;
  color: #fff;
}
.sezione_sito.section_elenco_icone_categorie .info-box:hover img {
  filter: grayscale(1) invert(1) brightness(5);
}
.sezione_sito.section_elenco_icone_categorie .info-box .icon-shipping {
  margin-right: 10px;
}
.sezione_sito.section_elenco_icone_categorie .info-box .icona {
  height: 36px;
  margin-right: 10px;
  width: auto;
  transition: 0.5s all;
}
.sezione_sito.section_elenco_icone_categorie .info-box h4 {
  font-weight: 900;
  margin: 0;
  line-height: 1.25em;
}
.sezione_sito.section_testo_immagine .about-section {
  padding: 2em 0 4em;
}
@media (max-width: 992px) {
  .sezione_sito.section_testo_immagine .about-section {
    padding: 1em 0 2em;
  }
}
.sezione_sito.section_banner_slider_promo {
  padding-bottom: 3em;
}
@media (max-width: 992px) {
  .sezione_sito.section_banner_slider_promo {
    padding: 0;
  }
}
.sezione_sito.section_elenco_categorie {
  padding-bottom: 3em;
}
@media (max-width: 992px) {
  .sezione_sito.section_elenco_categorie {
    padding-bottom: 1.5em;
  }
}
.sezione_sito.section_numeri .row {
  justify-content: center;
}
.sezione_sito.section_numeri .count-container {
  text-align: center;
}
.sezione_sito.section_numeri .count-container .count-wrapper {
  font-family: "Poppins", sans-serif;
}
.sezione_sito.section_numeri .count-container .count-title {
  text-transform: uppercase;
}
.sezione_sito.section_elenco_prodotti {
  padding-bottom: 3em;
}
@media (max-width: 992px) {
  .sezione_sito.section_elenco_prodotti {
    padding-bottom: 1.5em;
  }
}
.sezione_sito.section_elenco_features .features-section {
  padding-bottom: 3em;
}
@media (max-width: 992px) {
  .sezione_sito.section_elenco_features .features-section {
    padding-bottom: 1.5em;
  }
}
.sezione_sito.section_gallery {
  padding: 3em 0 0;
}
@media (max-width: 992px) {
  .sezione_sito.section_gallery {
    padding-top: 1.5em;
  }
}
.sezione_sito.section_gallery .gallery_owl .box_gallery a {
  position: relative;
  padding-top: 75%;
  display: block;
}
.sezione_sito.section_gallery .gallery_owl .owl-nav {
  padding: 48px 0 0;
}
.sezione_sito.section_gallery .gallery_owl .owl-nav > button {
  position: static;
  margin: 0 1em;
  line-height: 20px;
}
.sezione_sito.section_mappa #google_map {
  position: relative;
  padding-top: 30%;
  min-height: 240px;
}
.sezione_sito.section_mappa #google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sezione_sito.simple_postheader {
  padding: 4em 0;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .sezione_sito.simple_postheader {
    padding: 2em 0;
  }
}
.sezione_sito.simple_postheader h1 {
  font-weight: 800;
  margin: 0;
}
.sezione_sito.section_faq {
  padding: 3em 0;
}
@media (max-width: 992px) {
  .sezione_sito.section_faq {
    padding: 1.5em 0;
  }
}
.sezione_sito.section_faq .accordion_faqs {
  padding-left: 48px;
  border-left: 16px solid #1775b4;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .sezione_sito.section_faq .accordion_faqs {
    padding-left: 16px;
    border-left-width: 4px;
  }
}
.sezione_sito.section_faq .accordion_faqs .card-accordion > a {
  font-size: 24px;
}
@media (max-width: 992px) {
  .sezione_sito.section_faq .accordion_faqs .card-accordion > a {
    font-size: 16px;
  }
}
.sezione_sito.section_faq .accordion_faqs .card-accordion > a:not(.collapsed) {
  color: #1775b4;
}
.sezione_sito.section_certificati {
  padding-bottom: 4em;
}
@media (max-width: 992px) {
  .sezione_sito.section_certificati {
    padding-bottom: 2em;
  }
}
.sezione_sito.section_certificati .box_single_certificato .innerbox {
  border-bottom: 3px solid #1775b4;
}
.sezione_sito.section_certificati .box_single_certificato .innerbox h4 {
  padding: 1rem;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  transition: 0.3s all;
}
@media (max-width: 992px) {
  .sezione_sito.section_certificati .box_single_certificato .innerbox h4 {
    font-size: 1.25em;
  }
}
.sezione_sito.section_certificati .box_single_certificato .innerbox h4 a {
  display: block;
}
.sezione_sito.section_certificati .box_single_certificato .innerbox h4 .label_title {
  margin-right: 1em;
}
@media (max-width: 992px) {
  .sezione_sito.section_certificati .box_single_certificato .innerbox h4 .label_title {
    flex: 0 0 100%;
    margin: 0 0 0.75rem;
  }
}
.sezione_sito.section_certificati .box_single_certificato .innerbox h4:hover {
  padding: 1rem 1.5rem;
  background-color: #1775b4;
}
.sezione_sito.section_certificati .box_single_certificato .innerbox h4:hover a {
  color: #fff;
}
.sezione_sito.section_certificati .box_single_certificato .innerbox .descrizione {
  padding: 1rem 1rem;
  background-color: #f9f9f9;
  border-top: 1px solid #ccc;
}
.sezione_sito.section_certificati .box_single_certificato .innerbox .descrizione p {
  color: #000;
}
.sezione_sito.section_certificati .box_single_certificato .innerbox .descrizione p:last-of-type {
  margin: 0;
}
.sezione_sito.section_main_product {
  padding: 3em 0;
}
@media (max-width: 992px) {
  .sezione_sito.section_main_product {
    padding: 1.5em 0;
  }
}
.sezione_sito.section_elenco_prodotti .owl-stage-outer, .sezione_sito.section_other_products .owl-stage-outer {
  padding-bottom: 2em;
}
@media (max-width: 992px) {
  .sezione_sito.section_elenco_prodotti .owl-stage-outer, .sezione_sito.section_other_products .owl-stage-outer {
    padding-bottom: 2em;
  }
}
@media (max-width: 992px) {
  .sezione_sito.section_elenco_prodotti .owl-dots, .sezione_sito.section_other_products .owl-dots {
    bottom: -2.5em;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}
.sezione_sito.section_other_products {
  padding: 3em 0;
}
@media (max-width: 992px) {
  .sezione_sito.section_other_products {
    padding: 1.5em 0;
  }
}
.sezione_sito.section_other_products .product-default {
  background-color: #fff;
}

.big_link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.img_absolute, .banner_shop .boxed-slide img, .product-category figure img, .slide_promo_banner .innerbox img, .sezione_sito.section_hero_section_big .banner1 > figure img, .sezione_sito.section_hero_section_big .home-slide img, .sezione_sito.section_gallery .gallery_owl .box_gallery a img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.about-section {
  color: #7b858a;
  font-size: 1.5rem;
  line-height: 1.8;
}
.about-section .row {
  justify-content: space-between;
}
.about-section .immagine_sezione {
  position: relative;
}
.about-section .immagine_sezione:before {
  content: "";
  position: absolute;
  height: 80%;
  top: 50%;
  width: 50%;
  z-index: 2;
  background-color: #1775b4;
  transform: translate(0, -42.5%);
}
.about-section .immagine_sezione img {
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .about-section .col_img {
    padding-top: 1em;
  }
}
.about-section.orientation_left .col_img .immagine_sezione:before {
  left: -32px;
  border-radius: 10px 0 0 10px;
}
@media (min-width: 993px) {
  .about-section.orientation_right .col_text {
    order: 2;
  }
}
.about-section.orientation_right .col_img .immagine_sezione:before {
  right: -32px;
  border-radius: 0 10px 10px 0;
}
.about-section .innerbox {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.about-section .subtitle {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.about-section .title {
  font-weight: 700;
  color: #1775b4;
}
.about-section p {
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.about-section .lead {
  font-family: Poppins, sans-serif;
  color: #21293c;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}

.slide_promo_banner .innerbox {
  position: relative;
}
.slide_promo_banner .innerbox .img, .slide_promo_banner .innerbox .img_1, .slide_promo_banner .innerbox .img_2 {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.slide_promo_banner .innerbox img {
  transition: 0.8s all;
  filter: grayscale(1);
}
.slide_promo_banner .innerbox:hover img {
  transform: scale(1.2);
  filter: grayscale(0);
}
.slide_promo_banner.dimensioni_1 {
  width: 33.33333vw;
}
@media (max-width: 768px) {
  .slide_promo_banner.dimensioni_1 {
    width: 50vw;
  }
}
.slide_promo_banner.dimensioni_1 .innerbox {
  padding-top: 100%;
}
.slide_promo_banner.dimensioni_1 .img {
  left: 0;
  width: 100%;
}
.slide_promo_banner.dimensioni_2 {
  width: 66.66666vw;
}
@media (max-width: 768px) {
  .slide_promo_banner.dimensioni_2 {
    width: 100vw;
  }
}
.slide_promo_banner.dimensioni_2 .innerbox {
  padding-top: 50%;
  background-color: #ccc;
  overflow: hidden;
}
.slide_promo_banner.dimensioni_2 .innerbox:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 5px;
  background-color: #fff;
  left: 20%;
  bottom: -0.225vw;
  z-index: 8;
  transform-origin: 0 0;
  transform: rotate(-32.125deg);
}
@media (max-width: 992px) {
  .slide_promo_banner.dimensioni_2 .innerbox:before {
    height: 3px;
    bottom: -0.5vw;
  }
}
.slide_promo_banner.dimensioni_2 .innerbox:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 5px;
  background-color: #fff;
  left: 20%;
  top: -1%;
  z-index: 6;
  transform-origin: 0 0;
  transform: rotate(26.75deg);
}
@media (max-width: 992px) {
  .slide_promo_banner.dimensioni_2 .innerbox:after {
    height: 3px;
  }
}
.slide_promo_banner.dimensioni_2 .innerbox .img_1 {
  left: 0;
  width: 70%;
  clip-path: polygon(0% 0%, 30% 0%, 100% 50%, 30% 100%, 0% 100%);
}
.slide_promo_banner.dimensioni_2 .innerbox .img_2 {
  right: 0;
  width: 80%;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  z-index: 7;
}
.slide_promo_banner.dimensioni_2 .innerbox .box_testo_banner {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5% 2%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.slide_promo_banner.dimensioni_2 .innerbox .box_testo_banner .col_testo {
  color: #1775b4;
  font-size: 2vw;
  line-height: 100%;
  padding-right: 2%;
  border-right: 8px solid #666;
  text-align: right;
  font-weight: 500;
}
@media (max-width: 992px) {
  .slide_promo_banner.dimensioni_2 .innerbox .box_testo_banner .col_testo {
    border-right-width: 3px;
  }
}
@media (max-width: 768px) {
  .slide_promo_banner.dimensioni_2 .innerbox .box_testo_banner .col_testo {
    border-right-width: 1px;
  }
}
.slide_promo_banner.dimensioni_2 .innerbox .box_testo_banner .col_sconto {
  padding-left: 2%;
}
.slide_promo_banner.dimensioni_2 .innerbox .box_testo_banner .col_sconto .sconto {
  font-size: 2.75vw;
  color: #000;
  font-weight: 900;
  line-height: 100%;
}
.slide_promo_banner.dimensioni_2 .innerbox .box_testo_banner .col_sconto .label_sconto {
  color: #1775b4;
  font-size: 1.25vw;
  line-height: 100%;
}

.section_newsletter, .section_catalogo {
  padding: 3em 0;
  background-color: #1775b4;
}
@media (max-width: 992px) {
  .section_newsletter .row > div > div, .section_catalogo .row > div > div {
    padding-top: 1.5em;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .section_newsletter h4, .section_catalogo h4 {
    text-align: center !important;
  }
}
.section_newsletter .widget-newsletter-title, .section_catalogo .widget-newsletter-title {
  font-size: 1.8rem;
  line-height: 19px;
  margin-bottom: 0;
}
.section_newsletter p.widget-newsletter-content, .section_catalogo p.widget-newsletter-content {
  font-size: 1.3rem;
  line-height: 20px;
}
.section_newsletter span.widget-newsletter-content, .section_catalogo span.widget-newsletter-content {
  font-size: 1.6rem;
  line-height: 20px;
}
.section_newsletter .footer-submit-wrapper .form-control, .section_catalogo .footer-submit-wrapper .form-control {
  width: 419px;
  min-width: 1px;
  border-radius: 24px 0 0 24px;
  padding-left: 25px;
  border: none;
  height: 48px;
  font-size: 1.4rem;
}
.section_newsletter .footer-submit-wrapper .form-control::placeholder, .section_catalogo .footer-submit-wrapper .form-control::placeholder {
  color: #999;
}
.section_newsletter .footer-submit-wrapper .btn, .section_catalogo .footer-submit-wrapper .btn {
  padding-left: 25px;
  padding-right: 30px;
  border-radius: 0 24px 24px 0;
  height: 48px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  background: #333;
}

.box_product {
  margin-bottom: 30px !important;
}
.box_product.product_slide {
  margin-bottom: 0px !important;
}
.box_product .product-default figure a {
  display: flex;
  height: 140px;
  width: 140px;
  align-items: center;
  justify-content: center;
}
.box_product .product-default figure a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.box_product .product-category {
  display: block;
  margin-bottom: 10px;
}
.box_product h3 {
  margin-bottom: 10px !important;
  color: #1775b4;
}
.box_product h3 a {
  font-weight: 700;
  font-size: 20px;
}
.box_product .product-action {
  margin-top: 10px;
}
.box_product .product-action a:hover {
  background-color: #1775b4;
  border-color: #1775b4;
}

.box_feature .innerbox {
  height: 100%;
}

.product-category:hover figure:after {
  height: 0;
}
.product-category:hover figure img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.product-category:hover .category-content {
  background-color: #1775b4;
}
.product-category figure {
  padding-top: 80%;
  background-color: #999;
  overflow: hidden;
}
.product-category figure img {
  filter: grayscale(1);
  transition: 0.8s all;
}
.product-category figure:after {
  top: auto;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.25));
  transition: 0.5s all;
}
.product-category .category-content {
  background-color: transparent;
  align-items: center;
  padding: 10px;
  bottom: 0;
  top: auto;
  transform: translate(0, 0);
  transition: 0.5s all;
  text-align: center;
}
.product-category .category-content h3 {
  margin: 0;
}

.titolo_modal {
  margin: 0 !important;
}

.form_contatti .wpcf7-not-valid-tip {
  font-size: 10px;
}
.form_contatti .form-group {
  max-width: 100% !important;
}
.form_contatti textarea {
  width: 100%;
  height: 120px;
  min-height: 120px !important;
}
.form_contatti .trattamento {
  margin-top: 20px;
  display: flex;
}
.form_contatti .trattamento > .wpcf7-form-control-wrap {
  flex: 0 0 40px;
}
.form_contatti .trattamento > .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
.form_contatti .trattamento .testo_privacy {
  flex: 0 0 calc(100% - 40px);
}

.toolbox-pagination {
  justify-content: flex-end;
}
.toolbox-pagination .page-numbers {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  color: #706f6c;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  display: flex;
  text-align: center;
  justify-content: center;
}
.toolbox-pagination .page-numbers li:not(:first-child) {
  margin-left: 0.5rem;
}
.toolbox-pagination .page-numbers li a, .toolbox-pagination .page-numbers li span {
  border: 1px solid #ccc;
  padding: 0 0.5em;
  min-width: 2.2em;
  color: inherit;
  line-height: 2.1em;
  text-align: center;
}
.toolbox-pagination .page-numbers li a:hover, .toolbox-pagination .page-numbers li a:focus, .toolbox-pagination .page-numbers li span:hover, .toolbox-pagination .page-numbers li span:focus {
  color: #706f6c;
  background-color: transparent;
  border-color: #08C;
  box-shadow: none;
}
.toolbox-pagination .page-numbers li i {
  font-size: 2rem;
}
.toolbox-pagination .page-numbers li .current {
  color: #706f6c;
  background-color: transparent;
  border-color: #08C;
}

.header_product_list {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.header_product_list > * {
  float: none !important;
}
.header_product_list .woocommerce-notices-wrapper {
  flex: 0 0 100%;
}
.header_product_list .woocommerce-result-count {
  padding: 16px 0;
}

@media (min-width: 1200px) {
  .row_content_shop .col_right {
    order: 2;
  }
}
.row_content_shop .col_left .inner {
  padding: 2rem;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}

.column_small .banner_shop {
  font-size: 0.75em;
}

.breadcrumb_products {
  padding: 2em 0 1em;
}
@media (max-width: 992px) {
  .breadcrumb_products {
    padding: 1em 0 0.5em;
    display: none;
  }
}

.banner_shop {
  font-size: 0.875em;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .banner_shop {
    font-size: 0.75em !important;
  }
}
.banner_shop .boxed-slide {
  padding-top: 30%;
  position: relative;
  background-color: #1775b4;
}
@media (max-width: 992px) {
  .banner_shop .boxed-slide {
    padding-top: 50%;
  }
}
.banner_shop .slide-content {
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media (max-width: 992px) {
  .banner_shop .slide-content {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.banner_shop .boxed-slide-1 .slide-content {
  text-align: center;
}
.banner_shop .boxed-slide-1 h4 {
  font-size: 3em;
}
.banner_shop .boxed-slide-1 h5 {
  font-size: 4em;
}
.banner_shop .boxed-slide-1 .span_banner {
  margin: 20px 0;
  font-size: 1.5em;
}
.banner_shop .boxed-slide-1 .span_banner:before {
  background-color: #000;
}
.banner_shop .boxed-slide-1 .span_banner:after {
  background-color: #000;
}
.banner_shop .boxed-slide-1 b, .banner_shop .boxed-slide-1 strong {
  font-size: 4em;
}
.banner_shop .boxed-slide-1 p {
  font-size: 1.5em;
  line-height: 1em;
}
.banner_shop .boxed-slide-1.with_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.15));
  z-index: 8;
}
.banner_shop .boxed-slide-1.banner_dark * {
  color: #fff;
}
.banner_shop .boxed-slide-1.banner_dark.with_img:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.15));
}
.banner_shop .boxed-slide-1.banner_dark .span_banner:before {
  background-color: #fff;
}
.banner_shop .boxed-slide-1.banner_dark .span_banner:after {
  background-color: #fff;
}

.banner_sidebar {
  margin-top: 2em;
  border-top: 1px solid #e7e7e7;
  padding-top: 2em;
}
.banner_sidebar > div {
  padding: 2em 1em !important;
}
.banner_sidebar > div h3 {
  color: #fff;
}

.menu_product_cat .current-cat a {
  font-weight: 700;
  color: #1775b4;
}

.elenco_categorie_shop {
  padding: 3em 0;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 992px) {
  .elenco_categorie_shop {
    padding: 1.5em 0;
  }
}

#accordion-info-product {
  margin-top: 30px;
}

.product-single-gallery {
  height: auto;
}
.product-single-gallery .box_img {
  padding: 0 50px;
  top: 90px;
}
.product-single-gallery .box_img img {
  display: block;
  width: auto;
  max-width: 300px;
  margin: 0 auto;
  max-height: 400px;
}

.product-single-details .product-title {
  color: #1775b4;
}
.product-single-details .product_cat {
  font-weight: 400;
  font-style: italic;
}
.product-single-details .price-box {
  margin-bottom: 40px;
}
.product-single-details .price-box .old-price {
  display: block;
  margin-bottom: 10px;
}
.product-single-details .variations {
  position: relative;
  margin-bottom: 60px !important;
}
.product-single-details .variations .reset_variations {
  position: absolute;
  bottom: -30px;
  right: 0;
}
.product-single-details .variations th, .product-single-details .variations td {
  vertical-align: middle !important;
  padding: 5px 0;
}
.product-single-details .variations th label, .product-single-details .variations td label {
  margin: 0;
}
.product-single-details .variations .form-control {
  height: 40px !important;
  margin: 0;
}

.product-action, .product-single-qty {
  /* For Firefox */
}
.product-action input[type=number]::-webkit-outer-spin-button,
.product-action input[type=number]::-webkit-inner-spin-button, .product-single-qty input[type=number]::-webkit-outer-spin-button,
.product-single-qty input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-action input[type=number], .product-single-qty input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 992px) {
  .product-action {
    text-align: center;
  }
  .product-action .btn_richiedi_info {
    margin-top: 1em;
  }
}

body.single-product {
  overflow: visible;
  margin: 0;
}

.woocommerce-cart-form .product-name a {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}
.woocommerce-cart-form .product-name dt, .woocommerce-cart-form .product-name dd p {
  font-size: 14px;
  line-height: 3rem;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 64px;
}

.no_product_cart {
  font-size: 16px;
}

.custom_product_fields {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.custom_product_fields .custom_product_field {
  padding: 8px 0;
}
.custom_product_fields .custom_product_field .form-group {
  display: flex;
  line-height: 32px;
  justify-content: space-between;
}
.custom_product_fields .custom_product_field .form-group .label {
  color: #000;
  font-weight: 700;
  font-size: 12px;
  flex: 0 0 35%;
  text-transform: capitalize;
}
.custom_product_fields .custom_product_field .form-group .form-control {
  flex: 0 0 55%;
  height: 32px;
}
.custom_product_fields .custom_product_field .form-group textarea.form-control {
  min-height: 96px;
  height: 96px;
}

.woocommerce #customer_login .woocommerce-form-register {
  overflow: hidden;
}
.woocommerce #customer_login .woocommerce-form-register .form-row {
  width: 100%;
}
.woocommerce #customer_login .woocommerce-form-register .form-row select {
  border-radius: 8px;
  height: 50px;
  width: 100%;
  padding: 0 1em;
  border: 1px solid #ccc;
  background-color: #fff;
}
.woocommerce #customer_login .woocommerce-form-register .form-row select option {
  font-family: "Arial";
}
.woocommerce .checkout.woocommerce-checkout h2, .woocommerce .checkout.woocommerce-checkout h3, .woocommerce #customer_login h2, .woocommerce #customer_login h3, .woocommerce .lost_reset_password h2, .woocommerce .lost_reset_password h3, .woocommerce .woocommerce-MyAccount-content h2, .woocommerce .woocommerce-MyAccount-content h3 {
  font-size: 1.75em;
  margin-bottom: 2rem;
}
.woocommerce .checkout.woocommerce-checkout fieldset, .woocommerce #customer_login fieldset, .woocommerce .lost_reset_password fieldset, .woocommerce .woocommerce-MyAccount-content fieldset {
  border-radius: 20px;
  background-color: #e7e7e7;
  padding: 1.5em;
  margin-bottom: 1rem;
}
.woocommerce .checkout.woocommerce-checkout legend, .woocommerce #customer_login legend, .woocommerce .lost_reset_password legend, .woocommerce .woocommerce-MyAccount-content legend {
  font-weight: 700;
  font-size: 1.25em;
  margin: 0 0 1rem;
}
.woocommerce .checkout.woocommerce-checkout p, .woocommerce #customer_login p, .woocommerce .lost_reset_password p, .woocommerce .woocommerce-MyAccount-content p {
  margin: 0 0 1rem;
  line-height: 1.5em;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-Address-title > h3, .woocommerce #customer_login .woocommerce-Address-title > h3, .woocommerce .lost_reset_password .woocommerce-Address-title > h3, .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title > h3 {
  float: none;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-Address-title .edit, .woocommerce #customer_login .woocommerce-Address-title .edit, .woocommerce .lost_reset_password .woocommerce-Address-title .edit, .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
  float: none;
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
  border-radius: 8px;
  background-color: #1775b4;
  padding: 0.5em 1.5rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  font-size: 0.875em;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-Address-title .edit:hover, .woocommerce #customer_login .woocommerce-Address-title .edit:hover, .woocommerce .lost_reset_password .woocommerce-Address-title .edit:hover, .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover {
  background-color: #1775b4;
  color: #fff;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-Input--text, .woocommerce .checkout.woocommerce-checkout .woocommerce-Input, .woocommerce .checkout.woocommerce-checkout .input-text, .woocommerce #customer_login .woocommerce-Input--text, .woocommerce #customer_login .woocommerce-Input, .woocommerce #customer_login .input-text, .woocommerce .lost_reset_password .woocommerce-Input--text, .woocommerce .lost_reset_password .woocommerce-Input, .woocommerce .lost_reset_password .input-text, .woocommerce .woocommerce-MyAccount-content .woocommerce-Input--text, .woocommerce .woocommerce-MyAccount-content .woocommerce-Input, .woocommerce .woocommerce-MyAccount-content .input-text {
  height: 50px;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 0 1em;
}
.woocommerce .checkout.woocommerce-checkout .select2-selection, .woocommerce #customer_login .select2-selection, .woocommerce .lost_reset_password .select2-selection, .woocommerce .woocommerce-MyAccount-content .select2-selection {
  height: 50px;
}
.woocommerce .checkout.woocommerce-checkout .select2-selection .select2-selection__rendered, .woocommerce #customer_login .select2-selection .select2-selection__rendered, .woocommerce .lost_reset_password .select2-selection .select2-selection__rendered, .woocommerce .woocommerce-MyAccount-content .select2-selection .select2-selection__rendered {
  line-height: 50px;
}
.woocommerce .checkout.woocommerce-checkout .select2-selection .select2-selection__arrow, .woocommerce #customer_login .select2-selection .select2-selection__arrow, .woocommerce .lost_reset_password .select2-selection .select2-selection__arrow, .woocommerce .woocommerce-MyAccount-content .select2-selection .select2-selection__arrow {
  height: 50px;
}
.woocommerce .checkout.woocommerce-checkout #account_display_name + span, .woocommerce #customer_login #account_display_name + span, .woocommerce .lost_reset_password #account_display_name + span, .woocommerce .woocommerce-MyAccount-content #account_display_name + span {
  display: block;
  margin-top: 10px;
}
.woocommerce .checkout.woocommerce-checkout .u-column1.col-1, .woocommerce .checkout.woocommerce-checkout .u-column2.col-2, .woocommerce #customer_login .u-column1.col-1, .woocommerce #customer_login .u-column2.col-2, .woocommerce .lost_reset_password .u-column1.col-1, .woocommerce .lost_reset_password .u-column2.col-2, .woocommerce .woocommerce-MyAccount-content .u-column1.col-1, .woocommerce .woocommerce-MyAccount-content .u-column2.col-2 {
  max-width: 100%;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-button, .woocommerce .checkout.woocommerce-checkout .woocommerce-Button, .woocommerce .checkout.woocommerce-checkout .woocommerce-address-fields .button, .woocommerce #customer_login .woocommerce-button, .woocommerce #customer_login .woocommerce-Button, .woocommerce #customer_login .woocommerce-address-fields .button, .woocommerce .lost_reset_password .woocommerce-button, .woocommerce .lost_reset_password .woocommerce-Button, .woocommerce .lost_reset_password .woocommerce-address-fields .button, .woocommerce .woocommerce-MyAccount-content .woocommerce-button, .woocommerce .woocommerce-MyAccount-content .woocommerce-Button, .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button {
  border-radius: 8px;
  background-color: #1775b4;
  text-transform: uppercase;
  line-height: 1.5rem;
  padding: 1em;
  font-size: 0.875em;
  color: #fff;
  min-width: 200px;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-button:hover, .woocommerce .checkout.woocommerce-checkout .woocommerce-Button:hover, .woocommerce .checkout.woocommerce-checkout .woocommerce-address-fields .button:hover, .woocommerce #customer_login .woocommerce-button:hover, .woocommerce #customer_login .woocommerce-Button:hover, .woocommerce #customer_login .woocommerce-address-fields .button:hover, .woocommerce .lost_reset_password .woocommerce-button:hover, .woocommerce .lost_reset_password .woocommerce-Button:hover, .woocommerce .lost_reset_password .woocommerce-address-fields .button:hover, .woocommerce .woocommerce-MyAccount-content .woocommerce-button:hover, .woocommerce .woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover {
  background-color: #1775b4;
  color: #fff;
}

.woocommerce-MyAccount-content .woocommerce-form-row label {
  width: 100%;
  display: block;
}
.woocommerce-MyAccount-content fieldset legend {
  position: relative;
  top: 30px;
  margin-bottom: 2rem !important;
}

.woocommerce-MyAccount-navigation ul {
  border: 1px solid #ccc;
  border-radius: 8px 0 8px 8px;
  overflow: hidden;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li.active a {
  background-color: #1775b4;
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: 0;
}

.woocommerce-MyAccount-content p {
  line-height: 1.75em;
  margin: 0 0 1rem;
}

.woocommerce-shipping-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce-shipping-fields__field-wrapper .select2, .woocommerce-billing-fields__field-wrapper .select2 {
  display: block;
  width: 100%;
}
.woocommerce-shipping-fields__field-wrapper > div, .woocommerce-shipping-fields__field-wrapper > p, .woocommerce-billing-fields__field-wrapper > div, .woocommerce-billing-fields__field-wrapper > p {
  float: none;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px !important;
  margin-bottom: 15px !important;
}
@media (max-width: 992px) {
  .woocommerce-shipping-fields__field-wrapper > div, .woocommerce-shipping-fields__field-wrapper > p, .woocommerce-billing-fields__field-wrapper > div, .woocommerce-billing-fields__field-wrapper > p {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce-shipping-fields__field-wrapper > div label, .woocommerce-shipping-fields__field-wrapper > p label, .woocommerce-billing-fields__field-wrapper > div label, .woocommerce-billing-fields__field-wrapper > p label {
  display: block;
  width: 100%;
}
.woocommerce-shipping-fields__field-wrapper > div .woocommerce-input-wrapper, .woocommerce-shipping-fields__field-wrapper > p .woocommerce-input-wrapper, .woocommerce-billing-fields__field-wrapper > div .woocommerce-input-wrapper, .woocommerce-billing-fields__field-wrapper > p .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce-shipping-fields__field-wrapper > div input, .woocommerce-shipping-fields__field-wrapper > div select, .woocommerce-shipping-fields__field-wrapper > div textarea, .woocommerce-shipping-fields__field-wrapper > p input, .woocommerce-shipping-fields__field-wrapper > p select, .woocommerce-shipping-fields__field-wrapper > p textarea, .woocommerce-billing-fields__field-wrapper > div input, .woocommerce-billing-fields__field-wrapper > div select, .woocommerce-billing-fields__field-wrapper > div textarea, .woocommerce-billing-fields__field-wrapper > p input, .woocommerce-billing-fields__field-wrapper > p select, .woocommerce-billing-fields__field-wrapper > p textarea {
  width: 100%;
}

#billing_address_2_field, #shipping_address_2_field {
  display: none !important;
}

#ship-to-different-address label {
  font-size: 16px;
}

.woocommerce-additional-fields label {
  font-size: 16px;
}
.woocommerce-additional-fields .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce-additional-fields .woocommerce-input-wrapper textarea {
  padding-top: 10px !important;
}

#order_review dt, #order_review dd p {
  font-size: 14px;
  line-height: 2.5rem;
}
#order_review .product-name {
  width: 50%;
}
#order_review .woocommerce-shipping-totals td {
  font-size: 12px;
}

@media (max-width: 992px) {
  footer.footer .footer-middle {
    padding: 2em 0 1em;
    text-align: center;
  }
}
@media (max-width: 992px) {
  footer.footer .footer-bottom {
    text-align: center;
  }
}
@media (max-width: 992px) {
  footer.footer .social-icons {
    justify-content: center;
  }
}

.woocommerce-form-login {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-form-login > * {
  padding: 10px 15px !important;
}
.woocommerce-form-login p.woocommerce-form-row {
  width: 50% !important;
  flex: 0 0 50%;
  padding: 0 15px;
  max-width: 100%;
}
.woocommerce-form-login p.woocommerce-form-row label {
  width: 100%;
}
.woocommerce-form-login p.woocommerce-form-row .password-input {
  display: block;
  width: 100%;
}
.woocommerce-form-login p.woocommerce-form-row input {
  width: 100% !important;
}
.woocommerce-form-login .form-row {
  flex: 0 0 100%;
}
.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: none !important;
}

.box_product .product-details .old-price {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
}

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