


.main-cart-wrapper {
    padding: 80px 0;
  }

section.main-cart-wrapper .container {
    max-width: 1210px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 15px;
}
.main-cart-wrapper .main-cart .cart_detail {
    display: flex;
}
.main-cart-wrapper .main-cart .cart_detail .cart-content {
    position: relative;
    /* flex: 0 0 calc(100% - 360px);
    width: calc(100% - 360px); */
    width: 100%;
    padding-right: 40px;
}

.main-cart-wrapper .main-cart .cart_detail .cart-sidebar {
    flex: 0 0 360px;
}

.main-cart-wrapper .main-cart .cart_detail .cart-ticket-info {
    position: relative;
}

.cart_detail .cart-content .cart-ticket-info .error-empty-cart, .cart_detail .cart-content .cart-ticket-info .error-seat-status, .cart_detail .cart-content .cart-ticket-info .error-area-status {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.cart_detail .cart-content .cart-ticket-info .error-empty-cart span, .cart_detail .cart-content .cart-ticket-info .error-seat-status span, .cart_detail .cart-content .cart-ticket-info .error-area-status span {
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    font-style: italic;
    position: relative;
}
.cart_detail .cart-content .cart-ticket-info .error-empty-cart span, .cart_detail .error-empty-input span {
    background: #f16460;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type.header {
    border-bottom: 3px solid #ccc;
    padding: 9px 0;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .ticket-name {
    display: table-cell;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type.header .ticket-name p, .cart_detail .cart-content .cart-ticket-info .item-ticket-type.header .price-ticket p, .cart_detail .cart-content .cart-ticket-info .item-ticket-type.header .quanty-ticket p {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type p {
    color: #666;
    font-size: 14px;
    line-height: 22px;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .price-ticket, .cart_detail .cart-content .cart-ticket-info .item-ticket-type .quanty-ticket {
    width: 20%;
    text-align: right;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type > div {
    display: table-cell;
    padding-right: 20px;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .quanty-ticket {
    position: relative;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type:not(:last-child) {
    border-bottom: 1px dashed #bbb;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type {
    display: table;
    width: 100%;
    padding: 20px 0 20px 0;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .wp-select-seat {
    width: 20%;
}
.main-cart-wrapper .main-cart input {
    border: 1px solid #343434;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .quanty-ticket .error, .cart_detail .cart-sidebar .cart-discount-button .form-discount .error {
    color: #f16460;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .quanty-ticket .error {
    display: none;
    position: absolute;
    top: -18px;
    right: 0px;
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
    font-weight: 500;
}

.cart_detail .cart-content .cart-ticket-info .item-ticket-type .control {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    display: flex;
    justify-content: flex-end;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .control {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    display: flex;
    justify-content: flex-end;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .control span.minus, .cart_detail .cart-content .cart-ticket-info .item-ticket-type .control span.plus {
    cursor: pointer;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .control span:not(:last-child) {
    border-right: none;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .control span {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/* .cart_detail .cart-content .cart-ticket-info .item-ticket-type .quanty-ticket .btn-delete-item-cart {
    position: absolute;
    top: 10px;
    left: calc(100% + 8px);
    display: inline-flex;
} */


.cart_detail .cart-content .cart-ticket-info .item-ticket-type .quanty-ticket {
    align-items: center;
    gap: 15px;
   
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type > div #edit_tickets {
    background: transparent;
    border: unset;
    border-radius: 0;
    font-size: 15px;
    padding: 0;
    color: #666;
    position: relative;
    top: -2;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type > div #edit_tickets
{
    padding-right: 10px;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .quanty-ticket .book-ticket-cart #book-item-cart {
    font-size: 14px;
    color: #666;
    font-weight: 700;
}
.quanty-ticket #book-item-cart {
    font-size: 24px;
    padding: 0px 5px;
    }
.main-cart-wrapper .main-cart .cart_detail .cart-content .item-ticket-type.header>div, .main-cart-wrapper .main-cart .cart_detail .cart-ticket-info > .item-ticket-type.item-vip>div {
    width: 10%;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .event_name .cart_event_name p {
    color: var(--mainClr);
    font-weight: 600;
}  
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .quanty-ticket #save-item-cart {
    color: #febd00;
    font-size: 18px;
    height: 18px;
    display: inline-flex;
    margin: 0 6px;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .quanty-ticket #delete-item-cart {
    color: var(--mainClr);
    height: 18px;
    display: inline-flex;
    font-size: 15px;
}
.quanty-ticket .action-cart {
	padding-right: 33px;
}

.cart_detail .cart-content .cart-ticket-info .item-ticket-type > div #edit_tickets:hover, .cart_detail .cart-content .cart-ticket-info .item-ticket-type .quanty-ticket #save-item-cart:hover,  .cart_detail .cart-content .cart-ticket-info .item-ticket-type .quanty-ticket #delete-item-cart:hover{
    opacity: 0.6;
}



.select2.select2-container .select2-selection--single .select2-selection__rendered {
    height: auto;
    padding: 0 15px;
}

.cart_detail .cart-content .cart-ticket-info .item-ticket-type .wp-select-seat .item-select-num .select2-container--default .select2-selection--single .select2-selection__rendered {
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .wp-select-seat .item-select-num {
    color: #666;
    font-size: 14px;
    line-height: 22px;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .wp-select-seat .item-select-num .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    outline: none;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
}
.select2.select2-container .select2-selection--single {
    height: 42px;
}
.select2-container .select2-selection--single {
    margin: 0 0 -4px;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type .wp-select-seat .item-select-num:not(:last-child) {
    margin-bottom: 10px;
}
.cart_detail .cart-content .cart-ticket-info .item-ticket-type.header {
    border-bottom: 3px solid #ccc;
    padding: 9px 0;
}
.cart_detail .cart-content .cart-ticket-info .error-empty-cart span:after, .cart_detail .cart-content .cart-ticket-info .error-seat-status span:after, .cart_detail .cart-content .cart-ticket-info .error-area-status span:after {
    position: absolute;
    bottom: -5px;
    right: 20px;
    content: "";
    border-top: 5px solid #f16460;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    line-height: 2.6;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.cart_detail .cart-content .cart-ticket-info p {
    margin: 0px;
}
.cart_detail .cart-customer-input.cart_optimize {
    margin-top: 30px;
}
.cart_detail .cart-customer-input {
    margin-bottom: 48px;
}
.cart_detail .cart_title {
    margin: 0;
    padding-top: 0;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    font-weight: 600;
    border-bottom: 3px solid #ccc;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.cart_detail .el_ask_ticket {
    margin-bottom: 30px;
}
.cart_detail .el_ask_ticket .ask_ticket_title {
    margin: 0 0 10px;
    font-size: 16px;
    color: #333333;
}
.ask_ticket_checked .label-checked {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.ask_ticket_checked .label-checked input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cart_detail .el_ask_ticket .ask_ticket_checked .label-checked label {
    padding: 0 20px 0 30px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cart_detail .el_ask_ticket .ask_ticket_checked .label-checked .checkmark{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ask_ticket_checked span.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border: 3px solid #ddd;
    border-radius: 50%;
    z-index: -1;
    box-sizing: border-box;
}
.ask_ticket_checked label {
    padding: 0 20px 0 30px;
    margin: 0;
    cursor: pointer;
}
.cart_detail .el_ask_ticket .ask_ticket_checked .label-checked input:checked ~ .checkmark {
    border-color: #90ba3e;
}
.cart_detail .el_ask_ticket .ask_ticket_checked .label-checked:hover label {
    color: #90ba3e;
}
.cart_detail .el_ask_ticket .ask_ticket_checked .label-checked:hover input ~ .checkmark {
    border-color: #90ba3e;
}
.cart_detail .el_ask_ticket .ask_ticket_checked .label-checked input[type=radio]:checked ~ label {
    color: #90ba3e;
}
.cart_detail .el_ask_ticket .ask_ticket_checked .label-checked input:checked ~ .checkmark {
    border-color: #90ba3e;
}
.cart_detail .el_ask_ticket .ask_ticket_checked .label-checked .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #90ba3e;
}
.cart_detail .el_ask_ticket .ask_ticket_checked .label-checked input:checked ~ .checkmark:after {
    display: block;
}
.cart_detail .info_ticket_receiver, .cart_detail .input_ticket_receiver {
    list-style-type: none;
    font-size: 14px;
    line-height: 22px;
    padding: 0px;
}
.cart_detail .error-empty-input {
    margin-bottom: 8px;
    display: none;
}
.cart_detail .cart-customer-input .input_ticket_receiver li {
    padding-left: 10px;
    padding-right: 10px;
    border-width: 1px 1px 1px;
    border-style: none solid solid;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204);
    border-image: initial;
    border-top: none;
}
.cart_detail .cart-customer-input .input_ticket_receiver li.first_name {
    border-top: 1px solid rgb(204, 204, 204);
}
.cart_detail .cart-customer-input .input_ticket_receiver li label {
    color: rgb(153, 153, 153);
    width: 100%;
    padding-top: 4px;
    display: inline-block;
    margin: 0px;
}
.cart_detail .cart-customer-input .input_ticket_receiver li input, .cart_detail .cart-customer-input .input_ticket_receiver li textarea {
    color: rgb(85, 85, 85);
    width: 100%;
    height: unset;
    padding: 2px 10px 10px 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
}
.cart_detail .el_payments ul {
    padding: 0px;
    list-style-type: none;
}
.cart_detail .el_payments ul li .type-payment {
    display: block;
    position: relative;
    border: 1px solid #ddd;
}
.cart_detail .el_payments ul li .type-payment input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.cart_detail .el_payments ul li .type-payment label {
    display: block;
    position: relative;
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-weight: 600;
    padding: 18px 10px 18px 45px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.25s linear;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .cart_title span.edit, .cart_detail .el_payments ul li .type-payment input[type=radio]:checked ~ label, .cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .item-info .info-type-ticket .wp-seat-info span {
    color: #90ba3e;
}
.cart_detail .el_payments ul li .type-payment input[type=radio]:checked ~ .outer-circle {
    border: 3px solid #0070ba;
}
.cart_detail .el_payments ul li .type-payment input[type=radio]:checked ~ .outer-circle {
    border-color: #90ba3e;
}
.cart_detail .el_payments ul li .type-payment .outer-circle {
    display: block;
    position: absolute;
    border: 3px solid #ddd;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 18px;
    left: 10px;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
    box-sizing: border-box;
}
.cart_detail .el_payments ul li .type-payment .outer-circle:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
}
.cart_detail .cart-sidebar .checkout_button a, .cart_detail .cart-sidebar .next_step_button a, .cart_detail .el_payments ul li .type-payment input[type=radio]:checked ~ .outer-circle:before {
    background-color: #90ba3e;
}
.cart_detail .el_payments ul li .payment_form {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    display: none;
    padding: 14px 10px 18px 10px;
    border: 1px solid #ddd;
    background: #F1F1F1;
}
.cart_detail .el_payments ul li:last-child .payment_form {
    border-top: none;
}

.cart_detail .cart-sidebar .cart-info {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info {
    padding: 15px;
    position: relative;
}
.cart_detail .cart-sidebar .cart-info .total-cart-info {
    background: #666;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info {
    padding-top: 4px;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .placeholder {
    display: inline-block;
    font-size: 12px;
    color: #999;
    line-height: 1.2;
    font-style: italic;
    padding-bottom: 30px;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .item-info {
    display: flex;
    justify-content: space-between;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .item-info.header {
    border-bottom: 1px dashed #bbb;
    padding: 7px 0 12px 0;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .item-info.header span {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    font-weight: 600;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .item-info .info-sub-price {
    text-align: right;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .item-info:not(:last-child) {
    border-bottom: 1px dashed #bbb;
    padding: 12px 0;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .item-info p {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .item-info p.title-ticket {
    font-weight: 600;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .total-tax, .cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .system-fee {
    border-top: 1px dashed #bbb;
    padding: 10px 0 5px 0;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .total-discount, .cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .total-tax, .cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .system-fee {
    justify-content: space-between;
}
.cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .total-tax, .cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .system-fee {
    border-top: 1px dashed #bbb;
    padding: 10px 0 5px 0;
}
 .cart_detail .cart-sidebar .cart-info .wp-cart-info .content-cart-info .system-fee {
    display: flex;
}
.cart_detail .cart-sidebar .cart-info .total-cart-info span {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}
.cart_detail .cart-sidebar .cart-discount-button {
    margin-top: 20px;
}
.cart_detail .cart-sidebar .cart-discount-button a {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    transition: 0.3s;
    padding: 10px 0;
    width: 100%;
    display: block;
    border: 2px dashed #c7c7c7;
    text-align: center;
    text-decoration: none;
}
.cart_detail .cart-sidebar .message-error {
    margin-top: 22px;
}
.submit-load-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #90ba3e;
    z-index: -1;
    transition: 0.4s;
}
.checkout_button {
    position: relative;
}
.cart_detail .cart-sidebar .checkout_button a, .cart_detail .cart-sidebar .next_step_button a {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
}
.checkout_button.disable {
    z-index: -99;
    opacity: 0.5;
}


.cart_detail .cart-content .cart-ticket-info .item-ticket-type.header .ticket-details span {
    font-size: 12px;
    font-weight: normal;
  }
  .cart_detail .cart-content .cart-ticket-info .item-ticket-type.header p {
    font-weight: 700;
  }






  .checkout-section {
    padding: 80px 0;
  }

  .checkout-section > .container .inner-chackout-sec {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-content: flex-start;
	background-color: #fff;
	padding: 50px 20px;
	border-radius: 12px;
}
  .checkout-section > .container .inner-chackout-sec>div {
    width: calc(100% / 2 - 15px);
  }
 .checkout-section > .container .inner-chackout-sec .step-2 form input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .checkout-section > .container .inner-chackout-sec .step-2 label {
    font-size: 14px;
    margin: 0px;
    color: #000;
  }
  .checkout-section > .container .inner-chackout-sec .step-2 button {
    margin-top: 20px;
  }
  .checkout-section > .container .inner-chackout-sec .cart-section .row >div {
    height: 100%;
  }
  .checkout-section > .container .inner-chackout-sec .cart-section .row > div .card {
    height: 100%;
  }
  .checkout-section > .container .inner-chackout-sec .cart-section  .container {
    padding: 0px !important;
  }
  .checkout-section  .label-accept-terms {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0 10px;
    flex-wrap: wrap;
  }
  .checkout-section .label-accept-terms #accept_terms {
    width: auto;
  }
  .checkout-section .label-accept-terms span {
	width: 100%;
}


.checkout-section .cart-section .card-body .text-body {
  font-size: 20px;
  font-weight: 500;
}
.checkout-section .cart-section .card-body .ticket-title {
  font-size: 18px;
}
.checkout-section .cart-section .card-body .ticket-qnty {
  margin-right: 10px;
}

.checkout-section .cart-section .card-body .ticket-qnty h5 {
  font-size: 20px;
}
.ticket-amt h5 {
  font-size: 20px;
}
.total-cart-wraper h5 {
	font-size: 18px;
    padding: 0px 17px;
}
.ticket-amt-wraper.d-flex.flex-row.align-items-center {
	width: 25%;
    justify-content: end;
}

.main-cart>.empty-Cart {
    max-width: 640px;
    margin-inline: auto;
    padding: 70px 20px;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 12px;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-cart-wrapper .empty-Cart .cart-content {
    width: 100% !important;
    flex: 1 !important;
    padding-right: 0 !important;
  }
  .main-cart-wrapper .empty-Cart .cart-content .empty-cart {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 27px;
  }
  .main-cart-wrapper .empty-Cart .cart-content .empty-cart .continue_booking.btn.coman-site-btn {
    max-width: max-content;
    margin-inline: auto;
  }
  .main-cart-wrapper .empty-Cart .cart-content .empty-cart .cart-empty {
    color: #000;
    font-size: 28px;
  }
  .move-to-cart i {
    color: #90ba3e;
  }

  .up_wrap .main-cart {
	width: 100%;
}
.up_wrap .main-cart {
    width: 100%;
  }

  .up_wrap .main-cart .empty-Cart p {
    text-align: center;
    width: 100%;
    font-size: 20px;
  }

.input_ticket_receiver label a {
	color: var(--mainClr) !important;
}
.checkout-section .cart-section .card .img-fluid {
    height: 50px;
    width: 60px;
    object-fit: cover;
    max-width: 50px !important;
}

@media (max-width: 1200px) {
    .checkout-section .cart-section .ticket-amt h5 {
        font-size: 18px;
    }
    .checkout-section .cart-section .card-body .ticket-title {
        font-size: 17px;
    }
    .checkout-section .ticket-amt-wraper.d-flex.flex-row.align-items-center {
        width: 37%;
    }
}

@media (max-width: 768px) {
    .checkout-section > .container .inner-chackout-sec > div {
        width: 100%;
    }
}
@media (max-width: 560px) {
    .checkout-section .cart-section .card .items-sec .row-item .card-item-inner {
        border: none;
    }
    .checkout-section .cart-section .card .items-sec {
        padding: 10px !important;
    }
    .checkout-section .cart-section .card .items-sec .row-item .card-item-inner .card-inner-body {
        padding: 0px;
    }
    .checkout-section .cart-section .card .items-sec .row-item .card-item-inner .card-inner-body .justify-content-between {
        display: block !important;
    }
    .checkout-section .cart-section .card .items-sec .row-item .card-item-inner .card-inner-body .justify-content-between .align-items-center {
        width: 100%;
    }
    .checkout-section .cart-section .card .items-sec .row-item .card-item-inner .card-inner-body .justify-content-between .ticket-amt-wraper {
        width: 86vh;
        position: absolute;
        justify-content: flex-start;
        left: 65px;
    }
    .checkout-section .cart-section .ticket-amt h5 {
        font-size: 14px;
        padding: 5px 0px;
    }
    .checkout-section .cart-section .amount-total {
        margin-top: 50px;
        border-top: 1px solid rgba(0,0,0,.125);
    }
    .checkout-section .cart-section .amount-total .inner-total-amnt {
        padding-top: 10px;
    }
    .checkout-section .cart-section .amount-total .inner-total-amnt {
        padding-top: 10px;
        padding-left: 0px;
    }
    .cart_detail .cart-content .cart-ticket-info .item-ticket-type:not(:last-child) {
        padding-bottom: 40px;
    }
}



