

/* ============================================================
   KEY
/* ============================================================

    01. Global classes
    02. Fonts
    03. Buttons
    04. Forms
    05. Modules
    06. Pages
    07. Cookies
    08. Popup
    100. Media Queries
*/

/*
==========================================================================
01. Global classes
==========================================================================
*/

body {
    position: unset;
    font-family: 'Heebo-Light';
    font-size: 18px;
}
html{
	scroll-behavior: smooth;
}
body p {
    line-height: 1.4;
}

.titles3{
    margin-bottom:15px;
}
.titles3 .title{
    font-size:25px;
    font-weight: 800;
}
.titles3 .subtitle,
.titles1--smallsub .subtitle{
    font-size:18px;
}

.contentStyle {
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
}
.contentStyle p{
    margin-bottom: 15px;
}
.contentStyle p:last-child{
    margin-bottom: 0;
}
.contentStyle a{
    text-decoration: underline;
    color: inherit;
}
.contentStyle li{
    position: relative;
    padding-left: 20px;
    margin: 8px 0;
}
.contentStyle li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #333333;
}

._pageTitles {
    margin-bottom: 15px;
}

._pageTitles__title {
    font-size: 32px;
    font-weight: 800;
}

#content-fullpage main {
}
main{
    margin-top: 110px;
}
#article main{
    margin-top: 78px;
}
#content-home main,
#content-artist main{
    margin-top: 0;
}
.opacityDiv {
    height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Floating */
[class*=' _col'],
[class^='_col']{float:none;}

/* Padding */
.col-padding {padding: 25px 15px;}
.col-block {display: inline-block; float: none !important; vertical-align: top;}
.col-third.col-block {width: 33%;}
.col-half.col-block {width: 49.85%;}

.cat-child ul li a {
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumbsBox ul {
    display: inline-block;
}

.breadcrumbsBox ul li a{
    text-decoration: none;
}

.breadcrumbsBox ul li a:hover{
    text-decoration: underline;
}

._pageTitle--title {
    font-size: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
._blockTitle{
    font-size: 42px;
    padding-bottom: 10px;
    color: black;
    font-family: 'Heebo-Light';
    line-height: 1.3;
}
._blockTitle._blockTitle--small{
    font-size: 32px;
}
._blockSubitle{
    font-size: 25px;
    padding-bottom: 10px;
    color: #808080;
    font-family: 'Heebo-Light';
}
.leadform__title._blockTitle{
    font-size: 20px;
}
/*
==========================================================================
02. Fonts
==========================================================================
*/



/*
==========================================================================
03. Buttons
==========================================================================
*/

.btn {
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.btn--black {
    border: 1px solid #000000;
    color: #000000;
}

a.btn--vft,
.btn--vft {
    border: 1px solid #4E83BF;
    background: #4E83BF;
    color: #ffffff !important;
    min-width: 130px;
    text-decoration: none;
}

.btn--vft:hover {
    background: #456f9e;
}

.btn--fullWidth {
    width: 100%;
}

.btn--icon{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
    align-items:center;
}
.btn--icon svg {
    fill: #ffffff;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
/*
==========================================================================
04. Forms
==========================================================================
*/

input,
select,
textarea {
    width: 100%;
    padding: 13px;
    font-size: 16px;
}
input,
select,
textarea,
.checkbox__checkmark{
    /*border: 1px solid #ededed;*/
}

select{
    background-image: url(/templates/images/arrows/arrow-down-grey.png);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 24px;
    padding-right: 45px;
}
input.hasDatepicker,
select{
    cursor: pointer;
}

.leadform__ajaxContainer{
    position: relative;
}
.leadform__loader{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 60%)
}
.leadform__loader img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.leadform__errors {
    color: #f53541;
    font-size: 13px;
    width: 100%;
}
#modalForm .thanks-container{
    color: #ffffff;
    border: 1px solid #ffffff;
    background: rgba(255,255,255,0.025);
}
.thanks-container{
    text-align: center;
}
.thanks-title{
    font-size: 25px;
}
.thanks-subtitle{
    padding-top: 15px;
}

/*--- form errors ---*/
input.error,
select.error,
input.error ~ .checkbox__checkmark{
    border-bottom: 1px solid #ea4848 !important;
}
input.error ~ .checkbox__checkmark{
    border: 1px solid #ea4848 !important;
}
.help-block{
    color:  #ea4848;
    font-size: 12px;
}
.leadform__errors {
    color: #ea4848;
}

.form-error.alert{
	margin-bottom:20px;
	padding:20px;
	border:1px solid #f5c2c7;
	color:#842029;
	background-color:#f8d7da;
    font-size: 16px;
}
.checkout__box_content.userForm .form-error.alert, div.userForm.userFormCreate{
	margin-top:40px;
}
.form-error.alert ul{
	margin-top:10px;
}

/* Placeholder overrides */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    rgba(0, 0, 0, 0.5);
    font-size: 15.4px;
    font-family: "Heebo-Light";
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    rgba(0, 0, 0, 0.5);
    opacity:  1;
    font-size: 15.4px;
    font-family: "Heebo-Light";
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    rgba(0, 0, 0, 0.5);
    opacity:  1;
    font-size: 15.4px;
    font-family: "Heebo-Light";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    rgba(0, 0, 0, 0.5);
    font-size: 15.4px;
    font-family: "Heebo-Light";
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
    color:    rgba(0, 0, 0, 0.5);
    font-size: 15.4px;
    font-family: "Heebo-Light";
}

/* Firefox overrides */
:not(output):-moz-ui-invalid {
    -moz-box-shadow: none;
         box-shadow: none;
}
:not(output):-moz-ui-invalid:-moz-focusring {
    -moz-box-shadow: none;
         box-shadow: none;
}


/*--- Custom Checkbox --- */
.checkbox {
    display: block;
    position: relative;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 20px 0;
}

/* Hide the browser's default checkbox */
#checkbox__legal {
    position: absolute;
    left: -999999px;
    opacity: 0;
    -webkit-appearance: checkbox;
}
.checkbox__label{
    font-weight: 400 !important;
    text-transform: none !important;
    cursor: pointer;
    align-items: center;
}
.checkbox__text{
    display: inline-block;
    max-width: 88%;
    padding-left: 10px;
    line-height: 20px;
    font-size: 16px;
}

/* Create a custom checkbox */
.checkbox__checkmark,
.checkbox__text{
    vertical-align: middle;
}
.checkbox__checkmark {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: solid 1px black;
    max-width: 10%;
    cursor: pointer;
}
.checkbox__checkmark svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #161616;
    width: 75%;
    height: 75%;
    transition: 0.2s all;
}
.checkbox__checkmark:before{
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background-color: #0094c8;
    opacity: 0;
    transition: 0.2s all;
}
#checkbox__textLink,
.checkbox__text a{
    vertical-align: bottom;
    text-decoration: underline;
}

/* Show/hide the checkmark when checked */
.checkbox input:not(:checked) ~ .checkbox__checkmark svg {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.checkbox input:checked ~ .checkbox__checkmark svg {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
/*--- END Custom Checkbox --- */

.leadform__field:not(:last-child){
    padding-bottom: 10px;
}
.leadform__field{
    position: relative;
}
.leadform__field input,
.leadform__field select,
.leadform__field textarea,
.leadform__field .checkbox__checkmark,
.userForm .checkbox__checkmark {
    margin: 0;
    transition: 0.2s all;
    background-color: transparent;
    border-bottom: 1px solid var(--grey);
}
.leadform__field select{
    height: 45px;
}
.leadform__field input::placeholder,
.leadform__field textarea::placeholder{
	color: black;
    opacity: .7;
    font-size: 16px;
}
/*.leadform__field input:hover,
.leadform__field select:hover,
.leadform__field textarea:hover,
.leadform__field .checkbox__checkmark:hover,
.userForm .checkbox__checkmark:hover {
    background-color: var(--background-grey);
}*/

.leadform__field .checkbox {
    margin: 10px 0;
}
.leadform__field--offer{
    padding:10px 0px!important;
    margin-bottom: 0px;
}

.leadform__field--offer .leadform__checkbox{
    display:flex;
    align-items:center;
    gap:12px;
    cursor:pointer;
    font-size:16px;
    color:#333;
    user-select:none;
    margin:0;
}

.leadform__field--offer .leadform__checkbox input[type="checkbox"]{
    appearance:none;
    -webkit-appearance:none;
    width:18px;
    height:18px;
    border:1px solid #d8d8d8;
    background:#fff;
    cursor:pointer;
    position:relative;
    flex-shrink:0;
    margin:0;
    padding: 0;
}

.leadform__field--offer .leadform__checkbox input[type="checkbox"]:checked::after{
        content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/*--- Home Contact --- */
.contactUs{
    position: relative;
}
    .contactUs:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .3);
    }
  .contactUs__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 60px;
    position: relative;
    z-index: 10; 
  }
  .contactUs__inner,
  .contactUs__leadform {
    width: 370px;
    margin-top: 60px;
    
  }
  .contactUs__leadform{
    padding: 30px;
    border-radius: 3px;
    background: var(--background-grey);
  }
  #work_with_us .contactUs__leadform{
    margin-top: 0;
  }
  .contactUs__inner {
    padding-top: 80px;
    width: 420px;
  }
  .contactUs__inner ._blockTitle{
        font-size: 60px;
        line-height: 1.1
  }
.leadform__field > label {
    font-size: 15px;
    display: block;
}
.contactSell__leadform{
    background: var(--background-grey);
    padding: 30px 40px;
}
.contactSell__leadform .leadform__title{
    display: none;
}
.contactSell__leadform fieldset{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.contactSell__leadform .leadform__field{
    width: calc(100%/3 - 7px);
}
.contactSell__leadform .leadform__field--comments{
    width: 100%;
}
.contactSell__leadform .leadform__field--checkbox{
    width: 60%;
}
.contactSell__leadform .leadform__submit{
    width: calc(40% - 10px);
}
.contactSell__leadform .leadform__field
#content-home .leadform__field input::placeholder,
#content-home .leadform__field textarea::placeholder,
#content-contact .leadform__field input::placeholder,
#content-contact .leadform__field textarea::placeholder,
.notfound .leadform__field input::placeholder,
.notfound .leadform__field textarea::placeholder {
    opacity: 1;
}


#content-home fieldset .leadform__field:nth-of-type(2),
#content-contact fieldset .leadform__field:nth-of-type(2),
.notfound fieldset .leadform__field:nth-of-type(2) {
    grid-column-start: 2;
}

#content-home fieldset .leadform__field:nth-of-type(3),
#content-contact fieldset .leadform__field:nth-of-type(3),
.notfound fieldset .leadform__field:nth-of-type(3) {
    grid-column-start: 1;
}

#content-home fieldset .leadform__field:nth-of-type(5),
#content-contact fieldset .leadform__field:nth-of-type(5),
.notfound fieldset .leadform__field:nth-of-type(5) {
    grid-row: span 2;
}

#content-home .contactSection {
    margin-bottom: 40px;
}


textarea {
    resize: none;
    height: 100px;
}

.leadform__submit {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-align:flex-end;-moz-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;
    align-items:flex-end;
    font-size: 16px;
    cursor: pointer;
    margin-left: 0 !important;
    margin-bottom: 3px;
}

.searchForm input {
    border: none;
    padding: 8px;
    padding-top: 0;
}

.searchForm input::placeholder {
    text-transform: capitalize;
}

.leadform__submit button:hover {
    background: #191919;
}

.leadform__submit button {
    text-transform: uppercase;
}

.checkbox__legal.error ~ span > .checkbox__checkmark{
    border: 1px solid #f53541 !important;
}


.leadform--v2 .leadform__container {
    width: 342px;
    padding: 30px;
    box-shadow: 0px 0px 14px -10px #696969;
    background: #ffffff;
    border: solid 1px #efefef;
}
.leadform--v2 .leadform__field:not(:last-child){
    margin-bottom: 15px;
}



/*
==========================================================================
05. Pages
==========================================================================
*/

/*--------- home ---------*/

/*--- home-landing-background ---*/
.topImage__content {
    margin: auto;
    color: white;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    display: flex;
    text-align: center;
}
#content-home .topImage__content{
    padding-top: 70px;

}

 .topImage__content .titleBig {
    font-size: 100px;
    margin-bottom: 25px;
}
#content-vender .topImage__content .titleBig{
    font-size: 68px;
}
.topImage__content span{
    line-height: 1.4;
}
#content-home .topImage__content span{
    font-size: 30px;
}
#content-home .topImage__content p {
    font-size: 20px;
    max-width: 845px;
}

/* slideshow */
#content-home .cycle-slideshow,
#content-home .topImage__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#content-home .topImage__image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.topImage--full{
    position: relative;
}
.topImage--full:after {
    content: "";
    position: absolute;
    left: calc(50% - 9px);
    bottom: 80px;
    width: 18px;
    height: 18px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    animation: wave 2s infinite ease;
    z-index: 126;
    transform: rotate(45deg);
}
@keyframes wave {
      0% { transform: translateY(0) rotate(-45deg); }
      50% { transform: translateY(-15px) rotate(-45deg); }
      100% { transform: translateY(0) rotate(-45deg) ; }
    }
.categoriesGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.categoryCard {
    width: calc(25% - 12px);
    display: block;
    text-decoration: none;
    transition: transform .3s ease;
    margin-bottom: 10px;
}

a.categoryCard {
    transition: transform .3s ease;
    cursor: pointer;
}

a.categoryCard:hover .categoryCard__image img {
    transform: scale(1.1);
}

.categoryCard__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/2;
}

.categoryCard__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 1.3s;
}

.categoryCard__title {
    padding: 18px 15px;
    text-align: center;
    font-size: 17px;
    color: var(--grey);
    transition: .4s;
}
a.categoryCard:hover .categoryCard__title{
    text-decoration: underline;
}
.icons_blocks{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
.icons_blocks--item{
    width: calc(25% - 40px);
    text-align: center;
    padding: 0 20px;
}
.icons_blocks--items3 .icons_blocks--item{
    width: calc(100%/3 - 40px);
}
.icons_blocks--item img{
    margin-bottom: 20px;
    width: 90px;
    height: auto;
}
.icons_block--title{
    line-height: 1.2;
}


.art_blocks{
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.art_blocks--item{
    width: calc(50% - 20px);
    text-align: center;
    padding: 40px;
    transition: 1s;
    position: relative;
}
.art_blocks--item:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 80px);
    height: calc(100% - 250px);
    background: var(--background-grey);
    z-index: -1;
    transition: .4s ease;
    transform: translate(-50%, -50%);
}
.art_blocks--item:hover:before{
    width: 100%;
    height: 100%;
}
.art_blocks--item:hover ._btn{
    background: var(--grey);
    color: white;
}
.art_blocks--item ._btn{
    width: 230px;
    max-width: 100%;
}
.art_blocks--items3 .art_blocks--item{
    width: calc(100%/3 - 40px);
}
.art_blocks--item img{
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}




.faq-item {
    border-bottom: 1px solid #dcdcdc;
}
.faq-item:first-child {
    border-top: none;
}

.faq-item:last-child {
    border-bottom: none;
}
.faq-question {
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Heebo-Light';
}

.faq-icon {
    font-size: 30px;
    width: 30px;
    height: 30px;
    position: relative;
}
.faq-icon:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 16px;
    transition: 0.5s all;
    display: block;
    width: 1px;
    height: 20px;
    background: var(--grey);
    transform: translateY(-50%);
}
.faq-icon:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 16px;
    transition: 0.5s all;
    display: block;
    width: 20px;
    height: 1px;
    background: var(--grey);
    transform: translateY(-50%);
}
.faq-icon.open:after{
    opacity: 0;
}
.faq-answer {
    height: 0;
    overflow: hidden;
    transition: .5s;
    will-change: height;
    padding: 0 40px 0 0;
}
.faq-answer .faq-inner {
    padding-bottom: 15px;
}
.faq-answer.open {
    /*padding: 0 40px 15px 0;*/
}

.faq-answer p {
    font-size: 18px;
    line-height: 1.2:;
    margin: 0;
}
.newsBlock + .faqsBlock {
    padding-top: 0;
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.news-item a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.news-item:hover .news-heading{
    text-decoration: underline;
}
.news-item:hover .news-image img{
    transform: scale(1.05);
}
.news-image {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-bottom: 16px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 1.5s;
}

.news-category {
    display: block;
    font-size: 14px;
    color: var(--grey);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.news-heading {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.news-excerpt {
    font-size: 16px;
    font-weight: 300;
}

.news-cta ._btn{
    margin: 0 auto;
}

.TitleContent{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}
.TitleContent ._pageTitles,
.TitleContent ._blockTitle{
    padding-bottom: 0px;
}
.TitleContent--title{
    width: 35%;
}
.TitleContent--title--sell{
    width: 100%;
    text-align: center;
}
.TitleContent--title--sell ._blockTitle{
	font-size: 25px;
}
.TitleContent--content{
    width: 60%;
}
.TitleContent--image{
    margin: 60px 0;
    aspect-ratio: 5/3;
}
.TitleContent--image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artworkGrid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}
.artworkGrid--row4{
	grid-template-columns:repeat(4,1fr);
}
.artworkCard{
    width:100%;
}
.cycle-slideshow .artworkItem {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
}
.standardSwiper{
	overflow: hidden;
}
.artworkCard__link{
    display:block;
    text-decoration:none;
    color:inherit;
}

.artworkCard__imageWrapper{
    background: var(--background-grey);
    padding:28px;
    aspect-ratio:1/1;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    transition:.35s;
    position:relative;
    overflow:hidden;
}
.bgGray .artworkCard__imageWrapper{
	background: #f9f9f9;
}
.artworkCard:hover .artworkCard__imageWrapper{
    border-color:#c9b18a;
}

.artworkCard__image{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    display:block;
}

.artworkCard__image--main,
.artworkCard__image--hover{
    transition:opacity .6s ease;
}

.artworkCard__image--hover{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:0;
}

.artworkCard:hover .artworkCard__image--main{
    opacity:0;
}

.artworkCard:hover .artworkCard__image--hover{
    opacity:1;
}

.artworkCard__artist{
    font-size:14px;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:#2e2e2e;
    margin-bottom:6px;
}
.artwork_state{
    padding: 5px 8px;
    background: var(--grey);
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}
.artwork_state.sold{
    color: #ff0000;
    background: none;
    padding: 0
}
.artworkCard__title{
    font-size:24px;
    font-family: "Heebo-Regular";
    font-style:italic;
    margin:0 0 8px;
    color:var(--grey);
}

.artworkCard__meta{
    display:flex;
    align-items: center;
    gap:8px;
    justify-content: space-between;
    flex-wrap:wrap;
    font-size:13px;
    color:#8a8a8a;
    margin-bottom:0;
}

.artworkCard__technique{
    font-size:13px;
    color:#8a8a8a;
}

.artworkCard__footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}

.artworkCard__certificate,
.artworkCard__status{
    font-size:12px;
    color:#8a8a8a;
}

.artworkCard__certificate:before{
    content:"◌";
    margin-right:5px;
}

.artworkCard__price{
    font-size:18px;
    font-family: "Heebo-Regular";
    color:var(--grey);
    white-space:nowrap;
}

.artistPresentationSection {
    position: relative;
}

.artistPresentationContent {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    position: relative;
}

.artistPortraitContainer {
    width: calc(50% - 40px);
    margin-top: -280px;
    z-index: 2;
}

.artistPortraitImage {
    display: block;
    width: 100%;
    height: auto;
}
.artistPortraitImage img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.artistInformationContainer {
    width: 50%;
}

.artistNameTitle {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    color: #666;
}

.artistLifeDates {
    margin-top: 6px;
    margin-bottom: 35px;
    font-size: 15px;
    color: #888;
}

.artistDescription {
    font-size: 13px;
    line-height: 1.8;
    color: #8c8c8c;
}
.artistDatesContainer{
	padding: 0 5%;
}

.artistActionsContainer {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}
.artistActionsContainer ._btn{
	width: calc(100%/3 - 10px)
}



.artistBiographyTitle {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    color: #444;
    margin: 0 0 70px;
}

.artistBiographyContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.artistBiographyImageColumn {
    width: 20%;
}
.artistBiographyImageColumn img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.artistBiographyTextColumn {
    width: 40%;
}
.artistBiographyTextColumn--full{
	width: 70%;
}
.artistExhibitionsColumn {
    width: 30%;
}
.artistExhibitionsColumn ._contentStyle li{
	margin: 0;
	list-style: none;
	padding: 0;
	padding-bottom: 3px;
}
.artistExhibitionsColumn ._contentStyle li:before{
	display: none;
}
.artistBiographyImage {
    display: block;
    width: 100%;
    height: auto;
}


.artistBiographyDescription p {
    margin: 0 0 35px;
}


.artistExhibitionsList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.artistExhibitionsList li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}



/*Category news*/
/* CONTENEDOR MENÚ */
.newsBlockMenu {
    margin-bottom: 30px;
}

.newsBlockMenu__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.newsBlockMenu__link {
    text-decoration: none;
    opacity: .7;
    transition: .2s;
    text-transform: uppercase;
    font-size: 16px;
}

.newsBlockMenu__link:hover,
.newsBlockMenu__link.active {
    opacity: 1;
}


/* BLOQUES */
.newsBlockBoxes {
    margin-bottom: 50px;
}

.newsBlockBoxes__container {
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}

/* TARJETA */
.newsBlockBoxes__box {
    width: calc(33.333% - 20px);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}
.newsBlockBoxes__box:hover .newsBlockBoxes__title{
    text-decoration: underline;
}
.newsBlockBoxes__box:hover  .newsBlockBoxes__image img{
    transform: scale(1.1);
}
.newsBlockBoxes__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 20px;
}

.newsBlockBoxes__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 1s;
}

/* CONTENIDO */
.newsBlockBoxes__content {
    display: flex;
    flex-direction: column;
}
.newsBlockBoxes__category{
    opacity: .7;
    text-transform: uppercase;
    font-size: 14px;
}
.newsBlockBoxes__subtitle {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 18px;
    opacity: .7;
}

.newsBlockBoxes__title {
    line-height: 1.3;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}
.newsBlockBoxes__description{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.4;
}
/* FECHA / AUTOR */
.newsBlockBoxes__data {
    margin-top: 20px;
    opacity: .7;
}

.newsBlockBoxes__data date {
    display: block;
    font-size: 14px;
}

.newsBlockBoxes__data span {
    display: block;
    margin-top: 4px;
}

.article-image{
    aspect-ratio: 4/3;
}
.article-category{
    display: inline-block;
    transition: .4s;
    color: var(--grey);
    text-transform: uppercase;
}
.article-category:before {
    content: "·";
    margin-left: 10px;
    padding-right: 10px;
    
    font-size: 20px;
    opacity: 1;
}
.article-category:hover{
    
    color: black;
}
.article-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsArticle__date,
.article-category{
    padding: 20px 0;
    padding-right: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--grey);
}

.fixedForm{
	border: solid 1px rgba(0, 0, 0, .2);
	padding: 40px;
	background: white;
	margin: 0 auto;
	max-width: 500px;
}



.block_TextImage{
	display: flex;
    overflow: hidden;
	justify-content: center;

}

.block_TextImage--image{
	width: 50%;
	height: auto;
	height: calc(100vh - 117px);
}
.block_TextImage--text{
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
    text-align: center;
	padding: 0 12%;
}
/*section.texto_imagen.texto_imagen--even .block_TextImage--text{
    padding-left: 24%;
}
section.texto_imagen.texto_imagen--odd .block_TextImage--text{
    padding-right: 24%;
}*/
section.texto_imagen.texto_imagen--even .block_TextImage {
    flex-direction: row-reverse;
}
/*section.texto_imagen.texto_imagen--even .block_TextImage--text{
    text-align: right;
}*/
.block_TextImage--image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.bloque_texto:has(+ .bloque_contacto),
.bloque_contacto:has(+ .bloque_texto) {
    padding-bottom: 0;
}

.bloque_contacto + .bloque_texto,
.bloque_texto + .bloque_contacto {
    padding-top: 50px;
}
.block_TextImage--text ._blockTitle{
    line-height: 1;
}
._buttons_contact{
    display: flex;
    gap: 20px;
    margin-top: 30px;
    justify-content: space-between;
}
._buttons_contact ._btn{
    width:  calc(33.333% - 10px);
}

.bloque_img_fondo{
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloque_img_fondo:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
}
.bloque_img_fondo-content,
.bloque_img_fondo-content ._blockTitle{
    position: relative;
    z-index: 2;
    color: white;
}



.texto_imagen .topImagePager.topImagePager--product{
    position: absolute;
    justify-content: center;

}
/*PONER SI QUIEREN IMAGEN COMPLETA*/
.texto_imagen .product-gallery-container{
    padding: 0;
    height: 100%;
}
.texto_imagen .product-gallery{
    height: 100%;
    position: relative;
}
.texto_imagen .product-gallery-main,
.texto_imagen .product-gallery-slide{
    height: 100%;
}
.texto_imagen .product-gallery img{
    object-fit: cover;
}



.imagesSlide{
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    position: relative;line-height: 0;
}
.imagesSlide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.imagesSlide--title{
    padding: 10px;
    text-align: center;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 20px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 30px;
}





















/* TÍTULOS DE CATEGORÍA */

._blockTitle__title {
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
}





.videoHero {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    background: #000;
}

.videoHero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.videoHero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(2px);
    transition: opacity .6s ease;
}

.videoHero__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;

    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 5;

    transition:
        opacity .5s ease,
        transform .5s ease;
}

.videoHero__playCircle {
    position: relative;

    width: 110px;
    height: 110px;
    border-radius: 50%;

    background: rgba(255,255,255,.92);

    display: flex;
    align-items: center;
    justify-content: center;

    transition:
        transform .35s ease,
        background .35s ease,
        box-shadow .35s ease;

    box-shadow:
        0 10px 40px rgba(0,0,0,.35);
}

.videoHero__play:hover .videoHero__playCircle {
    transform: scale(1.08);
    background: #fff;

    box-shadow:
        0 20px 60px rgba(0,0,0,.45);
}

.videoHero__play:active .videoHero__playCircle {
    transform: scale(.96);
}

.videoHero__playIcon {
    width: 0;
    height: 0;

    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid #222;

    margin-left: 6px;

    transition: transform .3s ease;
}

.videoHero__play:hover .videoHero__playCircle {
    transform: scale(1.04);
}
.videoHero__play:hover .videoHero__playCircle:before{
    opacity: 0;
}

.videoHero__playText {
    color: #fff;
    font-size: 15px;
    letter-spacing: .04em;
    opacity: .9;
    margin-top: 20px;
}
.videoHero__play:hover .videoHero__playText{
	text-decoration: underline;
}
.videoHero__play.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(.85);
}

.videoHero__overlay.is-hidden {
    opacity: 0;
    pointer-events: none;
}
.videoHero__playCircle::before {
    content: '';

    position: absolute;
    inset: -14px;

    border-radius: 50%;
    z-index: -1;
    background: rgba(255, 255, 255, .2);
    transition:
        transform .8s ease,
        opacity .8s ease,
        border-color .4s ease;
}

.video_foot{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.video_foot--title{
    width: 280px;
    font-size: 30px;
    font-family: 'Heebo-Light';
}
.video_foot--content{
    width: calc(100% - 350px);
}






/*--------- search ---------*/
.searchPageBlock{
    position: relative;
}
.searchPageBlock:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .4s;
    pointer-events: none;
    z-index: 1;
}
.searching-active{
    overflow: hidden;
}
.searching-active .searchPageBlock:before{
    opacity: 1;
}

.searchPageBlock__block{
    display: flex;
    flex-wrap: wrap;
}
.searchResults{
	width: calc(100% - 340px);
    margin-left: 40px;
}
.searchResults--header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.searchResults--header ._blockSubitle{
    padding-bottom: 0;
}
.filterOrderby{
    display: flex;
    width: 300px;
    align-items: flex-end;
    justify-content: flex-end;
        font-family: 'Heebo-Regular';
        padding-top: 20px;
}
.filterOrderby span{
    padding-bottom: 10px;
}
.searchResults--header select{
    width: 180px;
    height: 42px;
    border-bottom: 1px solid var(--grey);
    margin-left: 20px;
    font-size: 15px;
    padding-left: 5px;
}
.searchResults--header ._pageTitles{
    width: calc(100% - 300px);
    margin-bottom: 0;
    min-width: 500px;
}
.searchResults .categoryCard{
    width: calc(33.333% - 15px);
}

.searchNoResults{
    padding: 30px;
    background: var(--background-grey);
    font-size: 18px;
}
.activeFilters{
    width: 100%;
}
.activeFilterColor{
    width: 20px;
    height: 20px;
}
.searchPageBlock__filters{
	width: 300px;
}
.artworkSearchForm {
    background: var(--background-grey);
    padding: 30px;
    margin-bottom: 60px;
}

.artworkSearchFilters {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.artworkSearchFilterGroup {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.artworkSearchLabel {
    font-size: 18px;
    font-family: "Heebo-Regular";
    color: black;
    margin-bottom: 0px;
    padding: 0 5px;
}

.artworkSearchInput,
.artworkSearchSelect {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    font-size: 15px;
    color: #444;
    transition: border-color .2s ease;
    box-sizing: border-box;
    border-bottom: 1px solid var(--grey);
}
.artworkSearchSelect{
    padding: 5px;
}
.artworkSearchSelect option{
    padding: 5px;
}
.artworkSearchInput:focus,
.artworkSearchSelect:focus {
    outline: none;
}

.artworkSearchRangeFields {
    display: flex;
    gap: 10px;
}

.artworkSearchRangeFields .artworkSearchInput {
    width: 50%;
}

.artworkSearchActions {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    display: none;
}


.artworkSearchSubmitButton:active {
    transform: translateY(1px);
}


.activeFilters{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:15px;
}
.activeFilter{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:10px;
    font-size:16px;
    border-radius: 20px;
    text-decoration:none;
     background: var(--background-grey);
}
.activeFilter{
   
}
.activeFilter__x{
    cursor: pointer;
    background: #e8e8e8;
    display: block;
    padding: 5px;
    width: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    margin-left: 5px;
}
.activeFilter__x:hover{
    background: #d3d1d1;
}
.activeFilter__x svg{
    fill: black;
}

.artworkColorFilter,
.artworkOrientationFilter{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding-top: 5px;
}

.artworkColorFilter__item{
    width: calc(25% - 8px);
    height:40px;
    cursor:pointer;
    padding:0;
    transition:.2s;
}

.artworkColorFilter__item:hover{
    transform:scale(1.1);
}

.artworkColorFilter__item.is-active{
    border: solid 1px #000;
    transform:scale(1.15);
}


.artworkOrientationFilter__item{
    position:relative;
    padding:10px;
   
    cursor:pointer;
    font-size:14px;
    transition: all .4s ease;
}

.artworkOrientationFilter__item:hover{
    background: #d3d1d1
}

/* ICONO BASE */
.artworkOrientationFilter__item::before{
    content:"";
    display: block;
    background: var(--grey);
    border: 1px solid var(--grey);
}

/* CUADRADO */
.artworkOrientationFilter__item[data-value="21"]::before{
    width:10px;
    height:10px;
}

/* HORIZONTAL */
.artworkOrientationFilter__item[data-value="22"]::before{
    width:16px;
    height:8px;
}

/* VERTICAL */
.artworkOrientationFilter__item[data-value="23"]::before{
    width:8px;
    height:16px;
}

/* ACTIVO */
.artworkOrientationFilter__item.is-active{
    border: solid 1px #000;
}

.advantages_blocks{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding-top: 0px;
}

.advantages_blocks--item{
    width: calc(25% - 30px);
    padding: 20px;
    background: white;
}
.advantages_blocks--blocks2 .advantages_blocks--item{
    width: calc(50% - 20px);
    background: white;
    padding: 30px;
    background: var(--background-grey);
}
.advantages_blocks--blocks2 ._contentStyle{
	min-height: 200px;
	margin-bottom: 30px;
}
.advantages_block--title{
    font-size: 24px;
    padding-bottom: 10px;
}
.advantages_block--title span{
    font-size: 140%;
}
.advantages_block--title img,
.advantages_block--title h3{
    display: inline;
    color: var(--grey);
}
.advantages_block--title img{
    margin-right: 10px;
}

/* Stack */

.stack {
    display: grid;
    padding: 100px 0;
}

.stack--horizontal {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
    overflow: hidden;
}

.card--first {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 50px;
}

.card--first img {
    margin-bottom: 30px;
    align-self: auto;
}

.card--first__title {
    display: flex;
    flex-direction: column;
}

.card--first__top,
.contactInfo__subtitle {
    font-size: 25px;
    text-transform: uppercase;
}

.card--first__bot,
.contactInfo__title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 52px;
}

.card__image {
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    transition: 0.2s all;
}

.card__title,
.card__content {
    padding-left: 18px;
    line-height: 1.2;
}

.card__title {
    display: block;
    text-transform: uppercase;
    margin: 24px 0 16px 0;
    font-size: 22px;
}

.card > a:hover .card__image {
    filter: brightness(1.2);
}

.card > a:hover .card__title {
    text-decoration: underline;
}


/* Logos Section */
.logosSection {
    background-size: cover;
    background-position: center left;
    overflow: hidden;
}

.logosContent__left, .logosContent__right {
    width: 50%;
}

.logosContent__left {
    margin-left: auto;
    color: white;
}

.logosContent__title {
    font-size: 30px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.logosContent__left p {
    font-size: 20px;
    line-height: 1.4;
}

.logosContent__right {
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 52px;
    justify-items: center;
    align-items: center;
    margin: 113px 0;
}

/* Featured Section */

.featuredSection {
    padding: 100px 15px;
    margin: 0;
}

.featuredSection__title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.featured {
    display: grid;
    column-gap: 68px;
    grid-template-columns: repeat(3,1fr);
}

.featuredCard a {
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.featuredCard__img{
    padding-bottom: 70%;
}


.featuredCard__image:hover {
    transform: scale(1.1);
}

.featuredCard__title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.featuredCard__content {
    line-height: 1.2;
}

/* Tapizados Section */

.tapizados {
    overflow: hidden;
}

.tapizados__col {
    width: 20%;
}

.fullBlock {
    background-color: rgba(0,0,0,0.9);
}   

.fullBlock__img {
    min-height: 500px;
    max-height: 592px;
    height: 90vh;
}

.fullBlock__img img{
    max-width: none;
}
.fullBlock__img > :first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
    transition: 0.2s all;
}
.fullBlock:hover .fullBlock__img > :first-child:before{
    background-color: rgba(0,0,0,0);
}
.fullBlock__img._imgTagBg picture img {
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fullBlock__title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 28px;
    color: #ffffff;
    z-index: 2;
    text-transform: uppercase;
}


@media (min-width: 1700px) {

    .tapizados__col:nth-child(1) picture {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: transform 0.3s linear;
    }

    .tapizados__col:nth-child(2) picture {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: transform 0.3s linear;
    }


    .tapizados__col:nth-child(4) picture {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: transform 0.3s linear;
    }


    .tapizados__col:last-of-type picture {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: transform 0.3s linear;
    }
}


@media (max-width: 1200px) {
    .tapizados {
        flex-wrap: wrap;
    }

    .tapizados__col:first-child {
        width: 100%;
    }
    .tapizados__col {
        width: 50%;
    }

    .fullBlock__img {
        min-height: 0;
        height: 200px;
    }
      
    ._imgTagBg > :first-child {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

/* Contact Section */

.contactSection {
    padding: 50px 0;
}

.contactSection ._container {
    padding: 0 15px;
}

.contactSection .leadform__titles {
    line-height: 1.2 !important;
}

.contactInfo {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    min-width: 325px;
}

body:not(#content-contact) .contactInfo{
    margin-top: 55px;
}

.contactInfo__title {
    margin-bottom: 15px;
}

address {
    max-width: 182px;
    margin: 10px 0;
    line-height: 1.2;
}

.contactLinks {
    display: flex;
}

.contactLinks:hover {
    text-decoration: underline;
}

.contactLinks__icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: 20px;
}

#content-contact .leadform__title {
    font-weight: bold;
    font-size: 32px;
}

#content-contact h1 {
    font-size: 32px;
    margin-bottom: 15px;
}

#content-contact h2 {
    font-size: 18px;
}

/* Ecommerce Category template */

#ecommerce-category #main {
    background-color: #f9f9f9;
    padding: 20px 0 35px;
}

.box {
    box-shadow: 0px 2px 5px #d8d8d8;
    -webkit-box-shadow: 0px 2px 5px #d8d8d8;
    -moz-box-shadow: 0px 2px 5px #d8d8d8;
    -o-box-shadow: 0px 2px 5px #d8d8d8;
}
.box-white {
    background: white;
}

.card .box,
.featuredBoxes__box .box{
    height: 100%;
    background-color: #ffffff;
}

.search .sidebar-title {
    padding: 15px 15px;
    text-align: left;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    font-weight: bold;
    text-transform: uppercase;
    color: #555 !important;
    background: #f9f9f9;
    margin-left: -15px;
    margin-right: -15px;
}

.search .cat-child ul li {
    line-height: 1.2em;
    transition: 0.1s all;
    margin-left: -15px;
    margin-right: -15px;
}

.search .cat-child ul li a {
    color: #888;
    padding: 12px 15px;
    font-weight: 300;
    transition: 0.2s all;
    cursor: pointer;
    align-items: center;
    display: flex;
}

.search .cat-child ul li:hover {
    background: #f4f4f4;
    transition: 0.1s all;
}

/* .search .category-main .titles {
    padding-bottom: 11px;
    padding-top: 13px;
} */

.search .titles h1 {
    text-align: left;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #333;
    padding: 0 5px 5px;
}

.search aside input {
    padding: 10px;
    width: 10px;
    margin-right: 10px;
    background-color: white;
    cursor: pointer;
    position: relative;
    pointer-events: all;
}

.search aside input:hover {
    background-color: none;
}

.search input:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background-image: url("/templates/images/checkmark.svg");
    opacity: 0;
    transition: 0.2s all;
}

.search .input-check input:checked:before {
    opacity: 1;
}

.filters .box{
    padding: 15px;
    display: flex;
    align-items: center;
}

.box {
    box-shadow: 0px 2px 5px #d8d8d8;
    -webkit-box-shadow: 0px 2px 5px #d8d8d8;
    -moz-box-shadow: 0px 2px 5px #d8d8d8;
    -o-box-shadow: 0px 2px 5px #d8d8d8;
}
.box-white {
    background: white;
}

.sidebar-cat-link span {
    margin-left: 5px;
}

.search .total-products span {
    font-size: 0.85em;
    padding: 9px 0px;
    display: block;
    margin-right: 25px;
    color: #777;
}

.search .filter-order {
    margin-left: auto;
}

.search .filter-order span, .filter-grid-size span {
    font-size: 0.85em;
    font-weight: normal;
    margin-right: 5px;
}

.search .filter-order select, .search .filter-grid-size select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: none;
    border-radius: 3px !important;
    padding: 7px 30px 7px 12px;
    border: 1px solid #dedede;
    color: #777;
    background: url(/templates/images/drop-arrow.png) no-repeat;
    background-size: 10px;
    background-position: right 10px center;
    cursor: pointer;
}

.search .filter-order select {
    margin-right: 20px;
}

.search .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(210px, 1fr));
}

.search .grid .col-complete {
    grid-column: 1/-1;
    padding: 5px;
}

#search .searchHeader__filter select, #search .filter-grid-size select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: none;
    border-radius: 3px !important;
    padding: 7px 30px 7px 12px;
    border: 1px solid #dedede;
    color: #777;
    background: url(/templates/images/drop-arrow.png) no-repeat;
    background-size: 10px;
    background-position: right 10px center;
    cursor: pointer;
    background-color: #ffffff;
}




.product-layout{
    max-width:1400px;
    margin:0 auto;
    padding:60px 40px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
}

.product-gallery{
    position:sticky;
}
.product-gallery-slide{
	aspect-ratio: 1;
	transition: 0s;
    width: 100%;
}
.product-gallery-main{
	position: relative;

}
.product-gallery-container{
	background: var(--background-grey);
	padding: 40px;
    min-height: 500px;
}
.product-gallery img{
    width:100%;
    height: 100%;
    display:block;
    object-fit: contain;
}
.topImagePager.topImagePager--product{
	position: relative;
	width: 100%;
	justify-content: flex-end;
	transform: none;
}

.topImagePager.topImagePager--product .cycle-pager-active,
.topImagePager.topImagePager--product span{
	background: #c0c0bf;
}
.topImagePager.topImagePager--product .cycle-pager-active{
	background: #8f8f8f;
}
.product-info .artist{
    font-size:16px;
    text-transform:uppercase;
}
.product-info .artist a:hover{
    text-decoration: underline;
}
.product-info .product-info--header{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
    align-items: center;
}
.formbuttons{
	display: flex;
	gap: 10px;
    padding-top: 30px;
}
.formbuttons ._btn{
	width: calc(50% - 10px);
    padding: 0 10px;
}
.product-info h1{
    display: inline;
}
.product-info .titleproduct{
    font-size:48px;
    font-family: "Heebo-Regular";
    margin:10px 0 20px;
}
.product-info .price_old{
    text-decoration: line-through;
}
.product-info .meta{
    margin-bottom:25px;
    color: var(--grey);

}
.product_state{
    color: #ff0000;
    font-size: 16px;
    text-transform: uppercase;
}
.product_state.reserved{
    background: var(--grey);
    color: white;
        padding: 5px;
    width: max-content;
}
.product-info .description{
    margin-bottom:30px;
    color: var(--grey);
}

.product-info .price{
    font-size:28px;
    font-family: "Heebo-Regular";
    margin-bottom:5px;
}

.btn-buy,
.btn-advisor{
    width:100%;
    padding:18px;
    margin-bottom:15px;
    cursor:pointer;
}

.btn-buy{
    background:#000;
    color:#fff;
    border:0;
}

.btn-advisor{
    background:#fff;
    border:1px solid #ccc;
}


.trust-block {
   	width: 100%;
   	padding-top: 40px;
}

.trust-block h3 {
    margin: 0 0 16px;
    font-size: 22px;
    font-family: "Heebo-Regular";
}

.trust-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.trust-item + .trust-item {
    margin-top: 12px;
}

.trust-item__icon {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.trust-item__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.trust-item__title {
    font-size: 17px;
    line-height: 1.3;
    color: black;
}

.trust-item__text {
    font-size: 16px;
    line-height: 1.4;
    color: var(--grey);
}



.paginationStandard {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    margin-top: 50px;
}
#content-artist .paginationStandard{
    justify-content: center;
}
.paginationStandard a,
.paginationStandard span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    color: #999;
    transition: all 0.3s ease;
}

.paginationStandard a:hover {
    color: #222;
}

.paginationStandard .pagination-current {
    color: #999;
    border: 1px solid #e5e2dc;
    background: #faf9f7;
}

.paginationStandard .pagination-next {
    width: 20px;
    font-size: 26px;
    font-weight: 300;
    color: #aaa;
}

.paginationStandard .pagination-next:hover {
    color: #222;
}

@media (max-width: 767px) {

    .paginationStandard {
        gap: 18px;
        margin-top: 35px;
    }

    .paginationStandard a,
    .paginationStandard span {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .paginationStandard .pagination-next {
        width: 20px;
        font-size: 24px;
    }
}





.product-content {
    padding: 12px;
}
.product .product-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-transform: capitalize;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}
.prod-content {
    padding-bottom: 30px;
}

.prod-content strong{
    font-weight: normal;
}

.prod-content::first-letter {
    text-transform: uppercase;
}

.product-photo {
    background: white;
    position: relative;
    padding-bottom: 85%;
    overflow: hidden;
}

.product-photo img {
    transition: 0.3s all;
}

.prod-price {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

.prod-price .old-price {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
}

.product__gallery {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: 5px -10px -10px;
}
.product__gallery__col{
    width: 33.333%;
    padding: 10px;
}
.product__gallery__img{
    padding-bottom: 90%;
}

.product__image {
    cursor: pointer;
}

#ecommerce-category .cta-add {
    display: none;
}

.cta-add {
    background-color: #4E83BF;
    float: right;
    padding: 12px 40px 12px 20px;
    /* border-radius: 3px; */
    color: white;
    font-weight: bold;
    background-image: url(/templates/images/cart-white.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    transition: 0.2s all;
    background-size: 19px;
    font-size: 14px;
}

.cta-add:hover {
    background-color: #456f9e;
}

.no-stock-product-warning {
    font-size: 14px;
}

.col-half {
    width: 50%;
    float: left;
}

.fn-increment__container {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.fn-increment__button--more:before {
    content: '+';
}
.fn-increment__button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1;
    font-size: 1.4em;
}

.fn-increment__container > * {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: auto;
}

.fn-cart-icon.filled span:last-child:before {
    content: attr(data-units);
    position: absolute;
    top: -5px;
    right: -10px;
    display: block;
    background: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    text-align: center;
    color: #000000;
    font-size: 10px;
    line-height: 1.4;
    text-indent: -1px;
    letter-spacing: -1px;
    border: 1px solid rgb(255, 255, 255);
    box-sizing: border-box;
}

.fn-cart-icon span:last-child {
    display: block !important;
}


.cart__products_product_handlers--atRight .fn-increment__button--disabled, .checkout__cart_item_qty--atRight .fn-increment__button--disabled {
    opacity: 1;
    color: #b9b9b9;
}
.cart__products_product_handlers--atRight .fn-increment__button--less, .checkout__cart_item_qty--atRight .fn-increment__button--less {
    bottom: 0;
}
.cart__products_product_handlers--atRight .fn-increment__button, .checkout__cart_item_qty--atRight .fn-increment__button {
    position: absolute;
    height: 50%;
    left: 100%;
    border-color: #161616;
    border-radius: 0;
    overflow: hidden;
}

.cart__products_product_handlers--atRight .fn-increment__button--less:before, .checkout__cart_item_qty--atRight .fn-increment__button--less:before {
    top: 8px !important;
    font-size: 36px;
    font-weight: 100;
}
.fn-increment__button--less:before {
    content: '-';
    top: 40%;
}
.fn-increment__button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1;
    font-size: 1.4em;
}

.cart__products_product_handlers svg {
    width: 1.5em;
    height: 1.5em;
    transition: .2s;
    fill: #f4313f;
}


#ecommerce-category .card {
    padding: 5px;
}

.product-photo span.discount {
    position: absolute;
    background: #000B44;
    color: white;
    padding: 10px 12px 10px 10px;
    border-radius: 0px 13px 13px 0px;
    top: 10px;
    font-size: 0.85em;
    border-bottom: 1px solid #000B44;
}

.search .pagination {
    display: flex;
    justify-content: center;
    padding: 15px;
    align-items: center;
}

.search ul.pagination li {
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.1em;
    margin: 0 2px;
    transition: 0.2s all;
}

.search ul.pagination li a, .search ul.pagination li.selected span {
    padding: 7px 10px !important;
    display: block !important;
}
.search ul.pagination li a {
    color: #999;
}

.search ul.pagination li a:hover {
    color: #8f7b70 !important;
}
.search ul.pagination li a, .search ul.pagination li.selected span {
    padding: 7px 10px !important;
    display: block !important;
}

.search ul.pagination li:nth-child(7) a {
    color: #583c2c;
}

.category-content {
    padding: 5px;
    font-size: 16px !important;
    color: initial !important;
    font-family: initial !important;
}

.category-content span {
    font-size: 16px !important;
    color: initial !important;
    font-family: 'Nunito Sans' !important;
}

.category-content p {
    font-size: 16px !important;
    color: initial !important;
    font-family: 'Nunito Sans' !important;
}

.category-content strong {
    font-weight: normal !important;
    text-transform: lowercase;
}

.category-content strong::first-letter {
    text-transform: uppercase;
}

.category-content img {
    display: none;
}


/* Ecommerce Product template */

.product-page {
    padding: 30px 0;
}

#ecommerce-product .prod-action {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid #efefef;
}

#ecommerce-product .titles {
    text-align: left;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #333;
    padding-bottom: 12px;
}

#ecommerce-product .mid-prod label {
    font-weight: bold;
}

#ecommerce-product .titles h1 {
    font-weight: bold !important;
}

#ecommerce-product .top-prod .price {
    font-size: 38px;
    font-weight: 900;
    color: #333;
}

#ecommerce-product .top-prod .prev-price span, #ecommerce-product .top-prod .dto span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 3px;
}

#ecommerce-product .top-prod .prev-price, #ecommerce-product .top-prod .dto {
    color: #bbb;
    font-size: 19px;
    margin-left: 20px;
    font-size: 14px;
    position: relative;
    top: 1px;
    font-weight: bold;
}

#ecommerce-product .old-price {
    text-decoration: line-through;
}

#ecommerce-product .dto-box {
    background: #000B44;
    color: white;
    font-size: 0.85em;
    padding: 3px 4px;
    border-radius: 3px;
    position: relative;
    top: -2px;
}

#ecommerce-product .mid-prod {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #efefef;
    line-height: 2em;
}

#ecommerce-product .top-prod {
    padding: 15px;
    margin-left: -15px;
    margin-top: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #efefef;
}

#ecommerce-product .top-prod .prev-price, #ecommerce-product .top-prod .dto {
    color: #bbb;
    font-size: 19px;
    margin-left: 20px;
    font-size: 1.2em;
    position: relative;
    top: 1px;
    font-weight: bold;
}

#ecommerce-product .product-btn {
    height: 50px;
    padding: 10px;
    transition: 0.2s all;
}


#ecommerce-product .bot-prod {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    /* border-bottom: 1px solid #efefef; */
    display: flex;
}

#ecommerce-product .product-btn.add-to-cart, #ecommerce-product .product-btn.popup-leadform{
    /* background-color: #4E83BF;
    border-color: #4E83BF; */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
}

#ecommerce-product .product-btn.popup-leadform:hover {
    color: white;
    background-color:  #456f9e;
    transition: 0.2s all;
}

#ecommerce-product ._colNine.stock-msg.no-stock {
    background: none;
    padding: 0;
    color: tomato;
    cursor: default;
    font-weight: normal;
}
#ecommerce-product .msg-shipping {
    display: none;
    font-weight: normal;
    margin-top: -8px;
    line-height: 1.3em;
    padding-bottom: 12px;
    padding-top: 9px;
}

#ecommerce-product .availability-field ._colNine:not(.no-stock):before {
    content: ">";
    position: absolute;
    right: 12px;
    font-weight: 900;
    transition: 0.2s all;
}

#ecommerce-product .availability-field ._colNine.show:before {
    transform: rotate(90deg);    
    transition: 0.2s all;
}

#ecommerce-product .product__details {
    display: none;
}

/* .brand-field {
    display: none;
} */

.product__options{
    margin-top: 20px;
}
.product__option_item{
    padding-bottom: 3px;
    margin-bottom: 5px;
    max-width: 14.28%;
    padding: 0 !important;
}
.ie .product__option_item{
    width: 155px;
}
.product__option_item input{
    position: fixed;
    right: 1000%;
    width: 0;
    height: 0;
}
.product__option_item label{
    cursor: pointer;
    display: block;
}
.product__option_title{
    margin-bottom: 10px;
    font-weight: bold;
}
.product__option_itemImg{
    transform: scale(1);
    transition: 0.5s;
}
input:checked ~ .product__option_itemImg,
.product__option_item:hover .product__optionImg{
    transform: scale(1.1);
}
.product__option_itemName{
    font-size: 10px;
    display: block;
    position:relative;
    text-align: center;
    overflow: hidden;
    line-height: 1.2;
    width: 100%;
    margin-top: -5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* .product__option_itemName:before{
    content:'';
    width: 0;
    height: 4px;
    background: #cc2328;
    transition: .5s;
    position:absolute;
    bottom: 0;
    left: 0;
} */
input:checked ~ .product__option_itemName {
    font-weight: bolder;
    text-decoration: underline;
}
input:checked ~ .product__option_itemName:before{
    width: 100%;
}

/*** price x volume ***/
.vol-price {
    width: 50%;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.vol-price tr:first-child {
    background: #f9f9f9;
}
.vol-price tr {
    border-bottom: 1px solid #eee;
}
.vol-price tr td {
    padding: 2px 10px;
    text-align: right;
}

.vol-price tr td sub {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9em;
    margin-right: 10px;
}

/** Control cantidad **/
select.select-qnty {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    width: 75px;
    padding: 4px 12px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 2px !important;
    font-size: 1em;
    position: relative;
    top: 4px;
    background: url(/templates/images/down-arrow.png);
    background-repeat: no-repeat;
    border-radius: 0;
    background-position: 80% center;
}
input.number-qnty {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    width: 75px;
    padding: 4px 12px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 2px !important;
    font-size: 1em;
    position: relative;
    top: 4px;
    background-repeat: no-repeat;
    border-radius: 0;
    background-position: 80% center;
}
span.vol-price-title {
    font-weight: bold;
}
/*** No se yo ***/
.no-stock-product-warning {
    height: 38px;
    vertical-align: middle;
}

#ecommerce-product .availability-field ._colNine {
    background: #E4E4E4;
    color: #333333;
    box-sizing: border-box;
    padding: 0 12px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    font-size: 14px;
 }
/*
#ecommerce-product .availability-field ._colNine:before {
    content: ">";
    position: absolute;
    right: 12px;
    font-weight: 900;
    transition: 0.2s all;
} */

#ecommerce-product .claims {
    font-size: 16px;
    display: flex;
}

#ecommerce-product .claims-prod {
    border-bottom: 1px solid #efefef;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 25px 0;
}

#ecommerce-product .claims-prod span {
    font-size: 1.4em;
}

#ecommerce-product .claims-prod label {
    font-size: 1em;
    color: #777;
    margin: 10px 0;
}

#ecommerce-product .claims-prod label b {
    color: #4E83BF;
}

#ecommerce-product .prod-right {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#content-product .prod-right .claim-box.claim.claim1 {
    background-position: 17px 24px;
}
#content-product .prod-right .claims .claim {
    padding: 15px 15px 15px 75px;
    height: 70px;
}

.claim {
    background: white;
    padding: 20px 20px 20px 75px;
    height: 90px;
    align-items: center;
    display: flex;
    filter: grayscale(100%); 
}
.claim1 {
    background-image: url(/templates/images/claims/claim1.png);
    background-repeat: no-repeat;
    background-position: 18px center;
}

.claim2 {
    background-image: url(/templates/images/claims/claim2.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}

#ecommerce-product .prod-right .claim-box.claim.claim2 {
    background-position: 20px 22px;
}

.tab-description.content.pad {
    padding: 5px 0;
}

.qnty-field, .availability-field, .shipping-field {
    padding: 5px 0;
}

.shipping-field ._colNine span {
    color: #4E83BF;
    margin-left: 15px;
}

/* Ecommerce Category template */


#content-category .topImage__container {
    height: 100%;
    background:rgba(0, 0, 0, 0.2);
}

#content-category  .topImage ._container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.subtitle {
    font-size: 30px;
    margin: 30px 0;
}

.catContent {
    display: flex;
}

#content-category .catContent {
    padding-bottom: 50px;
}

#content-category .catContent__content {
    padding-right: 60px;
}

#content-category .catContent__content h3 {
    margin-top: 30px;
}

.catContent__content p {
    margin: 10px 0;
}

.catContent__aside {
    padding-top: 32px;
}

#content-category .leadform__field label:not(.checkbox__label) {
    display:none;
}
/*.leadform__field label::before {
    content: attr(title);
    position: absolute;
    top: 20px;
    left: 10px;
    line-height: 1;
    font-size: 15px;
    transition: 300ms all;
    pointer-events: none;
    text-transform: uppercase;
    color: black;
}*/
.leadform__field input:focus,
.leadform__field textarea:focus {
    outline: 0;
}


/*.leadform__field input:focus + label::before,
.leadform__field textarea:focus + label::before,
.leadform__field.filled input + label::before,
.leadform__field.filled textarea + label::before {
    top: 6px;
    font-size: 11px;
    opacity: .7;
}*/
.leadform__field input,
.leadform__field textarea {
    padding: 10px 0
}
.leadform__field textarea{
	border: solid 1px var(--grey);
    padding: 10px;
    margin-top: 10px;
}
#content-category .leadform__title {
    text-transform: none;
    margin-bottom: 25px;
    font-size: 24px;
    text-align: left;
}

#content-category #leadform input,
#content-category #leadform textarea {
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
    transition: background-color 0.2s linear;
    background-color: #f7f7f7;
    line-height: 1;
    padding: 8px;
}

#content-category input:hover, 
#content-category textarea:hover {
    background-color: #e4e4e4 !important;
}

#content-category .categoryBlock {
    /* margin-bottom: -60px; */
    overflow: hidden;
}

.shopLink {
    margin-bottom: 30px;
}
.categoryBlock ._container {
    padding: 60px 0;
}
.form__entry .leadform__field input{
    padding: 25px 10px 10px;
    width: 100%;
    background: transparent;
}
.form__entry .leadform__field input::placeholder{
	color: black;
}
/*Gallery*/

.gallery__wrapper {
    background: #efefef;
    padding: 30px 0;
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    grid-auto-rows: 350px;
    padding: 0 15px;
}

.gallery__item {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.gallery__item a {
    align-items: center;
    display: flex;
    overflow: hidden;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gallery__item img {
    visibility: hidden;
}

.gallery__itemTitle {
    line-height: 1.2;
    min-height: 42px;
    font-size: 18px;
    margin: 15px 0;
    font-weight: normal;
}

.gallery__title {
    margin: 15px 15px 30px;
    font-size: 22px;
}

/* Shop template */

#content-shop .topImage {
    position: relative;
    height: 30vw;
}

#content-shop .topImage__content {
    margin: auto;
    color: white;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

#content-shop .topImage__content h1 {
    font-size: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    text-align: center;
}

#content-shop .topImage__content h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
}

#content-shop .topImage__content p {
    font-size: 20px;
    line-height: 1.4;
    max-width: 845px;
}

/* slideshow */
#content-shop .cycle-slideshow,
#content-shop .topImage__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#content-shop .topImage__image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

#content-shop .featuredSection {
    background-color: #f4f4f4;
}

#content-shop .subtitle {
    margin-top: 20px;
    max-width: 1200px;
    font-size: 24px;
}

#content-shop .card--first {
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
}

#content-shop .card--first .card__content {
    margin-top: 30px;
    text-align: right;
}

/* Procesos template */


#content-procesos .procesos .procesos__wrapper:nth-child(even){
    background-color: #f5f5f5;
}


#content-procesos .topImage {
    position: relative;
    height: 23vh;
}


#content-procesos .topImage__content {
    margin: auto;
    color: white;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

#content-procesos .title__section {
    margin-bottom: 195px;
    margin-top: 60px;
}

#content-procesos h1 {
    font-size: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#content-procesos .title__section h2 {
    text-align: center;
    color: #adb8c6;
    font-size: 24px;
}

#content-procesos .title__section p {
    margin-top: 30px;
}

#content-procesos .topImage__content p {
    font-size: 20px;
    line-height: 1.4;
    max-width: 845px;
}

#content-procesos .procesos p {
    margin: 10px 0;
}

#content-procesos .procesos h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

#content-procesos .procesos ul,
main .catContent__content ul {
    list-style-type: disc;
    margin-left: 30px;
}



#content-procesos .procesos ul li,
main .catContent__content ul li {
    line-height: 1.4;
}


/* slideshow */
#content-procesos .cycle-slideshow,
#content-procesos .topImage__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#content-procesos .topImage__image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

#content-procesos .featuredSection {
    background-color: #f4f4f4;
}

#content-procesos .subtitle {
    margin-top: 20px;
    max-width: 1200px;
    font-size: 24px;
}

#content-procesos .stepsBackNumber {
    counter-reset: step;
}

#content-procesos .stepsBackNumber__steps p {
    text-align: center;
    position: relative;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 300;
    width: 25%;
    text-transform: uppercase;
}

#content-procesos .stepsBackNumber__steps p:before {
    counter-increment: step;
    content: counter(step);
    font-size: 345px;
    color: #EFF2FF;
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    opacity: 0;
    animation-name: opacityIn;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

#content-procesos .stepsBackNumber__steps p:nth-child(4n+1):before {
    animation-delay: 0.5s;
}
#content-procesos .stepsBackNumber__steps p:nth-child(4n+2):before{
    animation-delay: 1s;
}
#content-procesos .stepsBackNumber__steps p:nth-child(4n+3):before {
    animation-delay: 1.5s;
}
#content-procesos .stepsBackNumber__steps p:nth-child(4n+4):before{
    animation-delay: 2s;
}

@keyframes opacityIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }

#content-procesos .procesos div:nth-child(even) ._colHalf:first-of-type {
    order: 1;
    padding-left: 80px;
}

#content-procesos .procesos div:nth-child(odd) ._colHalf:first-of-type {
    padding-right: 80px;
}

#content-procesos .swiper-container {
    height: 375px;
}

#content-procesos .swiper-wrapper {
    align-items: center;
}

#content-procesos .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#content-procesos .swiper-slide img {
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.3);
}

.swiper-button-next {
    right: 0 !important;
    background-image: url('./images/slider-right.png') !important;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto !important;
}

.swiper-button-prev {
    left: 0 !important;
    background-image: url('./images/slider-right.png') !important;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto !important;
    transform: rotate(180deg);
}
.standardSwiper.js-swiper{
    position: relative;
}

.standardSwiper .js-swiper-buttons{
    position: absolute;
    top: 50%;
    left: 5px;
    width: calc(100% - 10px);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 20;
    display: flex;
    justify-content: space-between;
}

.standardSwiper .js-swiper-button-prev,
.standardSwiper .js-swiper-button-next{
    /*transform: translateY(-50%);*/
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    transition: opacity .25s ease, transform .25s ease;
    opacity: 0;
    pointer-events: auto;
    user-select: none;
        font-family: monospace;
}


.standardSwiper.js-swiper:hover .js-swiper-button-prev:not(._swiperButton--disabled),
.standardSwiper.js-swiper:hover .js-swiper-button-next:not(._swiperButton--disabled){
    opacity: 1;
}

.standardSwiper .js-swiper-button-prev:hover,
.standardSwiper .js-swiper-button-next:hover{
    transform: scale(1.08);
}
._cta_sliderControl--disabled {
    visibility: hidden;
}
.standardSwiper .swiper-more{
    background: white;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--grey);
    font-weight: lighter;
    font-size: 70px;
    font-family: none;
    font-weight: 400;
    cursor: pointer;
    transition: .4s;
    cursor: pointer;
}
.standardSwiper .swiper-more:hover{
    background: #f9f9f9;
}
#content-procesos .contactSection fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    grid-column-gap: 16px;
    grid-row-gap: 21px;
    max-width: 678px;
}

#content-procesos .leadform__container {
    margin: 55px 0;
}

#content-procesos .leadform__title {
    text-align: left;
    max-width: 678px;
    margin-bottom: 41px;
}

#content-contact .leadform__title {
    display: none;
}

#content-procesos .leadform__field label {
    font-weight: bold;
    padding-bottom: 8px;
    display: flex;
    text-transform: uppercase;
}

#content-procesos .leadform__field input,
#content-procesos .leadform__field textarea {
    background-color: #efefef;
    margin: 0;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%) inset;
}

#content-procesos .leadform__field input::placeholder,
#content-procesos .leadform__field textarea::placeholder{
    opacity: 1;
}



#content-procesos fieldset .leadform__field:nth-of-type(2) {
    grid-column-start: 2;
}

#content-procesos fieldset .leadform__field:nth-of-type(3) {
    grid-column-start: 1;
}

#content-procesos fieldset .leadform__field:nth-of-type(5){
    grid-row: span 2;
}

/* Tapizados template */


#content-tapizados .topImage {
    position: relative;
    height: 23vh;
}
#content-tapizados .topImage__container {
    height: 100%;
    background:rgba(0, 0, 0, 0.2);
}

#content-tapizados  .topImage ._container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
#content-tapizados .topImage__content {
    margin: auto;
    color: white;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

#content-tapizados .topImage__content h1 {
    font-size: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    text-align: center;
}

/* slideshow */
#content-tapizados .cycle-slideshow,
#content-tapizados .topImage__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#content-tapizados .topImage__image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}


#content-tapizados .catContent__content {
    padding: 40px 0;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}


#content-tapizados .catContent__content h2{
    font-size: 30px;
    padding-bottom: 15px;
}

#content-tapizados .tapizadoWrapper {
    background-color: #efefef;
}
#content-tapizados .tapizadoList {
    padding: 60px 0 35px;
}

.rectangle {
    display: flex;
    margin-bottom: 35px;
}

.rectangle__link:first-of-type:hover {
    text-decoration: underline;
}

.rectangle__link--image:hover + .rectangle__wrapper a:first-of-type {
    text-decoration: underline;
}


.rectangle__link {
    width: fit-content;
    flex-shrink: 0;
    display: flex;
    overflow: hidden;
}

.rectangle__image {
    max-width: none;
    transition: filter 0.2s linear;
}

.rectangle__image:hover {
    filter: brightness(1.3);
}

.rectangle__image:hover .rectangle__link:first-of-type {
    text-decoration: underline;
}

.rectangle__wrapper {
    display: flex;
    flex-direction: column;
    padding: 15px 15px 14px;
}

.rectangle__title {
    font-size: 30px;
    text-transform: uppercase;
    margin: 5px 0 20px 0;
}

.rectangle__btn {
    margin-top: auto;
    padding-bottom: 1px;
}

.rectangle__title:hover, .rectangle__btn:hover {
    text-decoration: underline;
}

/* imgWrapper */
.imgWrapper {
    position: relative;
    z-index: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(-200px) skew(50deg);
    -ms-transform: translateX(-200px) skew(50deg);
    -o-transform: translateX(-200px) skew(50deg);
    transform: translateX(-200px) skew(50deg);
    overflow: hidden;
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.imgWrapper img:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) skew(-50deg);;
    -ms-transform: translate(-50%, -50%) skew(-50deg);;
    -o-transform: translate(-50%, -50%) skew(-50deg);;
    transform: translate(-50%, -50%) skew(-50deg);;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.imgWrapper.fx-anim--animated {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.imgWrapper.fx-anim--animated img:first-child {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

#content-tapizados .contactSection fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    grid-column-gap: 16px;
    grid-row-gap: 21px;
    max-width: 678px;
}

#content-tapizados .leadform__container {
    margin: 55px 0;
}

#content-tapizados .leadform__title {
    text-align: left;
    max-width: 678px;
    margin-bottom: 41px;
}

#content-contact .leadform__title {
    display: none;
}

#content-tapizados .leadform__field label {
    font-weight: bold;
    padding-bottom: 8px;
    display: flex;
    text-transform: uppercase;
}

#content-tapizados .leadform__field input,
#content-tapizados .leadform__field textarea {
    margin: 0;
    background-color: #efefef;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%) inset;
}

#content-tapizados .leadform__field input::placeholder,
#content-tapizados .leadform__field textarea::placeholder{
    opacity: 0;
}



#content-tapizados fieldset .leadform__field:nth-of-type(2) {
    grid-column-start: 2;
}

#content-tapizados fieldset .leadform__field:nth-of-type(3) {
    grid-column-start: 1;
}

#content-tapizados fieldset .leadform__field:nth-of-type(5){
    grid-row: span 2;
}

/* Empresa template */


/* Search Page*/

/*--- FEATURED BOXES ---*/
/* .featuredBoxes{
    margin-bottom: -75px;
    margin-top: -10px;
} */


.featuredBoxes.deco {
    padding-bottom: 130px;
}
.featuredBoxes > *{
    margin-bottom:20px;
}
[class*='--pairs'] .featuredBoxes>div:first-child{
    margin-left: 1px;
}
[class*='--unique']{
    min-width: 330px;
    max-width: 410px;
    width: 33.33%;
    width: calc(100% / 3);
    vertical-align: top;

}
[class*='--unique'] .featuredBoxes{
    margin-left:0;
    margin-right:0;
}
[class*='--unique'] .featuredBoxes>div{
    width:100%;
}
[class*='--unique']>.titles2{
    height:50px;
    padding: 0 10%;
}

.featuredBoxes__box:not([class*='_col']){
    width: 25%;
    width: calc(100% / 4);

}
.featuredBoxes--static .featuredBoxes__box:not([class*='_col']){
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.featuredBoxes__content{
    padding: 20px 15px;
    line-height: 1.15;
    overflow: hidden;
}

#ecommerce .featuredBoxes__content{
    height: 222px;
    max-height: none;
}
#content-home .featuredBoxes__content{
    padding-top: 25px;
}
.featuredBoxes--static .featuredBoxes__content{
    padding:20px 15px;
}
.featuredBoxes__date{
    color: #4E83BF;
    font-size: 13px;
    margin-bottom: 3px;
}
.featuredBoxes__titles,
.featuredBoxes__titles a{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    height: 48px;
    line-height: 1.1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}
#ecommerce .featuredBoxes__titles{
    height: 40px;
}
#content-home .featuredBoxes__titles{
    height: 77px;
}
.featuredBoxes--noContent .featuredBoxes__titles{
    max-height: 96px;
}
.featuredBoxes__details{
    padding: 10px 0 0;
    line-height: 1;
}
.featuredBoxes__price{
    font-size: 22px;
    font-weight: 600;
}
.featuredBoxes__text{
    font-size: 13px;
    margin-top: 7px;
    color: #777777;
    line-height: 1.3;
    height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.featuredBoxes__text u{
    text-decoration: none;
}
.featuredBoxes__text strong{
    font-weight: normal;
}
.featuredBoxes__text br{
    display: none;
}

#ecommerce .featuredBoxes__text{
    max-height: 84px;
}
#content-home .featuredBoxes__text{
    display: none;
}
#content-home .featuredBoxes__content{
    height: 140px;
    height: 8vw;
    min-height: 140px;
}
.featuredBoxes__slogan p:before{
    content:'· ';
}
.featuredBoxes__slogan p:after{
    content:' ·';
}

.box .featuredBoxes__img{
    overflow: hidden;
    display: block;
    padding-bottom: 75%;
}
.box .featuredBoxes__img img{
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.featuredBoxes--static .featuredBoxes__img img{
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    width:auto;
    left: 50%;
}
.box .featuredBoxes__img--contain img{
    transition: 0.3s;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}

.box:hover .featuredBoxes__img img{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.product-box:hover .product-photo._imgTagBg img,
.box:hover .featuredBoxes__img--contain img{
    -moz-transform: translate(-50%,-50%) scale(1.03);
    -o-transform: translate(-50%,-50%) scale(1.03);
    -ms-transform: translate(-50%,-50%) scale(1.03);
    -webkit-transform: translate(-50%,-50%) scale(1.03);
    transform: translate(-50%,-50%) scale(1.03);
}
/* #ecommerce-category .featuredBoxes__content{
    max-height: 231px;
    min-height: 186px;
    height: 208px;
    height: 13.15vw;
} */

.boxes{}
.boxes__container{}
.boxes__list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:-15px -0.75%;}
.boxes__listItem{background:#ffffff;margin-bottom:18px;margin-left:18px;text-align:center;margin:0 0.75% 1.5%;-webkit-transition:.5s;-ms-transition:.5s;-o-transition:.5s;-moz-transition:.5s;transition:.5s;width:23%;}
a.boxes__listItem:hover{background:#f5f5f5;}
.boxes--bigTitle .boxes__listItem:hover{background:none;}
.boxes__listItem{color:#595b5d;display:block;padding:15px;}
.boxes__listItem:hover{color:#595b5d;}
.boxes__listItemImage{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:120px;}
.boxes__listItem img{max-height:100px;max-width:100px;}
.boxes__listItemImage--big img{max-height:200px;max-width:200px;}
.boxes__listItemImage--greyHover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s all;
}
.boxes__listItemImage--greyHover img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.boxes__listItemLink{}
.boxes__listItemTitle{font-weight: 800;font-size: 18px;margin-bottom: 15px;color: #333333;}
.boxes__listItemContent{
    color: #333333;
    line-height: 1.2;
    font-weight: 300;
}
.boxes--bigTitle .boxes__listItemTitle{color:#38a8db;font-size:32px;font-weight:100;margin-bottom:20px;max-height:40px;overflow:hidden;}
.boxes--bigTitle .boxes__listItemContent{font-weight: 100;min-height:105px;}
.boxes--bigTitle .boxes__listItemTitle--2lines,
.boxes__listItemTitle--2lines{font-size:20px;max-height: 50px;}
.boxes__listItem span{display:block;height:80px;font-size:19px;height:75px;padding-top:5px;text-transform:uppercase;color:#6e6a65;}
.boxes__listItem{font-weight: 400;margin: 15px 50px;}
.boxes--v2 .boxes__list{margin: 0;overflow: hidden;}
.boxes--v2 .boxes__list:not(.boxes__list--noborder){border-bottom: 1px solid rgba(90, 91, 94, 0.5);}
.boxes--v2 .boxes__listItem{position: relative;background-color:transparent;margin:0;padding:20px 25px;width: 33.333%;}
.boxes--v2 .boxes__listItem:before {content: '';position:absolute;top:-1px;left:-1000px;left:-100vw;right:-1000px;right:-100vw;background:rgba(90, 91, 94, .5);height:1px;}
.boxes--v2 .boxes__listItem:hover{background-color: inherit;}
.boxes--v2 .boxes__listItem img{max-height: 100%;max-width: 100%;}
.boxes--v2 .boxes__listItemTitle{font-size: 14px;line-height: 1.5em;color: #595b5d;}
.boxes--v2 .boxes__listItemTitle--small{font-size:11px;font-weight:normal;}
.boxes--horizontal .boxes__list{margin: 0;overflow: hidden;border-bottom: 1px solid rgba(90, 91, 94, 0.5);}
.boxes--horizontal .boxes__listItem{display:table;margin:0;padding:20px 25px;width:33.333%;}
.boxes--horizontal .boxes__listItem:before {content: '';position: absolute;top: 0;left: -1000px;left: -100vw;right: -1000px;right: -100vw;background: rgba(90, 91, 94, 0.5);height: 1px;}
.boxes--horizontal .boxes__listItem:hover{background-color: inherit;}
.boxes--horizontal .boxes__listItem img{max-height:110px;max-width:100%;min-width:70px;}
.boxes--horizontal .boxes__listItemTitle{font-size:14px;line-height:1.5em;color:#595b5d;text-align:left;display:table-cell;vertical-align:middle;padding-left:20px;}
.boxes--horizontal .boxes__listItemImage{display:table-cell;vertical-align: middle;}
.boxes--horizontal .boxes__listItemTitleMain{font-size: 18px;}
.boxes--horizontal .boxes__listItemTitleSmall{font-size:12px;line-height:1.1;font-weight:100;margin-top:8px;}
.boxes ._knowMoreLink{display:inline-block;margin-top:30px;}
.topImageInner .boxes .boxes__listItem:before{content:none;}
.topImageInner .boxes .boxes__list{border:0;}
.topImageInner .boxes{margin:40px -25px 0px;margin-left:-25px;margin-right:-25px;border-top: 1px dashed #cecece;padding-top: 20px;}
.boxes--3cols .boxes__listItem{width:33.33%;}
.boxes--5cols .boxes__listItem{width:20%;}

.childrenList{
    background-position: bottom -320px center;
    background-size: cover;
    background-repeat: no-repeat;
}
.childrenList--bigPad{
    padding: 110px 15px 280px;
}
.childrenList__group{margin:0;width:100%;}
.childrenList__group+.childrenList__group{margin-top:40px;}
.childrenList__group--onlyOne{width:33.33%;width:calc(100% / 3);margin:0;    padding: 0 15px;    justify-content: space-between;
flex-direction: column;
display: flex;}
.childrenList__group--onlyOne .featuredBoxes >*{width:100%;}
.childrenList__group--onlyOne>.titles2{}


/* Empresa */


#content-fullpage .contactSection fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    grid-column-gap: 16px;
    grid-row-gap: 21px;
    max-width: 678px;
}

#content-fullpage .leadform__container {
    margin: 55px 0;
}

#content-fullpage .leadform__title {
    text-align: left;
    max-width: 678px;
    margin-bottom: 41px;
}

#content-fullpage .leadform__field label {
    font-weight: bold;
    padding-bottom: 8px;
    display: flex;
    text-transform: uppercase;
}

#content-fullpage .leadform__field input,
#content-fullpage .leadform__field textarea {
    margin: 0;
    background-color: #efefef;
}

#content-fullpage .leadform__field input::placeholder,
#content-fullpage .leadform__field textarea::placeholder{
    opacity: 1;
}

#content-fullpage fieldset .leadform__field:nth-of-type(2) {
    grid-column-start: 2;
}

#content-fullpage fieldset .leadform__field:nth-of-type(3) {
    grid-column-start: 1;
}

#content-fullpage fieldset .leadform__field:nth-of-type(5){
    grid-row: span 2;
}


/* Checkout Page */

.userFormGuest.active {
    max-height: 3000px;
    overflow: hidden;
    transition: 1s;
}

.userFormGuest fieldset>.fields {
    display: grid;
    grid-template-columns: [start] 0.5fr [line2] 0.5fr [end];
    grid-column-gap: 10px;
}

.userForm__field {
    margin-top: 20px;
    font-size: 15px;
}


.userFormGuest__billing {
    display: none;
}

.userForm__field--hide {
    opacity: .3;
    pointer-events: none;
}

.userForm__field select, .userForm__field input {
    border: 1px solid #f4f4f4; 
    background-color: #f4f4f4;
    color: #777777;
}

.fn-user-logout {
    cursor: pointer;
}

.help-block.form-error {
    color: #f53541;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.colorVFT {
    color: #4E83BF;
}


.checkout .checkbox:not(.checkbox--square) .checkbox__checkmark:before, 
.checkout .checkbox__checkmark--bullet:before {
    content: '';
    border-radius: 50%;
    background: #4E83BF;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}

.checkout .checkbox:not(.checkbox--square) input:checked ~ span .checkbox__checkmark:before, 
.checkout .checkbox input:checked ~ span .checkbox__checkmark--bullet:before,
.checkout .checkbox input:checked ~ span .checkbox__checkmark svg {
    opacity: 1;
}
.checkout .checkbox input:checked ~ span .checkbox__checkmark svg {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}




/* Create a custom checkbox */

.checkout .checkbox__checkmark {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    cursor: pointer;
    transition: 0.2s all;
    margin-right: 5px;
    max-width: none;
}
.checkout .checkbox--square .checkbox__checkmark{
    border-radius: 0;
}
.checkout .checkbox__checkmark svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #424050;
    width: 70%;
    height: 70%;
    transition: 0.2s all;
}
#checkbox__textLink{
    text-decoration: underline;
}
.checkout .checkbox__label{
    cursor: pointer;
    display: table;
}
.checkout .checkbox__label > *{
    display: table-cell;
}

/* Show/hide the checkmark when checked */
.checkout .checkbox__checkmark svg{
    fill: #4E83BF;
}
.checkout .checkbox:not(.checkbox--square) .checkbox__checkmark svg,
.checkout .checkbox__checkmark[class*='checkbox__checkmark--'] svg{
    display: none;
}
.checkout .checkbox input:not(:checked) ~ span .checkbox__checkmark svg {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.checkout .checkbox input:checked ~ span .checkbox__checkmark svg {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.checkout .checkbox:not(.checkbox--square) .checkbox__checkmark:before,
.checkout .checkbox__checkmark--bullet:before{
    content: '';
    border-radius: 50%;
    background: #4E83BF;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}
.checkout .checkbox:not(.checkbox--square) input:not(:checked) ~ span .checkbox__checkmark:before,
.checkout .checkbox input:not(:checked) ~ span .checkbox__checkmark--bullet:before {
    opacity: 0;
}
.checkout .checkbox:not(.checkbox--square) input:checked ~ span .checkbox__checkmark:before,
.checkout .checkbox input:checked ~ span .checkbox__checkmark--bullet:before {
    opacity: 1;
}

.checkout .checkbox__legal, .checkbox__hidden {
    position: absolute;
    left: -999999px;
    opacity: 0;
    -webkit-appearance: checkbox;
}

.checkout .userForm__fieldset--separator:not(:first-of-type) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d1d1d1;
} 

.select--bold {
    border: 1px solid #777777;
    background-color: #f4f4f4;
    color: #333333;
    font-weight: bold;
}

.userForm__field {
    display: block;
}

.userForm__field--company {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
}

.checkout input::placeholder {
    color: transparent;
}

.userForm__radios {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-top: 24px;
    -webkit-box-pack: ----(justify);
    -moz-box-pack: ----(justify);
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.userForm__radios--left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 5px;
}

.userForm__radios--left > div {
    margin-right: 15px;
}

.userForm__field--fullwidth {
    grid-column-start: start;
    grid-column-end: end;
}

.fn-ec-billing:not(.fn-ec-billing--company) .userForm__field--company {
    display: none;
}

.checkout .checkoutSteps__subtitle a {
    color: #4E83BF!important;
    text-decoration: underline;
}

.checkoutSteps__step a {
    text-decoration: none;
}

.checkout .checkoutSteps__step--completed svg, .checkout .checkoutSteps__step--current svg {
    fill: #4E83BF;
}

.checkout .chosen-container > a, .checkout select {
    font-family: inherit;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 70px 15px 15px;
    height: 50px;
    color: #777777;
    background: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url(/templates/images/arrows/arrow-down-grey.png)!important;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none!important;
    line-height: initial;
}

/* 404 */

.notfound .topImage__container {
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    position: relative;
} 
.notfound .topImage{
    height: 600px;
}
/*
==========================================================================
06. Modules
==========================================================================
*/

/*--------- topImage ---------*/
.topImage {
    position: relative;
    min-height: 350px;
    height: 50vh;
    background-size: 100% auto;
}
.topImage__image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}
.topImage__image:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
}
#content-artist .topImage__image:before{
	display: none;
}
.topImage .title {
    font-size: 50px;
    text-transform: uppercase;
    padding: 0 15px;
}

.topImage--large {
    min-height: 785px;
    height: 785px;
}
.topImage--full {
    min-height: 700px;
    height: 100vh;
}

.topImage--overlay:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background:rgba(0, 0, 0, 0.2);
}
.topImage--overlay > *:not(.topImage__image){
    position: relative;
    z-index: 1;
}
.topImageContainer {
    position: relative;
}

.topImagePager {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px 0;
    transform: translateX(-50%);
    z-index: 112;

    display: flex;
    gap: 18px;
}

.topImagePager span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all .3s ease;
}

.topImagePager .cycle-pager-active {
    background: #fff;
    transform: scale(1.5);
}

/*--------- header ---------*/
.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    background-color: #ffffff;
    transition: .4s all;
    min-width: 1000px;
}
#content-home.scrolled .header{
    padding-top: 0;
}
.header.header--transparent {
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 125%);
    color: #ffffff;
    width: 100%;
    min-width: 1000px;
    border-bottom: none;
}
.scrolled .header.header--transparent{
    background: white;
    color: black;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    padding: 0;
}
.header.header--transparent .header__logo{
    filter: brightness(0) invert(10);
}
.scrolled .header.header--transparent .header__logo{
    filter: none;
}
.header_logoScrolled{
    display: none;
}
.scrolled .header_logoScrolled{
    display: block;
}
.scrolled .header_logoFixed{
    display: none;
}
.header__menu {
    opacity: 1;
    transition: 0.2s all;
    font-size: 14px;
}

.header.header--transparent .headerSearch svg path,
.header.header--transparent .headerCart svg path,
.header.header--transparent .topBar__user svg path {
    fill: white;
}

.homepage .userToolbar__text {
    color: white !important;
}
.topPromos{
    position: relative;
    width: 100%;
    filter: blur(1);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    z-index: 999;
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.header.header--transparent .topPromos{
  background: rgba(0, 0, 0, 0.4);  
}
.scrolled .header.header--transparent .topPromos{
     background: rgba(0, 0, 0, 0.9);
}
.topPromos__item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.topPromos__item .topPromos__text{
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}
.topPromos__link{
    text-align: center;
    width: max-content;
    max-width: 600px;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 2px;
}
.topPromos__link:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background: white;
    transition: .4s;
}
.topPromos__link:hover:after{
    width: 100%;

}
.topPromos__nav{
    width: 100px;
    z-index: 99;
    width: 100px;
    position: absolute;
    z-index: 100;
    transform: translateY(-50%);
    top: 50%;
}
.topPromos__prev{
    left: calc(20% - 50px);

}
.topPromos__next{
    right: calc(20% - 50px);

}
.topBar__user,
.userToolbar__text {
    color: #333333 !important;
    cursor: pointer;
}




.header__container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    width: 200px;
    transition: .4s;

}
.icon_header svg{
    width: 16px;
    height: auto;
    transition: .4s;
}
.icon_header div{
    cursor: pointer;
}
.header.header--transparent .icon_header svg,
.header.header--transparent .icon_header svg path{
    fill: white;
}
 .scrolled .header.header--transparent .icon_header svg,
 .scrolled .header.header--transparent .icon_header svg path,
 .scrolled .header.header--transparent .headerSearch svg path{
    fill: black;
}

.header__contactLink{
    display: inline-flex;
    -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
    align-items:center;
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.header__contactLink.phone{
    font-weight: bold;
}
.header__navListItem{
    position: relative;
}
.header__navListItem:hover .languages{
    opacity:1;
    display:block;
}
.languages{
    display:none;
    position:absolute;
    top:100%;
    z-index: 1;
    text-align:left;
    box-shadow:0 4px 5px rgba(0, 0, 0, 0.2);
    opacity:0;
    left: 50%;
    transform: translateX(-50%);
}
.languages li{
    background-color: white;
    transition: 0.2s all;
    position: relative;
    padding: 10px 15px;
}
.languages li a{
    position: relative;
}
.languages li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background: var(--grey);
    transition: .4s;
}
.languages li:hover a:before{
    width: 100%
}
.languages li a{
    color: black;
    display:block;
    
    white-space:nowrap;
    text-transform: uppercase;
}
.languages li.active {
    display: none;
}
.header .nav ul {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    text-transform: uppercase;
}
.header .nav ul li:not(:last-child){
    margin-right: 30px;
}
.header .nav ul li{
    position: relative;
}
.header .nav ul li a {
    display: block;
    position: relative;
    padding-bottom: 2px;
}

.header .nav ul li a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background: black;
    transition: .4s;
}
.header .nav ul li:hover a:after{
    width: 100%;
}
.header .nav ul li ul li a:after{
    display: none;
}
.header .nav ul > li > ul{
    display: none;
    width: auto;
    background: white;
    position: absolute;
    left: 0;
    min-width: 100%;
    flex-direction: column;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
    margin-top: 10px;
    
}

.header .nav ul > li > ul:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
}
.header .nav ul > li > ul > li{
    display: block;
    width: 100%;
    margin: 0!important;
    text-align: left;
    padding: 10px 20px;
}
.header .nav ul > li > ul > li a{
    color: var(--grey);
    width: max-content;
    color: #212529;
    text-transform: initial;
    
}
.header .nav ul > li > ul > li a:after{
    /*display: none;*/
}
.header .nav ul > li > ul > li a:hover{
    /*color: white;*/
}
.header .nav ul > li:hover ul{
    display: flex;
}
.header.header--transparent .nav ul li a:after{
    background: white;
}
.header.header--transparent .nav ul li ul li a:after{
    background: black;
}
.scrolled .header.header--transparent .nav ul li a:after{
    background: black;
}
.header .nav ul li ul li a:hover{
   opacity: .6
}
.header .nav ul li a:hover {
    border-color: #000000;
}
.header--transparent .nav ul li a:hover {
    border-color: #ffffff;
}

.ecommerce-icons {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-box-pack:flex-end;-moz-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;
    justify-content:flex-end;
    align-items: center;
    width: 200px;
}
.ecommerce-icons > *:not(:last-child){
    margin-right: 15px;
}

.headerSearch,
.headerCart,
.headerUser {
    width: 16px;
}

.headerSerach__wrapper {
    /* max-width: 1600px; */
    margin: 0 auto;
}

.headerSearch__container {
    /* max-width: 1600px; */
    margin-left: auto;
    width: 320px;
}

.headerSearch svg path,
.headerCart svg path,
.topBar__user svg path {
    fill: black;
    transition: 0.2s all;
}

.headerCart.filled{
    width: 30px;
    text-align: left;
}
.headerCart.filled svg{
    width: 20px;
}

.headerSearch:hover svg path,
.headerCart:hover svg path,
.topBar__user:hover svg path{
    /*fill: #CEC9C6;*/
}

.headerSearch__Form {
    width: 100%;
    height: auto;
    margin-right: 15px;
    overflow: hidden;
}

.headerSearch__wrapper {
    overflow: hidden;
    position: relative;
    right: 180px;
    z-index: 201;
    width: 100%;
    display: block;
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
}

/*:not(.homepage) .searchForm__field input{
    border: 1px solid #d4d4d4;
}*/

.headerSearch__container {
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease-out;
    overflow: hidden;
}
.header__search{

}
.headerSearch__Form.-active- .headerSearch__container{
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
}






.searchForm {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.searchForm__field {
    width: 100%;
}

.searchForm__field input {
    background-image: url('/templates/images/lupa_black.svg') !important;
    background-size: 20px;
    background-position: 20px 50%;
    background-repeat: no-repeat;
    padding-left: 60px;
    border-bottom: solid 1px var(--grey);
}
.searchForm__field input::placeholder{
	text-transform: inherit;
}
.searchForm__submit {
    display: none;
}
.searching-active .searchForm__results.active{
    position: absolute;
    width: 100%;
    left: 0;
    background: white;
    padding: 20px 30px;
}
.searchForm__results{
	padding-top: 20px;
	color: black;
    max-height: 0;
    transition: .4s;
    opacity: 0;
    pointer-events: all;
    z-index: 100;
}
.searchForm__results.active{
    max-height: 1000px;
    opacity: 1;
    pointer-events: all;
}
.searchForm__results li{
	/*margin-bottom: 5px;*/
}
.searchForm__results a{
	color: #7c7c7c!important;
    width: 100%;
    padding: 5px 10px;
    display: block;
}
.searchForm__results a:hover{
    background: var(--background-grey);
}
.searchForm__results a mark{
	color: black;
	background: none;
}
.searchForm__results a .searchForm__product{
    display: flex;
    align-items: center;
    gap: 10px;
}
.searchForm__productImage{
    width: 60px;
    height: 60px;
}
.searchForm__productImage img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.searchForm__columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 20px;
    margin: 0 auto;
    max-width: 1500px;
}

.searchForm__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.searchForm__title {
    margin-bottom: 10px;
    font-family: 'Heebo-Regular';
    padding: 0 10px;
}
.homepage .ecoommerce-icons__separator {
    height: 16px;
    border-right: 1px dotted white;
}

.ecoommerce-icons__separator {
    height: 16px;
    border-right: 1px dotted #CEC9C6;
}

.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s linear;
}

.hidden {
    display: none;
}




.header__search{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;

    visibility: hidden;
    pointer-events: none;
}

.header__search__overlay{
    position: fixed;
    inset: 0;

    background: rgba(0,0,0,.35);

    opacity: 0;
    transition: opacity .35s ease;

    z-index: 250;
}

.header__search__inner{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
    padding: 40px 20px;
    width: 100%;

    background: #fff;

    position: relative;
    z-index: 251;

    transform: translateY(-100%);
    opacity: 0;

    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        opacity .35s ease;
}

/* ESTADO ABIERTO */

.body--search .header__search{
    visibility: visible;
    pointer-events: auto;
}

.body--search .header__search__overlay{
    opacity: 1;
}

.body--search .header__search__inner{
    transform: translateY(0);
    opacity: 1;
}

/* ICONOS */

.headerClose{
    display: none;
    width: 20px;
    height: 20px;
    fill: #787878;
    flex-shrink: 0;
}

.homepage .headerClose{
    fill: #fff;
}

.body--search .headerClose{
    display: block;
    fill: #000;
}

.body--search .headerSearch{
    display: none;
}

@media (max-width: 1350px){
    .body--search .header__menu{
        opacity: 0;
        pointer-events: none;
    }
}
@media (max-width: 1180px){
    .header__menu {
        margin-left: 30px;
    }
    .header .nav ul li:not(:last-child){
        margin-right: 20px;
    }
}


/*--------- User form ---------*/
.userFormLogin {
    min-width: 350px;
}
.userForm {
    text-align: left;
    color: #777777;
    position: relative;
}

.userForm__title {
    font-size: 32px;
    color: #ffffff !important;
    margin-bottom: 40px;
    padding-top: 10px;
    font-weight: 800;
    text-align: center;
}

._container--max300px {
    max-width: 300px;
}

.btn--block {
    display: block;
}

#user-form-login-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.userFormLogin__create {
    color: white;
}

.userFormCreate .btn {
    max-height: 50px;
    margin: auto 0;
} 

.checkbox__legal, .checkbox__hidden {
    position: absolute;
    left: -999999px;
    opacity: 0;
    -webkit-appearance: checkbox;
}

.userForm .checkbox:not(.checkbox--square) .checkbox__checkmark {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    min-width: 20px;
    cursor: pointer;
    transition: 0.2s all;
    border-radius: 50%;
}

.userForm .checkbox:not(.checkbox--square) input:checked ~ span .checkbox__checkmark:before, .userForm .checkbox:not(.checkbox--square) input:checked ~ span .checkbox__checkmark:before, .checkbox input:checked ~ span .checkbox__checkmark--bullet:before {
    opacity: 1;
}
.userForm .checkbox:not(.checkbox--square) .checkbox__checkmark:before, 
.userForm .checkbox__checkmark--bullet:before {
    content: '';
    border-radius: 50%;
    background: #777777;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}

.userForm .checkbox:not(.checkbox--square) .checkbox__checkmark svg, 
.userForm .checkbox:not(.checkbox--square) .checkbox__checkmark[class*='checkbox__checkmark--'] svg {
    display: none;
}

.userToolbar {
    display: inline-block;
    position: relative;
    font-size: 13px;
}

.userToolbar svg {
    /* fill: #ffffff; */
    width: 16px;
    height: 16px;
}


.topBar__user svg {
    width: 20px;
    height: 20px;
}

.iconBoxes__icon,
.iconBoxes__content {
    float: left !important;
}

.iconBoxes__icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4E83BF;
    border-radius: 50%;
}

.iconBoxes__icon svg {
    fill: white;
}

.userForm select{
    font-family: inherit;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none!important;
    line-height: initial;
}

.userFormAddress {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/*--------- footer ---------*/

footer{
    padding-top: 70px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
#category-artist footer,
#category-news footer,
#content-home footer,
#content-contact footer,
#article footer{
	border: none;
}
._footer_content{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    gap: 20px;
    line-height: 1.2;
}
.footerMenu--title{
    margin-bottom: 15px;
    font-family: 'Heebo-Regular';
    text-transform: uppercase;
}
.appointmentCard__schedule,
.appointmentCard__address,
.appointmentCard__payments,
.appointmentCard__whatsapp{
    padding-bottom: 10px;
}
.appointmentCard__whatsapp a{
    display: flex;
    grid-gap: 5px;
    align-items: center;
} .appointmentCard__whatsapp a svg path{
    fill: var(--grey);
}
.appointmentCard__whatsapp ._btn:hover svg path{
    fill: white;
}
.appointmentCard__button{
    width: 100%!important;
}
.sib-form-block__button svg{
    width: 20px;
}
.sib-form-message-panel__text .sib-icon{
    fill: red;
}
.sib-form-message-panel--active{
    background: #ffcbcb;
    margin-top: 10px!important;
}
.sib-form-block__button-with-loader{
    width: 100%;
    border: solid 1px var(--grey) !important;
    margin-top: 10px;
    padding: 18px 30px!important;
    line-height: 1!important;
    min-height: 58px!important;

}
.sib-form-message-panel--active{
    padding: 0!important;
    border: none!important;
    color: var(--grey)!important;
    background: transparent!important;
}
.entry__error{
    color: red;
}
.sib-form-block,
#sib-container{
    padding: 0!important;
}
.sib-text-form-block{
    padding-bottom: 10px!important;
}
.sib-form-message-panel__text{
    justify-content: center;
}
.newsletterForm{
    width: 350px;
}
.footer_content_visit{
    width: 350px;
}
.entry__field .input{
    width: 100%;
}
.footer__top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    padding-top: 75px;
    overflow: hidden;
}


.footerList:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 3;
}

.footerList:nth-child(1),
.footerList:nth-child(5),
.footerList:nth-child(6),
.footerList:nth-child(7) {
    border-bottom: none; 
}

.footerCol {
    max-width: 288px;
    padding: 0 15px;
}

.footerList{
    padding-bottom: 40px;
    margin-bottom: 45px;
    border-bottom: 1px solid #C4C4C4;
}

.footerList__title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footerList ul li {
    color: white;
    margin-bottom: 5px;
}

.footerList ul li a:hover {
    text-decoration: underline;
}


.sidebar-cat-link span {
    display: none;
}

.footerMenu {
    display: flex;
}

.footerMenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.footerMenu ul{
    display: flex;
    flex-direction: column;
}
.footerMenu ul li{
    margin-bottom: 5px;
}
.footerMenu ul li a:hover {
    text-decoration: underline;
}

.footerMenu ul li a::first-letter {
    text-transform: uppercase !important;
}

.footer__middle {
    margin-top: -60px;
}

.footer__logo {
    transform: translateY(50%);
    padding: 0 40px;
    background: #101010;
    display: flex;
    margin: 0 auto;
    width: 239px;
}

.footer__bottom {
    padding: 50px 0 75px;
}

.postFooter {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.postFooter__item:not(:last-child){
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid var(--grey);
}

.rrss{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    gap: 10px;
}
.rrss a img{
    transition: .4s;
}
.rrss a:hover img{
    transform: scale(1.1);
}
/* Breadcrumbs */
.product-page .breadcrumbs ul{
	display: flex;
	align-items: center;
}
.breadcrumbsBox{
    font-size: 16px;
    position: absolute;
    top: 0;
    padding: 0;
    left: 0;
    right: 0;
}
.breadcrumbsBox--user{
    position: static;
    padding-left: 15px;
}
.breadcrumbsBox ul{
    display: inline-block;
}
.breadcrumbsBox ul li {
    display: inline-block;
}
/* .breadcrumbsBox ul li:first-child {
    display: none;
} */
.breadcrumbsBox ul li a {
    color: inherit;
}
.breadcrumbsBox ul li a:hover {
    color: #456f9e;
}
.breadcrumbsBox ul li:after {
    content: ">";
    color: #4E83BF;
    font-size: 1.1em;
    padding: 0 10px;
}
.breadcrumbsBox ul li:last-child:after {
    display: none;
}
.breadcrumbsBox ul li:not(:last-child) {
    color: #999999;
}
.breadcrumbsBox ul li:last-child {
    font-weight: 800;
}
.breadcrumbs{
    padding-bottom: 0px;
}
ul.breadcrumbs li {
    display: inline;
    margin-right: 5px;
    color: var(--grey);
}
ul.breadcrumbs li a{
    transition: .4s;
    font-size: 16px;
}
ul.breadcrumbs li a:hover{
    opacity: 1;
    text-decoration: underline;
}
.breadcrumbs li:not(:last-child):after {
    content: "/";
    margin-left: 3px;
    padding-right: 3px;
    color: var(--grey);
}

/*
==========================================================================
07. Cookies
==========================================================================
*/

.CookiePolicyWrapper {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 100;
    width: 320px;
    padding: 15px;
    background-color: #f9f9f9;
    color: #333333;
    border-bottom: 1px solid #ccc;
    font-size: 0.95em;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px #d8d8d8;
    transition: 0.5s all;
}
.CookiePolicyWrapper.close{
    transition: all 0.4s linear;
}

a#CookiePolicyAccept {
    font-weight: bold;
    outline: none;
    background-color: #2c2c2c;
    color: #ffffff;
    display: block;
    padding: 8px 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
    text-decoration: none !important;
    transition: 0.2s all;
}
a#CookiePolicyAccept:hover{
    background-color: #191919;
}
a.cookie-link{
    color: #2d71f0;
    text-decoration: underline;
}


/*
==========================================================================
08. Popup
==========================================================================
*/
.leadformPopup .popupCustom{
    width: 400px;
    background: white;
    max-width: 100%;
    padding:  40px 30px 30px;
}
.leadformPopup .popupCustom__close{
    right: 30px;
    top: 15px;
}
.popupCustomOverlay{
    display:none;
    position: fixed;
    z-index:2000;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.popupCustom{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.2);
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,.2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index:2001;
    padding: 40px 30px 30px;
    background-color: #ffffff;
    border-radius: 3px;
    max-width: 90%;
    max-height: 90%;
}
.popupCustom.popupCustom--open{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:flex !important;
}
.popupCustom__close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0px;
    line-height: 0;
    cursor: pointer;
    height:15px;
    width:15px;
}
.popupCustom__close{
    width: 20px;
}
.popupCustom__container{
    overflow: auto;
    padding-right: 20px;
}
.popupCustom__title{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

._modal--popup ._modal__container {
    height: auto;
    max-height: none;
    border-radius: 3px;
    background: #ffffff;
    padding: 35px;
    box-shadow: 0px 0px 15px -5px #333;
    -webkit-box-shadow: 0px 0px 15px -5px #333;
    -moz-box-shadow: 0px 0px 15px -5px #333;
}
