.mobile-info{
display: none;
}
.calendar{
display: flex;
flex: 1 0 100%;
align-items: stretch;
}
.caption{
display: flex;
flex-direction: column;
justify-content: space-around;
padding: 20px;
font-size: 3em;
}
.caption span{
writing-mode: vertical-lr;
transform: rotate(180deg);
}
.table{
flex: 1;
}
.table .tr{
display: flex;
border-bottom: 1px solid #000;
}
.table .tr .td{
flex: 1;			
border-left: 1px solid #000;
padding: 5px;
}
.table .tr .td:last-of-type{
border-right: 1px solid #000;
}
.table .tr .td.today {
background-color: #0098ff4a;
color: #fff;
}
.table .tr .td .events{
display: flex;
flex-direction: column;
min-height: 3vh;
}
.table .tr .td .events a,
.legend{ position: relative;
flex: 0 0 auto;
margin-bottom: 5px;
padding: 3px 15px;
border-radius: 50px;
color: #222;
text-transform: uppercase;
background-color: #eee;
}
.table .tr .td .events a{
padding-left: 35px;
}
.table .tr .td .events a.no-tickets{
cursor: not-allowed;
}
.table .tr .td .events a:before,
.legend:before{
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
width: 28px;
height: 100%;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.legend:before{
width: 100%;
border-radius: 50px;
}
.table .tr .td .events a span {
font-size: 0.7em;
color: grey;
}
.table .tr .td .events a.low:before,
.legend.low:before{
background-color: #df270570;
}
.table .tr .td .events a.medium:before,
.legend.medium:before{
background-color: #ff980070;
}
.table .tr .td .events a.high:before,
.legend.high:before{
background-color: #4caf5070;
}
.table .tr .td .events a.no-tickets:before,
.legend.no-tickets:before{
background-color: #cccccc70;
}
.table .tr .td .events a.super3{
padding-right: 35px;
}
.table .tr .td .events a.super3:after{
background-image: url(https://tickets.pessebrecorbera.cat/wp-content/uploads/2024/09/SX3_positiu.png);
background-size: 100%;
background-repeat: no-repeat;
content: '';
width: 55px;
height: 55px;
display: block;
position: absolute;
top: -8px;
right: 0;
}
.wrapper-legend{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 5px;
width: 100% !important;
margin: 25px 0;    
margin-inline: 10px !important;
}
.wrapper-legend h6{
margin-bottom: 5px;
}
@media (max-width: 768px) {
.calendar{
max-width: 100% !important;
width: calc(100vw - 20px) !important;
flex-direction: column;
margin-inline: 10px !important;
}
.wrapper-legend {
justify-content: flex-start;
}    
.wrapper-legend h6{
flex: 1 0 100%;
}
.mobile-info-hide,
.caption{
display: none !important;
}
.mobile-info{
display: flex;
}
.table .tr{
display: none;
border: none !important;
flex-direction: column;
}
.table .tr.week-active{
display: flex;
}
.table .tr .td{
display: flex;
gap: 15px;
border: none !important;
padding: 15px 5px;
}
.table .tr  .td:nth-child(even) {
background: #efefef6e;
}
.table .tr .td .day{
display: flex;
width: 45px;
}
.table .tr .td .day span{
margin-right: 5px;
}
.table .tr .td .events{
flex-direction: row;
gap: 10px;
}
.table .tr .td .events a{
margin: 0;
}
.table .tr .td .events a.super3:after{
width: 35px;
top: -1px;
}
.week-navigation{
justify-content: space-between;
}
.week-navigation button{
background: black;
color: white;
border-radius: 50px;
padding: 5px 15px;
line-height: 1em;
}
.week-navigation button[disabled]{
opacity: 0.5;
}
}
.container {
padding: 0 !important;
}
h1.woocommerce-products-header__title.page-title,
p.woocommerce-info{
display: none;
} .product-entry-wrapper {
--product-gallery-width: 100%;
--theme-container-width: 100%;
}
.product-entry-wrapper h1.product_title,
.product-entry-wrapper #discount_2x1_wrapper{
padding-right: 10px !important;
padding-left: 10px !important;
}
.variations-qty-inputs tr:nth-child(odd){
background-color: #fff;;
}
.variations-qty-inputs td{
display: flex;
justify-content: space-around;
align-items: center;
gap: 3px;
}
.variations-qty-inputs td span {
flex: 0 0 50%;
max-width: 100%;
padding: 0 10px;
line-height: 1;
}
span.woocommerce-Price-currencySymbol{
padding: 0 !important;
}
.variations-qty-inputs td div.quantity{
max-width: 108px;
height: 33px !important;
order: 3;
}
.variations-qty-inputs td div.quantity input{
border-radius: 50px !important;
background-color: #cccccc70;
}
.variations-qty-inputs .quantity .ct-increase, .variations-qty-inputs  .quantity .ct-decrease{
top: 1px !important;
height: 31px !important;
padding: 0 19px;    
background-color: #df270570;
color: #fff;
}
.variations-qty-inputs .quantity .ct-increase{
inset-inline-end: 0 !important;
border-radius: 0 50px 50px 0 !important;
}
.variations-qty-inputs  .quantity .ct-decrease{
inset-inline-start: 0 !important;
border-radius: 50px 0 0 50px !important;
}
.ct-cart-actions{
padding: 20px 10px !important;
}
.product-cart-total{
--item-order: 1;
display: flex;
justify-content: space-between;
flex: 0 0 50%;
min-width: 250px;
padding: 1em;
background-color: #fbebe8;
font-weight: bold;
}
button.single_add_to_cart_button{
max-width: initial !important;
min-width: 250px;
} .ct-woocommerce-checkout{
grid-row-gap: 0 !important;
}
.ct-order-review{
border: none !important;
margin: 0 -24px;
padding: 20px!important;
background-color: #fff;
}
#order_review dl.variation,
#order_review .product-quantity,
#order_review table thead,
#order_review .shop_table .quantity,
#order_review table .cart-subtotal,
#order_review_heading{
display: none;
}
#order_review table td{
--theme-table-padding: 5px;
}
#order_review table td a.remove {
color: #ba1f00;
font-weight: bold !important;
font-size: 18px;
}