@import "fonts.css";

.body-fixed {
	overflow-y: hidden;
	height: 100vh !important;
}

.item-full-screen {
	height: 100vh !important;
}
.icon-size-custom-newEuropean-form {
    font-size: 12px;
    color:#ccc;
}
.inline-uploader {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
    z-index: -1;
    
}
svg.clip-icon-dsacertupload {
       position: absolute;
    right: 50px;
    top: 10px;
}
svg.clip-icon-regMercantil {
    position: absolute;
    top: 9px;
    right: 36px;
}

.upload-button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}


/* Container Formatting */
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 966px;
    }
}

@media (min-width: 1200px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 1160px;
    }
}

@media (min-width: 1400px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 1360px;
    }
}

@media (min-width: 1600px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 1460px;
    }
}

@media(min-width: 1800px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 1560px;
    }
}

@media(min-width: 2000px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 1660px;
    }
}

@media(min-width: 2200px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 1760px;
    }
}

@media(min-width: 2400px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 1960px;
    }
}

@media(min-width: 2600px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 2160px;
    }
}

@media(min-width: 2800px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 2360px;
    }
}

@media(min-width: 3000px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 2560px;
    }
}

@media(min-width: 3200px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 2760px;
    }
}

@media(min-width: 3400px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 2860px;
    }
}

@media(min-width: 3600px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 3060px;
    }
}

@media(min-width: 3800px) {
    .container, .container-xl, .container-lg, .container-md, .container-sm {
        max-width: 3260px;
    }
}

/* / Container Formatting */

/* Header */


.header .header-content .logo {
	width: 100%;
}
.header .header-content .logo img{
	max-height:83px;
}
.header .header-content .search {
	width: 100%;
}

.header .header-content .search form {
	width: 100%;
	margin-top: 24px !important;
}

.header .header-content .search form input[type="search"] {
	/*padding: 19px 16px 16px 16px;*/
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
	/* Box styles */
	width: 100%;
	height: 59px;
	background-color: #F3F2F2;
	border: 1px solid #949494;
	border-bottom: 1px solid #FFCD00;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
	box-shadow: none !important;
	outline: none !important;
}

.header .header-content .header-navigation {
	width: 100%;
}

.header .header-content .header-navigation .header-navigation-top {
	margin-top: 16px;
}

.header .header-content .header-navigation .header-navigation-bottom {
	margin-top: 16px;
	margin-bottom: 3px;
}

.header .header-content .header-navigation .list-group {
	justify-content: flex-end !important;
	align-items: center !important;
}

.header .header-content .header-navigation .list-group .list-group-item {
	padding: 0px;
	border: 0px;
}

.header .header-content .header-navigation .header-navigation-top .list-group .list-group-item:not(:first-child) {
	margin-left: 5px;
}

.header .header-content .header-navigation .header-navigation-top .list-group .list-group-item:not(:last-child) {
	margin-right: 5px;
}

.header .header-content .header-navigation .header-navigation-bottom .list-group .list-group-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    height: 24px;
    width: 1px;
    background-color: #CBCBCB;
    margin: 0px -12px;
}

.header .header-content .header-navigation .header-navigation-bottom .list-group .list-group-item:not(:first-child) {
	margin-left: 13px;
}

.header .header-content .header-navigation .header-navigation-bottom .list-group .list-group-item:not(:last-child) {
	margin-right: 13px;
}

.header .header-content .header-navigation .header-navigation-bottom .list-group .list-group-item a {
	font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #000066;
    text-decoration: none !important;
	/* if there is more content */
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header .header-content .header-navigation .header-navigation-bottom .list-group .list-group-item .cart-icon {
	position: relative;
	/* Settings to not overflow if occurs */
	width: 22px;
	overflow: hidden;
}

.header .header-content .header-navigation .header-navigation-bottom .list-group .list-group-item .cart-icon .icon {
	position: relative;
	z-index: 1;
}

.header .header-content .header-navigation .header-navigation-bottom .list-group .list-group-item .cart-icon .text {
	position: absolute;
    left: 7px;
    top: -5px;
    z-index: 10;
    width: 11px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002e6d;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0;
}

.header .header-content .header-navigation .header-navigation-bottom .user-link-xl-text {
	margin-left: 12px;
}

.header .header-content .header-navigation .header-navigation-top .link a {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #000066;
}

.header-user-icon,
.header-cart-icon {
	vertical-align: middle !important;
}

.arrow-down,
.arrow-up {
	vertical-align: middle !important;
}

.header-dropdown-with-menu .btn {
	font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #000066;
    /* btn config */
    background: transparent !important;
    border: 0;
    padding: 0;
    box-shadow: none !important;
    outline: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-dropdown-with-menu .btn:after {
	display: none !important;
	opacity: 0px !important;
}


.header-dropdown-with-menu .btn .arrow-down {
	transform: rotate( 0deg );
    transition: transform ease;
    margin-left: 8px;
    margin-right: 3px;
}

.header-dropdown-with-menu .dropdown-menu {
	padding: 0px;
	left: auto !important;
	right: 0px !important;
	min-width: 200px;
	/* Config */
	box-sizing: border-box;
	border: 1px solid #F3F2F2;
  	border-radius: 4px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}

.header-dropdown-with-menu .dropdown-menu .dropdown-item {
	font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    color: #000066;
    padding: 20px 70px 20px 56px;
    position: relative;
}

.header-dropdown-with-menu .dropdown-menu .dropdown-item:focus,
.header-dropdown-with-menu .dropdown-menu .dropdown-item:hover,
.header-dropdown-with-menu .dropdown-menu .dropdown-item:active {
	background-color: #fff !important;
	font-weight: normal !important;
}

.header-dropdown-with-menu .dropdown-menu .dropdown-item.active {
	font-weight: normal !important;
	/* OK Check background */
	background: url(../images/new-design-icons/ok.svg);
    background-repeat: no-repeat;
    background-position: 19px center;
}

.header-dropdown-with-menu .dropdown-menu .dropdown-item:not(:last-child):after {
	content: '';
    width: calc(100% - 72px); /* 56px left and 16px right of space */
    max-width: 100%;
    border-bottom: solid 1px #CBCBCB;
    position: absolute;
    left: 56px;
    bottom: -1px;
    z-index: 1;
}

.header-dropdown-with-menu.show .btn .arrow-down {
	transform: rotate( -180deg );            
    transition: transform ease;
}

.header .header-responsive .header-responsive-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.header .header-responsive .header-responsive-logo {
	width: 50%;
}

.header .header-responsive .header-responsive-logo img {
	max-height: 49px;
    width: 164px;
}

.header .header-responsive .header-responsive-navigation {
	-ms-flex-item-align: end!important;
    align-self: flex-end!important;
}

.header .header-responsive .header-responsive-navigation .list-group {
	justify-content: flex-end !important;
	align-items: flex-end !important;
	height: 100%;
}

.header .header-responsive .header-responsive-navigation .list-group .list-group-item {
	padding: 0px;
	border: 0px;
	margin-bottom: 13px;
}

.header .header-responsive .header-responsive-navigation .list-group .list-group-item:not(:last-child):after {
    content: "";
    position: absolute;
    z-index: 50;
    height: 24px;
    width: 1px;
    background-color: #CBCBCB;
}

.header .header-responsive .header-responsive-navigation .list-group .list-group-item a {
	font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #000066;
    text-decoration: none !important;
    padding: 0px 12px;
    display: inline-table;
}

.header .header-responsive .header-responsive-navigation .list-group .list-group-item a:hover,
.header .header-responsive .header-responsive-navigation .list-group .list-group-item a:focus,
.header .header-responsive .header-responsive-navigation .list-group .list-group-item a:active {
    font-weight: bold;
}

.header .header-responsive .header-responsive-navigation .list-group .list-group-item .cart-icon {
	position: relative;
	/* Settings to not overflow if occurs */
	width: 22px;
	overflow: hidden;
}

.header .header-responsive .header-responsive-navigation .list-group .list-group-item .cart-icon .icon {
	position: relative;
	z-index: 1;
}

.header .header-responsive .header-responsive-navigation .list-group .list-group-item .cart-icon .text {
	position: absolute;
    left: 7px;
    top: -5px;
    z-index: 10;
    width: 11px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002e6d;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0;
}

/* End Header */

/* Navigation */

.navigation .list-group {
	justify-content: center;
	border-bottom: 1px solid #CBCBCB;
}

@media (min-width: 991px) and (max-width: 1199px) {
	.navigation .list-group {
		justify-content: space-around;
	}
}

.navigation .list-group .list-group-item {
	text-align: center;
	border: 0px;
	padding: 0px 10px;
}

.navigation .list-group .list-group-item:hover,
.navigation .list-group .list-group-item:focus,
.navigation .list-group .list-group-item.active {
	background: transparent !important;
}

.navigation .list-group .list-group-item a {
	font-size: 23px;
    font-weight: 300;
    line-height: 25px;
    color: #000066;
    text-decoration: none !important;
    padding: 15px 0px;
    display: block;
    border-bottom: 3px solid transparent;
}

.navigation .list-group .list-group-item a .text.side-category {
	color: #002e6d;
    background-color: #ffcc00;
    padding: 2px 10px;
    margin: 13px 0px;
    border-radius: 10px 10px 0px 0px;
    /*border-bottom: 1px solid #FFCD00;*/
}

.navigation .list-group .list-group-item a:hover,
.navigation .list-group .list-group-item a:focus,
.navigation .list-group .list-group-item a:active,
.navigation .list-group .list-group-item.active a {
	/*font-weight: normal;*/
	border-bottom: 3px solid #FFCD00;
	background: transparent !important;
	background-color: transparent !important;
}

.navigation-responsive-container {
	width: 100%;
	overflow: hidden;
	z-index: 60;
	position: relative;
}

.navigation-responsive-slider {
	display: flex;
	flex-direction: row;
	overflow-x: scroll;
	padding: 0px 15px;
}

.navigation-responsive-slider .navigation-responsive-slider-item:not(:first-child) {
	padding-left: 4px;
}

.navigation-responsive-slider .navigation-responsive-slider-item:not(:last-child) {
	padding-right: 4px;
}

.navigation-responsive-slider .navigation-responsive-slider-item:last-child {
	padding-right: 15px;
}

.navigation-responsive a {
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
	display: block;
}

.navigation-responsive-item {
	box-sizing: border-box;
	border: 1px solid #F3F2F2;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
	/* Styles */
	width: 88px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 16px 0px;
}

.navigation-responsive-item .navigation-responsive-image {
	padding-top: 12px;
	padding-bottom: 7px;
}

.navigation-responsive-item .navigation-responsive-image .navigation-responsive-image-container {
	width: 40px;
	height: 40px;
	border: 1px solid #B38F00;
	border-radius: 100%;
	background: #FFCD00;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navigation-responsive-item .navigation-responsive-image .navigation-responsive-image-container img {
	max-width: 24px;
	max-height: 24px;
}

.navigation-responsive-item .navigation-responsive-text {
	padding-bottom: 9px;
}

.navigation-responsive-item .navigation-responsive-text p {
	margin: 0px;
	padding: 0px;
	/* Font */
	color: #002e6d;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}

.navigation-responsive a:hover .navigation-responsive-item,
.navigation-responsive a:focus .navigation-responsive-item,
.navigation-responsive a.correos-class .navigation-responsive-item,
.navigation-responsive a.active .navigation-responsive-item {
	border: 1px solid #DBB000;
	background: #FFCD00;
}

.navigation-responsive a:hover .navigation-responsive-item .navigation-responsive-image .navigation-responsive-image-container,
.navigation-responsive a:focus .navigation-responsive-item .navigation-responsive-image .navigation-responsive-image-container,
.navigation-responsive a:active .navigation-responsive-item .navigation-responsive-image .navigation-responsive-image-container,
.navigation-responsive a.active .navigation-responsive-item .navigation-responsive-image .navigation-responsive-image-container,
.navigation-responsive a.correos-class .navigation-responsive-item .navigation-responsive-image .navigation-responsive-image-container {
	border: 1px solid #B38F00;
	background: #fff;
}

/* End Navigation */

/* Start Footer */

.button-type{
	min-width: 300px;
}

.footer .footer-top {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

.footer .footer-top > div.container-lg {
	position: relative;
}

.footer .footer-top .footer-top-band-container {
	overflow: hidden;
	max-width: 100%;
	display: flex;
    justify-content: center;
}

.footer .footer-top .footer-top-band-container .footer-top-band {
	z-index: 0;
    position: absolute;
    height: 219px;
    width: auto;
}

.footer .footer-top .footer-top-bullets {
	display: flex;
	width: 100%;
	justify-content: center;
	z-index: 50;
	padding-top: 12px; /* 47px */
	padding-bottom: 135px; /* 100px */
}

@media (min-width: 1670px) {
	.footer .footer-top .footer-top-band-container .footer-top-band {
		width: 100%;
	    height: auto;
	    position: static;
	    object-fit: cover;
    	object-position: center;
	}
	.footer .footer-top .footer-top-bullets {
		position: absolute;
	    top: 0;
	}
}

.footer .footer-top .footer-top-bullets .list-group {
	flex-direction: row !important;
    padding-bottom: 20px;

}

.footer .footer-top .footer-top-bullets .list-group .list-group-item {
	margin: 0px 8px;
	padding: 16px;
	box-sizing: border-box;
	border: 1px solid #F3F2F2;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
	display: flex;
	justify-content: start;
	min-width: 309px;
}

.footer .footer-top .footer-top-bullets .footer-top-bullets-item {
	display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer .footer-top .footer-top-bullets .footer-top-bullets-item .footer-top-bullets-item-icon .footer-top-bullets-icon-container {
	height: 40px;
	width: 40px;
	background-color: #FFCD00;
	margin-right: 16px;
	border-radius: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
}

.footer .footer-top .footer-top-bullets .footer-top-bullets-item .footer-top-bullets-item-content p {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	color: #333333;
}

.footer .footer-top .footer-top-bullets .footer-top-bullets-item .footer-top-bullets-item-content .sended-with-carrier {
	font-weight: normal;
}

.footer .footer-top .footer-top-bullets .footer-top-bullets-item .footer-top-bullets-item-image {
	margin-left: 9px;
}

.footer .footer-top .footer-top-bullets .footer-top-bullets-item .footer-top-bullets-item-image img {
	height: 22px;
	width: 126px;
	max-width: 100%;
}

.footer .footer-middle .footer-middle-content .footer-middle-links {
	padding: 47px 15px 36px 15px;
}

.footer .footer-middle .footer-middle-content .footer-middle-links .links-block .links-block-title {
	color: #333333;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
}

.footer .footer-middle .footer-middle-content .footer-middle-links .links-block .links-block-line {
	height: 1px;
	width: 40px;
	background-color: #FFCD00;
	margin: 8px 0px 12px 0px;
}

.footer .footer-middle .footer-middle-content .footer-middle-links .links-block .links-block-links .list-group .list-group-item {
	border: 0px;
	padding: 4px 0px;
	margin: 0px;
	box-shadow: none !important;
}

.footer .footer-middle .footer-middle-content .footer-middle-links .links-block .links-block-links .list-group .list-group-item a {
	color: #002e6d;
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
	text-decoration: none !important;
	outline: none !important;
	background: transparent !important;
}

.footer .footer-middle .footer-middle-content .footer-middle-links .links-block .links-block-links .list-group .list-group-item a:hover,
.footer .footer-middle .footer-middle-content .footer-middle-links .links-block .links-block-links .list-group .list-group-item a:focus {
	font-weight: normal;
}

#footer-middle-links-mobile-accordion {
	margin: 40px 0px;
}

.footer .footer-middle .footer-middle-content .footer-middle-links-mobile .footer-middle-links-mobile-item {
	border-bottom: 1px solid #CBCBCB;
	padding: 16px 0px;
}

.footer .footer-middle .footer-middle-content .footer-middle-links-mobile .footer-middle-links-mobile-item-title .btn {
	display: flex;
    justify-content: space-between;
    text-decoration: none !important;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}

.footer .footer-middle .footer-middle-content .footer-middle-links-mobile .footer-middle-links-mobile-item-title .btn .title {
	color: #002e6d;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 28px;
}

.footer .footer-middle .footer-middle-content .footer-middle-links-mobile .footer-middle-links-mobile-item-title .btn .chevron {
	transform: rotate( -180deg );
    transition: transform ease;
}

.footer .footer-middle .footer-middle-content .footer-middle-links-mobile .footer-middle-links-mobile-item-title .btn.collapsed .chevron {
	transform: rotate( 0deg );
    transition: transform ease;
}

.footer .footer-middle .footer-middle-content .footer-middle-links-mobile .footer-middle-links-mobile-item-content {
	padding-top: 24px;
}

.footer .footer-middle .footer-middle-content .footer-middle-links-mobile .footer-middle-links-mobile-item-content .list-group .list-group-item {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.footer .footer-middle .footer-middle-content .footer-middle-links-mobile .footer-middle-links-mobile-item-content .list-group .list-group-item:not(:first-child) {
	padding-top: 8px;
}

.footer .footer-middle .footer-middle-content .footer-middle-links-mobile .footer-middle-links-mobile-item-content .list-group .list-group-item:not(:last-child) {
	padding-bottom: 8px;
}

.footer .footer-middle .footer-middle-content .footer-middle-links-mobile .footer-middle-links-mobile-item-content .list-group .list-group-item a {
	color: #002e6d;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 22px;
	text-decoration: none !important;
}

.footer .footer-middle .footer-middle-content .social-media {
	margin-bottom: 50px;
}

.footer .footer-middle .footer-middle-content .social-media .list-group {
    flex-direction: row;
    display: flex;	
}

.footer .footer-middle .footer-middle-content .social-media .list-group .list-group-item {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}

.footer .footer-middle .footer-middle-content .social-media .list-group .list-group-item a {
	display: block;
}

.footer .footer-middle .footer-middle-content .social-media .social-media-circle {
	box-sizing: border-box;
	height: 56px;
	width: 56px;
	border: 1px solid #F3F2F2;
	border-radius: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 425px){	
	.footer .footer-middle .footer-middle-content .social-media .social-media-circle {
		height: 40px;
		width: 40px;
	}
}

.footer .footer-middle .footer-middle-content .social-media .list-group .list-group-item:not(:first-child) {
	margin-left: 4px;
}

.footer .footer-middle .footer-middle-content .social-media .list-group .list-group-item:not(:last-child) {
	margin-right: 4px;
}

.footer .footer-middle .footer-newsletter .footer-newsletter-container {
	box-sizing: border-box;
	border: 1px solid #F3F2F2;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
	padding: 40px;
	margin-bottom: 56px;
}

.footer .footer-middle .footer-newsletter .top-part {
	margin-bottom: 48px;
}

.footer .footer-middle .footer-newsletter .top-part .top-part-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer .footer-middle .footer-newsletter .top-part .top-part-container .footer-newsletter-image {
	margin-right: 29px;
}

.footer .footer-middle .footer-newsletter .top-part .top-part-container .footer-newsletter-text .footer-newsletter-title {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 8px;
}

.footer .footer-middle .footer-newsletter .top-part .top-part-container .footer-newsletter-text .footer-newsletter-subtitle {
	color: #333333;
	font-size: 28px;
	font-weight: 300;
	line-height: 40px;
}

.footer .footer-middle .footer-newsletter .bottom-part .bottom-part-main-inputs {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.footer .footer-middle .footer-newsletter .bottom-part .bottom-part-main-inputs .bottom-part-main-inputs-email {
	flex-grow: 1;
	margin-right: 15px;
}

.footer .footer-middle .footer-newsletter .bottom-part .bottom-part-main-inputs .bottom-part-main-inputs-email input {
	/*padding: 19px 16px 16px 16px;*/
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    width: 100%;
    height: 59px;
    background-color: #F3F2F2;
    border: 1px solid #949494;
    border-bottom: 1px solid #FFCD00;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    box-shadow: none !important;
    outline: none !important;
}

.footer .footer-bottom {
	background: #333333;
	padding-top: 22px;
	padding-bottom: 21px;
}

.footer .footer-bottom .row {
	justify-content: center;
    align-items: center;
}

.footer .footer-bottom .footer-bottom-correos-logo img {
	width: 45px;
	height: 44px;
}

.footer .footer-bottom .footer-bottom-content .footer-bottom-links {
	margin-bottom: 2px;
}

.footer .footer-bottom .footer-bottom-content .footer-bottom-links .list-group .list-group-item {
	background: transparent;
	border: 0px;
	padding: 0px;
}

.footer .footer-bottom .footer-bottom-content .footer-bottom-links .list-group .list-group-item:not(:first-child) {
	margin-left: 12px;
}

.footer .footer-bottom .footer-bottom-content .footer-bottom-links .list-group .list-group-item:not(:last-child) {
	margin-right: 12px;
}

.footer .footer-bottom .footer-bottom-content .footer-bottom-links .list-group .list-group-item a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-decoration: none !important;
	cursor: pointer;
}

.footer .footer-bottom .footer-bottom-content .footer-bottom-links .list-group .list-group-item a:hover,
.footer .footer-bottom .footer-bottom-content .footer-bottom-links .list-group .list-group-item a:focus {
	font-weight: normal;
}

.footer .footer-bottom .footer-bottom-content .footer-bottom-copyright p {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}

.footer-bottom-awards {
	display: flex;
	align-items: center;
}

.footer-bottom-awards .item:not(:last-child) {
	margin-right: 8px;
}

.footer-bottom-awards .item img {
	width: auto;
    max-width: 100px;
    height: auto;
    max-height: 100px;
}

/* RGPD CHECK */

.bottom-part-rgpd .footer-subscription-data-protection-rgpd {
	color: #002e6d;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: underline;
	width: 220px;
}

.footer-subscription-data-protection-content {
	color: #211914;
	margin-top: 32px;
}

.footer-subscription-data-protection-content p,
.footer-subscription-data-protection-content span{
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 16px;
}

.footer-subscription-data-protection-content .switch-field {
	width: 100%;
	overflow: hidden;
}

.footer-subscription-data-protection-content .switch-title {
	margin-bottom: 6px;
}

.footer-subscription-data-protection-content .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.footer-subscription-data-protection-content .switch-field label {
	float: left;
}

#footer-subscription-data-protection-main-switch {
	margin: 16px 0px;
}

.footer-subscription-data-protection-content .switch-field label {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 33.33%;
	background-color: #F3F2F2;
	color: #002e6d;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	text-align: center;
	text-shadow: none;
	padding: 16.5px 8px;
	margin: 0px;
	border: 1px solid #949494;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

#footer-subscription-data-protection-main-switch label:first-of-type {
	border-right: 0px !important;
}

.footer-subscription-data-protection-content .switch-field label:last-of-type {
	border-left: 0px !important;
}

.footer-subscription-data-protection-content .switch-field label:hover {
	cursor: pointer;
}

.footer-subscription-data-protection-content .footer-subscription-data-protection-content-some {
	margin-top: 16px;
}

.footer-subscription-data-protection-content .footer-subscription-data-protection-content-some-item {
	margin-bottom: 24px;
}

.footer-subscription-data-protection-content .footer-subscription-data-protection-content-some-item .footer-subscription-data-protection-content-some-item-container {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-subscription-data-protection-content .footer-subscription-data-protection-content-some-item .footer-subscription-data-protection-content-some-item-container .footer-subscription-data-protection-content-some-text {
	margin-right: 8px;
}

.footer-subscription-data-protection-content .footer-subscription-data-protection-content-some-item .footer-subscription-data-protection-content-some-item-container .footer-subscription-data-protection-content-some-input {
	flex-shrink: 0;
	margin-left: 8px;
}

.footer-subscription-data-protection-content .footer-subscription-data-protection-content-some .switch-field label {
	width: auto;
	padding: 8px;
	min-width: 69px;
}

.footer-subscription-data-protection-content .switch-field input[value="1"]:checked + label {
	background-color: #FFCD00;
}

.footer-subscription-data-protection-content .switch-field input[value="0"]:checked + label,
#switch_no_1:checked + label {
	background-color: #CBCBCB;
}

.footer-subscription-data-protection-content .switch-field input:checked + label {
	background-color: #FFCD00;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer-subscription-data-protection-content .switch-field label:first-of-type {
	border-radius: 8px 0 0 8px;
}

.footer-subscription-data-protection-content .switch-field label:last-of-type {
	border-radius: 0 8px 8px 0;
}

.footer-subscription-data-protection-content  a,
.footer-subscription-data-protection-content  a:hover,
.footer-subscription-data-protection-content  a:focus {
	text-decoration: none !important;
	font-size: 15px;
	font-weight: normal;
	color: #002e6d;
	text-transform: none;
}

#successmodal .modal-content, #errormodal .modal-content, #modalNewsletter .modal-content{
	border-radius: 8px !important;
}

@media (min-widht: 450px) {
	#successmodal .modal-content, #errormodal .modal-content, #modalNewsletter .modal-content{
		min-width: 400px;
	}
}

#successmodal .modal-header, #errormodal .modal-header, #modalNewsletter .modal-header {
	background: #fff;
	color: #211914;
	border-radius: 4px 4px 0px 0px;
	border: 0px;
	text-align: center;
}

#errormodal .form-control {
	border: 2px solid #A9C6D8;
}

#errormodal #subscribe_after_error, #modalNewsletter #subscribe {
    background: #1E386C !important;
    color: #FFF !important;
    border: 2px solid #FFF;
    text-shadow: none !important;
}

#errormodal #subscribe_after_error:hover, #modalNewsletter #subscribe:hover {
    background: #fff !important;
    color: #1E386C !important;
    border: 2px solid #FFF;
}

#successmodal .close_modal_newsletter, #errormodal .close_modal_newsletter,#modalNewsletter .close_modal_newsletter {
	color: #002e6d;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #B38F00;
    border-radius: 8px;
    background-color: #FFCD00;
    cursor: pointer;
}

#successmodal .close_modal_newsletter:hover, #errormodal .close_modal_newsletter:hover, #modalNewsletter .close_modal_newsletter:hover {
	background-color: #DBB000;
}

#successmodal .modal-body p, #errormodal .modal-body p {
	color: #211914;
	font-size: 18px;
	letter-spacing: 0;
    font-weight: 300;
    line-height: 24px;
	text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#footer-subscription-data-protection-main-switch label {
		height: 79px;
	}
	#data-protection-main-switch label {
		height: 79px;
	}	
	.navigation .list-group .list-group-item {
		padding: 0px;
	}
}

/*END RGPD CHECK */


@media (max-width: 581px) {
	.footer-subscription-data-protection-content .switch-field label {
		padding: 16.5px 8px;
		font-size: 14px;
    }
	.breadcrumbs-container {
		padding-top: 14px;
		margin-bottom: 14px;
	}
	li.breadcrumb-item.active {
    margin-right: 20px;
    margin-left: 14px;
}
}

@media (max-width: 449px) {
	.footer-subscription-data-protection-content .switch-field label {
		padding: 16.5px 8px;
		font-size: 14px;
    }
    #footer-subscription-data-protection-main-switch label {
		height: 79px;
	}
}

@media (max-width: 425px) {
	.footer .footer-middle .footer-middle-content .social-media .list-group {
		display: flex;
    	flex-direction: row;
    }
}

@media (max-width: 916px){
	.footer .footer-middle .footer-newsletter .top-part .top-part-container .footer-newsletter-text .footer-newsletter-subtitle {
		line-height: 1.2em;
		margin-bottom: 1rem;
	}
}




/* / End Footer */


/* Breadcrumb */
.breadcrumbs-container {
	padding-top: 32px;
}

.breadcrumbs-container .breadcrumb {
	padding: 0px;
	margin: 0px;
	background: transparent;
}

.breadcrumbs-container .breadcrumb-item,
.breadcrumbs-container .breadcrumb-item a,
.breadcrumbs-container .breadcrumb-item p {
	color: #002e6d;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
	display: flex;
	align-items: center;
	margin: 0px;
	padding: 0px;
}

.breadcrumbs-container .breadcrumb-item a {
	cursor: pointer;
}

.breadcrumbs-container .breadcrumb-item:last-child,
.breadcrumbs-container .breadcrumb-item:last-child a,
.breadcrumbs-container .breadcrumb-item:last-child p {
	color: #666666;
}

.breadcrumbs-container .breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	content: " ";
	background: url(../images/new-design-icons/path.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 6px;
    height: 10px;
	margin-right: 9px;
}

.breadcrumbs-container .breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
    margin-right: 9px;
}

.breadcrumbs-container .breadcrumb-item:first-child {
	margin-right: 9px;
}

.custom-breadcrumbs {
	position: relative;
	z-index: 50;
}

.custom-breadcrumbs .breadcrumbs-container .breadcrumb-item,
.custom-breadcrumbs .breadcrumbs-container .breadcrumb-item a {
	color: #FFCD00;
}

.custom-breadcrumbs .breadcrumbs-container .breadcrumb-item:last-child,
.custom-breadcrumbs .breadcrumbs-container .breadcrumb-item:last-child a {
	color: #D8D8D8;
}

/* End Breadcrumb */


/* Common Styles */

body {
	color:#211914;
	font-weight: 300;
}

main {
	background: #ffffff;
	position: relative;
}

/* Full Window Settings */
.body-full-window {
	display: flex;
	flex-direction: column;
}

.body-full-window main {
	background: #fff;
	flex-grow: 1;
}

.body-full-window .Header,
.body-full-window main,
.body-full-window .Footer {
	flex-shrink: 0;
}

.body-full-window .Header .navigation {
    padding: 20px 0px 40px 0px;
}

#Footer-Full-Width .Footer-Full-Width-Item {
	margin-top: 25px;
}

#Footer-Full-Width .Footer-Full-Width-Item li a {
	font-size: 11px;
	font-weight: 600;
	color: #030303;
	margin: 0px;
}

#Footer-Full-Width .Footer-Full-Width-Item .Footer-Full-Width-Copyright-Text {
	font-size: 12px;
	font-weight: normal;
	color: #030303;
	margin: 30px 0px;
}

/* Full Window Settings */

/* Container product list padding */

.container-product-list > .row > .col.px-1:first-child {
	padding-left: 0px !important;
}

.container-product-list > .row > .col.px-1:last-child {
	padding-right: 0px !important;
}

/* Start Pagination */

.dataTables_wrapper .dataTables_paginate .paginate_button {
	border: transparent;
}

.dataTables_wrapper .dataTables_paginate .pagination {
	display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
  
.dataTables_wrapper .dataTables_paginate .page-link {
	text-align: right;
	color: green;
}

.dataTables_wrapper .dataTables_paginate .page-item .page-link {
	color: #002e6d;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: transparent;
	border-color: transparent;
}

.dataTables_wrapper .dataTables_paginate .page-item .page-link:hover,
.dataTables_wrapper .dataTables_paginate .page-item.active .page-link:hover {
	border-bottom: 2px solid black;
}

.dataTables_wrapper .dataTables_paginate .page-item.active .page-link{
	border-color: transparent;
}

a#datatableshowallbtn {
	color: #002e6d;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    padding: 0 8px;
    display: flex;
	position: absolute;
    bottom: 0px;
	background-color: transparent;
}
 
.dataTables_wrapper .dataTables_paginate .previous {
    text-align: left;
    display: none;
}

.dataTables_wrapper .dataTables_paginate .last {
    text-align: left;
    display: none;
}

.dataTables_wrapper .dataTables_paginate .first {
	text-align: right;
	display: none;
}

/* end pagination */


/* Admin Login .css */

/* Header w/ general config */

.admin-login {
	display: flex;
	flex-direction: column;
}

.admin-login .Header {
	background: #f4f4f4;
}

.admin-login main {
	background: #fff;
	flex-grow: 1;
}

.admin-login .Header,
.admin-login main,
.admin-login .Footer {
	flex-shrink: 0;
}

.admin-login .admin-login-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.admin-login .admin-login-container {
	min-width: 360px;
}
/* End / Header w/ general config */

.admin-login .admin-login-container {
	min-width: 415px;
	padding: 60px;
	background: #f5f5f5;
}

.admin-login .admin-login-logo {
	text-align: center;
}

.admin-login .admin-login-subtitle {
	text-align: center;
	margin: 25px 0px;
}

.admin-login .admin-login-subtitle p {
	font-size: 12px;
	font-weight: bold;
	color: #00457D;
	margin: 0px;
}

.admin-login .admin-login-form #admin-login-email-icon {
	background: #f5f5f5;
	border-right: 0px;
	color: #00457D;
	border-radius: 0px;
	box-shadow: none;
	border-color: #c0c0c0;
}

.admin-login .admin-login-form #email {
	border-left: 0px;
	border-radius: 0px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 500;
	border-color: #c0c0c0;
}

.admin-login .admin-login-form #admin-login-lock-icon {
	background: #f5f5f5;
	border-right: 0px;
	color: #00457D;
	border-radius: 0px;
	box-shadow: none;
	border-color: #c0c0c0;
}

.admin-login .admin-login-form #password {
	border-left: 0px;
	border-radius: 0px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 500;
	border-color: #c0c0c0;
}

.admin-login .admin-login-form .form-control:focus {
	border-color: #c0c0c0;
}

.admin-login .admin-login-form .password-notice {
	font-size: 10px;
	font-weight: bold;
	color: #e86080;
	margin: 1rem 0px;
	padding-left: 20px;
}

.admin-login .admin-login-form .password-notice i {
	padding: 0px 5px;
}

.admin-login .admin-login-form button[type="submit"] {
	margin-bottom: 15px;
	background: #00457D;
	border-radius: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.admin-login .admin-login-form .forgot-your-password {
	text-align: center;
}

.admin-login .admin-login-form .forgot-your-password a {
	font-size: 10px;
	font-weight: bold;
	color: #00457D;
	margin: 0px;
}

@media (max-width: 767px) {
	.admin-login .admin-login-container {
		min-width: auto;
		padding: 25px;
	}
}

/* Footer for admin */
.admin-login .Footer {
	background: #f4f4f4;
}

.admin-login .Footer .Footer-Admin-Login-item {
	margin-top: 25px;
}

.admin-login .Footer .Footer-Admin-Login-item li a {
	font-size: 11px;
	font-weight: 600;
	color: #030303;
	margin: 0px;
}

.admin-login .Footer .Footer-Admin-Login-item .Footer-Admin-Login-Copyright-Text {
	font-size: 12px;
	font-weight: normal;
	color: #030303;
	margin: 30px 0px;
}
/* / End Footer for admin  */
/* /End the Admin Login .css */

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}
/* Smooth Scroll */

/* Fix outline inputs */
/* Resets */
input, input:focus, input:active, input:hover,
select, select:focus, select:active, select:hover,
textarea, textarea:focus, textarea:active, textarea:hover {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/* Styles */


/* My Profile modal */

.myProfileModal .modal-dialog {
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.myProfileModal .modal-content {
	border: 1px solid #002e6d;
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
	overflow: hidden !important;
	padding: 0px;
}

.myProfileModal .modal-content .modal-body {
	padding: 0px;
}

.myProfileModal .modal-content .left-block {
	/*border-right: 1px solid #707070;*/
	padding: 16px;
}

.myProfileModal .myProfileBackgroundImage {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.myProfileModal .right-block-content {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
	height: 100%;
	position: relative;
}

.myProfileModal .right-block-content .content-container {
	margin: 0px 30px;
}

.myProfileModal .right-block-content .title {
	color: #333333;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 0;
	margin: 0px;
	padding: 0px;
}

.myProfileModal .right-block-content .text,
.myProfileModal .right-block-content label {
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
	margin: 0px;
	padding: 0px;
}

.myProfileModal .right-block-content .link {
	font-size: 19px;
	font-weight: bold;
	color: #183E6F;
	margin: 0px;
	padding: 0px;
}

.myProfileModal .right-block-content label {
	margin-bottom: 10px;
}

.myProfileModal .step-counter {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	padding: 10px;
}

.myProfileModal .closeModal {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #707070;
	padding: 7px 10px;
	min-width: auto;
	background: transparent !important;
	border: 0px;
}

#resetPasswordModal .container {
	padding: 0px;
}

/* End My Profile modal */


.retypepassword-input-alert {
	border: 1px solid #F32735 !important;
}

.market-awards {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.market-awards .item img {
	max-height: 94px;
}

/* Common tags styles */

/* Here start the input-text tag */
.styles-input {
	padding: 19px 16px 16px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #999;
    width: 100%;
    height: 59px;
    background-color: #f3f2f2;
    border: 1px solid #949494;
    border-bottom: 1px solid #FFCD00;
   	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

input.styles-input,select.styles-select {
	padding: 19px 16px 16px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #999;
    width: 100%;
    height: 59px;
    background-color: #f3f2f2;
    border: 1px solid #949494;
    border-bottom: 1px solid #FFCD00;
   border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.styles-input:hover {
	color: #333333;
	border-color: #949494;
	border-bottom: 2px solid #FFCD00;
	cursor: pointer;
}

.styles-input:focus {
	color: #333333;
	border-color: #949494;
	border-bottom: 2px solid #002e6d;
}

.styles-textarea {
	padding: 19px 16px 16px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    width: 100%;
    min-height: 200px;
    background-color: #F3F2F2;
    border: 1px solid #949494;
    border-bottom: 1px solid #FFCD00;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    box-shadow: none !important;
    outline: none !important;
}

.styles-textarea:hover {
	color: #333333;
	border-color: #949494;
	border-bottom: 2px solid #FFCD00;
	cursor: pointer;
}

.styles-textarea:focus {
	color: #333333;
	border-color: #949494;
	border-bottom: 2px solid #002e6d;
}

.styles-input.confirmed {
	color: #333333;
	border-bottom: 1px solid #348F41;
	background: url(../images/new-design-icons/ok.svg);
    background-repeat: no-repeat;
	background-position-x: 95%;
    background-position-y: center;
}

.styles-input.error,
.formError + .styles-input {
	color: #333333;
	border-bottom: 1px solid #F32735;
	background: url(../images/new-design-icons/error.svg);
    background-repeat: no-repeat;
	background-position-x: 95%;
    background-position-y: center;
}

/* # NOTE, if we want this to work we have to put the label after the input, input -> label !*/
.styles-input.confirmed ~ label {
    color: #348F41 !important;
}
.styles-input.error ~ label, .formError + label {
    color: #F32735 !important;
}

/* Custom FloatLabels */
.floating-group {
	position: relative;
}
.floating-label {
    position: absolute;
    top: 19px;
    left: 25px;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}
.floating-group.focused .styles-input,
.floating-group .styles-input:-webkit-autofill {
	padding: 24px 15px 8px 15px;
}
.form-group.floating-group.focused .styles-input,
.floating-group .styles-input:-webkit-autofill {
	padding: 24px 15px 8px 15px;
}
.floating-group.focused .floating-label,
.floating-group .styles-input:-webkit-autofill + .floating-label {
    top: 8px;
    left: 16px;
    font-size: 12px;
}
.floating-group.focused select.form-control{
    padding-top: 21px;
}

/* Here end the input-text tag */


/*Small inputs-text for header, common in all pages */

.floating-small-input .floating-label {
	top: 10px;
    left: 25px;
}
.floating-small-input.floating-group.focused .styles-input,
.floating-small-input.floating-group .styles-input:-webkit-autofill {
	padding: 24px 15px 8px 15px;
}
.floating-small-input.floating-group.focused .floating-label,
.floating-small-input.floating-group .styles-input:-webkit-autofill + .floating-label {
    top: 5px;
    left: 16px;
    font-size: 12px;
}
.floating-small-input.floating-group.focused select.form-control{
    padding-top: 21px;
}

/*Small inputs-text for header, common in all pages */



/* Start Custom FloatLabels */

.styles-select {
	padding: 19px 16px 16px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    width: 100%;
    height: 59px;
    background-color: #F3F2F2;
    border: 1px solid #949494;
    border-bottom: 1px solid #FFCD00;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none;
    background: url(../images/new-design-icons/drop.svg);
    background-repeat: no-repeat;
	background-position-x: calc(100% - 20px);
    background-position-y: center;
}

.styles-select:hover {
	color: #333333;
	border-color: #949494;
	border-bottom: 2px solid #FFCD00;
	cursor: pointer;
}

.styles-select:focus {
	color: #333333;
	border-color: #949494;
	border-bottom: 2px solid #002e6d;
}

/* End Custom FloatLabels */

/* Start the common yellow button*/
.styles-button {
	color: #002e6d;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	padding: 16px;
	box-sizing: border-box;
	border: 1px solid #B38F00;
	border-radius: 4px;
	background-color: #FFCD00;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	text-transform: uppercase;
}

.styles-button:hover,
.styles-button:focus,
.styles-button:active,
.styles-button.active {
	color: #002e6d !important;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	
	padding: 16px;
	box-sizing: border-box;
	border: 1px solid #B38F00 !important;
	border-radius: 4px;
	background-color: #DBB000 !important;
	cursor: pointer;
}

.styles-button:disabled,
.styles-button[disabled],
.styles-button.disabled {
	color: #666666 !important;
	border-color: #B38F00 !important;
	background-color: #F9E67E !important;
	opacity: 1 !important;
}
@media ( max-width : 768px) {
	
	.not-unavaliable-button-product {
		max-width: 100%;
	}
}

.not-unavaliable-button-product{
    cursor: not-allowed !important;
	height: 48px;

}


.styles-button.unavaliable {
	color: #002e6d !important;
	background-color: #DBDBDB !important;
	border-color: #333333 !important;
	width: 100%;
	padding: 0px;
	opacity: 0.7;
    cursor: pointer;
}

.styles-button.unavaliable:hover,
.styles-button.unavaliable:focus,
.styles-button.unavaliable:active,
.styles-button.unavaliable.active  {
	opacity: 0.7;
}

.styles-button.styles-button-small {
	padding: 3px 16px !important;
}

.styles-button.styles-button-danger {
	color: #ffffff !important;
	background-color: #f22836 !important;
	border-color: #f32735 !important;
	cursor: pointer !important;
}

.styles-button.styles-transparent-button {
	color: #002e6d;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
	border: 0px !important;
    background: transparent !important;
	cursor: pointer !important;
}

.styles-button.styles-transparent-button-small {
	padding: 0px !important;
    text-transform: initial !important;
    background: transparent !important;
    border: transparent !important;
    cursor: pointer !important;
}

.styles-button.styles-blue-button {
	color: #002e6d;
	border-color: #002e6d !important;
    background: #e9f3ff !important;
	cursor: pointer !important;
}

.styles-button.styles-blue-button:hover,
.styles-button.styles-blue-button:focus,
.styles-button.styles-blue-button:active,
.styles-button.styles-blue-button.active  {
	opacity: 0.8;
}

/* End the common yellow button */

/* Start the square checkbox */
.styles-checkbox label {
	cursor: pointer !important;
	color: #002e6d;
}

.styles-checkbox label a {
	color: #002e6d;
}

.styles-checkbox.custom-checkbox .custom-control-label::before {
	color: #002e6d;
	border-radius: 2px;
	border: 2px solid #002e6d;
	border-color: #002e6d;
	background-color: #fff;
	width: 18px;
    height: 18px;
	outline: none !important;
	box-shadow: none !important;
}

.styles-checkbox .custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border: 2px solid #002e6d;
	border-color: #002e6d;
	background-color: #fff;
}

.styles-checkbox .custom-control-input:not(:disabled):active~.custom-control-label::before {
	border: 2px solid #002e6d;
	border-color: #002e6d;
	background-color: #fff;
}

/* Checked */
.styles-checkbox .custom-control-input:checked~.custom-control-label::before {
	color: #002e6d;
    border: 1px solid #B38F00;
    border-color: #B38F00 !important;
    background-color: #FFCD00;
}

.styles-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/new-design-icons/tick.svg) !important;
    width: 18px;
    height: 18px;
    background: no-repeat 55%/78% 100%;
}
/* Disabled */
.styles-checkbox .custom-control-input:disabled~.custom-control-label,
.styles-checkbox .custom-control-input[disabled]~.custom-control-label {
	color: #002e6d !important;
}

.styles-checkbox .custom-control-input:disabled~.custom-control-label::before,
.styles-checkbox .custom-control-input[disabled]~.custom-control-label::before {
	background-color: #CBCBCB;
    border: 2px solid #fff;
}

.styles-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	color: #002e6d;
	border: 1px solid #B38F00;
    border-color: #B38F00 !important;
    background-color: #FFCD00;
    opacity: 0.6;
}

.styles-checkbox.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::after {
    opacity: 0.6;
}

/* End the square checkbox */


/* Start the radio-button/ rounded checkbox*/

.styles-radio {
	min-height: 28px;
    padding-left: 28px;
	outline: none !important;
	box-shadow: none !important;
}

.styles-radio label {
	cursor: pointer;
}

.styles-radio .custom-control-label::before {
	border: 2px solid #002e6d;
	width: 20px;
	height: 20px;
}

.styles-radio .custom-control-label::after {
	width: 20px;
	height: 20px;
}

.styles-radio .custom-control-input {
	width: 28px;
    height: 28px;
}

.styles-radio .custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border: 2px solid #002e6d;
	border-color: #002e6d;
	background-color: #fff;
}

.styles-radio .custom-control-input:not(:disabled):active~.custom-control-label::before {
	border: 2px solid #002e6d;
	border-color: #002e6d;
	background-color: #fff;
}

/* Checked */
.styles-radio .custom-control-input:checked~.custom-control-label::before {
	color: #002e6d;
    border: 1px solid #B38F00;
    border-color: #B38F00 !important;
    background-color: #FFCD00;
    outline: none !important;
    box-shadow: none !important;
}

.styles-radio.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/new-design-icons/dot.svg) !important;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/50% 100%;
}

/* Disabled */
.styles-radio .custom-control-input:disabled~.custom-control-label,
.styles-radio .custom-control-input[disabled]~.custom-control-label {
	color: #002e6d !important;
}

.styles-radio .custom-control-input:disabled~.custom-control-label::before,
.styles-radio .custom-control-input[disabled]~.custom-control-label::before {
	background-color: #CBCBCB;
    border: 2px solid #fff;
}

/* End the radio-button/ rounded checkbox*/


/*Styles font for some labels*/

.styles-font-light {
	font-weight: 300;	
}

.styles-font-normal {
	font-weight: normal;
}

.styles-font-bold {
	font-weight: bold;	
}

.styles-row-no-padding {
	margin-right: -8px;
	margin-left: -8px;
}

.styles-row-no-padding [class^="col"] {
	padding-right: 8px;
	padding-left: 8px;
}

/*Styles font for some labels*/

/* end checked */

.styles-alert {
	color: #002e6d;
	background-color: #ffffff;
	border-radius: 8px;
	border-color: #F3F2F2;
}

.styles-alert-important{
    font-weight: bold;
    border-color: #002e6d66;
    -webkit-box-shadow: 4px 3px 7px -5px #000000;
    box-shadow: 4px 3px 7px -5px #000000;
}

/* Modal Styles */
.styles-modal-body {
	position: relative;
}

.styles-modal-close-container {
	position: absolute;
	top: 0;
	right: 0;
}

.styles-modal-close-container .close {
	padding: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 4px !important;
}
.card-header.newCard{
	margin-left: 3px;
	
}

.styles-modal-content {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 450px;
    position: relative;
}
.styles-modal-content.edit-modal-styles-content{
	width: auto;
}

.styles-modal-content .title .text {
	color: #333333;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 32px;
}

.styles-modal-content .content {
	padding: 16px 0px;
	width: 100%;
	color: #333333;
	font-size: 18px;
	font-weight: 300;
    letter-spacing: 0;
	line-height: 24px;
}

.styles-modal-content .buttons {
	width: 100%;
	text-align: center;
}

.styles-modal-content .buttons .btn {
	min-width: 150px;
	font-size: 18px;
}
/* End Modal Styles */


/* Toast Styles */
.styles-toast-container {
    z-index: 9999;
}

.styles-toast-container .toast .toast-header {
    padding: 0.25rem 0;
    margin: 0 0.75rem;
    background-color: transparent;
}

.styles-toast-container .toast .toast-header .styles-toast-title {
	font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #006;
}

.styles-toast-container .styles-toast-item-content {
	display: flex;
    justify-content: center;
    align-items: center;
}

.styles-toast-container .styles-toast-item-content .toast-product-img img {
	max-width: 75px;
	max-height: 75px;
	width: auto;
	height: auto;
}

.styles-toast-container .styles-toast-item-content .toast-product-model {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #006;
    margin-right: 10px;
}

/* End Common tags styles */

/* style for search predict header */

.header-search-indexa .ui-autocomplete {
    position: absolute !important;
    z-index: 1000;
    background: #f3f2f2 !important;
    border: 1px solid #949494;
    border-radius: 0px 0px 4px 4px;
    padding-left:0 !important;
    box-shadow: 6px 25px 24px -4px rgba(0,0,0,0.65);
} 

.header-search-indexa .ui-autocomplete li {
    list-style:none;
    padding:1px 15px; 
}

.header-search-indexa .ui-autocomplete li:hover {
    background-color:#ffcd00;
    color:#002E6D;   
}

.header-search-indexa .ui-autocomplete li span {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px; 
}

.header-search-indexa .ui-autocomplete li span i {
	display:none !important;  
}

/* End style for search predict header */


/* Data Protection General */

.data-protection-title {
	width: 100%;
	color: #002e6d;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 0px;
}

.data-protection-title a {
	color: #002e6d;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: underline;
	margin-bottom: 0px;
}

.data-protection-content {
	color: #211914;
	margin-top: 32px;
}

.data-protection-content p,
.data-protection-content span{
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 16px;
}

.data-protection-content .switch-field {
	width: 100%;
	overflow: hidden;
}

.data-protection-content .switch-title {
	margin-bottom: 6px;
}

.data-protection-content .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.data-protection-content .switch-field label {
	float: left;
}

#data-protection-main-switch {
	margin: 16px 0px;
}

.data-protection-content .switch-field label {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 33.33%;
	background-color: #F3F2F2;
	color: #002e6d;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	text-align: center;
	text-shadow: none;
	padding: 16.5px 8px;
	margin: 0px;
	border: 1px solid #949494;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

#data-protection-main-switch label:first-of-type {
	border-right: 0px !important;
}

.data-protection-content .switch-field label:last-of-type {
	border-left: 0px !important;
}

.data-protection-content .switch-field label:hover {
	cursor: pointer;
}

.data-protection-content .data-protection-content-some {
	margin-top: 16px;
}

.data-protection-content .data-protection-content-some-item {
	margin-bottom: 24px;
}

.data-protection-content .data-protection-content-some-item .data-protection-content-some-item-container {
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.data-protection-content .data-protection-content-some-item .data-protection-content-some-item-container .data-protection-content-some-text {
	margin-right: 8px;
}

.data-protection-content .data-protection-content-some-item .data-protection-content-some-item-container .data-protection-content-some-input {
	flex-shrink: 0;
	margin-left: 8px;
}

.data-protection-content .data-protection-content-some .switch-field label {
	width: auto;
	padding: 8px;
	min-width: 69px;
	
}

.data-protection-content .switch-field input[value="1"]:checked + label {
	background-color: #FFCD00;
}

.data-protection-content .switch-field input[value="0"]:checked + label,
#switch_no_1:checked + label {
	background-color: #CBCBCB;
}

.data-protection-content .switch-field input:checked + label {
	background-color: #FFCD00;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.data-protection-content .switch-field label:first-of-type {
	border-radius: 8px 0 0 8px;
}

.data-protection-content .switch-field label:last-of-type {
	border-radius: 0 8px 8px 0;
}

.data-protection-content  a,
.data-protection-content  a:hover,
.data-protection-content  a:focus {
	text-decoration: none !important;
	font-size: 15px;
	font-weight: normal;
	color: #002e6d;
	text-transform: none;
}

@media (max-width: 581px) {
	.data-protection-content .switch-field label {
		padding: 16.5px 8px;
		font-size: 14px;
    }
}

@media (max-width: 449px) {
	.data-protection-content .switch-field label {
		padding: 16.5px 8px;
		font-size: 14px;
    }
    #data-protection-main-switch.newRegister-main-class label {
		height: inherit;
	}
}
/* End Data Protection General */

/* TEMPORAL TO DELETE */
/* RGPD CHECK */
.footer-subscription-data-protection-title{
	width: 100;
	color: #002e6d;
	font-size: 14px; font-weight: 400; line-height: 24px; margin-top: 16px; margin-bottom: 0px;
}
.footer-subscription-data-protection-title a {
	color: #002e6d; 
	font-size: 14px;
	font-weight: normal; 
	line-height: 24px;
	text-decoration: underline;
	margin-bottom: 0px;
}

.rgpd .rgpd-content .switch-field {
  width: 100%;
  overflow: hidden;
}
.rgpd .rgpd-content .switch-title {
  margin-bottom: 6px;
}

.rgpd .rgpd-content .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.rgpd .rgpd-content .switch-field label {
  float: left;
}

#data-protection-main-switch {
  margin: 16px 0px;
}

.rgpd .rgpd-content .switch-field label {
  display: inline-block;
  width: 33.33%;
  background-color: #F3F2F2;
  color: #002e6d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
  padding: 16.5px;
  margin: 0px;
  border: 1px solid #949494;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

#data-protection-main-switch label:first-of-type {
  border-right: 0px !important;
}

.rgpd .rgpd-content .switch-field label:last-of-type {
  border-left: 0px !important;
}

.rgpd .rgpd-content .switch-field label:hover {
  cursor: pointer;
}

.rgpd .rgpd-content .rgpd-content-content-some {
  margin-top: 16px;
}

.rgpd .rgpd-content .rgpd-content-content-some .rgpd-content-content-some-item {
  margin-bottom: 24px;
}

.rgpd .rgpd-content .rgpd-content-content-some .rgpd-content-content-some-item .rgpd-content-content-some-item-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.rgpd .rgpd-content .rgpd-content-content-some .rgpd-content-content-some-item .rgpd-content-content-some-item-container .rgpd-content-content-some-text {
  margin-right: 8px;
}

.rgpd .rgpd-content .rgpd-content-content-some .rgpd-content-content-some-item .rgpd-content-content-some-item-container .rgpd-content-content-some-input {
  flex-shrink: 0;
  margin-left: 8px;
}

.rgpd .rgpd-content .rgpd-content-content-some .switch-field label {
  width: auto;
  padding: 8px;
  min-width: 69px;
}

.rgpd .rgpd-content .switch-field input[value="1"]:checked + label {
  background-color: #FFCD00;
}

.rgpd .rgpd-content .switch-field input[value="0"]:checked + label,
#switch_no_1:checked + label {
  background-color: #CBCBCB;
}

.rgpd .rgpd-content .switch-field input:checked + label {
  background-color: #FFCD00;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rgpd .rgpd-content .switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.rgpd .rgpd-content .switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.rgpd .rgpd-content-title input[type="checkbox"] {
	margin-right: 5px;
	margin-top: 0px;
}

.rgpd .rgpd-content-title,
.rgpd .rgpd-content-text p,
.rgpd .rgpd-content-content span {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  text-transform: none;
  display: block;
  margin: 10px 0px 8px 0px;
}

.rgpd .rgpd-content a,
.rgpd .rgpd-content a:hover,
.rgpd .rgpd-content a:focus {
  text-decoration: none !important;
  font-size: 15px;
  font-weight: normal;
  color: #002e6d;
  text-transform: none;
}

.rgpd-content-main-switch {
	margin-top: 5px;
}

/* / RGPD CHECK */
/* Temporal to delete */


/* Common Screen Header */

.common-header .common-header-content {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: normal;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 32px;
}

.common-header .common-header-content .common-header-logo .logo-container a {
	display: flex;
	margin-bottom: 5px;
}

.common-header .common-header-content .common-header-logo .logo-container a img {
	width: 100%;
	max-width: 267px;
	height: auto;
	max-height: 83px;
}

.common-header .common-header-content .common-header-navigation .common-header-navigation-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item {
	display: inline-flex;
}

.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item > .user-zone-content {
	margin-right:36px;
}

.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item > div > a {
    display: flex;
    text-decoration: none !important;
    cursor: pointer;
    color: #002e6d;
	font-size: 23px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 19px;
	padding: 36px 0px;
	border-bottom: 3px solid transparent;
}

.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item > div > a.active {
	border-bottom: 3px solid #FFCD00;
}

.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item > div > a > span {
	margin-left: 16px;
}

.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item .cart-content {
	text-align:right;
}

.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item .cart-content .cart-icon {
	position: relative;
	/* Settings to not overflow if occurs */
	width: 22px;
	overflow: hidden;
}

.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item .cart-content .cart-icon .icon {
	position: relative;
	z-index: 1;
}

.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item .cart-content .cart-icon .text {
	position: absolute;
    left: 7px;
    top: -5px;
    z-index: 10;    
    width: 11px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002e6d;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0;
}

.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item .not-active {
	color: #666666 !important;
}

@media (max-width:991px) {
	.common-header .common-header-content {
		padding-bottom: 0px;
		border-bottom: 0px;
		margin-bottom: 24px;
	}
	.common-header .common-header-content .common-header-navigation .common-header-navigation-content {
	    align-items: flex-end;
	    justify-content: center;
	    border-bottom: 1px solid #CBCBCB;
	}
	.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item {
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item > .user-zone-content {
		margin-right: 0px;
	}
	.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item > div,
	.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item > div > a {
		width: 100%;
		justify-content: center;
	}
	.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item > div > a > span {
		display: none !important;
	}
	.common-header .common-header-content .common-header-logo .logo-container a {
		margin-bottom: 22px;
	}
	.common-header .common-header-content .common-header-navigation .common-header-navigation-content .navigation-content-item > div > a {
		padding: 0px 0px 12px 0px;
	}
}

.common-navigation {
	margin-bottom: 16px;
	display: block;
	position: relative;
}

.common-navigation .back-to-cart a {
	color: #002e6d;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1.6px;
	line-height: 20px;
	text-transform: uppercase;
}

.common-navigation .back-to-cart a:hover,
.common-navigation .back-to-cart a:focus,
.common-navigation .back-to-cart a:active {
	text-decoration: none !important;
	outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

/* End Common Screen Header */


/* Start Styles for link with label <a> */

.form-link .form-link-item {
	color: #002e6d;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 0px;
    background: transparent;
    border: 0px;
    padding: 0px;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
}
.form-link .form-link-item:hover,
.form-link .form-link-item:focus,
.form-link .form-link-item:active {
	text-decoration: none !important;
	outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}
.form-link .form-link-item span {
	margin-left: 11px;
}

/* End Styles for link with label <a> */


.grey-parag {
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0
}


/* Start new modal messages */

.success-message .message-in-modal-txt{
	color: #333333;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 0;
}
.error-message .message-in-modal-txt{
	color: #333333;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 0;
}
.myProfileModal .modal-content {
	padding: 30px 20px;
}
.myProfileModal .modal-content p.title{
	margin: 30px 20px;
}

/* End new modal messages */


.loader-spinner-container {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-color: #333;
	opacity: .6;
}
.loader-spinner,
.loader-spinner:before,
.loader-spinner:after {
	background: #ffffff;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.loader-spinner {
	color: #ffffff;
	text-indent: -9999em;
	/* margin: 88px auto; */
	/* position: relative; */
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	margin: auto;top: 0; bottom: 0;position: absolute;left: 0;right: 0;
}
.loader-spinner:before,
.loader-spinner:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader-spinner:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader-spinner:after {
	left: 1.5em;
}
.loader-spinner-message {
	color: #ffffff;
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: auto;top: 40%; bottom: 0;position: absolute;left: 0;right: 0;
}
@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}



/* Start CorreosID */

.correosid-splash {
	margin-bottom: 80px;
}
.correosid-splash .correosid-splash-title h3 {
	color: #333;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 32px;
}
.correosid-splash .correosid-splash-faqs {
	margin-bottom: 40px;
}
.correosid-splash .correosid-splash-faqs h4 {
	color: #002e6d;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}
.correosid-splash .correosid-splash-faqs p {
	color: #333;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 20px;
}
.correosid-splash-login-title  {
  margin-bottom: 24px;
}

.correosid-splash-login-title h3 {
  color: #333333;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
}

.correosid-splash .login-form .password-notice {
  font-size: 10px;
  font-weight: 500;
  color: #211914;
  margin: 5px 0px;
  padding-left: 20px;
}

.correosid-splash .login-form .password-notice i {
  padding: 0px 5px;
}

.correosid-splash .login-form .custom-checkbox {
  font-size: 9px;
  font-weight: 500;
  color: #211914;
  line-height: 24px;
  margin: 10px 0px;
}

.correosid-splash .login-form label {
	font-weight: 500;
	color: #707070;
}

.correosid-splash .login-extra-text {
	font-weight: 500;
    color: #707070;
    font-size: 1rem;
}

/*
.correosid-splash .login-form button[type="submit"],
.correosid-splash .create-account-form button[type="submit"] {
  background: #211914 !important;
  border-color: #211914 !important;
  outline: none !important;
  border-radius: 0px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  min-width: 131px;
  max-width: 100%;
}
*/

@media (max-width: 767px){
	.correosid-splash .login-form input[type="text"],
	.correosid-splash .login-form input[type="password"] {
	  width: 100%;
	  padding: 25px;
	}
	.correosid-splash .login-container {
	  min-width: auto;
	}
	.correosid-splash .login-form .password-notice {
	  padding-left: 0px;
	}
	.correosid-splash .login-form button[type="submit"],
	.correosid-splash .create-account-form button[type="submit"] {
	  width: 100%;
	}
}

.correosid-splash .forgetpasswordlink {
	color: #002e6d;
	font-size: 14px;
	letter-spacing: 0;
    text-decoration: underline;
	text-transform: none !important;
	cursor: pointer;
	outline: none !important;
}
.correosid-splash .forgetpasswordlink:hover {
	color: #002e6d;
}
.correosid-footer-links-title {
	color: #333333;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0;
}

/* End CorreosID */



/* Start ResetPassword */

.merchant-reset-password {
  margin-bottom: 80px;
}
.merchant-reset-password-title  {
  margin-bottom: 24px;
}

.merchant-reset-password-title h3 {
  color: #333333;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0;
}

.merchant-reset-password .password-notice {
  font-size: 10px;
  font-weight: 500;
  color: #211914;
  margin: 5px 0px;
  padding-left: 20px;
}

.merchant-reset-password .password-notice i {
  padding: 0px 5px;
}

.merchant-reset-password .custom-checkbox {
  font-size: 9px;
  font-weight: 500;
  color: #211914;
  line-height: 24px;
  margin: 10px 0px;
}

.merchant-reset-password label {
	font-weight: 500;
	color: #707070;
}


.merchant-reset-password .login-extra-text {
	font-weight: 500;
    color: #707070;
    font-size: 1rem;
}

@media (max-width: 767px){
	.merchant-reset-password input[type="text"],
	.merchant-reset-password input[type="password"] {
	  width: 100%;
	  padding: 25px;
	}
	.merchant-reset-password .login-container {
	  min-width: auto;
	}
	.merchant-reset-password .password-notice {
	  padding-left: 0px;
	}
	.merchant-reset-password button[type="submit"] {
	  width: 100%;
	}
}

.merchant-reset-password .forgetpasswordlink {
	color: #002e6d;
	font-size: 14px;
	letter-spacing: 0;
    text-decoration: underline;
	text-transform: none !important;
	cursor: pointer;
	outline: none !important;
}
.merchant-reset-password .forgetpasswordlink:hover {
	color: #002e6d;
}

/* End ResetPassword */


/* Correosid buttons */
.correosid-splash-buttons-item a {
	color: #002e6d;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    padding: 18px 0px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-decoration: none !important;
    cursor: pointer;
    text-transform: uppercase;
}

.correosid-splash-buttons-item a img {
	margin-left: 11px;
}
/* Correosid buttons */


/* Correosid info tooltip */
.create-account-content .create-account-subtitle {
	position: relative;
}
.styles-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #002e6d;
}

.styles-tooltip .styles-tooltip-text {
  visibility: hidden;
  width: 280px;
  background-color: #fff;
  border: 1px solid #002e6d;
  color: #002e6d;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -140px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 10px;
}

.styles-tooltip .styles-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #002e6d transparent transparent transparent;
}

.styles-tooltip:hover .styles-tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Correosid info tooltip */


/* Style tooltip inline. Tooltip for product personalized and login */

.styles-tooltip-inline {
	display: inline;
	color: #002e6d;
  }
  
  .styles-tooltip-inline .styles-tooltip-text {
	visibility: hidden;
	width: 280px;
	background-color: #fff;
	border: 1px solid #002e6d;
	color: #002e6d;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 10px;
  }
  
  .styles-tooltip-inline .styles-tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #002e6d transparent transparent transparent;
  }
  
  .styles-tooltip-inline:hover .styles-tooltip-text {
	visibility: visible;
	opacity: 1;
  }
  
  @media (min-width: 280px) and (max-width: 378px) {
	  
	  .styles-tooltip-inline .styles-tooltip-text {
	  visibility: hidden;
	  width: 113px !important;
	  background-color: #fff;
	  border: 1px solid #002e6d;
	  color: #002e6d;
	  border-radius: 6px;
	  padding: 5px 0;
	  position: absolute;
	  z-index: 1;
	  bottom: 125%;
	  transition: opacity .3s;
	  font-size: 10px;
	  left: 0px;
	  right: 0;
	  margin-right: auto;
	  }
	  .styles-tooltip-inline .styles-tooltip-text::after {
		  content: none !important;
		  position: absolute;
		  top: 100%;
		  left: 50%;
		  margin-left: -5px;
		  border-width: 5px;
		  border-style: solid;
		  border-color: #002e6d transparent transparent transparent;
	  }
  }
  
  @media (min-width: 632px) and (max-width: 991px) {
	  
	  .styles-tooltip-inline .styles-tooltip-text {
	  visibility: hidden;
	  background-color: #fff;
	  border: 1px solid #002e6d;
	  color: #002e6d;
	  border-radius: 6px;
	  padding: 5px 0;
	  position: absolute;
	  z-index: 1;
	  bottom: 125%;
	  transition: opacity .3s;
	  font-size: 10px;
	  left: -72px;
	  right: 0;
	  margin-left: auto;
	  }
	  .styles-tooltip-inline .styles-tooltip-text::after {
		  content: none !important;
		  position: absolute;
		  top: 100%;
		  left: 50%;
		  margin-left: -5px;
		  border-width: 5px;
		  border-style: solid;
		  border-color: #002e6d transparent transparent transparent;
	  }
  }
  
  @media (min-width: 405px) and (max-width: 631px) {
	  
	  .styles-tooltip-inline .styles-tooltip-text {
	  visibility: hidden;
	  width: 113px !important;
	  background-color: #fff;
	  border: 1px solid #002e6d;
	  color: #002e6d;
	  border-radius: 6px;
	  padding: 5px 0;
	  position: absolute;
	  z-index: 1;
	  bottom: 125%;
	  transition: opacity .3s;
	  font-size: 10px;
	  left: -73px;
	  right: 0;
	  }
	  .styles-tooltip-inline .styles-tooltip-text::after {
		  content: none !important;
		  position: absolute;
		  top: 100%;
		  left: 50%;
		  margin-left: -5px;
		  border-width: 5px;
		  border-style: solid;
		  border-color: #002e6d transparent transparent transparent;
	  }
  }
  
  @media (min-width: 379px) and (max-width: 404px) {
	  
	  .styles-tooltip-inline .styles-tooltip-text {
	  visibility: hidden;
	  width: 113px !important;
	  background-color: #fff;
	  border: 1px solid #002e6d;
	  color: #002e6d;
	  border-radius: 6px;
	  padding: 5px 0;
	  position: absolute;
	  z-index: 1;
	  bottom: 125%;
	  transition: opacity .3s;
	  font-size: 10px;
	  left: -140px;
	  right: 0;
	  margin-right: auto;
	  }
	  .styles-tooltip-inline .styles-tooltip-text::after {
		  content: none !important;
		  position: absolute;
		  top: 100%;
		  left: 50%;
		  margin-left: -5px;
		  border-width: 5px;
		  border-style: solid;
		  border-color: #002e6d transparent transparent transparent;
	  }
  }
  
/* Style tooltip inline. Tooltip for product personalized and login */


/* Start Customerzone login with phone */

#login-email-phone {
	border-radius: 24px;
    overflow: hidden;
    border: 1px solid #949494;
}
#login-email-phone .nav-item {
	width: 50%;
}
#login-email-phone .styles-button {
	border-radius: 24px;
	background: transparent;
    border-color: transparent;
}
#login-email-phone .styles-button.active {
	background-color: #ffcd00 !important;
	border-color: #ffcd00 !important;
	color: #002e6d !important;
}
#login-email-phone .styles-button:hover,
#login-email-phone .styles-button:focus {	
	border-color: transparent !important;
	background-color: transparent !important;
	cursor: pointer !important;
}

#login-email-phone .styles-button.active:hover,
#login-email-phone .styles-button.active:focus {
	background-color: #ffcd00 !important;
	border-color: #ffcd00 !important;
	color: #002e6d !important;
	cursor: pointer !important;
}

#prefix-login-phone {
	min-width: 95px;
	color: #6e6e6e;
}

.login-phone-phone-number {
	margin-left: 16px;
}

/* End Customerzone login with phone */


/* Start Customerzone reset password switch */

#reset-password-selector {
	border-radius: 24px;
    overflow: hidden;
    border: 1px solid #949494;
}
#reset-password-selector .nav-item {
	width: 50%;
}
#reset-password-selector .styles-button {
	border-radius: 24px;
	
	background: transparent;
    border-color: transparent;
}
#reset-password-selector .styles-button.active {
	background-color: #ffcd00 !important;
	border-color: #ffcd00 !important;
	color: #002e6d !important;
}
#reset-password-selector .styles-button:hover,
#reset-password-selector .styles-button:focus {	
	border-color: transparent !important;
	background-color: transparent !important;
	cursor: pointer !important;
}

#reset-password-selector .styles-button.active:hover,
#reset-password-selector .styles-button.active:focus {
	background-color: #ffcd00 !important;
	border-color: #ffcd00 !important;
	color: #002e6d !important;
	cursor: pointer !important;
}

@media (max-width: 374px) {
	#reset-password-selector .styles-button {
		font-size: 10px;
	}
}

@media (max-width: 992px) {
	#reset-password-selector .styles-button {
		font-size: 12px;
	}
}

/* End Customerzone reset password switch */


/*Start the buttons in the cart*/

.cart-continue-button {
	margin: 24px 0px;
}

/*End the buttons in the cart*/


/* Start the link to recover password */

.forgetpasswordlink {
	color: #002e6d;
	font-size: 14px;
	letter-spacing: 0;
    text-decoration: underline;
	text-transform: none !important;
	cursor: pointer;
	outline: none !important;
}
.forgetpasswordlink:hover {
	color: #002e6d;
}

/* End the link to recover password */


/* Start Icon for categories */

.img-fluid-icon {
	max-width: 25px;
	max-height: 25px;
	width: 100%;
    height: auto;
}
/* End Icon for categories */


/* flat header */

.flat-header .flat-header-container .flat-header-top-part {
	background-color: #ffcd00;
}

.flat-header .flat-header-container .flat-header-bottom-part {
	margin: 16px 0px;
}

.flat-header .flat-header-container .flat-header-logo-content {
	display: flex;
	align-items: center;
}
/* flat header */


/* Estilos generales para todas las versiones del navegador */
/* Header styles */

.flat-header .flat-header-container .flat-header-logo-content .header-logo a img {
  width: 100%;
  height: auto;
  max-height: 58px;
  max-width: 159px;
}

@-moz-document url-prefix() {
  .flat-header .flat-header-container .flat-header-logo-content .header-logo a img {
    width: 100%;
    height: auto;
    max-height: 58px;
    max-width: 159px;
  }

  @media (max-width: 991px) {
    .flat-header .flat-header-container .flat-header-logo-content .header-logo a img {
      width: 100%;
      height: 48px;
      max-height: 58px;
      max-width: 159px;
    }
  }
}

.flat-header .flat-header-container .flat-header-search-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flat-header .flat-header-container .flat-header-search-content .header-search {
	width: 100% !important;
}

.flat-header .flat-header-container .flat-header-search-content .header-search input {
	/*padding: 13px 15px 13px 15px;*/
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #666666;
    width: 100%;
    height: 43px;
    background-color: #F3F2F2;
    border: 1px solid #949494;
    border-bottom: 1px solid #FFCD00;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    box-shadow: none !important;
    outline: none !important;
}

.flat-header .flat-header-container .flat-header-title-content,
.flat-header .flat-header-container .flat-header-location-language-content {
	min-height: 30px;
	align-items: center;
	display: flex;
}

.flat-header .flat-header-container .flat-header-title-content h4 {
	font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #006;
    margin-bottom: 0px !important;
}

.flat-header .flat-header-container .flat-header-title-content span {
	font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #006;
    margin-bottom: 0px !important;
}

.flat-header .header-separator {
	content: "";
	margin: 0px 8px;
    height: 16px;
    width: 1px;
    background-color: #CBCBCB;
}

.flat-header .flat-header-hamburger-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.flat-header .flat-header-hamburger-icon .icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #000066;
	display: block;
	transition: all 0.2s;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 4px;
}

.flat-header .flat-header-hamburger-icon .hamburger-lines .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.flat-header .flat-header-hamburger-icon .hamburger-lines .middle-bar {
  opacity: 0;
}

.flat-header .flat-header-hamburger-icon .hamburger-lines .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.flat-header .flat-header-hamburger-icon .hamburger-lines .top-bar {
  transform: rotate(0);
}

.flat-header .flat-header-hamburger-icon .hamburger-lines .middle-bar {
  opacity: 1;
}

.flat-header .flat-header-hamburger-icon .hamburger-lines .bottom-bar {
  transform: rotate(0);
}

.flat-header .flat-header-container .flat-header-links-content {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flat-header .flat-header-container .header-links-top .list-group {
	justify-content: flex-end !important;
	align-items: center !important;
}

.flat-header .flat-header-container .header-links-top .list-group .list-group-item {
	padding: 0px;
	border: 0px;
	background-color: transparent !important;
	display: flex;
}

ul.list-group.list-group-horizontal {
    flex-direction:row;    
}

.flat-header .flat-header-container .header-links-top .list-group .list-group-item:not(:first-child) {
	margin-left: 13px;
}

.flat-header .flat-header-container .header-links-top .list-group .list-group-item:not(:last-child) {
	margin-right: 13px;
}

.flat-header .flat-header-container .market-icon-header {
	margin-right: 8px;
}

.flat-header .flat-header-container .header-links-bottom .list-group {
	justify-content: flex-end !important;
	align-items: center !important;
}

.flat-header .flat-header-container .header-links-bottom .list-group .list-group-item {
	padding: 0px;
	border: 0px;
}

.flat-header .flat-header-container .header-links-bottom .list-group .list-group-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    height: 16px;
    width: 1px;
    background-color: #CBCBCB;
    margin: 5px -12px;
}

.flat-header .flat-header-container .header-links-bottom .list-group .list-group-item:not(:first-child) {
	margin-left: 13px;
}

.flat-header .flat-header-container .header-links-bottom .list-group .list-group-item:not(:last-child) {
	margin-right: 13px;
}

.flat-header .flat-header-container .header-links-bottom .list-group .list-group-item a {
	font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #000066;
    text-decoration: none !important;
	/* if there is more content */
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flat-header .flat-header-container .header-links-bottom .user-icon-desktop .user-link-text {
	margin-left: 8px;
}

.flat-header .flat-header-container .header-links-bottom .list-group .list-group-item .cart-icon {
	position: relative;
	/* Settings to not overflow if occurs */
	width: 22px;
	overflow: hidden;
}

.flat-header .flat-header-container .header-links-bottom .list-group .list-group-item .cart-icon .icon {
	position: relative;
	z-index: 1;
}

.flat-header .flat-header-container .header-links-bottom .list-group .list-group-item .cart-icon .text {
	position: absolute;
    left: 7px;
    top: -5px;
    z-index: 10;
    width: 11px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002e6d;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0;
}

.flat-header .navbar-toggler-container {
	margin: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.flat-header .navbar-toggler {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	outline: none !important;
	box-shadow: none !important;
}

.flat-header .item-full-screen .navbar-toggler {
	background: #FFCD00;
	border-radius: 0px;
	padding: 23px 10px 15px 14px;
}

.flat-header .flat-header-responsive .icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #000066;
	display: block;
	transition: all 0.2s;
	margin-top: 4px;
}

.flat-header .flat-header-responsive.item-full-screen .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.flat-header .flat-header-responsive.item-full-screen .navbar-toggler .middle-bar {
  opacity: 0;
}
 
.flat-header .flat-header-responsive.item-full-screen .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.flat-header .flat-header-responsive .navbar-toggler .top-bar {
  transform: rotate(0);
}
 
.flat-header .flat-header-responsive .navbar-toggler .middle-bar {
  opacity: 1;
}
 
.flat-header .flat-header-responsive .navbar-toggler .bottom-bar {
  transform: rotate(0);
}

/* End Header styles */


/* Start the Navigation*/

.flat-navigation .flat-navigation-container {
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	padding: 5px 10px;
	display: flex;
	flex-direction: row;
}

.flat-navigation .flat-navigation-container .navigation-menu .navigation-menu-container .flat-header-hamburger-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.flat-navigation .flat-navigation-container .navigation-menu .navigation-menu-container .navbar-toggler .icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #000066;
	display: block;
	transition: all 0.2s;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 4px;
}

.flat-navigation .flat-navigation-container .navigation-menu.open-full-screen .navigation-menu-container .hamburger-lines .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.flat-navigation .flat-navigation-container .navigation-menu.open-full-screen .navigation-menu-container .hamburger-lines .middle-bar {
  opacity: 0;
}

.flat-navigation .flat-navigation-container .navigation-menu.open-full-screen .navigation-menu-container .hamburger-lines .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.flat-navigation .flat-navigation-container .navigation-menu .navigation-menu-container .hamburger-lines .top-bar {
  transform: rotate(0);
}

.flat-navigation .flat-navigation-container .navigation-menu .navigation-menu-container .hamburger-lines .middle-bar {
  opacity: 1;
}

.flat-navigation .flat-navigation-container .navigation-menu .navigation-menu-container .hamburger-lines .bottom-bar {
  transform: rotate(0);
}

.flat-navigation .flat-navigation-container .navigation-menu .navigation-menu-container .flat-header-hamburger-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000066;
	margin-left: 3px;
}

.flat-navigation .flat-navigation-container .naviation-links {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.flat-navigation .flat-navigation-container .naviation-links ul {
	display: flex;
	flex-direction: row;
	margin: 0px;
	padding: 0px;
}

.flat-navigation .flat-navigation-container .naviation-links ul li {
	list-style: none;
}

.flat-navigation .flat-navigation-container .naviation-links ul li:not(:last-child) {
	margin-right: 12px;
}

.flat-navigation .flat-navigation-container .naviation-links ul li .navigation-links-item {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	color: #000066;
}

@media (min-width: 991px) and (max-width: 1199px){
	.flat-navigation .flat-navigation-container .naviation-links ul {
		justify-content: space-between;
	}
	.flat-navigation .flat-navigation-container .naviation-links ul li .navigation-links-item {
		font-size: 13px;
	}	
}

/* End the Navigation */


/* Start SIDEBAR */

.sidebar-opened {
	position: relative;
	z-index: 0;
}

.sidebar-opened-backdrop {
	position: absolute;
	top: 0;
	z-index: 5555;
	width: 100vw;
	height: 100vh;
	opacity: 0.6;
	background-color: #000;
}

#Market-Sidebar.sidebar {
	height: 100%;
	width: 0 !important;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	background: #fff;
}
#Market-Sidebar.sidebar.sidebar-open {
	width: 320px !important;
}

/* Close Button */
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
/* Close Button */

.sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidebar a:hover {
	color: #f1f1f1;
}

.sidebar-container {
	display: flex;
	height: auto;
	width: 100%;
	background: #fff;
	padding: 17px;
}

.menu {
	width: 100%;
}

.menu .main-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 0px;
	border-bottom: 1px solid rgb(0 46 109 / 30%);
}

.menu .main-title .title-content .menu-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000066;
	margin-bottom: 15px;
}

.menu .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000066;
	margin-bottom: 15px;
}

.menu .title .title-content .go-back-icon {
	margin-right: 5px;
}

.menu .title .title-content .menu-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000066;
	margin-bottom: 15px;
}
.title{
	display: flex;
	flex-direction: row;
}

.menu .close-sidebar {
	cursor: pointer;
	padding: 5px 15px;
}

.menu .menu-ul {
	padding: 17px 0px;
	border-top: 1px solid rgb(0 46 109 / 10%);
	border-bottom: 1px solid rgb(0 46 109 / 30%);
	margin-bottom: 15px;
	display: grid;
	grid-template-columns: 1fr;
}

.menu .menu-ul ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	grid-row-start: 1;
	grid-column-start: 1;
}

.menu .menu-ul ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
}

.menu .menu-ul ul li:not(last-child){
	margin-bottom: 5px;
}

.menu .menu-ul ul li a {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	color: #000066;
	padding: 5px 5px 5px 0px;
	flex-grow: 1;
	cursor: pointer;
}

.menu .menu-ul:not(.no-arrows-on-element) ul li a:after {
	content: "\f054";
	display: block;
	color: #000066;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding: 8px;
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.menu .menu-ul.checkbox-style-element ul li a:after {
	content: "\f0c8";
	display: block;
	color: #000066;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	padding: 8px;
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.menu .menu-ul.checkbox-style-element ul li a.active:after {
	font-weight: 900;
}

.menu .menu-ul ul li a .icon {
	margin-right: 6px;
}

.menu .menu-ul.category-tree ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu .menu-ul.category-tree ul li span {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #000066;
    padding: 0px 10px;
    cursor: pointer;
}

.menu .subCategory-list {
	display: none;
	grid-row-start: 1;
	grid-column-start: 1;
}

.menu .subCategory-list ul {
	padding: 0;
    margin: 0;
    list-style: none;
}

.menu .subCategory-list ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu .subCategory-list ul li a {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	color: #000066;
	padding: 0px 5px 0px 0px;
	flex-grow: 1;
}

.menu .subCategory-list .go-back-subcategory-link span {
	flex-grow: 1;
	padding: 0px !important;
}

.menu .subCategory-list .go-back-subcategory-link span i {
    padding-right: 8px;
}

/* End SIDEBAR */


/*Product with variants*/

li.subwithoutvariant {
    padding: 8px 0px;
	margin-top: 3px;
}

.subvariantbox {
	padding: 8px 0;
	margin-top: 3px;
}

.subvariant {
    padding: 6px 4px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffffff;
    border: none;
    text-transform: uppercase;
	margin-top: 3px;
}

@media ( max-width : 991px) {
	.product-2 .product-picture-information .product-share-buttons .product-promotions-featured-item-icon, .variantbox {
	text-align: left;
	display: inline-block;
	max-width: 100%;
	width: 270px;
	}
}

/*Product with variants*/


/* Button customization just for customerzone/orders */
.btn.btn-save-customization {
    background-color: #ffcd00;
	padding: 6px 10px;
	font-size: 14px;
	text-transform: uppercase;
}
/*Button customization just for customerzone/orders */


/* Buttons for responsive slider on desktop */
.slider-buttons-on-desktop {
	display: none;
}
/* Buttons for responsive slider on desktop */


/* Button for banner-discount */
.button-bannerdiscount {
    float: right;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    opacity: unset;
	text-shadow: none;
	margin-left: auto;
    order: 2;
}
@media(max-width: 768px){
	body.section.discount-container {
	 	height: auto !important;
	}
}

@media(max-width: 991px){
	.button-bannerdiscount {
		position: absolute;
		right: 15px;	
	}
}
/* Button for banner-discount */


/*Style tooltip checkout just for packzum*/

.styles-tooltip-checkout {
    display: inline-block;
    color: #002e6d;
    position:relative;
    top: -7px;
}
.styles-tooltip-checkout .styles-tooltip-text {
    visibility: hidden;
    width: 180px;
    background-color: #fff;
    border: 1px solid #002e6d;
    color: #002e6d;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    /* bottom: -2px; */
    /* left: 50%; */
    margin-left: -140px;
    opacity: 0;
    transition: opacity .3s;
    font-size: 10px;
    top: -62px;
    left: 57px;
    line-height: 1.6em;
}
.styles-tooltip-checkout:hover .styles-tooltip-text {
    visibility: visible;
    opacity: 1;
}
.styles-tooltip-checkout .styles-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #002e6d transparent transparent transparent;
}

/*Style tooltip checkout just for packzum*/


/* Start Modal for packzum */

.modal-success-packzum .success-message-packzum .packzum-values {
	color: rgb(0, 128, 0);
}

.modal-success-packzum .modal-header {
	padding: 2.2rem 1rem 0 1rem;
	justify-content: end;
}

.modal-success-packzum .success-message-packzum .fa-check-circle {
	font-size: 40px;
    margin-bottom: 20px;
    color: rgb(0, 128, 0);
}

/* End Modal for packzum */


/* Start Sales for merchant backoffice */

.input-dates {
	position: relative;
	border-radius: 3px;
    border-bottom: 1px solid;
	display: flex;
	flex-wrap: wrap;
    height: 50%;
	background-color: #ffffff;
	color: #002e6d;
	border: 1px solid #ced4da;
}

.bg-calendar {
    font-family: "Font Awesome 5 Free", "Cartero","PT Sans","Open Sans",Roboto,-apple-system,BlinkMacSystemFont,Arial,sans-serif;
    cursor: pointer;
}

/* End Sales for merchant backoffice */


/* Responsive Share URL iOS-Android */
.mobile-url-share-button-item {
	padding: 10px 0px;
}
.mobile-url-share-button-item .btn {
	padding: 6px 16px !important;
    background: transparent !important;
    border-color: #333333 !important;
    color: #333333 !important;
}
/* Responsive Share URL iOS-Android */


/* This is linked to banner-discount.jsp and they call it as "cintillo" */

.discount-container p {
	margin-bottom: 0;
	margin-right: 10px;
}

section.discount-container{
    align-items: center;
    position: relative;
    display: flex;
    padding:5px 0px;
}
.headband-nav {
	display: flex;
	line-height: 1.2em;
}

@media(max-width: 500px){
	.discount-container p {
		text-align: left; 
	}	
}

/* This is linked to banner-discount.jsp and they call it as "cintillo" */


/* New product file */
/* Structure new product file*/
.new-varienat-product-container,
.new-varienat-product-container-fluid,
.new-varienat-product-container-xxl,
.new-varienat-product-container-xl,
.new-varienat-product-container-lg,
.new-varienat-product-container-md,
.new-varienat-product-container-sm {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
  margin-left: auto;
}

@media ( min-width : 576px) {
	.new-varienat-product-container-sm, .new-varienat-product-container {
		max-width: 540px;
	}
}

@media ( min-width : 768px) {
	.new-varienat-product-container-md, .new-varienat-product-container-sm,
		.new-varienat-product-container {
		max-width: 720px;
	}
}
@media ( max-width : 768px) {
	.new-varienat-product-container.mt-4 {
		padding: 0px;
	}
}
@media ( min-width : 992px) {
	.new-varienat-product-container-lg, .new-varienat-product-container-md,
		.new-varienat-product-container-sm, .new-varienat-product-container {
		max-width: 960px;
	}
}

@media ( min-width : 1200px) {
	.new-varienat-product-container-xl, .new-varienat-product-container-lg,
		.new-varienat-product-container-md, .new-varienat-product-container-sm,
		.new-varienat-product-container {
		max-width: 1200px;
	}
}

@media ( min-width : 1400px) {
	.new-varienat-product-container-xxl, .new-varienat-product-container-xl,
		.new-varienat-product-container-lg, .new-varienat-product-container-md,
		.new-varienat-product-container-sm, .new-varienat-product-container {
		max-width: 1400px;
	}
}

@media ( min-width : 1600px) {
	.new-varienat-product-container-xxl, .new-varienat-product-container-xl,
		.new-varienat-product-container-lg, .new-varienat-product-container-md,
		.new-varienat-product-container-sm, .new-varienat-product-container {
		max-width: 1600px;
	}
}

/* Structure new product file */


/*Buttons new product file*/

.container-for-buttons {
	width: 100%;
}

@media ( min-width : 1200px) {
	.btn-añadir-amarillo, .btn-añadir-azul {
		width: 100%;
	}
}	

@media ( max-width : 500px) {
	.btn.btn-añadir-amarillo.shoppingcartbtn.shoppingcartbtn-checkout {
		width: 175px;
		max-width: 100%;
	}
	.newQuantityButtons {
		padding-left: 4px;
		padding-right: 25px;
	}
}
.btn-añadir-amarillo,
.btn-añadir-azul{
  width: 100%;
  height: 48px;
  flex-shrink: 0;
}
.qty-changer-container .qty-changer>.btn-update-quantity i {
	line-height: 5;
}
.qty-changer-container .qty-changer>.btn-update-quantity {
	width: 16px;
	height: 38px;
	display: block;
	color: #000000;
	line-height: 14px;
	text-align: center;
	font-size: 8px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 15px;
	border: none;
}

.qty-changer-container .qty-changer {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}
.qty-changer-container .qty-changer > .btn-update-quantity {
	width: 16px;
	height: 38px;
	display: block;
	color: #000000;
	line-height: 14px;
	text-align: center;
	font-size: 8px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 15px;
	border: none;
}
.qty-changer-container .qty-changer > .btn-update-quantity i {
	line-height: 5;
}
.product-page-description-2.toggle-button {
	max-height: none;
}
.qty-changer-container {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}
.qty-content {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
.btn-añadir-amarillo,.btn-añadir-azul{
  width: 100%;
  height: 48px;
  flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.btn-añadir-amarillo, .btn-añadir-azul {
		width: 100%;
	}
}
.styles-button-text {
	color: #002E6D;
	text-align: center;
	font-family: Cartero;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	word-wrap: break-word;
}

.btn-añadir-amarillo {
	background: #FFCD00;
	border-radius: 4px;
	border: none;
	color: #000;
	font-family: Cartero;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border: 1px solid #b38f00;
}
.btn-añadir-azul {
	background: #E9F4FF;
	border-radius: 4px;
	border: 1px #5A6675 solid;
	color: #5A6675;
	font-family: Cartero;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.sticky-container-new-product-buy-selector {
	fill: #FEFFFF;
	filter: drop-shadow(0px -3px 8px rgba(6, 20, 40, 0.10));
	width: 100%;
	height: 88.341px;
	border-radius: 24px 24px 0px 0px;
	padding: 5px;
	bottom: 0;
	background-color: #fff;
	z-index: 999;
	right: 0;
}
.sticky-container {
	position: sticky;
	top: 0;
	z-index: 100;
}
.QuantityButtons {
    width: 30px;
    display: block;
    color: #006;
    line-height: 14px;
    text-align: center;
    font-size: 11px;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
}
@media ( max-width : 1200px) {
	.newQuantityButtons {
		width: 15.42px;
		height: 15.42px;
		flex-shrink: 0;
		display: block;
		color: #006;
		line-height: 14px;
		text-align: center;
		font-size: 11px;
		background-color: transparent;
		padding-left:9px;
		padding-right: 25px;
	}
	.btn-añadir-amarillo, .btn-añadir-azul {
		width: 100%;
	}
}
@media ( max-width :991px) {
	.btn-añadir-amarillo, .btn-añadir-azul {
		width: 100%;
	}
}
/*Buttons new product file*/



/*Breadcrumb for new file product*/

@media(max-width: 990px){
	li.breadcrumb-item.aditional-breadcrumb{
		margin-left: 14px;
	}
}

/*Breadcrumb for new file product*/



/* Scroll */

.scroll-container {
	height: fit-content;
}

.scroll-container::-webkit-scrollbar {
	width: 0;
	background: transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
	background: transparent;
}

/* Scroll */


/* Recommended price */

.prod-price-item.product-page-price-item.recommended-price-content {
    font-size: 16px;
    color: #666;
}

.price-label.prod-page-name-alignments.recommended-price{
	font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #3a3a3a
}
.recommendedprice {
    text-decoration: line-through;
}

@media(max-width: 300px){
	.recommendedprice-new-product-content {	
		flex-direction: row;
		display: contents;
	}
}

.price-recommended-item .originallistingprice{
	margin-left:0px !important;
}

.product-flat-design .recommended-price-content.new-recommended-price-content  {
	display: flex;
	align-items: center;
	margin-bottom: 1px;
}

/* Common styles for .price-label, .originallistingprice, y .recommendedprice */
.product-flat-design .recommended-price-content .price-label, 
.originallistingprice, 
.recommendedprice {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #3a3a3a;
}
/* Common styles for .price-label, .originallistingprice, y .recommendedprice */

/* Specific styles for .price-label */
.product-flat-design .recommended-price-content .price-label {
	font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #3a3a3a;
    margin-bottom: 0;
    min-width: 85px;
}
/* Specific styles for .price-label */

/* Recommended price */


/* Prices */
.prod-price-item {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}
/* Prices */


/* Price product variant*/
.product-page-price-item-new-variant{
	color:#002E6D;
	font-family: Cartero;
	font-size: 30px;
	font-style:normal;
	font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.prod-price-item .product-variants .variantbox select#mySelect {
		height: 26px;
	}
	.prod-price-item {
	display: grid;
	}
}

@media ( max-width : 768px) {
	.prod-price-item .product-variants .variantbox select#mySelect {
		height: 43px;
	}	
	.prod-price-item .product-variants .variantbox select {
		border: 0;
		height: 30px;
	}
	
}
.prod-price-item .product-variants .variantbox select#mySelect {
	border: 0;
	height: 30px;
	width: 115px;
}

.prod-price-item .product-variants .variantbox select {
	border: 0;
	height: 30px;
	width: 115px;
}
/* Price product variant*/


/* Original price */
.originallistingprice{
	text-decoration: line-through;
}
/* Original price */


/* Product review */
.Product-Reviews-Content .product-reviews-block .ProductsReviewsTitle .title h5 {
	font-size: 18px;
	font-weight: 300;
}
.Product-Reviews-Content .product-reviews-block .ProductsReviewsTitle .title h4 {
	font-size: 20px;
}

@media ( max-width : 500px) {
	.Product-Reviews-Content .product-reviews-block .ProductsReviewsTitle .title h4 {
    	font-size: 20px;
	}
	.Product-Reviews-Content .product-reviews-block .ProductsReviewsTitle .title h5 {
    	font-size: 18px;
    	font-weight: 300;
	}
}
/* Product review */


/* Delivery panel information */
.delivery-information-panel{
	height: 82px;
	flex-shrink: 0;
	background: #E5EAF0;
}
.delivery-information-panel-inner {
	height: 81px;
	color: #002E6D;
}	
.delivery-information-panel-titles{
	color:var(--text-color);
	font-family: Cartero;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
}
.delivery-information-panel-description >a {
	color: var(--text-color);
	font-family: Cartero;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px;
}
.delivery-information-panel-description {
	color: var(--text-color);
	font-family: Cartero;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 17px;
}
@media ( max-width :991px) {
	.delivery-information-panel {
		height: 63px;
		flex-shrink: 0;
		background: #E5EAF0;
	}
}
/* Delivery panel information */


/* Product title*/
.product-variant-title {
	color: #000;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.product-title-new-variant{
    color: #000;
    font-family:'Cartero';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product-title-new-variant h1 {
	color: #000;
	font-family: 'Cartero';
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
/* Product title*/


/* Input quantities product*/
.qty-changer-container .qty-changer .quantity-input {
	margin-right: 15px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	width: 35px !important;
	font-size: 10px;
	text-align: center;
	color: #211914;
	font-weight: 600;
	background: transparent;
	border-color: #707070;
	border-radius:0px;
}
input.form-control.quantity-input.wishlist-quantity-input {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	border: 1px solid #949494;
	border-bottom: 1px solid #ffcd00;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 0rem;
	box-shadow: none !important;
	outline: none !important;
	text-align: center;
}
.form-control.personalize-input {
	height: 43px;
	border-radius: 5px;
	background-color: #f3f2f1;
	flex-shrink: 0;
	border: 0.5px solid #939494;
}
.form-control.personalize-input::placeholder {
	text-align: initial;
}
@media ( max-width : 768px) {
	.form-control.personalize-input {
		text-align: center;
	}
	.form-control.personalize-input::placeholder {
		text-align: center;
	}
}	

/*Desktop*/
#quantityinput {
	width: 70px;
	height: 45px;
	flex-shrink: 0;
	color: #000;
	font-family: Cartero;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background-color: #f3f2f2;
	box-shadow: none !important;
	outline: none !important;
	border-radius: 0.25rem;
	border: 1px solid #949494;
    border-bottom: 1px solid #ffcd00;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

/*Mobile*/
#quantityinputmobile {
	width: 48px;
	height: 43px;
	flex-shrink: 0;
	color: #000;
	font-family: Cartero;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background-color: #fff;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	display: flex;
}
 /* Input quantities product */


/* Rating product */
.rating-text-new-variant {
	color: #002E6D;
	font-family: 'Cartero';
	font-size: 10px;
}
.product-ratings-text .smooth-link {
	color: #002E6D;
	font-family: 'Cartero';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
}
/* Rating product */


/* Product file merchant */
.merchant-managed-by-new-variant {
	color: #000;
	font-family: 'Cartero';
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.merchant-txt {
	color: var(--text-color);
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
/* Product file merchant */


/* Title for brand*/
.brand-new-product-subtitle-inner{
	color: #002E6D;
    font-family: Cartero;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem;
    text-decoration: none;
}
/* Title for brand*/


/* Selects */
.custom-select select {
	appearance: none;
	width: 100%;
	padding-right: 44px;
}
@media ( max-width : 768px) {
	.product-flat-design .product-page-variants-item select {
		font-size: 18px;
	}
}
.product-flat-design .product-page-variants-item select {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	color: #006;
	margin-bottom: 0;
	margin-left: 10px;
	cursor: pointer;
}
#mySelect option:hover {
	background-color: gray;
	padding-left: 5px;
}
select:focus {
    outline: none;
}
@media ( min-width : 1200px) {
	.custom-select {
		width: 136px;
	}
}
.custom-select {
	position: relative;
	padding: 0px;
	border: none;
}

.custom-select svg {
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}
.form-select {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
	font-family: Cartero;
	font-size: 18px;
	appearance: none;
	background-color: #f8f8f8 !important;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0px 10px 0px 10px;
}
.form-select:focus {
    border-color: inherit;  
    box-shadow: none;
}
.icon-select-variant{
	height: 26px;
}
@media (max-width: 767px) {
	.form-select{
	  font-size: 18px;
	}
	#mySVG_1,#mySVG_2,#mySVG_3{
	  width: 86px;
	  height: 52px;
	  }
	.select#mySelect {
		background-size: contain;
	}
}
.select#mySelect {
	padding: 0 2.9000000000000004em 0 0 !important;
}
.icon-select-variant{
	height: 42px !important;
}

/* Selects */


/* Content */
.sticky-box {
	position: sticky;
	top: 20px;
}
.img-product {
	object-position: center;
}
/* Content */


/* Tittle of product*/
@media screen and (min-width: 768px) and (max-width: 991px){
	.product-container {
		padding: 0px;
	}
}
.brand-text-title{
	color: #000;
    font-family: Cartero;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* Tittle of product*/


/* Porduct file description */
.product-flat-design .product-page-description-2 .description-title {
	color: #211914;
	font-family: Cartero;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.product-new-variant-title-on-description-subtitle,
	.container-new-variant-first-description-subtitles {
	color: #000;
	font-family: Cartero;
	font-size: 16px;
	font-style: normal;
}

.product-flat-design .product-page-description .description-title{
	color: #002E6D;
	font-family: Cartero;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.product-new-variant-title-on-description-subtitle,.container-new-variant-first-description-subtitles{
  color: #000;
font-family: Cartero;
font-size: 16px;
font-style: normal;
}
.description-cover-new-product{
	text-align: justify;
	height: 100vh;
	overflow: auto;
}
@media ( max-width : 767px) {
	.product-description-content p {
    	font-size: 18px;
	}
}
.product-description-content p {
    font-size: 16px;
}
/* Porduct file description */


/* Product personalized collapse */
.dropdown-menu.dropdown-menu-left.show {
	top: 11px !important;
}
.collapse-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.collapse-checkbox:checked ~ .collapse-content {
  max-height: 1000px;
  transition: max-height 0.3s ease-in;
}
/* Product personalized collapse */


/* Product personalized attach files */
@media (max-width: 767px) {
	.form-files-uploader {
		display: flex;
		width: 100%;
		padding: 0.375rem 0.75rem;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0.375rem;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		color: #6C757D;
		font-family: Cartero;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
}
img.question-icon {
	bottom: 1px;
    position: relative;
    left: 4px;
}
.icon-for-attach {
    position: absolute;
    top: 50%;
    right: 0;
	z-index: 99;
    transform: translate(-50%, -50%);
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #6C757D;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background-color: #e9ecef;
	height: 40px;
}
.custom-file-uploader {
    position: relative;
    display: flex;
    bottom: -9px;
    top: auto;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.form-files-uploader {
	display: flex;
	width: 100%;
	padding: 0.375rem 0.75rem;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #6C757D;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
/* Product personalized attach files */
.close.newCartGiftAdd{
	position: absolute;
	right: 1rem;
	top: 2.5rem;
}

/* Checkout */
.label-svg-container {
	display: flex;
	align-items: center;
  }
  .label-svg-container label {
	margin-right: 10px; 
  }
  .blank-spacer{
	  width: 100%;
	  height: 40px;
  }  
/* Checkout */


/* Recaptcha */
@media (min-width: 270px) and (max-width: 290px) {
	
	#rc-imageselect, .g-recaptcha {transform: scaleX(0.70) scaleY(0.9);-webkit-transform: scaleX(0.70) scaleY(0.9);transform-origin:0 0;-webkit-transform-origin:0 0;}
  }
@media (min-width: 291px) and (max-width: 575px){
	
	#rc-imageselect, .g-recaptcha {transform: scaleX(1);-webkit-transform: scaleX(1);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
/* Recaptcha */


/*popup new-subscriptions*/
.new-modal-image img {
    height: auto !important;
}
.news-subscription-modal{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
/*end popup new-subscriptions*/


/*modal add.address.modal*/
@media screen {
  .modal-body.add-new-address-modal-body {
    /* width: 525px; */
    overflow-y: auto;
  }
  @media (max-height: 934px) {
    .modal-body.add-new-address-modal-body {
      height: 600px;
    }
  }
  @media (max-height: 897px) {
    .modal-body.add-new-address-modal-body {
      height: 598px;
    }
  }
  @media (max-height: 800px) {
    .modal-body.add-new-address-modal-body {
      height: 553px;
    }
  }
  @media (max-height: 649px) {
    .modal-body.add-new-address-modal-body {
      height: 448px;
    }
  }
  @media (max-height: 562px) {
    .modal-body.add-new-address-modal-body {
      height: 354px;
    }
  }
}
/*end modal add.address.modal*/




























/*Product personalized*/

.merchant-txt-title-new-variant .merchant-txt {
  color: #002E6D;
  font-family: Cartero;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1rem;
  text-decoration: none;
}


@media ( max-width : 767px) {
	#mySVG_1, #mySVG_2, #mySVG_3 {
		width: 86px;
		height: 52px;
	}
	.row.newProduct-inner{
		margin-top:16px;
	}
}

@media ( max-width : 768px) {
	.svgUpload {
		left: 280px;
		height: 86px;
	}
	.custom-file-label.customizationlable {
		border-radius: 0.15rem;
	}
	.btn-save-customization.keep-personalization {
		height: 51px !important;
	}
	.keep-personalization {
		height: 51px !important;
	}
	.label-personalized {
		font-size: 18px;
	}
	.col-12.col-md-4.mb-4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.btn.btn-añadir-amarillo.shoppingcartbtn.shoppingcartbtn-checkout {
		width: 100%;
		margin-left: 0px;
	}
	.product-variant-title {
		margin-bottom: 0px;
		font-size: 18px;
	}
	.product-title-new-variant h1 {
		color: #000;
		font-family: Cartero;
		font-size: 24px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
	}
	.product-variants {
		flex-direction: column;
		display: inline-flex;
	}
	.personalized {
		background-color: #fff;
		display: flex;
		width: 100%;
		color: #002E6D;
		border-radius: 0px 0px 8px 8px;
		padding: 0px;
		border: 1px solid;
		border-top: none;
	}
	.keep-personalized {
		display: flex;
		width: 100%;
		justify-content: center;
		color: #002E6D;
		text-align: center;
		font-family: Cartero;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-align: center;
		border-radius: 5px !important;
		padding: 8px;
		border: 0.5px solid #002E6D;
		height: 53px !important;
		display: flex;
	}
	.personalite {
		background-color: #e9ecef;
	}
	.accordion-body {
		padding: 0px;
	}
	.form-cover {
		padding: 15px 0px 0px 0px;
	}
	span.input-group-btn.icon {
		width: 89px;
	}
	.form-label {
		margin-bottom: 0.25rem;
	}
	#mobile-buttons {
		width: 111.803px;
		height: 43.203px;
	}
	.btn-customization-unlock {
		display: none;
	}
	.btn-customization-delete {
		display: none;
	}
	.keep-personalized p {
		left: 8px;
		position: absolute;
		width: min-content;
	}
	.delivery-information-panel-inner {
		height: 63px;
		color: #002E6D;
	}
	.custom-file-label.customizationlable::after {
		width: 89px;
		padding: 0.75rem 1.75rem;
	}
	.icon-for-attach {
		width: 25px;
	}
}
.btn-save-customization.keep-personalization {
	background-color: #f3f2f1;
	text-transform: capitalize;
	display: flex;
	height: 40px;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;
	color: #002E6D;
	text-align: center;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 5px;
	border: 0.5px solid #002E6D;
}

.keep-personalization {
	display: flex;
	width: 100%;
	justify-content: center;
	color: #002E6D;
	text-align: center;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 5px;
	padding: 8px;
	border: 1px solid;
	height: 40px;
	align-items: center;
}


#TotalPercentegePerProduct{
	color: #002e6d;
	margin-left: 5px;
}
span.input-group-btn.icon {
    width: 38px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 0px 5px 5px 0px !important;
    border: 0.5px solid #939494;
    background: #D9D9D9;
}

.input-group-personalization {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
}

.keeping-personalization p{
  color: #002E6D;
  font-family: Cartero;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}

.label-personalized {
	display: flex;
	width: 100%;
	height: 16px;
	flex-direction: row;
	justify-content: flex-start;
	flex-shrink: 0;
	color: #000;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	align-items: center;
	margin-bottom: .5em;
}

/* reenvio postal test */
.form__radio-input {
	display: none;
  }
  
  .form__label-radio {
	font-size: 1.6rem;
	cursor: pointer;
	position: relative;
	padding-left: 2rem;
  }
  
  .form__radio-button {
	height: 1.5rem;
	width: 1.5rem;
	border: 1px solid var(--text-color);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -1.2rem;
  }
  .form__radio-button::after {
	content: "";
	display: block;
	height: 0.9rem;
	width: 0.9rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--text-color);
	opacity: 0;
	transition: opacity 0.2s;
  }

  .form__radio-input:checked ~ .form__label-radio .form__radio-button::after {
	opacity: 1;
  }

  .keeping-personalization {
    display: flex;
    width: 100%;
    color: #002E6D;
    border-radius: 8px !important;
    padding: 8px;
    border: 1px solid;
	height: 40px;
  }

  .title-modification-personalization{
    color: #002E6D;
    font-family: Cartero;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
  }

  
.title-modification-personalization {
	color: #002E6D;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0px;
}
  .keeping-personalization span.delete {
	color: #BE0A0A;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	position: relative;
	margin: 0 0 0 10px;
	float: right;
	right: 0px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-right: 0px;
}
  
  .keeping-personalization span.modify {
	color: #6C757D;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
	margin: auto;
	float: right;
	right: 0px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-right: 0px;
}

  .personalized {
	background-color: #F3F2F1;
    display: flex;
    width: 100%;
    color: #002E6D;
    border-radius: 0px 0px 8px 8px;
    padding: 8px 0px 0px 16px;
    border: 1px solid;
    border-top: none;
  }
  
  .personalite{
    background-color: #fff;
  }

  span.delete {
	color: #BE0A0A;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	position: relative;
	margin: 0 0 0 10px;
	float: right;
	right: 0px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-right: 0px;
}
  .accordion-button::after{
	  display: none;
  }
  .accordion-item:last-of-type .accordion-button.collapsed{
	  border-radius: 0px;
  }

  .accordion-button{
	  background-color: #F3F2F1;
  }

	.content-accordion {
		background-color: transparent;
		width: 100%;
		color: #002e6d;
		border-radius: 8px !important;
		border: 0px solid !important;
		padding: 0px;
	}

  .accordion-item{
	  border: none;
  }

  .keep-personalized {
	width: 100%;
	color: #002E6D;
	border-radius: 8px !important;
	padding: 8px !important;
	height: 40px;
	border-radius: 5px !important;
	border: 0.5px solid #002E6D;
	padding: 8px;
}

.keep-personalized p {
	color: #002E6D;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	align-items: baseline;
	margin-bottom: 0px;
	display: flex;
}

.keep-personalized span.delete {
	color: #BE0A0A;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	position: relative;
	margin: 0 0 0 10px;
	float: right;
	right: 0px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-right: 0px;
}

.keep-personalized span.modify {
  color: #6C757D;
  font-family: Cartero;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin: auto;
  float: right;
  right: 0px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 0px;
}

span.modify.d-none.d-lg-block {
	color: #6C757D;
	font-family: Cartero;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
	margin: 0 0 0 0px;
	right: 0px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-right: 0px;
	float: right;
}

.newQuantityButtons {
	width: 15.42px;
	height: 15.42px;
	flex-shrink: 0;
	display: block;
	color: #006;
	line-height: 14px;
	text-align: center;
	font-size: 11px;
	background-color: transparent;
	padding-left: 30px;
	padding-right: 45px;
}

@media ( max-width :991px) {
	.item-form {
		padding: 0px;
	}
}

@media ( max-width : 410px) {
	.keep-personalized p {
		left: 8px;
		position: absolute;
		width: min-content;
	}
}


@media (max-width: 768px){
	.content-accordion {
		width: 100%;
		color: #002E6D;
		padding: 0px;
		border: 0px !important;
	}
	.personalized {
		background-color: #fff;
		display: flex;
		width: 100%;
		color: #002E6D;
		border-radius: 0px 0px 8px 8px;
		padding: 0px;
		border: 1px solid;
		border-top: none;
	}	
	.keep-personalized {
		display: flex;
		width: 100%;
		justify-content: center;
		color: #002E6D;
		text-align: center;
		font-family: Cartero;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		border-radius: 8px;
		padding: 8px;
		border: 1px solid;
		height: 40px;
	}

	.personalite{
		background-color: #e9ecef;
	}
	.accordion-body{
		padding: 0px;
	}

	.form-cover{
		padding: 15px 0px 0px 0px;
	}
	span.input-group-btn.icon{
		width: 89px;
	}
	.form-label{
		margin-bottom: 0.25rem;
	}
	#variantdiv{
	width: -webkit-fill-available;
	display: contents;
}
}

@media(max-width:991px){
	.item-form{
		padding: 0px;
	}
}

.accordion{
	--bs-accordion-btn-focus-border-color: #; 
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0); 
    --bs-accordion-active-color: "#transparent"; 
	--bs-accordion-active-bg: "#transparent";
}

/* empieza el formulario de productos */

.form-check-input{
	background-color: #bbdffb;
}

.form-check-input:checked{
	background-color:#bbdffb;
}

 
.btn-radio-form {
	position: relative;
	padding-left: 30px;
	line-height: 24px;
	cursor: pointer;
  }
  
.btn-radio-form input:checked ~ .form-check-label::before {
	content: '';
	position: absolute;
	left: 6px;
	top: 50%; 
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #1E90FF;
	box-shadow: 0 0 0 2px #1E90FF;
}

[type="checkbox"]:checked+span:not(.lever):before {
    border-right: 2px solid #a30000 !important;
    border-bottom: 2px solid #a30000 !important;
}

.thumb {
    width: 75px;
    height: auto;
    max-width: 100%;
    max-height: 75px;
    object-fit: contain;
    object-position: center;
}

.newimage {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: auto;
}

.number-items-in-pack {
    bottom: 30px;
    right: 30px;
}

#variantdiv{
	width: -webkit-fill-available;
	display: contents;
}
.flat-social-media-links-list {
    list-style-type: none;
}
.flat-social-media-links-item {
  float: left;
  text-align: center;
  width: 2.4em;
  margin-top: 0.5em;
}

.styles-button.styles-blue-button {
    color: #002e6d;
	cursor: pointer !important;
	color: rgb(90, 102, 117);
	font-family: Cartero;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: rgb(233, 244, 255);
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(90, 102, 117);
	border-image: initial;
}
.styles-button.shoppingcartbtn.shoppingcartbtn-checkout {
    color: rgb(0, 0, 0);
    font-family: Cartero;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: rgb(255, 205, 0);
    border-radius: 10px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

@media ( max-width : 280px) {
	.btn.btn-añadir-amarillo.shoppingcartbtn.shoppingcartbtn-checkout {
		width: 125px;
		max-width: 100%;
	}
	.newQuantityButtons {
		padding-left: 2px;
		padding-right: 20px;
	}
}

/*Modal suscription for confirmation*/

.button-confirmation-modal {
    top: 10px;
    position: absolute;
    right: 10px;
}

@media(min-width: 769px){
	.modal-confirmation-suscription{
		border-radius: 4px;
		border: 1px solid #999;
		background: #FFF;
	}

	.modal-confirmation-suscription h3{
		color: #211914;
		font-family: Cartero;
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	
	.modal-confirmation-suscription h6{
		color: #002E6D;
		font-family: Cartero;
		font-size: 21px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	
	.modal-confirmation-suscription img{
		min-height: 420px;
	}

}

@media(max-width: 768px){

	.modal-confirmation-suscription h3{
		font-size: 20px;
		font-weight: 400;
	}
	
	.modal-confirmation-suscription h6{
		color: #211914;
		font-size: 18px;
		font-weight: 400;
	}

	.modal-confirmation-suscription img{
		min-height: 225px;
	}

}

@media(max-width: 575px){
	.modal-confirmation-suscription {
		max-width: 95%;
	}
	.space-modal-comfirmation {
		height: 60px;
	}
}

.modal-confirmation-suscription .footer-newsletter-title{
	border-bottom: 1px solid #FFCD00;
}

.modal-confirmation-suscription {
    background: transparent;
    border: none;
}


.row.newProduct-inner{
	margin-top:18px;
}

#show-more-btn {
	top: 3rem;
	color: #002e6d;
	font-family: Cartero;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

#product-description-content {
	max-height: 110px;
	overflow: hidden;
}


.container-for-like {
	width: 41px;
	height: 41px;
	background-color: #F7F7F7;
	border-radius: 10rem;
	border: 0.09rem solid #ccc;
}

#TotalPercentegePerProduct{
	color: #002e6d;
	margin-left: 5px;
}

.svgUpload {
	position: relative;
	top: -24px;
	left: 308px;
	z-index: 1000;
	height: 73px;
	width: 60px;
}
 


.custom-file-label.customizationlable {
	flex-shrink: 0;
	border-radius: 5px;
	border: 0.5px solid #939494;
	background: #FFF;
}

.custom-file-label.customizationlable::after {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 38px;
}

/*Product personalized*/






/* Aquí hay que ver que se repite y meterlo en cada componente donde corresponda */

/* New breackpoints */

@media(max-width: 991px) {
	.header {
		display: flex;
		position: relative;
		z-index: 999;
	}
	
	.header .header-content .header-search-container {
		padding: 0px !important;
	}
	
	.header .header-responsive {
		display: flex;
    	flex-direction: column;
	}
	
	.footer .footer-middle .footer-middle-content .social-media {
		margin-bottom: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#footer-middle-links-mobile-accordion {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.footer .footer-middle .footer-middle-content .social-media .list-group {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.footer .footer-middle .footer-middle-content .social-media .list-group .list-group-item {
		padding-top: 40px;
		padding-bottom: 36px;
	}
	
	.footer .footer-middle .footer-middle-content .social-media .list-group .list-group-item:not(:first-child) {
		padding-left: 12px;
		margin: 0px;
	}
	
	.footer .footer-middle .footer-middle-content .social-media .list-group .list-group-item:not(:last-child) {
		padding-right: 0px;
		margin: 0px;
	}
	.footer .footer-middle .footer-middle-content .social-media .list-group .list-group-item:last-child {
		padding-right: 15px;
	}
	
	.footer .footer-top .footer-top-bullets {
		padding: 0px;
	}

	.footer .footer-top .footer-top-bullets .list-group {
		flex-direction: column !important;
		padding-bottom: 20px;
	}

	.footer .footer-top .footer-top-bullets .list-group .list-group-item {
		margin-bottom: 8px;
	}

	.footer .footer-middle .footer-newsletter .footer-newsletter-container {
		padding: 16px;
	}
	
	.footer .footer-middle .footer-newsletter .top-part {
		margin-bottom: 0px;
	}
	
	.footer .footer-middle .footer-newsletter .top-part .top-part-container {
		
		align-items: start;
	}
	
	.footer .footer-middle .footer-newsletter .top-part .top-part-container .footer-newsletter-text .footer-newsletter-title {
	    margin-top: 17px;
	}
	
	.footer .footer-middle .footer-newsletter .bottom-part .bottom-part-main-inputs .bottom-part-main-inputs-email {
		margin-right: 0px;
	}
	
	.footer-subscription-data-protection-content {
		margin-top: 0px;
	}
	
	.footer .footer-bottom .footer-bottom-content .footer-bottom-links .list-group {
		flex-direction: column;
	}
	
	.footer .footer-bottom .footer-bottom-content .footer-bottom-links .list-group .list-group-item {
		margin: 8px 0px !important;
	}
	
	.footer .footer-bottom .footer-bottom-content .footer-bottom-copyright p {
		margin-bottom: 16px;
	}
	
	.footer .footer-bottom .footer-bottom-awards {
		margin-top: 8px;
		border-top: 1px solid #CBCBCB;
		padding-top: 16px;
	}
	
	.footer .footer-middle .container-lg > .row > .col-12,
	.footer .footer-bottom .container-lg > .row > .col-12 {
		padding: 0px;
	}
	
	.custom-breadcrumbs .breadcrumbs-container {
		padding-top: 16px;
	}
	
	/* fixes in responsive with horizontal scroll */
	body .container,
	body .row {
		margin-right: auto !important;
		margin-left: auto !important;
	}	
	/* fixes in responsive with horizontal scroll */
	
	.myProfileModal .modal-dialog {
		min-width: 80%;
	}
	
	.myProfileModal .modal-content {
		margin: 10px;
		padding: 0px !important;
	}
	
	.myProfileModal .right-block-content {
		margin-bottom: 40px;
	}
	
	.styles-select {
		padding: 19px 40px 16px 16px;
	}
	
	.styles-row-no-padding {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	
	.styles-row-no-padding > .col-12 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.styles-responsive-col-6 {
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	
	.styles-toast-container {
		width: 100%;
		position: fixed;
		top: 50px;
	}
	
	.styles-toast-container .toast {
		margin: auto;
		width: 100%;
	}
	
	.data-protection-title {
		margin-bottom: 24px;
	}
	
	.data-protection-content {
		margin-top: 0px;
	}
	
	.correosid-splash-buttons-item a {
	    font-size: 14px;
	    display: block;
	}
}


@media (min-width: 992px) {
	.header-dropdown-with-menu .dropdown-menu.show {
		transform: translate3d(0px, 16px, 0px) !important;
	}

	.header .header-responsive {
		display: none !important;
	}
	
	.footer .footer-middle .footer-newsletter {
		margin-top: -38px;
	}

	.footer-bottom-awards {
		justify-content: flex-end;
	}

	.myProfileModal .modal-dialog {
		min-width: 850px;
	}

	.sticky-top-desktop-only {
		position: -webkit-sticky;
	    position: sticky;
	    top: 0;
	    z-index: 1020;
	}

	.styles-toast-container {
	    position: absolute;
	    top: 46px;
	    right: 0;
	}

	.slider-buttons-on-desktop {
		display: block;
	}
}

@media (max-width: 992px) {

	#Market-Sidebar.sidebar.sidebar-open {
		width: 100% !important;
	}
}

/*New breackpoints*/

/*Button to see more information about merchant*/

#show-info-merchant {
	top: 3rem;
	color: #002e6d;
	font-family: Cartero;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/*Button to see more information about merchant*/


/* Col after to see more infomration */

.merchant-tab-subtitle h6 {
    font-family: Cartero;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.015em;
    text-align: left;
}
.merchant-tab-title {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
	align-items: flex-end;
	text-align: left;
	margin-bottom: 5px !important;
	
}
.merchant-tab-title h3 {
    font-family: Cartero;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
	margin-bottom: 0rem !important;
}
.clic-merchant{
	color: #002e6d !important;
    cursor: pointer;
}

/* Col after to see more infomration */

/* Display columns on merchant info */

.row.pannel-merchant {
    flex-direction:row;
}

@media(max-width: 991px){
    .row.pannel-merchant {
    flex-direction:column;
}
}

/* Display columns on merchant info */




/* Here is going all design for form seller */

.form-control{
	border-radius: 3px;
	background-color: #EAECEF;
	border: 1px solid #CED4DA;
}
.dowload-doc{
	width: 100%;
	font-size: 12px;
	text-decoration: underline !important;
	color: #002E6D !important;
}
.keep-changes{
    color: rgb(0, 0, 0);
    background: rgb(255, 205, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(179, 143, 0);
	text-transform: uppercase;
	font-family: Cartero;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: center;
	width: 210px;
	height: 50px;
	border-radius: 3px;
	border: 1px;
	align-items: end;
}
.form-input-tittle{
	font-family: Cartero;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
	/* color: #333333; */
}
.input-placeholder{
	/* background: #555555; */
	font-family: Cartero;
	font-size: 12px;
	font-weight: 500;
	/* line-height: 14px; */
	letter-spacing: 0em;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
}
.span-input {
    font-family: Cartero;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
	margin-top: 10px;
}
.form-check-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	-webkit-rtl-ordering: logical;
	user-select: none;
	flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-negative: 0;
	-ms-flex-preferred-size: 20px;
	flex-basis: 20px;
	width: 20px;
	height: 20px;
	background-color: white;
	border: 1px solid green;
	border-radius: 3px;
	position: relative;
}  
/* .form-check-input:checked {
	background-color: green;
	background-image: url('../../../static/shop/front/images/merchantportal/checked.svg');
} */
.select-form-merchant {
    width: 64px;
    margin-right: 5px;
}
.addfile{
	background-image: url('/image/add.svg');
	background-repeat: no-repeat;
}
.attachfile {
    width: auto;
    border-radius: 0px 3px 3px 0px;
    margin-left: -1px;
	padding-top: 10px;
}
@media(max-width:575px){
	.form-group{
		flex-direction: column;
	}
	.select-form-merchant {
		width: 100%;
		margin-right: 0px;
	}
}
.otpbutton {
    border: 1px solid #002E6D;
    background-color: #002E6D !important;
    width: 210px;
    height: 38px;
    border-radius: 3px !important;
    color:#fff !important;
}
span.span-input-dsacertresourceid.mt-1 {
    margin-left: 216px;
}

@media (max-width: 992px) {
	.otpbutton {
		width: 100%;
	}
}

/* Here finishes all design for form seller */


/* New shipping cost */

.shopcart {
    font-family: 'Cartero';
    font-size: 16px;
	font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #211914;
}
.product-new-variant-title-on-description-titles-newcart{
	color: #333;
    text-align: right;
    font-family: Cartero;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.input-shipping {
	width: 50px !important;
    height: 36px;
    font-family: Cartero;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
	background: #D9D9D9 !important;
}
.product-item-name-shipping>a{
	font-family: Cartero;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	color: #211914;
	text-transform: uppercase;
}
.btn-shipping{
	font-family: Cartero;
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
	color: #333333;
	-webkit-appearance: none;
	text-decoration: none;
}
/*.product-img-shipping{
	max-width: 120px;
}*/
.hr-seller{
	margin-top: 0.25rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #002E6D;
    stroke-width: 0.5px;
}
.hr-seller-bottom{
	border: 1px solid #D9D9D9;
}
.product-item-total-shipping .text{
	font-family: Cartero;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
	margin-top: 15px;
}
.variable-shipping{
	font-family: Cartero;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
}
.price-shipping-cost-free{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
	color: #31873E !important;
}
.price-final-shipping {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
	color: #002E6D;
}
.price-shipping-cost {
    font-family: Cartero;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #002E6D;
    margin-right: 4px;
}
.link-merchant {
    font-family: Cartero;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-transform: uppercase;
}
.price-shipping-cost-free {
    font-family: Cartero;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #31873E;
}
.subtotal-quantity{
	font-family: Cartero;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	color: #211914;
}
.container-shippingcost{
	border-top: 1px solid #333;
	width: 100%;	
}
.susbtotal-for-shippingcost{
	color: #211914;
	font-family: Cartero;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
}


.shipping-sub-total{
	color: #211914;
	font-family: Cartero;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;	
}
.sticky-container-shipping-cost{
	fill: #feffff;
    width: 100%;

    bottom: 0;
    background-color: #fff;
    z-index: 999;
    right: 0;

	border-top: 1px solid #D9D9D9;
}
.summary-total-price.icon-colapse-space{
    height: 26px;
    position: relative;
    top: -15px;
    bottom: -73px;
}

.container-new-variant-description-mobile::-webkit-scrollbar {
    display: none;
}

.container-new-variant-description-mobile {
    scrollbar-width: none;
}


.container-new-variant-description-mobile {
    -ms-overflow-style: none;
    max-height: 230px;
    overflow: scroll;
}
.product-img-shipping.d-flex.justify-content-center{
	min-height: 150px;
}


.amount{
	flex: none;
}

/*New css for shipping cost*/
.hr-seller{
	margin-top: 0.25rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #002E6D;
    stroke-width: 0.5px;
}
.hr-seller-bottom{
	border: 1px solid #D9D9D9;
}
.hr-subtotal{
	border: 1px solid #211914;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 125px; 
}
.container-shippingcost{
	border-top: 2px solid #000;
	width: 100%;	
}
.svg-mobile{
    position: relative;
    top: -16px;
   
}
.customization-newCart-link:hover {
	color: #007bff;
}

.customization-newCart-link:active {
	color: #007bff;
}

.customization-newCart-link:focus {
	color: #007bff;
}

.btn-shipping,
.btn-shipping.collapsed,
.link-merchant-merchant {
    text-decoration: none;
    color: inherit;
}

.btn-shipping:hover,
.btn-shipping.collapsed:hover,
.link-merchant-merchant:hover,
.btn-shipping:active,
.btn-shipping.collapsed:active,
.link-merchant-merchant:active,
.btn-shipping:focus,
.btn-shipping.collapsed:focus,
.link-merchant-merchant:focus {
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.btn-shipping:hover .custom-svg circle {
    fill: #007bff !important;
}
.note-shipping{
	position: relative;
}
.floating-group.newCart{
	position: relative;
}
.newShippingCost.newCart{
	border-bottom: 2px black solid;
}
.rotate-up {
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}
.btn.btn-newCart-add-other-products{
	outline: none;
    box-shadow: none;
    border: 1px solid #8697ae;
    background-color:#E9F3FF;
	
}
.truncate-single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-family: Cartero;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    color: #211914;
    
}
@media ( max-width : 767px) {
	.note-shipping {
		margin-left: 1px;
		margin-left: 1px;
		bottom: 1px;
	}
	.floating-group.newCart {
		position: relative;
	}
	.container-shippingcost.newCart {
		border-top: none !important;
	}
	.container-shippingcost {
		border-top: none !important;
		width: 100%;
	}
	.product-img-shipping.d-flex.justify-content-center {
		min-height: unset;
	}
	.img-product.img-resize-height-cart {
		padding: 0 4px;
		max-width: 100%;
	}
	.link-merchant {
    	
    	font-size: 12px;
    
	}
	.price-final-shipping{
		justify-content: space-between;
	}
	.price-shipping-cost {
    
    font-size: 14px;
   
	}
}

.container-shippingcost.newCart{
	border-top: 2px solid #000;
}

/*New css for shipping cost*/
.truncate-single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/* New shipping cost */

.btn.btn-sm.btn-light.docview{
all:unset;
}
.btn-customization{
		all:unset;
		outline: none !important;
    	box-shadow: none !important;
}
.customization-newCart-inner{
	    padding-right: 12px;
}

.input-icon-container {
    position: relative;
    display: block;
    width: 100%;
}

.input-icon-container .form-control {
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
}

.icon-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc; 
    pointer-events: none;
}
.icon-right.dsacertupload {
	
   
  
    transform: translateY(-50%);
    color: #ccc; 
    pointer-events: none;
	
}
.input-icon-container-address {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
}
.clip-icon{
position: absolute;
 right: 49px;
    top: 12px;


}
.icon-right.nifdocupload{
	position: absolute;
    right: 46px;
    
    transform: translateY(-50%);
    color: #ccc; 
    pointer-events: none;
    top: 20px;

}
.clip-icon-dsa{
	position: relative;
    right: 39px;
    top: 10px;

}
i.fa.fa-lock.dsacertupload.icon-size-custom-newEuropean-form {
    position: relative;
    right: 47px;
}
.clip-icon-position-adjusted {
    right: 38px !important;
}

.error-message-newEuropeanForm{
	display:block;
	color:red;
	font-family: Cartero;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px;
	
}
.error-message-newEuropeanForm.dsacertresourceid {
    position: relative;
    left: 72%;
    transform: translateX(-50%);
    width: 70vw;
    max-width: 400px;
}

i.fa.fa-lock.icon-right-nifdocupload.icon-size-custom-newEuropean-form, i.fas.fa-hourglass-half.nifdocupload.icon-size-custom-newEuropean-form  {
    position: absolute;
    right: 29px;
  top: 21px; 
    
    transform: translateY(-50%);
    color: #ccc;
    pointer-events: none;
} 
i.fas.fa-hourglass-half.dsacertupload.icon-size-custom-newEuropean-form {
    position: relative;
       right: 45px;
   
} 


i.fas.fa-eye {
    position: relative;
   
    bottom: 4px;
}

/* paginacion*/

.selected-page {
    font-weight: bold;
}


span-input-dsacertresourceid {
  padding-left: clamp(20px, 16vw, 404px);
}
.newBannerProduct-card {
    position: relative;
    margin-bottom: 20px;
}

.newBannerProduct-card-bg-one {
    width: 100%;
    height: 255px;
    background: url(../images/new-design-icons/banners-8M-home-market-bloque-destacado-CM-540x314.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.newBannerProduct-card-bg-two {
    width: 100%;
    height: 255px;
    background: url(../images/new-design-icons/cine-funkos-destacado-CM-540x314.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.newBannerProduct-card-bg-three {
    width: 100%;
    height: 255px;
    background: url(../images/new-design-icons/camino-santiago-destacado-CM-540x314.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.newBannerProduct-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 3px;
    padding: 50px;
}
.newBannerProduct-text{
	    cursor: pointer;
	    text-decoration: none;
	    
}

.newBannerProduct-overlay .newBannerProduct-text {
   font-family: "Cartero", "PT Sans", "Open Sans", Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
   color: #fff;
    font-size: 28px; 
    font-weight: 300; 
    letter-spacing: 0;
    line-height: 32px;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Sombra de texto */
}
.newBannerProduct-sections-product {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 24px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .newBannerProduct-card-bg-one, .newBannerProduct-card-bg-two, .newBannerProduct-card-bg-three {
        height: 170px !important;
    }
    .newBannerProduct-overlay {
        padding: 16px !important;
    }
}

.home-collection-heading-title-see-more-link {
    font-size: 16px;
    position: relative;
    
}


@media only screen and (max-width: 767px) {
    .span-input {
        padding-right: 1px;
        padding-left: 10px;
    }
    .icon-right.nifdocupload {
	    position: absolute;
	    right: 31px;
	    transform: translateY(-50%);
	    color: #ccc;
	    pointer-events: none;
	    top: 47px;
	}
}


.product-item-content-right{
	display: contents;
}

@media(min-width: 991px){
	#orderlineComment{
		width: 85%;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 81%;
        
    }
     span.span-input-dsacertresourceid.mt-1 {
    margin-left: 165px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 79%;
        
    }
    span.span-input-dsacertresourceid.mt-1 {
    margin-left: 185px;
}
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 77%;
        
    }
    span.span-input-dsacertresourceid.mt-1 {
    margin-left: 200px;
}
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 75%;
        
    }
}
@media screen and (min-width: 1600px) and (max-width: 1700px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 71%;
        
    }
    span.span-input-dsacertresourceid.mt-1 {
    margin-left: 236px;
}
}
@media screen and (min-width: 1700px) and (max-width: 1800px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 70%;
        
    }
}
@media screen and (min-width: 1800px) and (max-width: 1900px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 69%;
        
    }
 
}
@media screen and (min-width: 1900px) and (max-width: 2000px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 67.5%;
        
    }
       span.span-input-dsacertresourceid.mt-1 {
    margin-left: 286px;
}
}
@media screen and (min-width: 2000px) and (max-width: 2200px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 66.5%;
        
    }
       span.span-input-dsacertresourceid.mt-1 {
    margin-left: 300px;
}
}

@media screen and (min-width: 2200px) and (max-width: 2400px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 64.95%;
        
    }
       span.span-input-dsacertresourceid.mt-1 {
    margin-left: 330px;
}
}

@media screen and (min-width: 2400px) and (max-width: 2600px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 63.5%;
        
    }
}

@media screen and (min-width: 2600px) and (max-width: 2700px) {
    .error-message-newEuropeanForm.dsacertresourceid {
        left: 62.95%;
        
    }
       span.span-input-dsacertresourceid.mt-1 {
    margin-left: 400px;
}
}
.src-only {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
