﻿html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.loading_txt{ 
	font-family: "Kaushan Script", cursive;
	color: #f5cf14;
}


.loading_wrapper{

	position:absolute;
	z-index:900;
	opacity: 1;
	text-align: center;
	width: 100vw;
	height: 100vh;
	margin: 0; 
  display: flex;
  justify-content: center;
  align-items: center;
	background-color: #94227c;

}

.loading_star{max-width:60px}

.hidden { display: none; }


/*<button type="submit" class="btn btn-primary" name="contact_us">Send</button>*/

.btn_add_cart:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn_primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn_primary:hover {
    border-color: #0062cc;
    background-color: #0069d9;
}

.btn_primary.sm{
    padding: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn_add_cart {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn_add_cart a, small{
    color: #fff;
	font-weight:bold;
}

.btn_add_cart a:hover{
    text-decoration:none;
}

/*
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}
*/



/***************************************************************/

@media screen and (max-width: 576px){

	.loading_wrapper .loading_txt{font-size: 2rem;}

	.loading_wrapper .loading_star{margin-left: -6px;}

}

@media screen and (max-width: 359px){

	.loading_wrapper .loading_star{margin-left: -1rem;}

}

