/* Dialog */


/*
.containerDialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.containerDialog.background {
    background-color: rgba(0, 0, 0, 0.8);
}

.layerDialog {
    position: absolute;
    background-color: white;
    width: 90%;
    max-height: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 600px;
}

.layerDialog .closeLayer {
    font-family: var(--fa-font);
    color: #CCC;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
    background: #FFF;
    border-radius: 50%;
    padding: 5px;
    z-index: 1;
}

.layerDialog .inner {
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.layerDialog .inner>.close {
    font-family: var(--fa-font);
    color: #b2b2b2;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    text-decoration: none;
}

.layerDialog .text {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-color);
}

.layerDialog .list {
    margin-bottom: 15px;
    clear: both;
}

.layerDialog .list .item {
    overflow: hidden;
    letter-spacing: 1px;
    width: 100%;
    box-shadow: none;
}

.layerDialog .list .item .right {
    float: right;
}

.layerDialog .form {
    margin-bottom: 15px;
}

.layerDialog .form .input {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    border: 1px solid #b2b2b2;
    background: none;
    border-radius: 3px;
    padding: 0 5px;
}

.layerDialog .form .textarea {
    box-sizing: border-box;
    border: 1px solid #b2b2b2;
    background: none;
    border-radius: 3px;
    width: 100%;
    height: 120px;
    font-family: inherit;
    font-style: normal;
    padding: 5px;
}

.layerDialog .action {
    clear: both;
    overflow: hidden;
}

.layerDialog .action .left {
    width: 47%;
    float: left;
}

.layerDialog .action .right {
    width: 47%;
    float: right;
}

.layerDialog .action a {
    display: block;
    background-color: var(--main-color);
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 20px;
    text-decoration: none;
}

.layerDialog .button {
    position: relative!important;
    float: right;
}

.layerDialog .action a:hover,
.layerDialog .action a:focus,
.layerDialog .action a:active {
    opacity: 0.7;
    transition: all 0.5s ease-in-out 0s;
}

.layerDialog .action button {
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-align: left;
    width: 100%;
    background-color: #f2f2f2;
    color: #333333;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.layerDialog .action button::-moz-focus-inner {
    border: none;
    padding: 0;
}

.layerDialog .action button:hover,
.layerDialog .action button:focus,
.layerDialog .action button:active {
    color: #f2f2f2;
    background-color: #333333;
}



.layerShopTemplate {
    width: 100%;
    margin: 3rem 0;
}



.basket {
    min-width: 250px;
    padding: 20px;
    text-align: left;
    font-size: 0.8rem;
}

.basket .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
    line-height: 1.5;
}

.basket .item .delete {
    width: 15%;
}

.basket .item .delete .button {
    font: var(--fa-font-light);
    color: white;
    border: none;
}

.basket .item .title {
    width: 85%;
}

.basket .item .space {
    width: 15%;
}

.basket .item .count {
    width: 20%;
}

.basket .item .price {
    width: 65%;
    text-align: right;
}

.basket .item.total {
    padding: 10px 0;
    font-weight: 700;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.basket .item a {
    font-weight: 700;
    text-align: right;
    width: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.basket .item a:hover {
    opacity: 0.5;
    transition: 0.5s ease-out;
}
*/


/* Warenkorb */

.layerShopCart .success.shopcart4 {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px;
}

.layerShopCart .success.shopcart4 a {
    font-weight: 600;
}

.layerShopCart .success.shopcart4 a:before {
    content: '';
}

.layerShopCart .success.shopcart4 p {
    margin: 10px 0;
}

.layerShopCart .success.shopcart4:before {
    content: '\f058';
    font: var(--fa-font-light);
    display: inline-block;
    margin-right: 10px;
    width: 10%;
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 100;
}

.layerShopCart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.layerShopCart .subtitle h2 {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.layerShopCart .item {
    box-shadow: none!important;
    border-radius: 0!important;
}

.layerShopCartNavigation {
    margin: 2rem 2.5%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
}

.layerShopCartNavigation .item {
    color: #333333;
    font-family: var(--fa-font);
    display: block;
    width: 33.333%;
    text-align: center;
    padding: 15px 0;
    font-size: 150%;
    border: 1px solid var(--main-color);
}

.layerShopCartNavigation .item.open {
    color: #FFF;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.layerShopCart .head {
    margin-bottom: 20px;
    width: 100%;
}

.layerShopCart .content {
    margin-bottom: 30px;
    width: 100%;
}

.layerShopCart .layerCart.full {
    display: flex;
    flex-wrap: wrap;
}

.layerShopCart .layerCart.right {
    width: 40%;
}

.layerShopCart .layerCart.left {
    width: 55%;
}

.layerShopCart .head .document {
    font-size: 1.5rem;
    float: right;
    color: white;
    text-decoration: none;
    background: var(--main-color);
    border-radius: 5px;
    padding: 5px 10px;
}

.layerShopCart .head .document:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

.layerShopCart .head .document:before {
    content: '\f1c1';
    font-family: var(--fa-font);
    font-weight: 100;
    padding-right: 10px;
}

.layerShopCart .list {
    margin: 0 0 2rem 0;
    width: 100%;
}

.layerShopCart .list.cart {
    border-bottom: 1px solid #CCCCCC;
}

.layerShopCart .list.cart .title {
    color: var(--main-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.layerShopCart .list.cart .item {
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    border-radius: 0;
    position: relative;
}

.layerShopCart .list.cart .item .head .title {
    font-size: 140%;
}

.layerShopCart .list.cart .item .image {
    width: 20%;
    line-height: 0;
    height: auto;
}

.layerShopCart .list.cart .item .image img {
    max-width: 100%;
    height: auto;
}

.layerShopCart .list.cart .item .content {
    width: 75%;
    background: none;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.layerShopCart .list.cart .item .content .left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.layerShopCart .list.cart .item .content .left .event.info .icon {
    display: none;
}

.layerShopCart .list.cart .item .content .right {
    width: 40%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.layerShopCart .list.cart .item .article-detail {
    max-width: 90%;
}

.layerShopCart .list.cart .item .delete,
.layerMemberWatchlist .list .item .delete {
    position: absolute;
    top: 1rem;
    right: 0;
}

.layerShopCart .list.cart .item .delete .button,
.layerMemberWatchlist .list .item .delete {
    margin: 0;
    background: none;
    border: none;
    font: var(--fa-font-thin);
    cursor: pointer;
    font-size: 160%;
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 3px;
    color: #333;
}

.layerMemberWatchlist .list .item .delete {
    font-size: 120%;
}

.layerShopCart .list.cart .item .title {
    font-size: 120%;
}

.layerShopCart .list.cart .item .number {
    font-size: 95%;
    margin-bottom: 10px;
}

.layerShopCart .list.cart .item .unit {
    text-align: left;
}

.layerShopCart .list.cart .item .count {
    text-align: right;
}

.layerShopCart .list.cart .item .dispo {
    padding-left: 20px;
    font-size: 95%;
    margin-bottom: 5px;
}

.layerShopCart .list.cart .item .dispo:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -20px;
    margin-right: 10px;
}

.layerShopCart .list.cart .item .dispo.green:before {
    background-color: green;
}

.layerShopCart .list.cart .item .dispo.orange:before {
    background-color: orange;
}

.layerShopCart .list.cart .item .dispo.red:before {
    background-color: red;
}

.layerShopCart .list.cart .item .price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    font-weight: 400;
}

.layerShopCart .list.cart .item .price .count {
    margin-right: 1.5rem;
    font-weight: 200;
}

.layerShopCart .list.cart .item .price .currency {
    width: 45px;
}

.layerShopCart .list.cart .item .price .amount {
    width: 75px;
}

.layerShopCart .list.cart .item .setlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 25%;
}

.layerShopCart .list.cart .item .article {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-end;
    width: 100%;
}

.layerShopCart .list.cart .item .article.set {
    flex-wrap: wrap;
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.layerShopCart .list.cart .item .article.set .container-price {
    margin-top: 4rem;
    width: 40%;
}

.layerShopCart .list.cart .item .article.set .item.price {
    border: none;
    text-align: right;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 280px;
    align-items: flex-end;
    padding: 0;
}

.layerShopCart .head.set {
    margin-bottom: 0;
    width: 55%;
    min-height: 130px;
}

.layerShopCart .list.cart .item .setlist .item.set {
    border: none;
    padding: 0 0 1rem 0;
    flex-wrap: nowrap;
}

.layerShopCart .list.cart .item .setlist .subtitle {
    font-family: var(--main-font);
    font-weight: 300;
    font-size: 0.8rem;
}

.layerShopCart .list.cart .item .setlist .content {
    width: 100%;
}

.layerShopCart .list.cart .item .setlist .article .title {
    font-family: var(--main-font);
    font-size: 1rem;
    margin: 0;
    width: 100%;
}

.layerShopCart .list.cart .item .setlist .article .subtitle {
    font-family: var(--main-font);
    font-size: 1rem;
    font-weight: 100;
}

.layerShopCart .list.cart .item .setlist .article .number {
    margin: 0;
    font-size: 0.8rem;
}

.layerShopCart .list.cart .item .form {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
    width: 100%;
}

.layerShopCart .list.cart .item .form.price {
    flex-wrap: wrap;
}

.layerShopCart .list.cart .item .form form {
    width: 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.layerShopCart .list.cart .item .form .input {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    background: none;
    padding: 5px 10px;
}

.layerShopCart .list.cart .item .form .button {
    border: none;
    background: var(--main-gradient);
    color: white;
    cursor: pointer;
    font: var(--fa-font-light);
    padding: 5px 10px;
    font-size: 1.25rem;
    font-weight: 100;
    display: flex;
    align-items: center;
}

.layerShopCart .list.cart .item .form .button.inactive {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #999;
}

.layerShopCart .list.link {
    text-align: right;
}

.layerShopCart .list.link a {
    display: inline-block;
    background-color: #f2f2f2;
    color: #333333;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 90%;
    border-radius: 3px;
}

.layerShopCart .list.link a:hover {
    color: #f2f2f2;
    background-color: #333333;
}

.layerShopCart .list.link a:before {
    content: '\f08e\00A0';
    font-family: var(--fa-font);
}

.layerShopCart form {
    width: 100%;
}

.layerShopCart .formSOP {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: stretch;
    height: 100%;
    justify-content: space-between;
}

.layerShopCart .form .voucher form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-family: var(--main-font);
}

.layerShopCart .form .voucher .input {
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #ccc;
    background: none;
    color: #333333;
    border-radius: 3px 0 0 3px;
    padding: 0 5px;
    font-family: var(--main-font);
    min-width: 25%;
}

.layerShopCart .form .voucher .button {
    box-sizing: border-box;
    height: 35px;
    border: none;
    background: #ccc;
    color: #333;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    font-size: 90%;
    padding: 0 10px;
    font-family: var(--main-font);
}

.layerShopCart .form .voucher .button:hover {
    background: var(--main-color);
    color: white;
    transition: all 0.5s ease-out;
}

.layerShopCart .list.summary {
    background: #eee;
    padding: 10px;
    width: 100%;
    margin: 2rem 0 0 0;
    line-height: 1.5;
}

.layerShopCart .list.summary .item {
    overflow: hidden;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.layerShopCart .list.summary .item.total {
    border-top: 1px solid #333;
    padding-top: 5px;
    margin-top: 5px;
}

.layerShopCart .list.summary .voucher {
    padding: 3px 10px;
    background: var(--main-color);
    color: #FFF;
    font-weight: 700;
    margin: 6px -10px;
}

.layerShopCart .action {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.layerShopCart .action .check {
    text-align: right;
    font-size: 90%;
    margin: 20px 0;
}

.layerShopCart .action .check a {
    color: #333333;
    text-decoration: none;
}

.layerShopCart .action .item {
    width: 100%;
    text-align: right;
    margin-top: 1rem;
}

.layerShopCart .action .button,
.layerShopCart .action .link {
    line-height: 20px;
    margin: 0;
    padding: 5px 10px;
    background: var(--main-color);
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.layerShopCart .action .button:hover,
.layerShopCart .action .link:hover {
    background: #ccc;
    transition: all 0.5s ease-out;
}

.layerShopCartAddress {
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

.layerShopCartAddressForm {
    margin-bottom: 20px;
    font-size: 90%;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.layerShopCartAddressForm .address {
    width: 100%;
}

.layerShopCartAddressForm .detailAddressLabel,
.layerShopCartAddressForm .label {
    width: 150px;
    float: left;
    margin-bottom: 5px;
}

.layerShopCartAddressForm .detailAddressValue,
.layerShopCartAddressForm .value {
    padding-left: 150px;
    margin-bottom: 10px;
}

.detailAddressCheck {
    width: 100%;
    margin-bottom: 15px;
}

.detailAddressCheck .checkAddress {
    margin-right: 10px;
}

.layerShopCartAddressForm .value input,
.layerShopCartAddressForm .inputAddress,
.layerShopCartAddressForm .select,
.layerShopCartAddressForm .textarea,
.layerShopCartAddressForm .selectAddress {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 40px;
    padding: 0 10px;
    background: none;
}

.layerShopCartAddressForm .input.zip {
    width: 20%;
}

.layerShopCartAddressForm .input.place {
    width: 78%;
    margin-left: 2%;
}

.layerShopCartAddressForm .input.street {
    width: 78%;
    margin-right: 2%;
}

.layerShopCartAddressForm .input.streetNumber {
    width: 20%;
}

.layerShopCartAddressForm .textarea {
    padding: 5px;
    min-height: 100px;
    resize: vertical;
}

.layerShopCartAddressForm .address.left {
    width: 100%;
}

.layerShopCartAddressForm .containerAddress {
    margin-bottom: 1rem;
}

.layerShopCartAddressForm .containerAddress form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.layerShopCartAddressForm .containerAddress .item {
    display: flex;
    width: 100%;
}

.layerShopCartAddressForm .containerAddress .item.flex50 {
    width: 49%;
}

.layerShopCartAddressForm .containerAddress .item .label {
    width: 110px;
    float: none;
    min-width: 110px;
}

.layerShopCartAddressForm .containerAddress .item .value {
    padding: 0;
    width: 100%;
}

.layerShopCartAddressForm .address.right {
    width: 100%;
}

.layerShopCartAddressForm .address.right .item.billing {
    flex-wrap: wrap;
}

.layerShopCartPayment .item {
    background-color: #f2f2f2;
    color: #000;
    padding: 10px;
    font-size: 90%;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}

.layerShopCartPayment .item.description .label {
    width: 100%;
    padding: 0 0 10px 0;
}

.layerShopCartPayment .item.description .value textarea {
    width: 100%;
    min-height: 100px;
}

.layerShopCartPayment .item img {
    float: right;
    max-width: 100%;
    padding: 20px 0;
}

.layerShopCartPayment .item .radio {
    float: left;
}

.layerShopCartPayment .item .label {
    padding-left: 25px;
}

.layerShopCartPayment .item .address {
    border-top: 1px dotted #999999;
    margin-top: 10px;
    padding-top: 10px;
}

.layerShopCartPayment .item .address a {
    color: inherit;
    text-decoration: none;
}

.layerShopCart .list.address {
    overflow: hidden;
}

.layerShopCart .list.address .left {
    margin-right: 5rem;
}

.layerShopCart .list.address,
.layerShopCart .list.payment {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

.layerShopCart .list.payment .address {
    margin-top: 10px;
}

.layerShopCart .list.payment .address a {
    color: inherit;
    text-decoration: none;
}

.layerShopCart .success a {
    color: #FFFFFF;
    text-decoration: none;
}

.layerShopCart .success a:before {
    content: '\f1c1\00A0\00A0';
    font-family: var(--fa-font);
}

.cart-action-withdrawal {
    display: none;
}


/* Event im Warekorb*/

.event.attributes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.event.attributes .attributes-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
}

.event.attributes .attributes-item .label {
    min-width: 20%;
}

.event.info .item {
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    border-radius: 0;
    position: relative;
}

.container-ticket {
    width: 66%;
    margin: 0.5rem 0;
    background: #f4f4f4;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    line-height: 1.25rem;
}

.container-ticket .buttonRow.row {
    border-top: 1px solid #ccc;
    margin-top: 0.5rem;
}

.item-ticket {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.25rem 0;
}

.item-ticket .left,
.item-ticket .right {
    width: 50%!important;
    flex-direction: unset!important;
}

.item-ticket .right .value {
    display: flex;
    flex-wrap: nowrap;
    min-width: 70px;
    justify-content: flex-end;
}

.button.subscriber {
    background: var(--main-gradient);
    border: none;
    padding: 5px 10px;
    color: white;
    font-family: var(--main-font-fa);
    font-weight: 100;
    margin: 0.5rem 0;
    cursor: pointer;
}

.button.subscriber:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

.subscriberList input {
    padding: 5px 10px;
    border: none;
    width: 100%;
    font-weight: 200!important;
}

.subscriberList .listRow {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0.25rem 0;
    justify-content: space-between;
}

.subscriberList .listRow .label {
    min-width: 25%;
}

.subscriberList .listRow .value {
    width: 100%;
}

.item-ticket textarea {
    width: 100%;
}

.container-ticket .title {
    font-size: 0.9rem!important;
    font-weight: 600;
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 0.5rem;
}

.container-ticket .item {
    justify-content: flex-start!important;
}

.container-ticket .rowCount {
    width: 25px;
    text-align: right;
}

.container-ticket .name {
    margin-left: 0.25rem;
    width: 30%;
}

.container-ticket .eMail {
    width: 55%;
}

.container-ticket .option {
    font-family: var(--main-font-fa);
    width: 30px;
    text-align: left;
    font-weight: 900;
}

.container-ticket .option.green {
    color: green;
    cursor: pointer;
}

.container-ticket .option.red {
    color: darkred;
    cursor: pointer;
}

.container-ticket p {
    padding-bottom: 0!important;
}

.container-ticket .delete-subscriber {
    font-family: var(--main-font-fa);
}

.container-price {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.container-price p {
    padding-bottom: 0!important;
}

.addition {
    font-size: 0.8rem;
    font-weight: 600;
    background: darkred;
    text-align: center;
    color: white;
    padding: 0 10px;
}

.container-action {
    width: 100%;
}

.functionBar {
    font-family: var(--main-font-fa);
    font-weight: 900;
    font-size: 1.2rem;
    padding-top: 0.25rem;
}

.functionBar .addButton,
.functionBar .cancelButton {
    display: inline;
    width: 50%;
    cursor: pointer;
    opacity: 0.5;
    margin-left: 0.5rem;
}

.functionBar .cancelButton {
    color: darkred;
}

.functionBar .addButton {
    color: darkgreen;
}

.functionBar .addButton:hover,
.functionBar .cancelButton:hover {
    opacity: 1;
    transition: all 0.5s ease-out;
}


/*



.layerShopTemplate {
    width: 100%;
}

.layerShopTemplate .list {
    margin: 1rem -2.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.layerShopTemplate .list .item {
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5rem 2.5%;
    margin-bottom: 3rem;
    transition: transform .2s;
    text-align: center;
}

.layerShopTemplate .list .item:hover {
    transition: all 0.5s ease-out;
    transform: scale(1.05);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
}

.layerShopTemplate .list .item.popup:hover {
    transition: all 0.5s ease-out;
    transform: scale(1.05);
}

.layerShopTemplate .list .item .inner,
.shop-slider .item .inner {
    position: relative;
    height: 100%;
    font-size: 0.9rem;
}

.layerShopTemplate .list .item .inner .title,
.shop-slider .item .title {
    padding: 5px 10px;
    text-align: center;
    font-weight: 300;
    min-height: 45px;
}



.layerShopTemplate .list .item .article-image {
    position: relative;
}

.detail.shop .item .article-image img {
    width: auto;
    max-height: calc(100vh - 300px)!important;
    max-width: 100%;
    margin: 0 auto;
}

.item .article-image img {
    width: 100%;
}

.layerShopTemplate .list .item .article-image:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.8s ease-out;
    border-radius: 20px 20px 0 0;
}

.layerShopTemplate .list .item .article-image .image-link {
    background-color: #FFF;
    width: 100%;
    margin: 0 auto;
    padding: 100% 0 0 0;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.layerShopTemplate .list .item .article-image img {
    max-width: 100%;
    max-height: 250px;
    height: auto;
    width: auto;
}



.list-search {
    margin: 1rem -1.5% 0.25rem -1.5%;
    position: relative;
}

.list-search-title {
    margin: 0 1.5%;
    font-family: var(--main-font-fa);
}

.list-search form {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
}

.list-search .list-search-item {
    margin: 0.5rem 1.5%;
}

.list-search .list-search-select {
    padding: 5px 33px 5px 10px;
    width: 100%;
    background-color: white;
    border: 1px solid #eee;
}

.list-articleSort {
    position: relative;
    width: 80%;
}

.layerShopTemplate.search .list-articleSort {
    margin-left: 1.5%;
}

.item-articleSort {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 1px;
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 1;
}

.item-articleSort .label {
    width: 100px;
    text-align: left;
}

.item-articleSort select {
    padding: 5px 33px 5px 10px;
    width: 100%;
    background-color: #eee;
}

.item-articleSort .list-search-select {
    background-color: unset;
    border: 1px solid #eee;
    letter-spacing: 1px;
}

.list-showFilter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -0.5rem 1rem -0.5rem;
}

.list-showFilter .activeFilter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0rem;
}

.list-showFilter .activeFilter li {
    padding: 5px;
    font-size: 0.9rem;
    background: black;
    color: white;
    font-family: var(--main-font-fa);
    margin: 0 0.5rem 0.5rem 0.5rem;
    cursor: pointer;
    font-weight: 300;
}

.list-reset-button {
    background: none;
    border: none;
    margin-bottom: 1rem;
    padding: 0.5rem;
    font-size: 0.9rem!important;
}

.list-reset-button:hover,
.list-showFilter .activeFilter li:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

.list.articles {
    margin-top: 5rem;
    position: relative;
    align-items: baseline;
}

#layerArticleCount {
    position: absolute;
    top: -4rem;
    right: 2.5%;
    display: flex;
    justify-content: flex-end;
    letter-spacing: 1px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    left: 2.5%;
}



.layerShopTemplate .list .item .text {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 10px 10px;
    position: relative;
    font-size: .9rem;
    line-height: 1.3rem;
}

.layerShopTemplate .list .item .text .title {
    font-weight: 700;
    max-width: 95%;
    padding: 0;
    text-align: left;
}

.layerShopTemplate .list .item .text .sub-title {
    display: block;
    width: 100%;
    position: relative;
}

.layerShopTemplate .list .item .text .dispo .green,
.layerShopTemplate .list .item .text .dispo .orange,
.layerShopTemplate .list .item .text .dispo .red {
    font-size: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.layerShopTemplate .list .item .text .discount {
    text-transform: uppercase;
    display: inline;
    color: var(--main-color);
}

.layerShopTemplate .list .item .text .discount .value {
    float: right;
    width: 50%;
    text-align: right;
}

.layerShopTemplate .list .item .text .discount .discountValue {
    width: 100%;
}

.layerShopTemplate .list .item .text .discount .currencyPrice {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    font-weight: 900;
}

.layerShopTemplate .list .item .text .discount .currencyPrice form {
    margin-right: 10px;
}

.layerShopTemplate .list .item .text form select {
    border: none;
}

.layerShopTemplate .list .item .text .discount .label {
    float: left;
    width: 50%;
}

.layerShopTemplate .list .item .text .price {
    font-weight: 900;
    text-transform: uppercase;
    color: var(--main-color);
}

.layerShopTemplate .list .item .text .price .label {
    float: left;
    width: 50%;
}

.layerShopTemplate .list .item .text .price .value {
    float: right;
    width: 50%;
    text-align: right;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.layerShopTemplate .list .item .text .price .value form {
    margin-right: 10px;
}



.layerShopTemplate .list.articles .item .article-image {
    background-color: #FFF;
    margin-bottom: 0.5rem;
}

.layerShopTemplate .list.articles .item .article-image .image-link {
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.layerShopTemplate .list.articles .item .article-image .image-link img {
    max-width: 100%;
}

.layerShopTemplate .list.articles .item .subtitle {
    line-height: 1;
}

.layerShopTemplate .list .discount {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.layerShopTemplate .list .discount .value {
    margin: 0 5px;
}

.flags {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-top: 10px;
}

.shop-slider .flags {
    position: relative;
    top: unset;
    left: unset;
}

#detail-article .flags {
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 1rem;
    z-index: 1;
}

#detail-article .flags .flag.new,
#detail-article .flags .flag.newArticle,
#detail-article .flags .flag.sale {
    margin: 0;
}

.flag.new {
    font-weight: 900!important;
}

.flag.newArticle {
    background-color: var(--main-lightgrey-color)!important;
    color: black!important;
}

.flag.new,
.flag.newArticle,
.flag.sale {
    padding: 2px 10px;
    background-color: black;
    color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0 5px;
}

.layerShopTemplate .favorite {
    font: var(--fa-font-light);
    font-weight: 300;
    color: #FFF;
    font-size: 1.6rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    padding: 10px 0;
}

.layerShopTemplate .favorite:after {
    content: '\f004';
    font: var(--fa-font-light);
}

.layerShopTemplate .favorite:hover:after,
.layerShopTemplate .favorite.active:after {
    font-weight: 900;
    transition: all 0.5s ease-out;
}



.layerShopTemplate form.search-form {
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 30px;
}

.layerShopTemplate .search-form .input,
.layerShopTemplate .search-form .button {
    border: none;
    padding: 5px 0;
}

.layerShopTemplate .search-form .input {
    background: transparent;
    width: 90%;
}

.layerShopTemplate .search-form .button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    height: 40px;
    width: 35px;
    color: #333333;
    font: var(--fa-font-light);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 0;
}



.form.articleGroup .select {
    margin-bottom: 10px;
}

.shopfilter {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.shopfilter-list {
    margin: 0 -10px 10px -10px;
}

.shopfilter-list:after {
    content: "";
    clear: both;
    display: table;
}

.shopfilter-list-item {
    float: left;
    margin-bottom: 10px;
    max-width: 220px;
    min-width: 180px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.shopfilter-list-item-inner {
    position: relative;
    margin: 0;
}

.shopfilter-list-link {
    display: block;
    background-color: #EEEEEE;
    color: #333333;
    border: 1px solid #CCCCCC;
    padding: 0 36px 0 7px;
    height: 28px;
    line-height: 28px;
    font-size: 80%;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.shopfilter-list-link:hover,
.shopfilter-list-link:focus,
.shopfilter-list-link:active {
    background-color: #333333;
    color: #FFFFFF;
}

.shopfilter-list-button {
    color: #000;
    font-weight: 400;
    border: 1px solid var(--main-color);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    font-size: 80%;
    cursor: pointer;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.shopfilter-list-item.open .shopfilter-list-button {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.shopfilter-list-button::after {
    position: absolute;
    content: '\f0d7';
    font: var(--fa-font-light);
    display: block;
    right: 0px;
    top: 0px;
    width: 30px;
    line-height: 2.1rem;
    padding: 0;
    text-align: center;
    font-size: 110%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border: 1px solid transparent;
}

.shopfilter-list-button.active::after {
    content: '\f00c';
}

.shopfilter-list-item.open .shopfilter-list-button::after {
    content: '\f0d8';
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.shopfilter-list-button:hover::after,
.shopfilter-list-button:focus::after,
.shopfilter-list-button:active::after {
    background-color: var(--main-color);
}

.shopfilter-list-popup {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.shopfilter-list-item.open .shopfilter-list-popup {
    display: block;
}

.shopfilter-list-popup-inner {
    max-height: 300px;
    border: 1px solid var(--main-color);
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
    border-top: none;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shopfilter-list-popup-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 40px 0 7px;
    font-size: 80%;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.shopfilter-list-popup-item a::after {
    position: absolute;
    content: '';
    font: var(--fa-font-light);
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    top: 5px;
    right: 5px;
    border: 1px solid #333;
}

.shopfilter-list-popup-item:hover a::after,
.shopfilter-list-popup-item:focus a::after,
.shopfilter-list-popup-item:active a::after {
    content: '\f0b0';
}

.shopfilter-list-popup-item.active a::after {
    content: '\f00c';
}

.shopfilter-list-popup-item.active a {
    background-color: var(--main-color);
}

.shopfilter-list-popup-item:hover a,
.shopfilter-list-popup-item:focus a,
.shopfilter-list-popup-item:active a {
    background-color: var(--main-color);
}

.shopfilter-list-popup-item.active a:hover,
.shopfilter-list-popup-item.active a:focus,
.shopfilter-list-popup-item.active a:active {
    text-decoration: line-through;
    background-color: var(--main-color);
}

.shopfilter-list-popup-item.active:hover a::after,
.shopfilter-list-popup-item.active:focus a::after,
.shopfilter-list-popup-item.active:active a::after {
    content: '\f00d';
}

.shopfilter-active {
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.shopfilter-active-item {
    display: block;
    float: left;
    color: var(--main-color);
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 80%;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid var(--main-color);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.shopfilter-active-item.reset {
    border-color: transparent;
    float: right;
    margin-right: 0;
    padding-right: 0;
}

.shopfilter-active-item::after {
    content: '\00A0\00A0\f00d';
    font: var(--fa-font-light);
}

.shopfilter-active-item.reset::after {
    content: '\00A0\00A0\f1f8';
    font: var(--fa-font-light);
}


.detail.shop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.detail.shop .item.left {
    width: 40%;
}

.favorite {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    font: var(--fa-font-light);
    font-size: 1.5rem;
    background: white;
    color: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.favorite.active {
    color: var(--main-color);
    font: var(--fa-font-solid);
    font-size: 1.5rem;
}

.favorite:hover {
    color: var(--main-color);
    font: var(--fa-font-solid);
    font-size: 1.75rem;
    width: 50px;
    height: 50px;
    transition: all 0.5s ease-out;
    transform: scale(1.1);
}

.detail.shop .article-image {
    position: relative;
}

.detail.shop .articleLink {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.detail.shop .articleLink .buttonLink {
    font-family: var(--main-font-fa);
    background-color: var(--main-lightgrey-color);
    font-weight: 300;
    padding: 5px 10px;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 10px;
}

.detail.shop .article-link .buttonLink a:before {
    font-family: var(--main-font-fa);
    content: '\f055';
}

.detail.shop .articleLink .buttonLink:hover {
    transform: scale(1.1);
    background-color: var(--main-color);
    color: white;
    transition: all 0.5s ease-out;
}

.detail.shop .swiffy-slider {
    margin-top: 0;
}

.detail.shop .item.right {
    width: 55%;
}

.detail.shop .containerAccordion {
    width: 100%;
    margin-top: 1.5rem;
}

.detail.shop .content {
    margin: 2rem 0;
}

.detail.shop .content pre {
    white-space: break-spaces;
    font-size: inherit;
    font-family: inherit;
}

.detail.shop .content .responsive-iframe {
    max-width: 100%;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
    margin-top: 2rem;
}

.detail.shop .content .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.detail.shop .imageBrand {
    width: 120px;
    margin: 0;
    background-position: center center;
    background-size: 100%;
    height: 75px;
    background-repeat: no-repeat;
}

.detail.shop .attributes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem 0;
}

.detail.shop .attributes .item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem 0;
    justify-content: space-between;
}

.detail.shop .attributes .item .label {
    font-weight: 900;
    min-width: 40%;
    letter-spacing: 0.75px;
}

.detail.shop .attributes .item .value {
    width: 57%;
}

.detail.shop .item.disponibility {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.detail.shop .item.disponibility .label {
    font-weight: 900;
    width: 23.5%;
    letter-spacing: 0.75px;
    padding-right: 20px;
}

.detail.shop .item.size {
    display: flex;
    align-items: stretch;
    margin: 2rem 0;
    width: 400px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.detail.shop .item.size .label {
    font-weight: 800;
    border: 1px solid var(--main-lightgrey-color);
    padding: 10px 20px;
    background: var(--main-lightgrey-color);
    min-width: 140px;
}

.detail.shop .item.size .value {
    width: 100%;
}

.detail.shop .item.size select {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid var(--main-lightgrey-color);
}



.contentLight {
    font-weight: 300;
}

.layerGauge {
    width: 100px;
    height: 100px;
    border: 1px solid #000000;
    position: relative;
}

.layerGaugeRight {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #000000;
    width: 10px;
}

.layerGaugeRightValue {
    position: absolute;
    line-height: 100px;
    left: 100%;
    top: 0;
    padding-left: 10px;
}

.layerGaugeBottom {
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #000000;
    width: 100%;
}

.layerGaugeBottomValue {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.detail.shop .buttonClose {
    font-family: var(--main-font-fa);
    font-size: 1rem;
    color: var(--main-color);
    cursor: pointer;
    background: none;
    padding: 0;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 99;
    font-weight: 300;
}

.detail.shop .shopCart {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    margin: 2.5rem 0;
}

.detail.shop .shopCart .inner {
    padding: 1rem;
    background: var(--main-lightgrey-color);
    min-width: 400px;
}

.detail.shop .shopCart .inner .item {
    display: flex;
    justify-content: space-between;
}

.detail.shop .shopCart .inner .item .price.value {
    display: flex;
    flex-wrap: nowrap;
    font-weight: 800;
}

.detail.shop .shopCart .inner .item .price.value>div {
    padding: 0 3px;
}

.detail.shop .shopCart .inner .item.price {
    font-weight: 800;
    margin-top: 0.25rem;
}

.detail.shop .shopCart .inner .item.price {
    text-align: right;
}

.detail.shop .shopCart .inner .action {
    padding-top: 1rem;
    text-align: right;
}

.detail.shop .shopCart .inner .action form {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: stretch;
}

.detail.shop .shopCart .inner .action input {
    background: white;
    border: none;
    padding: 5px 10px;
    width: 50px;
}

.detail.shop .shopCart .inner .action button {
    background: var(--main-color);
    border: none;
    padding: 5px 10px;
    width: 200px;
    color: white;
    font-family: var(--main-font-fa);
    font-size: inherit;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.detail.shop .shopCart .inner .action button:hover {
    background: black;
    transition: all 0.5s ease-out;
}

.frmAddCart {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.button.addCart span {
    padding: 5px 10px;
    background: var(--main-color);
}

.button.addCart .price {
    padding: 5px 10px;
    background: var(--main-lightgrey-color);
    color: black;
    font-weight: 800;
}

.button.addCart {
    border: none;
    color: white;
    font-family: var(--main-font-fa);
    font-size: inherit;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.2rem;
}

.button.addCart:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

.detail.shop .list.color {
    background: none;
    color: black;
}

.detail.shop .list.color form {
    background: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5%;
}

.detail.shop .list.color form .item {
    width: 15%;
    margin: 0.5rem 2.5%;
    text-align: center;
}

.detail.shop .list.color.article form .item {
    width: 22%;
    margin: 0.5rem 1.5%;
    text-align: center;
}

.detail.shop .list.color form .item .image {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    margin: 0 auto;
}

.detail.shop .list.color form .item .image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.detail.shop .list.color form .item .image:hover,
.detail.shop .list.color form .item.selected .image {
    border: 10px solid white;
    box-shadow: 0 1px 5px rgb(0 0 0 / 50%);
    transition: all 0.5s ease-out;
    cursor: pointer;
}

.detail.shop .list.color form .item .subtitle {
    margin-top: 0.5rem;
    overflow: hidden;
    font-size: 0.8rem;
}

.detail.shop .list.color form .item.selected .subtitle {
    margin-top: 0.5rem;
    font-weight: 900;
}

.grey {
    background: #9a9a9a;
    color: #fff;
}

.color {
    background: var(--main-color);
    color: #fff;
}



.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
}


/*
.popup-container {
    position: absolute;
    background-color: #FFFFFF;
    width: 90%;
    max-height: 90%;
    max-width: 1300px;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: auto;
}

.popup-head {
    margin: 20px;
    padding-right: 40px;
}

.popup-head-title {
    font-size: 150%;
}

.popup-head-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: var(--fa-font);
    font-weight: 300;
    cursor: pointer;
    font-size: 200%;
}

.popup-head-close:hover {
    color: #333333;
    text-decoration: none !important;
}

.popup-content {
    margin: 20px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-right: 0.5rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}



.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.switch-slider {
    background-color: black;
}

input:focus+.switch-slider {
    box-shadow: 0 0 1px black;
}

input:checked+.switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}



.setArticle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 1.5rem 0;
    align-items: stretch;
}

.setArticle .headTitle {
    width: 100%;
    font-weight: 100;
    margin-bottom: 2rem;
    font-family: var(--main-font);
    font-size: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.setArticle .item {
    width: 20%;
    display: flex;
    position: relative;
    justify-content: space-between;
    margin: 0 2.5% 2rem 2.5%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.setArticle .item .set-title {
    font-weight: 800;
    font-size: 0.9rem;
}

.setArticle .item .image {
    margin: 0.5rem 0;
    width: 100%;
}

.setArticle .item .image a img:hover {
    transition: all 0.5s ease-out;
    transform: scale(1.05);
}

.setArticle .linkChangeArticle,
.setArticle .count {
    font-family: var(--main-font-fa);
    font-weight: 300;
}

.setArticle .count {
    margin-bottom: 0.25rem;
}



.articlereplace-head {
    overflow: hidden;
    margin: 20px;
    padding: 20px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.articlereplace-head-item {
    width: 50%;
    float: left;
    max-width: 200px;
}

.articlereplace-head-left div {
    padding-right: 10px;
}

.articlereplace-head-right div {
    padding-left: 10px;
}

.articlereplace-head-item-title {
    font-weight: 900;
}

.articlereplace-head-item-subtitle {
    font-weight: 800;
    margin-top: 10px;
}

.articlereplace-head-item-number {
    font-size: 80%;
    color: #999999;
}

.articlereplace-head-item-image {
    margin-top: 10px;
}

.articlereplace-head-item-image img {
    width: 100%;
    height: auto;
}

.articlereplace-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1.5% 0 -1.5%;
    overflow: hidden;
}

.articlereplace-list-item {
    width: 17%;
    margin: 0 1.5% 20px 1.5%;
}

.articlereplace-list-item-inner {
    padding: 0 10px;
}

.articlereplace-list-item-title {
    font-weight: 800;
    font-size: 0.8rem;
}

.articlereplace-list-item-number {
    font-size: 80%;
    color: #999999;
}

.articlereplace-list-item-image {
    line-height: 0;
    margin-top: 10px;
    position: relative;
}

.articlereplace-list-item-image img {
    width: 100%;
    height: auto;
}

.articlereplace-list-item-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}

.articlereplace-list-item-link:hover {
    opacity: 1;
}

.articlereplace-list-item-link::after {
    content: '\f021';
    font-family: var(--fa-font);
    font-weight: 300;
    font-size: 150%;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.list.article-group .item {
    width: 33.33%;
    float: left;
    position: relative;
}

.list.article-group .item .image a img {
    width: 100%;
}

.list.article-group .item .title {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    display: block;
    background: rgba(47, 47, 47, 0.9);
}



.shop-slider.preview {
    margin-top: 20px!important
}

.layerShopSlider .content {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.layerShopSlider .item .inner {
    margin: 0 20px;
    padding: 10px 0;
    position: relative;
}

.layerShopSlider .item .article-image img {
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
}

.layerShopSlider .item .article-image {
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid var(--main-color);
}

.layerShopSlider .item .article-image:hover {
    background-color: rgba(213, 213, 213, 0.8);
    transition: all 0.8s ease-out;
}

.layerShopSlider .item .article-image .image-link {
    transition-delay: 1s;
    background-color: #FFF;
    width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.layerShopSlider .item .article-image .icon {
    font: var(--fa-font-light);
    font-weight: 300;
    color: transparent;
    font-size: 4rem;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 27rem;
}

.layerShopSlider .item .article-image .icon:hover {
    color: black;
    transition: all 0.8s ease-in-out;
    z-index: 1;
}

.layerShopSlider .item .article-image .image-link:hover {
    background-size: 100%;
    transition: all 0.8s ease-in-out;
    opacity: 0.5;
}

.layerShopSlider .item .title {
    margin-top: 10px;
    font-weight: 700;
    vertical-align: top;
    font-size: 16px;
    color: #333;
    text-align: left;
}

.layerShopSlider .item .discount {
    margin-top: 5px;
    overflow: hidden;
}

.layerShopSlider .item .discount .right {
    float: right;
}

.layerShopSlider .item .number {
    font-size: 90%;
}

.layerShopSlider .item .price {
    padding: 3px 0px;
}





.layerMemberWatchlist .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5%;
}

.layerMemberWatchlist .list .item {
    width: 45%;
    margin: 10px 2.5%;
    padding: 20px;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.layerMemberWatchlist .list .item .image {
    width: 30%;
}

.layerMemberWatchlist .list .item .head .title {
    font-size: 140%;
}

.layerMemberWatchlist .list .item .list {
    margin-bottom: 0;
    border-bottom: none;
}

.layerMemberWatchlist .list .item.set {
    width: 100%;
    padding: 0;
    border: none;
    margin-top: 10px;
}

.layerMemberWatchlist .list .item .right {
    width: 65%;
    position: relative;
}

.layerMemberWatchlist .list .item .title {
    font-size: 120%;
    color: #000;
}

.layerMemberWatchlist .list .item .subtitle {
    color: #000;
}

.layerMemberWatchlist .list .item .number {
    font-size: 95%;
    color: #000;
    margin-bottom: 10px;
}

.layerMemberWatchlist .list .item .count {
    text-align: right;
    color: #000;
}

.layerMemberWatchlist .list .item .dispo {
    padding-left: 20px;
    font-size: 95%;
    margin-bottom: 15px;
    color: #000;
}

.dispo:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: -20px;
    margin-right: 10px;
}

.dispo.green:before {
    background-color: green;
}

.dispo.orange:before {
    background-color: orange;
}

.dispo.red:before {
    background-color: red;
}

.layerMemberWatchlist .list .item .price {
    text-align: right;
    margin-bottom: 15px;
}

.layerMemberWatchlist .list .item .price.sale {
    margin-bottom: 0px;
}

.layerMemberWatchlist .list .item .action {
    width: 100%;
}

.layerMemberWatchlist .list .item .action form {
    display: flex;
    flex-wrap: nowrap;
}

.sendWatchlist {
    float: right;
}

.btnSendWatchlist {
    display: block;
    background-color: #cccccc;
    color: #333;
    padding: 5px 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 10px;
}

.btnSendWatchlist:hover {
    background-color: #cccccc;
    color: var(--main-color);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.load-more-posts {
    margin: 0 2.5%;
}

.load-more-posts.center {
    text-align: center;
}

.load-more-posts button {
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    background: var(--main-color);
    border-radius: 0;
    padding: 5px 10px;
    font-family: var(--main-font);
    font-size: 1.2rem;
    letter-spacing: 1.2px;
}

.load-more-posts button:hover {
    background: var(--main-lightgrey-color);
    color: #000;
    transition: all 1s ease-out;
}

.load-more-posts button:before {
    font-family: var(--fa-font);
    font-weight: 100;
    content: '\f055\A0';
}

.no-items-found {
    background-color: var(--main-lightgrey-color);
    padding: 10px;
    font-weight: 800;
    visibility: hidden;
}
*/

@media only screen and (max-width: 1190px) {
    .layerShopCart .layerCart.left,
    .layerShopCart .layerCart.right {
        width: 100%;
    }
    .layerShopCart .layerCart.right {
        margin-top: 2rem;
    }
}


/*
@media only screen and (max-width: 1160px) {
    .layerShopTemplate .list .item {
        width: 33.333%;
    }
    .detail.shop .list.color form .item {
        width: 17%;
    }
    .layerMemberWatchlist .list .item {
        width: 100%;
    }
}
*/

@media only screen and (max-width: 1000px) {
    .detail.shop .list.color form .item {
        width: 22%;
    }
    .detail.shop .attributes .item {
        width: 100%;
        margin: 0.25rem 0;
    }
    .setArticle .item {
        width: 28.333%;
    }
    .container-ticket {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .article-detail-view .col-left {
        width: 40%;
    }
    .article-detail-view .col-right {
        width: 55%;
        padding-left: 0;
    }
    .layerShopTemplate .list .item {
        width: 50%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 1.5rem;
        margin-bottom: 1.5rem;
        transition: transform .2s;
    }
}

@media only screen and (max-width: 800px) {
    .detail.shop .item.left,
    .detail.shop .item.right {
        width: 100%;
    }
    .detail.shop .article-image {
        position: relative;
        margin-bottom: 2rem;
    }
    .detail.shop .list.color form {
        margin: 0;
    }
    .detail.shop .list.color form .item {
        width: 17%;
    }
    .articlereplace-list-item {
        width: 22%;
    }
}

@media only screen and (max-width: 600px) {
    .article-detail-view .col-left,
    .article-detail-view .col-right {
        width: 100%;
        padding: 15px 0;
        float: none;
        margin: 0;
    }
    .layerShopTemplate .list .item .text {
        font-size: .7rem;
        line-height: 0.9rem;
    }
    .layerShopTemplate .list .item .text .discount .value {
        float: none;
        width: 100%;
        text-align: right;
    }
    .layerShopTemplate .list .item .text .discount .label {
        float: none;
        width: 100%;
        text-align: right;
    }
    .setArticle .item {
        width: 45%;
    }
    .articlereplace-list-item {
        width: 30.333%;
    }
}

@media only screen and (max-width: 560px) {
    .detail.shop .list.color form .item {
        width: 22%;
    }
    .detail.shop .shopCart .inner {
        padding: 1rem;
        background: var(--main-lightgrey-color);
        min-width: unset;
        width: 100%;
    }
    .detail.shop .item.size {
        display: flex;
        align-items: stretch;
        margin: 2rem 0;
        width: 100%;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .layerShopTemplate .list .item .inner .title {
        padding: 5px 0;
        font-size: 0.8rem;
    }
    .detail.shop .attributes .item .label,
    .detail.shop .attributes .item .value,
    .detail.shop .item.disponibility .label,
    .detail.shop .item.disponibility .dispo {
        width: 100%;
        padding-bottom: 10px;
    }
    .articlereplace-list-item {
        width: 47%;
    }
}

@media only screen and (max-width: 450px) {
    .detail.shop .list.color form .item {
        width: 30.333%;
    }
    .item-articleSort .label {
        font-size: 0.8rem;
        width: unset;
        padding-right: 5px;
    }
    .item-articleSort select {
        font-size: 0.8rem;
    }
    #layerArticleCount {
        font-size: 0.8rem;
        padding: 20px 10px 10px 10px;
    }
    .layerShopCart .list.cart .item .image {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .layerShopCart .list.cart .item .article-detail {
        max-width: 100%;
    }
    .layerShopCart .list.cart .item .content {
        width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .layerShopTemplate .list .item {
        width: 100%;
    }
}