/*******************************
CART WRAPPER
*******************************/
.mall-cart__wrapper .md-form {
    margin-top: 0;
    margin-bottom: 0;    
}
.mall-cart__table {
    width: 100%;
}
.mall-cart__product,
.mall-cart__wrapper-costs {        
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    border-radius: 5px;
}
.mall-cart__product .mall-cart__product-info {    
    display: block;       
}
.mall-cart__product .mall-cart__product-info .mall-cart__product-info__title {    
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;    
    display: block;
    color: #4285f4;
}
.mall-cart__product-info__item {
    font-size: 14px;    
    font-weight: 300;
}
.mall-cart__product-info__remove {
    color: #6c757d;
    font-size: 14px;
}
.mall-cart__product-info__remove:hover {
    color: #212121;
}
.mall-selectbox-sm {
    width: 60px;
}
.mall-cart__total,
.mall-cart__discount,
.mall-cart__shipping,
.mall-cart__payment,
.mall-cart__taxes,
.mall-cart__taxes-total,
.mall-cart__grand-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;    
}
.mall-cart__wrapper-costs span {
    color: #212121;
    font-weight: 300;
}
/*******************************
DISCOUNT APPLIER
*******************************/
.mall-discount-applier {
    margin: 1rem 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    border-radius: 5px;
    padding: 1.5rem;
    width: 100%;
}
.mall-discount-applier .mall-form-control label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #212121;
    margin-bottom: 0;
}
.mall-discount-applier input[type=text] {        
    font-size: 14px;
}
/*******************************
PROCEED TO CHECKOUT
*******************************/
.mall-cart-actions {
    margin: 1rem 0;           
}

#checkoutFixedBottom {
    margin-top: -3.5rem;
    margin-bottom: 1.5rem;   
    position: relative;
    z-index: 10;
}
.mall-payment-method-selector,
.mall-shipping-selector {
    position: relative;
    padding-bottom: 4rem;    
}
.mall-payment-method__submit--text,
.mall-shipping-method__submit--text {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 20;
    width: 165px;
    height: 55px;
}
.mall-payment-method__submit--text > button,
.mall-shipping-method__submit--text > button {
    width: 100%;
    height: 100%;
}

.checkout-fixed-bottom__next {
    color: #212121!important;
}
.checkout-fixed-bottom__next:hover {
    color: #ffff00!important
}
.mall-cart-summary__heading {
    font-weight: bold;
}
/*******************************
SHIPPING METHOD / PAYMENT METHOD
*******************************/
.mall-shipping-method__description p:first-child,
.mall-payment-method__description p:first-child {
    color: #212121;
    margin-top: 1rem;
    margin-bottom: 0;    
}
.mall-shipping-method__description p:not(:first-child),
.mall-payment-method__description p:not(:first-child),
.mall-shipping-method__description li,
.mall-payment-method__description li {
    color: #6c757d;
    font-weight: 300;
}

.mall-cart-summary__shipping-name p:first-child strong,
.mall-cart-summary__payment-name p:first-child strong {
    font-weight: normal;
}
.mall-cart-summary__shipping-name p:not(:first-child),
.mall-cart-summary__payment-name p:not(:first-child) {
    display: none;
}


/****************************
SELECT PAGINA CONFERMA ORDINE
****************************/
.mall-cart-summary__info .select-wrapper input.select-dropdown:not(.active) {   
    padding: 0 2.5rem 0 1rem;
    width: 100%;
}

/***********************
GENERAL
***********************/
html, body {
    display: flex;
    flex-direction: column;
}
main {
    flex: 1;
}
.position-sticky {
    top: 0;
    z-index: 12;
}
.mall-cart-count {
    width: 16px;
    height: 16px;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
[data-validate-for] {
    color: #ff3547;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 0.5rem;
}
.bg-default{
    background-color: #ffff00!important;
    color: #000;

}
/* BUTTONS */
.btn {
    width: fit-content;
    border-radius: 50px;
    font-weight: bold;
}
.btn-primary{
    background-color: #ffff00!important;
    color: #000;
}
.btn-secondary{
    background-color: #f1f2f5!important;
    color: #000;
    box-shadow: none;
}
.btn-secondary a{
    color: #000;
}
.btn-primary,
.btn-outline-primary {
    box-shadow: none;
}
.btn-primary:hover, .btn-secondary:hover{
    background-color: #000!important;
    color: #ffff00;
}
.btn-primary:hover,
.btn-outline-primary:hover {
    box-shadow: none;
}
.btn-outline-primary {
    border: 2px solid #000 !important;
    background-color: transparent !important;
    color: #000 !important;
}
.btn-outline-primary a{
    color: #000 !important;
}
.btn-outline-primary:hover {
    border: 2px solid #ff0 !important;
    background-color: #ff0!important;
    color: #000 !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #212121;
}
/* BACKGROUND */
.bg-light {
    background-color: #eee!important;
}
.cover {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* CARD */
.box {
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    border: 0;
}

/* HEADINGS AND TEXT */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.title {
    font-weight: bold;
    color: #212121;
    display: block;
    margin-bottom: 1rem;
}
.subtitle {
    font-size: 1.25rem;
    margin-bottom: 0;
}
.description {
    font-weight: 300;
    color: #6c757d;
}
.small {
    font-size: 12px;
}

/* MDB SELECT */
.select-wrapper span.caret {
    font-size: 8px;
    right: 1rem;
    top: 14px;
}
.select-wrapper input.select-dropdown:not(.active) {
    border: 1px solid #eee;
    color: #212121;
    font-weight: 400;
    padding: 0 1rem;
    width: calc(100% - 2rem - 2px);
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
}
.select-wrapper input.active {
    box-shadow: none;
    border: 1px solid transparent;
}
.select-wrapper ul {
    box-shadow: none;
    border: 1px solid #eee;
}
.dropdown-content {
    min-width: fit-content;
}
.dropdown-content li>a, .dropdown-content li>span {
    color: #6c757d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    padding: 0.5rem 1rem;
}
.dropdown-content li>a:hover, .dropdown-content li>span:hover {
    background-color: #212121;
    color: #fff;
}

/* MDB CHECKBOX - RADIO */
.form-check-input[type=checkbox]+label:before,
.form-check-input[type=checkbox]:not(.filled-in)+label:after,
label.btn input[type=checkbox]+label:before,
label.btn input[type=checkbox]:not(.filled-in)+label:after,
.form-check-input[type=radio]+label:after,
.form-check-input[type=radio]+label:before,
label.btn input[type=radio]+label:after,
label.btn input[type=radio]+label:before {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 4px;
}
.form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
    border-right: 2px solid #212121;
    border-bottom: 2px solid #212121;
    top: 0px;
    left: 0px;
    width: 8px;
    height: 0.8rem;
}
.form-check-input[type=checkbox]:checked+label,
.form-check-input[type=checkbox]:not(:checked)+label,
label.btn input[type=checkbox]:checked+label,
label.btn input[type=checkbox]:not(:checked)+label,
.form-check-input[type=radio]:checked+label,
.form-check-input[type=radio]:not(:checked)+label,
label.btn input[type=radio]:checked+label,
label.btn input[type=radio]:not(:checked)+label {
    padding-left: 25px;
    height: auto;
}
.form-check-label[for=registerPrivacy],
.form-check-label[for=terms_accepted],
.form-check-label[for=mall-signup-terms] {
    line-height: 1.25!important;
    margin: 0.5rem 0;
}
.form-check-label[for=registerPrivacy]::before,
.form-check-label[for=terms_accepted]::before,
.form-check-label[for=mall-signup-terms]::before {
    margin-top: 0!important;
}

/* FORM */
.form-check {
    padding-left: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
    border: 1px solid #eee;
    font-weight: 300;
    padding: 0.5rem;
    width: 100%;
    font-size: 14px;
}
input[type=text]:not(.select-dropdown):focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
    border: 1px solid #212121;
    box-shadow: none;
    outline: none;
}
label {
    color: #212121;
    text-transform: uppercase;
    font-size: 12px;
}
.mall-form-control {
    margin: 1rem 0;
}

/* PSEUDO CLASSES */
.hoverable:hover {
    text-decoration: underline;
    box-shadow: none;
}
/* OVERLAY */
.mall-overlay {
    background: hsla(0,0%,100%,.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
}
/***********************
BREADCRUMB
***********************/
.breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 3rem 0;
    display: flex;
    justify-content: flex-start;
}
.breadcrumb-item > a {
    color: #212121;
}
.breadcrumb-item+.breadcrumb-item {
    color: #6c757d;
    font-weight: 300;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
}
/***********************
CAROUSEL
***********************/
.home-carousel-v1 .carousel .carousel-indicators li {
    width: 32px;
    height: 3px;
    border-radius: 0;
}
.home-carousel-v2 .carousel-item .cover {
    min-height: calc(100vh - 168px);
}
.home-carousel-v2 .container-control-slide {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #212121;
    display: flex;
}
.home-carousel-v2 .carousel-control-next,
.home-carousel-v2 .carousel-control-prev {
    position: relative;
    width: auto;
    opacity: 1;
    padding: 1.5rem;
}

.home-carousel-v1 p{
    font-size: 2rem;
}

/* FULL PAGE VIDEO BG */
#full-video-bg.carousel,
#full-video-bg .carousel-item,
#full-video-bg .carousel-item.active {
    height: 90vh;
}
#full-video-bg .carousel-inner {
    height: 100%;
}
#full-video-bg .carousel-item video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/***********************
NAVBAR
***********************/
header {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
}
#navbarTop i {
    color: #FFFF00;
}
#navbarBottomFixed i {
    color: #fff;
    font-size: 1rem;
}
#navbarTop i:not(#openSearch):hover {
    color: #fff;
}
#searchInput {
    width: 100%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
    right:auto;
    top: -15px;
}
#searchInput:focus {
    border-color: #000;
    box-shadow: none;
}
#openSearch {
    position: absolute;
    right: 10px;
}
#lensSearch {
     position: relative;
     top:auto;
     right: auto;
}
.navbar-nav{
    margin: 0 auto;
}
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover{
    color: #ffff00;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
    transition: 0.35s;
    font-weight: 600!important;
    font-size: 0.9em!important;
}
.navbar.navbar-dark li.nav-item:active{
    color: #ffff00;
}

.navbar-toggler {
    right: 20px;
}
.flag-icon {
    width: 1.2rem!important;
    height: 1.2rem;
    line-height: 1rem;
    background-size: cover;
}

/* FOOTER */
footer.page-footer .container__social-icon i {
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}
footer.page-footer .container__social-icon i:hover {
    background-color: #fff;
    color: #2BBBAD!important;
    transition: all 0.2s ease-in-out;
}
footer.page-footer .footer-contacts-elements a {
    color: #6c757d;
    font-weight: 300;
}
footer.page-footer .footer-contacts-elements a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1320px) {
    footer.page-footer {
        padding-bottom: 50px;
    }
}
/***********************
HOME PAGE
***********************/
#four-block-products .stripe p {
    letter-spacing: 0;
}
#banner-text-left,
#banner-text-right,
#banner-text-left .bg-mobile,
#banner-text-right .bg-mobile {
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#banner-text-left .container,
#banner-text-right .container {
    background: rgba(255,255,255,0.8);
    padding: 2rem;
    border-radius: 0;
}
.title.h1{line-height: 1em;}
.collection-card .stripe {
    bottom: 0em;
}
.collection-card .stripe.dark {
    background-color: transparent;
}
.stripe.dark a{color: #000; font-size: 3em;}
.stripe.dark a:hover{color: #ffff00;}
.stripe.dark a:hover p{background-color: #000;}
.stripe.dark .price-txt{font-size: 2em; font-weight: 700;}

/* MALL MODAL */
.mall-modal__inner {
    width: 600px;
    max-width: 95%;
    margin: 6rem auto;
    box-shadow: 0 4px 8px rgba(0,0,0,.15);
    padding: 2rem;
    background: #fff;
    border-radius: 5px;
}
.mall-modal {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 25;
    background: rgba(0,0,0,.5);
    transition: .3s ease;
    transition-property: opacity,visibility;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.mall-modal--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mall-product-service-option__description {
    text-transform: none;    
    margin-top: 0.5rem;
}

.mall-modal .form-check-input[type=checkbox]:checked+label, 
.mall-modal .form-check-input[type=checkbox]:not(:checked)+label, 
.mall-modal label.btn input[type=checkbox]:checked+label, 
.mall-modal label.btn input[type=checkbox]:not(:checked)+label,
.mall-modal .form-check-input[type=radio]:checked+label, 
.mall-modal .form-check-input[type=radio]:not(:checked)+label, 
.mall-modal label.btn input[type=radio]:checked+label, 
.mall-modal label.btn input[type=radio]:not(:checked)+label {
    padding-left: 35px;
}

/* MDB MODAL */
.modal-content {
    height: 800px;
    overflow-y: scroll;
}

#modalPrenota .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}
#modalPrenota textarea {
    height: 100px;
}
#modalPrenota .modal-success {
    position: absolute;
    top: calc(50% - 450px);
    left: calc(50% - 250px);
    margin: 0;
}
#modalPrenota .modal-success .modal-content {
    height: 400px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    border: 0;
}
.bg-hidden {
    background-color: transparent;
    box-shadow: none!important;
}
/*******************************
DETTAGLIO PRODOTTO PRODUCT PAGE
*******************************/

/* PRODUCT GALLERY */
.mall-product .carousel-control-next,
.mall-product .carousel-control-prev {
  position: static;
  width: auto;
  opacity: 1;
  padding: 0 0.5rem;
}
.mall-product .carousel-control-prev-icon,
.mall-product .carousel-control-next-icon {
  background-image: none;
  width: auto;
  height: auto;
}

/* PRODUCT INFO */
.mall-product__name {
  color: #212121;
  font-weight: bold;
}
.mall-product__description-short {
  background-color: transparent !important;
}
.mall-product__description {
  font-weight: 300;
  color: #6c757d;
}
.mall-product__properties-heading {
  font-size: 1rem;
  color: #212121;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mall-column > p:first-child {
  color: #212121;
}
.mall-column > p:last-child {
  font-weight: 300;
  color: #6c757d;
}
/* INPUT TYPE */
.mall-product__add-to-cart-form input[type="number"],
.mall-wishlist-button__new input[type="text"] {
  width: 100%;
  border: 1px solid #eee;
  padding: 0 0.5rem;
  height: 38px;
  color: #212121;
}
.mall-product__add-to-cart-form input[type="number"]:focus,
.mall-wishlist-button__new input[type="text"]:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #212121;
}
/* PRODUCT CART */
.mall-product__variants-heading {
  font-size: 1rem;
  color: #212121;
}
.mall-product .mall-form-control label {
  font-size: 1rem;
  color: #212121;
  width: 100%;
  text-transform: none;
}
.mall-product .mall-form-control .md-form {
  margin: 0;
}
.mall-product__current-price {
  font-size: 1.25rem;
  font-weight: bold;
}
.mall-product__old-price {
  font-size: 12px;
  color: #6c757d;
  text-decoration: line-through;
}
.mall-product__property-stock {
  font-size: 12px;
  text-transform: uppercase;
}
/* WISHLIST BUTTON */
.mall-wishlist-button {
  position: relative;
  z-index: 10;
}
.mall-wishlist-button__popup {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.2s ease-out;
  transition-property: transform, opacity;
}
.mall-wishlist-button__popup--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.mall-wishlist-button__popup-inner {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid transparent;
  font-size: 12px;
}
.mall-wishlist-item__name {
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
}
.mall-wishlist-item__description {
  color: #6c757d;
  font-weight: 300;
}
.mall-wishlist-item__meta {
  color: #4285f4;
}
.mall-wishlist-button__new-label {
  text-transform: uppercase;
  color: #212121;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.mall-product__properties h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 8px;
  background-color: #000;
  margin: 10px 0;
}

/* PRODUCT ADDITIONAL PROPERTIES */
.mall-product-additional-properties {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 999;
}
.mall-product__cart .mall-product-additional-properties {
  position: static;
}
.mall-product-additional-properties__name {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.3rem 0.6rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  body#product
    .mall-product-additional-properties--first
    .mall-product-additional-properties__name {
    font-size: 2vw;
  }
}

.mall-product-additional-properties__info {
  display: inline-block;
  text-decoration: underline;
  font-size: 0.8rem;
}

/* PRODUCT ADDITIONAL DESCRIPTIONS */
.mall-product-additional-descriptions__name {
  color: #212121;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.mall-product-additional-descriptions__info p {
  color: #6c757d;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.mall-product-additional-descriptions__info img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

/* LABEL DISPONIBILITA */

.label-availability{
  background:green;
  padding:8px;
  font-size: 1rem;
  color:white;
  font-weight: 600;
  margin-bottom: 10px;
}

.label-notavailability{
  background:red;
  padding:8px;
  font-size: 1rem;
  color:white;
  font-weight: 600;
  margin-bottom: 10px;
}

.label-bookable{
  background:cyan;
  padding:8px;
  font-size: 1rem;
  color:black;
  font-weight: 600;
  margin-bottom: 10px;
}

/*******************************
BANNER CATEGORY LIST
*******************************/
.category-list__bg {
    min-height: 30vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*******************************
DETTAGLIO PRODOTTO CATEGORY LIST
*******************************/
.mall-products-item {
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.00);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.00);
    border: 0;    
}
.mall-products-item__image img,
.mask {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}
.mall-products-item__tag {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    box-shadow: none;
    padding: 0.5rem 1rem;
    border-radius: 3px;
}
.mall-products-item__name {
    color: #212121;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.mall-products-item__short-description {    
    color: #6c757d!important;
    text-transform: uppercase;
    font-size: 12px!important;
}
.mall-products-item__old-price {
    color: #6c757d;
    text-decoration: line-through;
}
/*******************************
ICONS
*******************************/
.mall-products-item .btn i {
    font-size: 0!important;
    transition: 0.2s;
}
.mall-products-item:hover .btn i {
    font-size: 0.8rem!important;
    margin-left: 1rem;
}
/*******************************
REVIEWS
*******************************/
.mall-category-review__rating .mall-star {
    width: 12px;
    height: 12px;
}
.mall-star--active .mall-star__bg, .mall-star--active .mall-star__border {
    fill: #fac917;
}
.mall-star__bg {
    fill: transparent;
}
/*******************************
LOADER
*******************************/
.mall-loader {
    background: hsla(0,0%,100%,.8);
    z-index: 7;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: wait;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    min-height: 400px;
}
/*******************************
FILTRI
*******************************/
.mall-products-filter {    
    padding: 0 1rem;
}
.mall-property-group {
    margin: 1rem 0;
}
.mall-property-group__name {
    margin-bottom: 1rem;
}
.mall-property {
    margin-bottom: 1rem;
}
.mall-filter__option:not(.mall-filter__option--selected) {
    border: 1px solid #eee;
}
.mall-filter__option:not(.mall-filter__option--selected):hover {
    color: #212121;
    border: 1px solid #212121;
}
.mall-filter__option--selected {
    color: #212121;
    border: 1px solid #212121;
}
.mall-property__label {
    color: #6c757d;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}
.js-mall-clear-filter {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}
/******************************
SELECT
******************************/
.mall-filter .md-form {
    margin-top: 0;
}
/******************************
RANGE FILTER
******************************/
.mall-property-group--range {
    height: 100px;
}
.mall-filter--range .mall-slider-handles {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    height: 5px;
}
.mall-filter--range .mall-slider-handles .noUi-connect {
    background: #212121;
}
.mall-filter--range .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 15px;
    box-shadow: none;
}
.mall-filter--range .noUi-handle:after, 
.mall-filter--range .noUi-handle:before {
    height: 5px;
    top: 4px;
    left: 9px;
}
.mall-filter--range .noUi-value {
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
}
.mall-filter--range .noUi-value-horizontal {
     -webkit-transform: none; 
     transform: none; 
}
.mall-filter--range .noUi-marker-horizontal.noUi-marker {
    margin-left: 6px;
    width: 1px;
    height: 4px;
}
.mall-filter--range .noUi-marker-horizontal.noUi-marker-large {
    height: 8px;
}

.mall-product-reviews__heading {
    margin-bottom: 1.5rem;
    font-weight: bold;
    color: #212121;
}
.mall-product-reviews__info {
    margin-bottom: 3rem;
}
.mall-product-reviews__info-name {
    color: #212121;
    font-weight: bold;  
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.5rem;    
}
.mall-product-reviews__overall-ratings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mall-product-reviews__overall-ratings > div {
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;    
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mall-category-review {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.mall-category-review__name {
    margin-left: 1rem;    
    color: #6c757d;
    font-size: 14px;
}
.mall-product-reviews__summary {
    color: #212121;
    font-weight: bold;  
    font-size: 14px;
}

.mall-product-reviews__login-required {
    color: #4285f4;
    font-size: 14px;
}

.mall-product-reviews__form-details .mall-form-control {
    margin: 2rem 0;
}
.mall-product-reviews__form-details .mall-form-control .mall-form-comment {
    margin-bottom: 1rem;
}
.mall-product-reviews__form-details .mall-form-control label {
    color: #212121;
    font-weight: bold;  
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;

}
/* BTN EDIT REVIEWS */
.mall-product-reviews__user-review-actions .mall-btn--text {    
    font-size: .81rem;     
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
    border: 0;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
    color: #4285f4;
    padding: 0;
}
/* BTN UPDATE REVIEWS */
.mall-product-reviews__form-details .mall-btn--primary {
    box-shadow: 0 2px 5px 0 rgba(66,133,244,.16), 0 2px 10px 0 rgba(66,133,244,0.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;   
    background-color: #4285f4;
    color: #fff;
    border-radius: 50px;
}
.mall-product-reviews__form-details .mall-btn--primary:hover,
.mall-product-reviews__form-details .mall-btn--text:hover {
    box-shadow: 0 5px 11px 0 rgba(66,133,244,.18), 0 4px 15px 0 rgba(66,133,244,.15);
}

.mall-review__rating {
    margin-bottom: 0.5rem;
}
.mall-review__rating .mall-star {
    width: 16px;
    height: 16px;
}

.mall-review {
    margin: 2rem 0;
}
.mall-review__title {
    color: #212121;
    font-weight: bold;  
    font-size: 14px;
    text-transform: uppercase;    
}
.mall-review__subtitle {
    color: #212121;
    font-size: 14px;
}
.mall-review__content {
    color: #6c757d;
    font-size: 14px;
}

.mall-review__details {
    display: -ms-flexbox;
    display: flex;    
    margin: 1rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mall-review__category-reviews {
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}

.mall-review__pro-con-list {
    list-style: none; 
    padding-left: 0;
}
.mall-review__pro-con-list li {
    color: #6c757d;
    font-size: 14px;
}
.mall-review__author {
    color: #6c757d;
    font-size: 14px;
}

/* MOSTRA/NASCONDI MESSAGGIO 'NON CI SONO RECENSIONI PER QUESTO PRODOTTO'  */
.mall-reviews .mall-callout--neutral {
    display: none;
}
/*********************
NAVBAR PAGINE MYACCONT
*********************/
.mall-my-account__nav-item {
    margin-bottom: 1rem;
    padding: 5px 10px;
}
.mall-my-account__nav-item:hover a {
    color: #fff!important;
}
.mall-my-account__nav-item:hover {
    background-color: #212121;    
    transition: all 0.2s ease-in-out;
}
.mall-my-account__nav-item--active {
    background-color: #ffff00;
}
.mall-switcher__item {
    color: #6c757d;  
    padding-left: 10px;
}
.mall-switcher__item--active {
    color: #212121;    
    padding-left: 10px;
}
.mall-switcher__item--active > i {
    position: absolute;
    left: 0;
    margin-top: 4px;
}
.mall-switcher__item:hover,
.mall-switcher__item--active:hover {
    color: #212121;
    transition: 0s;
}
/*********************
DETTAGLIO ORDINE
*********************/
.is-open {
    display: flex;
}
.mall-orders-list__details {
    background-color: #eee;
    padding: 1.5rem;
    border-radius: 5px;
    margin: 1rem -15px;
}
.mall-orders-list__order--details > * {
    cursor: pointer;    
}
.mall-orders-list__order--description {
    font-size: 14px;
}
h1,
.h1 {
  font-size: 6rem;
}

@media (max-width: 1920px) {
  h1,
  .h1 {
    font-size: calc(1.725rem + 3.5625vw) ;
  }
}

.text-big {
  font-size: 4rem;
}

@media (max-width: 1920px) {
  .text-big {
    font-size: calc(1.525rem + 2.0625vw) ;
  }
}

h2,
.h2 {
  font-size: 3rem;
}

@media (max-width: 1920px) {
  h2,
  .h2 {
    font-size: calc(1.425rem + 1.3125vw) ;
  }
}

h3,
.h3 {
  font-size: 2.5rem;
}

@media (max-width: 1920px) {
  h3,
  .h3 {
    font-size: calc(1.375rem + 0.9375vw) ;
  }
}

h4,
.h4 {
  font-size: 2rem;
}

@media (max-width: 1920px) {
  h4,
  .h4 {
    font-size: calc(1.325rem + 0.5625vw) ;
  }
}

h5,
.h5 {
  font-size: 1.5rem;
}

@media (max-width: 1920px) {
  h5,
  .h5 {
    font-size: calc(1.275rem + 0.1875vw) ;
  }
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
}


.mall-pagination nav ul {
    justify-content: center;
}

.pagination .page-item.active .page-link {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
    background-color: #eee !important;
    width: 30px !important;
    height: 34.2px !important;
    line-height: 20px !important;
    text-align: center !important;
    padding: 6px !important;
    color: #000 !important;
    cursor: pointer !important;
}

.pagination .page-item .page-link:hover {
    transition: all 0.3s linear;
    border-radius: 0.125rem;
    background-color:  #ffff00; 
}

.mall-pagination li a {
    color: inherit;
}
/*  Super small devices (iPhone5/se, less than 320px) */
@media (max-width: 319.98px) {}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .modal-content {
        height: calc(80vh - 1rem) !important;
    }
    /* MODAL */
    .mall-modal__actions .btn-primary {
        width: 100%;
    }
    .mall-product-service-option__name {
        line-height: 1.25;
    }    
    #modalPrenota .modal-success {
        position: absolute;
        top: calc(50% - 200px);
        left: 0.5rem;
        margin: 0;
        width: calc(100% - 1rem);
    }
    
    .mall-payment-method-selector,
    .mall-shipping-selector {        
        padding-bottom: 0;    
    }
    .mall-payment-method__submit--text,
    .mall-shipping-method__submit--text {
        position: fixed;
        bottom: 1rem;
        right: 0;
        opacity: 0;    
        z-index: 20;
        width: 50vw;
    }
    .modal-content {
        height: calc(100vh - 1rem);        
    }
    
    /* PRODUCT */
    .mall-product .position-sticky {
        position: -webkit-static!important;
        position: static!important;
    }
    .mall-product .mall-add-to-cart-button.position-fixed {
        bottom: 50px;
        left: 2.5%;
        width: 95%!important;
        z-index: 10;
    }
    
    /* REVIEWS */
    .mall-product-reviews {
        margin-top: 3rem;
    }
    .mall-product-reviews__overall-ratings > div {
        -ms-flex: 0 0 100%; /* IE 10 */
        flex: 0 0 100%;        
    }
    .mall-review__category-reviews {
        -ms-flex: 0 0 100%; /* IE 10 */
        flex: 0 0 100%;     
    }
    .mall-review__category-reviews:first-child {
        margin-bottom: 0.5rem;
    }
    .mall-product-reviews__overall-ratings > div:first-child {
        margin-bottom: 0.5rem;
    }
    
    /* ACCOUNT */
    .mall-switcher__item {
        color: #6c757d;  
        padding-left: 24px;
    }
    .mall-switcher__item--active {
        color: #212121;    
        padding-left: 24px;
    }
    .mall-switcher__item--active > i {        
        left: 15px;      
    }
    .mall-orders-list__order--description {
        font-size: 16px;
    }
    
    /* CHECKOUT NAVBAR FIXED BOTTOM */
    #checkoutFixedBottom {
        margin-top: 0;
        margin-bottom: 0;   
        position: fixed;
        z-index: 10;
        right: 0;
        bottom: 0;        
        width: 100%;        
    }    
    .checkout-fixed-bottom__next,
    .checkout-fixed-bottom__back {
        margin: 0.5rem;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
    }    
    
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    
    /* CART */
    .mall-cart-actions button {
        width: 100%;
    }
    
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    
    #testdriveFixed {
        display: none;
    }
    
}


