/*
Theme Name: MT Theme FSE
Author: Marta Torre
Author URI: https://martatorre.dev/
Description: Custom theme for Marta Torre's website based on blocks and FSE.
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 7.2
Version: 1.0.1
Text Domain: martatorre
Tags:
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


body > div.wp-site-blocks > div > div > form > table > tbody > tr:nth-child(3) > td > div > button{
	padding: 13px !important;
}

/*footer*/
footer .wp-block-social-links > .wp-social-link-instagram a svg {
    visibility: hidden;
}
footer .wp-block-social-links > .wp-social-link-instagram a::before {
    content: url(https://martatorre.dev/contratar-servicios/wp-content/uploads/2023/08/instagram.svg);
}

*, ::after, ::before {
    box-sizing: border-box;
}
.wp-block-navigation__container {
    display: flex;
    justify-content: space-between;
}
.column-12__general{
	width: 100%;
	display: flex;
	max-width: 1080px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
}
.btn-mt {
    padding: 24px 12px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    transition: all .2s;
    text-decoration: none;
}
.btn-mt:hover{
    text-decoration: none;
}
.btn-mt-verde {
    background: #28E8A3;
    color: #011046;
}
.btn-mt-verde:hover {
    background: #11D9ED;
    color: #fff;
}
.btn-block{
    width: 100%;
    display: block;
    text-align: center;
}
.product-thumbnail {
    text-align: center;
}
.product-thumbnail img {
    max-width: 60px;
}
.shop_table th, .shop_table td {
    border-bottom: solid 1px rgba(255,255,255,.5);
    border-top: none!important;
}
.shop_table {
    border: 1px solid rgba(255,255,255,.5)!important;
}
.input-mt, input[type=number].input-mt{
    color: #011046;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    border: #11D9ED solid 1px!important;
    border-radius: 2px;
    display: inline-block;
}
.input-mt::placeholder{
    color: #555D66;
}