/*
	Theme Name: Metcon Mafia
	Theme URI: https://www.upwork.com/freelancers/~01ede5472b30508b53
	Description: This theme is created by Ryan Dimaculangan
	Version: 0.1.0
	Author: Ryan Dimaculangan
	Author URI: https://www.upwork.com/freelancers/~01ede5472b30508b53
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Global Box-sizing
--------------------------------------------- */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	overflow-x:hidden;
	font-size:62.5%;
}
body {
	font-family:'Montserrat', sans-serif;
	background-color:#212121;
	line-height:1.6;
	font-size:16px;
	color:#fff;
}
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clearfix:after,
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

/* Typography
--------------------------------------------- */

a {
	text-decoration:none;
	color:#fff;
}

a:hover,
a:focus {
	text-decoration:none;
	color:#fff;
}

p {
	margin:0 0 15px;
	padding:0;
}
p:last-child {
	margin:0;
}

ol,
ul {
	margin:0 0 20px;
	padding:0;
}
li {
	list-style-type:none;
	margin: 0 0 5px;
}
hr {
	border-collapse:collapse;
	border-top:1px solid #eee;
	clear:both;
	border:0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
:last-child {
	margin-bottom:0;
}
:focus {
	outline:none !important;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Bebas Neue', cursive;
	text-transform:uppercase;
	font-weight:400;
	line-height:1;
	margin:0 0 15px;
	color:#fff;
}

h1 {
	font-size:96px;
	font-size:9.6rem;
}

h2 {
	font-size:58px;
	font-size:5.8rem;
}

h3 {
	font-size:48px;
	font-size:4.8rem;
}

h4 {
	font-size:32px;
	font-size:3.2rem;
}

h5 {
	font-size:20px;
	font-size:2rem;
}

h6 {
	font-size:16px;
	font-size:1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Structure
--------------------------------------------- */

.wrapper {
	position:relative;
}
.site-content,
.wrap {
	max-width:1400px;
	margin:0 auto;
}
#header {
	background:#4d4d4d;
	position:relative;
	padding:0;
	z-index:999;
	width:100%;
}
#header .wrap {
	max-width:1920px;
}
#header .logo {
	text-align:center;
	padding:22px 15px;
	float:left;
	width:30%;
}
.primary-nav {
	font-family:'Bebas Neue', cursive;
	padding:22px 0 22px 30px;
	font-size:22px;
	float:left;
	width:35%;
}
.primary-nav ul {
	margin:0;
}
.primary-nav ul li {
	display:inline-block;
	margin:0;
}
.primary-nav ul li a {
	padding:27px 30px 27px 0;
	font-weight:500;
	display:block;
	line-height:1;
	color:#fff;
}
.primary-nav ul li:hover a {
	color:#b3b3b3;
}
.primary-nav ul li:last-child a {
	padding-right:0;
}
.primary-nav ul li.menu-item-has-children > a::after {
	content:'';
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:5px solid black;
	vertical-align:middle;
	display:inline-block;
	margin:0 0 3px 10px;
	-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;
}
.primary-nav ul li.menu-item-has-children:hover > a::after {
	border-top-color:#02bbff;
}
.primary-nav  ul.menu > li > ul.sub-menu {
	background-color:#fff;
	position:absolute;
	padding-top:15px;
	text-align:left;
	z-index:-99999;
	display:none;
	width:250px;
}
.primary-nav ul.menu > li:hover > ul.sub-menu {
	display:block;
	z-index:9999;
}
.primary-nav ul.sub-menu li {
	position:relative;
	display:block;
	float:none;
	margin:0;
}
.primary-nav ul li ul.sub-menu li a {
	border-bottom:1px solid #02bbff;
	background-color:transparent;
	background-color:#02aff0;
	font-weight:700;
	border-radius:0;
	display:block;
	line-height:1;
	padding:15px;
	color:#fff;
	text-shadow:3px 3px 0px #009ed8;
}
.primary-nav ul li .sub-menu li a:hover {
	background-color:#02bbff;
	padding-left:20px;
	text-shadow:3px 3px 0px #00b1f2;
}
.primary-nav ul.sub-menu ul.sub-menu {
	background-color:#afd5f8;
	width:100% !important;
	position:absolute;
	right:-250px;
	display:none;
	top:0;
}
.primary-nav ul.sub-menu ul.sub-menu a {
	color:#fff;
}
ul.sub-menu li.menu-item-has-children > ul.sub-menu a {
	padding:10px 15px;
}
ul.sub-menu li.menu-item-has-children.submenu-show > a {
	background-color:#8bc8fe;
	color:#fff;
}
.header-right {
	text-align:right;
	float:right;
	width:35%;
}
.header-right ul li {
	vertical-align:middle;
	display:inline-block;
	margin:0 0 0 -4px;
}
.header-right ul li:first-child {
	margin-left:0;
}
.header-right ul li a {
	display:block;
	color:#fff;
}
.header-right .icon-search a {
	background-color:#595959;
	padding:47.5px 50px;
}
.header-right .icon-cart a {
	background-color:#424242;
	padding:47.5px 50px;
	position:relative;
}
.header-right .icon-cart a .count {
	background-color:#787878;
	border-radius:50px;
	position:absolute;
	text-align:center;
	line-height:30px;
	right:29px;
	width:30px;
	top:23px;
}
.header-right ul li a:hover {
	background-color:#000;
}

/* Content
--------------------------------------------- */
.site-container {
	padding:120px 30px;
}
.site-container ul li {
	list-style-type:disc;
	margin-left:20px;
}
.site-container ol {
	counter-reset:my-awesome-counter;
	list-style:none;
}
.site-container ol li {
	counter-increment:my-awesome-counter;
	margin-bottom:15px;
	padding-left:20px;
	position:relative;
}
.site-container ol li::before {
	content:counter(my-awesome-counter);
	position:absolute;
	font-weight:700;
	left:0;
}
.site-container .content {
	float:left;
	width:75%;
}
.site-container .content.full-width {
	float:none;
	width:100%;
}

/* Page Title
--------------------------------------------- */
h1.page-title {
	margin-bottom:50px;
	text-align:center;
	font-size:60px;
}

/* Sidebar
--------------------------------------------- */
.site-content .sidebar {
	padding-left:30px;
	float:right;
	width:25%;
}
/* Widgets
--------------------------------------------- */
.widget-title {
	text-transform:uppercase;
	margin-bottom:15px;
	font-size:19px;
	color:#000;
}
/* Footer
--------------------------------------------- */
#footer {
	font-size:16px;
	color:#fff;
}
#footer .widget-title {
	font-size:50px;
}
#footer .widget-title:after {
	content:'';
	background-color:#37c2f6;
	display:inline-block;
	margin-left:10px;
	height:10px;
	width:10px;
}
#footer a {
	color:#fff;
}
#footer a:hover,
#footer a:focus {
	opacity:0.6;
}
#footer .footer-widget {
	margin-bottom:20px;
}
#footer .footer-widget:last-child {
	margin-bottom:0;
}
#footer .footer-widgets {
	float:left;
	width:50%;
}
#footer .footer-widget-1 {
	text-align:right;
	line-height:1.6;
	font-size:20px;
	float:right;
}


/* MISC
--------------------------------------------- */

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/* WORDPRESS CORE
--------------------------------------------- */

.alignnone {
	margin:0 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:0 auto 5px;
}
.alignright {
	float:right;
	margin:0 0 20px 20px;
}
.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:0 0 20px 20px;
}
a img.alignnone {
	margin:0 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/* PRINT
--------------------------------------------- */

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* Forms
--------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea,
select {
	background-color:transparent;
	border:none;
	border-bottom:1px solid #A5A5A5;
	padding:17px 0;
	font-size:18px;
	line-height:1;
	color:#C4C4C4;
	width:100%;
}
select {
	background-image: url(/wp-content/uploads/2021/02/chevron-down.png);
	background-position:98% center;
	background-repeat:no-repeat;
	border:1px solid #929292;
	padding:10px 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
    display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}
input[type="number"] {
	font-family:'Bebas Neue', cursive;
	background-color:transparent;
	font-weight:700;
	font-size:42px;
	line-height:1;
	border:none;
	width:45px;
	color:#fff;
	padding:0;
	-webkit-appearance:textfield;
	-moz-appearance:textfield;
	appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance:none;
}
.quantity.hidden .number-button {
	display:none;
}
.number-button {
	border:2px solid #929292;
	border-radius:100px;
	cursor:pointer;
	font-size:0;
	height:32px;
	width:32px;
	top:0;
}
.inc.number-button {
	position:absolute;
	left:0;
}
.number-button:before {
	content:'';
	background-color:#929292;
	position:absolute;
	margin:auto;
	height:2px;
	width:14px;
	bottom:0;
	right:0;
	left:0;
	top:0;
}
.dec.number-button {
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin-left:8px;
}
.inc.number-button:after {
	content:'';
	background-color:#929292;
	position:absolute;
	margin:auto;
	height:14px;
	width:2px;
	bottom:0;
	right:0;
	left:0;
	top:0;
}
label {
	text-transform:uppercase;
	margin-bottom:23px;
	font-size:14px;
	color:#C4C4C4;
}
.frm_form_field {
	margin-bottom:30px;
}
.frm_primary_label {
	margin-bottom:5px;
	display:block;
}
.frm_submit {
	margin-top:30px;
}
.frm_submit button {
	border:1px solid #969696;
	background-color:#297bc3;
	text-transform:uppercase;
	border-radius:150px;
	padding:12px 48px;
	font-size:20px;
	line-height:1;
	color:#fff;
	margin:0;
}
.frm_submit button {
	font-family:'Bebas Neue', cursive;
	text-transform:uppercase;
	background-color:#fff;
	letter-spacing:10px;
	padding:18px 48px;
	border-radius:0;
	font-size:30px;
	line-height:1;
	display:block;
	border:none;
	width:100%;
	color:#000;
	margin:0;
}
.frm_submit button:hover,
.frm_submit button:focus {
	background-color:#000;
	color:#fff;
}
::-webkit-input-placeholder {
	color:#C4C4C4;
	opacity:1;
}
:-moz-placeholder {
	color:#C4C4C4;
	opacity:1;
}
::-moz-placeholder {
	color:#C4C4C4;
	opacity:1;
}
:-ms-input-placeholder {
	color:#C4C4C4;
	opacity:1;
}
a.button {
	background-color:#f37920;
	text-transform:uppercase;
	display:inline-block;
	border-radius:50px;
	padding:15px 25px;
	font-weight:700;
	line-height:1;
	color:#fff;
}
a.button:hover,
a.button:focus {
	background-color:#E16B15;
	color:#fff !important;
}
a.button.header-button {
	padding:16px 30px;
}

fieldset {
	border:none;
	padding:0;
	margin:0;
}
.frm_required {
	color:#f37920;
}

/* Elementor CSS
--------------------------------------------- */
body.elementor-editor-active #header {
	z-index:1;
}
body.elementor-page .site-container {
	padding:0;
}

/* Single Post CSS
--------------------------------------------- */
body.single .site-container {
	padding-top:100px;
}
body.single .post-meta {
	margin-bottom:30px;
	font-size:13px;
	color:#868991;
}
body.single .post-meta .post-title {
	margin-bottom:30px;
}
body.single .post-meta .post-date {
	margin-bottom:35px;
}
body.single .post-meta:after {
	content:'';
	background-color:#ff9a00;
	display:block;
	width:70px;
	height:1px;
}

/* Archive CSS
--------------------------------------------- */
body.blog .site-container {
	padding:0;
}
.archive-title {
	margin-bottom:50px;
	text-align:center;
}
.blog-container article {
	margin-bottom:50px;
	padding:0 20px;
	width:33.33%;
}
.blog-container {
	flex-wrap:wrap;
	display:flex;
}
.blog-container article .featured-image {
	background-position:center;
	background-size:cover;
	margin-bottom:30px;
	height:230px;
	-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;
}
.blog-container article .featured-image:hover {
	opacity:0.6;
}
.blog-container article a {
	display:block;
	color:#2b2b2b;
}


/* Woocommerce CSS
--------------------------------------------- */
ul.flex-direction-nav {

}
ul.flex-direction-nav li {
	position:absolute;
	display:block;
	bottom:30px;
	margin:0;
}
li.flex-nav-prev {
	left:0;
}
li.flex-nav-next {
	right:0;
}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;content: '\f054';
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-size: 20px;   
	font-weight: bold;
}
a.flex-prev::before {
    visibility:visible;
    content: '\f053';
	font-family: 'Font Awesome 5 Free';   
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}
ul.flex-direction-nav li a {
	color: #ccc;
}
ul.flex-direction-nav li a:hover {
	text-decoration: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin-top:30px;
	padding:0 80px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	margin-bottom:15px;
	padding:0 15px;
	width:33.33%;
}
.woocommerce div.product div.images .flex-control-thumbs li:before {
	display:none;
}
body.single.woocommerce div.product .product_title {
	margin-bottom:30px;
	font-weight:400;
	font-size:52px;
	width: 60%;
}
body.single.woocommerce .summary p.price {
	font-family:'Bebas Neue', cursive;
	position:absolute;
	text-align:right;
	font-weight:700;
	font-size:52px;
	line-height:1;
	width:150px;
	font-size: 36px;
	line-height: 1;
	width: 35%;
	color:#fff;
	right:0;
	top:0;
}
body.single.woocommerce .summary {
	position:relative;
	font-size:14px;
}
.woocommerce div.product form.cart {
	padding-top:100px;
}
div.quantity {
	position:relative;
}
.woocommerce div.product form.cart div.quantity {
	border-bottom:1px solid #5D5D5D;
	padding:0 0 50px 40px;
	margin:0 0 50px 0;
	position:relative;
	float:none;
	width:100%;
}
.woocommerce .quantity .qty {
	height:36px;
	width:40px;
}
.woocommerce div.product form.cart .button {
	font-family:'Bebas Neue', cursive;
	text-transform:uppercase;
	background-color:#fff;
	vertical-align:middle;
	padding:18px 20px;
	border-radius:0;
	font-weight:400;
	font-size:24px;
	width:220px;
	float:left;
	color:#000;
}
.woocommerce div.product form.cart .button:hover {
	background-color:#A5A5A5;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color:#737373;
}
.related.products {
	padding-top:180px;
	text-align:center;
	clear:both;
}
.related.products h2 {
	margin-bottom:100px;
}
.woocommerce .products ul,
.woocommerce ul.products {
	margin:0 -15px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width:calc(25% - 30px);
	display:inline-block;
	vertical-align:top;
	margin:0 13px 30px;
	text-align:center;
	float:none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	margin-bottom:5px;
	font-size:30px;
	padding:0;
}
.woocommerce ul.products li.product a {
	display:block;
}
.woocommerce ul.products li.product .price {
	font-family:'Bebas Neue', cursive;
	font-weight:700;
	margin-bottom:0;
	font-size:42px;
	color:#fff;
}
.woocommerce ul.products li .product-hover {
	background-color:#000;
	border:6px solid #fff;
	padding-bottom:80px;
	position:absolute;
	height:100%;
	width:100%;
	opacity:0;
	top:0;
	-webkit-transition: all 0.2s ease;
	-moz-transition:    all 0.2s ease;
	-ms-transition:     all 0.2s ease;
	-o-transition:      all 0.2s ease;
	transition:         all 0.2s ease;
}
.woocommerce ul.products li:hover .product-hover {
	opacity:1;
}
.woocommerce ul.products li .product-hover .pl-content {
	height:100%;
}
.woocommerce ul.products li .product-hover .pl-content > a {
	padding:90px 30px;
	display:block;
	height:100%;
	color:#fff;
}
.woocommerce ul.products li .product-hover h4 {
	font-size:36px;
	font-weight:400;
}
.woocommerce ul.products li .product-hover ul.pl-button {
	font-family:'Bebas Neue', cursive;
	position:absolute;
	font-size:24px;
	line-height:1;
	width:100%;
	margin:0;
	bottom:0;
}
.woocommerce ul.products li .product-hover ul.pl-button li {
	float:left;
	margin:0;
}
.woocommerce ul.products li .product-hover ul.pl-button li a {
	padding:20px 10px;
	text-align:center;
	display:block;
	color:#fff;
}
.woocommerce ul.products li .product-hover ul.pl-button .pl-add-cart {
	background-color:#595959;
	width:75%;
}
.woocommerce ul.products li .product-hover ul.pl-button .pl-add-cart:hover a {
	background-color:#fff;
	color:#000;
}
.woocommerce ul.products li .product-hover ul.pl-button .pl-cart {
	background-color:#424242;
	width:25%;
}
.woocommerce ul.products li .product-hover ul.pl-button .pl-cart a {
	padding:21px 10px;
	margin:0;
}
.woocommerce ul.products li .product-hover ul.pl-button .pl-cart:hover a {
	background-color:#202020;
}
.woocommerce ul.products li .product-hover ul.pl-button .pl-cart img {
	margin:0 auto;
	width:22px;
}
.woocommerce-message {
	border-top-color:#fff;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-bottom: 1px solid #fff;
	padding:20px 30px 20px 55px;
	border-top:5px solid #fff;
	background-color:#111;
    z-index:99;
	margin:0;
	color:#fff;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	top:20px;
}
.woocommerce-message::before {
	color:#fff;
}
.breadcumbs,
.woocommerce .woocommerce-breadcrumb {
	font-family:'Bebas Neue', cursive;
	border-bottom:1px solid #5D5D5D;
	padding-bottom:19px;
	margin-bottom:70px;
	font-size:22px;
	line-height:1;
	color:#fff;
}
.breadcumbs a,
.breadcumbs img,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb img {
	vertical-align:top;
}
.breadcumbs img,
.woocommerce .woocommerce-breadcrumb img {
	margin:2px 20px 0;
	opacity:0.5;
}
.woocommerce div.product form.cart .variations select {
	font-family:'Bebas Neue', cursive;
	font-size:24px;
	padding:17px;
}
.woocommerce div.product form.cart .variations select option {
	border:1px solid #929292;
	background-color:#646464;
}
.woocommerce nav.woocommerce-pagination {
	margin-top:120px;
}
.woocommerce nav.woocommerce-pagination ul {
	border:none;
	margin:0;
}
ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul li {
	margin:0 5px;
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	border:1px solid #6D6D6D;
	font-family:'Bebas Neue', cursive;
	border-radius:50px;
	line-height:38px;
	font-size:24px;
	min-width:1em;
	display:block;
	color:#9F9F9F;
	width:40px;
	padding:0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	border-color:#fff;
	background:#fff;
	color:#212121;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-family:'Bebas Neue', cursive;
	border:1px solid #fff;
	background-color:#fff;
	padding:17px 20px;
	text-align:center;
	border-radius:0;
	min-width:220px;
	font-size:24px;
	color:#000;
}
.woocommerce a.button.button-2 {
	background-color:transparent;
	border:1px solid #929292;
	color:#929292;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color:#000;
	border-color:#000;
	color:#fff;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 400;
	border-top:none;
}
.woocommerce table.shop_table td {
	padding:10px 15px;
	border-top:none;
}

/* Woocommerce Cart CSS
--------------------------------------------- */
body.woocommerce-cart .site-container .wrap {
	max-width:100%;
}
body.woocommerce-cart .site-container .content > article {
	position:relative;
}
body.woocommerce-cart .site-container .content > article::after {
	content:'';
	background-color:#111;
	position:absolute;
	height:100%;
	width:30%;
	right:0;
	top:0;
}
.woocommerce:after {
	content:'';
	display:block;
	clear:both;
}
.woocommerce a.remove {
	font-size:25px;
	height:26px;
	width:26px;
	color:#5d5d5d !important;
	text-decoration:none;
	font-weight:400;
	border:2px solid #5d5d5d;
}
.woocommerce a.remove:hover {
	background:#5d5d5d;
}
body.woocommerce-cart .site-container {
	padding:0;
}
body.woocommerce-cart .woocommerce-cart-form {
	padding:100px 80px 100px 30px;
	float:left;
	width:70%;
}
body.woocommerce-cart .woocommerce-cart-form table {
	max-width:1000px;
	float:right;
	border-radius:unset;
	display:block;
	border:none;
	margin:0;
}
body.woocommerce-cart .woocommerce-cart-form table td {
	font-family:'Bebas Neue', cursive;
	line-height:1.2;
	font-size:30px;
}
body.woocommerce-cart .woocommerce-cart-form table thead {
	margin-bottom:50px;
	padding:0 60px 0 0;
	display:block;
}
body.woocommerce-cart .woocommerce-cart-form table thead tr {
	display:block;
}
body.woocommerce-cart .woocommerce-cart-form table thead th {
	font-family:'Bebas Neue', cursive;
	padding:0 20px 0 30px;
	font-size:30px;
	color:#909090;
}
body.woocommerce-cart .woocommerce-cart-form table thead .product-remove,
body.woocommerce-cart .woocommerce-cart-form table thead .product-thumbnail {
	display:none;
}
body.woocommerce-cart .woocommerce-cart-form table thead .product-name {
    width:44%;
}
body.woocommerce-cart .woocommerce-cart-form table thead .product-price,
body.woocommerce-cart .woocommerce-cart-form table thead .product-quantity {
    width:23%;
}
body.woocommerce-cart .woocommerce-cart-form table thead .product-subtotal {
    width:10%;
}
body.woocommerce-cart .woocommerce-cart-form table thead .product-price {
    width:23%;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width:100px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	padding:0;
}
body.woocommerce-cart .woocommerce-cart-form table tbody {
	padding-right:60px;
	position:relative;
	display:block;
}
body.woocommerce-cart .woocommerce-cart-form table tr.cart_item {
	border:1px solid #6C6C6C;
	margin-bottom:30px;
	border-radius:8px;
	position:relative;
	display:block;
	padding:30px;
}
body.woocommerce-cart .woocommerce-cart-form table td {
	padding:0 20px 0 0;
	border:none;
	width:23%;
}
body.woocommerce-cart .woocommerce-cart-form table td.product-remove {
	position:absolute;
	right:-60px;
	width:unset;
	height:26px;
	margin:auto;
	padding:0;
	bottom:0;
	top:0;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
	min-width:unset;
	width:11%;
}
body.woocommerce-cart .woocommerce-cart-form table td.product-name {
	font-size:24px;
	width:30%;
}
body.woocommerce-cart .woocommerce-cart-form table td.product-subtotal {
	padding:0;
	width:10%;
}
body.woocommerce-cart .woocommerce-cart-form table td.product-quantity input[type="number"] {
	text-align:left;
	font-size:30px;
}
body.woocommerce-cart .woocommerce-cart-form table td.product-quantity .number-button {
	position:absolute;
	height:24px;
	width:24px;
	left:50px;
}
body.woocommerce-cart .woocommerce-cart-form table td.product-quantity .number-button.dec {
	top:20px;
	margin:0;
}
body.woocommerce-cart .woocommerce-cart-form table td.product-quantity .number-button.inc {
	top:-10px;
}
body.woocommerce-cart .woocommerce-cart-form table td.product-quantity .number-button::before {
	width:10px;
}
body.woocommerce-cart .woocommerce-cart-form table td.product-quantity .inc.number-button::after {
	height:10px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width:150px;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	border:1px solid #fff;
	padding:17.5px 20px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	padding:17px 20px;
	color:#000;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
	background-color:#a8a8a8;
	color:#000;
}
body.woocommerce-cart .woocommerce-cart-form .cart-custom-links  {
	padding-right:60px;
    max-width:1000px;
	margin-top:60px;
    float:right;
	width:100%;
}
body.woocommerce-cart .woocommerce-cart-form .cart-custom-links .proceed-checkout {
	float:right;
}
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout .cart-collaterals {
	background-color:#111;
	position:relative;
	padding:50px;
	float:right;
	z-index:99;
	width:30%;
}
body.woocommerce-cart.woocommerce-page .cart_totals {
	float:none;
	width:100%;
}
body.woocommerce-cart.woocommerce-page .cart_totals h2 {
	margin-bottom:40px;
	font-size:36px;
}
body.woocommerce-cart.woocommerce-page .cart_totals th,
body.woocommerce-cart.woocommerce-page .cart_totals td {
	vertical-align:middle;
	padding:0 0 40px;
	color:#888;
}
body.woocommerce-cart.woocommerce-page .cart_totals th {
	font-size:20px;
}
body.woocommerce-cart.woocommerce-page .cart_totals td {
	font-family:'Bebas Neue', cursive;
	text-align:right;
	font-size:30px;
}
body.woocommerce-cart.woocommerce-page .cart_totals .order-total th,
body.woocommerce-cart.woocommerce-page .cart_totals .order-total td {
	border-top:1px solid #5D5D5D;
	padding:60px 0 0;
	color:#fff;
}
body.woocommerce-cart.woocommerce-page .cart_totals .order-total th {
	font-family:'Bebas Neue', cursive;
	font-size:30px;
}
body.woocommerce-cart.woocommerce-page .wc-proceed-to-checkout {
	display:none;
}

/* Woocommerce Checkout CSS
--------------------------------------------- */
/*
	Common 
*/

.wizard,
.tabcontrol {
	display:block;
	width:100%;
	overflow:hidden;
}
.wizard a,
.tabcontrol a {
	outline:0;
}
.wizard ul,
.tabcontrol ul {
	list-style:none !important;
	padding:0;
	margin:0;
}
.wizard ul > li,
.tabcontrol ul > li {
	display:inline-block;
	padding:0;
}
/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
	position:absolute;
	left:-999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title {
	position:absolute;
	left:-999em;
}


/* Wizard */

.wizard > .steps {
	margin-bottom:60px;
	position:relative;
	display:block;
	width:100%;
}
.wizard > .steps:before {
	background-color:#464646;
	position:absolute;
	width:100%;
	height:1px;
	z-index:0;
	top:22px;
}
.wizard.vertical > .steps {
	display:inline;
	float:left;
	width:30%;
}
.wizard > .steps .number {
	border:2px solid #5C5C5C;
	vertical-align:middle;
	display:inline-block;
	border-radius:100px;
	margin-right:10px;
	text-align:center;
	padding-top:4px;
	font-size:18px;
	line-height:1;
	height:28px;
	width:28px;
}
.wizard > .steps .current .number {
	border-color:#fff;
}
.wizard > .steps > ul:after {
	content:'';
	display:block;
	clear:both;
}
.wizard > .steps > ul > li {
	font-family:'Bebas Neue', cursive;
	background-color:#212121;
	position:relative;
	font-size:30px;
	padding:0 15px;
	z-index:2;
	margin:0;
}
.wizard > .steps > ul > li.first {
	padding-left:0;
}
.wizard > .steps > ul > li:nth-child(2) {
	position: absolute;
	margin:auto;
	width:175px;
	right:0;
	left:0;
}
.wizard > .steps > ul > li.last {
	float:right;
	padding-right:0;
}
.wizard.vertical > .steps > ul > li {
	float:none;
	width:100%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
	display: block;
	color:#5c5c5c;
	width:auto;
	text-decoration:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
	color:#5c5c5c;
	cursor:default;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
	color:#fff;
	cursor:default;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {

}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
	padding:0 20px 0 18px;
	background:#ce0000;
	color:#fff;
}
.wizard > .content {
	display:block;
	height:800px;
	overflow:hidden;
	position:relative;
	width:100%;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.wizard.vertical > .content {
	display:inline;
	float:left;
	margin:0 2.5% 0.5em 2.5%;
	width:65%;
}
.wizard > .content > .body {
	position:absolute;
	width:100%;
	float:left;
}
.wizard > .content > .body ul {
	list-style:disc !important;
}
.wizard > .content > .body ul > li {
	display:list-item;
}
.wizard > .content > .body > iframe {
	border:0 none;
	width:100%;
	height:100%;
}
.wizard > .content > .body input[type="checkbox"] {
	display:inline-block;
}
.wizard > .content > .body input.error {
	background:rgb(251, 227, 228);
	border:1px solid #fbc2c4;
	color:#8a1f11;
}
.wizard > .content > .body label.error {
	color:#8a1f11;
	display:inline-block;
	margin-left:1.5em;
}
.wizard > .actions {
	position:relative;
	display:block;
	text-align:right;
	width:100%;
	clear:both;
}
.wizard.vertical > .actions {
	display:inline;
	float:right;
	margin:0 2.5%;
	width:95%;
}
.wizard > .actions > ul {
	display:block;
}
.wizard > .actions > ul:after {
	content:'';
	display:block;
	clear:both;
}
.wizard > .actions > ul > li {
	overflow:hidden;
	margin:0;
	float:left;
}
.wizard > .actions > ul > li:nth-child(2) {
	float:right;
}
.wizard > .actions > ul > li:nth-child(3) {
	display:none !important;
}
.wizard > .actions > ul > li.disabled {
	display:none;
}
.wizard.vertical > .actions > ul > li {
	margin:0 0 0 1em;
}
.wizard > .actions > ul > li:first-child a {
	background-color:transparent;
	border:1px solid #929292;
	color:#929292;
}
.wizard > .actions > ul > li:first-child a:hover {
	background-color:#000;
	color:#fff;
}
.wizard > .actions a {
	font-family:'Bebas Neue', cursive;
	padding:18px 20px;
	text-align:center;
	min-width:215px;
	background:#fff;
	font-size:24px;
	line-height:1;
	display:block;
	color:#000;
}
.wizard > .actions a:hover,
.wizard > .actions a:active {
	background-color:#4d4d4d;
	color:#fff;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
	opacity:0.6;
}
.wizard > .loading {
}
.wizard > .loading .spinner {
}


/*
	Tabcontrol
*/

.tabcontrol > .steps {
	position:relative;
	display:block;
	width:100%;
}
.tabcontrol > .steps > ul {
	position:relative;
	margin:6px 0 0 0;
	top:1px;
	z-index:1;
}
.tabcontrol > .steps > ul > li {
	float:left;
	margin:5px 2px 0 0;
	padding:1px;

	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.tabcontrol > .steps > ul > li:hover {
	background:#edecec;
	border:1px solid #bbb;
	padding:0;
}
.tabcontrol > .steps > ul > li.current {
	background:#fff;
	border:1px solid #bbb;
	border-bottom:0 none;
	padding:0 0 1px 0;
	margin-top:0;
}
.tabcontrol > .steps > ul > li > a {
	color:#5f5f5f;
	display:inline-block;
	border:0 none;
	margin:0;
	padding:10px 30px;
	text-decoration:none;
}
.tabcontrol > .steps > ul > li > a:hover {
	text-decoration:none;
}
.tabcontrol > .steps > ul > li.current > a {
	padding:15px 30px 10px 30px;
}
.tabcontrol > .content {
	position:relative;
	display:inline-block;
	width:100%;
	height:35em;
	overflow:hidden;
	border-top:1px solid #bbb;
	padding-top:20px;
}
.tabcontrol > .content > .body {
	float:left;
	position:absolute;
	width:95%;
	height:95%;
	padding:2.5%;
}
.tabcontrol > .content > .body ul {
	list-style:disc !important;
}
.tabcontrol > .content > .body ul > li {
	display:list-item;
}
body.woocommerce-checkout .site-container {
	padding:0;
}
body.woocommerce-checkout .site-container .wrap {
	max-width:100%;
}
body.woocommerce-checkout form #customer_details .form-row.address-field label.screen-reader-text {
	display: block;
	opacity:1;
	top:0;
	position:relative !important;
	height:auto;
	margin:0 0 23px;
	width:100%;
    clip-path: unset;
}
body.woocommerce-checkout .site-container .content > article {
	position:relative;
}
body.woocommerce-checkout .site-container .content > article::after {
	content:'';
	background-color:#111;
	position:absolute;
	height:100%;
	width:30%;
	right:0;
	top:0;
}
body.woocommerce-checkout.woocommerce-order-received .site-container .content > article::after {
	display:none;
}
body.woocommerce-checkout.woocommerce-order-received .site-container {
	padding:80px 30px;
}
body.woocommerce-checkout .woocommerce-checkout-form {
	padding:100px 80px 100px 30px;
	float:left;
	width:70%;
}
body.woocommerce-checkout .woocommerce-checkout-form form {
	border-radius:unset;
	max-width:1000px;
	display:block;
	border:none;
	float:right;
	width:100%;
	margin:0;
}
body.woocommerce-checkout form #customer_details .form-row {
	padding:0 15px 0 0;
	margin:0 0 40px;
	color:unset;
	float:left;
	width:50%;
}
body.woocommerce-checkout form #customer_details .form-row:nth-child(2n) {
	padding:0 0 0 15px;
}
body.woocommerce-checkout form #customer_details .form-row-wide,
body.woocommerce-checkout form #customer_details .form-row-wide {
	clear: unset;
}
.woocommerce-billing-fields > h3 {
	display:none;
}
body.woocommerce-checkout form .form-row input.input-text,
body.woocommerce-checkout form .form-row textarea {
	border:1px solid #6C6C6C;
	border-radius:8px;
	padding:20px 30px;
	font-size:14px;
}
body.woocommerce-checkout form #billing_state_field.form-row,
body.woocommerce-checkout form #billing_postcode_field.form-row {
	width:25%;
}
body.woocommerce-checkout form #billing_state_field.form-row {
	padding-right:15px;
}
body.woocommerce-checkout form #billing_postcode_field.form-row {
	padding-left:15px;
	padding-right:0;
}
.select2-container--default .select2-selection--single {
	background-color:#313131;
	border:1px solid #6C6C6C;
	border-radius:8px;
}
.select2-container .select2-selection--single {
	height:60px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:60px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left:30px;
	padding-right:30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	position:absolute;
	height:100%;
	width:40px;
	right:2px;
	top:2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image:url(/wp-content/uploads/2021/02/chevron-down.png);
	background-position:center left;
	background-repeat:no-repeat;
	position:absolute;
	margin-left:0;
	margin-top:0;
	border:none;
	height:100%;
	left:unset;
	width:40px;
	top:unset;
}
p.choose-payment {
	font-size:22px;
}
li.payment_method_stripe_applepay, li.payment_method_stripe_googlepay, li.payment_method_stripe_payment_request {
	display:block !important;
}
.aawoocommerce-checkout #payment div.form-row {
	display:none;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background:transparent;
	border-radius:0;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom:none;
	margin:0 -15px;
	padding:0;
}
.woocommerce-checkout #payment ul.payment_methods li {
	width:calc(33.33% - 30px);
	margin:0 15px 30px;

	min-height:180px;
	display:block;
	float:left;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
	display:none;
	opacity:0;
}
.woocommerce-checkout #payment ul.payment_methods > li > label {
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #6C6C6C;
	background-color:#313131;
	border-radius:8px;
	min-height:180px;
	cursor:pointer;
	display:block;
	padding:30px;
	font-size:0;
	margin:0;
	color:red !important;
}
.woocommerce-checkout #payment ul.payment_methods > li > input[type="radio"]:checked ~ label {
	border:3px solid #6C6C6C;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_cod > label {
	background-image:url(/wp-content/uploads/2021/03/payment-credit-card.png);
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal > label {
	background-image:url(/wp-content/uploads/2021/03/payment-paypal.png);
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe > label {
	background-image:url(/wp-content/uploads/2022/12/payment-stripe.png);
}
.woocommerce-checkout #payment ul.payment_methods li label img {
	display:none;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color:#fff;
    	top:-13px;
}
.woocommerce-checkout #payment ul.payment_methods li > div.payment_box {
	background-color:#212121;
    border:2px solid #fff;
	position:absolute;
	border-radius:5px;
    padding:30px;
	color:#fff;
}
.woocommerce-checkout #payment ul.payment_methods li ul.woocommerce-SavedPaymentMethods li {
	min-height:auto;
	float:none;
    width:100%;
}
.woocommerce .woocommerce-customer-details address {
	border-color:#fff;
    line-height:1.6;
    padding:30px;
}
div.woocommerce-NoticeGroup {
	margin-bottom:30px;
}
div.woocommerce-NoticeGroup ul.woocommerce-error {
	padding:20px 20px 20px 50px;
}

h3#order_review_heading {
	margin-bottom:40px;
}
.woocommerce .cart-collaterals table.shop_table td.product-thumbnail {
	padding:15px 0;
	width:84px;
}
.woocommerce .cart-collaterals table.shop_table td.product-name {
	font-family:'Bebas Neue', cursive;
	font-size:24px;
}
.woocommerce .cart-collaterals table.shop_table td.product-total {
	font-family:'Bebas Neue', cursive;
	text-align:right;
	padding-right:0;
	font-size:30px;
}
table.woocommerce-checkout-review-order-table tfoot th {
	display:none;
}
table.woocommerce-checkout-review-order-table tfoot td {

}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#fff;
	color:#000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color:#000;
}
.woocommerce .cart-collaterals input.button.alt { 
	width:100%;
}
.side-checkout-button {
	margin-top:50px;
}
#order-total-payment {
    font-family:'Bebas Neue', cursive;
	border-top:1px solid #5D5D5D;
	padding-top:50px;
    font-size:30px;
}
#order-total-payment .order-total {
	border-top:1px solid #5D5D5D;
	padding-top:50px;
	margin-top:40px;
}
#order-total-payment .order-total .ot-title,
#order-total-payment .order-total .ot-price {
	color:#fff;
}
#order-total-payment .order-total .ot-title {
    font-family:'Bebas Neue', cursive;
	font-size:30px;
}
.ot-title,
.ot-price {
	line-height:30px;
	color:#888;
	float:left;
	width:50%;
}
.ot-title {
	font-family:'Montserrat', sans-serif;
	font-size:20px;
}
.ot-price {
	text-align:right;
}
.confirmation-box {
	margin-bottom:40px;
	padding-right:40px;
	font-size:13px;
	color:#C4C4C4;
	float:left;
	width:50%;
}
.confirmation-box:nth-child(2n) {
	padding-left:40px;
	padding-right:0;
}
.confirmation-box h5 {
	font-family:'Montserrat', sans-serif;
	border-bottom:1px solid #6C6C6C;
	text-transform:none;
	padding-bottom:20px;
	margin-bottom:25px;
	font-weight:500;
	font-size:22px;
}
.confirmation-box .cb-name {
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:14px;
	color:#fff;
}
.order-button {
	position:absolute;
	bottom:-150px;
	right:0;
}
.ob-total,
.ob-total h4,
.place-order {
	vertical-align:middle;
	display:inline-block;
}
.ob-total {
	margin-right:20px;
	color:#a6a6a6;
}

/* Custom CSS
--------------------------------------------- */
body.home #header {
	background:rgba(33, 33, 33, 0.8);
	position:absolute;
}
#latest-news .ln-post {
	padding:0 15px;
	width:33.33%;
	float:left;
}
#latest-news .ln-post a {
	display:block;
}
#latest-news .ln-post .news-thumb {
	background-position:center;
	background-size:cover;
	display:block;
	height:280px;
	-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;
}
#latest-news .ln-post:hover .news-thumb {
	opacity:0.6;
}
#latest-news .ln-post .news-content {
	padding:50px 35px 40px;
	background-color:#fff;
	color:#000;
}
#latest-news .ln-post .news-content h4 {
	margin-bottom:20px;
	color:#000;
}
div.wc-bookings-booking-form .block-picker li:nth-child(2n+1) a {
	background: #000;
}
div.wc-bookings-booking-form .block-picker li:nth-child(2n) a,
div.wc-bookings-booking-form .wc-bookings-booking-cost {
	background: #3c3c3c;
}
.select2-results__option {
	color:#000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color:#212121;
}

/* Responsive
--------------------------------------------- */

@media only screen and (max-width:1200px) {
	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-checkout .woocommerce-checkout-form {
		padding-right:30px;
	}
}
@media only screen and (max-width:1024px) {
	body {
		line-height:1.4;
	}
	h1 {
		font-size:82px;
	}
	h2 {
		font-size:52px;
	}
	h3 {
		font-size:40px;
	}
	.site-container {
		padding:80px 30px;
	}
	body.single .site-container,
	.related.products {
		padding-top:80px;
	}
	#latest-news .ln-post {
		padding:0 10px;
	}
	#latest-news .ln-post .news-content {
		padding:30px 25px;
	}
	#latest-news .ln-post .news-thumb {
		height: 230px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width:calc(33.33% - 20px);
		margin:0 8px 20px;
	}
	.woocommerce nav.woocommerce-pagination {
		margin-top:60px;
	}
	body.single.woocommerce div.product .product_title {
		font-size:42px;
	}
	body.single.woocommerce .summary p.price {
		font-size: 26px;
	}
	.woocommerce div.product div.images .flex-control-thumbs {
		margin-top:20px;
		padding:0 35px;
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		margin-bottom:10px;
		padding:0 5px;
	}
	body.woocommerce-cart.woocommerce-page .cart_totals th, body.woocommerce-cart.woocommerce-page .cart_totals td {
		padding-bottom:30px;
	}
	.wizard > .steps {
		margin-bottom:40px;
	}
	h3#order_review_heading {
		margin-bottom:40px;
	}
}
@media only screen and (max-width:960px) {
	.header-right .icon-cart a .count {
		line-height:23px;
		right:14px;
		width:23px;
		top:16px;
	}
	.primary-nav {
		padding:5px 0 4px 30px;
	}
	.primary-nav ul li a {
		padding-right:20px;
	}
	#header .logo {
		padding:18px 10px;
	}
	#header .logo img {
		width:148px;
	}
	.header-right .icon-search a,
	.header-right .icon-cart a {
		padding:30px;
	}
	.woocommerce ul.products li .product-hover .pl-content > a {
		padding:60px 30px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size:28px;
	}
	.woocommerce ul.products li.product .price {
		font-size:36px;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width:40%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width:55%;
	}
	body.single.woocommerce div.product .product_title {
		font-size:38px;
		width:70%;
	}
	.woocommerce div.product form.cart {
		padding-top:50px;
	}
	.woocommerce div.product form.cart div.quantity {
		padding-bottom:30px;
		margin-bottom:30px;
	}
	body.woocommerce-cart .cart-collaterals, body.woocommerce-checkout .cart-collaterals {
		padding:30px;
	}
	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-checkout .woocommerce-checkout-form {
		padding:50px 30px;
	}
	body.woocommerce-cart .woocommerce-cart-form table tr.cart_item {
		padding:20px;
	}
	body.woocommerce-cart .woocommerce-cart-form table thead th {
		padding:0 15px 0 20px;
		font-size:24px;
	}
	body.woocommerce-cart .woocommerce-cart-form table td.product-remove {
		right:-35px;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		min-width:190px;
		font-size:22px;
	}
	body.woocommerce-cart.woocommerce-page .cart_totals th, body.woocommerce-cart.woocommerce-page .cart_totals td {
		padding-bottom:20px;
	}
	body.woocommerce-cart .woocommerce-cart-form table tbody,
	body.woocommerce-cart .woocommerce-cart-form .cart-custom-links {
		padding-right:30px;
	}
}
@media only screen and (max-width:767px) {
	.primary-nav > ul {
		background-color:#4d4d4d;
		position:absolute;
		margin:15px 0 0;
		display:block;
		z-index: 99;
		width:100%;
		left:0;
	}
	.primary-nav .responsive-menu {
		display: none;
	}
	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}
	.primary-nav .responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	.primary-nav .responsive-menu li.current-menu-item > a,
	.primary-nav .responsive-menu .sub-menu li.current-menu-item > a:hover,
	.primary-nav .responsive-menu li a,
	.primary-nav .responsive-menu li a:hover {
		padding:10px;
		display:block;
		border:none;
	}
	.responsive-menu-icon::before {
		font:normal 49px/1 'dashicons';
		content:"\f333";
		color:#fff;
		margin:0 auto;
	}
	.primary-nav .responsive-menu .menu-item-has-children {
		position:relative;
		cursor:pointer;	
	}
	.primary-nav .responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		font: normal 20px/1 'dashicons';
		position:absolute;
		float: right;
		z-index:9999;
		right:10px;
		top:11px;
	}
	.primary-nav .responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	.primary-nav .responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	.site-header .primary-nav.responsive-menu .current-menu-item > a,
	.site-header .primary-nav.responsive-menu .sub-menu li a,
	.site-header .primary-nav.responsive-menu .sub-menu li a:hover,
	.site-header .primary-nav.responsive-menu .sub-menu,
	.site-header .primary-nav.responsive-menu > .menu-item-has-children:before,
	.site-header .primary-nav.responsive-menu > li:hover > a,
	.site-header .primary-nav.responsive-menu a:hover {
		color:#bad4b4;
	}
	.responsive-menu-icon {
		position:relative;
		cursor:pointer;
		line-height:1;
		padding:0;
	}
	.primary-nav ul li:hover a {
	}
	.primary-nav ul.menu > li > ul.sub-menu {
		position:relative;
		text-align:center;
		display:none;
		width:100%;
		padding:0;
		margin:0;
	}
	.primary-nav ul.menu > li:hover > ul.sub-menu {
		display:none;
	}
	.primary-nav ul li ul.sub-menu li a {
		color:#0aaae2;
	}
	.primary-nav ul li.menu-item-has-children > a::after {
		display:none;
	}
	body {
		line-height:1.4;
	}
	h1 {
		font-size:74px;
	}
	h2 {
		font-size:46px;
	}
	h3 {
		font-size:32px;
	}
	.primary-nav {
		padding:16px 0 16px 15px;
	}
	.site-container {
		padding:40px 15px;
	}
	body.single .site-container,
	.related.products {
		padding-top:40px;
	}
	#latest-news .ln-post {
		margin-bottom:15px;
		width:100%;
		float:none;
		padding:0;
	}
	input[type="text"], input[type="email"], input[type="search"], input[type="tel"], textarea, select {
		padding:12px 0;
		font-size:16px;
	}
	.frm_form_field {
		margin-bottom:20px;
	}
	.frm_submit {
		margin-top:20px;
	}
	.frm_submit button {
		letter-spacing:8px;
		padding:15px 35px;
		font-size:26px;
	}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		margin-bottom:20px;
	}
	.woocommerce nav.woocommerce-pagination {
		margin-top:30px;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		margin:0;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width:100%;
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		width:16.66%;
	}
	.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
		clear:none;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width:100%;
	}
	body.single.woocommerce div.product .product_title {
		margin-bottom:10px;
		width:100%;
	}
	body.single.woocommerce .summary p.price {
		position:relative;
		text-align:left;
		width:100%;
	}
	body.single.woocommerce div.product .product_title {
		font-size:38px;
	}
	.related.products h2 {
		margin-bottom:60px;
	}
	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-checkout .woocommerce-checkout-form {
		float:none;
		width:100%;
	}
	body.woocommerce-cart .woocommerce-cart-form table,
	body.woocommerce-checkout .woocommerce-checkout-form table {
		max-width:100%;
		float:none;
	}
	body.woocommerce-cart .cart-collaterals,
	body.woocommerce-checkout .cart-collaterals {
		clear:both;
		padding:30px;
		float:none;
		width:100%;
	}
	body.woocommerce-cart .site-container .content > article::after,
	body.woocommerce-checkout .site-container .content > article::after {
		display:none;
	}
	body.woocommerce-cart .woocommerce-cart-form .cart-custom-links {
		padding-right:0;
		max-width:100%;
		margin-top:30px;
		float:none;
		width:100%;
	}
	body.woocommerce-cart.woocommerce-page .cart_totals .order-total th, body.woocommerce-cart.woocommerce-page .cart_totals .order-total td {
		padding:30px 0 0;
	}
	body.woocommerce-cart .woocommerce-cart-form table td {
		padding:0;
		width:100%;
	}
	body.woocommerce-cart .woocommerce-cart-form table td.product-name {
		font-size:22px;
		width:100%;
	}
	body.woocommerce-cart .woocommerce-cart-form table td {
		font-size:22px;
	}
	body.woocommerce-cart .woocommerce-cart-form table td.product-subtotal {
		width:100%;
	}
	body.woocommerce-cart .woocommerce-cart-form table td.product-quantity .number-button {
		height:20px;
		width:20px;
		left:unset;
	}
	body.woocommerce-cart .woocommerce-cart-form table td.product-quantity .number-button.inc {
		right:-13px;
		top:-5px;
	}
	body.woocommerce-cart .woocommerce-cart-form table td.product-quantity .number-button.dec {
		right:-13px;
	}
	body.woocommerce-cart .woocommerce-cart-form table td.product-name,
	body.woocommerce-cart .woocommerce-cart-form table td.product-price,
	body.woocommerce-cart .woocommerce-cart-form table td.product-quantity {
		padding-bottom:10px;
	}
	body.woocommerce-cart .woocommerce-cart-form table tbody, body.woocommerce-cart .woocommerce-cart-form .cart-custom-links {
		padding-right:0;
	}
	body.woocommerce-cart .woocommerce-cart-form table td.product-remove {
		background-color:#212121;
		bottom:unset;
		right:-10px;
		top:-15px;
	}
	body.woocommerce-checkout .woocommerce-checkout-form form {
		float:none;
	}
	label {
		margin-bottom:15px;
	}
	body.woocommerce-checkout form .form-row input.input-text, body.woocommerce-checkout form .form-row textarea {
		padding:15px;
	}
	body.woocommerce-checkout form #customer_details .form-row {
		margin-bottom:30px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height:50px;
	}
	.select2-container .select2-selection--single {
		height:50px;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding-left:15px;
		padding-right:15px;
	}
	body.woocommerce-cart .woocommerce-cart-form, body.woocommerce-checkout .woocommerce-checkout-form {
		padding:40px 15px;
	}
    body.woocommerce-checkout.woocommerce-order-received .site-container {
		padding:60px 15px;
	}
	.confirmation-box {
		margin-bottom:30px;
		padding-right:0;
		float:none;
		width:100%;
	}
	.confirmation-box:nth-child(2n) {
		padding-left:0;
	}
	h3#order_review_heading {
		margin-bottom:20px;
	}
	#order-total-payment {
		padding-top:20px;
		font-size:28px;
	}
	#order-total-payment .order-total {
		padding-top:30px;
		margin-top:20px;
	}
}
@media only screen and (max-width:568px) {
	#header .logo {
		padding:16px 10px 15px 15px;
		text-align:left;
		width:40%;
	}
	#header .logo img {
		width:130px;
	}
	.primary-nav {
		padding:10px;
		text-align:center;
		float:right;
		width:20%;
	}
	.primary-nav > ul {
		margin-top:12px;
	}
	.header-right {
		text-align:left;
		width:40%;
	}
	.header-right .icon-search a,
	.header-right .icon-cart a {
		padding:25px;
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		width:25%;
	}
	body.woocommerce-cart .woocommerce-cart-form table {
		max-width:100%;
		float:none;
	}
	body.woocommerce-checkout form #customer_details .form-row {
		float:none;
		width:100%;
		padding:0;
	}
	body.woocommerce-checkout form #customer_details .form-row:nth-child(2n) {
		padding:0;
	}
	.wizard > .content {
		height:1360px;
	}
	.wizard ul > li, .tabcontrol ul > li {
		display:block;
	}
	.wizard > .steps > ul > li:nth-child(2) {
		position:relative;
		width:auto;
	}
	.wizard > .steps > ul > li {
		padding:0;
	}
	.wizard > .steps > ul > li.last {
		float:none;
	}
	.wizard > .steps {
		margin-bottom:30px;
	}
}
@media only screen and (max-width:480px) {
	h1 {
		font-size:60px;
	}
	h2 {
		font-size:42px;
	}
	.frm_form_field {
		margin-bottom:15px;
	}
	.frm_submit {
		margin-top:15px;
	}
	.frm_submit button {
		letter-spacing:5px;
	}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		float:none;
		width:100%;
	}
	body.single.woocommerce div.product .product_title {
		font-size:32px;
	}
	.related.products h2 {
		margin-bottom:30px;
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		width:33.33%;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		min-width:100%;
	}
	body.woocommerce-cart .woocommerce-cart-form .cart-custom-links a.back-to-shop {
		margin-bottom:10px;
	}
}
@media only screen and (max-width:420px) {
	h2 {
		font-size:36px;
	}
	#header {
		position:relative;
		padding-bottom:74px;
	}
	body.home #header {
		position:relative;
	}
	#header .logo {
		width:50%;
	}
	.header-right {
		text-align:right;
		width:50%;
	}
	.primary-nav {
		position:absolute;
		float:none;
		width:100%;
		bottom:0;
	}
	.primary-nav > ul {
		margin-top:10px;
	}
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
/*     background: transparent; */
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #6C6C6C;
    border-radius: 8px;
    padding: 20px 30px;
    font-size: 14px;
}


.woocommerce-form-coupon-toggle {
    margin-bottom: 12px;
}

@media all and (max-width: 767px){
		.woocommerce-cart table.cart td.actions .coupon .input-text {
			width: 100%;
			margin-bottom: 12px;
	}

	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
			display: none;
	}
	
	.woocommerce-checkout #payment ul.payment_methods > li > label {
    background-size: 80%;
    min-height: auto;
}
	
	
}

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

.wizard > .content {
    height: 1460px;
    height: auto!important;
    min-height: 350px;
}

.wizard > .content > .body {
    position: static;
}



#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    padding: 0;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
    font-size: 12px;
    line-height: 1;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    display: flex;
}

.wizard > .actions > ul {
    display: flex;
    margin: 0 -6px;
}

.wizard > .actions > ul > li {
    margin: 0 6px;
    width: 100%;
}

.wizard > .actions a {
    min-width: auto;
    width: 100%;
}

.woocommerce form .form-row label {
    font-size: 12px;
}
	
}

table.shop_table.subscription_details tr:nth-child(6) {
    display: none;
}

div#product-551 p.price {
    display: none;
}


/* Checkout Overrides */
.woocommerce-checkout-form-wrapper {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.woocommerce-checkout.wizard .steps a {
    display: block;
    background: none;
    text-align: center;
    color: #F6F6F680;
    font-family: 'Archive',sans-serif;
    text-transform: none;
    font-size: 18px;
}

.woocommerce-checkout.wizard .steps li {
    background: none;
}

.woocommerce-checkout.wizard .steps .number {
    background: #1d1d1d;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Archivo',sans-serif;
    font-size: 18px;
    font-weight: normal;
    border-radius: 8px;
    margin: 0 auto 10px;
    position: relative;
}

.woocommerce-checkout.wizard .steps .current .number {
    color: #fff;
}

.woocommerce-checkout.wizard .steps li:last-child .number {
    margin-right: 0;
}

.woocommerce-checkout.wizard .steps li:last-child .number:before,.woocommerce-checkout.wizard .steps li:nth-child(2) .number:before {
    content: '';
    display: block;
    width: 12px;
    height: 100%;
    position: absolute;
    right: 100%;
    background: #0d0d0d;
    margin-right: 2px;
}

.woocommerce-checkout.wizard .steps li:nth-child(2) .number:after {
    content: '';
    display: block;
    width: 12px;
    height: 100%;
    position: absolute;
    left: 100%;
    background: #0d0d0d;
    margin-left: 2px;
}

body.woocommerce-checkout .woocommerce-checkout-form {
    padding: 0;
    width: 58.75%;
}

.woocommerce-checkout-form-wrapper .cart-collaterals:not(#invalid) {
    width: 38.75%;
    background: none;
    padding: 0;
}

#order-total-payment .order-total .ot-title {
    font-family: 'Archivo',sans-serif;
}

#order-total-payment {
    font-family: 'Archivo',sans-serif;
    font-size: 18px;
}

div#order_review {
    display: none;
}

h3#order_review_heading {
    display: none;
}

.coupon-form #coupon_code,
.woocommerce-checkout-form-wrapper .woocommerce-checkout-form input:not([type="radio"]):not([type="checkbox"]) {
    height: 46px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 5px 20px;
    font-family: 'Archive',sans-serif;
    font-size: 18px;
    color: #F6F6F673;
	background: #161616;
}

.coupon-form #coupon_code:focus,
.woocommerce-checkout-form-wrapper .woocommerce-checkout-form input:not([type="radio"]):not([type="checkbox"]):focus {
    box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
    border-color: #fff;
    color: #fff;
}

p#billing_email_field {
    width: 100%;
    min-width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper > .form-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.woocommerce-checkout form #customer_details .form-row {
    width: 48.6%;
}

.woocommerce-checkout-form-wrapper .woocommerce-checkout-form label {
    font-family: 'Archivo',sans-serif;
    text-transform: none;
    margin: 0 0 10px;
    color: #f6f6f6;
}

.wizard > .content {
    height: inherit;
}

.wizard > .content > .body {
    position: static;
    float: none;
}

.select2-container .select2-selection--single {
    height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}

.wizard > .actions {
    padding-bottom: 50px;
}

.wizard > .actions a {
    font-family: 'Archive',sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 18px;
    border-radius: 8px;
    border-bottom: 4px solid #00000040;
}

.order-button {
	bottom: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 0;
    border: none;
    margin-bottom: 20px;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before {
    display: none;
}

#order-total-payment .order-total {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

div#order-total-payment {
    font-size: 0;
    padding: 0;
    border: 1px solid #FFFFFF1A;
    border-radius: 12px;
    padding: 30px;
    margin-top: 12px;
}

div#order-total-payment > div {
    font-size: 18px;
}

.ot-title,#order-total-payment .order-total .ot-title {
    font-family: 'Archivo',sans-serif;
    color: #fff;
    opacity: 0.5;
    font-size: 18px;
}

#order-total-payment .order-total {
    border-top: 1px solid #FFFFFF1A;
    padding-top: 20px;
    margin-top: 20px;
}
#order-total-payment .order-total .ot-title {
    opacity: 1;
}

.ot-price {
    color: #fff;
    font-family: 'Archivo',sans-serif;
    font-size: 18px;
    font-weight: 500;
}

#order-total-payment .order-total .ot-price {
    font-size: 24px;
}

button#place_order {
    width: 100%;
    min-width: 100%;
    font-size: 18px;
    font-family: 'Archivo',sans-serif;
    font-weight: 500;
    color: #0C0C0C;
    border-bottom: 4px solid rgba(0,0,0,0.25);
    border-radius: 8px;
}

.form-row.place-order {
    width: 100%;
    padding: 30px 0;
}

button#place_order:hover {
    color: #fff;
    box-shadow: 0 0 0 1px #fff;
}

#payment .form-row.place-order,
.order-button {
    display: none;
}

.coupon-form button.button {
    border-radius: 8px;
    font-family: 'Archivo',sans-serif;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.25);
}

.coupon-form button.button:hover {
    color: #fff;
    box-shadow: 0 0 0 1px #fff;
}

.coupon-form #coupon_code:focus {
    border-color: #fff;
}

.checkout-thankyou-page {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
}

.checkout-thankyou-steps-indicator {
    margin-bottom: 50px;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.ctsi-step strong {
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #fff;
    color: #0D0D0D;
    font-family: 'Archivo',sans-serif;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    margin-bottom: 5px;
}

.ctsi-step:nth-child(2) strong {
    margin-left: auto;
    margin-right: auto;
}

.ctsi-step {
    text-align: center;
    position: relative;
    color: #F6F6F6;
    font-family: 'Archivo',sans-serif;
    font-size: 18px;
}

.ctsi-step:nth-child(3) strong {
    margin-right: 0;
    margin-left: auto;
}

.checkout-thankyou-steps-indicator:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #FFFFFF1A;
    position: absolute;
    top: 25px;
}

.ctsi-step:nth-child(2) strong:before,.ctsi-step:nth-child(3) strong:before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    background: #0d0d0d;
    top: 0;
    margin-right: 2px;
    right: 100%;
}

.ctsi-step:nth-child(2) strong:after,.ctsi-step:nth-child(1) strong:after {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    background: #0d0d0d;
    top: 0;
    margin-left: 2px;
    left: 100%;
}

.checkout-thankyou-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout-thankyou-left {
    width: 46.5%;
    margin-bottom: 100px;
}

.checkout-thankyou-right {
    width: 50.8%;
    margin-bottom: 100px;
}

.checkout-thankyou-cols h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Archivo',sans-serif;
    text-transform: none;
    line-height: 1.2;
}

.checkout-thankyou-cols h2 {
    color: #fff;
    font-family: 'Archivo',sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: none;
}

.checkout-thankyou-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.checkout-thankyou-title svg {
    margin-right: 10px;
}

.checkout-thankyou-desc {
    margin: 16px 0;
    max-width: 460px;
    color: #f6f6f6;
    opacity: 0.5;
}

.checkout-thankyou-cta a {
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-bottom: 4px solid rgba(0,0,0,0.25);
    border-radius: 8px;
    color: #0C0C0C;
    font-family: 'Archivo',sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.checkout-thankyou-cta a:hover {
    background: #000;
    color: #fff;
    box-shadow: 0 0 0 1px #fff;
}

.mc-plan-benefits,
.mc-membership-details {
    border: 1px solid #FFFFFF1A;
    border-radius: 12px;
    padding: 32px 12px;
    font-family: 'Archivo',sans-serif;
    margin-bottom: 24px;
    background: #161616;
}

.mc-membership-details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.mc-membership-right {
    font-size: 18px;
}

.mc-membership-details-totals {
    font-size: 18px;
}

.mc-membership-details-totals .amount {
    font-size: 40px;
}

.mc-membership-details-footer {
	border-top: 1px solid #FFFFFF1A;
	padding-top: 30px;
	color: #FFFFFF80;
}

.mc-membership-details-footer a {
    color: #3291FF;
}

.mc-membership-details-footer a:hover {
    color: #fff;
}

.mc-membership-right span:first-child {
	opacity: 0.5;
}

.mc-plan-benefits-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
	font-family: 'Archivo',sans-serif;
	opacity: 0.5;
}

.mc-plan-benefits-list > div {
	width: 49%;
	margin-bottom: 8px;
}

.mc-plan-benefits .mc-membership-name {
    font-size: 20px;
    font-family: 'Archivo',sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

body.woocommerce-cart .woocommerce-cart-form table td.product-price,
body.woocommerce-cart .woocommerce-cart-form table td.product-subtotal {
    font-size: 20px;
}

.woocommerce table.shop_table .shipping td p {
	font-size: 19px;
	line-height: 1.2;
}

body.woocommerce-cart.woocommerce-page .cart_totals th,
body.woocommerce-cart.woocommerce-page .cart_totals td {
    padding-top: 14px !important;
    line-height: 1.4;
    padding-bottom: 14px !important;
    font-size: 20px;
}

@media all and (max-width: 992px) {
	.checkout-thankyou-left {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.checkout-thankyou-right {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.checkout-thankyou-desc {
		max-width: 100%;
	}
}
@media all and (max-width: 767px) {
	.ctsi-step span {
		display: none;
	}

	.checkout-thankyou-cols h1 {
		font-size: 24px;
	}
	
	.mc-membership-details-header {
		flex-wrap: wrap;
	}
	
	.mc-membership-name {
		width: 100%;
	}
	
	.mc-membership-right {
		width: 100%;
		margin: 10px 0;
	}
	
	.mc-membership-details-footer {
		padding-top: 20px;
	}
	
	.mc-membership-details-totals {
		padding-bottom: 20px;
	}
}

@media all and (max-width: 1300px) {
    .woocommerce-checkout-form-wrapper {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 767px) {
    body.woocommerce-checkout .woocommerce-checkout-form {
        width: 100%;
    }
    
    .woocommerce-checkout-form-wrapper .cart-collaterals:not(#invalid) {
        width: 100%;
        order: -1;
        margin-bottom: 30px;
    }

}