html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  color: #777777;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: .0725em;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top_bar {
  background: #f8f8f8;
}

.dropdown_links {
  right: 0;
  left: auto;
}

.dropdown_currency,
.dropdown_language,
.dropdown_links {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 130px;
  text-align: left;
  top: 125%;
  left: -9px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
  z-index: 9999;
  padding: 9px 18px 8px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e5e5e5;
}

.dropdown_currency li,
.dropdown_language li,
.dropdown_links li {
  display: block !important;
  border-bottom: 1px solid #e5e5e5;
  border-right: 0 !important;
  padding: 0.25rem 0.725rem !important;
}

.dropdown_links li:last-of-type {
  border-bottom: 0 !important;
}

.top_bar ul {
  list-style: outside none none;
}

.top_bar ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.dropdown_currency li a,
.dropdown_language li a,
.dropdown_links li a {
  text-transform: capitalize;
  display: block;
  font-size: 13px;
  white-space: nowrap;
  padding: 7px 0;
  line-height: 20px;
}

.header {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
  background: #f7f7f7;
  position: relative;
}

.body {
  padding-bottom: 50px;
  margin-bottom: 0;
  background: #f7f7f7;
  position: relative;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background: #bf8904;
  border-radius: 25px;
  color: white;
}

.back-to-top:hover {
  background: #bf8904;
}

/** RICERCA AVANZATA **/
#ricercaAvanzataModal .modal-content {
  border-radius: 0;
  border: 0;
  background: transparent;
}

.section_title {
  background: #bf8904;
  padding: 1.035rem;
}

.section_title_lt {
  background:transparent;
  padding: 1.025rem 0;
}

.section_title h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 1.3em;
  line-height: 0;
  margin: 0;
}

.section_title_lt h1 {
  color: #bf8904;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 1.4em;
  line-height: 0;
  margin: 0;
}

.section_title h1 a.link {
  font-size: 0.8em;
  text-transform: lowercase;
  float: right;
  letter-spacing: normal;
  color: white;
}

.section_content {
  padding: 0;
}

.section_content_lt {
  padding: 0;
}

.section_content .articolo_sm {
  margin-right: 5px;
  margin-bottom: 5px;
  width: calc(50% - 5px);
  background: white;
  position: relative;
  height: 220px;
  overflow: hidden;
}

.articolo_sm.slick-slide {
  height: 320px !important;
  position: relative;
}

.section_content_lt .articolo_sm .thumb,
.section_content .articolo_sm .thumb {
  text-align: center;
}

.section_content .articolo_sm .thumb img {
  max-height: 100px !important;
  border: 0 !important;
}

#sasa .articolo_sm .thumb img {
  max-height: 200px;
  width: 100%;
}

#sasa2 .articolo_sm .thumb img {
  max-height: 200px;
  width: 100%;
}

.section_content_lt .articolo_sm .thumb img {
  max-width: 100% !important;
  border: 0 !important;
  max-height: 300px;
}

.section_content .articolo_sm .titolo,
.section_content_lt .articolo_sm .titolo {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.section_content .articolo_sm .titolo a,
.section_content_lt .articolo_sm .titolo a {
  font-weight: bold;
  color:#333;
  line-height: 1.5 !important;
}

.section_content .articolo_sm .editore,
.section_content_lt .articolo_sm .editore {
  font-weight: light;
  color:#999;
  text-align: center;
  line-height: 1.3em;
}

.section_content .articolo_sm .prezzo,
.section_content_lt .articolo_sm .prezzo {
  color: #bf8904;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
}

.section_content .articolo_sm .prezzo_originale,
.section_content_lt .articolo_sm .prezzo_originale {
  color: #797979;
  line-height: 0;
  text-align: center;
}

.section_content_lt .articolo_sm {
  display: inline-block;
  width: 50%;
  background:white;
  margin-right: 10px;
}

.section_content_lt .articolo_sm {
  display: inline-block;
  width: 50%;
  background:white;
  margin-right: 10px;
}

/** FOOTER **/
.footer{
  padding: 1.025rem;
  border-top: 1px solid #f3f3f3;
  background: white;
}

.footer.fixed{
  position: fixed;
  bottom: 43px;
}

@media only screen and (max-width: 767px) {
  .footer.fixed{
    position: relative;
  }
}

.footer .titolo {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 1.5em;
}

.footer ul.footer_links {
  list-style: none;
  padding-left: 0;
  font-size: 1.2em;
}

.footer ul.footer_links li{
  padding-left: 0;
  letter-spacing: 1px;
}

.footer ul.footer_links li div.icon{
  padding: 0.425rem 0;
  display: inline-block;
}

.footer ul.footer_links li div.text{
  padding: 0.425rem 0;
  display: inline-block;
  vertical-align: super;
  padding-left: 10px;
}

.footer ul.footer_links li i {
  font-size: 1.7em;
  color: #cecece;
}

.footer ul.footer_links li a {
  text-decoration: none;
  color: inherit;
}

.footer a {
  text-decoration: none;
  color: inherit;
}

.footer #subscribeNL{
  border-radius: 0;
  font-size: 1em;
  color: #cecece;
  height: 38px;
  width: 300px;
  letter-spacing: 1px;
}

.footer .btn-defaultColor{
  border-radius: 0;
  background: #bf8904;
  border-color: #bf8904;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}

/**SUBFOOTER**/
.subfooter {
  background: #333;
  padding: 0.725rem;
  color: #bbb;
  text-align: center;
}

.subfooter.fixed{
  position: fixed;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .subfooter.fixed{
    position: relative;
  }
}

.subfooter p {
  margin-bottom: 0;
}

/**CONTENT**/
.content {
  padding: 1.725rem 0;
}

.content p {
  font-size: 1.7em;
  font-weight: 100;
}

/**ARTICOLO LIST**/
.articolo_list {
  background: white;
  border: 1px solid #f3f3f3;
  padding: 0.725rem;
  padding-right: 20px;
  margin-bottom: 10px;
  position: relative;
}

.articolo_list .media img{
  max-height: 220px;
}

.articolo_list h5 {
  font-weight: 800;
  color:#333;
  line-height: 1.5 !important;
  margin-bottom: 0;
}

.articolo_list h5 a {
  color:#333;
}

.articolo_list div.casa_editrice a {
  color:#b0b0b0;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.articolo_list div.prezzo {
  color: #bf8904;
  font-weight: bold;
  font-size: 1.7em;
  letter-spacing: 1px;
}

.articolo_list div.trama {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  text-align: justify;
  font-size: 1.3em;
  font-weight: 100;
  line-height: 1.2;
}

.articolo_list .articolo_actions {
  position: absolute;
  bottom: 12px;
}

.articolo_list .add_to_cart {
  padding: 0.725rem;
  background: #bf8904;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 40px;
  width: auto;
}

.articolo_list .toggle_favourites {
  padding: 0.725rem;
  background: #dcdcdc;
  color: black;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-left: 10px;
}

/** PAGINA DETTAGLIO **/
.breadcrumb {
  background: #4d4d4d;
  color: whitesmoke;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 20px;
}

.breadcrumb a{
  color: white;
  font-weight: 800;
  text-decoration: none;
}

.breadcrumb li.active {
  color: whitesmoke;
}

.articolo_dettaglio_container {
  background: white;
  padding: 1.025rem;
  position: relative;
}

.articolo_dettaglio_container img {
  max-width: 350px;
}

.articolo_dettaglio_container h5.titolo {
  color: #4d4d4d;
  font-size: 1.7em;
  font-weight: 800;
  margin-bottom: 0;
}

.articolo_dettaglio_container .casa_editrice a {
  color: #acacac;
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 0;
}

.articolo_dettaglio_container .trama {
  margin: 20px 0;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1.5;
  text-align: justify;
}


.articolo_dettaglio_container .prezzo {
  margin: 20px 0;
  font-size: 2.5em;
  color: #bf8904;
  font-weight: 800;
}

.articolo_dettaglio_container .articolo_actions {
  position: absolute;
  bottom: 1.025rem;
  right: 20px;
}

.articolo_dettaglio_container .add_to_cart {
  padding: 0.725rem;
  background: #bf8904;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 40px;
  width: auto;
  margin-left: 10px;
}

.articolo_dettaglio_container .add_to_cart:hover {
  background: #b07f04;
}

.articolo_dettaglio_container .toggle_favourites {
  padding: 0.725rem;
  background: #dcdcdc;
  color: black;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 40px;
  width: 40px;
}

.qty {
  display: inline-block;
  width: 200px;
}

.qty .count {
  color: #939393;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px
  ;min-width: 35px;
  text-align: center;
}
.qty .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 50%;
  background: #bf8904;
}
.qty .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  background: #bf8904;
  line-height: 0.85;
}
.qty .label {
  font-size: 1.2em;
  vertical-align: middle;
  padding-right: 10px;
}

.minus:hover{
  background-color: #b07f04 !important;
}
.plus:hover{
  background-color: #b07f04 !important;
}
/*Prevent text selection*/
/* Chrome, Safari, Edge, Opera */
input.quantita::-webkit-outer-spin-button,
input.quantita::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.quantita[type=number] {
  -moz-appearance:textfield;
}

span{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input.quantita{
  border: 0;
  width: 2%;
}
input.quantita::-webkit-outer-spin-button,
input.quantita::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.quantita:disabled{
  background-color:white;
}

/** SEARCH SIDEBAR **/
.nav li {
  display: block;
  width: 100%;
  padding: 0.25rem;
  border-bottom: 1px solid #f3f3f3;
}

.nav li:last-of-type {
  border-bottom: 0;
}

.nav li a {
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 600;

}

.nav li ul li a {
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 300;

}

.nav-link[data-toggle].collapsed:after {
  content: " ▾";
}
.nav-link[data-toggle]:not(.collapsed):after {
  content: " ▴";
}

.articoli_list_search .articolo_list {
  background: white;
  border: 1px solid #f3f3f3;
  padding: 0.725rem;
  padding-right: 0;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.articoli_list_search .articolo_list img{
  max-height: 150px;
}

.articoli_list_search .articolo_list h5 {
  font-size: 1.2em;
  font-weight: 800;
  color:#333;
  line-height: 1.5 !important;
  margin-bottom: 0;
}

.articoli_list_search .articolo_list h5 a {
  color:#333;
}

.articoli_list_search .articolo_list div.casa_editrice a {
  color:#b0b0b0;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.articoli_list_search .articolo_list div.prezzo {
  color: #bf8904;
  font-weight: bold;
  font-size: 2.1em;
  letter-spacing: 1px;
  position: relative;
  line-height: 1em;
}


.articoli_list_search .articolo_list span.prezzo_originale {
  color: #797979;
  line-height: 0;
  text-align: center;
}

.articoli_list_search .articolo_list div.trama {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  text-align: justify;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.2;
}

.articoli_list_search .articolo_list .articolo_actions {
  position: relative !important;
  bottom: inherit;
  margin-top: 10px;
}

.articoli_list_search .articolo_list .sezione_info {
  border-right: 1px solid #dedede;
}

.articoli_list_search .articolo_list .sezione_bottoni {
  text-align: center;
  padding: 10px !important;
  width: 200px;
}

.articoli_list_search .articolo_list .stock {
  line-height: 1;
}

.articoli_list_search .articolo_list .add_to_cart {
  padding: 0.325rem;
  background: #bf8904;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 30px;
  width: 175px;
  border-radius: 25px;
}

.articoli_list_search .articolo_list .toggle_favourites {
  padding: 0.325rem;
  background: #dcdcdc;
  color: #333;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 30px;
  width: 175px;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 25px;
}

#load_more {
  text-align: center;
}

#load_more_button {
  background: #bf8904;
  border-color: #bf8904;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 1em;
}

select.minimal{
  /* styling */
  background-color: white;
  border: thin solid #dfdfdf;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


select.minimal {
  background-image:
  linear-gradient(45deg, transparent 50%, gray 50%),
  linear-gradient(135deg, gray 50%, transparent 50%),
  linear-gradient(to right, #ccc, #ccc);
  background-position:
  calc(100% - 20px) calc(1em + 2px),
  calc(100% - 15px) calc(1em + 2px),
  calc(100% - 2.5em) 0.5em;
  background-size:
  5px 5px,
  5px 5px,
  1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
  linear-gradient(45deg, green 50%, transparent 50%),
  linear-gradient(135deg, transparent 50%, green 50%),
  linear-gradient(to right, #ccc, #ccc);
  background-position:
  calc(100% - 15px) 1em,
  calc(100% - 20px) 1em,
  calc(100% - 2.5em) 0.5em;
  background-size:
  5px 5px,
  5px 5px,
  1px 1.5em;
  background-repeat: no-repeat;
  border-color: #dfdfdf;
  outline: 0;
}


select.minimal:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button:focus {outline:0;}
select:focus {outline:0;}
input:focus {outline:0;}


/**
* LOGIN FORM
**/
.registration_form .form-control {
  border-radius: 0;
}

.account_form h2 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
  color: #bf8904;
}

@media only screen and (max-width: 767px) {
  .account_form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.account_form form .sezione {

  border: 1px solid #e5e5e5;
  padding: 23px 20px 29px;
  border-radius: 5px;
  margin-top: 30px;

}

.account_form label {
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  line-height: 12px;
  margin-bottom: 12px;
}

.account_form label:hover {
  color: #bf8904;
}

.account_form input {
  border: 1px solid #e5e5e5;
  height: 40px;
  max-width: 100%;
  padding: 0 20px;
  background: white;
  width: 100%;
}

.account_form button {
  background: #bf8904;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  line-height: 21px;
  padding: 5px 20px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
  border-radius: 20px;
}

.account_form button:hover {
  background: #262626;
}

.login_submit label input[type="checkbox"] {
  width: 15px;
  height: 13px;
  margin-right: 3px;
}

.login_submit {
  text-align: right;
}

.login_submit a {
  font-size: 13px;
  float: left;
  line-height: 39px;
}
.login_submit a:hover {
  color: #bf8904;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}

.customer_login {
  padding-top: 140px;
  padding-bottom: 180px;
}

/**
* POPUP FEEDBACK ADD TO CART
**/
#addedToCartModal .modal-content {
  border-radius: 0 !important;
}

#addedToCartModal .modal-header .close {
  padding: 1rem 1rem;
  margin: -1.2rem -1rem -1rem auto !important;
}

#addedToCartModal .modal-dialog {
  width: auto !important;
}

@media (min-width: 576px) {
  #addedToCartModal .modal-dialog {
    width: 60vw !important;
  }
}

#addedToCartModal.fade {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

#addedToCartModal .modal-header {
  text-align: center !important;
  height: 50px !important;
  line-height: 40px !important;
  color: #666 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: inherit !important;
  text-transform: uppercase !important;
}

#addedToCartModal .modal-footer {
  justify-content: space-between !important;
}

#listProductsArea ul.productLines li.productLines {
  list-style-type: none;
}

#listProductsArea ul.productLines li.productLines .imageBlock {
  display: inline-block;
}

#listProductsArea {
  max-height: 250px;
  overflow-y: auto;
  padding: 0 10px;
  margin: 0;
}

#listProductsArea .productLines {
  padding: 20px 0;
}

#listProductsArea .productLines:last-child {
  border-bottom: 0 none;
}

#listProductsArea .productLines {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  border-bottom: 1px solid #eee;
  list-style: none;
  padding: 10px 0;
  position: relative;
  text-align: left;
  margin: 0;
  vertical-align: middle;
}

#listProductsArea .imageBlock {
  -webkit-flex: 0 0 150px;
  flex: 0 0 150px;
  min-width: 150px;
}

#listProductsArea .imageBlock {
  width: 70px;
}

#listProductsArea .imageBlock img.pdtImg {
  display: block;
  max-width: 100%;
}

#listProductsArea .designationBlock {
  -webkit-flex: 2 0 120px;
  flex: 2 0 120px;
  min-width: 0;
  padding-left: 10px;
}

#listProductsArea.dynamicCartProductsList .productName {
  white-space: normal;
  margin-bottom: 5px;
}


#listProductsArea .quantityBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 11px;
  margin-top: 50px;
}

#listProductsArea .quantityBlock .count {
  color: #939393;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
}

#listProductsArea .quantityBlock .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  color: white;
  width: 15px;
  height: 15px;
  font: 15px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 50%;
  background: #bf8904;
  margin-top: 3px;
}

#listProductsArea .quantityBlock .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 15px;
  height: 15px;
  font: 15px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  background: #bf8904;
  line-height: 0.85;
  margin-top: 3px;
}

.quantityBlock .label {
  font-size: 1.2em;
  vertical-align: middle;
  padding-right: 10px;
}

#listProductsArea .option,
#listProductsArea .attribute,
#listProductsArea .PBMsg,
#listProductsArea .quantityBlock {
  color: #333;
  font-size: 12px;
  /* white-space: nowrap; */
}
#listProductsArea .quantityBlock .qtyLabel {
  white-space: nowrap;
  padding-right: 5px;
}

#listProductsArea .quantityBlock .button {
  display: inline-block;
  width: 15px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: #eee;
  color: #999;
  border: 1px solid #ccc;
  line-height: 13px !important;
  text-align: center;
}

#listProductsArea .quantityBlock .PBQty {
  padding: 0 7px;
  font-size: 12px;
  color: #333;
}

#listProductsArea .supprBlock {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  margin-left: 10px;
}

#listProductsArea .priceBlock {
  -webkit-flex: 1 0 50px;
  flex: 1 0 50px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  white-space: nowrap;
  text-align: right;
  padding-left: 10px;
  padding-top: 25px;
}

.PBCurrency {
  color: #161616;
}

#listProductsArea .priceBlock .PBSalesPrice {
  font-size: 16px;
}

.btn-primary {
  padding: 0.325rem 0.725rem;
  background: #bf8904;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 30px;
  width: auto;
  margin-left: 10px;
  border-radius: 0;
  border-color: transparent;
  font-size: 12px;
}

.btn-primary:hover {
  background: #b07f04 !important;
  border-color: transparent !important;
}

.btn-secondary {
  padding: 0.325rem 0.725rem;
  text-transform: uppercase;
  text-align: center;
  height: 30px;
  width: auto;
  margin-left: 10px;
  border-radius: 0;
  border-color: transparent;
  font-size: 12px;
}

/**
* CARRELLO
**/
.table_desc {
  border: 1px solid #e5e5e5;
  margin-bottom: 60px;
  margin-top: 2px;
}

.table_desc .cart_page table {
  width: 100%;
}

.table_desc .cart_page table tbody {
  background: white;
}

.table_desc .cart_page table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.table_desc .cart_page table thead tr th {
  border-bottom: 3px solid #bf8904;
  border-right: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}

.table_desc .cart_page table tbody tr td {
  text-align: center;
  padding: 10px;
}

.table_desc .cart_page table tbody tr td.product_remove,
.table_desc .cart_page table tbody tr td.product_remove_from_favourites {
  min-width: 60px;
}

.table_desc .cart_page table tbody tr td.product_remove a,
.table_desc .cart_page table tbody tr td.product_remove_from_favourites a {
  font-size: 20px;
  color: #bf8904;
}

.table_desc .cart_page table tbody tr td.product_remove a:hover,
.table_desc .cart_page table tbody tr td.product_remove_from_favourites a:hover {
  color: #262626;
}

.table_desc .cart_page table tbody tr td.product_thumb {
  max-width: 110px;
}

.table_desc .cart_page table tbody tr td.product_thumb img {
  max-width: 75%;
  height: auto;
}

.table_desc .cart_page table tbody tr td.product_name {
  min-width: 180px;
  max-width: 420px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table_desc .cart_page table tbody tr td.product_name a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.table_desc .cart_page table tbody tr td.product_name a:hover {
  color: #bf8904;
}

.table_desc .cart_page table tbody tr td.product-price {
  min-width: 130px;
  font-weight: 500;
}

.table_desc .cart_page table tbody tr td.product_quantity {
  min-width: 120px;
}

.table_desc .cart_page table tbody tr td.product_quantity label {
  font-weight: 600;
  margin-right: 5px;
}

.table_desc .cart_page table tbody tr td.product_quantity input {
  width: 60px;
  height: 40px;
  padding: 0 5px 0 10px;
  background: none;
  border: 1px solid #e5e5e5;
}

.table_desc .cart_page table tbody tr td .product_total {
  min-width: 120px;
}

.cart_page table thead tr:last-child th, .table_desc table tbody tr td:last-child {
  border-right: 0;
}

.cart_submit {
  text-align: right;
  padding: 12px;
}

.cart_submit button {
  background: #262626;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.cart_submit button:hover {
  background: #bf8904;
}

.conteggi_carrello table tbody {
  background: #eee !important;
}

.conteggi_carrello table tbody tr td {
  padding: 10px;
}


.conteggi_carrello table tbody tr td {
  border-top: 3px solid #bf8904;
  border-right: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}

/** CHECKOUT **/
.checkout_form h3 {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  background: #bf8904;
  font-weight: 500;
}

.order_table {
  margin-bottom: 35px;
}

.order_table table {
  width: 100%;
}

.order_table table thead tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.order_table table tbody tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  background: #fbfbfb;
}

.order_table table tfoot tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.order_table table tfoot tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.order_button button {
  cursor: pointer;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 0px;
}

.order-notes textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 105px;
  max-width: 100%;
  padding: 0 30px 0 20px;
  background: none;
  font-size: 13px;
  resize: none;
  line-height: 45px;
  width: 100%;
  color: #262626;
  background: #fbfbfb;
}

.min-h {
  min-height: 51vh;
}

.badge-primary {
  color: #fff;
  background-color: #bf8904;
  position: absolute;
  padding: 0.315rem 0.425rem;
  font-size: 1em;
  top: 7px;
  line-height: 0.8em;
}

.cart_widget a {
  color: #888;
  font-size: 1.3em;
}

.favourites_widget a {
  color: #888;
  font-size: 1.3em;
}

.filter_wrapper input.form-control {
  border-radius: 0;
  border: 1px solid #f4f4f4;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #eae2e2 !important;
  border-radius:0 !important;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #eae2e2 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none !important;
  font-size: 0.8em;
  color: #555;
  padding: 0.225rem 0.725rem !important;
}

#post_data {
  text-align: center;
  min-height: 60vh;
  position: relative;
}

#post_data i.fas {
  position: absolute;
  top: 50%;
  color: #dfbd6a;
}

#post_data p.no_results {
  position: absolute;
  top: 50%;
  font-family: 'Arial', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  left: 50%;
}

#load_more {
  display: none;
}

.articoli_box_wrapper {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section_content_lt .articoli_box_wrapper .articolo_sm {
  display: inline-block;
  width: 100% !important;
  background:white;
  margin-right: 10px;
  position: relative;
}

.articolo_box {
  margin-bottom: 10px;
}

.articolo_box::after {
  content: "";
  flex: auto;
}

.section_content .articoli_box_wrapper .articolo_sm .prezzo,
.section_content_lt .articoli_box_wrapper .articolo_sm .prezzo {
  position: static !important;
  font-size: 20px;
}

.articoli_box_wrapper .articolo_box .articolo_actions {
  /* position: static; */
  bottom: 12px;
  text-align: center;
}

.articoli_box_wrapper .articolo_box .add_to_cart {
  padding: 0.275rem 0.525rem;
  background: #bf8904;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 30px;
  width: 100%;
}

.articoli_mini_box_wrapper .articolo_box .add_to_cart {
  padding: 0.275rem 0.525rem;
  background: #bf8904;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 30px;
  width: 100%;
}

.articolo_box .toggle_favourites {
  padding: 0.375rem 0.525rem;
  background: #dcdcdc;
  color: black;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 30px;
  width: 30px;
  margin-bottom: 5px;
}

.section_content .articolo_sm .editore,
.section_content_lt .articolo_sm .editore {
  padding-bottom: 30px;
}
.articoli_mini_box_wrapper .articolo_box .articolo_actions {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .articoli_box_wrapper .articolo_box .articolo_actions {
    position: absolute;
    width: 94%;
  }
  .articoli_mini_box_wrapper .articolo_box .articolo_actions {
    position: absolute;
    width: 91%;
    bottom: 10px;
    text-align: center;
  }

  .section_content .articolo_sm .editore,
  .section_content_lt .articolo_sm .editore {
    padding-bottom: 0;
  }

  .articolo_box {
    width: 265px;
  }

  .articoli_mini_box_wrapper .articolo_box
  {
    margin-right: 10px;
  }

  .section_content_lt .articoli_box_wrapper .articolo_sm {
    height: 493px;
  }

  .section_content_lt .articoli_mini_box_wrapper .articolo_sm {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 19px;
  }
}

.pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 3px;
  margin-left: 3px;
  margin-bottom: 10px;
}

.pagination ul li:first-child {
  margin-left: 0;
}

.pagination ul li a {
  display: block;
  border-radius: 3px;
  color: gray;
}

.pagination ul li a:hover {
  background: #bf8904;
  color: #ffffff;
}

.pagination ul li.current {
  background: #bf8904;
  color: #ffffff;
}

.pagination ul li.next {
  width: 40px;
}

.shop_toolbar.t_bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar.t_bottom {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom {
    padding: 15px 10px 15px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom .pagination {
    margin-top: 0;
  }
}

.shop_toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none !important;
  padding: 8px 10px;
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .shop_toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 10px 10px 18px;
  }
}

.select_option_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .select_option_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.select_option_header .nice-select {
  border: 0;
  height: 30px;
  line-height: 29px;
}

.select_option_header .nice-select ul.list {
  top: 114%;
  right: 0;
  width: 230px;
  max-height: 250px;
  overflow: auto;
}

.articoli_list_search .articolo_list.mobile {
  text-align: center !important;
}

.articoli_list_search .articolo_list.mobile .sezione_bottoni {
  padding: 10px !important;
  width: auto !important;
}

.articoli_list_search .articolo_list.mobile img {
  max-width: 250px;
  max-height: none;
}

.search_widget .form-group {
  margin-bottom: 0 !important;
}

.speak {
  color: #333;
  font-family: sans-serif;
  position: relative;
  display: inline-block;
  min-width: 2.7em;
  margin: 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 4em;
}

.speak span {
  transition: color 0.3s ease-out;
  color: inherit;
}

.speak:after,
.speak:before,
.speak span:after,
.speak span:before {
  color: #333333;
  background-color: currentColor;
}

.four:before,
.four:after,
.four span:before,
.four span:after {
  background-color: #BF8904;
}

.speak:after,
.speak:before,
.speak span:before,
.speak span:after {
  position: absolute;
  content: '';
  border-radius: 4px;
}

.speak:after,
.speak:before {
  bottom: -6px;
  height: 4px;
}

.speak:after {
  left: 0;
  right: 39px;
}

.speak:before {
  right: -2px;
  width: 13px;
}

.speak span:before {
  height: 0;
  width: 4px;
  bottom: -2px;
  right: 7px;
  transition: height .3s, bottom .3s;
}

.speak span:after {
  height: 4px;
  width: 34px;
  bottom: -6px;
  right: 8px;
  transform: rotate(0deg);
  transform-origin: left top;
  transition: transform .3s, right .3s, width .3s;
}

.speak.active span:before {
  height: 22px;
  bottom: -24px;
}

.speak.active span:after {
  right: 1px;
  width: 40px;
  transform: rotate(30deg);
}

.speak.active,
.speak.active {
  outline: 0;
}
.modalBackground{
  background-image: url(/img/back-modal.png);
  background-position: center;
}
