/*
Theme Name: Impreza for Reserved Areas
Template: Impreza
Version: 0.12.2
Author:	Snyffo
Theme URI: https://snyffo.com
Author URI: https://snyffo.com
*/

/*Add your own styles here:*/

@media screen and (max-width: 480px) {
    .woocommerce .checkout #order_review {
        margin: initial !important;
    }
}

.woocommerce .woocommerce-terms-and-conditions-wrapper label:after {
    display: none !important;
}


* {
    box-sizing: border-box;
}

.crumbs-progress {
    background-color: transparent;
}
.crumbs-progress ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.crumbs-progress ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    background: #d4f2ff;
    margin: 0 8px;
    height: 40px;
}
.crumbs-progress ul li.done {
    background-color: #3498db;
}
.crumbs-progress ul li.done::before {
    border-top: 20px solid #3498db;
    border-bottom: 20px solid #3498db;
}
.crumbs-progress ul li.done::after {
    border-left: 10px solid #3498db;
}
.crumbs-progress ul li.done a, .crumbs-progress ul li.done span {
    color: #fff;
}
.crumbs-progress ul li:first-child {
    margin-left: 0;
    border-radius: 8px 0 0 8px;
}
.crumbs-progress ul li:first-child::before {
    display: none;
}
.crumbs-progress ul li:last-child {
    margin-right: 0;
    border-radius: 0 8px 8px 0;
}
.crumbs-progress ul li:last-child::after {
    display: none;
}
.crumbs-progress ul li::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    border-top: 20px solid #d4f2ff;
    border-bottom: 20px solid #d4f2ff;
    border-left: 10px solid transparent;
}
.crumbs-progress ul li::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #d4f2ff;
}
.crumbs-progress ul li a, .crumbs-progress ul li span {
    display: inline;
    color: #777;
}

.ticket-info-barcode {
    text-align: center;
}

.ticket-info-barcode #barcode_container {
    margin: auto;
}

.PER_wrapper {
    text-align: center;
    margin-top: 1em;
}

.PER_iframe.PER_hidden {
    display: none !important;
}

.PER_image {
    display: inline-block;
}

.PER_image.PER_hidden {
    display: none;
}