/* 
Theme Name: IONYX Digital - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: WordPress theme by IONYX Digital. Based on the Hello Elementor Child theme. 
Author: IONYX Digital, Elementor Team
Author URI: https://ionyxdigital.com.au/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/**
* BASE STYLES
*/
/* CSS Variables */
/* Elementor Colour Variables
var(--e-global-color-primary); // Primary
var(--e-global-color-secondary); // Secondary
var(--e-global-color-text); // Text
var(--e-global-color-accent); // Accent
var(--e-global-color-058574c); // Light Grey
var(--e-global-color-4f9f4bf); // Mid Grey
var(--e-global-color-084321b); // Dark Grey / Off Black
var(--e-global-color-65a6e9a); // White
var(--e-global-color-425b0ef); // Black
var(--e-global-color-ceab239); // Success
var(--e-global-color-0eb5bad); // Alert / Error
*/
:root {
	--theme-border-radius: 4px; /* Border radius for various elements */
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
	-webkit-margin-after: 1rem;
    margin-block-end: 1rem;
}
/* Remove top margin from first heading in container */
h1:first-child, .elementor-widget-heading h1, 
h2:first-child, .elementor-widget-heading h2, 
h3:first-child, .elementor-widget-heading h3, 
h4:first-child, .elementor-widget-heading h4, 
h5:first-child, .elementor-widget-heading h5, 
h6:first-child,  .elementor-widget-heading h6 {
    -webkit-margin-before: 0rem;
    margin-block-start: 0rem;
}
/* Outline stroke on text */
.font-outline-stroke {
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--e-global-color-secondary);
}

/* Lists */
ul, ol {
	margin: 30px 0;
}
	ul li, ol li {
		margin: 0 0 5px 0;
	}

/* Tables */
table td, table th {
	border: 1px solid var(--e-global-color-058574c);
}
table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: unset;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, 
table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, 
table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
	-webkit-border-before: 0;
	border-block-start: 0;
}

/* Odd table rows */
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

/* Forminator Forms */
.forminator-ui.forminator-design--default .forminator-button-submit {
	font-size: 16px!important;
	padding: 13px 50px!important;
	box-shadow: none!important;
}
.forminator-edit-module {
	display: none;
}
/* Forminator Field Labels */
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-label, 
.forminator-ui.forminator-custom-form[data-design=default] .forminator-label {
    display: none!important;
}
/* Forminator Field Inputs */
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] input.forminator-input, 
.forminator-ui.forminator-custom-form[data-design=default] input.forminator-input {
    padding: 18px;
}
/* Forminator Field Textareas */
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] textarea.forminator-textarea, 
.forminator-ui.forminator-custom-form[data-design=default] textarea.forminator-textarea {
    padding: 18px;
}

.forminator-ui#forminator-module-1422.forminator-design--default .forminator-input::placeholder {
	text-transform: uppercase;
}

.forminator-field-upload .forminator-field {
	display: flex;
	flex-direction: column!important;
    justify-content: space-between;
    padding: 8px 15px!important;
    gap: 10px 0;
    border: 1px solid #666!important;
}

@media (min-width: 768px) {
	.forminator-field-upload .forminator-field {
		flex-direction: row!important;
		align-items: center;
	}
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-field-upload .forminator-label {
	display: block!important;
	font-size: 15px!important;
	text-transform: uppercase;
	font-weight: normal!important;
	color: var(--e-global-color-primary);
}

@media (max-width: 767px) {
	.forminator-ui#forminator-module-1422.forminator-design--default .forminator-button-upload {
	    width: auto;
	    margin-right: 10px;
	}
}


/**
* GENERAL
*/

@media(min-width: 768px) {
	.hide-desktop {
		display: none!important;
	}
}

@media(max-width: 767px) {
	.hide-mobile {
		display: none!important;
	}
}


/**
* HEADER
*/

/* @media (min-width: 881px) {
	#header {
		max-height: 180px;
	}
	#header-nav {
		max-height: 130px;
	}
} */

#header-nav .elementor-menu-toggle {
	background-color: transparent;
}

#header-logo img {
	transition: all .3s;
}

#header.elementor-sticky--effects #header-nav {
/*    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);*/
    background-color: var(--e-global-color-primary);
}

#header.elementor-sticky--effects #header-logo img {
	width: 70px;
}

#header-nav > .e-con-inner {
	transition: all 0.3s;
}

#header.elementor-sticky--effects #header-nav > .e-con-inner {
	padding-top: 10px;
}

@media (min-width: 768px) {
	#header.elementor-sticky--effects #header-logo img {
		width: 110px;
	}

	#header.elementor-sticky--effects #header-nav > .e-con-inner {
		padding-bottom: 0;
	}
}

#header.elementor-sticky--effects #header-contact {
	padding-bottom: 20px;
}

#header.elementor-sticky--effects .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 19px !important;
}

.elementor-nav-menu .menu-item .sub-arrow {
	padding: 0 0 0 5px;
}

#header-top a {
	color: inherit;
	text-decoration: inherit;
	transition: color 0.3s;
}

#header-top a:hover {
	color: var(--e-global-color-primary);
}

.elementor-nav-menu--dropdown a {
	transition: all .3s;
}


/**
* FOOTER
*/
#footer-cols .footer-menu p {
	-webkit-margin-after: .6rem;
    margin-block-end: .6rem;
}

#footer-cols .footer-menu a {
	color: inherit;
	text-decoration: inherit;
	transition: color 0.3s;
}

#footer-cols .footer-menu a:hover {
	color: var(--e-global-color-secondary);
}

#footer-cols .elementor-nav-menu--main .elementor-nav-menu a {
	padding: 2px 0;
	border: none;
}

#footer-cols .elementor-nav-menu--main .elementor-nav-menu a::after {
	content: none;
}

#footer-cols .elementor-nav-menu--main .elementor-nav-menu a:hover,
#footer-cols .elementor-nav-menu--main .elementor-nav-menu a:focus {
	color: var(--e-global-color-accent);
}


/**
* PHONE & EMAIL SHORTCODES
*/
.elementor-shortcode a.phone-link,
.elementor-shortcode a.email-link {
	display: flex;
	gap: 10px;
	color: var(--e-global-color-4f9f4bf);
	transition: all .3s;
    word-break: break-all;
}

.elementor-shortcode a.phone-link svg,
.elementor-shortcode a.email-link svg {
	fill: #ffffff;
	width: 16px;
	transition: all .3s;
	flex-shrink: 0;
}

.elementor-shortcode a.phone-link-icon {
	display: block;
    width: 44px;
    height: 44px;
}

.elementor-shortcode a.phone-link-icon svg {
    width: 45px;
    height: 45px;
    padding: 11px;
	fill: var(--e-global-color-accent);
}

.elementor-shortcode a.phone-link:hover,
.elementor-shortcode a.phone-link:focus,
.elementor-shortcode a.phone-link:hover svg,
.elementor-shortcode a.phone-link:focus svg,
.elementor-shortcode a.email-link:hover,
.elementor-shortcode a.email-link:focus,
.elementor-shortcode a.email-link:hover svg,
.elementor-shortcode a.email-link:focus svg {
	color: var(--e-global-color-accent);
	fill: var(--e-global-color-accent);
}

#header .elementor-shortcode a.phone-link,
#header .elementor-shortcode a.email-link,
#header .elementor-shortcode a.phone-link svg,
#header .elementor-shortcode a.email-link svg {
	color: #ffffff;
	fill: #ffffff;
}

#header .elementor-shortcode a.phone-link:hover,
#header .elementor-shortcode a.phone-link:focus,
#header .elementor-shortcode a.phone-link:hover svg,
#header .elementor-shortcode a.phone-link:focus svg,
#header .elementor-shortcode a.email-link:hover,
#header .elementor-shortcode a.email-link:focus,
#header .elementor-shortcode a.email-link:hover svg,
#header .elementor-shortcode a.email-link:focus svg {
	color: var(--e-global-color-accent);
	fill: var(--e-global-color-accent);
}

#footer-cols .elementor-shortcode a.phone-link,
#footer-cols .elementor-shortcode a.email-link {
	color: var(--e-global-color-4f9f4bf);
}

#footer-cols .elementor-shortcode a.phone-link svg,
#footer-cols .elementor-shortcode a.email-link svg {
	fill: #ffffff;
}

#footer-cols .elementor-shortcode a.phone-link:hover,
#footer-cols .elementor-shortcode a.phone-link:focus,
#footer-cols .elementor-shortcode a.phone-link:hover svg,
#footer-cols .elementor-shortcode a.phone-link:focus svg,
#footer-cols .elementor-shortcode a.email-link:hover,
#footer-cols .elementor-shortcode a.email-link:focus,
#footer-cols .elementor-shortcode a.email-link:hover svg,
#footer-cols .elementor-shortcode a.email-link:focus svg {
	color: var(--e-global-color-accent);
	fill: var(--e-global-color-accent);
}


/**
* ELEMENTOR BLOCKS
*/

/* Custom Dividers */
.fade-divider .elementor-divider-separator {
	height: 2px;
	border: none!important;
	background: linear-gradient(to right, var(--e-global-color-accent), transparent);
}

.double-divider .elementor-divider-separator {
	padding-bottom: 10px;
	border-bottom: 5px solid var(--e-global-color-accent);
}

.double-divider--white .elementor-divider-separator {
	border-color: #ffffff;
}

/* Inherit color and text decoration for column links */
a.e-con {
	color: inherit;
	text-decoration: inherit;
}

/* Heading with link - inherit parent text decoration */
.elementor-widget-heading .elementor-heading-title a {
	text-decoration: inherit;
}

/* Icon list */
.elementor-widget .elementor-icon-list-item a {
	text-decoration: none;
}

/* Flip box */
.elementor-widget-flip-box .elementor-flip-box__layer {
	text-decoration: inherit;
}
.elementor-widget-flip-box.elementor-flip-box--effect-fade .elementor-flip-box__layer {
	transition: all .3s ease-in-out;
}

/* Image Carousel - verticaly centre images */
.elementor-widget-image-carousel .elementor-image-carousel {
	align-items: center;
}

/* Image Carousel - adjust nav arrow spacing */
.elementor-element.elementor-arrows-position-outside .swiper, 
.elementor-element.elementor-arrows-position-outside .swiper-container,
.elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
	width: calc(100% - 140px);
}

/* Image Carousel - equal height logos  */
.logo-carousel-equal-height.elementor-widget-image-carousel .swiper-slide img {
	max-height: 70px;
}

/* Image Carousel - Display caption over image  - add "caption-over-image" CSS class */
.caption-over-image.elementor-widget-image-carousel .elementor-image-carousel {
	align-items: center;
}
	.caption-over-image.elementor-widget-image-carousel .swiper-slide-inner {
		display: flex;
		position: relative;
		justify-content: center;
	}
	.caption-over-image.elementor-widget-image-carousel .swiper-slide-inner:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: inline-block;
		background: rgb(5,5,23);
		background: -moz-linear-gradient(180deg, rgba(5,5,23,0.2) 50%, rgba(5,5,23,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(5,5,23,0.2) 50%, rgba(5,5,23,1) 100%);
		background: linear-gradient(180deg, rgba(5,5,23,0.2) 50%, rgba(5,5,23,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050517",endColorstr="#050517",GradientType=1);
	}
	.caption-over-image.elementor-widget-image-carousel .elementor-image-carousel-caption {
		position: absolute;
		top: 80%;
		width: 100%;
		max-width: 250px;
		z-index: 1;
	}
	.caption-over-image.elementor-widget-image-carousel .swiper .elementor-swiper-button {
		top: 80%;
		margin-top: 10px;
	}
	.caption-over-image.elementor-widget-image-carousel .swiper .elementor-swiper-button-prev {
		left: 20px;
	}
	.caption-over-image.elementor-widget-image-carousel .swiper .elementor-swiper-button-next {
		right: 20px;
	}

/* Image Carousel -  verticle center and set max height on images - add "max-height" CSS class */
.max-height.elementor-widget-image-carousel .elementor-image-carousel {
	align-items: center;
}
	.max-height.elementor-widget-image-carousel .swiper-slide img {
		max-height: 130px;
	}

/* Sliders - disabled arrows */
.jet-carousel .jet-arrow.slick-disabled {
	pointer-events: none;
    opacity: .5;
}

/* Popup close button */
.elementor-popup-modal .dialog-close-button {
	top: 0;
	right: 0;
    border-radius: 18px;
    padding: 20px;
    svg {
    	fill: #fff;
    }
}
/*.elementor-popup-modal .dialog-close-button::after {
	content: 'Close';
	margin-left: 5px;
	color: #fff;
	font-weight: 600;
}*/
	

/* Offset anchor links to account for sticky header */
body:not(.elementor-editor-active) .elementor-menu-anchor {
	margin: -130px 0 0;
}

/* Add border to vertical menu - add "vertical-menu-dividers" CSS class */
.vertical-menu-dividers.elementor-widget-nav-menu li {
	border-top: 1px solid #F2F2F3;
}

.vertical-menu-dividers.elementor-widget-nav-menu li:last-of-type {
	border-bottom: 1px solid #F2F2F3;
}


/**
* RESPONSIVE READY CLASSES
*/

/* Show on Mobile Only */
@media (min-width: 881px) {
	.hidden-show-mobile-only {
		display: none!important;
	}
}


/**
* ANIMATIONS
*/
 
/* Adjust Elementor FadeInUp animation */
.fadeInUp {
    animation-name: fadeInUpShort!important;
}
@keyframes fadeInUpShort {
    from {
        opacity: 0;
        transform: translate3d(0,50px,0);
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDownShort!important;
}
@keyframes fadeInDownShort {
    from {
        opacity: 0;
        transform: translate3d(0,-50px,0);
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeftShort!important;
}

@keyframes fadeInLeftShort {
    from {
        opacity: 0;
        transform: translate3d(-50px,0,0);
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRightShort!important;
}

@keyframes fadeInRightShort {
    from {
        opacity: 0;
        transform: translate3d(50px,0,0);
    }

    to {
        opacity: 1;
        transform: none
    }
}


/**
* GRID WITH HOVER STATE
*/

/* Show only on hover */
.grid-item-hover .show-on-hover {
	opacity: 0;
	transition: opacity .3;
}
.grid-item-hover:hover .show-on-hover {
	opacity: 1;
}


/**
* WOOCOMMERCE
*/

/* Buttons */
.woocommerce a.button.alt,
.woocommerce button.button.alt {
	font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
	color: var(--e-global-color-text );
	background-color: var(--e-global-color-primary);
	border-radius: var(--theme-border-radius);
    padding: 10px 25px 10px 25px;
	line-height: var(--e-global-typography-0efad0a-line-height );
    letter-spacing: var(--e-global-typography-0efad0a-letter-spacing );
    word-spacing: var(--e-global-typography-0efad0a-word-spacing );
}
	.woocommerce a.button.alt:hover,
	.woocommerce button.button.alt:hover {
		color: var(--e-global-color-text );
		background-color: #ffd1ab;
	}

	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
		background-color: #FFD1AB;
	}

/* Product Card - add to cart button */
.woocommerce ul.products li.product .button {
	font-size: 18px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
	color: #fff;
	background-color: var(--e-global-color-secondary);
	border-radius: var(--theme-border-radius);
    padding: 5px 15px 5px 15px;
	line-height: var(--e-global-typography-0efad0a-line-height );
    letter-spacing: var(--e-global-typography-0efad0a-letter-spacing );
    word-spacing: var(--e-global-typography-0efad0a-word-spacing );
}
	.woocommerce ul.products li.product .button:hover {
		color: #fff;
		background-color: var(--e-global-color-primary);
	}

/* Product card */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}

.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: 24px;
	font-weight: 700;
	color: var(--e-global-color-084321b);
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover .h3 {
	color: var(--e-global-color-primary);
}

.woocommerce ul.products li.product .price {
	font-size: 20px;
	color: var(--e-global-color-084321b);
}

/* Shop tables */
.woocommerce table.shop_table {
	border: 0;
}
.woocommerce table.shop_table thead th {
	border: 0;
}
.woocommerce table.shop_table tbody td {
	border: 0;
	border-top: 1px solid var(--e-global-color-058574c);
	border-bottom: 1px solid var(--e-global-color-058574c);
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
	border: 0;
}

/* Cart table */
.woocommerce-cart table.cart th {
	border: 0;
}
.woocommerce table.shop_table td.product-remove {
	width: 0.1%;
    white-space: nowrap;
}
.woocommerce table.shop_table td.product-name a {
	font-weight: 700;
	text-decoration: none;
}

/* Cart product thumbnail */
#add_payment_method table.cart img,
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: 50px;
}

/* Quantity input */
.woocommerce .quantity .qty {
	padding: 10px 15px 10px 15px!important;
}

/* Coupon input */
.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 {
	padding: 10px 15px 10px 15px!important;
	width: 135px;
}

/* Checkout payment methods */
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background-color: var(--e-global-color-058574c);
}
	#add_payment_method #payment div.payment_box, 
	.woocommerce-cart #payment div.payment_box, 
	.woocommerce-checkout #payment div.payment_box {
		background-color: var(--e-global-color-4f9f4bf);
	}
		#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: var(--e-global-color-4f9f4bf);
		}
.woocommerce-checkout #payment ul.payment_methods li label {
	font-weight: bold;
}

/* Select2 input */
.select2-container {
	width: 100% !important;
}
	.select2-container .selection .select2-selection {
		height: 42px;
		padding: 0 !important;
		border: 1px solid var(--e-global-color-4f9f4bf);
		border-radius: 0;
	}
	.select2-container .selection .select2-selection__arrow {
		height: 100%;
		right: 10px;
	}
	.select2-container .selection .select2-selection__rendered {
		display: flex;
		align-items: center;
		padding-left: 15px;
		height: 100% !important;
	}
	.select2-container .select2-results__option {
		margin: 0;
	}

/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 0 20px 0 0;
}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.woocommerce-account .woocommerce-MyAccount-navigation ul li {
			margin: 0;
			padding: 10px;
			border-top: 1px solid var(--e-global-color-058574c);
		}
			.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type {
				border-bottom: 1px solid var(--e-global-color-058574c);
			}
		.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
			color: var(--e-global-color-secondary);
			font-size: 18px;
			text-decoration: none;
			font-weight: bold;
		}
			.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
				color: var(--e-global-color-primary);
			}

.woocommerce-account .woocommerce-MyAccount-content {
	padding: 0 0 0 20px;
}

/* Woocmmerce Breadcrumbs */
.woocommerce .woocommerce-breadcrumb a {
	text-decoration: none;
}

/* Woocmmerce Notices */
.woocommerce-notices-wrapper {
	max-width: 1250px;
}

/* Product Variations Table */
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
	text-align: left;
}
.woocommerce div.product form.cart .variations th {
	font-size: 18px;
	padding-left: 0;
}


/* Product Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: var(--e-global-color-4f9f4bf);
	border: 0!important;
}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		background-color: var(--e-global-color-058574c);
	}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
	background-color: var(--e-global-color-058574c);
	padding: 40px!important;
	border: 0!important;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	padding: 8px;
	vertical-align: middle;
}
