.border_cart_bt {
    border: 1px solid #fff;
}

.ultimicommenti_wrap_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 3%;
}
.ultimicommenti_wrap_top select {
    margin-left: 10px;
    height: 30px;
    border: 1px solid #eee;
    color: #666;
}
.ultimicommenti_wrap {
    display: flex;
    flex-wrap: wrap;
}
.ultimocommento {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3%;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
}
.ultimocommento_img {
    width: 30%;
}
.ultimocommento_img img {
    width: 100%;
}
.ultimocommento_info {
    width: 68%;
    display: flex;
    flex-direction: column;
}
.ultimocommento_title {
    font-weight: 600;
    font-size: 1.2em;
    color: #ff6400;
}
.ultimocommento_txt {
    font-size: 0.9em;
    text-align: justify;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;   
    overflow: hidden;

}
.ultimocommento_stars {
    display: flex;
    justify-content: flex-start;
    color: #ff6400;
    margin-top: 10px;
}
.ultimicommenti_bt {
    background: #ff6400;
    color: white;
    padding: 10px;
    margin-top: 15px;
}
.bigbanner_home_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.bigbanner {
    width: 100%;
    margin-bottom: 2%;
}
.bigbanner div {
    width: 100%;
}
.bigbanner div img {
    width: 100%;
}
.smallbanner_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.smallbanner {
    width: 100%;
    margin-bottom: 2%;
}
.smallbanner div {
    width: 100%;
}
.smallbanner div img {
    width: 100%;
}
.smallbanner .pub_box_wrap {
    background: none !important;
}
.bigbanner .pub_box_wrap {
    background: none !important;
}
.inner_border {
    -webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.5);
}

.border_black {
    border: 1px solid #333;
}

.border_round {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.center_div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.vertical_center_text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_shadow {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
}

.button_bt {
    border: 1px solid #ff6400;
    text-align: center;
    color: #ff6400;
    padding: 10px 0;
    font-size: 0.8em;
    font-weight: 700;
}

.zoom_img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 8px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    background: #700877;
    background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
}

.zoom_img img,
.zoom_img:before,
.zoom_img:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.zoom_img img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

.zoom_img:before,
.zoom_img:after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.zoom_img:before {
    width: 60px;
    height: 1px;
    left: 100%;
}

.zoom_img:after {
    height: 60px;
    width: 1px;
    top: 0%;
}

.zoom_img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.zoom_img:hover img,
.zoom_img.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.zoom_img:hover:before,
.zoom_img.hover:before,
.zoom_img:hover:after,
.zoom_img.hover:after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.menu_animation {
    font-family: 'Lato', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.menu_animation * {
    box-sizing: border-box;
}

.menu_animation li {
    display: inline-block;
    list-style: outside none none;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.menu_animation li:before,
.menu_animation li:after {
    display: block;
}

.menu_animation li:before {
    bottom: 0%;
}

.menu_animation li:after {
    bottom: 75%;
}

.menu_animation a {
    backface-visibility: hidden;
    color: #e6e6e6;
    display: block;
    padding: 0.5em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.menu_animation a:hover {
    color: #fff;
}

.menu_animation a:before {
    bottom: 25%;
}

.menu_animation a:after {
    bottom: 50%;
}

.menu_animation li:before,
.menu_animation li:after,
.menu_animation a:before,
.menu_animation a:after {
    background-color: #ff6400;
    position: absolute;
    height: 25%;
    width: 100%;
    left: 0;
    content: '';
    z-index: -1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0.3s steps(4);
    transition: all 0.3s steps(4);
}

.menu_animation li:hover:before,
.menu_animation li.current:before,
.menu_animation li:hover:after,
.menu_animation li.current:after,
.menu_animation li:hover a:before,
.menu_animation li.current a:before,
.menu_animation li:hover a:after,
.menu_animation li.current a:after {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

.menu_animation li:hover:before,
.menu_animation li.current:before {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}

.menu_animation li:hover:after,
.menu_animation li.current:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.menu_animation li:hover a:before,
.menu_animation li.current a:before {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.menu_animation li:hover a:after,
.menu_animation li.current a:after {
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

.carrello_prodotto_box {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #fff;
    text-align: left;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 20em;
    perspective: 20em;
}

.carrello_prodotto_box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.carrello_prodotto_box img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.carrello_prodotto_box .add-to-cart {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #666;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    opacity: 0;
    background-color: #ccc;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.carrello_prodotto_box .add-to-cart:hover {
    background-color: #ff6400;
    color: #fff;
}

.carrello_prodotto_box .add-to-cart i {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ccc;
    color: #666;
    font-size: 1.4em;
}

.carrello_prodotto_box figcaption {
    padding: 20px;
}

.carrello_prodotto_box h3,
.carrello_prodotto_box p {
    margin: 0;
}

.carrello_prodotto_box h3 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.carrello_prodotto_box p {
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 400;
}

.carrello_prodotto_box .price {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 48px;
    letter-spacing: 1px;
}

.carrello_prodotto_box .price s {
    margin-right: 5px;
    opacity: 0.5;
    font-size: 0.8em;
}

.carrello_prodotto_box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carrello_prodotto_box:hover .add-to-cart,
.carrello_prodotto_box.hover .add-to-cart {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.carrello_prodotto_box:hover .add-to-cart i,
.carrello_prodotto_box.hover .add-to-cart i {
    background-color: #ff6400;
    color: #fff;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-float-hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-fade-card {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade-card:hover,
.hvr-fade-card:focus,
.hvr-fade-card:active {
    background-color: #333 !important;
    color: white !important;
}

.hvr-fade-card a:hover,
.hvr-fade-card a:active {
    color: white !important;
}

.hvr-fade {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade:hover,
.hvr-fade:active {
    background-color: #ff6400 !important;
    color: white !important;
}

.hvr-fade a:hover,
.hvr-fade a:active {
    color: white !important;
}

.hvr-fade-grey {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color, border;
}

.hvr-fade-grey:hover,
.hvr-fade-grey:focus,
.hvr-fade-grey:active {
    background-color: #eee !important;
    color: #ff6400 !important;
    border: 1px solid #666 !important;
}

.hvr-fade-grey a:hover,
.hvr-fade-grey a:focus,
.hvr-fade-grey a:active,
.hvr-fade-grey:hover span {
    color: #ff6400 !important;
}

.hvr-grow {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hvr-icon-forward {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #ff6400;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@-webkit-keyframes fadein {
    from {
        bottom: 47%;
        opacity: 0;
    }

    to {
        bottom: 50%;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 47%;
        opacity: 0;
    }

    to {
        bottom: 50%;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 50%;
        opacity: 1;
    }

    to {
        bottom: 47%;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 50%;
        opacity: 1;
    }

    to {
        bottom: 47%;
        opacity: 0;
    }
}

@-webkit-keyframes color-change {
    0% {
        color: #ccc;
    }

    100% {
        color: #ff6400;
    }
}

@-moz-keyframes color-change {
    0% {
        color: #ccc;
    }

    100% {
        color: #ff6400;
    }
}

@-ms-keyframes color-change {
    0% {
        color: #ccc;
    }

    100% {
        color: #ff6400;
    }
}

@-o-keyframes color-change {
    0% {
        color: #ccc;
    }

    100% {
        color: #ff6400;
    }
}

@keyframes color-change {
    0% {
        color: #ccc;
    }

    100% {
        color: #ff6400;
    }
}

.cerca {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    padding: 5% 2%;
}

.cerca .cerca_top {
    width: 100%;
}

.cerca input {
    width: 100%;
    border-bottom: 1px dashed #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 900;
    font-size: 1.4em;
    color: #fff;
    background: none;
}

.cerca .cerca_results {
    margin-top: 20px;
}

.cerca .cerca_categorie {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin: 20px 0;
}

.cerca .cerca_categorie a:focus {
    background: #ff6400 !important;
    color: #ff6400 !important;
}

.cerca .cerca_categorie_row {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: 10px 0;
    width: 100%;
    text-align: left;
    background: none;
}

.cerca .cerca_categorie_row span {
    font-weight: 700;
    color: #ff6400;
}

.cerca button.cerca_categorie_row:focus {
    background: #ff6400 !important;
    color: #fff;
}

.cerca button.cerca_categorie_row:focus span {
    color: #fff;
}

.cerca .cerca_categorie_row:hover,
.cerca .cerca_prodotti_row:focus {
    background: #ff6400;
    color: #fff;
}

.cerca .cerca_categorie_row:hover span,
.cerca .cerca_prodotti_row:focus span {
    color: #fff;
}

.cerca .cerca_prodotti {
    margin: 20px 0;
}

.cerca .cerca_prodotti_row {
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
    padding: 10px 0;
    width: 100%;
    text-align: left;
    background: none;
}

.cerca .cerca_prodotti_row span {
    font-weight: 700;
    color: #ff6400;
}

.cerca .cerca_prodotti_row_card {
    color: #fff;
    font-size: 0.8em;
    font-weight: 400;
    padding: 10px 0;
    width: 100%;
    text-align: left;
    background: #ff6400;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 75px;
    text-align: center;
}

.cerca .cerca_prodotti_row_card span {
    font-weight: 700;
    color: #ff6400;
}

.cerca button.cerca_prodotti_row:focus {
    background: #ff6400 !important;
    color: #fff;
}

.cerca .cerca_prodotti_row:hover,
.cerca .cerca_prodotti_row:focus {
    background: #ff6400;
    color: #fff;
}

.cerca .cerca_prodotti_row:hover span,
.cerca .cerca_prodotti_row:focus span {
    color: #fff;
}

.cerca .cerca_close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.6em;
    cursor: pointer;
}

.loading {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 200px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff6400;
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {

    0%,
    10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {

    0%,
    10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {

    0%,
    10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {

    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {

    0%,
    10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

[uib-typeahead-popup].dropdown-menu {
    display: block;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    text-decoration: none;
    color: #fff;
    background-color: #ff6400;
    background-repeat: repeat-x;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ff6400;
    background-repeat: repeat-x;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: default;
}

.open {
    *z-index: 1000;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v13/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U0100-024F, U1E -1EFF, U20A -20AB, U20AD-20CF, U2C 58C 7F, UA720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v13/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
    unicode-range: U0000-00FF, U0131, U0152-0153, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2212, U2215;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U0100-024F, U1E -1EFF, U20A -20AB, U20AD-20CF, U2C 58C 7F, UA720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U0000-00FF, U0131, U0152-0153, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2212, U2215;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v13/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U0100-024F, U1E -1EFF, U20A -20AB, U20AD-20CF, U2C 58C 7F, UA720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v13/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
    unicode-range: U0000-00FF, U0131, U0152-0153, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2212, U2215;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v13/R4a6fty3waPci7C44H8AjvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U0100-024F, U1E -1EFF, U20A -20AB, U20AD-20CF, U2C 58C 7F, UA720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v13/tI4j516nok_GrVf4dhunkg.woff2) format('woff2');
    unicode-range: U0000-00FF, U0131, U0152-0153, U02C 6, U02DA, U02DC, U2000-206F, U2074, U20AC, U2212, U2215;
}

:focus {
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
    word-break: break-word;
}

body {
    color: #666;
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    overflow-x: hidden;
    background: #fff;
}

@media only screen and (min-device-width: 120px) and (max-device-width: 320px) {
    body {
        font-size: 0.8em;
    }
}

a {
    color: #666;
    text-decoration: none;
}

a:not(.button):hover,
a:not(.button):focus {
    color: #666;
    text-decoration: none;
}

a.first[href="#"],
a.last[href="#"] {
    display: none;
}

button {
    cursor: pointer;
    border: none;
}

button[disabled] {
    opacity: 0.5;
}

img {
    vertical-align: bottom;
}

img.rounded {
    border-radius: 8px;
}

img.circle {
    border-radius: 50%;
}

img.responsive {
    width: 100%;
    height: auto;
}

.extrapages_title {
    font-size: 1.4em;
    text-align: center;
    font-weight: 900;
}

.extrapages_subtitle {
    font-size: 1em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    background: #ff6400;
    color: #fff;
    padding: 10px 0;
}

.extrapages_prodotti_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.extrapages_prodotti_box_nome {
    text-align: center;
    font-weight: 900;
    color: #ff6400;
}

.extrapages_prodotti_box_price {
    background: #eee;
    text-align: center;
    font-weight: 700;
    font-size: 1.6em;
    padding: 10px 0;
}

.extrapages_prodotti_box {
    border: 1px solid #ff6400;
    margin: 0 10px;
}

.dropdown-menu {
    left: 0px !important;
    right: 0px !important;
}

#alert_toast {
    background: rgba(231, 76, 60, 0.7);
    color: #fff;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
    visibility: hidden;
    right: 0px;
    left: 0px;
    font-size: 1.2em;
    text-transform: uppercase;
}

#alert_toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.menu {
    position: fixed;
    z-index: 9999;
    background: #f4f4f4;
    color: #666;
    font-size: 1.2em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    max-height: 100%;
}

.menu .menu_back {
    background: #ff6400;
    color: #fff;
    font-size: 0.9em;
    padding: 10px;
    text-transform: capitalize;
}

.menu .menu_title {
    position: relative;
    color: white;
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #666;
    background: #3c6382;
}

.menu .menu_list {
    transform: translateX(0%);
    transition: transform 0.3s ease-in-out;
}

.menu .menu_list_view {
    transform: translateX(100%);
}

.menu .menu_list_row {
    color: #666;
    padding: 20px 15px;
    border-bottom: 1px solid #666;
    display: flex;
    justify-content: space-between;
}

.menu .menu_list_row:active {
    background: #ff6400;
}

.menu .menu_list_row_txt {
    width: 50;
    text-transform: capitalize;
}

.menu .menu_list_icon {
    width: 50%;
    text-align: right;
}

.menu .menu_close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 0.8em;
    color: #fff;
}

.top {
    width: 100%;
}

.top .top_menu {
    width: 100%;
    background: #f4f4f4;
    height: 40px;
}

.top .top_menu_left {
    width: 70%;
    margin-right: -4px;
    display: inline-block;
    font-size: 0.6em;
    color: #fff;
    line-height: 30px;
    margin-top: 5px;
    vertical-align: top;
}

.top .top_menu_left a {
    color: #fff;
}

.top .top_menu_bt {
    width: 29%;
    margin: 0 4%;
    text-align: center;
    display: inline-block;
    margin-right: -4px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.3);
}

.top .top_menu_right {
    width: 30%;
    margin-right: -4px;
    display: inline-block;
    text-align: right;
    color: #fff;
    line-height: 36px;
}

.top .top_menu_right button {
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #000000;
    color: white;
    width: 80%;
    margin-right: 4%;
    text-align: center;
}

.top .top_carrello_bt {
    background: #000000;
    text-align: center;
    width: 30px;
    padding: 5px;
    height: 30px;
    float: right;
}

.top .top_logo {
    background: #fff;
    text-align: center;
    padding: 10px 0;
}

.top .top_menu_cerca {
    width: 50%;
    color: black;
    margin-left: 4%;
}

.top .top_menu_cerca button {
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.3);
    color: white;
    width: 90%;
}

.cerca .cerca_close {
    top: 0px !important;
}

.flexslider .slides {
    overflow: hidden;
    position: relative;
}

.slider_box {
    position: relative;
    display: none;
}

.flexslider {
    margin: 0 0 20px !important;
}

.box_prodotti_title {
    font-weight: 300;
    font-size: 2.5em;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #ff6400;
    text-transform: capitalize;
    padding: 10px 0;
    font-family: 'Creepster', sans-serif;
}

.scadenza_offerta {
    color: #ff6400;
    width: 100%;
    font-size: 0.8em;
    font-weight: 700;
    box-sizing: border-box;
}

.scadenza_offerta span {
    color: #666;
    font-weight: 300;
}

.prodotto_box {
    border-bottom: 1px solid #ccc;
}

.prodotto_box .prodotto_img {
    display: inline-block;
    width: 30%;
    margin-right: -4px;
    box-sizing: border-box;
    padding: 5px;
}

.prodotto_box .prodotto_data {
    display: inline-block;
    width: 70%;
    box-sizing: border-box;
    padding: 5px;
    margin-right: -4px;
    vertical-align: top;
}

.prodotto_box .prodotto_data .product_name {
    color: #333;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: capitalize;
}

.prodotto_box .prodotto_box_price_real {
    color: #ff6400;
    flex-grow: 9;
    font-weight: 700;
    font-size: 1em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
}

.box_prodotti_title_txt {
    background: #ff6400;
    color: white;
    margin: 10px 0 !important;
    padding: 10px 0px;
}

.blog_box {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.blog_title {
    margin: 10px 0px;
    font-weight: 900;
    font-size: 1.1em;
    color: #333;
}

.blog_bt.hvr-fade {
    background: #ff6400;
    color: white;
    width: 50%;
    margin-top: 10px;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px 0;
    margin-left: 50%;
}

.prodotto_box_price_old {
    text-decoration: line-through;
    color: #666;
    text-align: center;
    flex-grow: 1;
    font-size: 0.6em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodotto_box_price_sconto {
    white-space: nowrap;
    position: relative;
    margin: 0 5px 0 10px;
    displaY: inline-block;
    height: 20px;
    border-radius: 0 5px 5px 0;
    padding: 0 5px 0 10px;
    background: #ff6400;
    color: #fff;
    flex-grow: 1;
    font-weight: 700;
    text-align: center;
    font-size: 0.9em;
}

.prodotto_box_price_sconto:before {
    position: absolute;
    background: #ff6400;
    color: #fff;
    content: "\25CF";
    font-size: 12px;
    line-height: 10px;
    text-indent: 6px;
    top: 2px;
    left: -7px;
    width: 14px;
    height: 15px;
    transform: rotate(45deg);
}

.alert_tag {
    white-space: nowrap;
    position: relative;
    margin: 0 5px 0 10px;
    displaY: inline-block;
    height: 20px;
    border-radius: 0 5px 5px 0;
    padding: 0 5px 0 10px;
    background: #ff6400;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 0.9em;
}

.alert_tag:before {
    position: absolute;
    background: #ff6400;
    color: #ff6400;
    content: "\25CF";
    font-size: 12px;
    line-height: 10px;
    text-indent: 6px;
    top: 2px;
    left: -7px;
    width: 14px;
    height: 15px;
    transform: rotate(45deg);
}

.prodotto_box_price_sconto:after {
    position: absolute;
    right: 0;
    margin: 1px 7px;
    font-weight: bold;
    font-size: 19px;
}

.macrocategoria_txt {
    background: #f4f4f4;
    padding: 10px;
    text-align: justify;
    font-size: 1em;
    width: 90%;
    margin: 20px 5%;
    box-sizing: border-box;
}

.box_prodotti_filtro_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.box_prodotti_filtro {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.col_1-2 .box_prodotti_filtro_wrap .box_prodotti_filtro {
    width: 100%;
}

.box_prodotti_filtro_box {
    padding: 10px 5px;
    text-transform: uppercase;
    width: 28%;
    text-align: center;
    font-size: 0.8em;
    background: #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-container {
    margin-top: 1em;
    padding-top: 2em;
    text-align: center;
}

.pagination-item {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #ccc;
    transform: scale(1) rotate(19deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(-20deg);
}

.pagination-item:hover,
.pagination-item.is-active {
    background-color: #ff6400;
    border-right: 1px solid #fff;
}

.pagination-item:hover .pagination-link,
.pagination-item.is-active .pagination-link {
    color: #fff;
}

.pagination-item.first-number {
    border-left: 1px solid #ccc;
}

.pagination-link {
    padding: 1.1em 1.6em;
    display: inline-block;
    text-decoration: none;
    color: #666;
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
}

.pagination-item--wide {
    list-style-type: none;
    display: inline-block;
    font-size: 2.5em;
    display: none;
}

.pagination-item--wide.first {
    margin: 0 1em 0 0;
}

.pagination-item--wide.last {
    margin: 0 0 0 1em;
}

.pagination-link--wide {
    text-decoration: none;
    color: #666;
    padding: 1.1em 1.6em;
}

.pagination-link--wide:hover {
    color: #ff6400 !important;
}

.pagination-link--wide.first:before,
.pagination-link--wide.last:after {
    font-family: 'entypo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gallery {
    margin-top: 0px;
}

.gallery-cell {
    width: 100%;
    height: 120px;
    margin-right: 10px;
    background: #f9f9f9;
    display: flex;
    padding: 5px;
    border: 1px solid #ccc;
}

.gallery-cell_selected {
    border: 1px solid #ff6400;
}

.regalo_disable {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.gallery-cell:before {
    display: flex;
    justify-content: space-around;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.flickity-viewport {
    padding: 10px 0px;
}

.gallery-cell .top_schedaprodotto_txt {
    flex-grow: 1;
    padding: 2%;
    box-sizing: border-box;
    position: relative;
}

.gallery-cell img {
    height: 100%;
}

.gallery-cell .top_schedaprodotto_nome {
    color: #666;
    font-weight: 700;
    font-size: 1em;
    margin: 0px 0;
    text-transform: capitalize;
}

.gallery-cell .top_schedaprodotto_price {
    font-size: 1.6em;
    font-weight: 600;
    background: #ff6400;
    color: white;
    text-align: center;
    position: absolute;
    width: 50%;
    bottom: 2px;
}

.gallery-cell .top_schedaprodotto_descr {
    flex-grow: 1;
    padding: 20px;
    box-sizing: border-box;
    text-align: justify;
}

.flickity-page-dots {
    display: none !important;
}

.alberatura {
    font-size: 1em;
    padding: 5px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    list-style: none;
}

.alberatura i {
    color: #ff6400;
}

.title_data_schedaprodotto {
    text-align: left;
    font-weight: 400;
    font-size: 1.6em;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    color: #666;
    padding-bottom: 10px;
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
}

.schedaprodotto {
    margin-top: 20px;
    padding: 1%;
    box-sizing: border-box;
}

.schedaprodotto .img_schedaprodotto {
    width: 100%;
}

.schedaprodotto .img_schedaprodotto .galleria_prodotto {
    height: 100%;
}

.schedaprodotto .big_img_schedaprodotto {
    width: 100%;
}

.schedaprodotto .big_img_schedaprodotto img {
    width: 100%;
}

.schedaprodotto .small_img_schedaprodotto_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.schedaprodotto .small_img_schedaprodotto {
    flex-basis: 20%;
    margin: 1%;
    border: 1px solid #ccc;
}

.schedaprodotto .small_img_schedaprodotto img {
    width: 100%;
}

.schedaprodotto .data_schedaprodotto {
    width: 100%;
}

.schedaprodotto .top_data_schedaprodotto {
    width: 100%;
}

.schedaprodotto .cod_data_schedaprodotto {
    font-weight: 400;
    font-size: 1em;
    clear: both;
    display: flex;
    justify-content: space-between;
}

.schedaprodotto .cod_data_schedaprodotto .cod_data_schedaprodotto_disp {
    text-align: left;
    background: #ff6400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 5px;
    margin: 5px 0px;
}

.schedaprodotto .cod_data_schedaprodotto .cod_data_schedaprodotto_disp_entro {
    font-size: 0.8em;
}

.schedaprodotto .cod_data_schedaprodotto .cod_data_schedaprodotto_disp_entro span {
    font-weight: 700;
}

.schedaprodotto .cod_data_schedaprodotto .cod_data_schedaprodotto_cod {
    text-align: right;
}

.schedaprodotto .cod_data_schedaprodotto .cod_data_schedaprodotto_disp_gratis {
    color: #90c695;
    font-weight: 700;
}

.schedaprodotto span {
    color: #ff6400;
}

.schedaprodotto .pay_data_schedaprodotto {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}

.schedaprodotto .realprice_data_schedaprodotto {
    /*background: #666;*/
    color: #333;
    text-align: center;
    padding: 10px;
    font-size: 2em;
    font-weight: 900;
}

.schedaprodotto .discount {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.schedaprodotto .cart_data_schedaprodotto_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.schedaprodotto .wish_data_schedaprodotto {
    width: 23px;
    height: 23px;
    padding: 10px;
    border: 2px solid #ff6400;
    font-size: 1.4em;
    text-align: center;
    color: #f8c291;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedaprodotto .wish_data_schedaprodotto img {
    width: 100%;
}

.schedaprodotto .cart_data_schedaprodotto {
    height: 33px;
    border: 2px solid #ff6400;
    color: #ff6400;
    font-size: 0.8em;
    font-weight: 700;
    padding: 5px;
    line-height: 33px;
    margin-left: 10px;
    cursor: pointer;
}

.schedaprodotto .aggiungi_ok {
    position: absolute;
    z-index: 10;
    right: -50px;
    color: #90c695;
    font-size: 50px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedaprodotto .otherlist_data_schedaprodotto {
    margin-top: 0px;
}

.schedaprodotto .other_data_schedaprodotto {
    margin: 1%;
    border: 1px solid #ccc;
    display: inline-block;
    width: 22%;
}

.schedaprodotto .other_data_schedaprodotto_select {
    border: 1px solid #ff6400 !important;
}

.schedaprodotto .otherimg_data_schedaprodotto {
    width: 45%;
    display: inline-block;
}

.schedaprodotto .otherimg_data_schedaprodotto img {
    width: 100%;
    padding: 1%;
    box-sizing: border-box;
}

.schedaprodotto .othertxt_data_schedaprodotto {
    color: #ff6400;
    font-size: 0.8em;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    width: 45%;
}

.schedaprodotto .othertxt_data_schedaprodotto span {
    color: #666;
    font-weight: 700;
}

.schedaprodotto .info_data_schedaprodotto {
    padding-top: 25px;
}

.schedaprodotto .info_data_schedaprodotto md-content {
    display: none;
}

.schedaprodotto .info_data_schedaprodotto .info_data_schedaprodotto_wrap {
    margin: 20px 0px;
}

.schedaprodotto .info_data_schedaprodotto .info_data_schedaprodotto_wrap .info_data_schedaprodotto_title {
    font-size: 1.5em;
    color: #ff6400;
    font-weight: 400;
    border-bottom: 2px solid #ff6400;
}

.boximg_descr {
    display: flex;
    justify-content: space-around;
    background: #ff6400;
    padding: 5px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.boximg_descr_single {
    display: flex;
    justify-content: space-around;
    background: #ff6400;
    padding: 5px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.boximg_descr a {
    width: 46%;
    color: #666;
    font-size: 0.8em;
    font-weight: 900;
    background: #f4f4f4;
    text-align: center;
    line-height: 2em;
}

.boximg_descr_single a {
    width: 100%;
    color: #666;
    font-size: 0.8em;
    font-weight: 900;
    background: #f4f4f4;
    text-align: center;
    line-height: 2em;
}
.box_img_descr_txt {
    color: white;
    font-weight: 900;
    width: 100%;
    margin: 10px 0;
}
.schedaprodotto .info_data_schedaprodotto .info_data_schedaprodotto_wrap .info_data_schedaprodotto_content {
    background: #f9f9f9;
    color: #666;
    font-size: 1.2em;
    padding: 10px;
    box-sizing: border-box;
}

.info_data_schedaprodotto_content p b {
    color: #ff6400;
}

.schedaprodotto .info_data_schedaprodotto .commento {
    width: 100%;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    margin: 1% 0;
}

.schedaprodotto .info_data_schedaprodotto .commento .commento_img {
    width: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedaprodotto .info_data_schedaprodotto .commento .commento_wrap {
    width: 88%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.schedaprodotto .info_data_schedaprodotto .commento .commento_user {
    display: flex;
    justify-content: space-between;
}

.schedaprodotto .info_data_schedaprodotto .commento .commento_user .commento_name {
    width: 49%;
    color: #333;
    font-weight: 900;
    font-size: 1em;
    padding: 5px 0;
}

.schedaprodotto .info_data_schedaprodotto .commento .commento_user .commento_stars {
    color: #ff6400;
    font-size: 1.2em;
}

.schedaprodotto .info_data_schedaprodotto .commento .commento_txt {
    text-align: justify;
    font-size: 0.8em;
    padding: 10px 0;
}

.taglia {
    margin: 20px 0;
    display: flex;
    position: relative;
}

.info_taglie {
    position: absolute;
    bottom: -20px;
    background: #3c6382;
    color: #fff;
    border: 1px solid #3c6382;
    font-weight: 700;
    padding: 5px;
}

.taglie_chiudi {
    position: absolute;
    right: 20px;
    top: 30px;
}

.taglia_select {
    width: 100%;
}

#alert_taglia {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-left: 30px;
    margin-top: 25px;
}

select#soflow,
select#soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background: #f4f4f4 url(../images/select.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #666;
    color: #666;
    font-size: inherit;
    margin: 20px 0;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    float: none;
    list-style: none;
    position: relative;
    margin: 50px 0 0 0px;
    text-align: left;
}

.tabs li {
    width: 34%;
    text-align: center;
}

.tabs input[type="radio"] {
    position: absolute;
    top: 0;
    left: -9999px;
}

.tabs label {
    display: block;
    padding: 0px 21px;
    border-radius: 2px 2px 0 0;
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    top: 0px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs label:hover {
    color: #ff6400;
}

.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    font-size: 1.2em;
    padding: 25px;
    position: absolute;
    top: 53px;
    left: 0;
    background: #eee;
    text-align: justify;
    box-sizing: border-box;
}

.tabs [id^="tab"]:checked+label {
    top: 0;
    padding: 7px 0px;
    border-top: 4px solid #ff6400;
    background: #ff6400;
    color: #fff;
}

.tabs [id^="tab"]:checked~[id^="tab-content"] {
    display: block;
}

p.link {
    clear: both;
    margin: 380px 0 0 15px;
}

p.link a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #612e76;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

p.link a:hover {
    background-color: #522764;
}

md-tabs.md-default-theme .md-tab.md-active,
md-tabs .md-tab.md-active,
md-tabs.md-default-theme .md-tab.md-active md-icon,
md-tabs .md-tab.md-active md-icon,
md-tabs.md-default-theme .md-tab.md-focused,
md-tabs .md-tab.md-focused,
md-tabs.md-default-theme .md-tab.md-focused md-icon,
md-tabs .md-tab.md-focused md-icon {
    color: #ff6400 !important;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
    color: #ff6400 !important;
    background: #ff6400 !important;
}

.md-tab {
    font-size: 0.8em !important;
    font-weight: 700 !important;
}

.md-padding {
    background: #eee;
}

md-dialog {
    min-width: 98% !important;
}

.taglie_title {
    font-size: 1.6em;
    font-weight: 900;
    padding: 5px 0;
    color: #ff6400;
    border-bottom: 1px solid #ccc;
}

.taglie_txt {
    padding: 5px 0;
}

.taglie_wrap_title {
    font-size: 1.4em;
    font-weight: 700;
    padding: 5px 0;
    color: #ff6400;
    border-bottom: 1px solid #ccc;
}

.taglie_wrap table {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-size: 0.8em;
}

.taglie_wrap thead {
    background: #ccc;
    font-weight: 700;
    color: #ff6400;
}

.taglie_wrap tr:hover {
    background: #eee;
}

.taglie_wrap td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.carrello_title {
    color: #ff6400;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 2.5em;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px 20px 0px;
}

.carrello_container {
    display: flex;
    justify-content: space-between;
}

.carrello_prodotti_spedizione {
    width: 15%;
    background: #eee;
}

.carrello_vuoto {
    font-size: 2.5em;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.carrello_vuoto span {
    font-size: 0.6em;
    font-weight: 400;
    color: #ff6400;
}

.carrello_vuoto span a:link {
    color: #ff6400;
}

.carrello_vuoto span a:visited {
    color: #ff6400;
}

.carrello_wrap {
    width: 100%;
    padding: 1%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.carrello_wrap .carrello_wrap_head {
    display: flex;
    justify-content: flex-end;
    background: #eee;
    padding: 5px 0;
}

.carrello_wrap .carrello_wrap_head_content {
    flex-basis: 15%;
    text-align: center;
    font-weight: 700;
    color: #666;
}

.carrello_wrap .carrello_wrap_row {
    padding: 40px 0px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.carrello_wrap .carrello_wrap_row_prodotto {
    flex-basis: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.carrello_wrap .carrello_prodotto_img {
    flex-basis: 20%;
}

.carrello_wrap .carrello_prodotto_info {
    flex-basis: 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.carrello_wrap .carrello_prodotto_nome {
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.carrello_wrap .carrello_prodotto_data span {
    color: #ff6400;
}

.carrello_wrap .carrello_wrap_row_data {
    flex-basis: 23%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.carrello_wrap .carrello_wrap_row_quantita {
    flex-basis: 45%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrello_wrap .carrello_mobile {
    display: flex;
    justify-content: space-between;
}

.carrello_wrap select {
    margin: 0 25%;
}

.carrello_wrap .carrello_wrap_row_prezzo {
    flex-basis: 23%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 900;
}

.carrello_wrap .carrello_wrap_row_elimina {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 20%;
    height: 30px;
    /*border: 2px solid #e55039;*/
    font-size: 1.7em;
    color: #e55039;
    text-align: center;
    align-self: center;
}

.carrello_wrap .carrello_wrap_foot {
    background: #eee;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding-right: 2%;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4em;
    position: relative;
}

.carrello_wrap .carrello_wrap_foot div {
    color: #ff6400;
    font-weight: 700;
    margin: 0 20px;
}

.carrello_wrap .carrello_wrap_foot_spedizione {
    position: absolute;
    color: #666 !important;
    font-size: 0.7em;
    bottom: 8px;
    width: 100%;
    margin: 0;
    text-align: right;
    right: 10px;
}

.carrello_wrap .codice_sconto {
    border-bottom: 1px solid #ff6400;
    color: #ff6400;
    font-weight: 700;
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.carrello_wrap .codice_sconto .codice_sconto_input {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.carrello_wrap .codice_sconto .codice_sconto_input input {
    width: 70%;
    height: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
    background: #eee;
    color: #666;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 1px solid #ff6400;
    border-top: 1px solid #ff6400;
    box-sizing: border-box;
    border-radius: 0;
}

.carrello_wrap .codice_sconto .codice_sconto_bt {
    background: #ff6400;
    width: 30%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.carrello_news_box {
    background: #f4f4f4;
    font-weight: 700;
    color: #666;
    text-align: center;
    padding: 5px 0;
    font-size: 1.4em;
}

.carrello_news_box span {
    font-weight: 900;
    font-size: 1em;
}

.carrello_news_box_spedizione {
    background: #eee;
    font-weight: 700;
    color: #666;
    text-align: center;
    padding: 5px 0;
    font-size: 1em;
}

.carrello_news_box_spedizione span {
    font-weight: 900;
    font-size: 1.2em;
    color: #ff6400;
}

.sconto_applicato {
    background: #ff6400;
    display: flex;
    justify-content: space-around;
    color: #fff;
    padding: 5px 0;
}

.sconto_applicato .sconto_applicato_txt {
    font-weight: 300;
    width: 49%;
}

.sconto_applicato .sconto_applicato_price {
    font-weight: 700;
    text-align: right;
    width: 49%;
    padding-right: 3%;
    box-sizing: border-box;
}

.carrello_bt {
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    width: 100%;
    margin: 1% 0px 20px 0px;
    background: #ff6400;
    font-size: 2em;
    font-weight: 600;
}

.scelta {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.scelta .scelta_bkg {
    background: #eee;
}

.scelta .scelta_login {
    width: 96%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    position: relative;
    background: #eee;
    margin: 10px 2%;
}

.scelta .scelta_registrazione {
    width: 96%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    position: relative;
    background: #eee;
    margin: 10px 2%;
}

.scelta .scelta_guest {
    width: 96%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    position: relative;
    background: #eee;
    margin: 10px 2%;
}

.scelta .scelta_guest .scelta_row {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.scelta .scelta_last {
    padding-bottom: 60px !important;
}

.scelta .scelta_title {
    width: 100%;
    background: #ff6400;
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scelta .scelta_row {
    font-size: 1.2em;
    text-align: center;
    font-weight: 300;
    margin: 20px 0;
    position: relative;
}

.scelta .scelta_row input[type="email"],
.scelta .scelta_row input[type="password"] {
    width: 90%;
    margin: 0 5%;
    border: none;
    height: 40px;
    font-size: 1em;
    color: #666;
    text-align: center;
}

.scelta .scelta_row span {
    color: #d91e18;
    font-size: 0.6em;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
}

.scelta .terminiscelta {
    font-weight: 700;
    font-size: 0.7em !important;
    display: inline-block;
    width: 49%;
    margin: 5px 0px !important;
}

.scelta .terminiscelta a {
    color: #ff6400;
}

.scelta .terminiscelta a:hover {
    text-decoration: underline;
}

.scelta .scelta_bt {
    width: 98%;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #3fc380;
    line-height: 40px;
    font-weight: 700;
    clear: both;
    position: absolute;
    bottom: 1%;
    left: 1%;
    cursor: pointer;
}

.scelta .guest_info {
    text-align: left;
    font-size: 0.8em !important;
    font-weight: 400 !important;
    width: 60%;
    margin: 0 auto;
    padding: 5px;
}

.scelta .guest_info i {
    color: #ff6400;
}

.scelta .guest_info li {
    padding: 5px 0;
}

.scelta .guest_info ul {
    background: #fff;
    margin: 5px 0;
    padding: 0 5px;
}

.scelta .guest_info .plus {
    background: #ff6400;
    color: #fff;
}

.scelta .guest_info .plus i {
    color: #fff;
}

.box_selected {
    background: #ff6400;
    color: #fff;
}

.checkout_container {
    padding: 0 2%;
}

.checkout_container .checkout_wrap {
    width: 100%;
}

.checkout_container .checkout_wrap .checkout_box {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.checkout_container .checkout_wrap .checkout_box .carrello_wrap {
    width: 100% !important;
    padding: 0 !important;
}

.checkout_container .checkout_wrap .checkout_box .checkout_box_title {
    background: #f4f4f4;
    font-size: 1.4em;
    font-weight: bold;
    color: #666;
    padding: 10px 0 10px 1%;
    position: relative;
}

.checkout_container .checkout_wrap .checkout_box .checkout_box_title .checkout_bt_add {
    margin-left: 15px;
    text-align: center;
    padding: 0.5%;
    font-size: 0.6em;
    color: #ff6400;
    font-weight: bold;
    display: inline-block;
    vertical-align: bottom;
}

.checkout_container .checkout_wrap .checkout_box .checkout_box_title_done {
    background: #ff6400;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    padding: 10px 0 10px 1%;
}

.checkout_container .checkout_wrap .checkout_box .checkout_box_subtitle {
    font-size: 1.2em;
    font-weight: 700;
    color: #ff6400;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.checkout_container .checkout_wrap .checkout_box .checkout_box_list_pay {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.checkout_container .checkout_wrap .checkout_box .checkout_box_list_pay .checkout_box_list_row {
    margin: 5px 0;
    padding: 10px 5px;
    border: 1px solid #ccc;
    color: #ff6400;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
}

.checkout_container .checkout_wrap .checkout_box .checkout_box_list_pay .checkout_box_list_row span {
    color: #333;
    font-weight: 900;
    font-size: 0.8em;
}

.checkout_container .checkout_wrap .checkout_box .checkout_box_list_pay .checkout_box_list_row img {
    width: 100%;
}

.checkout_container .checkout_wrap .checkout_box .checkout_box_list_pay .checkout_box_list_row input[type="radio"] {
    display: none;
}

.checkout_container .checkout_wrap .checkout_box .checkout_box_list_pay .last {
    width: 100%;
}

.checkout_container .checkout_wrap .checkout_box .fermo_deposito_search {
    padding: 1%;
}

.checkout_container .checkout_wrap .checkout_box .fermo_deposito_search input {
    width: 100%;
    border-radius: 0;
    height: 30px;
}

.checkout_container .checkout_wrap .checkout_box .checkout_bt {
    background: #ff6400;
    display: inline-block;
    margin-top: 1em;
    padding: 0.5em 2em;
    border: none;
    border-radius: 1px;
    color: #fff;
    font-weight: 700;
    margin: 10px;
}

.checkout_container .checkout_wrap .checkout_box .checkout_bt_end {
    background: #3fc380;
    padding: 0.5em 2em;
    border: none;
    border-radius: 1px;
    color: #fff;
    font-weight: 700;
    margin: 10px;
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    text-align: center;
}

.checkout_container .checkout_side {
    width: 100%;
    background: #f4f4f4;
    vertical-align: top;
}

.checkout_container .checkout_side .carrello_wrap {
    width: 100%;
}

.checkout_container .checkout_side .carrello_wrap .carrello_wrap_row {
    padding: 20px 0;
}

.checkout_container .checkout_side .carrello_wrap .carrello_prodotto_info {
    font-size: 1em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.checkout_container .checkout_side .carrello_wrap .carrello_prodotto_img {
    flex-basis: 20%;
}

.checkout_container .checkout_side .checkout_summary_title {
    background: #ff6400;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.checkout_container .checkout_side .checkout_summary_wrap {
    margin: 20px 0;
}

.checkout_container .checkout_side .checkout_summary_row {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.checkout_container .checkout_side .checkout_summary_row .checkout_summary_row_box {
    margin: 10px 0;
    text-align: center;
}

.checkout_container .checkout_side .checkout_summary_row .summary_qta {
    flex-basis: 15%;
}

.checkout_container .checkout_side .checkout_summary_row .summary_nome {
    flex-basis: 60%;
    font-weight: 700;
    color: #ff6400;
}

.checkout_container .checkout_side .checkout_summary_row .summary_prezzo {
    flex-basis: 25%;
    font-weight: 700;
}

.checkout_container .checkout_side .checkout_summary_paga_bt {
    background: #ff6400;
    padding: 0.5em 2em;
    border: none;
    border-radius: 1px;
    color: #fff;
    font-weight: 900;
    font-size: 1.6em;
    margin: 10px;
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    text-align: center;
}

.checkout_container .checkout_side .checkout_summary_tot {
    width: 25%;
    text-align: center;
    float: right;
    font-size: 1.4em;
    font-weight: 900;
    color: #ff6400;
}

.checkout_summary_paga_bt {
    background: #ff6400;
    padding: 0.5em 2em;
    border: none;
    border-radius: 1px;
    color: #fff;
    font-weight: 900;
    font-size: 1.6em;
    margin: 10px;
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    text-align: center;
}

.checkout_box_list {
    padding: 10px;
}

.checkout_box_list .checkout_box_list_row {
    margin: 5px 0;
    padding: 10px 35px 10px 5px;
    border: 1px solid #ccc;
    color: #ff6400;
    font-size: 0.8em;
}

.checkout_box_list .checkout_box_list_row span {
    color: #333;
    font-weight: 900;
}

.checkout_box_list .profilo_container_row_bt {
    width: 40%;
    padding: 5px;
    justify-content: space-around;
}

.checkout_modifica {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 10px;
    color: #333;
    font-size: 1.5em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout_summary_tot_sped,
.checkout_summary_credito {
    display: flex;
    justify-content: space-around;
    margin: 10px 0px;
    padding: 10px 0px;
    background: #f4f4f4;
}

.checkout_summary_tot_sped .tot_sped_txt,
.checkout_summary_tot_sped .checkout_summary_credito_txt,
.checkout_summary_credito .tot_sped_txt,
.checkout_summary_credito .checkout_summary_credito_txt {
    width: 49%;
    color: #333;
}

.checkout_summary_tot_sped .tot_sped,
.checkout_summary_tot_sped .checkout_summary_credito_tot,
.checkout_summary_credito .tot_sped,
.checkout_summary_credito .checkout_summary_credito_tot {
    color: #ff6400;
    font-weight: 700;
}

.checkout_note {
    width: 100%;
    margin-top: 10px;
}

.checkout_note .checkout_note_title {
    font-weight: 900;
    padding-left: 1%;
    font-size: 1.4em;
}

.checkout_note textarea {
    resize: none;
    width: 98%;
    margin: 0 1%;
    height: 100px;
    box-sizing: border-box;
    border: none;
    color: #666;
}

.anagrafica_buttons {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.anagrafica_top {
    width: 100%;
    background: #ff6400;
    font-size: 1.4em;
    text-align: center;
    color: #fff;
    font-weight: 900;
    padding: 5px 0;
}

.anagrafica_bt {
    padding: 10px;
    font-size: 0.8em;
    font-weight: 700;
    color: #ff6400;
    margin: 10px;
    border: 1px solid #ff6400;
    background: #fff;
    /*height: 40px;*/
    margin-bottom: 20px;
}

.modifica_password_wrap .anagrafica_bt {
    height: auto;
}

.anagrafica_container {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0% 0 0%;
    background: #fff;
    padding: 0 1% 1% 1%;
}

.anagrafica_container .anagrafica_bt {
    height: 40px;
    border: 2px solid #ff6400;
    color: #ff6400;
    padding: 5px;
    background: none;
    line-height: 30px;
    text-align: center;
    width: 30%;
    margin: 1% 35%;
}

.anagrafica_container .anagrafica_tipo_wrap {
    display: flex;
    justify-content: space-between;
}

.anagrafica_container .anagrafica_tipo_fatt {
    width: 100%;
    text-align: center;
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 10px 0;
    color: #ff6400;
    margin-bottom: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

.anagrafica_container .anagrafica_tipo_fatt input[type="checkbox"]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

.anagrafica_container .anagrafica_tipo_fatt input[type="checkbox"]:not(old)+label {
    display: inline-block;
    margin-left: -1em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
}

.anagrafica_container .anagrafica_tipo_fatt input[type="checkbox"]:not(old)+label>span {
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid transparent;
    border-radius: 1em;
    background: transparent;
    vertical-align: bottom;
}

.anagrafica_container .anagrafica_tipo_fatt input[type="checkbox"]:not(old):checked+label>span>span {
    display: block;
    width: 0.5em;
    height: 0.5em;
    margin: 0.125em;
    border: 0.0625em solid transparent;
    border-radius: 1em;
    background: #ff6400;
}

.anagrafica_container .anagrafica_tipo {
    width: 49%;
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 5px;
    background-color: #666;
}

.anagrafica_container .anagrafica_tipo input[type="radio"]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

.anagrafica_container .anagrafica_tipo input[type="radio"]:not(old)+label {
    display: inline-block;
    margin-left: -1em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
}

.anagrafica_container .anagrafica_tipo input[type="radio"]:not(old)+label>span {
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid #ccc;
    border-radius: 1em;
    background: #fff;
    vertical-align: bottom;
}

.anagrafica_container .anagrafica_tipo input[type="radio"]:not(old):checked+label>span>span {
    display: block;
    width: 0.5em;
    height: 0.5em;
    margin: 0.125em;
    border: 0.0625em solid #fff;
    border-radius: 1em;
    background: #ff6400;
}

.anagrafica_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow-x: hidden;
}

.anagrafica_wrap .anagrafica_list {
    width: 100%;
}

.anagrafica_wrap .anagrafica_row {
    color: #ff6400;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding: 1%;
    font-size: 1em;
}

.anagrafica_wrap .anagrafica_row_txt {
    line-height: 30px;
    width: 40%;
    background: #f4f4f4;
    padding: 5px;
    box-sizing: border-box;
    color: #666;
}

.anagrafica_wrap .anagrafica_input {
    width: 59%;
    border-bottom: 1px solid #ccc;
}

.anagrafica_wrap .anagrafica_input input {
    width: 100%;
    height: 30px;
    border: none;
    color: #666;
    font-size: 1em;
    font-weight: 700;
}

.anagrafica_wrap .anagrafica_input select {
    width: 100% !important;
    margin: 0 !important;
}

.anagrafica_wrap .anagrafica_input.error {
    border-bottom: 1px solid #d91e18;
}

.anagrafica_wrap .anagrafica_input.error select#soflow {
    background: #d91e18;
    color: #fff;
}

.anagrafica_wrap .fermo_deposito {
    background: #eee;
    padding: 2%;
    width: 100%;
    box-sizing: border-box;
}

.anagrafica_wrap .fermo_deposito .fermo_deposito_title {
    font-size: 1.4em;
    color: #ff6400;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.anagrafica_wrap .fermo_deposito .fermo_deposito_search {
    text-align: justify;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.anagrafica_wrap .fermo_deposito .fermo_deposito_search input {
    width: 100%;
    height: 30px;
    border: none;
    text-align: center;
    font-size: 1em;
    color: #666;
}

.anagrafica_wrap .fermo_deposito .fermo_deposito_list li {
    padding: 2%;
    margin: 10px 0;
    border: 1px solid #ccc;
}

.md-dialog-container {
    position: fixed;
    top: 0 !important;
    height: 100% !important;
}

.md-dialog-container md-dialog {
    max-height: 100%;
    max-width: 90%;
    padding: 10px;
}
.wishtitle {
    font-weight: 900;
    color: #ff6400;
}

.login_flip {
    background: #eee;
}

.flip {
    -webkit-perspective: 800;
    width: 90%;
    height: 600px;
    position: relative;
    margin: 10px auto 0 auto;
    font-size: 1.2em;
}

.flip .card.flipped {
    -webkit-transform: rotatey(-180deg);
}

.flip .card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -webkit-box-shadow: 2px 3px 32px 9px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 2px 3px 32px 9px rgba(0, 0, 0, 0.38);
    box-shadow: 2px 3px 32px 9px rgba(0, 0, 0, 0.38);
}

.flip .card .face {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    text-align: center;
}

.flip .card .login_box {
    position: absolute;
    z-index: 1;
    background: #eee;
}

.flip .card .reg_box {
    -webkit-transform: rotatey(-180deg);
    background: #eee;
}

.login_bkg {
    width: 100%;
    z-index: -2;
    position: fixed;
    top: 0px;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.login_box_form {
    width: 85%;
    margin: 0 5% !important;
    font-weight: 300;
}

.login_box_form_row {
    margin: 20px 0;
    position: relative;
    width: 100%;
}

.login_box_form_row span {
    color: #d91e18;
    font-size: 0.6em;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
}

.alert-danger {
    color: #d91e18;
    font-size: 0.6em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.termini {
    font-size: 0.6em;
    font-weight: 700;
    text-align: left;
}

.termini a {
    color: #ff6400;
}

.termini a:hover {
    text-decoration: underline;
}

.termini a:hover {
    color: #ff6400;
    text-decoration: underline;
}

.termini input[type="checkbox"] {
    display: block;
    float: left;
}

.login_box_form_row input[type="email"],
.login_box_form_row input[type="password"] {
    height: 30px;
    width: 100%;
    border: none;
    color: #666;
    text-align: center;
    font-size: 1.2em;
}

.login_box_top {
    width: 100%;
    background: #ff6400;
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    font-weight: 300;
}

.login_box_bt {
    width: 50%;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #3fc380;
    line-height: 40px;
    font-weight: 700;
    margin: 20px auto;
    clear: both;
}

.login_box_bt:hover {
    background: #64ce99;
}

.login_bt_wrap span img {
    vertical-align: middle;
}

.login_box_bt_flip {
    width: 94% !important;
    float: right;
    clear: both;
    margin: 0px 2% !important;
    position: absolute;
    bottom: 20px;
}

.condizioni {
    display: flex;
    justify-content: space-between;
}

.login_newsletter {
    width: 50%;
    font-size: 0.6em;
    font-weight: 400;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.login_newsletter input {
    width: 100%;
}

.login_newsletter span {
    color: #ff6400;
    font-weight: 700;
}

.flip-back {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.cx,
.cy {
    background: #d2d5dc;
    position: absolute;
    width: 0px;
    top: 15px;
    right: 15px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.flip-back:hover .cx,
.flip-back:hover .cy {
    background: #979ca7;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.cx.s1,
.cy.s1 {
    right: 0;
    width: 30px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s2 {
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s3 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s1 {
    right: 0;
    width: 30px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s2 {
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s3 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.profilo {
    background: #000000;
    position: absolute;
    margin: auto;
    width: 100%;
}

.profilo_title {
    font-size: 2.5em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.profilo_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    box-sizing: border-box;
}

.profilo_wrap select {
    width: 100%;
    border: none;
    font-size: 1.2em;
    color: #666;
    text-align: center;
    font-weight: 700;
    height: 40px;
    background: #fff;
}

.profilo_wrap .profilo_menu {
    width: 98%;
    margin: 0 1%;
    color: #fff;
}

.profilo_wrap .profilo_user {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.2);
}

.profilo_wrap .profilo_user_icon {
    width: 10%;
}

.profilo_wrap .profilo_user_name {
    font-size: 1em;
    font-weight: 700;
    width: 89%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
}

.profilo_wrap .profilo_menu_wrap {
    padding: 10px 0px;
}

.profilo_wrap .profilo_menu_row {
    font-size: 1em;
    padding: 15px 5px;
    color: #fff;
}

.profilo_wrap .profilo_menu_row .profilo_menu_icon {
    float: right;
}

.profilo_wrap .profilo_menu_row a {
    color: #fff;
}

.profilo_wrap .profilo_menu_row:hover {
    background: rgba(0, 0, 0, 0.2);
}

.profilo_wrap end {
    border: none;
}

.profilo_container {
    width: 100%;
    background: #fff;
}

.profilo_container_title {
    font-size: 1.4em;
    font-weight: 700;
    color: #ff6400;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}

.profilo_container_row {
    padding: 20px 5px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.profilo_container_row .profilo_container_row_box {
    width: 40%;
}

.profilo_container_row .profilo_container_row_title {
    font-size: 1em;
    font-weight: 900;
}

.profilo_container_row .profilo_container_row_subtitle {
    font-size: 0.6em;
    font-weight: 400;
}

.profilo_container_row form {
    width: 40%;
    display: flex;
}

.profilo_container_row form .modifica_account {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.profilo_container_row form .modifica_account .profilo_container_row_bt {
    width: 100%;
    height: 35px;
    text-align: center;
}

.profilo_container_row form .modifica_account input {
    height: 35px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

.profilo_container_row form .profilo_container_row_bt {
    width: 50%;
    background: #fff;
}

.profilo_container_row_bt {
    width: 40%;
    border: 1px solid #000000;
    color: #000000;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist_pubblica {
    width: 100%;
    /*margin: 150px 15%;*/
    background: #fff;
    border: 1px solid #ccc;
}

.wishlist_condividi {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 0.8em;
    text-align: center;
}
.elimina_account {
    border: 1px solid #e55039 !important;
    color: #e55039 !important;
}

.wishlist_condividi .wishlist_condividi_box {
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding: 8px;
    background: #eee;
    text-transform: none;
    font-size: 1em;
}

.wishlist_top {
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
    display: flex;
    justify-content: space-around;
}

.wishlist_top .wishlist_select {
    font-size: 1.2em;
    margin: 0 20px;
    font-weight: 700;
    cursor: pointer;
}

.wishlist_top .wishlist_select.selected {
    color: #000000;
}

.wishlist_spedizionepubblica {
    padding: 10px;
}

.wishlist_spedizionepubblica b {
    color: #000000;
}

.wishlist_alert_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size:0.9em ;
}

.wishlist_alert_wrap .wishlist_alert {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.wishlist_alert_wrap .wishlist_alert_attivo {
    color: #ff6400;
}

.modifica_password_wrap {
    width: 98%;
    margin: 0 1%;
}

.modifica_password_row {
    margin: 10px 0;
}

.modifica_password_box {
    margin: 5px 0;
    font-weight: 700;
    color: #666;
}

.modifica_password_box input {
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    box-sizing: border-box;
}

.wishlist_wrap {
    padding: 0px 10px;
}

.wishlist_wrap .wishlist_row {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.wishlist_wrap .wishlist_row_img {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wishlist_wrap .wishlist_row_data {
    width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wishlist_wrap .wishlist_row_name {
    font-size: 1em;
    font-weight: 400;
    color: #666;
}

.wishlist_wrap .wishlist_row_name span {
    color: #666;
}

.wishlist_wrap .wishlist_row_price {
    font-size: 1.2em;
    font-weight: 900;
    color: #3c6382;
}

.wishlist_wrap .wishlist_row_sposta {
    background: #fff;
    color: #000000;
;
    border: 1px solid #000000;
    font-size: 0.8em;
    font-weight: 700;
    padding: 3px;
    width: 150px;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wishlist_wrap .wishlist_row_bt {
    width: 50%;
    border: 1px solid #000000;
    text-align: center;
    color: #000000;
    padding: 10px 0;
    font-size: 0.8em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    height: 35px;
    align-self: center;
    cursor: pointer;
}

.wishlist_acquista {
    height: 25px !important;
    background: #000000 !important;
    color: white !important;
}

.wishlist_wrap .wishlist_row_elimina {
    width: 8%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist_wrap .profilo_container_row_bt {
    margin: 20px;
    float: right;
    padding: 10px;
}

.cp_wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.cp_wrap .cp_title {
    font-size: 1.2em;
    font-weight: 700;
    color: #000000;
}

.cp_wrap .cp_subtitle {
    font-size: 0.8em;
}

.cp_wrap .cp_box {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: column;
}

.cp_wrap .cp_wrapbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp_wrap .cp_bt {
    width: 47%;
    margin: 0 1%;
    height: 35px;
    border: 1px solid #000000;
    text-align: center;
    color: #000000;
    padding: 10px 0;
    font-size: 1em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cp_bt_premi {
    background: #000000;
    color: white !important;
}
.cp_bt_premi a {
    color: white !important;
}

.cp_totale {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    margin: 10px 0;
    text-align: center;
    justify-content: flex-start;
}

.cp_totale span {
    color: black;
    font-weight: 900;
}

.cp_totale .tracking {
    position: absolute;
    bottom: 0;
    font-size: 0.6em;
}

.acquisti_row_data {
    width: 100% !important;
    background: #f4f4f4;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
}

.acquisti_row {
    flex-direction: column;
}

.acquisti_wrap {
    display: flex;
    justify-content: space-between;
}

.wishlist_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.scrivi_commento {
    margin-bottom: 20px;
}

.scrivi_commento .scrivi_commento_top {
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
}

.scrivi_commento .scrivi_commento_img {
    width: 5%;
}

.scrivi_commento .scrivi_commento_data {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scrivi_commento span {
    color: #ff6400;
}

.scrivi_commento .scrivi_commento_stars {
    color: #ff6400;
    float: right;
    margin-right: 20px;
    padding: 10px 0;
}

.scrivi_commento .scrivi_commento_stars ul {
    display: flex;
    justify-content: flex-start;
}

.scrivi_commento textarea {
    width: 98%;
    margin: 0 1%;
    height: 100px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    resize: none;
}

.scrivi_commento .scrivi_commento_bt {
    margin: 20px;
    float: right;
    border: 1px solid #ff6400;
    text-align: center;
    color: #ff6400;
    padding: 10px 0;
    font-size: 0.8em;
    font-weight: 700;
    background: #fff;
    padding: 10px;
}

.commenta_ricevuta {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 57px;
}

.commenta_ricevuta .wishlist_row_bt {
    width: auto;
    height: 6px;
    padding: 0.8em 5px;
    box-sizing: content-box;
    line-height: 0.8em;
    background: #fff;
    width: 90%;
}

.nonattivo {
    width: 60%;
    height: 200px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    margin: auto;
    position: absolute;
    padding: 20px;
    border: 3px solid #ff6400;
    color: #ff6400;
    font-weight: 900;
    font-size: 1.6em;
    text-align: center;
}

.profilo_errore {
    color: #d91e18;
    font-size: 700;
    text-transform: uppercase;
}

.checkout_elimina {
    color: #ff6400;
    margin: 0 10px;
}

md-select.md-default-theme:not([disabled]):focus .md-select-value,
md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: #ff6400 !important;
}

md-select.md-default-theme .md-select-value,
md-select .md-select-value {
    border-bottom-color: #ff6400 !important;
}

md-select-menu.md-default-theme md-content md-option[selected],
md-select-menu md-content md-option[selected] {
    color: #ff6400 !important;
}

.footer {
    width: 100%;
    background: #f4f4f4;
    color: #666;
    text-transform: uppercase;
    margin-top: 50px;
}

.footer .footer_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer .footer_column {
    width: 100%;
}

.footer .footer_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer .footer_title {
    color: #000000;
    font-weight: 900;
    font-size: 1.4em;
    margin: 10px 0;
    text-transform: lowercase;
}

.footer .footer_content {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.footer .footer_content .footer_row {
    font-size: 1em;
    font-weight: 300;
    padding: 5px;
}

.footer .footer_content .footer_row:hover {
    background: #222;
}

.footer .footer_content .footer_row a:link {
    color: #666;
    text-transform: lowercase;
}

.footer .footer_content .footer_row a:visited {
    color: #666;
    text-transform: lowercase;
}

.footer .footer_bottom {
    padding: 10px 0;
    text-align: center;
    font-size: 1em;
    background: #3c6382;
    color: white;
    text-transform: capitalize;
}

md-tabs.md-default-theme .md-tab.md-active,
md-tabs .md-tab.md-active,
md-tabs.md-default-theme .md-tab.md-active md-icon,
md-tabs .md-tab.md-active md-icon,
md-tabs.md-default-theme .md-tab.md-focused,
md-tabs .md-tab.md-focused,
md-tabs.md-default-theme .md-tab.md-focused md-icon,
md-tabs .md-tab.md-focused md-icon {
    color: #ff6400 !important;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
    color: #ff6400 !important;
    background: #ff6400 !important;
}

.md-tab {
    font-size: 1.6em !important;
    font-weight: 700 !important;
}

.md-padding {
    background: #eee;
}

.punticredito_close {
    position: absolute;
    right: 10px;
    top: 0;
}

.punticredito_wrap {
    width: 100%;
}

.punticredito_wrap .punticredito_top {
    display: flex;
    justify-content: space-between;
    background: #000000;
}

.punticredito_wrap .punticredito_top .punticredito_box {
    width: 30%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.punticredito_wrap .punticredito_top .punticredito_descr {
    width: 68%;
    color: #fff;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 10px 0;
}

.punticredito_wrap .punticredito_row {
    display: flex;
    justify-content: space-between;
    background: #eee;
    text-align: center;
    font-size: 0.8em;
    font-weight: 700;
    color: #666;
}

.punticredito_wrap .punticredito_row .punticredito_box {
    width: 30%;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.punticredito_wrap .punticredito_row .punticredito_descr {
    width: 68%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.contatti .contatti_txt {
    font-size: 1.4em;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.contatti .contatti_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.contatti .contatti_form {
    width: 100%;
    font-weight: 700;
    color: #ff6400;
    font-size: 1em;
}

.contatti .contatti_form_box {
    width: 100%;
}

.contatti .contatti_form_row {
    margin: 15px 0;
}

.contatti input {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    color: #666;
    padding: 10px;
    box-sizing: border-box;
}

.contatti textarea {
    resize: none;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
}

.contatti .contatti_bt {
    border: 1px solid #ff6400;
    text-align: center;
    color: #ff6400;
    padding: 10px 0;
    font-size: 0.8em;
    font-weight: 700;
    margin: 10px 0 30px 0;
    padding: 10px 20px;
    background: #fff;
}

.contatti .contatti_numeri {
    font-size: 1.2em;
    width: 100%;
    padding-left: 2%;
    box-sizing: border-box;
}

.contatti .contatti_numeri .contatti_numeri_icon {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    width: 30px;
}

.contatti .contatti_numeri .fa {
    color: #ff6400;
    font-size: 1.4em;
}

.contatti .contatti_numeri a:link {
    color: #666;
    text-decoration: underline;
}

.contatti .contatti_numeri a:visited {
    color: #666;
    text-decoration: underline;
}

.contatti .contatti_title {
    font-size: 1.6em;
    color: #ff6400;
    font-weight: 700;
    margin-bottom: 15px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.contatti .contatti_form_row input.error {
    border: 2px solid #ff6400;
}

.contatti .contatti_form_row textarea.error {
    border: 2px solid #ff6400;
}

.contatti .contatti_form_row a:hover {
    color: #ff6400;
}

.riepilogo_txt {
    margin: 30px 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1em;
    color: #666;
    text-align: justify;
}

.riepilogo_txt .riepilogo_ordine {
    font-weight: 400;
    color: #666;
    font-size: 1em;
}

.riepilogo_indirizzo {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.riepilogo_indirizzo .riepilogo_indirizzo_wrap {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
}

.riepilogo_indirizzo .riepilogo_indirizzo_col {
    width: 100%;
    background: #fff;
}

.riepilogo_indirizzo .riepilogo_title {
    font-weight: 700;
    color: #fff;
    font-size: 1.4em;
    text-transform: capitalize;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #fff;
    background: #ff6400;
}

.riepilogo_indirizzo .riepilogo_indirizzo_list {
    display: flex;
    justify-content: space-around;
}

.riepilogo_indirizzo .riepilogo_indirizzo_list span {
    color: #ff6400;
    font-weight: 700;
}

.riepilogo_indirizzo .riepilogo_indirizzo_list .riepilogo_indirizzo_list_box {
    width: 49%;
}

.riepilogo_indirizzo .riepilogo_indirizzo_list .riepilogo_indirizzo_list_box .riepilogo_indirizzo_list_box_row {
    padding: 10px;
    margin: 10px;
    box-sizing: border-box;
    background: #f4f4f4;
}

.riepilogo_wrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.riepilogo_wrap .riepilogo_prodotti {
    width: 100%;
}

.riepilogo_wrap .riepilogo_prodotti .carrello_wrap {
    width: 100% !important;
}

.riepilogo_wrap .riepilogo_prodotti .tot_sped,
.riepilogo_wrap .riepilogo_prodotti .checkout_summary_credito_tot {
    width: 48%;
    text-align: right;
}

.riepilogo_wrap .riepilogo_prodotti .carrello_prodotto_img {
    flex-basis: 15% !important;
}

.riepilogo_wrap .riepilogo_prodotti .carrello_wrap_row {
    padding: 10px 0 !important;
}

.riepilogo_wrap .riepilogo_pagamento {
    width: 29%;
    background: #eee;
    margin: 10px;
}

.riepilogo_wrap .riepilogo_pagamento .riepilogo_pagamento_txt {
    color: #ff6400;
    font-weight: 700;
    font-size: 1.2em;
    padding: 10px;
}

.riepilogo_wrap .riepilogo_pagamento .riepilogo_pagamento_box {
    color: #666;
    font-weight: 400;
    font-size: 1em;
    padding: 10px;
}

.riepilogo_pagamento_ko {
    width: 90%;
    margin: 0 auto;
    font-weight: 900;
    text-align: center;
    background: #f9bf3b;
    padding: 20px 0;
    color: #fff;
    font-size: 1.4em;
    border: 2px solid #fff;
    outline: 1px solid #f9bf3b;
}

.premi .premi_title {
    color: #ff6400;
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px 0px 0px;
}

.premi .premi_subtitle {
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.premi .premi_punti {
    background: #ff6400;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
}

.premi .premi_punti span {
    font-weight: 900;
    font-size: 1.4em;
}

.premi .premi_punti_fixed {
    position: fixed;
    width: 100%;
    top: 80px;
}

.premi .premi_box_title {
    width: 90%;
    margin: 20px 0;
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 2.5em;
    font-weight: 300;
    border-bottom: 1px solid #ff6400;
}

.premi .premi_box_title span {
    font-size: 1.4em;
    color: #ff6400;
    font-weight: 400;
}

.premi .premi_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.premi .premi_wrap .premi_prodotto {
    width: 100%;
    margin: 1.5%;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 2px 3px 32px 9px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 2px 3px 32px 9px rgba(0, 0, 0, 0.38);
    box-shadow: 2px 3px 32px 9px rgba(0, 0, 0, 0.38);
}

.premi .premi_prodotto_img {
    width: 30%;
    margin-bottom: 20px;
}

.premi img {
    width: 100%;
}

.premi .premi_prodotto_nome {
    color: #333;
    font-size: 1.2em;
    font-weight: 700;
    margin: 15px 0;
    text-align: center;
    height: 2.8em;
}

.premi .premi_prodotto_punti {
    font-size: 2.5em;
    font-weight: 900;
    margin: 10px 0;
    color: #ff6400;
    text-align: left;
}

.premi .premi_prodotto_punti span {
    font-size: 0.8em;
}

.premi .premi_prodotto_cart {
    border: 1px solid #ff6400;
    text-align: center;
    color: #ff6400;
    padding: 10px 0;
    font-size: 0.8em;
    font-weight: 700;
    width: 100%;
    background: #fff;
}

.premi .premi_prodotto_cart_no {
    border: 1px solid #ff6400;
    text-align: center;
    color: #ff6400;
    padding: 10px 0;
    font-size: 0.8em;
    font-weight: 700;
    width: 100%;
    background: #ff6400;
    color: #fff;
    display: none;
}

.loading {
    z-index: 9999 !important;
}

.aggiunto_carrello_wrap {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.aggiunto_carrello {
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    z-index: 99999;
}

.aggiunto_carrello .aggiunto_carrello_top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.aggiunto_carrello .aggiunto_carrello_bt {
    background: #ff6400;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 10px 0;
    color: #fff;
}

.aggiunto_carrello .aggiunto_carrello_continua {
    background: #3c6382;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 10px 0;
    font-weight: 700;
    cursor: pointer;
    color: white;
}

.aggiunto_carrello .aggiunto_carrello_icon {
    font-size: 8em;
    color: #ff6400;
    -webkit-animation: color-change 6s;
    -moz-animation: color-change 6s;
    -o-animation: color-change 6s;
    -ms-animation: color-change 6s;
    animation: color-change 6s;
}

.cart_counter {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50px;
    background: #fff;
    font-weight: 700;
    text-align: center;
    padding: 3px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    z-index: 999;
    font-size: 0.6em;
    color: #3c6382;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout_selected {
    border: 1px solid #ff6400 !important;
}

.checkout_selected span {
    color: #ff6400 !important;
}