/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.validate_email_against_bot {
    display: none;
}

body {
    color: #000;
}
html .header-transparent #Top_bar #logo{position: absolute; height: 144px;}
html #Top_bar.is-sticky #logo img.logo-sticky{max-height: 95px;}
.menu-arrow-bottom #Top_bar .menu > li > a::after {
    border-bottom-color: #d53b61;
}

#Top_bar #logo,
.header-fixed #Top_bar #logo,
.header-plain #Top_bar #logo,
.header-transparent #Top_bar #logo {
    height: 84px;
    line-height: 84px;
    padding: 10px 0;
}

#Top_bar:not(.is-sticky) {
    border-bottom: none !important;
    background: rgba(0, 0, 0, 0.8);
}

#Top_bar .top_bar_right,
.header-plain #Top_bar .top_bar_right {
    height: auto !important;
}

#Top_bar .menu > li > a {
    padding: 22px 0;
}

#Top_bar .menu > li > a {
    color: rgba(255, 255, 255, 0.7);
}

#Top_bar .top_bar_right a {
    color: #fff;
}

#Top_bar .menu > li.current-menu-item > a,
#Top_bar .menu > li.current_page_item > a,
#Top_bar .menu > li.current-menu-parent > a,
#Top_bar .menu > li.current-page-parent > a,
#Top_bar .menu > li.current-menu-ancestor > a,
#Top_bar .menu > li.current-page-ancestor > a,
#Top_bar .menu > li.current_page_ancestor > a,
#Top_bar .menu > li.hover > a {
    color: #fff;
}

#Top_bar .top_bar_right_wrapper {
    top: 35px;
}

h2 {
    font-size: 48px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.02em;
    line-height: 48px;
}

h2::after {
    background-color: #d53b61;
    content: "";
    display: block;
    height: 4px;
    top: -16px;
    width: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
}

a.button,
a.tp-button {
    background-color: #fff;
    color: #d53b61;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 2px solid #d53b61 !important;
    font-size: 22px;
    padding: 8px 36px;
}

a.button:hover,
a.tp-button:hover,
.woocommerce-account .addresses .title .edit:hover {
    background-color: #d53b61;
    color: #fff;
}

.woocommerce-account .addresses .title .edit {
    background-color: #fff;
    color: #d53b61;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 2px solid #d53b61 !important;
    font-size: 16px;
    padding: 2px 16px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #fff;
    color: #d53b61;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 2px solid #d53b61 !important;
    font-size: 22px;
    padding: 8px 36px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #d53b61;
    color: #fff;
}

.woocommerce .shop_table .product-remove a.remove {
    margin: 5px 0 0;
    width: auto;
    height: auto;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    background: #d53b61;
}

.tarifa_home .column_attr {
    text-align: center;
    border: 1px solid #000;
    padding: 30px 20px;
    background: #fff;
}

.tarifa_home .column_attr h3 {
    color: #000;
}

.tarifa_home .column_attr h3::after {
    background-color: #d53b61;
    content: "";
    display: block;
    margin: 20px auto 10px;
    height: 3px;
    bottom: 0;
    width: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tarifa_home p {
    line-height: 1em;
}

.tarifa_home p.price {
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    font-size: 70px;
    font-weight: 600;
    padding: 20px 0 0;
}

.tarifa_home p.price span {
    font-size: 26px;
    font-weight: 300;
}

.tarifa_home p.price sup {
    font-family: "Ubuntu Mono", Arial, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    top: -15px;
    position: relative;
}

.tarifa_home a.button {
    font-size: 20px;
    padding: 5px 28px;
}

.horarios_home .hora {
    text-align: center;
    border: 1px solid #000;
    position: relative;
    height: 100%;
    width: 96%;
    background: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
}

.horarios_home .hora::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border: 1px solid #000;
}

.horarios_home h4 {
    font-size: 25px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 20px 0 0;
    line-height: 1em;
}

.horarios_home h4::after {
    background-color: #d53b61;
    content: "";
    display: block;
    margin: 20px auto 0;
    height: 3px;
    bottom: 0;
    width: 60px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.horarios_home p {
    margin: 0 0 15px;
    font-size: 19px;
    line-height: 1.2em;
}

#Footer {
    background-color: #1f1f1f;
    color: #bbb !important;
    font-size: 16px;
}

#Footer .copyright a {
    color: #8e8e8e;
    margin: 0 5px;
}

#Footer ul.menu_footer {
    list-style: none outside;
    display: inline-block;
    margin: 0 5px;
}

#Footer ul.menu_footer li {
    display: inline-block;
}

#Footer ul.menu_footer li a {
    color: #8e8e8e;
    margin: 0 5px;
}

#media_image-2 {
    float: left;
    margin-right: 20px;
}

#custom_html-2 p {
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 600;
    margin: 15px;
}

#custom_html-3 .contactos {
    float: right;
    text-align: right;
}

#custom_html-3 .contactos a {
    display: block;
}

#custom_html-3 .contactos a.tlf,
p.tel_c .tlf {
    display: block;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 3px 0;
}

#custom_html-3 .contactos a.mail,
p.mail_c .mail {
    font-weight: 700;
}

p.mail_c .mail,
#Footer a.mail {
    font-weight: 700;
    color: #999;
}

p.mail_c .mail span {
    color: #d53b61;
}

h5.d_c {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0px;
    margin-bottom: 40px;
}

#custom_html-3 .contactos a.mail span {
    color: #d53b61;

}

#Subheader {
    background-image: url(/wp-content/uploads/2019/07/bg_cabecera2.jpg);
    background-position: bottom center;
    background-size: cover;
}

#Subheader .title {
    font-size: 45px;
    line-height: 45px;
    font-weight: 200;
    letter-spacing: 0px;
    font-style: normal;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: left;
    width: 100%;
    opacity: 0.3;
}
#Subheader .title::after{
    display: none;
}
#Top_bar .logo {
    float: left;
    margin: 0 30px 0 0;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    background-color: #fff !important;
    border-color: #d53b61;
    color: #d53b61;
}

.wpcf7-form label,
.woocommerce-checkout label,
#customer_login label,
.woocommerce-account .woocommerce-MyAccount-content label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.wpcf7-form input[type="submit"] {
    text-transform: uppercase;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    font-size: 18px;
    letter-spacing: 0.2em;
}

.cart-collaterals h2,
.woocommerce-order h2 {
    font-size: 21px;
    line-height: 25px;
}

.cart-collaterals h2:after,
.woocommerce-order h2:after {
    display: none;
}

.woocommerce table.shop_table {
    border: 1px solid #000;
    border-radius: 0;
}

.woocommerce table.shop_table th {
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #000;
}

.woocommerce .shop_table .product-name a {
    font-size: 18px;
    font-weight: 700;
}

.button-flat.woocommerce-page a.button,
.button-flat.woocommerce-page #respond input#submit,
.button-flat.woocommerce-page button.button,
.button-flat.woocommerce-page input.button {
    font-size: 15px;
}

.woocommerce ul#shipping_method li {
    font-size: 16px;
}

.cart-collaterals p {
    font-size: 19px;
}

.woocommerce-checkout h3 {
    font-size: 26px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
}

.woocommerce form .form-row .select2-container {
    font-size: 14px;
}

.woocommerce-checkout-review-order-table td.product-name {
    color: #d53b61;
    text-align: center !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #eee;
    border-right-color: transparent;

    border-left-color: transparent;

    border-top-color: transparent;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    line-height: 1.2em;
    background-color: #eee;
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    background: rgba(0, 0, 0, 0.03);
    font-size: 22px;
    color: #d53b61;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    font-size: 16px;
    color: #000;
}

.woocommerce table.order_details {
    font-size: 18px;
}

.woocommerce-order-details .woocommerce-table__product-name {
    text-align: center !important;
    color: #d53b61;
}

.woocommerce-order-received address::before {
    background: transparent;
    border-right: transparent;
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid #000;
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding: 6px 12px;
    background: #fff;
    font-size: 20px;
}

.woocommerce .product div.entry-summary .product_meta {
    margin: 0 0 15px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #000;
}

.product_meta .posted_in {
    color: #000;
}

.woocommerce .product div.entry-summary h1.product_title {
    font-size: 46px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-bottom: 15px;
    position: relative;
    color: #000;
}

.product p.price {
    font-family: "Oswald", Arial, Tahoma, sans-serif !important;
    font-size: 45px !important;
    font-weight: 600 !important;
    margin: 30px 0;
}

.product p.price span.woocommerce-Price-currencySymbol {
    font-size: 26px;
    font-weight: 300;
}

.image_frame,
.wp-caption {
    border-width: 0;
    border-style: none;
}

.image_frame .image_wrapper .mask,
.edd_download_image::after {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.shop-filters {
    display: none;
}

.woocommerce form.register,
.woocommerce-form-login {
    border: 1px solid #000 !important;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0 !important;
    font-size: 16px !important;
    line-height: 1em;

}

#customer_login h2 {
    font-size: 36px;
}

.woocommerce-account table.my_account_orders {
    font-size: 19px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    color: #000;
}

.woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #000;
    color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content {
    font-size: 16px;
}

.woocommerce-account .addresses .title h3 {
    font-size: 22px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000;
}

body.woocommerce-account #sln-salon {
    padding: 0em;
    margin: 0px;
}

body.woocommerce-account #sln-salon h3.sln-salon-title {
    display: none;
}

#sln-salon-my-account {
    font-family: "Ubuntu Mono", Arial, Tahoma, sans-serif !important;
}

#sln-salon-my-account h3 {
    font-size: 26px;
    line-height: 44px;
    font-weight: 600 !important;
    letter-spacing: 0px;
    color: #000 !important;
    text-transform: uppercase;
    font-family: "Oswald", Arial, Tahoma, sans-serif !important;
}

#sln-salon-my-account .sln-salon-my-account-tab-nav.nav.nav-tabs li a,
#sln-salon-my-account .sln-salon-my-account-tab-nav.nav.nav-tabs li div {
    border-radius: 0px;
    padding: 20px 15px;
    font-weight: normal;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald", Arial, Tahoma, sans-serif !important;
}

#sln-salon .table,
#sln-salon--admin .table,
.sln-salon-bs-wrap .table,
.sln-calendar--wrapper .table {
    font-size: 22px !important;
}

#sln-salon-my-account .table tr {
    border: none !important;
    background-color: #f8f8f8 !important;
}

table tr:first-child td {
    box-shadow: none;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    font-size: 18px;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.woocommerce ul.products li.product .price span.woocommerce-Price-currencySymbol,
.woocommerce-page ul.products li.product .price span.woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-privacy-policy-text p {
    margin: 0 0 15px;
    font-size: 14px;
}

#sln-salon-my-account .table td {
    color: #000;
    text-align: center;
}

#sln-salon-my-account .table tbody td {
    font-size: 15px !important;
}

#sln-salon .sln-btn--medium input,
#sln-salon .sln-btn--medium button,
#sln-salon .sln-btn--medium a {
    padding: 0 .5em !important;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Oswald", Arial, Tahoma, sans-serif;
    letter-spacing: 0.05em;
}

#sln-salon-my-account.mobile-version .table tbody tr td,
#sln-salon-my-account .table thead td,
#sln-salon-my-account .table td,
#sln-salon-my-account .table tbody td {
    font-size: 17px !important;
    color: #000;
}

#sln-salon-my-account .sln-salon-my-account-tab-nav.nav.nav-tabs > li {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

#sln-salon-my-account .hint {
    font-size: larger;
    color: #000 !important;
    font-family: "Ubuntu Mono", Arial, Tahoma, sans-serif;
}

#sln-salon-my-account .sln-salon-my-account-tab-nav.nav.nav-tabs li.active a,
#sln-salon-my-account .sln-salon-my-account-tab-nav.nav.nav-tabs li.active a {
    border-bottom-color: #000 !important;
    opacity: 1;
    color: #000 !important;
}

#sln-salon .sln-input label,
#sln-salon .sln-text--emphasis--hoverk,
#sln-salon .sln-checkbox input + label:hover::after,
#sln-salon .sln-alert a:hover,
#sln-salon .alert a:hover,
#sln-salon .sln-steps-name:hover {
    color: #000 !important;
    font-weight: 600 !important;
}

#sln-salon .sln-input label {
    padding: .5em 1.2em 0.5em 0 !important;
    text-transform: uppercase;
}

h3,
h3 a,
h3 a:hover {
    color: #000;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    font-size: 21px;
}

h2.woocommerce-order-details__title::after,
h2.woocommerce-column__title::after {
    display: none;
}

.woocommerce-MyAccount-content address::before,
.woocommerce-account .addresses address::before,
.woocommerce-account .addresses address::before {
    display: none;
}

.woocommerce-account .addresses address::after {
    background: transparent;
}

.woocommerce-account .woocommerce-customer-details address {
    border: none;
    padding: 15px 15px 15px 80px;
}

#Top_bar a.action_button {
    top: 6px;
    margin: 0 5px;
    BACKGROUND-COLOR: #d53b61;
    font-weight: 300;
    font-size: 15px;
    padding: 6px 12px;
    letter-spacing: 0.1em;
}

#Top_bar a#header_cart {
    top: 12px;
}

.avisosaccesos .gratuita {
    background-image: url(/wp-content/uploads/2019/07/bg-grat-2019-07-05.png);
    background-repeat: repeat-x;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    color: #d53b61;
}

.gr {
    height: 89px;
    display: block;
    margin-top: -88px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: ;
	background-image: url(/wp-content/uploads/2019/07/servicios-2019-07-05-servicios.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.asc_120 {
    margin-top: -120px;
}

#Top_bar .menu > li#menu-item-2835,
#Top_bar .menu > li#menu-item-2837 {
    display: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #d53b61;
    border: 1px solid #d53b61;
}

h2.salon-step-title {
    font-family: "Oswald", Arial, Tahoma, sans-serif !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 23px !important;
}

h2.salon-step-title::after, #salon-step-thankyou hr, .sln-alert--warning::before, .sln-alert--warning::after,#sln-salon p::after ,#sln-salon p::before ,.sln-alert::after, #sln-salon .alert::after{
    display: none !important;
}
#salon-step-thankyou h3  {
	font-size: 2em !important;
}
.sln-alert, #sln-salon .alert {
	padding: 0 !important;
	font-family: "Ubuntu Mono", Arial, Tahoma, sans-serif !important;
}
#sln-salon p{font-family: "Ubuntu Mono", Arial, Tahoma, sans-serif !important;}
.sln-alert--warning {
	font-family: "Ubuntu Mono", Arial, Tahoma, sans-serif !important;
	color: #000 !important;
	line-height: 1.2em !important;
	font-size: 16px !important;
}
#sln-salon .sln-box--formactions .sln-btn--medium.sln-btn--icon--left:hover {
    color: #fff;
}
body #sln-salon .sln-thankyou--okbox.sln-bkg--ok {
    background-color: #f2f2f2 !important;
}
a.fixed-nav .date{display: none;}
a.fixed-nav h6{
	font-size: 20px;
	text-transform: uppercase;
	font-family: "Oswald", Arial, Tahoma, sans-serif;
}
.posts_group{margin: 60px 0;}
.type-post{margin: 120px 0;}
.post-wrapper-content{font-size: 20px;}
.post-wrapper-content .wp-block-image img {
	width: 100%;
	margin: 0 0 40px 0;
}
h2.entry-title {
	font-size: 34px;
	letter-spacing: 0.01em;
	line-height: 42px;
}
h2.entry-title::after, .post-wrapper-content h2::after{display: none;}
.post-photo-wrapper {
padding: 0 20px;
}
.excerpt-hellip{color:#a8a8a8;}
.post-more {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.hide-love .post-header .title_wrapper {
	padding-left: 0;
}
.post-header .title_wrapper h1 {
	font-size: 48px;
	line-height: 52px;
	text-transform: uppercase;
	color: #000;
}
.post-wrapper-content h2{
	font-size: 42px;
	text-transform: none;
	}
.post-wrapper-content h3{
	font-size: 36px;
	text-transform: none;
	}
.post-wrapper-content h4{
	font-size: 24px;
	text-transform: none;
	}
.post-wrapper-content a{
	text-decoration: underline;
	}
/*media*/
@media only screen and (max-width: 1239px) {
    #Top_bar #menu > ul {
        background: #000;
    }

    .menu_wrapper{min-height: 110px;}

    #Top_bar #menu ul li a {
        padding: 10px 25px;
        font-size: 22px;
        text-align: right;
    }

    #Top_bar #menu ul li a:hover {
        color: #d53b61;
    }
}

@media only screen and (max-width: 1024px) {
    .tarifa_home .column_attr h3 {
        font-size: 28px !important;
    }

    .tarifa_home p {
        font-size: 19px;
    }

    .tarifa_home .column_attr {
        text-align: center;
        border: 1px solid #000;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 960px) {
    #custom_html-2 p {
        margin: 0;
        padding: 0;
        float: left;
    }
}

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

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        text-align: center;
        overflow: auto;
    }
}

@media only screen and (min-width: 767px) {
    h2.salon-step-title::after, #salon-step-thankyou hr, .sln-alert--warning::before, .sln-alert--warning::after,#sln-salon p::after ,#sln-salon p::before ,.sln-alert::after, #sln-salon .alert::after{
    display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    #custom_html-3 .contactos {
        float: right;
        text-align: center;
        width: 100%;
    }

    .menu_wrapper{min-height: 0;}

    html .header-transparent #Top_bar #logo{position: relative;}

    #custom_html-3 .contactos a.tlf {
        margin: 0 0 15px 0;
    }

    .tarifa_home .column_attr h3 {
        font-size: 40px;
    }

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        padding: 8px 16px;
    }

    .asc_120 {
        margin-top: 0px;
        margin-bottom: 60px !important;
    }

    /*.mobile-tb-hide #Top_bar .top_bar_right {
	display: block !important;
    }
    #Top_bar .top_bar_right .top_bar_right_wrapper {
	float: right;
	margin-right: 0 !important;
	margin-bottom: 20px !important;
    }*/
    #Top_bar .menu > li#menu-item-2835,
    #Top_bar .menu > li#menu-item-2837 {
        display: block;
    }
}

@media only screen and (max-width: 559px) {
    #custom_html-3 .contactos {
        text-align: left;
    }
}

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

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        padding: 6px;
    }
}

.legal-text li, .legal-text h4{
	color:#000000 !important;
}
.legal-text table{
	border: 1px solid whitesmoke !important;
}
