/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body,
html {
	margin: 0 !important;
}
/*
p {
	font-size: 13px;
}*/

a {
	color: currentColor;
}

.open-sub-header-drop {
	cursor: pointer;
}

.sub-header-drop {
	display: none;
}

.boton-icono-desing .elementor-button.elementor-slide-button {
	padding: 0;
	display: inline-flex;
	align-items: center;
}

.content-home-categorias ul.products li.product.first:first-child {
	display: none;
}

.content-home-categorias ul.products h2.woocommerce-loop-category__title {
	font-size: 25px;
	letter-spacing: -1px;
	line-height: 24px;
	color: #000000;
	font-weight: 500;
	font-family: "Poppins";
}

.content-home-categorias .elementor-element .wp-caption img {
	height: 550px !important;
	object-fit: cover;
	border-radius: 20px;
}

.content-home-categorias a.elementor-element:hover{
	width: 120%;
    max-width: 120%;
	transition: 0.3s;
}

.content-home-categorias a.elementor-element:hover{
    text-decoration: none !important;
}
.content-home-categorias a.elementor-element:hover img{
	filter: brightness(0.5);
}

.content-home-categorias a.elementor-element .wp-caption:after{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: 'VER MÁS';
    background: #00000040;
    height: 100%;
    max-height: 550px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	    text-decoration: underline;
	opacity:0;
}

.content-home-categorias a.elementor-element:hover .wp-caption:after{
	    opacity: 1;
}

.categoria-cabecera {
	height: auto;
	min-height: 735px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(38 38 38 / 61%);
}

.content-cabecera-cat {
	max-width: 900px;
	color: #fff;
	text-align: center;
}

.content-cabecera-cat h1 {
	font-size: 80px;
	letter-spacing: -2px;
	font-weight: 300;
}

.archive .products, .content-footer-archive-product{
	max-width: 1140px;
	margin: auto !important;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

h2.woocommerce-loop-product__title {
	color: #262626;
	font-size: 30px !important;
	letter-spacing: -1px;
	font-weight: 300;
}

.woocommerce-product-excerpt {
	color: #838383;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: 400;
	line-height: 24px;
}

.content-footer-archive-product {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
}
.content-footer-archive-product .back-bottom{
	margin-right: auto;
}
.content-footer-archive-product a {
	display: inline-flex;
	gap: 5px;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 24px;
	cursor: pointer;
}

#cotiza-hoy-form .elementor-field-group .elementor-field-label {
	display: none;
}

#cotiza-hoy-form .elementor-field-group-field_6759ca9 .elementor-field-label,
#cotiza-hoy-form .elementor-field-group-field_1038d84 .elementor-field-label {
	display: block;
}

.back-bottom {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 16px;
}

.item-after-line:after {
	content: '';
	right: 0;
	top: 10%;
	width: 2px;
	background: #454b4c;
	height: 80%;
	position: absolute;
}

/*#home-hero-slider .swiper-slide .e-con-inner>.elementor-element:before {
	content: '';
	width: 40%;
	height: 150%;
	height:500px;
	top: -20%;
	display: block;
	position: absolute;
	background: #262626;
	border-radius: 20px;
}*/

/*
#home-hero-slider .elementor-swiper-button.elementor-swiper-button-next{
	top: initial;
    bottom: 15%;
    right: 13%;
}

#home-hero-slider .elementor-swiper-button.elementor-swiper-button-prev{
	top: initial;
    bottom: 15%;
    right: 18%;
    left: initial;
}*/

.carrusel-logos-home .elementor-image-carousel-wrapper {
	width: 81% !important;
}
/*
div#carrusel-desborder-home {
	margin-left: -8vw;
}*/

div#carrusel-desborder-home .swiper-slide-inner img {
	height: 500px;
	border-radius: 20px;
	object-fit: cover;
}


div#carrusel-desborder-home .swiper .elementor-swiper-button-prev {
	top: initial;
	bottom: -50px;
	right: 48px;
}

div#carrusel-desborder-home .swiper .elementor-swiper-button {
	bottom: -50px;
	top: initial;
}

.elementor-post__text {
	display: flex !important;
}

.elementor-post__meta-data {
	order: -1;
}

.elementor-post__read-more .dashicons {
	font-size: 13px;
	line-height: 24px;
}

.hamburger {
	width: 30px;
	height: 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.hamburger span {
	display: block;
	height: 4px;
	background: #ffffff;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.hamburger.open span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
	opacity: 0;
}

.hamburger.open span:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}

#proyectos-content-general .elementor-posts-container{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#proyectos-content-general article.elementor-post{
	flex-grow: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
    max-height: 400px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}


#proyectos-content-general article.elementor-post:nth-child(5n+1), 
#proyectos-content-general article.elementor-post:nth-child(5n+2) { flex-basis: 59%; }

#proyectos-content-general article.elementor-post:nth-child(5n+2),
#proyectos-content-general article.elementor-post:nth-child(5n+5) { flex-basis: 40%; }

#proyectos-content-general article.elementor-post:nth-child(5n+3) { flex-basis: 100%; } 

#proyectos-content-general article.elementor-post:nth-child(5n+4) { flex-basis: 40%; }
#proyectos-content-general article.elementor-post:nth-child(5n+5) { flex-basis: 59%; }

#proyectos-content-general article.elementor-post .elementor-post__text{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	background: #2626268a;
	padding: 20px;
	display: none!important;
}
#proyectos-content-general .elementor-post__read-more {
    align-self: center;
	    text-transform: uppercase;
}
#proyectos-content-general article.elementor-post:hover .elementor-post__text{
    display: flex !important;
    transition: 0.3s;
    justify-content: center;
    align-items: center !important;
}
#proyectos-content-general article.elementor-post .elementor-post__thumbnail__link{
	height: 100%;
    margin-bottom: 0 !important;
}
#proyectos-content-general article.elementor-post .elementor-post__thumbnail{
	height: 100%;
    margin: 0;
}
#proyectos-content-general article.elementor-post .elementor-post__thumbnail img{
	height: 100%;
}

.elementor-form input::placeholder, .elementor-form .elementor-field-textual::placeholder{
	color: #8b8a8a!important;
	opacity: 1
}

a.back.back-bottom.minun {
    font-size: 13px;
}

a.back.back-bottom.minun .dashicons-arrow-left-alt{
	font-size: 16px;
    line-height: 1.2;
}
.elementor-element-5bced6f .products{
	display: flex!important;
}
.elementor-element-5bced6f li.product{
	transition: all 0.3s;
}
.elementor-element-5bced6f li.product{
	width: 100%!important;
}
.elementor-element-5bced6f li.product:hover{
    width: 150%!important;
}
/* timeline */

.custom-timeline-wrapper {
	position: relative;
	padding: 120px 0;
	margin: 100px 0;
  }
  
.custom-timeline {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 2; 
	max-width: 1200px;
	margin: 0 auto; 
	background: #262626;
    border-radius: 10px;
}
  

  
  .timeline-item {
    position: relative;
    text-align: center;
    width: 25%;
    max-width: max-content;
    z-index: 2;
    margin: auto;
  }
  
  .custom-timeline-wrapper .numeros {
    font-size: 97px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    position: relative;
    padding: 0 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .custom-timeline-wrapper .numeros .arriba,
  .custom-timeline-wrapper .numeros .abajo {
	display: block;
  }
  
  .custom-timeline-wrapper .contenido {
    position: absolute;
    color: #8b8a8a;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -1px;
    font-weight: 400;
	width: 200px;
  }
  
  .custom-timeline-wrapper .texto {
	font-size: 14px;
	line-height: 1.4;
  }
  
  .custom-timeline-wrapper .linea {
	position: absolute;
	width: 2px;
	background: #333;
	transform: translateX(-50%);
  }
  
  .custom-timeline-wrapper .contenido.top {
    bottom: 280px;
	right: 0;
  }
  .timeline-item:nth-child(odd) .abajo{
	color: #aeabab;
  }
  .timeline-item:nth-child(even) .arriba{
	color: #aeabab;
  }

  .custom-timeline-wrapper .contenido.top .texto{
	text-align: right;
  }
  .custom-timeline-wrapper .contenido.top .linea {
    bottom: -80px;
    height: 74px;
	right: 0;
  }
  
  .custom-timeline-wrapper .contenido.bottom {
	top: 280px;
	left: 0;
  }
  .custom-timeline-wrapper .contenido.bottom .linea {
    top: -82px;
    height: 74px;
  }

  .custom-timeline-wrapper .contenido.bottom .texto{
	text-align: left;
  }

  .custom-timeline-wrapper .contenido.top .linea:before {
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    background: #000;
    position: absolute;
    top: -3px;
    left: -4px;
    border-radius: 50%;
}

.custom-timeline-wrapper .contenido.bottom .linea:before {
	content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    background: #000;
    position: absolute;
    bottom: -3px;
    left: -4px;
    border-radius: 50%;
}

.custom-product-gallery__image--hover {
    display: none;
}

.custom-product-gallery:hover .custom-product-gallery__image--default {
    display: none;
}

.custom-product-gallery:hover .custom-product-gallery__image--hover {
    display: block;
}

.tax-product_cat .custom-product-gallery__image {
    height: 400px;
}

.tax-product_cat.woocommerce ul.products li.product a img{
	height: 100%;
    object-fit: contain;
}

.single-product #primary{
	margin-top: 140px;
}

.icon-arrow-left{
	position: relative;
    top: 2px;
}
.elementor-gallery-item__overlay:hover .dashicons{
	opacity: 1!important;
}

a:hover, .elementor-button[type="submit"]:hover{
	text-decoration: underline !important;
}

.elementor-location-header a:hover{
	text-decoration: none !important;
}

h1.title{
	font-size: 80px;
    color: #262626;
    letter-spacing: -2px;
    font-weight: 300;
}

form.woocommerce-form.woocommerce-form-login.login, form.woocommerce-ResetPassword.lost_reset_password{
	border-radius: 10px;
    background-color: #262626;
    color: #fff;
	position: relative;
}

form.woocommerce-ResetPassword.lost_reset_password {
    padding: 10px 0px;
    margin-bottom: 50px;
}

form.woocommerce-form.woocommerce-form-register.register{
	padding: 0;
    border: none;
}

form.woocommerce-form.woocommerce-form-register.register .content-login-form-primary{
	border-radius: 10px;
    background-color: #262626;
    color: #fff;
	position: relative;
	padding: 90px 0px;
	margin-bottom: 30px;
}

.page-id-17 .woocommerce{
    max-width: 750px;
    margin: auto;
}

.page-id-1174 .woocommerce{
    max-width: 750px;
    margin: auto;
}
.woocommerce-form-login label, .woocommerce-form-register label{
    display: none !important;
}

.content-login-form{
	max-width: 450px;
    margin: auto;
    margin-top: 95px;
    margin-bottom: 45px;
	z-index: 9;
    position: relative;
}
.login-form-footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#login-form-footer-id .woocommerce-form-login__submit.button, .lost_reset_password button.woocommerce-Button.button{
	margin: 0;
    background: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 500;
	padding: 0;
}
#login-form-footer-id p.woocommerce-LostPassword.lost_password a{ 
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
}

#login-form-footer-id p{
	margin: 0;
}

.woocommerce-product-excerpt{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

svg:hover {
    font-size: 1.04em;
    position: relative;
    transition: 0.3s;
}
form.woocommerce-form.woocommerce-form-login.login:before, form.woocommerce-form.woocommerce-form-register.register .content-login-form-primary::before,
form.woocommerce-ResetPassword.lost_reset_password:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/04/Objeto-inteligente-vectorial-3.png');
    background-repeat: no-repeat;
    opacity: 0.3;
    background-position: 165% 28%;
}

.page-id-17 #customer_login .register{
	display: none;
}
.page-id-17 #customer_login .login{
	width: 100%;
}

.page-id-1174 #customer_login .login{
	display: none;
}

.page-id-1174 #customer_login .register{
	width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
	font-size: 13px;
    letter-spacing: -1px;
    color: #262626;
    font-weight: 400;
    font-family: "Poppins";
    opacity: 1;
	padding: 13px .5em;
}
.woocommerce form .form-row .input-text::placeholder, .woocommerce form .form-row select::placeholder{
	opacity: 1;
	color: #262626;
}

#customer_login button.woocommerce-form-register__submit {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #000000;
    font-weight: 500;
    padding: 0;
    background: none;
}

#customer_login .woocommerce-form-register p.woocommerce-form-row.form-row{
	text-align: center;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: block !important;
}

input#arteglass_marketing{
	position: relative;
    margin-left: -25px;
}

.woocommerce-privacy-policy-text{
	color: #919191;
}
.content-login-form-primary-footer{
	padding: 0 60px;
}

#customer_login button.woocommerce-form-register__submit span.icon-arrow-right{
	position: relative;
    top: 2px;
}

.dialog-lightbox-message .elementor-slideshow__title{
	display:none!important;
}

#cotizahoy label.elementor-field-label {
    display: none;
}

#cotizahoy .elementor-field-group-field_6759ca9 label.elementor-field-label, #cotizahoy .elementor-field-group-field_1038d84 label.elementor-field-label {
    display: block;
	    margin-bottom: 5px;
}
a.elementor-button-link:hover {
    text-decoration: auto !important;
}

.elementor-posts.elementor-posts--skin-classic .elementor-post__title:hover a{
	text-decoration:none!important;
	font-size: 1.02em;
    transition: 0.3s;
}

.elementor-posts.elementor-posts--skin-classic a.elementor-post__read-more{
	text-decoration:none!important;
	border-radius: 30px 30px 30px 30px;
    padding: 12px 24px;
    background: #B6C2C4;
	transition:0.3s;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
	border: 1px solid #B6C2C4;
}

.elementor-posts.elementor-posts--skin-classic a.elementor-post__read-more:hover{
    background: #fff;
	color: #000;
}
 
.page-id-110 .elementor-posts.elementor-posts--skin-classic a.elementor-post__read-more:hover{
	border:1px solid;
}

.elementor-posts.elementor-posts--skin-classic .elementor-post__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tax-proyecto-categoria .elementor-posts .elementor-post__excerpt{
	display:none!important;
}

.tax-proyecto-categoria h3.elementor-post__title {
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tax-proyecto-categoria .elementor-post__title{
	text-align:center;
}

.tax-proyecto-categoria .elementor-post__read-more{
	align-self: center;
}

.home-banner .elementor-swiper-button svg{
	    background: #262626;
    border-radius: 25px;
}

span.page-numbers.current {
    background: #b6c2c4;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
}

[data-elementor-type="footer"] .elementor-nav-menu--main .current-menu-item{
	text-decoration: underline;
}

#proyectos-content-general .elementor-post__read-more .arrow-right-svg, .elementor-posts.elementor-posts--skin-classic a.elementor-post__read-more .arrow-right-svg,
.elementor-posts.elementor-posts--skin-classic a.elementor-post__read-more .arrow-right-svg{
	position: relative;
    top: -2px;
}

form.elementor-form .elementor-message{
	    text-align: center;
}

#form-field-field_6759ca9, #form-field-field_feb6c6a{
	    background: #000;
    color: #fff;
}

.elementor-field-group-field_6759ca9 .elementor-select-wrapper .select-caret-down-wrapper svg,
.elementor-field-group-field_feb6c6a .elementor-select-wrapper .select-caret-down-wrapper svg{
	    fill: #Fff!important;
}

.bloque-fijo {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

body.home.bloque-scroll-activo .bloque-fijo svg {
    fill: #Fff!important;
}

.flatpickr-am-pm::after {
  content: ' ⇅';
  font-size: 0.8em;
  margin-left: 4px;
  color: #666;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):valid,
select:valid,
.campo-lleno,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill{
    background-color: #b6c2c4 !important;
    color: #fff !important;
    border: 1px solid #b6c2c4 !important
}
/* media querys */

#menu-mobil{
	display: none;
}

@media screen and (min-width: 1024px) {
	#blog-content-post .elementor-post__title {
		height: 108px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (min-width: 768px) {
	.gallery-one-full .e-gallery-item.elementor-gallery-item:first-child{
		grid-column: 1 / -1;
		        max-height: 500px;
	}
	.archive .woocommerce ul.products.columns-3 li.product,
	.archive .woocommerce-page ul.products.columns-3 li.product {
        width: calc(36% - 100px);
        margin-right: 100px;
        margin-bottom: 60px;
	}
	.archive .woocommerce ul.products.columns-3 li.product:nth-child(3n){
		margin-right: 0px;
	}

}

@media screen and (max-width: 768px) {
	#proyectos-content-general article.elementor-post .elementor-post__text{
		display: block !important;
	}
	#proyectos-content-general .elementor-posts.elementor-posts--skin-classic a.elementor-post__read-more{
		    display: inline-flex;
		    padding: 5px 10px;
	}
	.elementor-post__read-more .dashicons {
		font-size: 13px;
		line-height: 19px;
	}
	.elementor-nav-menu--main .elementor-nav-menu ul{
		    position: relative;
		background: transparent;
		margin: auto !important;
	}
	.elementor-nav-menu--main .elementor-nav-menu ul li a{
		color:#fff;
	}
	/*#home-hero-slider .swiper-slide .e-con-inner>.elementor-element:before{
		width: 50%;
	}*/
	.item-after-line:after{
		display: none;
	}
	.elementor-element-5bced6f .products{
		flex-wrap: wrap;
	}
	.content-home-categorias ul.products li.product img{
		height: 250px !important;
	}
	div#carrusel-desborder-home .swiper-slide-inner img{
		height: 250px;
	}
	div#carrusel-desborder-home{
		margin-left: auto;
	}
	.categoria-cabecera{
        height: 450px;
        min-height: 450px;
		padding: 50px 15px 0;
	}
	.content-cabecera-cat h1{
		font-size: 35px;
		letter-spacing: -1px;
	}
	.archive .products, .content-footer-archive-product{
		padding: 0 15px !important;
	}
}

@media screen and (max-width: 480px) {
	
	#proyectos-content-general article.elementor-post:nth-child(5n+1), #proyectos-content-general article.elementor-post:nth-child(5n+2){
		    flex-basis: 41%;
	}
	

	.single-proyecto h1.elementor-heading-title{
		font-size:35px!important;
	}
    /*#home-hero-slider .swiper-slide .e-con-inner>.elementor-element:before {
        height: 130%;
        top: -10%;
    }*/
	#proyectos-content-general article.elementor-post{
		max-width: 50%;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width: 100%;
	}

	.custom-timeline{
		flex-direction: column;
		background: none;
	}
	.timeline-item{
		width: 100%;
		max-width: 100%;
		display: flex;
		flex-direction: row-reverse;
	}
	.custom-timeline-wrapper .contenido{
		position: relative;
		top: auto !important;
		bottom: auto !important;
		right: auto !important;
		left: auto !important;
		width: 100%;
		display: flex;
        align-items: center;
	}
	.custom-timeline-wrapper .numeros{
		background: #262626;
		width: 60%;
		font-size: 97px;
		letter-spacing: -5px;
		line-height: 82px;
		padding: 25px 0;
		min-width: 110px;
	}
	.custom-timeline-wrapper .texto{
		padding-left: 10px;
		text-align: left !important;
		font-size: 11px;
	}
	.custom-timeline-wrapper .linea{
		display: none;
	}
	.custom-timeline-wrapper{
		padding: 0 !important;
		margin: 30px 0 !important;
	}
	.custom-timeline .timeline-item:first-child .numeros{
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
	}
	.custom-timeline .timeline-item:last-child .numeros{
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.woocommerce-account h1{
		text-align: center;
	}
	h1.title{
		font-size: 35px;
	}
	.page-header {
		display: none;
	}
	.page-content{
		margin-top: 95px;
	}
	form.woocommerce-form.woocommerce-form-login.login:before{
		background-position: center;
	}
	.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
		background-color: #ffffff !important;
    	padding: 14px .5em;
	}
	.woocommerce form .form-row .input-text::placeholder, .woocommerce form .form-row select::placeholder{
		background-color: #ffffff !important;
	}
	.login-form-footer{
		flex-direction: column;
	}
	.content-login-form p:last-of-type{
		margin-top: 0px;
		padding: 0px 50px;
	}
	.content-login-form-primary-footer{
		padding: 0;
	}
	form.woocommerce-form.woocommerce-form-register.register .content-login-form-primary{
		padding: 10px 15px 50px;
	}
	.register .content-login-form p:last-of-type{
		padding: 0	;
	}
}


