body{
    font-family: 'Trocchi',sans-serif;
    color: #7f7368;
}
h1,h2,h3,h4{
    font-family: 'Rubik',sans-serif;
    font-weight: bold;
    color: #3d332a;
}
/* Header */
nav.navbar {
    padding: 25px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
nav.navbar:after, nav.navbar:before {
    display: none;
}
.logo img {
    width: 110px;
}

.navbar .right {
    display: flex;
}
.navbar .right .username{
    font-weight: bold;
    margin-right: 25px;
    color: #3d332a;
}
.navbar .right .username a {
    color: #3d332a;
    text-decoration: none;
}
.navbar .right .username a:hover{
    color: #eb014a;
    transition: 0.3s;
}
.navbar .right .btn-signin{
    font-family: 'Rubik',sans-serif;
}
.navbar .right .btn-signin a {
    background-color: #bdc900;
    color: #3d332a;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}
.breadcrumb{
    background-color: #f4f2ef ;
    height: 80px;
}
.card-body{
    padding: 1.25rem;
}
/* Login */
section.login{

}
.login .login-box {
    max-width: 375px;
    margin: 0 auto;
    border-radius: 15px;
    padding:25px 25px 35px;
    margin-top: 10%;
    box-shadow: 0px 0px 15px #c8c8c8;
}
.login .login-box .form-floating>.form-control {
    border: 0px;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: 0px 0px 0px;
    margin-bottom: 8px;
}
.btn-login {
    background-color: #212529;
    color: #fff;
    width: 100%;
    border-radius: 25px;
    height: 50px;
    margin-top: 25px;
}
.btn-login:hover{
    background-color: #32363a;
    color: #fff;
}
/* Ticket */
section.ticket-header {
    padding: 80px 0 0;
}
section.ticket-header h1 {
    font-size: 55px;
    font-weight: 900;
}



section.ticket-selection {
    padding: 10px 0 100px;
}
ul.progress-tab {
    padding: 25px 0 50px;
    list-style: none;
    text-align: center;
}
ul.progress-tab li {
	display: inline-block;
	padding: 0 25px;
}
ul.progress-tab li span {
    border: 2px solid #000000;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    line-height: 1.7;
}
ul.progress-tab li.active span {
    border: 2px solid #eb014a;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #fff;
}
ul.progress-tab li {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
ul.progress-tab li.active {
	color: #eb014a;
}
ul.progress-tab li:hover {
	text-decoration: none;
}

.alert-message {
    color: #eb014a;
    font-size: 18px;
}
h4.content-title {
	font-family: Trocchi;
	font-size: 28px;
}
.ticket-list {
    font-family: Trocchi;
}
.box .count {
    width: 110px;
}
.box .count select {
    background-color: #e8e5e1;
    border: 0px;
    padding: 10px;
}
.box .count select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.count .select_container select {
    padding: 10px 20px;
    /* text-align: center; */
}

.box .price {
    width: 100px;
}
.strike{
    text-decoration: line-through;
}
.box .discounted-price {
    color: #eb014a;
    width: 200px;
}
.discounted-price span {
    background-color: #eb014a;
    color: #fff;
    font-size: 12px;
    padding: 1px 6px;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    top: -3px;
    left: 10px;
}

.box .name {
    width: calc(100% - 350px);
}
.box .name small {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-image-source: linear-gradient(to left, #f6f6f6, #cacaca, #f6f6f6);
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
}
.box.dark-border{
    border-image-source: linear-gradient(to left, #000, #000, #000);
}
.box.total{
    font-weight: bold;
    color:#000;
    padding: 15px 0;
}
.purhaser-info .formcontrol {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.purhaser-info .formcontrol input {
    padding: 10px 15px;
}
.purhaser-info .formcontrol p {
    background-color: #e8e5e1;
    padding: 10px 15px;
    margin-bottom: 0;
    cursor: not-allowed;
    min-height: 30px;
}
.purhaser-info input {
    color: #7f7368;
    border: 3px solid #e8e5e1;
    background-color: #e8e5e1;
}
.purhaser-info input:hover {
    border: 3px solid #bdc900;
}
.purhaser-info input:focus {
    border: 3px solid #f29021;
}
.purhaser-info input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

table.table.checkout-table {
    width: 100%;
}
table.checkout-table td {
    padding: 0.8em 1em;
    font-size: 16px;
    line-height: 1.2;
}
table.checkout-table th:nth-child(2),
table.checkout-table td:nth-child(2){
	text-align: center;
}
table.checkout-table tr:last-child td:nth-child(2){
	text-align: left;
}
table.checkout-table th{
	padding: 0.8em 1em;
	text-align: left;
}

.btn-submit input {
	width: 100%;
    padding: 15px;
}

.btn-submit {
    margin-top: 16px;
}
.btn-submit input {
    color: #3d332a;
    background-color: #d4e100;
    border: 0px;
    font-family: 'Rubik',sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.terms-privacy {
    margin-top: 12px;
}
ol.tnc li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-left: 17px;
}
ol.tnc {
    padding: 0;
}
ol.tnc h5{
    font-size: 18px;
    font-family: Trocchi;
    line-height: 1;
    font-weight: bold;
    color: #3d332a;
}

/* The container */
.chkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
    line-height: 1.3;
    font-weight: bold;
  }
  
  /* Hide the browser's default checkbox */
  .chkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
      border: 1px solid #ddd;
  }
  
  /* On mouse-over, add a grey background color */
  .chkbox:hover input ~ .checkmark {
    background-color: #fff;
  }
  
  /* When the checkbox is checked, add a blue background */
  .chkbox input:checked ~ .checkmark {
    background-color: #f30048;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .chkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .chkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* end checkmark */

.post_item_404 .post_content {
    padding: 1em 0 5em;
    overflow: hidden;
}
.post_item_404 .page_title{
    width: 40%;
}
.post_item_404 .page_info{
    width: 60%;
    font-family: Trocchi;
}
.post_item_404 .page_description {
    margin-top: 1em;
    margin-bottom: 2em;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.post_item_404 .page_info h4.page_subtitle{
    font-family: Trocchi;
}
.post_item_404 .page_info h5.subtitle{
    font-family: Trocchi;
    font-size: 20px;
    margin: 0px 0 10px;
}
.post_item_404 .page_description{
    margin: 0 0 60px;
}

section.timeout {
    min-height: 645px;
}

input.back-to-order {
    border: 0;
    background-color: #fff;
}
input.back-to-order:hover {
    color: #eb014a;
    transition: 0.3s;
}
/* alert popup */
div#consolPopup {
    color: #000;
}

@media (max-width: 767px){
    .post_item_404 .page_title,
    .post_item_404 .page_info{
        width: 100%;
    }
    .alert-message {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px){
    ul.progress-tab li {
        display: flex;
        padding: 0 25px;
        align-items: center;
        margin-bottom: 6px;
    }
    ul.progress-tab li span {
        border: 2px solid #000000;
        border-radius: 35px;
        width: 30px;
        height: 30px;
        display: block;
        background-color: #fff;
        text-align: center;
        
        margin-right: 10px;
    }
}

.menu_mobile .menu_mobile_nav_area li > a{
    text-transform: capitalize;
}
.sc_layouts_menu_mobile_button.sc_layouts_menu_mobile_button_burger {
    background-color: #d5e200;
    padding: 15px;
    border-radius: 50%;
}
.mobileticket {
    display: none;  
}
.mobileticket a {
    background-color: #d5e200;
    text-transform: uppercase;
    color: #3d332a;
    font-family: "Rubik",sans-serif;
    font-weight: bold;
    padding: 5px 10px;
    margin-right: 26px;
}
@media (max-width: 479px) {
    .mobileticket {
        display: block;
        background-color: #f7f5f3;
        border-bottom: 1px solid #eee;
        padding: 5px;
        text-align: right;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
    header.top_panel {
        margin-top: 32px;
    }
    .content_wrap, .content_container {
      width: 90%!important;
    }
    .sc_content_width_1_1{
        width: 90%!important;
    }

    /* .ticket-list.step1 .box .price {
        width: 20%;
        float: left;
        padding: 10px 0;
    }
    .ticket-list.step1 .box .name {
        width: 40%;
        float: left;
        padding: 10px 0;
    }
    .ticket-list.step1 .box .discounted-price {
        color: #eb014a;
        width: 40%;
        float: left;
        padding: 10px 0;
    }
    .ticket-list.step1 .box .count {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }
    .ticket-list.step1  .box{
        clear: both;
        display: block;
    } */
    .ticket-list  .box{
        justify-content: space-between;
    }
    h4.content-title {
        display: inline-block;
    }
    .ticket-list.step2 .box .price {
        width: 30%;
        padding: 10px 0;
    }
    .ticket-list.step2 .box .name {
        width: 50%;
        padding: 10px 0;
    }
    .ticket-list.step2 .box .count {
        width: 20%;
        padding-bottom: 10px;
    }
  }
/* Page Success */
.page-success {
    text-align: center;
}
.page-success a {
    background-color: #bdc900;
    color: #3d332a;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}
/* Dashboard */
section.dashboard {
    padding: 40px 0 50px;
    min-height: 645px;
}
.dashboard .sidebar-menu{
    /* border: 1px solid #dfdfdf;
    border-radius: 5px; */
    padding: 1rem 1rem;
}
.view-all a{
    color: #3d332a;
    text-decoration: none;
}
.view-all a:hover{
    color: #eb014a;
}
.sidebar-menu ul {
    margin: 0;
}
.sidebar-menu ul li {
    margin-bottom: 5px;
}
.sidebar-menu ul li a {
    color: #3d332a;
    text-decoration: none;
}
.sidebar-menu ul li.active a,
.sidebar-menu ul li a:hover {
    color: #eb014a;
    transition: 0.3s;
}
table#orderlisttable tr td {
    vertical-align: top;
}
table#orderlisttable tr:last-child td {
    border-bottom: 0px;
}

.btn-changepassword{
    background-color: #bdc900;
    color: #3d332a;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}
/* Footer */
.footer .copyright {
    color: #9e9185;
    background-color: #3d332a;
    text-align:center;
    padding:30px 0;
}

/* Media Query */
@media(max-width:479px){
    .navbar .right {
        margin-top: 15px;
    }
    nav.navbar{
        display: block;
    }
    .navbar .right .btn-signin a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .ticket-list.step1 .box{
        display: flex;
    }
    .ticket-list.step1 .box .count,
    .ticket-list.step1 .box .discounted-price,
    .ticket-list.step1 .box .price,
    .ticket-list.step1 .box .name{
        width: 50%;
    }
    .ticket-list.step1 .box .count{
        text-align: right;
    }
}