@import url("font-awesome.css");
@import url("entypo.css");


@font-face {
  font-family: 'neonFont1';
  src: url('./Fonts/Neon Font 1.otf');
}
@font-face {
  font-family: 'neonFont2';
  src: url('./Fonts/Neon Font 2.otf');
}
@font-face {
  font-family: 'neonFont3';
  src: url('./Fonts/Neon Font 3.otf');
}
@font-face {
  font-family: 'neonFont4';
  src: url('./Fonts/Neon Font 4.otf');
}
@font-face {
  font-family: 'neonFont5';
  src: url('./Fonts/Neon Font 5.otf');
}
@font-face {
  font-family: 'neonFont6';
  src: url('./Fonts/Neon Font 6.otf');
}
@font-face {
  font-family: 'neonFont7';
  src: url('./Fonts/Neon Font 7.otf');
}
@font-face {
  font-family: 'neonFont8';
  src: url('./Fonts/Neon Font 8.otf');
}
@font-face {
  font-family: 'neonFont9';
  src: url('./Fonts/Neon Font 9.otf');
}
@font-face {
  font-family: 'neonFont10';
  src: url('./Fonts/Neon Font 10.otf');
}
@font-face {
  font-family: 'neonFont11';
  src: url('./Fonts/Neon Font 11.otf');
}
@font-face {
  font-family: 'neonFont12';
  src: url('./Fonts/Neon Font 12.otf');
}
@font-face {
  font-family: 'neonFont13';
  src: url('./Fonts/Neon Font 13.otf');
}
@font-face {
  font-family: 'neonFont14';
  src: url('./Fonts/Neon Font 14.otf');
}
@font-face {
  font-family: 'neonFont15';
  src: url('./Fonts/Neon Font 15.otf');
}
@font-face {
  font-family: 'neonFont16';
  src: url('./Fonts/Neon Font 16.otf');
}
@font-face {
  font-family: 'neonFont17';
  src: url('./Fonts/Neon Font 17.otf');
}
@font-face {
    font-family: 'neonFont18';
    src: url('./Fonts/Neon Font 18.otf');
}
@font-face {
    font-family: 'neonFont19';
    src: url('./Fonts/Neon Font 19.otf');
}
@font-face {
    font-family: 'neonFont20';
    src: url('./Fonts/Neon Font 20.otf');
}
@font-face {
    font-family: 'neonFont21';
    src: url('./Fonts/Neon Font 21.otf');
}
@font-face {
    font-family: 'neonFont22';
    src: url('./Fonts/Neon Font 22.otf');
}
@font-face {
    font-family: 'neonFont23';
    src: url('./Fonts/Neon Font 23.otf');
}
@font-face {
    font-family: 'neonFont24';
    src: url('./Fonts/Neon Font 24.otf');
}
@font-face {
    font-family: 'neonFont25';
    src: url('./Fonts/Neon Font 25.otf');
}
@font-face {
    font-family: 'neonFont26';
    src: url('./Fonts/Neon Font 26.otf');
}
@font-face {
    font-family: 'neonFont27';
    src: url('./Fonts/Neon Font 27.otf');
}
@font-face {
    font-family: 'neonFont28';
    src: url('./Fonts/Neon Font 28.otf');
}

.white,
#color_table p.active {
	color: white !important;
}

gold {
	color: #D4AF37;
}

.shopping_cart a {
	font-size: 2em !important;
}

#result_table td {
	background: #ffffff;
}

.option_group > .input-group {
	width: 100%;
}

.option_group > .input-group > input {
	width: 20%;
}

.shopping_cart_buzz {
	position: absolute;
	display: inline;
	margin-left: -0.5em;
	font-size: 0.5em;
	padding: 0.25em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: white;
	background:  #000000;
	border-radius: 50%;
	font-family: sans-serif;
}

#details_address {
	height: 0;
	overflow: hidden; 
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#details_address.open {
	height: auto;
}

.site-footer{
	width:100%;
	height:40px;
	font-size:12px;
	line-height:40px;
	color:#666;
	background:rgba(255,255,255,1);
	-webkit-box-shadow:0 -1px 2px rgba(0,0,0,.1);
	box-shadow:0 -1px 2px rgba(0,0,0,.1);
	bottom:0;
	left:0;
	position:fixed;
	z-index:9999;
	-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;
}

.site-footer:hover {
	background:rgba(255,255,255,1);
	-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;
}

.copyrights-col-right ul{
	float:right;
}
.social-icons li{
	display:inline-block;
}
.social-icons a{
	margin:0 0 0 5px;
	height:22px;
	text-align:center;
	line-height:22px;
	color:#222;
	display:block;
	text-decoration:none;
	-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;
}

.social-icons a:hover {
	color: #d5768a;
	-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;
}

#main_slide {
	opacity: 1;
	-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;
}

#main_slide.loading {
	opacity: 0;
	-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;
}

/* - - - - backend - - - - */

td > img {
	height: 28px;
	cursor: pointer;
}


/* 1 - - - - backend header - - - - */
.backend {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	overflow-y: scroll;
	background: #ffffff;
}

.input-group-btn .btn {
	font-size: 14px;
	border-width: 1px;
}


.page-title-block {
	padding: 25px 0;
}

/*
.btn,
.btn:hover {
	border: 1px solid black;
	color: black;
}
*/

/*
.btn,
.btn:hover {
	border: transparent;
}
*/

.btn:hover,
.btn.active {
	box-shadow: 0px 0px 5px #f6e51b, 0px 0px 10px #f6e51b;
	opacity: 1;
}

.backend_bar {
	position: absolute;
	color: black;
	width: 3rem;
	height: 3rem;
	top: 0;
	padding: 0.5rem;
	right: -3rem;
	font-size: 2rem;
	background: white;
	cursor: pointer;
}

.header_backend {
	text-align: center;
	position: fixed;
	left: -20vw;
	top: 0;
	width: 20vw;
	height: 100vh;
	background: #ffffff;
	opacity: 0.5;
	z-index: 1000;
	-webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}

.header_backend.active {
	left: 0;
	opacity: 1;
	-webkit-filter: drop-shadow(1px 0px 10px #2b2b2b);
    filter: drop-shadow(1px 0px 10px #2b2b2b);
	-webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}

.header_backend .sf-menu {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.header_backend .navigation {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.header_backend .navigation li {
	text-align: center;
	float: none;
	border: none;
}

.header_backend .navigation li:hover {
	border: none;
}

.header_backend .navigation li a {
	display: block;
	font-size: 1rem;
	text-decoration: none;
	color: black;
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
    z-index: 100;
}

.header_backend .navigation li a:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
}

.header_backend .logo_head {
    width: 5rem;
}

.header_backend .logo_head a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
    -webkit-filter: drop-shadow(0px 0px 100px 10px rgba(255,255,255,1));
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
}

.header_backend .logo_head a img:hover {
    -webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
}

/* 2 - - - - backend product management - - - - */

.back_tran {
	position: relative;
	border-radius: 10px;
	padding: 20px;	
}

.loader-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.loader-back-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#message-back {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.loader-back.loading,
.loader-back-image.loading,
#message-back.loading {
	visibility: visible;
    opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.wrapper {
	position: fixed;
	background: rgba(255,255,255,1);
	z-index: 9990;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	overflow-y: auto;
	padding-bottom: 70px;
	padding-top: 20px;
/* 	border-radius: 10px; */
/* 	box-shadow: 0px 0px 20px #f6e51b; */
/* 	border: 1px solid #000; */
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.image_wrapper {
	border: none !important;
	width: 100%;
	height: 100%;
	left: 0 !important;
	top: 0 !important;
	background: rgba(0,0,0,0);
}

.image_wrapper > img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.s_wrapper {
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	background: rgba(255,255,255,1);
	z-index: 9999;
	width: 400px;
	height: 400px;
/*
	line-height: 100px;
	font-size: 100px;
*/
	color: #2b2b2b;
/* 	overflow-y: auto; */
/* 	border: 1px solid #000; */
	border-radius: 10px;
    box-shadow: 0px 0px 20px #f6e51b;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.s_wrapper p {
	font-size: 20px;
	line-height: 20px;
}

.s_wrapper.show {
	top:0;
	visibility: visible;
	opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#message {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	overflow-y: auto;
	padding: 20px;
}

.process_wrapper {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	font-size: 2.5em;
	line-height: 2.5em;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	border-radius: 0;
	color: white;
	border: none !important;
	top:0 !important;
}

#progress {
	display: none;
}

#progress.active {
	display: block;
}

.process_wrapper > div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.wrapper.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#paypal_check {
	position: absolute;
	width: 150px;
	height: 25px;
	padding: 0;
	margin: 0;
	z-index: 100;
	cursor: pointer;
}

.wrapper > .wrapper_cancel {
	position: absolute;
    right: 5px;
    top: 5px;
    font-size: 2em;
    border: none;
    background: none;
    color: black;
    z-index: 9999;
}

.image_wrapper > .wrapper_cancel {
	color: white;
}

.type_dropdown li:hover .remover {
	display: block;
}

.type_dropdown .remover {
	position: absolute;
	display: none;
	right: 10px;
	margin-top: -20px;
	height: 14px;
	width: 14px;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	text-align: center;
	background-color: red;
	border-radius: 50%;
	border: none;
	color: white;
}



.table_dropdown {
	border: none;
	background: none;
}

#store_box input {
	width: 50%;
}

input {
	color: black;
}

#bar_image {
	height: 100px;
	width: 300px;
}


/* Home Page */

.home-block {
	position: relative;
	display: block;
	width: 100vw;
	overflow: hidden;
	background: #ffffff;
	left: 0;
	top: 0;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.home-block.touch {
	background-attachment: scroll;
}

/*
.home-block:before {
	content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
*/

/*
.home-block.show_home {
	z-index: 1500;
}
*/

.back_img {
	display: block;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.back_img > img {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: -1;
}

.home-block-content {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1480;
}

.logo {
	height: 70px;
}

.logo img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-moz-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-o-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-ms-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-webkit-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
}

.gallery_block {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: 12.5vw;
	height: 12.5vw;
	background: black;
	cursor: pointer;
}

.gallery_block > img {
	opacity: 0.5;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 1552;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery_block > img.loading {
	opacity: 0;
}
.image_block_backend_main {
	width: 12rem;
}

.image_block_backend {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: calc(6rem - 16px);
	background: black;
	cursor: pointer;
}

.image_block_backend .delete {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 1rem;
	height: 1rem;
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
	background: white;
	color: black;
	border-radius: 50%;
	z-index: 2;
	box-shadow: 2px 2px 10px black;
}

.image_block_backend:hover .delete {
	display: block;
}

.gallery_block_backend {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: 12.5vw;
	height: 12.5vw;
	background: black;
	cursor: pointer;
}

.gallery_block_backend .delete {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	background: white;
	color: black;
	border-radius: 50%;
	z-index: 2;
	box-shadow: 2px 2px 10px black;
}

.gallery_block_backend:hover .delete {
	display: block;
}

.gallery_block_backend > img {
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 1552;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	z-index: 1;
}

.features.colored > li > span > img {
	width: 100%;
}

/*
.gallery_block.active {
	overflow: visible;
	opacity: 1;
}

.gallery_block.active img {
	
}
*/

.home_gallery {
	background: #ffffff;
}

#home_gallery > .gallery_block:nth-child(n+32) {
	display: none;
}

.gallery_block > i {
	color: white;
	font-size: 10vw;
	text-align:center;
	line-height: 10vw;
	width: 12.5vw; 
	height: 10vw;
	cursor: pointer;
}

.gallery_block > p {
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	text-align:center;
	width: 100%;; 
	cursor: pointer;
	padding: 1rem;
	height: 2.5vw;
	line-height: 2.5vw;
}

.gallery_block:hover > img {
	opacity: 1;
}

.paypal_msg {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.paypal_small {
	width: 100%;
	height: 100%;
	overflow: hidden;

	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	
	display: flex;
    align-items: center;
    justify-content: center;

	text-align: center;
	overflow: hidden;
}

.v_center {
	height: 100vh;
	overflow: hidden;

	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	
	display: flex;
    align-items: center;
    justify-content: center;

	text-align: center;
	overflow: hidden;
}

.neon_font {
	font-size: 9em;
/* 	text-transform: uppercase; */
	font-family: "Wild Spirit";
	color: white;
}

.home-block-selection p {
	color: white;
}

.home_logo {
	position: absolute;
	width: 20rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-moz-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-o-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-ms-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-webkit-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
}

.main-menu-wrapper {
	background: #ffffff;
}

.navigation > ul > li > a{
	font-size: 1.25em;
}

.navigation > ul > li > a:hover{
	text-shadow: 0 0 5px #f6e51b, 0 0 10px #f6e51b;
	color: #2b2b2b;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.site-header{
	width:100%;
	position: sticky;
	position: -webkit-sticky;
	z-index:1502;
	top:0;
	left:0;
}

.site-header .shopping_cart_xs{
	font-size:18px;
	margin:25px 60px 0 0;
	float:right;
	position:absolute;
	right:0;
	top:0;
}

/* 4-store */

.store {
	width: 100vw;
/* 	padding-top: 70px; */
	height: 100vh;
/*
	overflow-x: hidden;
	overflow-y: auto;
*/
/* 	background: url("/images/back_white.png") repeat; */
}

.store .product_box_filter {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.store .filter_bbox {
	display: block;
	position: relative;
	width: 20vw;
	float: left;
}

.product_bbox {
	display: block;
	position: relative;
	width: 100%;;
	float: left;
}

.store .product_box_container {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	overflow: auto;
	padding-bottom: 70px;
/*
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
*/
}

#product_box {
	overflow: auto;
}

body {
	height: auto;
	padding-bottom: 70px;
}

.ins_box {
	cursor: pointer;
	overflow: none;
	padding: 0;
	margin: 0;
}

.ins_box .ins_box_image {
	width: 100%;
}

.ins_box .ins_box_image img {
	width: 100%;
}

.ins_box .ins_box_title {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 100;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	opacity: 0;
	font-size: 0.75rem;
	padding: 0.5rem;
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	
	display: flex;
    align-items: center;
    justify-content: center;

	text-align: center;
	overflow: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.ins_box:hover .ins_box_title {
	opacity: 1;
}

.product_box {
	cursor: pointer;
}

.product_box_img {
	width: 100%;
}

.product_box_title {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.product_box_price {
	width: 100%;
	text-align: center;
}

#product_images .img_con img:not(:first-child),
#hire_images .img_con img:not(:first-child) {
	width: 25%;
	cursor: pointer;
}

.ico-list {
	width: 500px;
	margin-left: -400px;
}

.ico-list li {
	padding: 0;
}

.ico-list li a {
	display: inline-block !important;
	border-left: 1px solid black;
}

.ico-list li a:nth-child(1) {
    border-left: none;
}

/* -------------- custom ----------------*/

table.item_table img {
	height: 5rem;
}

table.item_table td {
	vertical-align: middle;
	display: table-cell;
	height: 5rem;
}

.custom {
	height: auto;
	width: 100vw;
}

.custom_block {
	position: relative;
	width: 65%;
	padding-bottom: 65%;
	border: 1px solid white;
}

.custom_block p {
	position: absolute;
	font-size: 2em;
	line-height: 4em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.demo_text {
	background-color: black;
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding-top: 100%;
    z-index: 2;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
/* 	border: 1px solid white; */
}

.demo_text > .text_show {
	font-size: 7rem;
	position: absolute;
	top: 35%;
	width: 100%;
	line-height: 7rem;
	text-align: center;
	color: white;
	cursor: pointer;
	z-index: 2;
	-webkit-transition:text-shadow 0.5s ease;
	-moz-transition:text-shadow 0.5s ease;
	-ms-transition:text-shadow 0.5s ease;
	-o-transition:text-shadow 0.5s ease;
	transition:text-shadow 0.5s ease;
}

.font_style li {
	background: #ffffff;
	color: black;
	height: 2rem;
	font-size: 1rem;
	line-height: 2rem;
	vertical-align: middle;
    text-align: center;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.font_style li.active {
	text-shadow: rgb(255, 255, 255) 0px 0px 2px, rgb(255, 255, 255) 0px 0px 4px, #f6e51b 0px 0px 8px, #f6e51b 0px 0px 6px, #f6e51b 0px 0px 8px, #f6e51b 0px 0px 22px, #f6e51b 0px 0px 30px;
}

.bg_style li {
	border: 1px solid lightgrey;
	height: 2rem;
	font-size: 1.5rem;
	line-height: 3rem;
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.color_style li {
	font-family: bubble;
	height: 4rem;
	cursor: pointer;
}

.color_style li > p {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 3rem;
	line-height: 3rem;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.bg_style li > p {
	text-transform: uppercase;
	display: none;
}

.custom_tab > li.active > a {
	background: none;
	color: black;
	border-bottom: 1px solid white;
}

.option_group_custom {
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px;
	margin-bottom: 15px;
}

.option_group_custom .form-group {
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin: 0;
}

.option_group_custom .form-group.active {
	height: auto;
	opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.size-box {
	width: calc(50% - 10px);
	float: left;
	border: 1px solid black;
	border-radius: 5px;
	text-align: left;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 0.75rem;
	line-height: 1.5rem;
	margin: 5px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.board-sub {
	overflow: hidden;
}

.board-sub > image {
	width: 100%;
}

.size-box .s_size {
	text-align: right;
	padding: 0;
}

.size-box .s_price {
	text-align: left;
	padding: 0;
}

.size-box .s_price div:nth-child(2) {
	font-weight: bold;
}

.size-box.active,
.size-box:hover,
.board-box.active,
.board-box:hover {
	box-shadow: 0px 0px 20px #f6e51b;
}

.slidecontainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 15%;
}

.img_preload {
	overflow: hidden;
	height: 72vh;
	width: 100%;
}

.function_btn .btn-group {
	margin: 10px;
}

.about_container {
	padding: 0;
	margin: 0;
}

.about_img {
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 11;
}

.about_img img {
	cursor: pointer;
}

.about_text {
	color: black;
	padding: 2em;
	font-size: 1.5em;
	z-index: 33;
}

.fa-facebook + a:before,
.fa-instagram + a:before {
	content: " ";
}

.store .container {
	padding: 0;
	
}

#order_table tr {
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#order_table tr:hover {
	cursor: pointer;
	background: #f6e51b;
}

.details {
	overflow: hidden;
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 20px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	filter: scale(0.1);
	-webkit-filter: scale(0.1);
	-moz-filter: scale(0.1);
	-ms-filter: scale(0.1);
	-o-filter: scale(0.1);
}

.details.show {
	display: block;
}><//* Stylesheets and Google fonts import */
@import url("font-awesome.css");
@import url("entypo.css");

@font-face {
    font-family: 'bubble';
    src: url('../fonts/bubble.eot');
    src: url('../fonts/bubble.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bubble.woff') format('woff'),
         url('../fonts/bubble.ttf') format('truetype'),
         url('../fonts/bubble.svg#bubble') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* custom fount */

@font-face {
  font-family: 'Wild Spirit';
  src: url('/fonts/WildSpirit.ttf') format('truetype');
}

@font-face {
  font-family: 'Ahsley';
  src: url('/fonts/custom/Ahsley.ttf') format('truetype');
}
@font-face {
  font-family: 'Budhayanti script';
  src: url('/fonts/custom/Budhayanti script.ttf') format('truetype');
}
@font-face {
  font-family: 'Gruenewald-va';
  src: url('/fonts/custom/Gruenewald-va.ttf') format('truetype');
}
@font-face {
  font-family: 'Hamillton';
  src: url('/fonts/custom/Hamillton.ttf') format('truetype');
}
@font-face {
  font-family: 'Hesterica';
  src: url('/fonts/custom/Hesterica.otf') format('opentype');
}
@font-face {
  font-family: 'Cantilena Regular';
  src: url('/fonts/custom/cantilena.regular.otf') format('opentype');
}
@font-face {
  font-family: 'KBWriters';
  src: url('/fonts/custom/KBWriters.ttf') format('truetype');
}
@font-face {
  font-family: 'Linoleo-script';
  src: url('/fonts/custom/Linoleo-script.otf') format('opentype');
}
@font-face {
  font-family: 'Quinzey';
  src: url('/fonts/custom/Quinzey.otf') format('opentype');
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/custom/Roboto.ttf') format('truetype');
}
@font-face {
  font-family: 'Seaside Groove';
  src: url('/fonts/custom/Seaside Groove.ttf') format('truetype');
}
@font-face {
  font-family: 'Southampton';
  src: url('/fonts/custom/Southampton.ttf') format('truetype');
}
@font-face {
  font-family: 'Kiona-Regular';
  src: url('/fonts/custom/Kiona-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Echo Soul Alt';
  src: url('/fonts/custom/Echo Soul Alt.ttf') format('truetype');
}
@font-face {
  font-family: 'Sebastrian Script';
  src: url('/fonts/custom/Sebastrian Script.ttf') format('truetype');
}
@font-face {
  font-family: 'Northwell Alt';
  src: url('/fonts/custom/Northwell Alt.ttf') format('truetype');
}

.white,
#color_table p.active {
	color: white !important;
}

gold {
	color: #D4AF37;
}

.shopping_cart a {
	font-size: 2em !important;
}

#result_table td {
	background: #ffffff;
}

.option_group > .input-group {
	width: 100%;
}

.option_group > .input-group > input {
	width: 20%;
}

.shopping_cart_buzz {
	position: absolute;
	display: inline;
	margin-left: -0.5em;
	font-size: 0.5em;
	padding: 0.25em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1em;
	font-weight: bold;
	color: white;
	background:  #000000;
	border-radius: 50%;
	font-family: sans-serif;
}

#details_address {
	height: 0;
	overflow: hidden; 
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#details_address.open {
	height: auto;
}

.site-footer{
	width:100%;
	height:40px;
	font-size:12px;
	line-height:40px;
	color:#666;
	background:rgba(255,255,255,1);
	-webkit-box-shadow:0 -1px 2px rgba(0,0,0,.1);
	box-shadow:0 -1px 2px rgba(0,0,0,.1);
	bottom:0;
	left:0;
	position:fixed;
	z-index:9999;
	-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;
}

.site-footer:hover {
	background:rgba(255,255,255,1);
	-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;
}

.copyrights-col-right ul{
	float:right;
}
.social-icons li{
	display:inline-block;
}
.social-icons a{
	margin:0 0 0 5px;
	height:22px;
	text-align:center;
	line-height:22px;
	color:#222;
	display:block;
	text-decoration:none;
	-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;
}

.social-icons a:hover {
	color: #d5768a;
	-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;
}

#main_slide {
	opacity: 1;
	-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;
}

#main_slide.loading {
	opacity: 0;
	-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;
}

/* - - - - backend - - - - */

td > img {
	height: 28px;
	cursor: pointer;
}


/* 1 - - - - backend header - - - - */
.backend {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	overflow-y: scroll;
	background: #ffffff;
}

.input-group-btn .btn {
	font-size: 14px;
	border-width: 1px;
}


.page-title-block {
	padding: 25px 0;
}

/*
.btn,
.btn:hover {
	border: 1px solid black;
	color: black;
}
*/

/*
.btn,
.btn:hover {
	border: transparent;
}
*/

.btn:hover,
.btn.active {
	box-shadow: 0px 0px 5px #f6e51b, 0px 0px 10px #f6e51b;
	opacity: 1;
}

.backend_bar {
	position: absolute;
	color: black;
	width: 3rem;
	height: 3rem;
	top: 0;
	padding: 0.5rem;
	right: -3rem;
	font-size: 2rem;
	background: white;
	cursor: pointer;
}

.header_backend {
	text-align: center;
	position: fixed;
	left: -20vw;
	top: 0;
	width: 20vw;
	height: 100vh;
	background: #ffffff;
	opacity: 0.5;
	z-index: 1000;
	-webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}

.header_backend.active {
	left: 0;
	opacity: 1;
	-webkit-filter: drop-shadow(1px 0px 10px #2b2b2b);
    filter: drop-shadow(1px 0px 10px #2b2b2b);
	-webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}

.header_backend .sf-menu {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.header_backend .navigation {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.header_backend .navigation li {
	text-align: center;
	float: none;
	border: none;
}

.header_backend .navigation li:hover {
	border: none;
}

.header_backend .navigation li a {
	display: block;
	font-size: 1rem;
	text-decoration: none;
	color: black;
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
    z-index: 100;
}

.header_backend .navigation li a:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
}

.header_backend .logo_head {
    width: 5rem;
}

.header_backend .logo_head a img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
    -webkit-filter: drop-shadow(0px 0px 100px 10px rgba(255,255,255,1));
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
}

.header_backend .logo_head a img:hover {
    -webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
}

/* 2 - - - - backend product management - - - - */

.back_tran {
	position: relative;
	border-radius: 10px;
	padding: 20px;	
}

.loader-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.loader-back-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#message-back {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.loader-back.loading,
.loader-back-image.loading,
#message-back.loading {
	visibility: visible;
    opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.wrapper {
	position: fixed;
	background: rgba(255,255,255,1);
	z-index: 9990;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	overflow-y: auto;
	padding-bottom: 70px;
	padding-top: 20px;
/* 	border-radius: 10px; */
/* 	box-shadow: 0px 0px 20px #f6e51b; */
/* 	border: 1px solid #000; */
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.image_wrapper {
	border: none !important;
	width: 100%;
	height: 100%;
	left: 0 !important;
	top: 0 !important;
	background: rgba(0,0,0,0);
}

.image_wrapper > img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.s_wrapper {
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	background: rgba(255,255,255,1);
	z-index: 9999;
	width: 400px;
	height: 400px;
/*
	line-height: 100px;
	font-size: 100px;
*/
	color: #2b2b2b;
/* 	overflow-y: auto; */
/* 	border: 1px solid #000; */
	border-radius: 10px;
    box-shadow: 0px 0px 20px #f6e51b;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.s_wrapper p {
	font-size: 20px;
	line-height: 20px;
}

.s_wrapper.show {
	top:0;
	visibility: visible;
	opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#message {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	overflow-y: auto;
	padding: 20px;
}

.process_wrapper {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	font-size: 2.5em;
	line-height: 2.5em;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	border-radius: 0;
	color: white;
	border: none !important;
	top:0 !important;
}

#progress {
	display: none;
}

#progress.active {
	display: block;
}

.process_wrapper > div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.wrapper.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#paypal_check {
	position: absolute;
	width: 150px;
	height: 25px;
	padding: 0;
	margin: 0;
	z-index: 100;
	cursor: pointer;
}

.wrapper > .wrapper_cancel {
	position: absolute;
    right: 5px;
    top: 5px;
    font-size: 2em;
    border: none;
    background: none;
    color: black;
    z-index: 9999;
}

.image_wrapper > .wrapper_cancel {
	color: white;
}

.type_dropdown li:hover .remover {
	display: block;
}

.type_dropdown .remover {
	position: absolute;
	display: none;
	right: 10px;
	margin-top: -20px;
	height: 14px;
	width: 14px;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	text-align: center;
	background-color: red;
	border-radius: 50%;
	border: none;
	color: white;
}



.table_dropdown {
	border: none;
	background: none;
}

#store_box input {
	width: 50%;
}

input {
	color: black;
}

#bar_image {
	height: 100px;
	width: 300px;
}


/* Home Page */

.home-block {
	position: relative;
	display: block;
	width: 100vw;
	overflow: hidden;
	background: #ffffff;
	left: 0;
	top: 0;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.home-block.touch {
	background-attachment: scroll;
}

/*
.home-block:before {
	content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
*/

/*
.home-block.show_home {
	z-index: 1500;
}
*/

.back_img {
	display: block;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.back_img > img {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: -1;
}

.home-block-content {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1480;
}

.logo {
	height: 70px;
}

.logo img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-moz-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-o-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-ms-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-webkit-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
}

.gallery_block {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: 12.5vw;
	height: 12.5vw;
	background: black;
	cursor: pointer;
}

.gallery_block > img {
	opacity: 0.5;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 1552;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.gallery_block > img.loading {
	opacity: 0;
}
.image_block_backend_main {
	width: 12rem;
}

.image_block_backend {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: calc(6rem - 16px);
	background: black;
	cursor: pointer;
}

.image_block_backend .delete {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 1rem;
	height: 1rem;
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
	background: white;
	color: black;
	border-radius: 50%;
	z-index: 2;
	box-shadow: 2px 2px 10px black;
}

.image_block_backend:hover .delete {
	display: block;
}

.gallery_block_backend {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: 12.5vw;
	height: 12.5vw;
	background: black;
	cursor: pointer;
}

.gallery_block_backend .delete {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	background: white;
	color: black;
	border-radius: 50%;
	z-index: 2;
	box-shadow: 2px 2px 10px black;
}

.gallery_block_backend:hover .delete {
	display: block;
}

.gallery_block_backend > img {
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 1552;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	z-index: 1;
}

.features.colored > li > span > img {
	width: 100%;
}

/*
.gallery_block.active {
	overflow: visible;
	opacity: 1;
}

.gallery_block.active img {
	
}
*/

.home_gallery {
	background: #ffffff;
	z-index: 20;
}

#home_gallery > .gallery_block:nth-child(n+32) {
	display: none;
}

.gallery_block > i {
	color: white;
	font-size: 8vw;
	text-align:center;
	line-height: 8vw;
	width: 12.5vw; 
	height: 8vw;
	cursor: pointer;
}

.gallery_block > p {
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	text-align:center;
	width: 100%;; 
	cursor: pointer;
	padding: 1rem;
	height: 4vw;
	line-height: 2vw;
}

.gallery_block:hover > img {
	opacity: 1;
}

.paypal_msg {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.paypal_small {
	width: 100%;
	height: 100%;
	overflow: hidden;

	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	
	display: flex;
    align-items: center;
    justify-content: center;

	text-align: center;
	overflow: hidden;
}

.v_center {
	height: 100vh;
	overflow: hidden;

	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	
	display: flex;
    align-items: center;
    justify-content: center;

	text-align: center;
	overflow: hidden;
}

.neon_font {
	font-size: 9em;
/* 	text-transform: uppercase; */
	font-family: "Wild Spirit";
	color: white;
}

.home-block-selection p {
	color: white;
}

.home_logo {
	position: absolute;
	width: 20rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-moz-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-o-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-ms-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
	-webkit-filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 10px #fff);
}

.main-menu-wrapper {
	background: #ffffff;
}

.navigation > ul > li > a{
	font-size: 1.25em;
}

.navigation > ul > li > a:hover{
	text-shadow: 0 0 5px #f6e51b, 0 0 10px #f6e51b;
	color: #2b2b2b;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.site-header{
	width:100%;
	position: sticky;
	position: -webkit-sticky;
	z-index:1502;
	top:0;
	left:0;
}

.site-header .shopping_cart_xs{
	font-size:18px;
	margin:25px 60px 0 0;
	float:right;
	position:absolute;
	right:0;
	top:0;
}

/* 4-store */

.store {
	width: 100vw;
/* 	padding-top: 70px; */
	height: 100vh;
/*
	overflow-x: hidden;
	overflow-y: auto;
*/
/* 	background: url("/images/back_white.png") repeat; */
}

.store .product_box_filter {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.store .filter_bbox {
	display: block;
	position: relative;
	width: 20vw;
	float: left;
}

.product_bbox {
	display: block;
	position: relative;
	width: 100%;;
	float: left;
}

.store .product_box_container {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	overflow: auto;
	padding-bottom: 70px;
/*
	-webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease;
*/
}

#product_box {
	overflow: auto;
}

body {
	height: auto;
	padding-bottom: 70px;
}

.ins_box {
	cursor: pointer;
	overflow: none;
	padding: 0;
	margin: 0;
}

.ins_box .ins_box_image {
	width: 100%;
}

.ins_box .ins_box_image img {
	width: 100%;
}

.ins_box .ins_box_title {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 100;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	opacity: 0;
	font-size: 0.75rem;
	padding: 0.5rem;
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	
	display: flex;
    align-items: center;
    justify-content: center;

	text-align: center;
	overflow: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.ins_box:hover .ins_box_title {
	opacity: 1;
}

.product_box {
	cursor: pointer;
}

.product_box_img {
	width: 100%;
}

.product_box_title {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.product_box_price {
	width: 100%;
	text-align: center;
}

#product_images .img_con img:not(:first-child) {
	width: 25%;
}

.ico-list {
	width: 500px;
	margin-left: -400px;
}

.ico-list li {
	padding: 0;
}

.ico-list li a {
	display: inline-block !important;
	border-left: 1px solid black;
}

.ico-list li a:nth-child(1) {
    border-left: none;
}

/* -------------- custom ----------------*/

table.item_table img {
	height: 5rem;
}

table.item_table td {
	vertical-align: middle;
	display: table-cell;
	height: 5rem;
}

.custom {
	height: auto;
	width: 100vw;
}

.custom_block {
	position: relative;
	width: 65%;
	padding-bottom: 65%;
	border: 1px solid white;
}

.custom_block p {
	position: absolute;
	font-size: 2em;
	line-height: 4em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.demo_text {
	background-color: black;
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding-top: 100%;
    z-index: 2;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
/* 	border: 1px solid white; */
}

.demo_text > .text_show {
	font-size: 7rem;
	position: absolute;
	top: 35%;
	width: 100%;
	line-height: 7rem;
	text-align: center;
	color: white;
	cursor: pointer;
	z-index: 2;
	-webkit-transition:text-shadow 0.5s ease;
	-moz-transition:text-shadow 0.5s ease;
	-ms-transition:text-shadow 0.5s ease;
	-o-transition:text-shadow 0.5s ease;
	transition:text-shadow 0.5s ease;
}

#text {
	padding: 0.5em;
	font-size: 3.3rem;
	line-height: normal;
	overflow: hidden;
}

.font_style li {
    background: #333333;
    color: #ffffff;
	height: 3rem;
	font-size: 18px;
	line-height: 2rem;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.font_style li.active {
    text-shadow: rgb(0, 0, 0) 0px 0px 2px, rgb(0, 0, 0) 0px 0px 4px, #ffffff 0px 0px 8px, #ffffff 0px 0px 6px, #ffffff 0px 0px 8px, #ffffff 0px 0px 22px, #ffffff 0px 0px 30px;
}

.bg_style li {
	border: 1px solid lightgrey;
	height: 2rem;
	font-size: 1.5rem;
	line-height: 3rem;
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.color_style li {
	font-family: bubble;
	height: 6rem;
	cursor: pointer;
}

.color_style li > p {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 8rem;
	line-height: 3rem;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.color_style li > .color_name {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 3.5rem;
	text-align: center;
	font-size: 0.9rem;
	line-height: 0.5rem;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.bg_style li > p {
	text-transform: uppercase;
	display: none;
}

.custom_tab > li.active > a {
	background: none;
	color: black;
	border-bottom: 1px solid white;
}

.option_group_custom {
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px;
	margin-bottom: 15px;
}

.option_group_custom .form-group {
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin: 0;
}

.option_group_custom .form-group.active {
	height: auto;
	opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.size-box {
	width: calc(50% - 10px);
	float: left;
	border: 1px solid black;
	border-radius: 5px;
	text-align: left;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 0.75rem;
	line-height: 1.5rem;
	margin: 5px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.size-box .s_size {
	text-align: right;
	padding: 0;
}

.size-box .s_price {
	text-align: left;
	padding: 0;
}

.size-box .s_price div:nth-child(2) {
	font-weight: bold;
}

.size-box.active,
.size-box:hover {
    box-shadow: 0px 0px 6px #000000;
}

.slidecontainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 15%;
}

.img_preload {
	overflow: hidden;
	height: 72vh;
	width: 100%;
}

.function_btn .btn-group {
	margin: 10px;
}

.about_container {
	padding: 0;
	margin: 0;
}

.about_img {
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 11;
}

.about_img img {
	cursor: pointer;
}

.about_text {
	color: black;
	padding: 2em;
	font-size: 1.5em;
	z-index: 33;
}

.fa-facebook + a:before,
.fa-instagram + a:before {
	content: " ";
}

.store .container {
	padding: 0;
	
}

#order_table tr {
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#order_table tr:hover {
	cursor: pointer;
	background: #f6e51b;
}

.details {
	overflow: hidden;
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	filter: scale(0.1);
	-webkit-filter: scale(0.1);
	-moz-filter: scale(0.1);
	-ms-filter: scale(0.1);
	-o-filter: scale(0.1);
}

.details.show {
	display: block;
	filter: scale(1);
	-webkit-filter: scale(1);
	-moz-filter: scale(1);
	-ms-filter: scale(1);
	-o-filter: scale(1);
}

.bootstrap-datetimepicker-widget table td {
	border: 1px solid #ddd;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
	color: #ccc;
}

.bootstrap-datetimepicker-widget table td.show_range,
.bootstrap-datetimepicker-widget table td.show_range:hover {
	background-color: rgba(245, 227, 28, 0.5);
	border-radius: 0px;
}

.bootstrap-datetimepicker-widget table td.show_range_first,
.bootstrap-datetimepicker-widget table td.show_range_first:hover {
	background-color: rgba(245, 227, 28, 0.5);
	border-radius:4px 0px 0px 4px
}

.bootstrap-datetimepicker-widget table td.show_range_last,
.bootstrap-datetimepicker-widget table td.show_range_last:hover {
	background-color: rgba(245, 227, 28, 0.5);
	border-radius:0px 4px 4px 0px
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	color: black;
}

.hire_head {
	background: black;
	color: white;
}

#menu a {
    color: #222222;
    text-align: center;
    padding: 16px 16px;
}

#menu a:hover {
    background: #eeeeee;
}
