@charset "utf-8";
/* CSS Document */
.select-block {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    ;
    padding: 0;
}
.select-block li {
    width: 12.5%;
    padding: 5px 10px;
}
.select-block label {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}
.select-block-img {
    text-align: center;
    margin-bottom: 7px;
}
.select-block .form-check { margin: 0; }
.select-block .form-check-label {
    position: relative;
    margin-left: -20px;
}
.area-block-cover { position: relative; }
.area-upload .area-block-cover { position: absolute; }
.area-block {
    position: relative;
    width: 70%;
}
.area-block-mask {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}
.area-block-mask a {
    top: 43%;
    position: absolute;
    left: 35%;
}
.del {
    position: absolute;
    right: -13px;
    top: -7px;
    background: #000;
    color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
}
.block-action .input-group .badge {
    background: #000;
    color: #fff;
    border-radius: 0;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
}
.block-action .input-group { margin-bottom: 10px; }
.store-info {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.store-info li {
    display: inline-block;
    margin-right: 10px;
}
.store-info li i { padding-right: 5px; }
.store-more-btn .dropdown-toggle {
    position: absolute;
    right: 0;
    top: -57px;
    background: transparent;
    border: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
}
.dropdown.store-more-btn .dropdown-toggle:after { display: none; }
.dropdown.store-more-btn .dropdown-menu { margin: 0; }
.accordion .card .card-header .dropdown a:before { display: none; }
.accordion .card .card-header .dropdown a { padding: 0.4rem 1.5rem; }
#add-shop .modal-dialog, #add-staff .modal-dialog { max-width: 850px; }
#add-staff .form-inline { flex-wrap: nowrap; }
.form-inline.btn-group-right { justify-content: flex-end; }
.btn-group-right label select {
    margin: 0 10px;
    width: auto;
}
input::placeholder {
 color: red;
}
table a { text-decoration: underline; }
.table td.info-img img {
    width: 150px;
    height: auto;
}
.btn-toggle {
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}
.btn-toggle:focus, .btn-toggle.focus, .btn-toggle:focus.active, .btn-toggle.focus.active { outline: none; }
.btn-toggle:before, .btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.active { transition: background-color 0.25s; }
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
}
.btn-toggle.active:before { opacity: .5; }
.btn-toggle.active:after { opacity: 1; }
.btn-toggle:before, .btn-toggle:after { color: #6b7381; }
.btn-toggle.active { background-color: #f1b063; }
.form-block {
    margin-top: 2rem;
    padding: 2rem 1rem;
    border: 1px solid #d0d2d8;
}
.add-formblock { position: relative; }
.add-formblock .icon-btn {
    position: absolute;
    right: -8px;
    top: -5px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 0;
    min-width: auto;
}
.line-carousel {
    list-style: none;
    overflow: -webkit-paged-x;
    display: -webkit-box;
    padding: 20px 0;
    margin: 0 -10px;
}
.line-carousel li {
    width: 30%;
    padding: 0 10px;
}
.line-carousel li h5 {
    font-size: 16px;
    line-height: 25px;
}
.form-group label.error { text-align: left; }
.color-red { color: #ee8a97 !important; }
.search-block {
    background: #fafafa;
    padding: 20px;
    margin-bottom: 20px;
}
.page-menu {
    padding: 0;
    list-style: none;
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
}
.page-menu li {
    font-size: 1.4rem;
    margin-bottom: -3px;
    border-bottom: 3px solid #eaeaea;
}
.page-menu li a {
    padding: 0 1.6rem;
    transition: .2s;
}
.page-menu li.activ, .page-menu li:hover {
    border-bottom: 3px solid #ffd600;
    margin-bottom: -3px;
    transition: .2s;
}
.page-menu li a:hover {
    text-decoration: none;
    transition: .2s;
}
#proModal .table td img { width: 50px; }
#proModal .modal-lg { max-width: 70%; }
.total {
    color: #333;
    float: right;
    margin: 10px;
    clear: both;
    margin-bottom: 20px;
}
.total th, .shopping-cart .total td {
    text-align: right;
    background-color: transparent;
    padding: 5px 10px;
    border: 0;
}
.total td {
    font-size: 15px;
    text-align: right;
}
.total tr:hover { background-color: transparent; }
.total tr.total-cash {
    color: #ff0036;
    border-top: 1px dotted #ccc;
}
.total tr.total-cash strong { font-size: 120%; }
.total tr.total-cash th, .total tr.total-cash td { padding-top: 20px; }
.complete .form-group label {
    font-size: 1rem;
    vertical-align: middle;
}
.complete .col-form-label { padding-bottom: 0; }
.order-table label {
    display: inline-block;
    margin-top: 3px;
}
.order-table button {
    display: block;
    margin-top: 7px;
    width: 100%;
    padding: 10px 0;
}
.order-title {
    font-size: 1.2rem;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 19px;
}
#proModal .active { background: #fff3db; }
.fixed-button { display: none; }
.hide-sm { display: none; }
.lock-page{
	margin: auto;
	text-align: center;
}
.lock-page button{
    margin-top: 20px;
}
.lock-page button:hover{
	
}
.copy-txt{
	    line-height: 30px;
    padding: 30px;
    border: 1px solid #e4e4e4;
    margin-top: 35px;
}
.copy-txt p{
	font-size: 17px;
}
.event-type{
       list-style: none;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    width: 87%;
    margin: auto;
    margin-top: 70px;
}
.event-type li{
	width: 100%;
	margin: 0 15px;
}
.event-type .event-title h5 {
    line-height: normal;
    color: #fff;
    font-weight: normal;
    font-size: 36px;
    margin: 0;
    background-color: #ffba3c;
    border-radius: 30px 30px 0 0;
    padding: 15px;
}
.event-type .event-box {
    padding: 20px 0 30px 0;
    background-color: #fff;
    border: 0px;
    border-radius: 0 0 30px 30px;
}
.event-type p {
    padding-top: 20px;
    color: #000000;
    font-size: 15px;
    line-height: normal;
}
.month-price {
    font-size: 45px;
    font-family: arial;
}
.event-type p.att-text {
    font-size: 13px;
    color: #ff9595;
    padding-top: 0;
    line-height: 37px;
    margin: 0;
}
.event-type p.original-price {
    font-size: 20px;
    color: #bdbdbd;
    text-decoration: line-through;
    padding-top: 0;
}
.step-block p{
	font-size: 16px;
}
.line-btn, .line-btn:hover{
	background: #00c300;
	color: #fff;
	padding: 7px 22px 7px 20px;
}
.total {
    color: #333;
    float: right;
    margin: 10px;
    clear: both;
    margin-bottom: 20px;
}
.total th, .shopping-cart .total td {
    text-align: right;
    background-color: transparent;
    padding: 5px 10px;
    border: 0;
}
.total td {
    font-size: 15px;
    text-align: right;
}
.total tr:hover { background-color: transparent; }
.total tr.total-cash {
    color: #ff0036;
    border-top: 1px dotted #ccc;
}
.total tr.total-cash strong { font-size: 120%; }
.total tr.total-cash th, .total tr.total-cash td { padding-top: 20px; }
.bottom-btn{
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.forget-pw h4{
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}
.des-txt{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.des-txt p{
	font-size: 17px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
	position: relative;
	line-height: 25px;
}
.des-txt p:before{
	content: "";
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 40%;
    left: -12px;
    z-index: 2;
}
.des-txt P:after{
	content: "";
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #ccc transparent transparent;
    position: absolute;
    top: 40%;
    left: -13px;
}
.des-txt img{
	width: 65px;
	height: 65px;
	margin-right: 5px;
}
.group-tabs{
	list-style: none;
	padding: 10px 0;
	display: flex;
}
.group-tabs li{
	margin-right: 10px;
}
.group-tabs li.active a{
	background: #000;
	color: #fff;
}
.timeline {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline  .step {
    font-size: 14px;
    border-radius: 100%;
    background-color: #3d738d;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 30px;
    color: #fff;
}

/* for Desktop */

  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
	padding-left: 60px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #d1e3e5 solid;
    padding-left: 55px;
	height: 130px;
  }

.timeline-content p{
	 line-height: 25px;
	  font-size: 16px;
}
  .timeline-content a{
	  color:#DD1E41;
	  font-weight: bold;
  }
@media (max-width:800px){
.lock-page {
    width: 90%;
    margin: 50px auto;
	}
	.default-layout-navbar + .page-body-wrapper {
    padding-top: 70px;
}
	.page-menu li{
		font-size: 1rem;
	}
}
@media (max-width:600px) {
.content-wrapper {
    padding: 0;
    background: #fff;
}
	.line-btn{
		display: block;
		width: 100%;
	}
.card { border: 0; }
.fixed-button {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
}
.fixed-button ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.fixed-button li {
    width: 100%;
    text-align: center;
}
.fixed-button li a {
    padding: 15px 0;
    display: block;
	color: #fff;
}
.tab-content {
    padding: 0;
    border: 0;
}
.nav-pills { border: 0; }
.modal .modal-dialog .modal-content .modal-body { padding: 10px; }
#proModal .modal-lg {
    max-width: 100%;
    margin: 0;
}
#proModal .modal-lg .modal-content {
    border: 0;
    border-radius: 0;
}
#proModal .modal-lg .modal-content table {
    table-layout: auto;
    display: table;
    overflow-x: auto;
    white-space: nowrap;
}
.modal .modal-dialog .modal-content .modal-header { padding: 10px 26px; }
.modal .modal-dialog .modal-content .modal-header .close span {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}
.hide-xs { display: none; }
.hide-sm { display: block; }
.table-responsive .btn {
    display: block;
    margin-top: 7px;
    width: 100%;
	    padding: 10px;
}
	.table-responsive .btn.btn-toggle{
		width: 50px;
	}
	.page-menu{
		border: 0;
	}
	.page-menu li {
    background: #e8e8e8;
    border: 0;
    margin-right: 10px;
		margin-bottom: 0;
}
	.page-menu li a{
		display: block;
		padding: 10px;
	}
	.page-menu li.activ, .page-menu li:hover {
    border-bottom: 0;
    margin-bottom: 0;
		background: #ffbf3c;
    transition: .2s;
}
	.complete .form-group {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
	.card .card-body {
    padding: 0 15px;
}
	.order-title{
		font-size: 1rem;
	}
	.shipping input{
		width: 220px;
	}
	.shipping-fee input, .shipping-con input{
		width: 60px;
	}
	.lock-page h2{
		    font-size: 25px;
    line-height: 40px;
	}
	.phone-fixed{
		margin-bottom: 55px;
	}
}

@media (max-width:480px) {
.form-group label { text-align: left; }
table {
    overflow-x: scroll;
	white-space: nowrap;
}
.table th img, .jsgrid .jsgrid-table th img, .table td img, .jsgrid .jsgrid-table td img { width: 55px; }
.navbar.default-layout-navbar .navbar-brand-wrapper .navbar-brand { padding: 0; }
.page-header { margin: 0; }
.page-menu li { font-size: .7rem; }
.line-carousel li { width: 55%; }
	.navbar.default-layout-navbar .navbar-brand-wrapper .navbar-brand img,
	.navbar.default-layout-navbar .navbar-menu-wrapper,
	.navbar.default-layout-navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link,
	.navbar.default-layout-navbar .navbar-menu-wrapper .navbar-toggler,
	.navbar.default-layout-navbar .navbar-brand-wrapper{
    height: 50px;
}
}
@media (max-width:360px) {
.navbar.default-layout-navbar .navbar-brand-wrapper .navbar-brand img,
	.navbar.default-layout-navbar .navbar-menu-wrapper,
	.navbar.default-layout-navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link,
	.navbar.default-layout-navbar .navbar-menu-wrapper .navbar-toggler,
	.navbar.default-layout-navbar .navbar-brand-wrapper{
    height: 45px;
		
}
	.navbar.default-layout-navbar .navbar-brand-wrapper .navbar-brand{line-height: 38px;}
.form-inline {
    flex-wrap: wrap;
}
.page-menu li {
    width: 100%;
}
}