@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	color: #707070;
}
h1, h2, h3, h4, h5 {
	font-family: 'Oswald', sans-serif;
	color: #292929;
}
p {
	font-size: 12px;
	letter-spacing: .025rem;
	line-height: 1.8;
}
.highlight {
	color: #2494a2;
}
.highlight2 {
	color: #0a0e29;
}
.login {
	width: 400px;
}
.btn {
	font-family: 'Oswald', sans-serif;
	background-color: #0a0e29;
	color: #fff;
	min-width: 120px;
	font-size: 16px;
	border-radius: 30px;
	transition: .2s;
	text-transform: uppercase;
	letter-spacing: .05rem;
}
.btn:hover {
	background-color: #2494a2;
	color: #fff;
}
.wrap {
	max-width: 600px;
}
.wrap img {
	filter: brightness(0) invert();
}
.logo {
	position: absolute;
	top: 2rem;
	left: 2rem;
	height: 80px;
	filter: brightness(0) invert();
	opacity: 0;
}
#login {
	background-image: url("images/login.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#thankyou {
	background-image: url("images/thankyou.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.login-body {
	background-color: rgba(255,255,255,.9);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.login-header {
	position: relative;
	z-index: 1;
}
#login input[type="text"], #login input[type="email"], #login input[type="password"] {
}
.login-header::before {
	content: "";
	height: 55%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.9);
	z-index: -1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}
.user {
	background-color: #2494a2;
	box-shadow: 0 4px 6px rgba(0,0,0,.25);
}
select.form-select:focus, textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
	box-shadow: inset 0 -1px 0 #ddd;
	outline: none;
	background-color: transparent;
}
.form-floating label {
	font-size: 14px;
}
.form-control {
	background-color: transparent;
	border: none;
	border-bottom: solid 1px #ccc;
	border-radius: 0;
}
.topnav a {
	color: #0a0e29;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	letter-spacing: .025rem;
	font-weight: 300;
	transition: .2s;
}
.topnav a:hover {
	color: #2494a2;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	letter-spacing: .025rem;
	font-weight: 300;
}
.single-product-content {
	background-image: url("images/product.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 140px!important;
}
.all-products {
	margin-top: 80px!important;
}
.cart-wrap {
	margin-top: 80px!important;
}
.prod {
	border: solid #c3dee1 1px;
	transition: .2s;
}
.prod:hover {
	border: solid #2494a2 1px;
}
.prod img {
	transition: .6s;
	opacity: 1;
}
.prod:hover img {
	opacity: .2;
	transition: .1s;
}
.bottles {
	position: relative;
}
.prod .buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(.25);
	opacity: 0;
	transition: .4s ease-in;
	transition-delay: 0;
}
.prod:hover .buttons {
	opacity: 1;
	transition: .4s;
	transform: translate(-50%, -50%) scale(1);
	transition-delay: .2s;
}
nav {
	background-color: rgba(255,255,255,.9)!important;
	z-index: 9999!important;
	transition: .2s ease-in;
	padding-top: 30px;
	padding-bottom: 10px;
}
nav.shrink {
	padding-top: 10px;
	box-shadow: 0 4px 4px rgba(0,0,0,.25);
}
footer img {
	filter: brightness(0) invert();
}
footer a {
	color: #fff;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	letter-spacing: .025rem;
	font-weight: 300;
	transition: .2s;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
	opacity: .5;
}
.btmdiv {
	background-color: #e3e4e6;
}
footer {
	background-color: #0a0e29;
	color: #fff;
}
.box-menu {
	text-align: center;
}
.box-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.box-menu ul li {
	text-transform: uppercase;
	border-radius: 50px;
	cursor: pointer;
	margin-bottom: 60px;
	background: #2494a2;
	font-size: 14px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing: .025rem;
	margin: 0 4px;
}
.box-menu ul li.mixitup-control-active {
	background: #0a0e29;
}
.icon-shape {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
	transform: scale(.6);
}
.icon-sm {
	width: 2rem;
	height: 2rem;
}
.quantity-field {
	background-color: transparent;
}
.summary {
	background-color: #c3dee1;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
.checkout-link {
	color: #2494a2;
	text-decoration: none;
	transition: .2s;
	font-weight: 600;
}
.checkout-link:hover {
	color: #2494a2;
	text-decoration: none;
	opacity: .5;
}
select option label {
	font-size: 14px!important;
}
.return {
	font-size: 12px;
	color: #2494a2;
	text-decoration: none;
	transition: .2s;
}
.return:hover {
	color: #2494a2;
	text-decoration: none;
	opacity: .5;
}
ul.tml-links {
	list-style-type: none;
}
ul.tml-links li a {
	font-size: 12px;
	text-decoration: none;
	color: #2494a2;
	transition: .2s;
}
ul.tml-links li a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #2494a2;
	opacity: .5;
}
#simple-contact-form input[type=text], #simple-contact-form textarea {
	width: 100%!important;
	margin-top: 20px;
	border: none;
	border-bottom: solid #4f4f51 1px;
	border-radius: 0;
	padding: 10px;
}
#scf-button {
	background-color: #2494a2;
	color: #fff;
	padding: 10px 40px;
	border: none;
}
 #simple-contact-form input::-webkit-input-placeholder, #simple-contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #777!important;
 font-size: 16px!important;
 opacity: 1!important;
}
#simple-contact-form input::-moz-placeholder, #simple-contact-form textarea::-webkit-input-placeholder { /* Firefox 19+ */
 color: #777!important;
 font-size: 12px!important;
 opacity: 1!important;
}
#simple-contact-form input:-ms-input-placeholder, #simple-contact-form textarea::-webkit-input-placeholder { /* IE 10+ */
 color: #777!important;
 font-size: 12px!important;
 opacity: 1!important;
}
#simple-contact-form input:-moz-placeholder, #simple-contact-form textarea::-webkit-input-placeholder { /* Firefox 18- */
 color: #777!important;
 font-size: 12px!important;
 opacity: 1!important;
}
#simple-contact-form label {
	display: block;
	font: 10px;
	margin-top: 30px;
	color: #b3b3b3;
}
.ap-header {
	background-image: url("images/img5.jpg");
	background-size: cover;
	background-position: center top;
	margin-top: 80px!important;
	min-height: 500px
}
.woocommerce-MyAccount-navigation {
	display: none;
}
.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;
}
tr {
	padding-bottom: 40px!important;
	padding-top: 40px!important;
	border-bottom: solid rgba(0,0,0,.25) 1px;
	font-size: 14px!important;
	margin-top: 15px!important;
	margin-bottom: 15px!important;
}
.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;
}
.formbox a {
	text-decoration: none!important;
	color: #2494a2!important;
	transition: .2s;
}
.formbox a:hover {
	text-decoration: none!important;
	color: #2494a2!important;
	opacity: .5;
}

 .wpas-table {
 -ms-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%!important;
}
.wpas-status-open {
	padding-bottom: 20px!important;
	padding-top: 20px!important;
	border-bottom: solid rgba(0,0,0,.25) 1px;
	font-size: 14px!important;
	margin-top: 15px;
	margin-bottom: 15px;
}
thead {
	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;
}
a {
	text-decoration: none!important;
	color: #2494a2!important;
	transition: .2s;
}
a:hover {
	text-decoration: none!important;
	color: #2494a2!important;
	opacity: .5;
}
.wpas-label {
	background-color: #2494a2!important;
}

@media screen and (max-width:767px) {
	
	.topnav .container  {
		display: flex;
		flex-direction: column;
	}
	.topnav .container img {padding-bottom: 10px;}
	.box-menu ul li {
		margin-top: 10px!important;
	}
	
}