body {}

.ekko-lightbox .modal-header {
    padding: 10px;
}

.ekko-lightbox .modal-body {
    padding: 0px;
    text-align: center !important;
}

.alert {
    margin: 25px;
}

.preloader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}


/* LOADER 1 */

.loader-1:before,
.loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3498db;
}

.loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

.loader-1:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

form .preloader {
    display: none;
}

form .preloader.show {
    float: left;
    display: block;
    width: 35px;
    margin: 10px 0px 0px 15px;
    height: 35px;
}

form.loading {
    opacity: 0.5;
}

form.loading .preloader {
    display: block;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}

#submit-button {
    margin-top: 10px;
}

.new-sbm-btn {
    font-weight: bold;
    margin-left: -5px;
    border-radius: 0px;
    cursor: pointer;
}

.force-hidden {
    display: none !important;
}

@media (min-width:480px) {
    button.new-sbm-btn:before {
        top: 0.5px;
        left: -17px;
        position: relative;
        content: "\f07a";
        font-family: Font Awesome\ 5 Free;
        color: white;
        background-color: #343a40;
        padding: 0.87rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

img {
    cursor: pointer;
}

#metodo_pagamento ul {
    list-style-type: none;
    padding: 0px;
}

#metodo_pagamento li {
    display: inline-block;
}

#metodo_pagamento label {
    border: 1px solid #fff;
    padding: 5px 0px;
    display: block;
    position: relative;
    margin: 4px;
    height: 10%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#metodo_pagamento label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -7px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition-duration: 0.4s;
    transform: scale(0);
}

#metodo_pagamento label img {
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    display: inline;
}

#metodo_pagamento :checked+label {
    border-color: #a32631;
}

#metodo_pagamento :checked+label::before {
    content: "✓";
    background-color: #a32631;
    transform: scale(1);
}

#metodo_pagamento li {
    display: inline-block;
    width: 48%;
    max-width: 400px;
    text-align: center;
}

#scegli_prodotti input[type="radio"] {
    opacity: 0;
    height: 0px;
    visibility: hidden
}

.m_p {
    position: absolute;
    opacity: 0;
    width: 100px;
    height: 80px;
    z-index: 1111;
    margin-left: -50px !important;
}

.m_p_input {
    height: 80px;
}

.visibile {
    height: 70px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 10000;
    background-color: #ffffff50;
    top: -55px;
    margin-bottom: -20px;
    padding-top: 50px;
    display: block !important;
    font-size: 12px;
}

#alert_campi {
    display: none;
}

small {
    font-size: 12px !important;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.first_image {
    margin: -20px 50px;
    padding: 0px;
}

.product-right {
    position: fixed;
    top: 200px;
    right: 3%;
}

.hide_on_mobile {
    display: block !important;
}

.hide_on_desktop {
    display: none !important;
}

.photo-gallery {
    color: #313437;
    background-color: #fff;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
    .form_box {
        width: calc(100% - 10px) !important;
        margin: 10px auto;
        padding: 40px 20px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0px;
}

.photo-gallery .photos {
    padding-bottom: 10px;
}

.photo-gallery .item {
    padding-bottom: 10px;
}

.fixed-container {
    display: none;
    width: 100%;
    top: 0;
    position: fixed;
    background: #333333;
    z-index: 99;
}

.zpre-container {
    background: #524031;
}

.fixed-container img {
    width: 200px;
    height: auto;
}

.newStar {
    position: relative;
    display: inline-block;
    letter-spacing: -1px;
}

.newStar::before {
    content: "★★★★★";
    color: rgb(211, 210, 210);
}

.newStar span {
    position: absolute;
    left: 0;
    color: #fdbf14;
    overflow: hidden;
}

.newStar span::before {
    content: "★★★★★";
}

.button_zero {
    color: #fff;
    background-color: #333;
    padding: 7px 7px;
    font-size: 26px;
}

.button_zero:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    text-decoration: none;
}

.zpre-container .zpre {
    line-height: 25px;
    box-sizing: border-box;
    padding: 10px 20px 0px 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

.card-header {
    padding: 5px 20px;
    margin-bottom: 0;
    border: 1px solid #524031;
    background-color: #ffffff00;
}

.card-header button {
    color: #524031 !important;
}

#accordion {
    width: 840px;
}

.product-view .product-shop .short-description ul li:before {
    content: '';
    background: url('img/check_bullet.png') no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

.filtri img {
    width: 100px !important;
    height: auto;
}

.catalog-product-view .prod-blocks .prod-block1 .box {
    margin: 40px -40px 0;
    padding: 30px 40px;
    background-color: #7b4e27;
    color: #fff;
}

.product-right .forma .ceneje-right {
    position: absolute;
    background: #7b4e28;
    padding: 4px 29px;
    color: #fff;
    top: 0;
    font-size: 35px;
    font-weight: 600;
    transform: translate(-50%, -50%);
    left: 50%;
}

.price-box .price {
    color: #7b4e28;
}

.catalog-product-view .prod-blocks .prod-block6 .inner .content h3 {
    color: #7b4e28;
}

.catalog-product-view .prod-blocks .prod-block6 .inner .content h3:after {
    background-color: #ff006c00;
}

.inner p {
    display: inline-table;
    text-align: center;
    width: 200px;
    height: 200px;
    font-size: 15px;
}

.inner img {
    vertical-align: top;
}

.product-right .prednosti li {
    color: #7b4e28;
}

.catalog-product-view .prod-blocks .prod-block4 .cont .content ul li h3:after {
    background-color: #7b4e28;
}

.footer-container {
    background-color: #e0e2e4;
}

.form_box {
    background: #fff;
    border: 2px dotted;
    border-radius: 40px;
    width: calc(50% - 150px) !important;
    margin: 50px;
}

.catalog-product-view .prod-blocks .prod-block3 .block-icons .ic .icn img {
    border: 1px solid #574230;
    border-radius: 50%;
}

#scegli_prodotti ul {
    list-style-type: none;
}

#scegli_prodotti li {
    display: inline-block;
}

#scegli_prodotti input[type="checkbox"][id^="cb"] {
    display: none;
}

#scegli_prodotti label {
    border: 1px solid #fff;
    display: block;
    position: relative;
    margin: 1px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#scegli_prodotti label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -7px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition-duration: 0.4s;
    transform: scale(0);
}

#scegli_prodotti label img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

#scegli_prodotti :checked+label {
    border-color: #7b4e28;
}

#scegli_prodotti :checked+label::before {
    content: "✓";
    background-color: #7b4e28;
    transform: scale(1);
}

#scegli_prodotti li {
    display: inline-block;
    width: 49%;
    text-align: center;
}

.product-right .prednosti li.dostava {
    background-image: url('img/track.png');
    background-size: contain;
}

.product-right .prednosti li.vracilo {
    background-image: url('img/reso.png');
    background-size: contain;
}

.product-right .forma .special-price .price,
.product-right .forma .regular-price .price {
    font-size: 55px;
    line-height: 20px;
}

ul.horiz_list {
    white-space: nowrap;
    overflow-x: auto;
}

ul.horiz_list li {
    display: inline-block;
    zoom: 0.7;
    width: 300px;
    padding: 30px;
    margin-left: 10px;
    border: solid #524031 1px;
    -moz-box-shadow: 2px 0px 11px #33333350;
    -webkit-box-shadow: 2px 0px 11px #33333350;
    box-shadow: 2px 0px 11px #33333350;
}

#box_list {
    max-width: 1300px !important;
}

@media only screen and (max-width: 768px) {
    .form_box {
        width: calc(100% - 10px) !important;
        margin: 10px;
    }
    #accordion {
        width: 100%;
    }
    .product-right {
        display: none !important;
    }
    .zpre {
        display: none;
    }
    .hide_on_mobile {
        display: none !important;
    }
    .hide_on_desktop {
        display: block !important;
    }
    .sticky-addto-cart {
        background: #be9562;
    }
    button.button.btn-cart span,
    button.button.btn-checkout span {
        background: #7b4e28;
    }
}

#totale_ordine_form {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

.resoconto {
    padding: 10px;
    margin: 10px;
    border: solid 1px #ffc203;
}

.resoconto span {
    display: block;
}

@media screen and (max-width: 767px) {
    .form-container {
        padding: 60px 10px;
    }
}

.form-control {
    padding: 0.75rem .75rem;
}

@media screen and (max-width: 479px) {
    .form-block {
        text-align: left;
    }
}

#resoconto {
    text-align: center;
}