@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/woff/IRANSansX-Thin.woff') format('woff'),   
	url('../fonts/woff2/IRANSansX-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/woff/IRANSansX-UltraLight.woff') format('woff'),   
	url('../fonts/woff2/IRANSansX-UltraLight.woff2') format('woff2');	
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/woff/IRANSansX-Light.woff') format('woff'),   
	url('../fonts/woff2/IRANSansX-Light.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/woff/IRANSansX-Medium.woff') format('woff'),   
	url('../fonts/woff2/IRANSansX-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/woff/IRANSansX-DemiBold.woff') format('woff'),   
	url('../fonts/woff2/IRANSansX-DemiBold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/woff/IRANSansX-ExtraBold.woff') format('woff'),   
	url('../fonts/woff2/IRANSansX-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/woff/IRANSansX-Black.woff') format('woff'),   
	url('../fonts/woff2/IRANSansX-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/woff/IRANSansX-Bold.woff') format('woff'),   
	url('../fonts/woff2/IRANSansX-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: IRANSansX;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/woff/IRANSansX-Regular.woff') format('woff'),   
	url('../fonts/woff2/IRANSansX-Regular.woff2') format('woff2');	
}
.snappbox-panel {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    float: left;
    width: 45%;
}
.snappbox-panel.right{
    float:right;
    width:45%;
}
.snappbox-panel input[type="text"],
.snappbox-panel input[type="number"], 
.snappbox-panel input[type="email"], 
.snappbox-panel input[type="url"],
.snappbox-panel select{ 
    border:1px solid #ebebeb;
    width:100% !important;
}
.snappbox-panel input{
    width:100% !important;
}
.snappbox-panel input[type="checkbox"]{
    width: 1rem !important;
}
.snappbox-panel h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#map {
    height: 400px;
    margin-top: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
p.submit{
    display: block;
    width: 100%;
    clear: both;
}
.snappbox-panel *
{
    font-family: "IRANSansX" !important;
}
@media only screen and ( max-width:1200px ){
    .snappbox-panel.right{
        width:100%;
    }
    .snappbox-panel{
        width:100%;
    }
}
.snappbox-panel h2{
    border-bottom: 1px solid #cecece;
    line-height: 35px;
}
.woocommerce-message.snappbox-alert{
	background-color:#A10000;
	border-color:#590404
}
.woocommerce-message.snappbox-alert p{
	color:#fafafa;
	font-family:"IRANSansX" !important;
}
.woocommerce-message.snappbox-alert p a{
	color:#fafafa;
}

.snappbox-modal {
	display: none;
	position: fixed;
	z-index: 99999;
	padding-top: 80px;
	left: 0; top: 0;
	width: 100%; height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	
}
.snappbox-modal h2, .snappbox-modal p, .snappbox-modal button{
	font-family: IRANSansX;
}
.snappbox-modal-content {
	background-color: #fff;
	margin: auto;
	padding: 30px;
	border: 1px solid #888;
	width: 60%;
	max-width: 600px;
	border-radius: 6px;
	position: relative;
	font-family: IRANSansX;
}
.snappbox-close {

	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}
.snappbox-slide { display: none; }
.snappbox-slide img{
	width:100%;
}
.snappbox-slide.active { display: block; }
.button.colorful-button {
    background: #524cff;
    color: #fafafa;
	font-family: IRANSansX;
	padding:5px 20px;
	border:1px solid #524cff;
	border-radius: 20px;
	font-weight: bold;
	box-shadow:0 2px 3px #ccc;
}
.order_data_column_fullwidth {
	display:inline-block;
	width: 66%;
	box-sizing: border-box;
	padding: 15px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	margin-top: 20px;
}

.order_data_column_fullwidth h3 {
	margin-top: 0;
	font-family: "IRANSansX";
	font-size: 20px !important;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
.modal-box h3{
	border-bottom: 0;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
button.snappbox-btn {
	background-color: #22a958 !important;
    padding: 10px 40px !important;
    font-family: "IRANSansX";
    border: 0 !important;
    border-radius: 10px !important;
}
#admin-osm-map{
	margin-bottom: 20px;
}
#pricing-message{
	font-family: "IRANSansX";
	font-size:16px;
	font-weight: bold;
}
.modal-box .snappbox-order-container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ct-order-loading{
	width: 8%;
    margin: 5px auto;
}
.loading, .cancel-order-loading{
	margin-top: 9px;
    margin-right: 10px;
}
.cancel-order{
	background-color: #d70101e6 !important;
    padding: 10px 40px !important;
    font-family: "IRANSansX";
    border: 0 !important;
    border-radius: 10px !important;
	color:#fff !important;
}
#snappbox-response-victory{
	display: block;
}
#snappbox-cancel-response{
	clear: both;
    display: block;
    margin-top: 10px;
}
.none-class{
	display: none;
}
.snappbox-date-content h2{
	border-bottom: 1px solid #cecece;
    line-height: 35px;
	font-family: "IRANSansX";
}
.snappbox-date-content .snappbox-close{
	float: left;
}
.snappbox-day-selector p{
	display: inline-block;
	width: 48%;
}
.snappbox-day-selector select{
	width: 48%;
	display: inline-block;
}
.time-slot input[type="time"]{
	width: 46%;
    margin-bottom: 8px;
}
.remove-slot.button svg{
	width:24px;
	height:24px;
}
.remove-slot.button{
	line-height: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.add-time svg{
	width: 20px;
    height: 20px;
    vertical-align: middle;
	margin-left: 10px;
}
.snappbox-date-content button.add-time{
	border-radius: 25px;
    background-color: #524cff;
    color: #fafafa;
    padding: 5px 23px;
    border: 0;
    line-height: 36px;
}
.snappbox-date-content button.add-time:hover, .snappbox-date-content button.add-time:active{
	background: #6560ff;
    border-color: #fafafa;
    color: #fafafa;
}

.snappbox-day-grid {
	display:grid;
	grid-template-columns:repeat(auto-fill,minmax(92px,1fr));
	gap:8px; margin-top:6px;
}
.snappbox-day-card { border:1px solid #ddd; border-radius:10px; padding:10px 8px; text-align:center; cursor:pointer; user-select:none; transition:box-shadow .15s, border-color .15s; }
.snappbox-day-card:hover { border-color:#2271b1; }
.snappbox-day-card input[type=radio]{ display:none; }
.snappbox-day-card .day-title{ font-weight:600; font-size:12px; line-height:1.1; margin-bottom:6px; }
.snappbox-day-card .day-date{ font-size:22px; font-weight:700; line-height:1; margin-bottom:4px; }
.snappbox-day-card .day-month{ font-size:12px; color:#555; }
.snappbox-day-card.snappbox-selected{ border-color:#2271b1; box-shadow:0 0 0 2px rgba(34,113,177,.15); }

.snappbox-time{
	border:1px solid #cecece;
	padding:10px;
	border-radius: 10px;
}
a.snappbox-token{
	border-radius: 25px;
    padding: 10px;
    background-color: #3581C4;
    color: #fafafa;
    text-decoration: none;
    display: block;
    text-align: center;
}
.token-info{
	background-color: rgba(53, 129, 196, 0.1);
	padding:15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.token-info p{
	margin:0;
}
.token-info svg{
	margin-left: 10px;
}
.voucher-code-wrapper input[type="text"]{
	border: 1px solid #ebebeb;
	padding:8px;
	border-radius: 10px;
	width: 22%;
}
.voucher-code-wrapper button{
	background: #2271b1;
    border-color: transparent;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    padding: 12px;
    border-radius: 10px;
}
.voucher-code-wrapper{
	margin-bottom: 10px;
}
#center-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    width: 34px;
    height: 34px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    z-index: 5;
}
#center-pin::before { content: ""; position: absolute; inset: 0; background-repeat: no-repeat; background-position: center; background-size: contain; background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%23e53935" d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z"/><circle cx="12" cy="9" r="3" fill="white"/></svg>'); }
#center-pin::after { content: ""; position: absolute; left: 50%; top: 100%; transform: translate(-50%, 2px); width: 10px; height: 10px; border-radius: 50%; box-shadow: 0 0 0 2px rgba(0, 0, 0, .12); background: rgba(0, 0, 0, .06); }
.maplibregl-marker { z-index: 9999 !important; }