/*
Theme Name:   Jordi Bordas Tienda
Template:     jordibordas
Version:      1.0.0
*/



#header .weglot_here ul {
	display: inline-block;
}
#order_review_heading,
.checkout-form-wrapper .woocommerce-checkout .main-row .step-heading {
	display: none;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	display: none;
}


.weglot-container {
	margin-right: 20px;
}
.country-selector.weglot-inline.weglot-default {
	display: none;
}
#header .weglot_here ul {
	display: inline-block;
}
.wg-list.country-selector a,
.country-selector .wg-li {
	font-size: 1.5rem !important;
}
.wg-default {
	display: none !important;
}
.wg-list.country-selector .wgcurrent a,
.wg-list.country-selector a,
.wg-list.country-selector a:hover,
.country-selector .wg-li a {
	text-decoration: none !important;
}
.wg-list.country-selector li:before {
	content:" | ";
	position: absolute;
	margin-left: -2px;
}
.wg-list.country-selector .wgcurrent a,
.country-selector .wg-li:hover a {
	color: #D5A678;
}

@media (max-width: 991.98px){
	.woocommerce #main-nav .btn-danger {
		width: 100% !important;
		height: 50px !important;
	}

	.wg-list.country-selector li {
		margin: 10px 0 !important;
	}
	
	.country-selector .wg-li {
		font-size: 15px;
	}

}

.account-area .woocommerce .woocommerce-form-login-toggle,
.account-area .woocommerce .woocommerce-form-coupon-toggle,
.account-area .woocommerce .woocommerce-form-coupon,
.account-area .woocommerce .woocommerce-form-login{
	width: 100%;
}


/* Missatge Mensaje Top Bar Tienda y general Vacaciones */
#header #top-top-bar p {
    padding-top: 10px;
    font-size: 16px;
}
#header #top-top-bar {
	display: none;
    background: #B62039;
    color: white;
    text-align: center;
    padding: 4px 0;
	transition: all 0.4s ease;
}
#header #top-top-bar.show {
  display: block;
}
#header #top-top-bar.hide {
  opacity: 0;
  margin-top: -55px;
}
button#close-top-bar {
    position: absolute;
    right: 20px;
    top: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.mensaje-product {
    font-size: 14px;
    color: white;
    background: #B62039;
    padding: 10px 20px;
}