@charset "UTF-8";
/*! CUSTOM */
@font-face {
    font-family: 'Gidole';
    src: url('../fonts/Gidole-Regular.woff2') format('woff2'),
        url('../fonts/Gidole-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter por defecto en el sitio */
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

/* Gidole solo en botones y navegación */
.wp-block-button,
.wp-block-button .wp-block-button__link,
.btn,
.nav-item,
.nav-link,
.carousel-item h1,
.carousel-item h2,
.ff-gidole {
  font-family: 'Gidole', sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
header {
    position: relative;
    z-index: 9;
}

.display-1 {
    font-size: calc(2.3rem + 3.5vw);
}
.hero-banner .display-1 {
    font-size: calc(2.5rem + 5vw);
	margin-bottom: -12px !important;
	line-height: calc(2.5rem + 4vw);
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 8rem;
    }
	.hero-banner .display-1 {
    font-size: calc(7.5rem);
	line-height: calc(7.5rem);
	}
}

/*widgets header - Idioma*/
.widget_polylang select {
    border: 0px;
    background: transparent;
    font-size: 14px;
    color: #13034b !important;
    margin-bottom: 2px;
}
.wc-block-mini-cart__button, .wp-block-woocommerce-customer-account a {
    color: #13034b !important;
}
.wc-block-mini-cart__badge {
    font-size: 14px;
    background-color: #13034b;
}

/* Nav menu */
.navbar-brand {
	font-size:21px;
	line-height:18px;
	font-weight: bold;
    color: #000000 !important;
	margin-right: 0px;
}

#navbar-principal .nav-link {
    color: #ffffff;
	border-bottom: 2px solid transparent;
}
#navbar-principal .nav-link.active {
	border-bottom: 2px solid transparent;
}
#navbar-principal.navbar-light .nav-link {
    color: #000000;
	border-bottom: 2px solid transparent;
}
#navbar-principal.navbar-light .nav-link.active, 
#navbar-principal.navbar-light .nav-link:hover {
	border-bottom: 2px solid #000000;
}
#navbar-principal .nav-link:hover {
	border-bottom: 2px solid #fff;
}

#navbar-principal .widget {
    color: #ffffff;
}
#navbar-principal.navbar-light .widget {
    color: #000000;
}


.navbar.fixed-top .widget_block {
	display: inline-block;
}

.menu-item>.dropdown-menu {
    min-width: 250px;
}

/* DROPDOWN NAV */

.dropdown-item:focus, .dropdown-item:hover, 
.dropdown-item.active, .dropdown-item:active {
    font-weight: bold;
    background-color: transparent;
}
.dropdown-menu.bg-secondary a.dropdown-item.text-wrap {
    color: #ffffff;
}

/* ANIMACION scroll header */

.scrolled-down {
    /* transform: translateY(-100%); */
    transition: all 0.3s ease-in-out;
}

.scrolled-down .navbar-brand .img-fluid {
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    /* transform: translateY(0); */
    transition: all 0.3s ease-in-out;
}

.scrolled-up .navbar-brand .img-fluid {
    transition: all 0.3s ease-in-out;
}
.navbar-dark .navbar-brand {
	color: #FFFFFF !important;
}


@media (min-width: 992px) {
	.navbar-dark #menu-header-principal>li>a, .navbar-dark #menu-header-cta>li>a, .navbar-dark #menu-header-secundario li a {
		color: #FFFFFF;
	}

	.navbar-dark .navbar-collapse {
			filter: opacity(1);
			transition: all 0.3s ease-in-out;
	}

	.navbar-dark .btn-primary {
		/* color:#0086CA  !important; */
		background-color:#FFFFFF;
		border-color:#FFFFFF;
	}

	.navbar-dark .bar1, .navbar-dark .bar2, .navbar-dark .bar3 {
		background-color: #FFFFFF;
	}

	.navbar-dark .navbar-collapse.show {
		/* background-color: #0086CA; */
		transition: all 0.3s ease-in-out;
	}

}

 /* ANIMACION navbar-toggler */
 header button.navbar-toggler {
    max-width: 40px;
    z-index: 999;
}    

.navbar-toggler{
    padding:4px 5px;
}
.navbar-toggler:focus, .navbar-toggler:hover{
    background-color:transparent;
    box-shadow: none;
}

.bar1, .bar2, .bar3 {
	width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    margin: 5px 0px;
    transition: 0.4s;
    float: right;
    border-radius: 0px;
}

.change .bar1{
    width:35px;
    -webkit-transform:rotate(-45deg) translate(-9px, 8px);
    transform:rotate(-45deg) translate(-9px, 8px);
}
.change .bar2{
    opacity:0;
}
.change .bar3{
    width:35px;
    -webkit-transform:rotate(45deg) translate(-9px, -8px);
    transform:rotate(45deg) translate(-9px, -8px);
}

/*Forms*/
span.wpcf7-spinner {
	position: absolute;
	right: 0px;
	top: 40%;
}
input.bg-transparent.text-white::placeholder, textarea.bg-transparent.text-white::placeholder {
  color: #fff;
  opacity: 0.7;
}
.form-select-lg {
    padding-top: 0.56rem;
    padding-bottom: 0.56rem;
	max-height: 48px;
 }
input[type="checkbox"] {
    width: 1em;
    height: 1em;
    margin-right: 8px;
}
span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
    display: block;
    min-height: 1.5rem;
    padding-left: 1em;
    margin-bottom: .125rem;
}
/* width */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
  	width: 5px;
	height:10px;
}

/* Track */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
  background: #6C757D; 
}

/* Handle on hover */
ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*WIDGET LAST POST*/
.wp-block-latest-posts__featured-image.alignleft {
    display: flex;
    float: left;
    margin: 0 10px 24px 0;
}
/*HOME*/
@media (min-width: 992px) {
	.btn-home a.btn {
		min-width: 270px;
		padding: 10px 20px;
	}
}
/*POST*/
.card-post .card-img-overlay {
	background: rgb(0,0,0);
    background: linear-gradient(7deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);
    margin: 0rem;
    padding: 0rem;
}

.card-post.card {
    border-radius: 40px;
}

.card-post.card img.img-fluid.wp-post-image {
    border-radius: 40px 40px 0 0;
}
#carousel-casos .card-post.card img.img-fluid.wp-post-image, .page-template-laclinica #post-relacionados .card-post.card img.img-fluid {
    border-radius: 40px;
}

.card-post.card .card-footer {
    border-radius: 40px;
}

/*COMMENTS*/
.comment-author.vcard {
    width: 60%;
    display: inline-block;
}
.comment-author img.avatar.photo {
    border-radius: 50px;
    margin-left: -25px;
    margin-right: 10px;
    border: 1px solid #6C757D;
}

.comment-author cite.fn {
    font-weight: 600;
    color: #6C757D;
    font-style: normal;
}

.comment-meta.commentmetadata {
    width: 37%;
    display: inline-block;
    text-align: right;
}

.comment-meta.commentmetadata a {
    color: #6C757D;
    font-size: 0.8rem;
    text-decoration: none;
}

.comment-body p, .comment-body .reply {
    margin-left: 40px;
}

.comment-body {
    margin-bottom: 40px;
}

/*SEARCH*/
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-radius: 20px;
    padding: 0px !important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    background: transparent;
	padding: 8px !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    border-radius: 0px 20px 20px 0px;
    margin: -1px;
}



/* OWL */
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.owl-theme .owl-dots .owl-dot span, .carousel-indicators [data-bs-target] {
	width: 16px;
	height: 16px;
    background-color: #B7B7B7;
	border-radius: 16px;
	border-top: 0px;
    border-bottom: 0px;
	opacity:1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    /* background: #0086CA; */
	opacity:1;
}
.carousel-indicators .active, .carousel-indicators button:hover {
    /* background: #0086CA; */
	opacity:1;
}

.owl-carousel .owl-nav {
    max-width: 125px;
    margin: 0 auto;
}
@media (min-width: 992px) {
.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin: -100px 5% 0 0;
}
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    border-radius: 40px;
	width: 50px;
	height: 50px;
    border: 1px solid;
    color: #13034b;
}
.owl-carousel .owl-nav button.owl-prev {
	float:left;
}
.owl-carousel .owl-nav button.owl-next {
    float: right;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    /* background: #0086CA; */
}
.btn-outline-primary:hover img, a .img-hover {
    -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
}


.btn-outline-primary:hover img, a:hover .img-hover {
    transform: scale(1.5) translateX(-30%) translateY(-30%) !important;
}

/* SLIDER */

.carousel-caption {
    right: 5%;
    left: 5%;
}
.carousel-item>video, .carousel-item>img  {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 90vh;
    position: relative;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}
.hero-banner .carousel-item {
	min-height:680px; 
	height:90vh; 
	max-height:90vh
}

/*.carousel-fade .carousel-item {
  transition-duration: 0s;
}*/

@media (min-width: 576px) {
.container {
    max-width: 100%;
}
}
@media (min-width: 768px) {
.container {
    max-width: 100%;
}
}
@media (min-width: 992px) {
.container {
    max-width: 100%;
}
}

@media (min-width: 1400px) {
.container {
    max-width: 1920px;
}
}

/**ANIMACIONES**/

.d-none.animate__animated {
    display: block !important;
}

.fade-in {
    opacity: 0;
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
             -o-transition: all 1s ease-in-out;
                    transition: all 1s ease-in-out;
}
.fade-in.visible {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}

.digit {
    opacity: 0;
    -webkit-transform: translateX(-40px);
         -moz-transform: translateX(-40px);
            -ms-transform: translateX(-40px);
             -o-transform: translateX(-40px);
                    transform: translateX(-40px);
    -webkit-transition: all 0.6s ease-out;
         -moz-transition: all 0.6s ease-out;
            -ms-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
                    transition: all 0.6s ease-out;
}
.digit-right {
    opacity: 0;
    -webkit-transform: translateX(40px);
         -moz-transform: translateX(40px);
            -ms-transform: translateX(40px);
             -o-transform: translateX(40px);
                    transform: translateX(40px);
    -webkit-transition: all 0.6s ease-out;
         -moz-transition: all 0.6s ease-out;
            -ms-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
                    transition: all 0.6s ease-out;
}

.digit.visible, .digit-right.visible {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}
.fade-up {
    opacity: 0;
    -webkit-transform: translatey(100px);
    -moz-transform: translatey(100px);
    -ms-transform: translatey(100px);
    -o-transform: translatey(100px);
    transform: translatey(100px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fade-up.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/*SCROLLBAR Firefox*/

.overflow-auto.text-nowrap::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  
  /* Track */
.overflow-auto.text-nowrap::-webkit-scrollbar-track {
    background: #D9EDF8; 
    border-radius: 10px;
}
   
  /* Handle */
.overflow-auto.text-nowrap::-webkit-scrollbar-thumb {
    background: #6C757D; 
    border-radius: 10px;
}
  
/* Handle on hover */
.overflow-auto.text-nowrap::-webkit-scrollbar-thumb:hover {
    background: #6C757D; 
  }

/* ACCORDION */
	.accordion-button:not(.collapsed) {
		/* color: #0086CA; */
		box-shadow: none;
	}
	.accordion-button:focus {
		border-color: transparent;
		box-shadow: none;
	}
	span.icono-toggle.ms-auto {
		width: 28px;
		height: 28px;
		border: 1px solid #000;
		border-radius: 28px;
		text-align: center;
	}
	/* Quitar flecha por defecto de Bootstrap */
	.accordion-button::after {
	  display: none;
	}

	/* Estilo del icono extra */
	.accordion-button .icono-toggle::before {
	  content: "+"; /* Por defecto: cerrado */
	  font-size: 1.5rem;
	  line-height: 1;
	  transition: transform 0.2s ease;
	}

	/* Cuando está abierto (no tiene .collapsed) */
	.accordion-button:not(.collapsed) .icono-toggle::before {
	  content: "–"; /* Símbolo menos */
	}

/* LINK */
.bg-primary .text-secondary a {
    color: #ffffff;
}
.text-white a {
    color: #ffffff;
}
.text-white a>.fa-stack>.fa-stack-1x, .text-white a.btn-light {
    color: #0b3f9a;
}
/* ======================================================
   PARALLAX COVER
   ====================================================== */

/* Altura base del cover */
.wp-block-cover {
  min-height: 430px;
  box-sizing: border-box;
}

/* Fondo */
.wp-block-cover__image-background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
}

/* Parallax nativo WordPress (desktop) */
.wp-block-cover.has-parallax
.wp-block-cover__image-background.has-parallax {
  background-attachment: fixed;
}

/* Mobile / accesibilidad: WP core */
@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover.has-parallax
  .wp-block-cover__image-background.has-parallax {
    background-attachment: scroll;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-cover.has-parallax
  .wp-block-cover__image-background.has-parallax {
    background-attachment: scroll;
  }
}

.parallax-content .display-1.text-info, .parallax-content .display-1.text-primary, .parallax-content .display-2.text-primary, .parallax-content .display-3.text-primary, .parallax-content .text-dark, .parallax-content .numbers .text-primary, .parallax-content .numbers .text-secondary  {
    color: #fff !important;
}

/*ROUNDED*/
@media (min-width: 992px) {
.rounded-end-lg-0 {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
}
.rounded-start-lg-0 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
}
}

/* TABS */
.fade:not(.show) {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
.fade {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

/*RATIOS*/
.ratio-9x16 {
    --bs-aspect-ratio: 156.25%;
}

.fb-login-button {
    display: none !important;
}
/*WOOCOMMERCE*/
/* main .woocommerce-result-count, main .woocommerce-ordering {
    display: none !important;
}*/

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float:right !important;
}
@media (min-width: 992px) {
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
		float:left !important;
	}
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    display: none !important;
}
.woocommerce .woocommerce-ordering select {
    background: transparent;
    border: 0px;
}
p.form-row.form-row-wide.mailchimp-newsletter, #mailchimp-gdpr-fields>p {
    display: none;
}
.woocommerce .quantity .qty, .wc-block-components-quantity-selector {
    border-radius: 0px;
    margin-top: 1px;
}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus, .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus, .wc-block-components-quantity-selector:after, .wc-block-components-quantity-selector {
    border-radius: 0px !important;
}
.wc-block-components-quantity-selector {
    margin-top: 1px;
	display: inline-flex !important;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 0px;
	overflow: hidden;
	background: #fff;
}

.wc-block-components-quantity-selector__input {
	width: 60px;
	text-align: center;
	border: none;
	font-size: 1rem;
	padding: 0.5rem;
	height: 35px;
    font-size: 20px !important;
}

.wc-block-components-quantity-selector__button {
	background: #f7f7f7;
	border: none;
	padding: 0.5rem 1rem;
	cursor: pointer;
	font-size: 1.25rem;
	line-height: 1;
	user-select: none;
	transition: background 0.2s;
}

.wc-block-components-quantity-selector__button:hover {
	background: #e5e5e5;
}

.woocommerce-product-search .form-control {
    border-radius: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
	background-color: transparent;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: .375rem .75rem;
    border-radius: 0px;
    border-color: #dee2e6;
}
.woocommerce .ratio img, .woocommerce-page .ratio img {
    max-width: inherit;
}
.productos-destacados li.product {
    display: block;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #13034b !important;
    border-radius: 20px;
    overflow: hidden;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    min-width: 32px;
	border: 0px;
	font-family: 'Gidole', sans-serif !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #13034b !important;
    color: #fff !important;
}
.wpfPriceRangeField#wpfMinPrice, .wpfPriceRangeField#wpfMaxPrice {
    width: fit-content !important;
}
button.wpfFilterButton.wpfButton {
    border: solid 2px #13034b !important;
    border-radius: var(--bs-border-radius-pill) !important;
    padding: 6px 40px;
    background-color: #13034b !important;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Gidole', sans-serif !important;
    text-transform: uppercase;
}
button.wpfFilterButton.wpfButton:hover {
    background-color: #5981c1 !important;
    border-color: #FFFFFF !important;
}
.wpfFilterWrapper .wfpDescription {
    font-weight: 700;
}
ul.wpfColorsRow {
	padding:0px;
}
ul.wpfColorsRow label.icon {
    margin-right: 10px !important;
}
@media (min-width: 992px) {
	.wpfFilterWrapper {
		width: 50% !important;
		display: inline-flex;
	}
}

#filtroModal label span {
  transition: transform 0.2s ease;
}
#filtroModal label span:hover {
  transform: scale(1.15);
}
input[type="checkbox"]:checked + span {
  box-shadow: 0 0 0 2px #0d6efd inset;
}
.wc-block-components-totals-shipping strong, span#radio-control-0-free_shipping\:1__secondary-label {
    display: none;
}
/*AREA PRIVADA*/
.woocommerce button.button, .woocommerce .woocommerce-info .button, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained, a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, a.woocommerce-button.button.view, a.button.wc-forward {
    background-color: #13034b !important;
    border-radius: 30px !important;
}
.woocommerce button.button:hover, .woocommerce .woocommerce-info .button:hover, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover, a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover, a.woocommerce-button.button.view:hover, a.button.wc-forward:hover {
    background-color: #5981c1 !important;
    color: #ffffff !important;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0px;
}
li.woocommerce-MyAccount-navigation-link a {
    display: block;
}
li.woocommerce-MyAccount-navigation-link a {
	text-decoration: none;
    padding: 5px 20px;
    border-radius: 20px;
}
li.woocommerce-MyAccount-navigation-link a:hover, 
li.woocommerce-MyAccount-navigation-link.is-active a {
	background-color: #f0f0ee;
}
/*AVISO COOKIES*/
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme {
    border: 2px solid #ffffff !important;
    border-radius: 0px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    border-radius: 0px !important;
	border: 2px solid #ffffff !important;
}