@font-face {
	font-family: "Century-Gothic";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/centurygothic/gothic.ttf") format("truetype");
}
@font-face {
	font-family: "Futurama-Bold";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/futurama/fr-bold.ttf") format("truetype");
}
body {
	padding: 0;
	margin: 0;
}
body a,
body button {
	text-decoration: none;
	color: #ad2080ff;
	cursor: pointer;
}
a:hover,
button:hover {
	opacity: 0.65;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a.button,
button.button {
	background-color: #ad2080ff;
	color: white;
	font-family: "Century-Gothic";
	font-size: 14px;
	padding: 8px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (min-width: 769px) {
	a.button,
	button.button {
		font-size: 18px;
		padding: 10px 15px;
	}
}
a.button img,
button.button img {
	width: 25px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	padding: 0 0 5px 0;
}
@media only screen and (min-width: 769px) {
	a.button img,
	button.button img {
		width: 32px;
		margin: 0 10px 0 0;
		vertical-align: middle;
		padding: 0 0 5px 0;
	}
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
	font-family: "Century-Gothic";
}
.color {
	color: #ad2080ff;
}
p {
	font-size: 14px;
}
@media only screen and (min-width: 769px) {
	p {
		font-size: 18px;
	}
}
/*TOP NAVIGATION*/
.top-nav .top-nav-wrapper {
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}
@media only screen and (min-width: 769px) {
	.top-nav .top-nav-wrapper {
		margin: 35px 0 0 0;
	}
}
.top-nav .top-nav-wrapper .logo-wrapper,
.top-nav .top-nav-wrapper .social-wrapper {
	float: left;
}
.top-nav .top-nav-wrapper .logo-wrapper {
	width: 100%;
	margin: 0 0 0 0;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.top-nav .top-nav-wrapper .logo-wrapper {
		width: 35%;
		margin: 0 0 0 0;
	}
}
.top-nav .top-nav-wrapper .logo-wrapper a img {
	max-width: 200px;
	width: 100%;
}
@media only screen and (min-width: 769px) {
	.top-nav .top-nav-wrapper .logo-wrapper a img {
		max-width: none;
	}
}
.top-nav .top-nav-wrapper .social-wrapper {
	width: 100%;
	margin: 25px 0 0 0;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.top-nav .top-nav-wrapper .social-wrapper {
		margin: 15px 0 0 0;
		width: 65%;
		text-align: right;
	}
}
.top-nav .top-nav-wrapper .social-wrapper a.social-icon {
	margin: 0 5px 0 5px;
}
@media only screen and (min-width: 769px) {
	.top-nav .top-nav-wrapper .social-wrapper a.social-icon {
		margin: 0 0 0 15px;
	}
}
.top-nav .top-nav-wrapper .social-wrapper a.social-icon img {
	width: 20px;
}
@media only screen and (min-width: 769px) {
	.top-nav .top-nav-wrapper .social-wrapper a.social-icon img {
		width: 30px;
	}
}
.top-nav .top-nav-wrapper .social-wrapper .tagline-wrapper .tagline {
	position: relative;
	font-family: "Century-Gothic";
	text-transform: uppercase;
	margin: 15px 0 0 0;
	font-size: 14px;
	letter-spacing: 1px;
}
@media only screen and (min-width: 769px) {
	.top-nav .top-nav-wrapper .social-wrapper .tagline-wrapper .tagline {
		font-size: 18px;
		margin: 30px 0 0 0;
	}
}
.top-nav .top-nav-wrapper .social-wrapper .tagline-wrapper .tagline:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	top: -20px;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(65%, transparent), color-stop(85%, #ad2080ff), to(#0042ad));
	background-image: -webkit-linear-gradient(left, transparent 65%, #ad2080ff 85%, #0042ad 100%);
	background-image: -o-linear-gradient(left, transparent 65%, #ad2080ff 85%, #0042ad 100%);
	background-image: linear-gradient(to right, transparent 65%, #ad2080ff 85%, #0042ad 100%);
	display: none;
}
@media only screen and (min-width: 769px) {
	.top-nav .top-nav-wrapper .social-wrapper .tagline-wrapper .tagline:before {
		display: block;
	}
}
.top-nav .top-nav-wrapper .social-wrapper .tagline-wrapper .tagline:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -15px;
	left: 0;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, transparent), color-stop(55%, #ad2080ff), to(#0042ad));
	background-image: -webkit-linear-gradient(left, transparent 25%, #ad2080ff 55%, #0042ad 100%);
	background-image: -o-linear-gradient(left, transparent 25%, #ad2080ff 55%, #0042ad 100%);
	background-image: linear-gradient(to right, transparent 25%, #ad2080ff 55%, #0042ad 100%);
	display: none;
}
@media only screen and (min-width: 769px) {
	.top-nav .top-nav-wrapper .social-wrapper .tagline-wrapper .tagline:after {
		display: none;
	}
}
.top-nav .top-nav-wrapper .social-wrapper .tagline-wrapper .additional-info .info {
	display: inline-block;
	/*float: none;*/
	font-family: "Century-Gothic";
	font-size: 16px;
	padding: 20px 5px 0 5px;
}
@media only screen and (min-width: 769px) {
	.top-nav .top-nav-wrapper .social-wrapper .tagline-wrapper .additional-info .info {
		float: right;
		padding: 20px 0 0 15px;
	}
}
.top-nav .top-nav-wrapper .social-wrapper .tagline-wrapper .additional-info .info i {
	margin-right: 5px;
	color: #ad2080ff;
}
/*MAIN-NAVIGATION*/
.main-nav {
	width: 100%;
	text-align: center;
	margin: 25px 0;
	padding: 25px 0 15px 0;
	position: relative;
	border-bottom: 1px solid #0042ad;
	-webkit-box-shadow: 1px 1px 5px #ad2080ff;
	box-shadow: 1px 1px 5px #ad2080ff;
}
@media only screen and (min-width: 769px) {
	.main-nav {
		margin: 25px 0;
		padding: 10px 0 0 0;
	}
}
.main-nav:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background-color: #ad2080ff;
}
.main-nav:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: repeat;
	height: 13px;
	width: 100%;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-radial-gradient(15px -5px, circle, transparent 12px, #0042ad 13px);
	background-image: -o-radial-gradient(15px -5px, circle, transparent 12px, #0042ad 13px);
	background-image: radial-gradient(circle at 15px -5px, transparent 12px, #0042ad 13px);
}
.main-nav .container {
	width: 100%;
}
@media only screen and (min-width: 1025px) {
	.main-nav .container {
		width: 1140px;
	}
}
.main-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
@media only screen and (min-width: 769px) {
	.main-nav ul {
		margin: 0;
	}
}
.main-nav ul li {
	display: inline-block;
	padding: 0px 25px;
}
.main-nav ul li.cart-icon {
	float: right;
	margin-top: 3px;
	font-family: "Century-Gothic";
	margin-right: 15px;
}
.main-nav ul li.cart-icon span {
	margin-right: 20px;
}
.main-nav ul li.cart-icon a {
	color: #ad2080;
	font-size: 18px;
}
.main-nav ul li.cart-icon a#cart_count {

}
.main-nav ul li.cart-icon a#cart_count i {

}
.main-nav ul li.cart-icon a#cart_count i b {
	font-family: "Century-Gothic";
	margin-left: 6px;
}
.main-nav ul li a {
	font-family: "Century-Gothic";
	text-transform: uppercase;
	color: black;
	letter-spacing: 1px;
	font-size: 10px;
}
@media only screen and (min-width: 769px) {
	.main-nav ul li a {
		font-size: 18px;
		line-height: 100px;
	}
}
.main-nav ul li a:hover {
	opacity: 1;
	color: #ad2080ff;
}
.main-nav ul li a img {
	width: 25px;
	height: 35px;
	display: inline-block;
}
@media only screen and (min-width: 769px) {
	.main-nav ul li a img {
		display: inline;
		width: 35px;
		height: auto;
		margin: 0 10px 0 0;
		line-height: 100px;
		vertical-align: middle;
	}
}
.main-nav ul li a .text-item {
	display: block;
}
@media only screen and (min-width: 769px) {
	.main-nav ul li a .text-item {
		display: inline;
		line-height: 100px;
		vertical-align: middle;
	}
}
/*TITLE*/
.title-wrapper {
	text-align: center;
}
.title-wrapper .main-title {
	position: relative;
	display: inline-block;
	font-family: "Futurama-Bold";
	color: #ad2080ff;
	font-size: 32px;
	margin: 25px 0 25px 0;
	padding: 0 0 10px 0;
}
@media only screen and (min-width: 769px) {
	.title-wrapper .main-title {
		font-size: 52px;
		margin: 50px 0 35px 0;
		padding: 0 0 15px 0;
	}
}
.title-wrapper .main-title:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	background-color: #ad2080ff;
	border-top: 5px dotted #0042ad;
	border-bottom: 6px double white;
}
/*FRONT SECTION*/
.front-section .left-front-section,
.front-section .right-front-section {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.front-section .left-front-section a,
.front-section .right-front-section a {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	float: left;
}
.front-section .left-front-section a img,
.front-section .right-front-section a img {
	width: 100%;
	vertical-align: top;
}
.front-section .left-front-section a .title,
.front-section .right-front-section a .title {
	position: absolute;
	color: white;
	text-shadow: 1px 1px 1px black;
}
.front-section .left-front-section a .text,
.front-section .right-front-section a .text {
	position: absolute;
	padding: 25px;
	color: black;
}
.front-section .left-front-section a:before,
.front-section .right-front-section a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.front-section .left-front-section a .title {
	bottom: 0;
	left: 5%;
}
.front-section .left-front-section a .text {
	left: 0;
	top: 0;
}
.front-section .left-front-section a:before {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(85%, #0042ad), to(#0042ad));
	background-image: -webkit-linear-gradient(top, transparent 65%, #0042ad 85%, #0042ad 100%);
	background-image: -o-linear-gradient(top, transparent 65%, #0042ad 85%, #0042ad 100%);
	background-image: linear-gradient(to bottom, transparent 65%, #0042ad 85%, #0042ad 100%);
}
.front-section .right-front-section a .title {
	top: 0;
	right: 5%;
}
.front-section .right-front-section a .text {
	left: 0;
	bottom: 0;
}
.front-section .right-front-section a:before {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(65%, transparent), color-stop(85%, #ad2080ff), to(#ad2080ff));
	background-image: -webkit-linear-gradient(bottom, transparent 65%, #ad2080ff 85%, #ad2080ff 100%);
	background-image: -o-linear-gradient(bottom, transparent 65%, #ad2080ff 85%, #ad2080ff 100%);
	background-image: linear-gradient(to top, transparent 65%, #ad2080ff 85%, #ad2080ff 100%);
}
/*FEATURED PRODUCTS CONTENT*/
.featured-products-content .swiper-container {
	position: relative;
}
.featured-products-content .swiper-container .swiper-wrapper {
	margin: 50px 0;
}
.featured-products-content .swiper-container .swiper-wrapper .swiper-slide {
	text-align: center;
}
.featured-products-content .swiper-container .swiper-wrapper .swiper-slide .img-wrapper img {
	width: 100%;
}
.featured-products-content .swiper-container .swiper-wrapper .swiper-slide .name {
	font-family: "Century-Gothic";
	letter-spacing: 1px;
}
.featured-products-content .swiper-container .swiper-pagination-bullet-active {
	background-color: #ad2080ff;
}
.featured-products-content .swiper-container .swiper-button-prev,
.featured-products-content .swiper-container .swiper-button-next {
	text-align: center;
	background-color: white;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px dashed #0042ad;
	margin-top: 15px;
}
@media only screen and (min-width: 769px) {
	.featured-products-content .swiper-container .swiper-button-prev,
	.featured-products-content .swiper-container .swiper-button-next {
		margin-top: 50px;
	}
}
.featured-products-content .swiper-container .swiper-button-prev i,
.featured-products-content .swiper-container .swiper-button-next i {
	line-height: 44px;
	font-size: 32px;
	color: white;
	position: relative;
}
.featured-products-content .swiper-container .swiper-button-prev:before,
.featured-products-content .swiper-container .swiper-button-next:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ad2080ff;
	left: 0;
	top: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
/*CONTENT*/
.front-page-content {
	position: relative;
	padding: 0 0 25px 0;
}
@media only screen and (min-width: 769px) {
	.front-page-content {
		padding: 0 0 35px 0;
	}
}
.front-page-content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../img/right-img.svg");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center 15px;
	opacity: 0.25;
}
@media only screen and (min-width: 769px) {
	.front-page-content:before {
		display: none;
	}
}
.front-page-content .left-img-wrapper,
.front-page-content .right-img-wrapper {
	display: none;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.front-page-content .left-img-wrapper,
	.front-page-content .right-img-wrapper {
		display: inline-block;
		width: 20%;
		float: left;
	}
}
.front-page-content .left-img-wrapper img,
.front-page-content .right-img-wrapper img {
	width: 100%;
}
.front-page-content .left-img-wrapper img {
	margin-top: -50px;
}
.front-page-content .text-wrapper {
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.front-page-content .text-wrapper {
		float: left;
		width: 60%;
	}
}
/*SHOP*/
.shop {
	/*SHOP-PAGINATION*/
}
.shop .product-wrapper {
	margin-top: 25px;
}
@media only screen and (min-width: 769px) {
	.shop .product-wrapper {
		margin-top: 50px;
	}
}
.shop .product-wrapper .img-wrapper {
	position: relative;
}
.shop .product-wrapper .img-wrapper .info {
	font-family: "Century-Gothic";
	color: white;
	position: absolute;
	top: 10px;
	right: 1px;
	background-color: #ad2080ff;
	padding: 5px 15px 5px 15px;
	border-right: 4px groove #ad2080ff;
	z-index: 101;
}
.shop .product-wrapper .img-wrapper img {
	width: 100%;
	border: 5px groove #ad2080ff;
	-webkit-box-shadow: 5px 5px 10px black;
	box-shadow: 5px 5px 10px black;
}
.shop .product-wrapper .item-name-wrapper p.item-name {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	background-color: #ad2080ff;
	padding: 5px 0;
}
.shop .product-wrapper .item-name-wrapper p.item-name a {
	color: white;
	font-size: 14px;
}
@media only screen and (min-width: 769px) {
	.shop .product-wrapper .item-name-wrapper p.item-name a {
		font-size: 16px;
	}
}
.shop .product-wrapper .item-description-wrapper p {
	text-align: center;
	font-size: 14px;
}
@media only screen and (min-width: 769px) {
	.shop .product-wrapper .item-description-wrapper p {
		font-size: 16px;
	}
}
.shop .product-wrapper .item-price-wrapper p.price {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.shop .product-wrapper .item-price-wrapper p.price {
		font-size: 16px;
	}
}
.shop .product-wrapper .item-more-wrapper p.more {
	text-align: center;
}
.shop .product-wrapper .item-more-wrapper p.more a {
	color: #ad2080ff;
	font-size: 14px;
}
@media only screen and (min-width: 769px) {
	.shop .product-wrapper .item-more-wrapper p.more a {
		font-size: 16px;
	}
}
.shop ul#page-navi {
	margin: 0;
	padding: 100px 0 50px 0;
	width: 100%;
	display: block;
	text-align: center;
}
.shop ul#page-navi li {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	display: inline;
}
@media only screen and (min-width: 769px) {
	.shop ul#page-navi li {
		padding: 0 25px;
	}
}
.shop ul#page-navi li a {
	display: inline-block;
}
@media only screen and (min-width: 769px) {
	.shop ul#page-navi li a {
		font-size: 18px;
	}
}
.shop ul#page-navi li a.current {
	width: 20px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #ad2080ff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ad2080ff;
	color: white;
	text-shadow: 1px 1px 1px black;
	-webkit-box-shadow: 0px 0px 1px 0px black;
	box-shadow: 0px 0px 1px 0px black;
}
@media only screen and (min-width: 769px) {
	.shop ul#page-navi li a.current {
		width: 26px;
		height: 26px;
		line-height: 24px;
	}
}
/*ABOUT*/
.about img {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 5px;
}
@media only screen and (min-width: 769px) {
	.about img {
		max-width: 320px;
	}
}
@media only screen and (min-width: 769px) {
	.about img.float-right {
		float: right;
		display: inline-block;
	}
}
@media only screen and (min-width: 769px) {
	.about img.float-left {
		float: left;
		display: inline-block;
	}
}
.about .button-wrapper {
	width: 100%;
	padding: 50px 0 50px 0;
}
/*CONTACT*/
.contact .contact-wrapper {
	margin-bottom: 50px;
}
.contact .contact-wrapper p.title {
	font-weight: bold;
	text-transform: uppercase;
}
.contact .contact-wrapper p.title i {
	color: #ad2080ff;
	margin-right: 10px;
	border: 2px groove #ad2080ff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 31px;
	text-align: center;
}
.contact .input-wrapper {
	margin-bottom: 25px;
}
.contact .input-wrapper label {
	display: block;
}
.contact .input-wrapper label p {
	font-weight: bold;
	text-transform: uppercase;
}
.contact .input-wrapper input {
	width: 100%;
	height: 35px;
}
.contact .input-wrapper textarea {
	height: 150px;
	width: 100%;
	font-family: "Century-Gothic";
	font-size: 14px;
	padding: 5px;
}
/*FOOTER NAVIGATION*/
.footer-nav {
	padding: 0 0 25px 0;
}
.footer-nav .logo-wrapper a img {
	width: 100%;
}
.footer-nav .tagline-wrapper {
	padding-top: 10px;
}
.footer-nav .tagline-wrapper p {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}
@media only screen and (min-width: 769px) {
	.footer-nav .tagline-wrapper p {
		font-size: 16px;
	}
}
.footer-nav .social-wrapper {
	text-align: center;
	padding-top: 10px;
}
.footer-nav .social-wrapper a.social-icon img {
	width: 25px;
	margin: 0 5px 0 5px;
}
@media only screen and (min-width: 769px) {
	.footer-nav .social-wrapper a.social-icon img {
		width: 30px;
	}
}
.footer-nav .nav-wrapper {
	text-align: center;
}
.footer-nav .nav-wrapper .title {
	margin-bottom: 10px;
}
.single_product_desc h2, .footer-nav .nav-wrapper .title p {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Futurama-Bold";
	position: relative;
	width: auto;
	padding: 0 0 10px 0;
	font-size: 16px;
}
.single_product_desc h2:before, .footer-nav .nav-wrapper .title p:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	background-color: #ad2080ff;
	border-top: 3px dotted #0042ad;
	border-bottom: 4px double white;
}
.footer-nav .nav-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-nav .nav-wrapper ul li {
	margin-top: 7px;
}
.footer-nav .nav-wrapper ul li a {
	text-transform: uppercase;
}
.footer-nav .contact-wrapper ul {
	text-align: center;
}
@media only screen and (min-width: 769px) {
	.footer-nav .contact-wrapper ul {
		text-align: left;
		padding-left: 25%;
	}
}
.footer-nav .contact-wrapper ul li {
	display: block;
	margin: 0 0 20px 0;
}
.footer-nav .contact-wrapper ul li i {
	color: #ad2080ff;
	margin: 0 5px 0 0;
	width: 25px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #ad2080ff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.footer-nav .contact-wrapper ul li p {
	display: block;
	margin: 0 0 0 31px;
	padding: 0;
	font-size: 16px;
}
/*FOOTER*/
footer {
	position: relative;
	padding: 50px 0 15px 0;
	margin: 50px 0 0 0;
}
footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background-color: #ad2080ff;
}
footer:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: repeat;
	height: 13px;
	width: 100%;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-radial-gradient(15px -5px, circle, transparent 12px, #0042ad 13px);
	background-image: -o-radial-gradient(15px -5px, circle, transparent 12px, #0042ad 13px);
	background-image: radial-gradient(circle at 15px -5px, transparent 12px, #0042ad 13px);
}
footer .copy {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	border-top: 1px solid lightgray;
	padding: 15px 0;
}
.sparkley {
	background: #0055e0;
	color: white;
	border: none;
	padding: 16px 36px;
	font-weight: normal;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 38px 32px -23px black;
	box-shadow: 0 38px 32px -23px black;
	margin: 0 1em 1em;
}
.sparkley:hover {
	background: #0042ad;
	color: rgba(255, 255, 255, 0.2);
}
/*
## New Design
*********************/
.single_product_page {
	padding-top: 50px;
}
.single_product_desc {
	padding: 50px 0 0 30px;
}
.loading_img {
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
}

.loading_img.possitionFixed{		
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	padding-top: 18%;
	background: rgba(0, 0, 0, 0.1);
}

.single_product_desc .product-price {
	color: #ad2080;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}

span.discount{
	text-decoration: line-through;
	font-size: 14px;
}

input#artwork {
	border: 1px solid #cccccc;
	border-radius: 6px;
	display: block;
	padding: 6px 12px;
}
.form-group label.checkbox-inline input {
	margin-right: 10px;
}
/*
## Upload Page 
*********************/
.upload_page {
	padding: 80px 0px;
}
.order_detail {
	border: 1px solid #ad2080;
	border-radius: 5px;
	float: right;
	padding: 10px 15px;
	width: 100%;
}
.btn.file-upload__label {
	font-size: 11px;
	height: auto;
	line-height: normal;
	min-width: auto;
	padding: 5px 15px;
}
.upload_area textarea {
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 10px 15px;
}
/*--------- Tab Style ---------*/
.buttons-wrapper {
	padding-top: 30px;
}
.buttons-wrapper button {
	background-color: transparent;
	box-shadow: none;
	border: none;
	padding: 5px 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
.buttons-wrapper button.active {
	border: 1px solid #ad2080;
	background-color: #ad2080;
	color: white;
}
.descr-wrapper {
	padding-bottom: 30px;
}
.descr-wrapper .tabcontent {
	border: 1px solid #ad2080;
	padding: 25px;
	margin-top: -1px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.descr-wrapper .tabcontent:nth-child(2),
.descr-wrapper .tabcontent:nth-child(3) {
	display: none;
}
.descr-wrapper .tabcontent ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
.descr-wrapper .tabcontent table {
	width: 100%;
}
.descr-wrapper .tabcontent table tbody tr:nth-child(odd) {
	background-color: lightgray;
}
.descr-wrapper .tabcontent table tr td,
.descr-wrapper .tabcontent table tr th {
	padding: 5px;
	border: 1px solid lightgray;
}
/*----------------- End Tab Style --------------------*/
/*
## Upload Page Design
******************************/
.preview {
	width: 60%;
}
.preview ol {
	padding: 0px;
	list-style: none;
}
.preview ol li {
	border: 1px solid #cccccc;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: right;
}
.preview ol li::after, .preview ol li::before {
	clear: both;
	content: "";
	display: table;
	table-layout: fixed;
}
.preview ol li p {
	float: left;
	margin-right: 15px;
	width: 66%;
	text-align: left;
}
.preview ol li img {
	order: 1;
	width: 29%;
}
.upload_area input.image_uploads {
	cursor: pointer;
	height: 28px;
	left: 15px;
	opacity: 0;
	position: absolute;
}
.btn.essence-btn {
	background-color: #ad2080;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	padding: 14px 40px;
	border-radius: 4px;
	text-transform: uppercase;
}
.size-wrapper {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 8px;
	vertical-align: top;
}
.cart-form .size-wrapper select {
	padding: 8px 12px;
	color: #787878;
	text-transform: uppercase;
}
.cart-form .size-wrapper select option {
	padding: 10px 15px;
}
.cart-form .size-wrapper input, .cart-form .size-wrapper textarea {
	color: #787878;
	font-size: 14px;
	border: 1px solid #ebebeb;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	padding: 0 15px;
	width: auto;
}
.cart-form .size-wrapper textarea {
	height: 90px;
	line-height: 1.6;
	padding: 10px 15px;
	text-transform: none;
}
.cart-form .size-wrapper-radio {
	margin-bottom: 10px;
}
.ui-widget.ui-widget-content {
	z-index: 999999 !important;
}
/*
## Login Form Style
*************************/
.mainbox {
	width: 40%;
	margin: 0px auto;
	padding-bottom: 50px;
	position: relative;
}
.mainbox .panel-title {
	display: inline-block;
}
.mainbox a.nav-brand {
	display: block;
	font-size: 50px;
	margin-bottom: 10px;
	text-align: center;
	color: #1abc9c;
}
.loading_img {
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
}
/*
## Order Page Style  
***********************/
table.order_table {
	width: 100%;
	position: relative;
	border-collapse: inherit;
	box-shadow: 0 0 13px 3px #dfdfdf;
	padding: 15px;
}
table.order_table tr {
	border: 1px solid #cccccc;
}
table.order_table tr th, table.order_table tr td {
	padding: 10px 15px;
	text-align: center;
	width: 110px; 
}
table.order_table tr td {

}
table.order_table tr td .essence-btn {
	height: auto;
	line-height: normal;
	min-width: auto;
	padding: 5px 20px;
}
table.order_table tr td .essence-btn {
	margin-right: 10px;
}
table.order_table tr td .essence-btn.payment_button {
	background-color: #006500;
}
table.order_table tr td .essence-btn.cancel_order {
	background-color: #da4453;
}
/*
## Order Details page Style
*******************************/
.order_details_wrap {
	background: #f3f3f4;
}
.order_details_wrap .fll {
	float: left;
	margin-bottom: 25px;
}
.order_details_wrap .wrapper-content {

}
.order_details_wrap .ibox-title {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 3px 0 0;
	color: inherit;
	margin-bottom: 0;
	min-height: 48px;
	padding: 14px 15px 7px;
}
.order_details_wrap .ibox-content {
	background-color: #ffffff;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0;
	color: inherit;
	padding: 15px 20px 20px;
}
.order_details_wrap .b-r {
	border-right: 1px solid #e7eaec;
}
.order_details_wrap .hr-line-dashed {
	background-color: #ffffff;
	border-top: 1px dashed #e7eaec;
	color: #ffffff;
	height: 1px;
	margin: 20px 0;
}

.order_details_wrap .hr-line-dashed-bottom{
	margin-bottom: 0px;
}

.order_details_wrap .download_btn {
	margin: 15px 0;
}
.order_details_wrap .text-navy {
	color: #1ab394;
}
.order_details_wrap label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 5px;
	max-width: 100%;
	width: 145px;
}
.section-padding-50, .section-padding-80 {
	padding: 50px 0;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-15 {
	margin-top: 15px;
}.mb-15 {
	margin-bottom: 15px;
}
/*
## Cart page Design 
************************/
.cart-summary {
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	box-shadow: 0 6px 11px 0 #e9e9e9;
	float: right;
	padding: 25px 30px;
	width: 45%;
}
.cart-table table {
	box-shadow: 0 6px 11px 0 #e9e9e9;
}
.cart-summary h5 {
	font-weight: bold;
	font-size: 22px;
}
.table td.cart_product_desc h5 {

}
.table td.cart_product_img img {
	height: 70px;
}
.table td.price, .table th.price {
	text-align: right;
	padding-right: 30px;
}
ul.summary-table {
	padding: 0px;
	list-style: none;
	width: 100%;
}
ul.summary-table.order-details-form {
	width: 100%
}
ul.summary-table li {
	line-height: 2;
	font-size: 18px;
}
ul.summary-table li.total {
	border-top: 2px solid;
	color: #ad2080;
	font-size: 22px;
	margin-bottom: 25px;
	margin-top: 10px;
}
ul.summary-table li span:nth-child(2n) {
	float: right;
}
#remove-booking {
	padding: 20px 0;
	text-align: center;
}
#remove-booking button.remove {
	background: #da4453;
	border: medium none;
	border-radius: 100%;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	line-height: 0;
	height: 25px;
	width: 25px;
}
li.cart-icon a.user_box {

}
/*
## Mobile Menu and Header Design
**********************************/
.main-nav .user_menu {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #cccccc;
	position: absolute;
	right: 0;
	top: 105px;
	z-index: 999;
	width: 200px;
	text-align: center;
	border-radius: 0 0 6px 6px;
	opacity: 0;
	height: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
}
.main-nav .user_menu.show {
	opacity: 1;
	height: auto;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.main-nav .user_menu li {
	display: block;
	padding: 0;
	text-align: center;
}
.main-nav .user_menu li a {
	border-bottom: 1px solid #cccccc;
	display: block;
	font-size: 13px;
	line-height: normal;
	padding: 10px 20px;
}
.main-nav .user_menu li:last-child a {
	border-bottom: 1px solid transparent;
}
.mobile_menu_wrap {
	display: none;
}
button.mobile_menu {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	font-size: 26px;
}
.main_menu {

}
/*
## Order Details Page Design
********************************/
.cart-page-heading h2 {
	color: #ad2080;
}
.order-details-confirmation {
	border: 2px solid #ad2080ff;
	border-radius: 10px;
	padding: 40px;
	width: 100%;
	position: relative;
}
.order-details-confirmation .order-details-form li:first-child {
	border-top: 2px solid transparent;
	color: #000000;
	font-size: 18px;
}
.order-details-confirmation .order-details-form li {
	-moz-box-align: center;
	-moz-box-pack: justify;
	align-items: center;
	border-top: 2px solid #ebebeb;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;
}
.order-details-confirmation .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
body .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
	background-color: #ad2080;
}
.order-details-confirmation .order-details-form li#pcheckout-list {
	border: medium none;
	display: block;
	padding: 0;
}
.order-details-confirmation .order-details-form li#pcheckout-list p {
	-moz-box-align: center;
	-moz-box-pack: justify;
	align-items: center;
	border-top: 2px solid #ebebeb;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;
}
/*
## Category Page Design
*************************/
body select {
	padding: 10px 15px;
}
#categoriesOption {
	margin-top: 75px;
}
#categoriesOption optgroup {
	padding-left: 10px;
}
#categoriesOption option {
	padding: 5px 25px;
}
#categoriesOption option.optionGroup {
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
}
.blink_me {
	animation: blinker 1s linear infinite;
	color: red;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}
.variation-wrapper {
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 8px;
	vertical-align: top;
}

.cartQuantity {
    width: 50px;
    background: none;
    border: none;
    margin-left: 15px;
}

.cart-table{
	position: relative;
}

.cart-table .loading_img{
	top: 30%; 
}

.order_edit_wrap {
	padding-top: 30px;
}

.order_edit_wrap.order_edit_wrap_left{
	padding-right: 30px;
}

.order_edit_wrap.order_edit_wrap_right{
	padding-left: 30px;
}

.order_edit_wrap label{
	width: 20%;		
}

.order_edit_wrap input, .order_edit_wrap select{
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px 15px;
	margin-bottom: 15px;
	width: 79%;
}

input[readonly]{
	background-color: #e9ecef;
	opacity: 1;
}

#detalsView{
	display: none;
	position: fixed; 
	width: 50%; 
	z-index: 99;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}

#detalsView .popUpModal {
    background: #fff;
    width: 100%;        
    /* margin: auto auto; */
    padding: 50px;
    box-shadow: 0px 0 9px #636363;
    z-index: 999;
    position: relative; 
    
}

#detalsView .popUpModal label{
	font-weight: bold;
}

#detalsView .popUpModal .closeIcon {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #da4453;
	color: #fff;
	padding: 2px 9px;
	display: inline-block;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	z-index: 999; 
	cursor: pointer;
}