@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;1,500&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	color: #000;
	background-color: #f3f3f3;
	padding-top: 100px;
}
h1, h2, h3, h4, h5, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
	font-family: 'Poppins', sans-serif;
}
a, .nav-link {
	color: #a796ff;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	transition: .2s;
}
p {
	font-size: 12px;
	letter-spacing: .05rem;
	font-weight: 300;
}
a:hover {
	color: #a796ff;
	text-decoration: none;
	opacity: .5;
}
.hl-1 {
	color: #a796ff;
}
.imgbox {
	min-height: 400px;
}
.tab-pane {
	min-height: 300px!important;
}
.fst-italic {
	font-weight: 100!important;
}
.img-box {
	min-height: 300px;
}
footer a {
	font-size: 12px;
	line-height: 18px;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: 300!important;
	color: #000!important;
	font-family: 'Roboto', sans-serif;
}
footer p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 10px;
	font-weight: 300;
}
.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.logo:hover .circ {
	transform: scale(1.05);
}
.circ {
	background-color: #fff;
	height: 300px;
	width: 300px;
	border-radius: 150px;
	box-shadow: 0 10px 10px rgba(0,0,0,.5);
	transition: .4s;
}

@media screen and (max-width:767px) {
.hide {
	display: none;
}
}
.btmimg {
	overflow: hidden;
}
.btmimg img {
	transform: scale(1.05);
	transition: .4s;
}
.btmimg:hover img {
	transform: scale(1);
}
nav {
	background-color: #fff;
	transition: .4s ease-out;
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
nav img {
	height: 80px;
	transition: .4s ease-out;
}
nav.shrink img {
	height: 40px!important;
}
nav.shrink {
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
nav a {
	color: #333!important;
	font-size: 12px!important;
	letter-spacing: .1rem;
	text-transform: uppercase;
	transition: .2s;
}
nav.shrink a {
	color: #333!important;
}
nav a:hover {
	color: #a796ff!important;
}
.nav-item p {
	font-size: 12px;
	line-height: 12px;
	color: #888;
}
.product {
	min-height: 400px;
}
.btn-outline-secondary {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: .1rem;
}
.form-control, .form-select {
	border: none!important;
	border-bottom: solid rgba(0,0,0,.2) 1px!important;
	border-radius: 0!important;
}
label {
	font-size: 14px;
	padding-bottom: 10px!important;
	color: rgba(0,0,0,.75);
	font-weight: 300;
}
.btn-1 {
	background-color: #a796ff;
	color: #fff;
	transition: .4s;
}
.btn-1:hover {
	color: #fff;
	opacity: .75!important;
}
.tml-button {
	background-color: #003b97;
	color: #fff;
	transition: .4s;
	border: none!important;
	padding: 10px 20px!important;
	text-align: center!important;
	width: 100%!important;
}
.tml-button:hover {
	color: #fff;
	opacity: .75!important;
}
.img-box {
	min-height: 300px;
	position: relative;
}
.prodbox {
	transition: .4s;
	position: relative;
}
.prodbox:hover {
	opacity: 1!important;
}
.prodbox img {
	width: 75%;
	transition: .4s;
}
.prodbox:hover img {
	width: 90%;
}
.cart {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100px;
	width: 100px;
	background-color: #a796ff;
	color: #fff;
	font-size: 44px;
	border-radius: 100px;
	opacity: 0;
	transition-delay: .2s;
	transition: .2s;
}
.prodbox:hover .cart {
	transition-delay: .2s;
	height: 80px;
	width: 80px;
	opacity: .75;
	font-size: 40px;
}
#chkbx1 {
	display: none;
}
.bg2 {
	background-color: #a796ff;
	;
}
.wrap {
	width: 1000px;
	max-width: 1000px;
}
#login {
	background-color: #eee;
	padding-top: 0;
}
.r-col {
	background-image: url("images/register.jpg");
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.l-col {
	background-image: url("images/login.jpg");
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.login-logo {
	height: 50px;
	filter: brightness(0) invert();
}
.r-col .form-floating .form-control {
	font-size: 14px;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
}
.small {
	font-size: 12px!important;
}
.btn-2 {
	background-color: #fff;
	color: #000;
	font-size: 14px;
	letter-spacing: .05rem;
}
.btn-2.active {
	background-color: #161616;
	color: #fff;
	font-size: 14px;
	letter-spacing: .05rem;
}
.btn-2:hover {
	background-color: #202020;
	color: #fff;
	font-size: 14px;
	letter-spacing: .05rem;
	opacity: 1;
}
.alert-primary {
	background-color: #ffdac8;
	color: #a796ff;
	border: none!important;
}
.btn-primary, .bg-primary {
	background-color: #a796ff!important;
}
.form-check-input {
	background-color: #ffdac8;
	border: solid #ffdac8 1px!important;
}
.form-check-input:checked {
	background-color: #ffdac8;
	opacity: 1!important;
	border: solid #ffdac8 1px!important;
	color: #ffdac8;
}
.tml {
	padding-top: 40px!important;
}
.tml-links, .tml-errors {
	list-style: none!important;
	padding-left: 0!important;
}
.tml-lostpassword-link a, .tml-register-link a, .tml-login-link a {
	font-size: 12px!important;
	color: #888!important;
	text-decoration: none;
	transition: .4s;
}
.tml-lostpassword-link a:hover, .tml-register-link a:hover, .tml-login-link a:hover {
	font-size: 12px!important;
	color: #333!important;
	text-decoration: none;
}
.tml-label {
	padding-bottom: 0!important;
	font-size: 12px;
	margin-top: 0px!important;
	display: block!important;
}
.tml-field-wrap {
	margin-top: 30px!important;
}
.tml-field {
	width: 100%;
}
.tml-error {
	color: #a796ff;
	font-size: 12px;
}
.product-page {
	background-color: #fff!important;
}
.product-container {
	position: relative;
	transition: .7s;
	-webkit-transition: .7s;
	z-index: 2;
	height: 300px;
	margin: 20px auto;
	background: #ddd;
}
.info-block {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.85);
	position: absolute;
	bottom: calc(-100% + 85px);
	transition: .7s;
	z-index: 3;
}
.product-title {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	height: 60px;
}
.product-description {
	width: 228px;
	top: 32px;
	left: 16px;
	font-family: 'helvetica neue';
	font-size: 0.8em;
	font-weight: 400;
	color: #7d7d7d;
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
}
.product-sale {
	color: #a796ff;
	font-size: 1em;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
.product-prize {
	color: #7d7d7d;
	font-size: 0.8em;
	font-weight: 400;
	right: 17px;
	top: 32px;
}
.add {
	background: #a796ff;
	text-align: center;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	border-bottom-width: 2px;
	cursor: pointer;
	transition: .4s;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .05rem;
}
.add:hover {
	background: #e54d00;
}
.product-container:hover .info-block {
	bottom: 0;
}
.product-container:hover input[name="play"] + label span {
	opacity: 1;
}
.product-container:hover .more {
	opacity: 1;
}
.prod-link:hover {
	opacity: 1!important;
}
#thankyou {
	background-image: url("images/thankyou-img.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 100vh;
}
.bg-black {
	background-color: rgba(0,0,0,.9);
}
.woocommerce-orders-table__header, .woocommerce-orders-table__cell {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px!important;
}
.woocommerce-orders-table__row {
	padding-bottom: 20px!important;
	padding-top: 20px!important;
	border-bottom: solid rgba(0,0,0,.25) 1px;
}
.woocommerce-orders-table {
	width: 100%!important;
}
.woocommerce-orders-table__cell-order-number {
	width: 15%!important;
}
.woocommerce-orders-table__cell-order-date {
	width: 20%!important;
}
.woocommerce-orders-table__cell-order-status {
	width: 20%!important;
}
.woocommerce-orders-table__cell-order-total {
	width: 30%!important;
}
.woocommerce-orders-table__cell-order-actions {
	width: 15%!important;
}
.woocommerce-table--order-details {
	width: 100%!important;
	font-size: 14px!important;
}
.product-name {
	width: 70%!important;
}
.product-total {
	width: 30%!important;
}
.woocommerce-order-details__title, .woocommerce-column__title {
	margin-top: 40px!important;
	margin-bottom: 40px!important;
	padding-bottom: 10px!important;
	border-bottom: solid rgba(0,0,0,.2) 1px!important;
	display: block;
	width: 100%!important;
}
.order_item {
	margin-top: 15px;
	margin-bottom: 15px;
}
.entry-content {
	font-size: 14px;
	color: #333;
}
.entry-content .form-control {
	margin-bottom: 20px!important;
}
.entry-content .card {
	margin-top: 40px!important;
	border: none!important;
}
.entry-content .btn-primary {
	border: none!important;
}
.wpst-state-open, .thead-light {
	border: none!important;
}
.wpst-label- {
	background-color: transparent!important;
	color: #848484!important;
}

.btn-warning, .btn-success {
	background-color: #a796ff!important;
}
.wpst-ticket-card, .wpst-submit-ticket-form {
	margin-top: 60px!important;
	color: #333!important;
}

.row wpst-ticket-info-row {
	font-size: 14px!important;
}

#wpst_files_wrapper {
	margin-top: 40px!important;
}

#wpst_files {	
	font-size: 12px!important;
}