body{
    font-family: 'Source Sans Pro', sans-serif;
    background-color: white;
}
.content-container.top-padding-42 {
    padding-top: 42px;
}
.content-container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.heading-profil.center {
    text-align: center;
}
.heading-profil {
    margin-top: 0;
    margin-bottom: 0;    
    color: #333;
    font-size: 19px;    
    font-weight: 700;
    line-height: 28px;
}
.tabs {
    margin-top: 14px;
}
.w-tabs {
    position: relative;
}
.order-section{
    align-self: center;
    width: 100%;
    max-width: 630px;
    margin: 24px 0px 35px;
}

.order-section-2 {
    position: relative;
    box-sizing: border-box;
    background: rgb(255, 255, 255);    
    box-shadow: rgb(0 0 0 / 25%) 0px 2px 8px;
    border-radius: 8px;
}

.padding-section{
    padding: 16px;    
}

.date-input{
    width: 100%;
    max-width: 210px;
}

.date-input input:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.input-section{
    display: flex;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.label-date{    
    line-height: 20px;
    margin-right: 12px;
    margin-bottom: 0;
}

.date-ticket{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;    
    color: #209bdf;        
    line-height:21px;
    margin-bottom: 0.2rem;
}

.ratings i {
    font-size: 16px;
    color: red
}

.strike-text {
    color: red;
    text-decoration: line-through
}

.product-image {
    width: 100%
}

.dot {
    height: 7px;
    width: 7px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 3px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block
}

.spec-1 {
    color: #938787;
    font-size: 15px
}

h5 {
    font-weight: 400
}

.para {
    font-size: 16px
}

.text-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4; 
    -webkit-box-orient: vertical;
 }

 .more-detail {
    cursor: pointer;
    color: #209bdf !important;
    text-decoration: underline !important;
    outline: none;
    transition: color 200ms ease-out 0s;
}

.input-qty, .input-qty:focus {
    border:none;
    text-align: center;
    box-shadow: none;
    font-size: 18px;
    background-color: white !important;
}

.btn-primary {
    color: white !important;
}

.btn-qty{
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
}

.section-qty > div{
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.section-qty > div > div:last-child{
    margin-top: 0.5rem;
}

.subtotal-section {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid rgb(203, 213, 239);
    padding: 16px 12px;
    margin-bottom: 14px;
}

.summary_amount {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
}

.summary_price {
    min-width: 100px;
    text-align: right;
    flex-shrink: 0;
    font-weight: bold;
    margin-left: 16px;
    font-size: 18px;    
}

.summary_button {
    flex-shrink: 0;
    margin-left: 16px;
    color: white !important;
    width: 126px;        
}

.disabled {
    cursor: not-allowed !important;
    pointer-events: auto !important;
}

.title {
    margin-bottom: 2vh;
}

.title b {
    font-size: 1.3rem;    
}

.cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-radius: 8px;    
}

.main {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
    font-weight: bold;
}

.change_qty {
    color: black;
    padding: 0 1vh;
}

.change_qty:hover {
    color: black;
    text-decoration: none;
}

.section_cart, .section_cart .row {
    margin: 0;
}        

.back-to-shop {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;    
    margin-top: 1rem;
}

.change_qty.border{
    pointer-events: none;
}

.section_cart:last-child{
    border-bottom: 1px solid #dee2e6!important;
}

.customer_info_title {    
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 20px;
    color: rgb(14, 76, 235);
    margin: 0px;
    margin-bottom: 22px;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: 0;
}

.card-title {    
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}

.information_item {    
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.information_label {
    width: 120px;
    min-width: 120px;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
    color: rgb(130, 130, 130);
}

.information_value {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
}

.summary_ticket_title {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.list_ticket {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ticket_amount {
    min-width: 26px;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px;
}

.ticket_detail {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}

.ticket_detail_name {
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
}

.ticket_schedule {
    display: flex;
    font-size: 16px;
    line-height: 15px;
    color: rgb(130, 130, 130);
    margin-top: 4px;
}

.information_schedule {
    font-size: 16px;
    line-height: 15px;
}

.ticket_detail_price {
    align-self: flex-end;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.information_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgb(203, 213, 239);
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.wrapper {
    width: 0px;
    animation: fullView 0.5s forwards linear;
}      

.animate {
    animation : shimmer 2s infinite;
    background: linear-gradient(to right,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);
    background-size: 1000px 100%;
 }

 .not_found_page {
    display: flex;
    margin: 16px 0px;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    max-width: 480px;
    padding: 16px;
 }
 
 @keyframes fullView {
   100% {
     width: 100%;
   }
 }
 
 @keyframes shimmer {
   0% {
     background-position: -1000px 0;
   }
   100% {
     background-position: 1000px 0;
   }
 }

@media(max-width:575px) {
    .date-input{
        max-width: 100%;        
    }
}

 @media(max-width:767px) {
    .cart {
        padding: 4vh 3vh;
        border-radius: 0;
    }
    .content-container.top-padding-42 {
        padding-top: 28px;
    }
}

@media(min-width:768px) {    
    .summary_price {        
        margin-right: 14px;
    }
    
    .summary_button {        
        margin-right: 14px;
    }
}

@media (max-width: 35.9375em){
    .input-section{
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;    
        -webkit-box-align: flex-start;    
        align-items: flex-start;
    }
    .label-date{        
        margin-bottom: 6px;
    }
    .summary_button {
        margin-top: 12px;
    }
}

@media (max-width: 640px) {
    .order-section {
        margin: 16px 0px 35px;
        border-radius: 0px;
    }
    .padding-section{
        padding: 16px 12px;    
    }
}

@media (max-width: 574px) {
    .section-detail {
        margin-top: 1rem !important;        
    }    
    .section-qty{
        margin-bottom: .7rem;        
    }
    .section-qty > div{
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;        
    }
    .section-qty > div > div:first-child{        
        -webkit-box-align: center;
        align-items: center;
    }
    .section-qty > div > div:first-child h5{
        margin-bottom: 0;
    }
    .section-qty > div > div:last-child{
        width: 100%;
        margin: 0;
    }
}