/*!
Theme Name: Market3
Theme URI: http://underscores.me/
Author: Market3
Author URI: https://www.market3.net
Description: Market3 Woo Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: market3
*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0 0 0.5em;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}




/*--------------------------------------------------------------
# Temp
--------------------------------------------------------------*/

p:empty {
    display: none;
}



/*--------------------------------------------------------------
# Root
--------------------------------------------------------------*/

:root {
    --wp--preset--font-size--normal: 16px;
}

:root :where(p:last-child) {
    margin-bottom: 0;
}



/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/

.site-content {
	max-width: var(--wp--style--global--content-size);
    padding: 0;
    margin-inline: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.site-content {
	padding-top: 40px;
    padding-bottom: 80px;
}

@media screen and (min-width: 37.5em) {
.left-sidebar .site-content {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 5%;
}
.left-sidebar .site-content main {
    width: 70%;
}
.left-sidebar .site-content aside {
    width: 25%;
}
}


@media screen and (max-width: 37.5em) {
.site-content {
	max-width: calc(100% - 50px);
}
.site-content {
    padding-bottom: 50px;
}
}



/*--------------------------------------------------------------
# Align wide and full
--------------------------------------------------------------*/

@media screen and (min-width: 37.5em) {
.alignwide {
    margin-left: calc(-1*(var(--wp--style--global--wide-size) - var(--wp--style--global--content-size)) / 2);
    margin-right: calc((100% - var(--wp--style--global--wide-size)) / 2);
    max-width: var(--wp--style--global--wide-size);
    width: auto;
}
.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
}

@media screen and (max-width: 37.5em) {
.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    background-color: var(--wp--preset--color--accent-light);
}

.site-header a {
    color: inherit;
}

@media screen and (min-width: 37.5em) {
.site-header-inner {
	display: grid;
	grid-template-columns: 290px 2fr 1fr;
	grid-template-rows: 60px 40px;
	grid-template-areas: 'logo bar-center bar-right' 'logo bar-menu bar-menu';
	align-items: center;
	max-width: var(--wp--style--global--content-size);
    margin: auto;
}
.site-logo {
	grid-area: logo;
	padding-right: 20px;
	display: flex;
    align-items: center;
	gap: 12px;
}
img.custom-logo {
    width: 130px;
}
span.branding-text {
    display: flex;
    flex-direction: column;
}
span.branding-text p {
    margin: 0;
    line-height: 1.2;
}
p.site-title {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}
.site-search {
	grid-area: bar-center;
	align-self: end;
}
.header-sec {
	grid-area: bar-right;
	justify-self: end;
	align-self: end;
}
.main-navigation {
	grid-area: bar-menu;
	align-self: center;
}
.site-logo svg {
    width: 100%;
	height: auto;
}
}

@media screen and (max-width: 37.5em) {
.site-header-inner {
	display: grid;
	grid-template-columns: 46px 130px 1fr;
	grid-template-rows: 56px 43px;
	grid-template-areas: 'menu logo bar-right' 'search search search';
	position: relative;
	max-width: calc(100% - 50px);
	margin: auto;
}
button.menu-toggle {
	grid-area: menu;
}
.site-logo {
	grid-area: logo;
	align-self: center;
	justify-self: center;
	line-height: 0;
	padding-top: 4px;
	display: flex;
    align-items: center;
	gap: 8px;
}
img.custom-logo {
    width: 60px;
}
span.branding-text {
    display: flex;
    flex-direction: column;
}
p.site-title {
    font-weight: 700;
    text-transform: uppercase;
	line-height: 1.1;
    font-size: 1em;
	margin: 0;
}
p.site-description {
    display: none;
}
.header-sec {
	grid-area: bar-right;
	align-self: center;
	justify-self: end;
}
.site-search {
	grid-area: search;
}
.site-logo svg {
    width: 147px;
	height: auto;
}
}

header form.woocommerce-product-search {
    display: flex;
    justify-content: space-between;
	background-color: #fff;
    padding-right: 0.8em;
    border-radius: 4px;
}

header form.woocommerce-product-search input[type="search"] {
	padding: 0.6em 0.9em 0.75em;
    background-color: #fff;
    border-radius: 4px;
	border: none;
}

header form.woocommerce-product-search button {
    border: none;
    padding: 0;
    line-height: 0;
    background-color: transparent;
}

@media screen and (min-width: 37.5em) {
header form.woocommerce-product-search input[type="search"] {
    width: calc(100% - 32px);
	line-height: 1;
}
}

.header-icons {
    display: flex;
    gap: 2em;
    align-items: center;
}

.header-icons a {
    display: flex;
}

.header-icons div {
    display: flex;
    gap: 0.6em;
	align-items: center;
}

.header-icons svg {
    width: 24px;
    height: 24px;
}

.header-icons ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    flex-direction: column;
}

@media screen and (max-width: 37.5em) {
button.menu-toggle {
	line-height: 0;
	border: none;
    padding: 0;
    background-color: transparent;
	text-align: left;
}
header form.woocommerce-product-search input[type="search"] {
    width: calc(100% - 27px);
    padding: 0.3em 0.7em 0.45em;
}
.header-icons ul {
    font-size: 0.75em;
	gap: 2px;
}

}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

@media screen and (min-width: 37.5em) {
button.menu-toggle {
    display: none;
}
}

.main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 37.5em) {
.main-navigation {
    display: flex;
    flex-wrap: wrap;
}
.main-navigation ul.menu {
	display: flex;
    gap: 2em;
    text-transform: uppercase;
}
.main-navigation ul li {
    position: relative;
}
.main-navigation ul li a {
    padding: 11px 0;
}
.main-navigation ul.menu > li > a {
    font-weight: 600;
}
.main-navigation ul.sub-menu {
    position: absolute;
    left: 0;
	z-index: 1;
	border: 1px solid var(--contrast-200);
}
.main-navigation ul.menu > li > ul.sub-menu {
    left: 0;
	z-index: 2;
}
.main-navigation ul ul ul.sub-menu {
	top: 0;
    left: 100%;
}
ul.sub-menu {
    background-color: var(--wp--preset--color--base-100);
	top: 29px;
}


li.menu-item > ul.sub-menu {
	display: none;
}
li li.menu-item.active-menu-item {
	background-color: var(--wp--preset--color--base-200);
}
li.menu-item.active-menu-item > ul.sub-menu {
	display: block;
}

li li.menu-item-has-children {
	background-image: url(assets/img/caret-right.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
}
		
.main-navigation ul li li {
    background-color: var(--wp--preset--color--base-100);
	width: 290px;
    line-height: 1.2em;
    padding: 0.7em 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
}



/*--------------------------------------------------------------
# Mobile menu
--------------------------------------------------------------*/

@media screen and (max-width: 37.5em) {
.main-navigation {
    position: absolute;
	width: 100%;
    z-index: 99;
    top: 100%;
}
.main-navigation:not(.toggled) {
    display: none;
}
.main-navigation ul.menu {
	border: 1px solid var(--base-100);
}
.main-navigation ul.sub-menu {
    display: none;
}
.main-navigation li.menu-item {
	position: relative;
	border-bottom: 1px solid var(--base-100);
}
.main-navigation li.menu-item a {
	padding: 10px 7px;
	display: inline-block;
}
.main-navigation ul.menu > li.menu-item {
    background-color: #f2f2f2;
	border-bottom: 1px solid #f7f7f7;
}
.main-navigation ul.menu ul > li {
    background-color: #f7f7f7;
	border-bottom: 1px solid #fafafa;
}
.main-navigation ul.menu ul ul > li {
    background-color: #fafafa;
	border-bottom: 1px solid #fcfcfc;
}

/*
li.menu-item-has-children:after {
    position: absolute;
    content: '+';
    right: 10px;
    font-size: larger;
    font-weight: 500;
    line-height: 1.2;
}
li.menu-item-has-children.sub-menu-open:after {
    top: 0.5em;
    content: '-';
    font-size: 1.1em;
}
*/
.main-navigation li.sub-menu-open > ul.sub-menu {
    display: block;
}

}




/**
 * -------------------------------------------------------------
 * ANIMATED PLUS
 * -------------------------------------------------------------
 */


.animated-plus {
    width: 18px;
    height: 18px;
    background: #e6e6e6;
    border-radius: 100px;
  position: absolute;
  right: 5px;
  top: 11px;
}

.animated-plus::before,
.animated-plus::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.animated-plus::before {
  width: 10px;
  height: 2px;
  opacity: 1;
}

.animated-plus::after {
  width: 2px;
  height: 10px;
}

li.menu-item-has-children.sub-menu-open > .animated-plus::before {
  opacity: 0;
}

li.menu-item-has-children > .animated-plus::before, li.menu-item-has-children > .animated-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}


@media screen and (min-width: 37.5em) {
.animated-plus {
	display: none;
}
}



/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

.home header.entry-header {
    display: none;
}

.home .site-content {
    padding-top: 0;
}

.home .product-group {
    border-top: 3px solid var(--wp--preset--color--base-100);
    padding-top: 0.7em;
}

.home h2.wp-block-heading {
    text-transform: uppercase;
    margin: 1em 0 1.5em;
}




/*--------------------------------------------------------------
## Woocommerce single product
--------------------------------------------------------------*/

@media screen and (min-width: 37.5em) {
.single-product div.product {
	display: grid;
	grid-template-columns: 2fr 3fr;
	grid-template-rows: auto;
	grid-template-areas: 'images summary' 'tabs tabs' 'related related';
	column-gap: 40px;
}
.single-product div.product .woocommerce-product-gallery {
    grid-area: images;
}
.summary {
	grid-area: summary;
}
.wc-custom-tabs {
	grid-area: tabs;
}
.related.products {
    grid-area: related;
}
}

.single-product div.product .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    float: none !important;
    gap: 1em;
}

ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-direction: column;
    width: 60px;
	gap: 5px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: calc(100% - 60px);
    margin-bottom: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 100% !important;
	height: 58px;
    border: 1px solid #ddd;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3%;
}

.woocommerce-product-gallery__image.flex-active-slide {
    text-align: center;
}

.single-product div.product .woocommerce-product-gallery a {
    cursor: auto;
}

span.sku_part {
    display: block;
    font-size: 85%;
}

span.name_part {
    display: block;
    font-size: 70%;
    font-weight: 400;
}

button.cta {
    margin: 2em 0;
    padding: 1.2em 1.3em;
    background-color: var(--wp--preset--color--accent);
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    border-radius: 0.3em;
}

.product_meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 2.5em;
}


.wc-custom-attributes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wc-custom-att {
    display: flex;
    gap: 7%;
    position: relative;
}

.wc-custom-att h4 {
    font-size: 1em;
    width: 20%;
    font-weight: 600;
    line-height: 1.4;
}

.att-options {
    width: 73%;
}

.wc-custom-attributes label {
    font-size: 1em;
}

.att-option p {
    font-size: 0.8em;
    line-height: 1.4;
}

.wc-custom-att:not(:last-child):after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
    bottom: -10px;
}



.wc-custom-tab, .products.related {
    margin-top: 4em;
}

.wc-custom-tab > h2, .products.related > h2 {
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
}

.custom-tab-content ul {
    padding: 0;
    margin: 0 0 0 1.2em;
    line-height: 1.3;
}

.custom-tab-content ul li {
    margin-bottom: 0.6em;
}



.single-product div.product .woocommerce-product-gallery {
    justify-content: center;
}



@media screen and (max-width: 37.5em) {
.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 2em;
}
.wc-custom-att h4 {
    width: 40%;
}
button.cta {
    padding: 0.8em 1em;
    font-size: 0.9em;
}
.wc-custom-tab > h2, .products.related > h2 {
    font-size: 1.3em;
    letter-spacing: 1px;
}
}



/*--------------------------------------------------------------
# Woocommerce Loop
--------------------------------------------------------------*/

ul.wc-custom-attributes-loop {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display: flex;
    flex-direction: column;
    gap: 6px;
	flex: 1 0 auto;
}

ul.wc-custom-attributes-loop li {
    font-size: 0.8em;
}

ul.wc-custom-attributes-loop li label {
    font-weight: 600;
}


.product-group {
    margin-top: 3em;
}

.product-group p.group-title {
    font-size: 1.6em;
    margin-bottom: 0;
    font-weight: 600;
}


header.woocommerce-products-header .term-description {
    margin-bottom: 1em;
}



/*--------------------------------------------------------------
# Woocommerce Layered Nav
--------------------------------------------------------------*/

aside#secondary h2.widget-title {
    font-size: 1em;
    font-weight: 600;
    border-bottom: 2px solid var(--wp--preset--color--base-100);
    padding-bottom: 0.2em;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce ul.woocommerce-widget-layered-nav-list {
    margin: 0 0 1.8em;
    padding: 0;
}

.woocommerce-widget-layered-nav-list span.count {
    font-size: 0.7em;
    color: var(--wp--preset--color--base-100);
}

.woocommerce-widget-layered-nav-list > li {
    margin: .4rem 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
	line-height: 1.2em;
}

.woocommerce-widget-layered-nav-list > li a {
    color: inherit;
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-align: left;
    background: rgba(0,0,0,0);
    border: none;
    padding: 0;
	margin-left: 0;
    outline: none;
}

.woocommerce-widget-layered-nav-list > li a:before {
    position: relative;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .75);
    /* box-shadow: inset 0 0 0 1px; */
    transition: box-shadow .2s cubic-bezier(.15,0,.15,0);
    margin-right: .8rem !important;
    /* top: .07rem; */
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    content: '' !important;
    display: block;
    width: 1.35em;
    height: 1.35em;
    border: 1px solid #ddd;
	background-origin: padding-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
	content: '' !important;
}

.woocommerce-widget-layered-nav-list > li.chosen a:before {
    background-color: var(--wp--preset--color--accent);
	background-image: url(assets/img/check-white.png);
    box-shadow: inset 0 0 0 1px var(--wp--preset--color--accent);
}

.woocommerce-widget-layered-nav-list > li:hover a:before {
    /* box-shadow: 0 0 0 3px; */
	background-image: url(assets/img/check-white.png);
	background-color: var(--wp--preset--color--contrast);
}

.woocommerce-widget-layered-nav-list > li.chosen:hover a:before {
	background-image: url(assets/img/cancel-white.png);
	background-color: var(--wp--preset--color--accent);
	/*
    background-image: url(assets/img/check-green.png);
    box-shadow: 0 0 0 3px var(--wp--preset--color--accent);
	*/
}



.widget_layered_nav_filters h2.widget-title {
    border-color: var(--wp--preset--color--contrast) !important;
}

.woocommerce .widget_layered_nav_filters ul {
    display: flex;
    margin: 0 0 2.7em;
    gap: 7px;
    list-style-type: none;
    padding: 0;
	flex-wrap: wrap;
}

.woocommerce .widget_layered_nav_filters ul li a {
    color: #fff;
    background-color: var(--wp--preset--color--contrast);
    font-size: 0.75em;
    padding: 0.3em 0.6em 0.37em 1.6em;
    border-radius: 0.4em;
    background-image: url(assets/img/cancel-white.png);
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0.45em 47%;
}


@media screen and (max-width: 37.5em) {
aside#secondary {
    margin-top: 5em;
}
}




/*--------------------------------------------------------------
# SVG Lists
--------------------------------------------------------------*/

ul.svglist {
    list-style-type: none;
    display: flex;
    flex-direction: column;
	margin: 0;
    padding: 0;
	gap: 1.4em;
}

ul.svglist li {
    display: flex;
	gap: 0.7em;
}

ul.svglist li svg {
    width: 1.6em;
    height: 1.6em;
    display: flex;
}

ul.svglist li span {
    width: calc(100% - 2.3em);
	line-height: 1.45;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	color: #fff;
    background-color: var(--wp--preset--color--contrast);
	padding-top: 5em;
}

@media screen and (min-width: 37.5em) {
.footer-widgets, .site-info {
	max-width: var(--wp--style--global--content-size);
    margin: auto;
}
}

@media screen and (max-width: 37.5em) {
.footer-widgets, .site-info {
	max-width: calc(100% - 50px);
	margin: auto;
}
}

.site-footer h2.widget-title {
    font-size: 1.4em;
    color: var(--wp--preset--color--accent);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 2.7em;
}

.site-footer h2.widget-title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.15em;
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    bottom: -1em;
}


#contacto svg {
    fill: var(--wp--preset--color--accent);
    width: 1.6em;
    height: 1.6em;
}

.m3contacts_wrapper {
    width: 50%;
}


.m3contacts input[type="submit"] {
    font-weight: 700;
    padding: 1.2em 2em;
    cursor: pointer;
    background-color: var(--wp--preset--color--accent);
    border: none;
    border-radius: 4px;
}


.site-info {
    padding: 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 4em;
}

ul#footer-menu {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 3em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 2px;
}


@media screen and (max-width: 37.5em) {
#contacto {
    flex-direction: column;
    row-gap: 4em;
}
.m3contacts_wrapper {
    width: 100%;
}
ul#footer-menu {
    gap: 1.5em;
    font-size: 0.7em;
    letter-spacing: 0;
}
}



