/*
Theme Name: Zorzetto Web
Author: Omega2000
Version: 1.0.0
Text Domain: zorzettoweb
*/
html,
body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  color: #777;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #0F3B5F;
}
a:hover {
  text-decoration: none;
  color: #0F3B5F;
}

.zorz__weight {
  font-weight: 700;
}

.color--blu {
  color: #0F3B5F;
}

.color--red {
  color: #ff4659;
}

.color--verde {
  color: #CCCC00;
}

.color--nero {
  color: #111;
}

.color--white {
  color: #fff;
}

.color--grigiochiaro {
  color: #eee;
}

.color--body {
  color: #777;
}

/*font*/
.fontsize--12 {
  font-size: 12px;
  line-height: 14px;
}

.font--w700 {
  font-weight: 700;
}

.padding__bottom--30 {
  padding-bottom: 30px;
}

.padding__bottom--10 {
  padding-bottom: 10px;
}

.padding__top--10 {
  padding-top: 10px;
}

.padding__left--10 {
  padding-left: 10px;
}

.padding__top--30 {
  padding-top: 30px;
}

.padding--30 {
  padding: 30px;
}

.padding--20 {
  padding: 20px;
}

.padding--10 {
  padding: 10px !important;
}

.padding__left--20 {
  padding-left: 20px;
}

.margin__left--10 {
  margin-left: 10px;
}

.marginbottom--20 {
  margin-bottom: 20px;
}

.marginbottom--10 {
  margin-bottom: 10px;
}

.marginright--10 {
  margin-right: 10px;
}

.margintop--20 {
  margin-top: 20px;
}

.margintop--10 {
  margin-top: 10px;
}

.margin--auto {
  margin: auto;
}

.margin--0.margin--0 {
  margin: 0px 0px 0px 0px;
}

/*bkg*/
.bkg--grigio {
  background-color: #eee;
}

.bkg--blue {
  background-color: #0F3B5F;
}

.float__none.float__none {
  float: none !important;
}

.child__span__width100 span {
  width: 100%;
}

/*allinamento a destra*/
.text--right {
  text-align: right;
}

.text--left {
  text-align: left;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.border--blu {
  border: 2px solid #0F3B5F;
}

.border--grey.border--grey {
  border-radius: 0px !important;
  border: 1px solid #ddd !important;
}

#tab-reviews .submit.submit[type=submit], .zorz__btn__order, a.zorz__product__list__btn.zorz__product__list__btn, .zorz__add__product__btn.single_add_to_cart_button, .zorz__coupon__btn, .zorz__cart__update, .zorz__btn--red, .zorz__btn__transparent, .zorz__btn {
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
#tab-reviews .submit[type=submit]:focus, .zorz__btn__order:focus, a.zorz__product__list__btn:focus, .zorz__add__product__btn.single_add_to_cart_button:focus, .zorz__coupon__btn:focus, .zorz__cart__update:focus, .zorz__btn--red:focus, .zorz__btn__transparent:focus, .zorz__btn:focus {
  outline: 0px;
}

.zorz__product__related__title, .zord__product__title {
  color: #555;
  font-weight: 700;
}

.zorz__btn {
  background-color: #0F3B5F;
  color: #fff;
}
.zorz__btn:hover {
  color: #fff;
}

.zorz__btn__transparent {
  background-color: #fff;
  color: #0F3B5F;
}
.zorz__btn__transparent:hover {
  color: #0F3B5F;
}

.zorz__btn__small {
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #0F3B5F;
  color: #fff;
}
.zorz__btn__small:hover {
  color: #fff;
}

.zorz__btn--red {
  background-color: #ff4659;
  color: #fff;
}
.zorz__btn--red:hover {
  color: #fff;
}

.width--100 {
  width: 100%;
}

.height--100 {
  height: 100%;
}

.display__block {
  display: block;
}

.display__inlineblock {
  display: inline-block;
}

.zorz__img__responsive {
  width: 100%;
  height: auto;
}

/**
HEADER
 */
/*menu
.primary-menu-container {
  position: fixed;
  top: 56px;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #343a40;
  transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.primary-menu-container.open {
  visibility: visible;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (min-width: $break-sm) {
.zorz__burger{
  display:none;
}
.primary-menu-container{
  background-color: transparent;
  visibility: visible;
  top: 0px;
  left: 0px;
  height:auto;
  padding-right: 0rem;
  padding-left: 0rem;
  transition: none;
  transition: none;
  transition: none;
}
}
*/
/*logo*/
.zorz__logo img {
  max-width: 150px;
  width: 100%;
  height: auto;
  /*@media (min-width: $break-sm) {
    max-width:100%;
  }*/
}

/*fascia header*/
@media (min-width: 768px) {
  .zorz__header__center {
    height: 76px;
  }
}

.zorz__header {
  background-color: #fff;
}
.zorz__header .mega-menu.container {
  margin: auto !important;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px !important;
}
@media (min-width: 768px) {
  .zorz__header {
    height: 116px;
    position: fixed;
    padding-top: 0px;
    width: 100%;
    z-index: 999;
  }
}

/*banner spedizione gratuita*/
.banner__spedizionefree {
  background-color: #0F3B5F;
  color: #fff;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .banner__spedizionefree {
    margin-bottom: 0px;
  }
}
.banner__spedizionefree i {
  font-size: 8px;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  visibility: hidden;
}
@media (min-width: 768px) {
  .banner__spedizionefree i {
    visibility: visible;
  }
}
.banner__spedizionefree span {
  display: block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .banner__spedizionefree span {
    display: inline-block;
  }
}

/*cerca*/
.zorz__search {
  width: 100%;
  height: 33px;
  position: relative;
}

.zorz__searchlabel {
  margin-bottom: 0px;
  width: 92%;
}

.zorz__searchinput {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.09) !important;
  border-bottom-left-radius: 99px;
  border-top-left-radius: 99px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-right: 0px;
  padding: 0 12px;
  font-size: 15px;
  height: 33px;
}
.zorz__searchinput:focus {
  outline: none;
}

.zorz__searchbtn {
  position: absolute;
  top: 0px;
  width: 8%;
  right: 0px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.09) !important;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 0px;
  padding-right: 12px;
  border-bottom-right-radius: 99px;
  border-top-right-radius: 99px;
}
.zorz__searchbtn:focus {
  outline: none;
}

.zorz__searchicon {
  display: block;
  text-align: right;
}

.zorz__search__header {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .zorz__search__header {
    margin-top: 23px;
    margin-bottom: 0px;
  }
}

/*menu carello e user*/
.zorz__header__woo {
  list-style: none;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  width: 100%;
}
.zorz__header__woo i {
  font-size: 20px;
  display: block;
}
.zorz__header__woo .cart-number {
  font-size: 11px;
  height: 17px;
  position: absolute;
  min-width: 17px;
  top: -10px;
  right: -10px;
  line-height: 17px;
  border-radius: 99px;
  letter-spacing: -0.5px;
  font-weight: 700;
  padding-left: 2px;
  padding-right: 2px;
  z-index: 1;
  background: #CCCC00;
}
.zorz__header__woo a {
  display: inline-block;
  position: relative;
}

.zorz__header__woo__item {
  display: inline-block;
  border-right: 1px solid #eee;
  text-align: center;
  width: 30%;
}
@media (min-width: 768px) {
  .zorz__header__woo__item {
    float: left;
  }
}
.zorz__header__woo__item:nth-child(3) {
  border-right: 1px solid #fff;
}

.zorz__header__woo__text {
  font-size: 10px;
  display: block;
}
@media (min-width: 768px) {
  .zorz__header__woo__text {
    font-size: 12px;
  }
}

/*
CONTENT
*/
.zorz__container {
  /*padding-top:20px;*/
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .zorz__content {
    padding-top: 153px;
  }
}

.zorz__title__container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: 20px;
}

.zorz__title {
  color: #555;
  text-transform: uppercase;
  font-weight: 700;
}

.zorz__title__h1 {
  font-size: 27px;
}

.zorz__title__sub {
  font-size: 18px;
}

/**
NATALE
 */
/*BACKGROUND NATALE*/
.bkg__natale {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.zorz__category__natale .zorz__category__title {
  background-color: #d80000;
}

/*fine natale*/
/*
CARRELLO
*/
.zorz__cart {
  font-family: "Lato", sans-serif;
  color: #777;
  font-size: 14px;
  padding-bottom: 40px;
}

.zorz__cart__form {
  width: 100%;
}

table.zorz__cart__table.zorz__cart__table {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-right: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: none;
  border-radius: 0px;
}

.bordercart--right:after {
  content: "";
  background-color: #ececec;
  width: 1px;
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0px;
}

.woocommerce-cart-form__contents .cart_item .zorz__group__quantity {
  float: right !important;
}
@media (min-width: 768px) {
  .woocommerce-cart-form__contents .cart_item .zorz__group__quantity {
    float: left !important;
  }
}

.zorz__cart__table__header {
  color: #777;
  text-transform: uppercase;
}
.zorz__cart__table__header th {
  border-bottom: 3px solid #ececec;
}

tbody.zorz__cart__table__body.zorz__cart__table__body td {
  border-top: none;
  border-bottom: 1px solid #ececec;
  line-height: 1.5em;
  padding: 0px; /*9px 12px;*/
}
tbody.zorz__cart__table__body.zorz__cart__table__body td a.zorz__btn__small {
  margin: 5px 0 5px 0;
}
tbody.zorz__cart__table__body.zorz__cart__table__body th {
  border-top: none;
  border-bottom: 1px solid #ececec;
  line-height: 1.5em;
  padding: 9px 12px;
}

.zorz__prodprice,
.zorz__prodtotal {
  color: #111;
  font-weight: 700;
}

.zorz__prodtotal.zorz__prodtotal.product-subtotal {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .zorz__prodtotal.zorz__prodtotal.product-subtotal {
    padding: 9px 12px;
  }
}

.zorz__prodquantity.zorz__prodquantity.product-quantity {
  border-bottom: none;
}
@media (min-width: 768px) {
  .zorz__prodquantity.zorz__prodquantity {
    border-bottom: 1px solid #ececec !important;
  }
}

@media (min-width: 768px) {
  .zorz__productremove {
    width: 20px;
  }
}
.zorz__productremove .zorz__productremove__icon {
  color: #0F3B5F;
}
.zorz__productremove a.remove:hover {
  background-color: rgba(255, 255, 255, 0);
}
.zorz__productremove a.remove:hover .zorz__productremove__icon {
  color: #ff4659;
}

.zorz__thumb.zorz__thumb {
  min-width: 60px;
  max-width: 90px;
  width: 90px;
}

.zorz__btn__cart {
  color: #fff;
  text-transform: uppercase;
  background-color: #0F3B5F;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: center;
}
.zorz__btn__cart:hover {
  color: #fff;
}

/* note ordine */
.zorz__order__notes.zorz__order__notes {
  margin: 10px 0 !important;
}
.zorz__order__notes.zorz__order__notes label {
  font-size: 16px;
  font-weight: bold;
}

/*bottone aggiornamento carrello*/
.zorz__cart__update {
  border: 0px;
  color: #fff;
  background-color: #0F3B5F;
}

tfoot.zorz__cart__table__footer.zorz__cart__table__footer td {
  border-top: none !important;
  border-bottom: 1px solid #ececec;
  line-height: 1.5em;
  padding: 9px 12px;
}
tfoot.zorz__cart__table__footer.zorz__cart__table__footer th {
  border-top: none !important;
  border-bottom: 1px solid #ececec;
  line-height: 1.5em;
  padding: 9px 12px;
}

[disabled] {
  opacity: 0.6;
}

/*coupon*/
.zorz__cuupon__title {
  color: #777;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 14px;
  border-bottom: 2px solid #ececec;
  width: 100%;
  font-family: "Lato", sans-serif;
}

.zorz__cuupon__icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.zorz__carttotal.zorz__carttotal.cart_totals {
  float: none;
  width: 100%;
}

.zorz__coupon__btn {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  text-shadow: 1px 1px 1px #fff;
  color: #666;
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: normal;
}

/*
FORMS
*/
.zorz__form__group .woocommerce-input-wrapper {
  width: 100%;
}
.zorz__form__group.font--w700 {
  font-weight: 400;
}
.zorz__form__group.font--w700 .zorz__label {
  font-weight: 700;
}

#tab-reviews .textarea, #tab-reviews input[type=text],
#tab-reviews input[type=email], .zorz__textarea, .zorz__input {
  border: 1px solid #ddd !important;
  border-radius: 0px;
  font-size: 14px !important;
  width: 100%;
  color: #777 !important;
  padding: 0 10px;
}
#tab-reviews .textarea:focus, #tab-reviews input[type=text]:focus,
#tab-reviews input[type=email]:focus, .zorz__textarea:focus, .zorz__input:focus {
  border-color: #0F3B5F !important;
  box-shadow: none;
  outline: none;
}

.zorz__input {
  height: 38px;
}

.zorz__label {
  width: 100%;
  margin-bottom: 0px;
}

.checkbox.zorz__label {
  width: auto;
}

.input-checkbox.zorz__input {
  width: auto;
}

/*select*/
.zorz__form__group.zorz__form__group .select2-selection {
  border-radius: 0px;
  border: 1px solid #ddd;
}
.zorz__form__group.zorz__form__group .select2-selection__rendered {
  color: #777;
}
.zorz__form__group.zorz__form__group .select2-selection__clear {
  display: none;
}
.zorz__form__group.zorz__form__group .select2-selection__arrow {
  color: #777;
}

.zorz__group__select {
  border: 1px solid #ddd;
}

.zorz__select {
  height: 38px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.zorz__select:focus {
  outline: 0px;
}

.zorz__form__group.zorz__form__group.woocommerce-validated.woocommerce-validated .zorz__input {
  border-color: #CCCC00;
}

/* iva partita iva*/
.zorz__input[name=billing_vat],
.zorz__input[name=billing_vat]::-webkit-outer-spin-button,
.zorz__input[name=billing_vat]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield; /* Firefox */
  margin: 0;
}

/*
FOOTER
 */
.site-footer {
  background-color: #777;
  color: #f1f1f1;
  padding: 30px 0;
  border-top: 5px solid #CCCC00;
}

.zorz__footer__widget a {
  color: #f1f1f1;
}
.zorz__footer__widget a:hover {
  color: #CCCC00;
}

.footer_widget__title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: 0.8px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}
.footer_widget__title:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
}

/*copyright*/
.site-info {
  background-color: #5b5b5b;
  padding: 10px 0 15px;
  font-size: 14px;
}
.site-info a {
  color: rgba(255, 255, 255, 0.5);
}
.site-info p {
  margin-bottom: 0px;
}

/*list sedi*/
.menu__sedi {
  list-style: none;
  padding: 0px;
}

.menu__sedi__icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  width: 20px;
  text-align: center;
}

.menu__sedi__time {
  display: inline-block;
  vertical-align: top;
}

/*list footer*/
.footer__social {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__social {
    margin-bottom: 0px;
  }
}

.footer__social__link {
  margin-right: 5px;
}

.footer__social__icon {
  color: #fff;
  font-size: 30px;
}

.footer__sub {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
}

/**
SINGLE PRODUCT
 */
.zorz__productmain {
  padding-top: 40px;
}

.zord__product__title {
  font-size: 27px;
}

.zorz__product__price.zorz__product__price {
  color: #111 !important;
}
.zorz__product__price.zorz__product__price span {
  color: #111 !important;
  font-size: 24px !important;
}
.zorz__product__price.zorz__product__price ins {
  text-decoration: none;
  padding-left: 5px;
}
.zorz__product__price.zorz__product__price del span {
  text-decoration: line-through;
}

.zorz__short__description {
  font-size: 16px;
}

.zorz__add__product__btn.single_add_to_cart_button {
  background-color: #0F3B5F;
  color: #fff;
  border: none;
}
.zorz__add__product__btn.single_add_to_cart_button:focus {
  outline: 0px;
}

.zorz__product__sku {
  display: block;
}

p.zorz__stock.zorz__stock.stock {
  color: #CCCC00;
}

.zorz__product__slide .flex-viewport {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.zorz__product__slide .flex-control-thumbs.flex-control-thumbs li {
  border: 1px solid #ddd;
  margin: 0 10px 0 0 !important;
  height: 100%;
}
.zorz__product__slide .flex-control-thumbs.flex-control-thumbs li:last-child {
  margin: 0 0px 0 0 !important;
}
@media (min-width: 576px) {
  .zorz__product__slide .flex-control-thumbs.flex-control-thumbs li {
    max-height: 140px;
  }
}

/*immagine prodotto*/
.zorz__product__slide__img img {
  max-height: 500px;
  margin: auto;
  width: auto !important;
}
.zorz__product__slide__img div:nth-child(1) {
  margin-bottom: 20px;
}

/*fine immagine prodotto*/
.zorz__tabs__product {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.zorz__product__tabs__item.active .zorz__product__tabs__link {
  border-top: 2px solid #0F3B5F;
  margin-bottom: -1px;
}

.zorz__product__tabs__link {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
}

.zorz__product__tabs__content.zorz__product__tabs__content {
  padding: 15px;
  margin-top: -1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/*correlati*/
.zorz__product__related {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

/*etichetta in saldo*/
span.zorz__product__sale.onsale {
  top: 20px;
  left: 0px;
  line-height: 1.5;
  padding: 10px 15px;
  background-color: #CCCC00;
  border-radius: 0px;
  text-transform: uppercase;
}

.zorz__product__related__title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

/*bottone "aggiungi alla lista dei desideri"*/
.zorz__product__btn__add__list__wishlists.zorz__product__btn__add__list__wishlists {
  background-color: #eee !important;
  color: #777 !important;
  font-weight: 400 !important;
}

/*bottone crea lista dei desideri*/
.zorz__product__btn__create__list__wishlists {
  background-color: #0F3B5F;
  color: #fff;
  padding: 5px;
  font-weight: 400;
  display: block;
  text-align: center;
}
.zorz__product__btn__create__list__wishlists:hover {
  background-color: #0F3B5F;
  color: #fff;
}

/*popup lista di selezione */
.zorz__product__popup__wishlists {
  max-width: 93%;
  width: 100%;
}
@media (min-width: 576px) {
  .zorz__product__popup__wishlists {
    max-width: 250px;
    width: auto;
  }
}

.zorz__product__popup__list__wishlists dd {
  border-top: 1px solid #ddd;
  padding: 5px 0px;
}
.zorz__product__popup__list__wishlists dd a {
  color: #0F3B5F;
  font-size: 14px;
}

/*popup title*/
.zorz__product__popup__title__list__wishlists {
  font-size: 16px;
  color: #777;
}

/*lista prodotti*/
.zorz__listproduct__title {
  font-size: 16px;
}

.zorz__product__list {
  display: flex;
  display: -webkit-flex !important;
  flex-wrap: wrap;
}
.zorz__product__list li.product {
  display: flex;
  display: -webkit-flex !important;
  flex-direction: column;
  margin: 0px 0.8% 2.992em !important;
}
@media (min-width: 992px) {
  .zorz__product__list li.product {
    margin: 0 3.8% 2.992em 0 !important;
  }
}
.zorz__product__list li.product.last {
  margin: 0px 0 2.992em !important;
}
.zorz__product__list .attachment-woocommerce_thumbnail {
  border: 1px solid #ddd;
}
.zorz__product__list a img {
  max-height: 260px;
}

.zorz__listproduct__price.zorz__listproduct__price {
  color: #111;
  padding-top: 5px;
}
.zorz__listproduct__price.zorz__listproduct__price span {
  color: #111;
  font-size: 16px;
}
.zorz__listproduct__price.zorz__listproduct__price del .woocommerce-Price-amount {
  text-decoration: line-through;
}
.zorz__listproduct__price.zorz__listproduct__price ins {
  text-decoration: none;
}

.zorz__product__list__code {
  display: inline-block;
  font-style: oblique;
}

.zorz__product__list__qty {
  display: inline-block;
  width: 100%;
}

span.zorz__product__list__sale.onsale {
  top: 20px !important;
  right: 6px !important;
  line-height: 1.5;
  padding: 10px 15px;
  background-color: #CCCC00;
  border-radius: 0px;
  text-transform: uppercase;
}

a.zorz__product__list__btn.zorz__product__list__btn {
  margin-top: auto !important;
  background-color: #0F3B5F;
  color: #fff;
  width: 100%;
  display: block;
  border-radius: 0px;
  line-height: 1.5;
}
a.zorz__product__list__btn.zorz__product__list__btn:hover {
  background-color: #0F3B5F;
  color: #fff;
}

/*meta lista prodotti*/
.zorz__product__list__meta {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.zorz__product__list__meta__item {
  padding: 5px 0;
  border-top: 1px solid #ddd;
}
.zorz__product__list__meta__item:last-child {
  border-top: none;
}

.zorz__group__quantity {
  border: 1px solid #ddd;
  margin-right: 10px;
}

.zorz__quantity {
  border: none;
  width: 100%;
  max-width: 60px;
  padding: 10px 0px 10px 10px;
  height: 39px;
  background-color: rgba(255, 255, 255, 0);
  text-align: left;
}
.zorz__quantity:focus {
  outline: 0px;
}

/*BOX CON LA STESSA ALTEZZA*/
.row-eq-height:before, .row-eq-height:after {
  content: "";
  display: inline-block;
}

.col-eq-height {
  display: flex !important;
  display: -webkit-flex !important;
}

.content-eq-height.content-eq-height {
  flex-basis: 0;
  flex-grow: 1;
  height: auto;
}
@media (min-width: 992px) {
  .content-eq-height.content-eq-height.height100 {
    height: 100% !important;
  }
}

.content-eq-height-column {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}

/*
PAGINA CHECKOUT
*/
.zorz__title__checkout {
  font-size: 18px;
}

.zorz__checkout__coupon.zorz__checkout__coupon.checkout_coupon {
  border: 1px solid #ececec;
  border-radius: 0px;
}

/*
METODO DI PAGAMENTO
*/
#payment.zorz__method__pay {
  background-color: #eee;
  border-radius: 0px;
  margin-top: 30px;
}

.zorz__label__method .about_paypal {
  line-height: 2 !important;
  margin-left: 5px;
}

.zorz__pay__methodbox {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #e2dede;
  color: #777;
}
.zorz__pay__methodbox p {
  margin-bottom: 0px;
}
.zorz__pay__methodbox:before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.zorz__btn__order {
  color: #fff;
  background-color: #0F3B5F;
  display: block;
  width: 100%;
}
.zorz__btn__order:hover {
  color: #fff;
}

/*
DETTAGLI ORDINE
 */
.zorz__title__detailorder {
  font-size: 18px;
}

.zorz__detailorder {
  list-style: none;
  text-align: center;
  background-color: #eee;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.zorz__detailorder__item {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
}
.zorz__detailorder__item strong {
  display: block;
  font-size: 16px;
}

.zorz__detailorder__address {
  border-radius: 0px;
}
@media (min-width: 992px) {
  .zorz__detailorder__address {
    height: 100%;
  }
}

/*
ALERT
*/
.zorz__alert.zorz__alert {
  padding: 15px;
  font-size: 16px;
  margin-bottom: 20px;
}

.zorz__alert.zorz__alert {
  list-style: none;
}

.zorz__alert__success.zorz__alert__success {
  background-color: #d4edda;
  color: #155724;
}
.zorz__alert__success.zorz__alert__success a {
  background-color: #fff;
  margin-right: 10px;
  color: #0F3B5F;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
  display: block;
}
@media (min-width: 576px) {
  .zorz__alert__success.zorz__alert__success a {
    display: inline-block;
    margin-top: 10px;
  }
}
.zorz__alert__success.zorz__alert__success a:hover {
  background-color: #fff;
}

.zorz__alert__error.zorz__alert__error {
  background-color: #f8d7da;
  color: #721c24;
}
.zorz__alert__error.zorz__alert__error a {
  background-color: #fff;
  margin-right: 10px;
  color: #0F3B5F;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
}
.zorz__alert__error.zorz__alert__error a:hover {
  background-color: #fff;
}

.zorz__alert__info.zorz__alert__info {
  background-color: #d1ecf1;
  color: #0c5460;
}
.zorz__alert__info.zorz__alert__info a {
  font-weight: 700;
}

/*
ACCOUNT
 */
/*navigazione*/
.zorz__account__list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border: 1px solid #eee;
}

.zorz__account__nav__item {
  border-bottom: 1px solid #eee;
}
.zorz__account__nav__item:first-child {
  border-top: none;
}
.zorz__account__nav__item:last-child {
  border-bottom: none;
}
.zorz__account__nav__item.is-active a {
  background-color: #0F3B5F;
  color: #fff;
}

.zorz__account__nav__link {
  display: block;
  padding: 10px 15px;
}

/**
LOOP
 */
/*pagination*/
.zorz__pagination {
  margin: 40px 0;
}
.zorz__pagination ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.zorz__pagination ul li {
  display: inline-block;
}
.zorz__pagination ul li a {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  border: 1px solid #ddd;
  color: #777;
  line-height: 23px;
}
.zorz__pagination ul li span {
  border: 1px solid #CCCC00;
  text-align: center;
  line-height: 23px;
  width: 25px;
  height: 25px;
  display: block;
  background-color: #CCCC00;
  color: #fff;
}

/**
LOOP MACROCATEGORIE
 */
li.product-category mark.count {
  background-color: transparent;
  display: none;
}

/*
POST NAVIGATION
*/
.post-navigation {
  display: none !important;
}

/**
SEARCH
 */
.zorz__search__box__thumb {
  overflow: hidden;
}

.zorz__search__box__text {
  margin-top: auto;
}

/**
BLOCCO CATEGORIA
 */
.zorz__category__block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 70%;
  display: block;
  position: relative;
}

.zorz__category__title {
  background-color: #CCCC00;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 0px;
  padding: 20px 0px;
}

/*
COMMENTI
*/
#tab-reviews .woocommerce-Reviews-title {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #555;
  font-weight: 700;
}
#tab-reviews .comment-reply-title {
  color: #555;
  font-size: 18px;
}
#tab-reviews .submit.submit[type=submit] {
  background-color: #0F3B5F !important;
  color: #fff !important;
  border-radius: 0px !important;
}
#tab-reviews .submit.submit[type=submit]:hover {
  color: #fff !important;
}
#tab-reviews input[type=text],
#tab-reviews input[type=email] {
  height: 38px;
}
#tab-reviews label {
  margin-bottom: 0px;
}
#tab-reviews label[for=wp-comment-cookies-consent] {
  margin-left: 5px;
}

/* BTN COOKIE */
a.zorz_btn_cookie_banner.zorz_btn_cookie_banner {
  width: auto;
  display: inline-block;
}

#cookie-notice {
  top: 40% !important;
}
@media (min-width: 576px) {
  #cookie-notice {
    top: 0px !important;
  }
}

.cookie-notice-container {
  padding: 50px 10px !important;
}
@media (min-width: 576px) {
  .cookie-notice-container {
    padding: 10px !important;
  }
}

/*
LISTA WISHLIST
*/
@media (max-width: 768px) {
  .shop_table_responsive.zorz__filter__wishlist tr td:before {
    content: attr(data-title) " " !important;
  }
}
.zorz__btn__filter__wishlist {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .zorz__btn__filter__wishlist {
    margin-top: 10px;
  }
}

.zorz__wishlist__check {
  width: 16px;
  height: 20px;
}

.wishlist-message-dismiss {
  float: none !important;
  display: inline-block !important;
}

/***
tendina
***/
.feedback {
  position: fixed;
  right: -320px;
  top: 232px;
  max-width: 320px;
  width: 100%;
  background-color: #eee;
  z-index: 50;
}
@media (orientation: landscape) {
  .feedback {
    top: 192px;
  }
}

.feedback__form {
  padding: 20px;
  height: 300px;
  overflow: scroll;
}
@media (min-height: 768px) {
  .feedback__form {
    height: 100%;
    overflow: visible;
  }
}

.feedback__form span.wpcf7-list-item {
  margin: 0 0 0 0em;
}

.feedback__form .wpcf7-form-control-wrap input,
.feedback__form .wpcf7-form-control-wrap textarea {
  background-color: #fff;
}

.feedback__btn {
  cursor: pointer;
  text-align: center;
  position: absolute;
  background-color: #0F3B5F;
  padding: 10px 20px;
  color: #eee;
  top: 0px;
  right: 320px;
}
.feedback__btn:hover {
  text-decoration: none;
  color: #eee;
}
.feedback__btn:active {
  text-decoration: none;
  color: #eee;
}
.feedback__btn:focus {
  text-decoration: none;
  color: #eee;
}

.feedback__btntext {
  display: none;
}

.feedback__btnicon {
  display: block;
}

.feedback textarea.wpcf7-textarea {
  height: auto !important;
}

@media (min-width: 601px) {
  .feedback {
    top: 232px;
  }
}
@media (min-width: 768px) {
  .feedback {
    top: 196px; /*18.9*/
  }
  .feedback__btn {
    width: 200px;
    top: 69px;
    right: 251px;
    padding: 20px 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    text-decoration: none;
  }
  .feedback__btntext {
    display: block;
  }
  .feedback__btnicon {
    display: none;
  }
}
@media (min-width: 992px) {
  .feedback {
    top: 156px; /*18.9*/
  }
}
/*fascia verde  homepage*/
.banner__greeen {
  font-family: "Crimson Text", serif;
  text-align: center;
  display: block;
  font-size: 30px;
  line-height: 34px;
  color: #0F3B5F;
  font-style: oblique;
  padding: 10px;
  vertical-align: middle;
}
.banner__greeen:hover {
  color: #fff;
}
.banner__greeen span {
  vertical-align: middle;
}
.banner__greeen i {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .banner__greeen {
    font-size: 40px;
    line-height: 44px;
  }
}

#wc-ppcp-credit-card-gateway-cc-form .input-text {
  border: 1px solid #ddd;
  border-radius: 0px;
  font-size: 14px;
  width: 100%;
  color: #777;
  padding: 0 10px;
}

#wc-ppcp-credit-card-gateway-cc-form label {
  width: 100%;
}

#ppcp-hosted-fields {
  width: 100%;
}

button.ppcp-dcc-order-button {
  color: #fff !important;
  background-color: #0F3B5F !important;
  display: block !important;
  width: 100% !important;
  padding: 10px 15px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}
