@font-face {
    font-family: 'DINPro-CondBlack';
    src: url('../fonts/subset-DINPro-CondBlack.woff2') format('woff2'),
    url('../fonts/subset-DINPro-CondBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/subset-DINPro-CondensedMedium.woff2') format('woff2'),
    url('../fonts/subset-DINPro-CondensedMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url('../fonts/subset-DINPro-Bold.woff2') format('woff2'),
    url('../fonts/subset-DINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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










.product-header-image {
    display: block;
    width: 100%;
    height: 42.291666666666664VW;
}

.csr-header-image {
    display: block;
    width: 100%;
    height: 21.489583333333332VW;
}

.product-header-image img,
.csr-header-image img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.product-gallery-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-left: -0.9rem;
    margin-right: -0.9rem;
}

.product-gallery-flex.row-direction {
    flex-wrap: wrap;
    flex-direction: row;
}

.product-gallery-left,
.product-gallery-right {
    width: 50%;
    padding: 0 0.9rem;
}

.product-gallery-inner-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.9rem;
    margin-right: -0.9rem;
    align-items: center;
}

.my-img-small {
    width: 70% !important;
    display: block;
    margin: 0 auto;
}

.my-img {
    text-align: center;
}
.my-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.my-img a {
    color: #87CEFA;
    text-decoration: underline;
}

.my-prod-btn a {
    color: #87CEFA;
    text-decoration: underline;
}

.fancy-product-holder .product-gallery-inner-flex {
    margin-left: 0;
    margin-right: 0;
}

.product-gallery-element {
    width: 50%;
    padding: 0 0.9rem;
    margin-bottom: 1.8rem;
}

.product-gallery-element-img {
    display: block;
    width: 100%;
    height: 13vw;
    gap: 1rem;
}

.product-gallery-featured {
    position: relative;
    display: block;
    width: 100%;
    height: calc(21vw + 1.8rem);
}

.product-gallery-featured img,
.product-gallery-element-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.product-gallery-featured img {
    object-fit: contain;
    object-position: left bottom;
}

.fancy-product-holder {
    margin-top: 1.6rem;
}

.calc-inner-flex input[type='text'] {
    display: block;
    width: calc(100% - 0.8rem);
    color: #000000;
    border: 2px solid #707070;
    padding: 8px 14px 8px 8px;
    font-size: 1.05rem;
    line-height: 1.05rem;
    font-weight: bold;
    background: transparent;
    outline: none;
}

.calc-inner-flex input[type='text']::placeholder {
    color: #000000;
}

.calculate-inner-btn,
.recalculate-inner-btn {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: bold;
    background: #000000;
    outline: none;
    border: 2px solid #000000;
    outline: none !important;
    color: #ffffff;
    text-decoration: none !important;
    cursor: pointer;
}

.necesar {
    opacity: 0;
    visibility: hidden;
}

.calc-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

.calc-flex-left {
    width: 45%;
    padding: 0 0.6rem;
}

.calc-flex-right {
    width: 50%;
    padding: 0 0.6rem;
}

.calc-inner-flex {
    position: relative;
    display: flex;
    flex-direction: column;
}

.calc-inner-flex a.tinvwl_add_to_wishlist_button {
    position: absolute !important;
    top: 3.558vw;
    right: -4.268vw;
    margin-top: 0 !important;
}

.calculate-btn-hold.flexbtn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
}

.calculate-inner-left,
.calculate-inner-right {
    width: 50%;
    padding: 0 0.4rem;
}

.calculate-btn-hold {
    display: block;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    width: 100%;
    text-align: center;
}

.destination-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1rem -0.6rem;
}

.destination-element {
    display: block;
    width: 9%;
    padding: 0 0.6rem;
    margin-bottom: 1.2rem;
}

.destination-element-img {
    display: block;
    width: 100%;
    height: 4.234vw;
}

.destination-element-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center center;
}

.destination-element p {
    margin-top: 0.4rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
}

.full-width-gallery {
    display: block;
    width: 100%;
    height: 22.234vw;
    margin-bottom: 1.2rem;
}

.list-gallery-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

.list-gallery-element {
    width: 25%;
    padding: 0 0.6rem;
    margin-bottom: 1.2rem;
}

.collection-carousel .list-gallery-element {
    width: 100%;
    cursor: pointer;
}

.list-gallery-element.force-50 {
    width: 50%;
}

.product-header-image-tiles {
    display: block;
    width: 100%;
    height: 12.234vw;
}

.list-gallery-element.force-50 .product-header-image-tiles {
    height: 20.234vw;
}

.full-width-gallery img,
.product-header-image-tiles img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.filtre-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

.filtre-element {
    padding: 0 0.6rem;
    flex: 0.5 1 auto;
    display: list-item;
    list-style: none;
}

.filtre-input {
    position: relative;
    display: block;
    width: 100%;
}

.filtre-input input,
.filtre-input select {
    outline: none;
    display: block;
    width: 100%;
    padding: 0px 0 6px 0;
    border-bottom: 3px solid #000000;
    font-size: 1.24rem;
    line-height: 1.24rem;
    background: transparent;
    color: #000000;
}

.filtre-input input::placeholder,
.filtre-input select::placeholder {
    color: #000000;
    text-transform: none;
}

.products-list-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    margin-top: 1.8rem;
}

.products-list-element {
    display: block;
    width: 33.333%;
    padding: 0 0.6rem;
    margin-bottom: 1.2rem;
}

.products-list-item {
    position: relative;
    display: block;
    width: 100%;
}

.products-list-item-img {
    display: block;
    width: 100%;
    height: 13.44234vw;
    text-decoration: none;
    color: inherit;
}

.products-list-item-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center center;
}

.products-list-item-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    padding: 0.8rem 0;
}

.products-list-item-content-left {
    width: 45%;
    padding: 0 0.4rem;
}

.products-list-item-content-left h2 {
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.1rem;
}

.products-list-item-content-left h2 a {
    color: inherit;
    text-decoration: none;
}

.products-list-item-content-right {
    width: 55%;
    padding: 0 0.4rem;
    text-align: right;
}

.products-list-item-content-right ul {
    font-size: 0;
    line-height: 0;
}

.products-list-item-content-right ul li {
    display: inline-block;
    margin-right: 1.4rem;
    font-size: 1rem;
    line-height: 1rem;
}

.products-list-item-content-right ul li:last-of-type {
    margin-right: 0;
}

.products-list-item-content-right ul li a {
    display: inline-block;
    vertical-align: top;
    color: inherit;
    text-decoration: none;
    text-align: center;
    width: 1.23vw;
}

.products-list-item-content-right ul li a img {
    display: block;
    width: 100%;
}

.products-list-item-content-right ul li:nth-child(1) a {
    width: 2.2vw;
}

.products-list-item-content-right ul li:nth-child(2) a {
    width: 2.2vw;
}

.products-list-item-content-right ul li:nth-child(3) a {
    width: 1.23vw;
}

.products-list-item-content-right ul li:nth-child(4) a {
    width: 1.23vw;
}

h2.ideas {
    color: var(--e-global-color-76cee46c);
    font-family: "Roboto", Sans-serif;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 1.2rem;
    margin-top: 2rem;
}

h2.ideas.force-center {
    text-align: center;
}

.perfect-alternate {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 26.23424vw;
    width: 100%;
}

.perfect-alternate-img {
    display: block;
    width: 50%;
    height: 100%;
}

.perfect-alternate-img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.perfect-alternate-content {
    width: 50%;
    padding: 0 2.6rem;
    text-align: center;
}

.perfect-alternate-content p {}

.product-attributes {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

.attribute-element {
    width: 50%;
    padding: 0 0.6rem;
}

.attribute-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    border-bottom: 2px solid black;
}

.attribute-box.top-margin2 {
    border-top: 2px solid #000;
    padding-top: 0.8rem;
}

.attribute-box p {
    text-align: center;
    width: 50%;
}

.attribute-box p:first-of-type {
    text-align: left;
    font-weight: bold;
}

.secondary-collections-flex {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

.secondary-collections-flex.align-vertical {
    justify-content: center;
}

.secondary-collections-flex.col-list {
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.secondary-collections-element {
    display: block;
    width: 50%;
    padding: 0 0.6rem;
}

.homeCol .secondary-collections-element {
    width: 33.33%;
}

.home-cate-list .secondary-collections-element {
    display: block;
    width: 16.666%;
    padding: 0 0.6rem;
}

.section-colectii-1-content .secondary-collections-element {
    display: block;
    width: 33.33%;
    padding: 0 0.6rem;
}

.section-colectii-1-content.facelifted .secondary-collections-element {
    width: 16.6666%;
}

.secondary-collections-flex.col-list {
    margin-bottom: 0.234vw;
}

.secondary-collections-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
}

.secondary-collections-box.blog-box {
    height: auto;
}

.secondary-collections-image {
    position: relative;
    display: block;
    width: 11.234vw;
    height: 11.234vw;
    border-radius: 200px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 3px 3px 10px grey;
}

.secondary-collections-box img,
.secondary-collections-image img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.secondary-collections-box {
    position: relative;
    display: block;
    width: 100%;
    height: 16.234vw;
}

.secondary-collections-box.blog-box {
    height: auto;
}

.secondary-collections-image {
    position: relative;
    display: block;
    width: 100%;
    height: 16.234vw;
}

.secondary-collections-box img,
.secondary-collections-image img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.prod-cat-list-content a {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 80%;
    left: 0.9rem;
    padding: 0.6rem 2.2rem 0.6rem 2.2rem;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
    text-transform: none;
    outline: none;
    cursor: pointer;
}

.secondary-collections-box.btnhref a:last-of-type {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 80%;
    left: 0.9rem;
    padding: 0.6rem 2.2rem 0.6rem 2.2rem;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
    text-transform: none;
    outline: none;
    cursor: pointer;
}

.hold-btn {
    display: block;
    text-align: right;
}

.hold-btn a {
    display: inline-block;
    color: #000;
    border: 2px solid #000;
    outline: none;
    text-align: center;
    padding: 1rem 3.2rem 1rem 3.2rem;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.hold-btn.pull-left-btn {
    text-align: left;
}

.hold-btn.pull-left-btn a {
    margin-right: auto;
}

.secondary-collections-content {
    padding: 1.4rem 0;
    min-height: 6.234vw;
    text-align: left;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.secondary-collections-content a {
    display: inline-block;
    position: relative;
    z-index: 10;
    top: auto;
    left: auto;
    padding: 0.6rem 2.2rem 0.6rem 2.2rem;
    font-weight: bold;
    color: #000;
    /* border: 2px solid #000; */
    text-decoration: none;
    text-transform: none;
    outline: none;
    cursor: pointer;
}

.site-pagination {
    margin: 0 auto;
}

.site-pagination a,
.site-pagination span {
    display: inline-block;
    margin-right: 0.8rem;
}

.site-pagination a:last-of-type {
    margin-right: 0;
}

.site-pagination a.prev.page-numbers,
.site-pagination a.next.page-numbers {
    font-weight: bold;
}

.page-numbers.current {
    font-weight: bold;
    margin-right: 0.6rem;
}

.prod-cat-list-content {
    position: absolute;
    width: 55%;
    z-index: 10;
}

/* .small-column .prod-cat-list-content{
    width: 80%;
} */
/* .secondary-collections-box .prod-cat-list-content a, .secondary-collections-box .prod-cat-list-content h4{
    display: inline-block;
    width: 100%;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    left: auto;
    top: auto;
    border: none;
    padding: 0.6rem 2.2rem 0.6rem 0rem;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 0.8rem;
    text-shadow: 0px 0px 10px black !important;
} */

.prod-cat-list-content p {
    color: #ffffff;
    text-shadow: 0px 0px 10px black !important;
}

.home-cate-list h2,
.home-colections-list h2 {
    font-size: 2.75rem;
    line-height: 4rem;
    margin-bottom: 2.5rem;
}

.home-colections-list h2 {
    margin-top: 2.5rem;
}

.text-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

.text-left {
    width: 40%;
    padding: 0.6rem;
}

.space-text {
    width: 10%;
}

.text-right {
    width: 50%;
    padding: 0.6rem;
}

.inner-separator {
    height: 2px;
    display: block;
    width: 100%;
    margin-top: 1.6rem;
    background: #707070;
}

.prev-cat {
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    text-align: left;
    color: #707070;
    cursor: pointer;
}

.prev-cat::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    left: -23px;
    width: 1.024vw;
    height: 1.024vw;
    background: url('/wp-content/uploads/2022/08/down-chevron.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.next-cat {
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    text-align: right;
    color: #707070;
    margin-left: auto;
    display: inherit;
    cursor: pointer;
}

.next-cat::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-45%) rotate(180deg);
    right: -23px;
    width: 1.024vw;
    height: 1.024vw;
    background: url('/wp-content/uploads/2022/08/down-chevron.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.holdimg {
    position: relative;
    display: block;
    width: 100%;
    height: 16.234vw;
}

.holdimg img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.product-badges {
    position: absolute;
    z-index: 2;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
}

.product-badges li {
    width: 4.324vw;
    margin-bottom: 1.23vw;
}

.product-badges li a {
    display: block;
    width: 100%;
}

.product-badges li:last-of-type {
    width: 4.9234vw;
}

.btn-holder {
    margin-top: 1.8rem;
}

.btn-holder a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.05rem;
    line-height: 1.05rem;
    font-weight: bold;
    background: #000000;
    outline: none;
    border: 2px solid #000000;
    outline: none !important;
    color: #ffffff;
    text-decoration: none !important;
    cursor: pointer;
}

.style-menu li {
    flex: 0.07 1 auto;
    position: relative;
    list-style: none;
    /* padding-right: 2rem; */
}

.style-menu li:last-of-type {
    padding-right: 0;
}

.style-menu li>a {
    position: relative;
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-align: left;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
}

.style-menu li>a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0%;
    background-color: #000;
    height: 2px;
    transition: 0.3s ease all;
}

.style-menu li:hover>a::after {
    width: 100%;
    transition: 0.3s ease all;
}

.style-menu li.current-menu-item>a::after {
    width: 100%;
    transition: 0.3s ease all;
}

.style-menu>li.menu-item-has-children .sub-menu {
    opacity: 0;
    visibility: hidden;
    padding-left: 0;
    font-size: 0;
    line-height: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    width: auto;
    left: -0.6rem;
    right: 0;
    padding-top: 10px;
    top: calc(100% + 1px);
    background: #ffffff;
    transition: 0.3s ease all;
}

.style-menu>li.menu-item-has-children .sub-menu li {
    color: #000000;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0.6rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.style-menu>li.menu-item-has-children .sub-menu li a {
    display: inline-block;
    width: auto;
}

.style-menu>li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease all;
}

.front-menu-style.style-menu>li.menu-item-has-children .sub-menu li {
    color: #ffffff;
}

.front-menu-style.style-menu>li.menu-item-has-children .sub-menu {
    background: #000;
    width: 170%;
}

.style-menu>li.menu-item-has-children .sub-menu {
    width: 170%;
}

.front-menu-style.style-menu li>a::after {
    background-color: #ffffff;
}

div.desktop-logo-padding-bottom {
    padding-bottom: 1.5rem;
}

.width-control-icons a {
    width: 1.20rem;
}

.width-control-icons a svg {
    display: block;
    width: 100%;
}

div.keep-control {
    z-index: 999999999999;
}

.top-margin-control {
    margin-top: 202px !important;
}

.color-page {
    background: #ffffff;
    padding-bottom: 20px;
}

body.single-product .control-wishlist .tinv-wishlist {
    margin-top: 0;
}

.align-middle-flex .elementor-container {
    align-items: center;
}

.fancy-product-holder {
    position: relative;
    width: 100%;
}

.fancy-product-holder .product-gallery-element {
    width: 100%;
    padding: 0 0;
    cursor: pointer;
}

.fancy-product-holder .product-gallery-element-img {
    height: 6vw;
}

.prod-nav {
    position: absolute;
    z-index: 10;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
}

.prod-nav.blognav {
    top: 50%;
}

.collection-carousel-holder .prod-nav {
    top: 60%;
}

.collection-carousel-holder .prod-right-nav {
    right: -15px;
}

.prod-right-nav {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 20px;
    cursor: pointer;
}

.prod-right-nav img,
.cols-right-nav img {
    display: block;
    width: 100%;
}

.prod-left-nav {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 20px;
    cursor: pointer;
}

.prod-left-nav img,
.cols-left-nav img {
    display: block;
    width: 100%;
    transform: scale(-1, 1);
}

.ofilters {
    font-weight: 699;
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding-left: 0.6rem;
}

.reset-filters {
    cursor: pointer;
    display: block;
    width: 100%;
    border: 2px solid black;
    background: #000;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
    padding: 0.6rem 0;
}

.reset-filters img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4rem;
    width: 0.9rem;
}

.ajax-pagination {
    text-align: center;
    position: relative;
}

.ajax-pagination a,
.ajax-pagination span {
    display: inline-block;
    margin-right: 0.6rem;
}

/* .ajax-pagination a:last-of-type, .ajax-pagination span:last-of-type{
    margin-right: 0;
} */
.ajax-pagination.inner-products-pagination a {
    display: inline-block;
    margin-right: 0.6rem;
}

.ajax-pagination.inner-products-pagination span {
    display: inline-block;
    margin-right: 0.6rem;
    font-weight: bold;
}

.override-pagination .selected-ajax {
    font-weight: bold;
}

.col-appender {
    position: relative;
}

.loader-overlay {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    width: 99%;
    height: 97%;
    margin: 0 auto;
    background: #80808033;
}

.loader-overlay-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 4.324vw;
}

.loader-overlay-img img {
    display: block;
    width: 100%;
}

.vis-hidd {
    opacity: 0;
    visibility: hidden;
}

.inner-products-relative {
    position: relative;
}

.secondary-collections-element.small-column {
    width: 33.33%;
}

.home-cate-list .secondary-collections-element.small-column {
    width: 16.666%;
}


/*  cf7 contact*/

#wpcf7-f34716-p30256-o1 .wpcf7-text {
    padding: 5px 25px;
}

#wpcf7-f34716-p30256-o1 .wpcf7-textarea {
    padding: 5px 25px;
    width: 100%;
    border-bottom: 2px solid #E0E0E0;
    height: 150px;
}

#wpcf7-f34716-p30256-o1 .wpcf7-textarea:focus {
    outline: 0;
    border-color: black;
}

#wpcf7-f34716-p30256-o1 ::placeholder {
    color: black !important;
}

#wpcf7-f34716-p30256-o1 .wpcf7-select {
    outline: 0 !important;
    border: 1px solid white;
    border-bottom: 2px solid #E0E0E0;
}


#wpcf7-f34716-p30256-o1 .wpcf7-select:focus {
    outline: 0 !important;
    border: 1px solid white;
    border-bottom: 2px solid black;
}

#wpcf7-f34716-p30256-o1 .wpcf7-text:focus {
    outline: 0;
    border-bottom: 2px solid black;
}

#wpcf7-f34716-p30256-o1 .wpcf7-list-item {
    margin: 0;
}


#wpcf7-f34716-p30256-o1 .wpcf7-submit,
#wpcf7-f43418-p37679-o1 .wpcf7-submit {
    background: black;
    color: white;
    font-weight: bold;
    font-size: 22px;
    border: 2px solid black;
    padding: 10px 72px !important;
    margin-top: 25px;
}


#wpcf7-f34716-p30256-o1 .wpcf7-submit:hover,
#wpcf7-f43418-p37679-o1 .wpcf7-submit:hover {
    border: 2px solid black;
    background: transparent !important;
    color: black;
}


#wpcf7-f34716-p30256-o1 .wpcf7-submit:active,
#wpcf7-f43418-p37679-o1 .wpcf7-submit:active {
    border: 2px solid black;
    background: transparent !important;
    color: black;
}

.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
}

.general-btn-holder {
    display: block;
    width: 100%;
    margin-bottom: 1.25rem;
}

.general-site-btn {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-decoration: none;
    outline: none;
    text-transform: none !important;
}

.white-btn-transparent {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
}

.black-btn-transparent {
    border: 2px solid #000000;
    color: #000000;
    background: transparent;
}

.white-btn {
    border: 2px solid #ffffff;
    color: #000000;
    background: #ffffff;
}

.black-btn {
    border: 2px solid #000000;
    color: #fff;
    background: #000000;
}

.red-solid-btn {
    border: 2px solid #C32329;
    color: #fff;
    background: #C32329;
}

.width-100 {
    width: 100%;
}

.width-25 {
    width: 25%;
}

.force-font-size {
    font-size: 1.25rem !important;
    line-height: 1.25rem !important;
}

.header-scroll {
    padding-bottom: 20px;
}

.pt-9.force-padding-ling {
    padding-top: 2.60rem;
}

.mobile-filter-hld {
    display: none;
}

.blog-slide-hold {
    position: relative;
    display: block;
    width: 100%;
}

.blog-element {
    display: block;
    width: 100%;
    height: 38.324vw;
}

.blog-element img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-position: center top;
}

.yearlogo {
    display: none;
    width: calc(100% + 4px);
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 0;
}

.yearlogo img {
    display: block;
    width: 100%;
}

.facelift-wishlist-buttons {
    margin-top: 2.342vw;
    text-align: center;
}

.custom-modal,
.custom-modal-block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: 99999999999999999;
}

.blockLink {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 12;
    background: #ff383857;
}

.custom-modal-holder {
    position: fixed;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
    background: #fff;
    padding: 4.24vw 3.24vw;
}

.send-wish-input-hold {
    position: relative;
    display: block;
    margin-bottom: 0.8vw;
}

.send-wish-input-hold label {
    display: block;
    width: 100%;
    color: var(--e-global-color-76cee46c);
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #010101;
}

.send-wish-input-hold label span input {
    margin-top: 0.4rem;
    border: 1px solid #707070 !important;
}

.send-wish-input-hold label span select {
    margin-top: 0.4rem;
    display: block;
    width: 100%;
    border: 1px solid #707070;
    margin-bottom: 0.8vw;
    padding: 8px 10px 8px 10px;
}

.send-wish-input-hold label span textarea {
    border: 1px solid #707070 !important;
    padding: 10px 10px 10px 10px;
    height: 50px !important;
    margin-top: 0.4rem;
    margin-bottom: 0;
}

.send-wish-input-hold.makesmall {
    margin-bottom: 0.2vw;
}

.send-wish-input-hold.makesmall label {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin-bottom: 0.6vw;
}

.close-modal {
    position: absolute;
    top: 5px;
    right: 10px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    pointer-events: all;
    cursor: pointer;
}

.custom-modal-holder h3 {
    margin: 0.6vw 0 0.6vw 0;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.custom-modal-holder.ambassadorError h3 {
    font-size: 18px;
    line-height: 26px;
}

form.send-wishlist {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.send-wish-input-hold {
    margin-bottom: 15px;
}

.spaced-top {
    margin-top: 202px;
}



.product_12060 .products-list-item-img img {
    width: 100%;
    /* height: 50% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 50%); */
}

.product_8020 .products-list-item-img img {
    width: 80%;
    height: 30% !important;
    object-fit: cover;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    top: calc(100% - 30%);
}

.product_6060 .products-list-item-img img {
    width: 50%;
    /* height: 50% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 50%); */
}

.product_6030 .products-list-item-img img {
    width: 50%;
    /* height: 30% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 30%); */
}

.product_6020 .products-list-item-img img {
    width: 50%;
    /* height: 20% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 20%); */
}

.product_6015 .products-list-item-img img {
    width: 50%;
    /* height: 15% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 15%); */
}

.product_5959 .products-list-item-img img {
    width: 49%;
    /* height: 49% !important; */
    object-fit: cover;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 49%); */
}

.product_4545 .products-list-item-img img {
    width: 35%;
    /* height: 45% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 45%); */
}

.product_3333 .products-list-item-img img {
    width: 33%;
    /* height: 33% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 33%); */
}

.product_3030 .products-list-item-img img {
    width: 25%;
    /* height: 30% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 30%); */
}

.product_3029 .products-list-item-img img {
    width: 27%;
    /* height: 29% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 29%); */
}

.product_9030 .products-list-item-img img {
    width: 90%;
    height: 50% !important;
    object-fit: cover;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    top: calc(100% - 50%);
}

.product_5025 .products-list-item-img img {
    width: 40%;
    /* height: 25% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 25%); */
}

#post-49506 .wp-block-embed iframe {
    max-width: initial !important;
    display: block;
    margin: 0 auto;
}

#post-49593 .wp-block-embed iframe {
    max-width: initial !important;
    display: block;
    margin: 0 auto;
}

.product_5020 .products-list-item-img img {
    width: 40%;
    /* height: 20% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 20%); */
}

.product_4126 .products-list-item-img img {
    width: 31%;
    /* height: 26% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 26%); */
}

.product_4121 .products-list-item-img img {
    width: 31%;
    /* height: 21% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 21%); */
}

.product_607 .products-list-item-img img {
    width: 60%;
    /* height: 7% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 7%); */
}

.product_605 .products-list-item-img img {
    width: 50%;
    /* height: 5% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 5%); */
}

.product_603 .products-list-item-img img {
    width: 50%;
    /* height: 3% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 3%); */
}

.product_505 .products-list-item-img img {
    width: 40%;
    /* height: 5% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 5%); */
}

.product_503 .products-list-item-img img {
    width: 40%;
    /* height: 3% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 3%); */
}

.product_416 .products-list-item-img img {
    width: 31%;
    /* height: 6% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 6%); */
}

.product_415 .products-list-item-img img {
    width: 31%;
    /* height: 5% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 5%); */
}

.product_413 .products-list-item-img img {
    width: 31%;
    /* height: 3% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 3%); */
}

.product_267 .products-list-item-img img {
    width: 26%;
    /* height: 7% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 7%); */
}

.product_266 .products-list-item-img img {
    width: 26%;
    /* height: 6% !important; */
    object-fit: contain;
    object-position: left bottom;
    margin-top: auto;
    position: relative;
    /* top: calc(100% - 6%); */
}

.matterport-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    margin-top: 202px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.FullScreen {
    display: none;
}

.flexed-bnr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.flexed-left {
    width: 70%;
    padding: 0 10px;
}

.flexed-right {
    width: 30%;
    padding: 0 10px;
}

.flexed-left.larger-flex {
    width: 60%;
}

.flexed-right.larger-flex {
    width: 40%;
}

.virtual-box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(188deg, rgba(240, 240, 240, 1) 0%, rgba(233, 233, 232, 1) 100%);
    text-align: center;
    padding: 1.78234vw 1.78234vw;
}

.virtual-box h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
}

.virtual-box-img {
    position: relative;
    width: 48%;
    height: 48%;
    margin: 1.324vw auto 0 auto;
}

.virtual-box-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.virtual-box-btn {
    display: block;
    text-align: center;
    margin-top: 1.324vw;
}

.virtual-box-btn a {
    display: inline-block;
    text-decoration: none;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 0.4234vw 0;
    pointer-events: all;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
}

.virtual-box-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    font-size: calc(16px + (62 - 16) * (100vw - 480px) / (1920 - 480));
    line-height: calc(16px + (62 - 16) * (100vw - 480px) / (1920 - 480));
    margin-top: 0;
    margin-left: -2.034vw;
    margin-top: -1vw;
}

header.text-white .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language {
    color: #ffffff;
}

header.text-white .wpml-ls-item-ro::after {
    color: #ffffff;
}

.override-map-select-position {
    position: relative;
}

.make-inline {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 35px;
}

.override-map-select-position input,
.override-map-select-position select {
    display: block;
    width: 100%;
    border-bottom: 1px solid #707070;
    outline: none;
    color: #000000;
    line-height: 1.15rem;
    font-size: 1.15rem;
}

.override-map-select-position input::placeholder {
    color: #000000;
}

.hidden-field {
    display: none;
}

.entry-content p {
    margin-bottom: 12px;
}

.entry-content p:last-of-type {
    margin-bottom: 0;
}

.search-h2 {
    font-size: 2.75rem;
    line-height: 4rem;
}

.make-object-fit-home {
    display: block;
    width: 100%;
    height: 56.25VW;
}

.make-object-fit-home video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.top-overlay {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 12.124vw;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2777485994397759) 35%, rgba(255, 255, 255, 0) 100%);
}

.right-overlay {
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    width: 16.234vw;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.2777485994397759) 35%, rgba(255, 255, 255, 0) 100%);
}

.index9 {
    z-index: 9;
}


.wpml-ls-legacy-list-horizontal a {
    padding: 0 0;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0 0 3px 0;
}

.wpml-ls-item-ro {
    position: relative;
    margin-right: 6px !important;
    padding-right: 6px !important;
}

.wpml-ls-item-ro::after {
    content: '/';
    color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    color: #AFAFAF;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language {
    color: #000000;
}


/*  cf7 newsletter*/
#wpcf7-f41493-p41298-o1 .wpcf7-text,
#wpcf7-f41473-p41296-o1 .wpcf7-text {
    padding: 5px 25px;
}

#wpcf7-f41493-p41298-o1 ::placeholder,
#wpcf7-f41473-p41296-o1::placeholder {
    color: black !important;
}

#wpcf7-f41493-p41298-o1 .wpcf7-text:focus,
#wpcf7-f41473-p41296-o1 .wpcf7-text:focus {
    outline: 0;
    border-bottom: 2px solid black;
}


#wpcf7-f41493-p41298-o1 .wpcf7-select,
#wpcf7-f41473-p41296-o1 .wpcf7-select {
    outline: 0 !important;
    border: 1px solid white;
    border-bottom: 2px solid #E0E0E0;
}


#wpcf7-f41493-p41298-o1 .wpcf7-select:focus,
#wpcf7-f41473-p41296-o1 .wpcf7-select:focus {
    outline: 0 !important;
    border: 1px solid white;
    border-bottom: 2px solid black;
}


#wpcf7-f41493-p41298-o1 .wpcf7-list-item,
#wpcf7-f41473-p41296-o1 .wpcf7-list-item {
    margin: 0;
}


#wpcf7-f41493-p41298-o1 .wpcf7-submit,
#wpcf7-f41473-p41296-o1 .wpcf7-submit {
    background: black;
    color: white;
    font-weight: bold;
    font-size: 22px;
    border: 2px solid black;
    padding: 10px 90px !important;
    margin-top: 25px;
}


#wpcf7-f41493-p41298-o1 .wpcf7-submit:hover,
#wpcf7-f41473-p41296-o1 .wpcf7-submit:hover {
    border: 2px solid black;
    background: transparent !important;
    color: black;
}


#wpcf7-f41493-p41298-o1 .wpcf7-submit:active,
#wpcf7-f41473-p41296-o1 .wpcf7-submit:active {
    border: 2px solid black;
    background: transparent !important;
    color: black;
}

.elementor-shortcode h1.product_title {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 34px;
    font-weight: 400;
}

.general-site-btn.wishlist-min-width-btn {
    min-width: 14rem;
    margin-bottom: 0;
}

div.wishlist-positioner {
    position: relative;
}

div.tinvwl_button_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    line-height: 36px;
    font-weight: 400;
    cursor: pointer;
}

.close-design {
    background: url('/wp-content/uploads/2022/11/x.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner {
    background-color: #F8F8F8;
    padding: 40px 10px;
}

.modal-enlarger {
    padding: 3.342vw 2.342vw;
    background: white;
    max-width: 25%;
    margin: 0 auto;
}

.general-site-btn.wishlist-min-width-btn {
    min-width: 19rem;
    margin-bottom: 0;
    font-size: 1.05rem;
    line-height: 1.05rem;
}

div.wishlist-positioner {
    position: relative;
}

div.tinvwl_button_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    line-height: 36px;
    font-weight: 400;
    cursor: pointer;
}

.close-design {
    background: url('/wp-content/uploads/2022/11/x.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
}

.close-modal.facelift-close {
    background: url('/wp-content/uploads/2022/11/x.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 20px;
    height: 20px;
    display: block;
    top: 2.024vw;
    right: 1.934vw;
    font-size: 60px;
    line-height: 60px;
}

.modal-enlarger {
    padding: 3.342vw 2.342vw;
    background: white;
    max-width: 25%;
    margin: 0 auto;
}

.send-wish-input-hold>label>span:first-of-type {
    color: red;
    display: inline-block;
    vertical-align: text-bottom;
}

.send-wish-input-hold label span textarea {
    color: #010101;
}

.send-wish-input-hold>label>span.your-message:first-of-type {
    width: 100%;
}

.send-wish-input-hold label span input[type='checkbox'] {
    margin-top: 0;
    width: 1.1rem;
    height: 1.1rem;
    position: relative;
    top: 0.3rem;
}

.discl-c {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}

.discl-c span {
    color: red;
}

.wishlist-menu-item a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.added-to-wishlist {
    position: fixed;
    bottom: 2%;
    right: 0;
    z-index: 99999;
    padding: 1.534vw 4.334vw 1.534vw 2.834vw;
    background: rgb(48, 48, 48);
    background: linear-gradient(105deg, rgba(48, 48, 48, 1) 10%, rgba(180, 180, 180, 1) 100%);
    /* width: 13.072916666666668VW;
    height: 6.09375VW; */
}

.added-to-wishlist-hold h2 {
    color: #ffffff;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    line-height: 1rem;
}

.added-to-wishlist-hold .general-site-btn {
    display: inline-block;
    padding: 0.7rem 1.8rem 0.75rem 1.8rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    text-decoration: none;
    outline: none;
    text-transform: none !important;
}





/**proclub register**/
.proclub-register h2 {
    font-size: 2.25rem;
    margin-bottom: 4.5rem;
    font-family: 'DINPro-Bold';
}

.proclub-register h3 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 1.5rem;

}

.proclub-register p {
    padding-top: 0.4rem;
}

.proclub-register p a {
    color: blue;
    text-decoration: underline;
}

.proclub-front-flex {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -0.938rem;
    margin-right: -0.938rem;
}

.proclub-left {
    width: 30%;
    padding: 0 0.938rem;
}

.proclub-right {
    width: 70%;
    padding: 0 0.938rem;
}

.proclub-full {
    width: 70%;
}

.um-right.um-half .um-button.um-alt {
    display: none;
}

.proclub-benefits {
    position: relative;
    display: block;
    width: 100%;
    min-height: 39rem;
    background: #000000;
    padding: 3.13rem 2.813rem;
}

.proclub-benefits h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2.49rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.proclub-benefits ul {
    margin-bottom: 2.49rem;
}

.proclub-benefits ul li svg {
    display: inline-block;
    margin-right: 0.8rem;
    vertical-align: middle;
}

.proclub-benefits ul li {
    color: #ffffff;
    margin-bottom: 0.8rem;
}

.proclub-benefits ul li:last-of-type {
    margin-bottom: 0;
}

.proclub-benefits a.rules {
    color: #ffffff;
    display: block;
    margin-bottom: 0.32rem;
    text-decoration: underline;
}

.proclub-benefits a.rules:last-of-type {
    margin-bottom: 0;
}

.proclub-left h2 {
    font-weight: 600;
    margin-bottom: 2.49rem;
}

.proclub-left h2 a {
    color: blue;
    text-decoration: underline;
}

.proclub-register-holder.no-margin-top {
    margin-top: 0;
}

.proclub-register-holder .um-col-1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.proclub-register-holder .um-field {
    width: 45%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.proclub-register-holder .um-field.um-field-type_radio {
    width: 100%;
}

.proclub-register-holder.login-hold .um-field {
    width: 100%;
}

.proclub-register-holder .um .um-field-label {
    color: #000000;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 0 4px 0;
}

.proclub-register-holder .um .um-form input[type='text'] {
    color: #000000;
    border: 1px solid #000000 !important;
    padding: 4px 8px !important;
    height: auto !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    min-height: 40px !important;
}

span.um-field-checkbox-option a {
    text-decoration: underline;
    transition: 0.3s ease all;
}

span.um-field-checkbox-option a:hover {
    color: #C32329;
    transition: 0.3s ease all;
}

.proclub-register-holder #um_field_42535_user_address,
.proclub-register-holder .um-field-checkbox {
    width: 93%;
    margin-bottom: 5px;
}

.proclub-register-holder .um-field-checkbox .um-field-checkbox-option {
    margin: 0px 0px 0px 1.6rem !important;
    color: #000000 !important;
    display: block;
    font-size: 1rem !important;
    line-height: 1rem !important;
}

.um-field-checkbox-state {
    top: 0px !important;
}

.um-icon-android-checkbox-outline-blank:before {
    content: '' !important;
    border: 1px solid #000000;
    font-size: 1rem;
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
    display: block;
    border-radius: 50px;
    transition: 0.3s ease all;
}

.um-icon-android-checkbox-outline:before {
    content: '' !important;
    border: 1px solid #C32329;
    background-color: #C32329;
    font-size: 1rem;
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
    display: block;
    border-radius: 50px;
    transition: 0.3s ease all;
}

.um input[type=submit].um-button#um-submit-btn,
#upload-submit-btn {
    display: inline-block !important;
    padding: 0.8rem 1.2rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    outline: none !important;
    text-transform: none !important;
    background: #C32329;
    color: #ffffff;
    font-size: 1rem !important;
    line-height: 1rem !important;
    border-radius: 0 !important;
    border: none !important;
}

.proclub-register-holder .um-center {
    text-align: left;
}

.align-center {
    text-align: center;
}

.spaced-b {
    margin-bottom: 2.87rem;
}

.hide-forgot-btn {
    display: none;
}

.flex-login-btns {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -0.94rem;
    margin-right: -0.94rem;
}

.flex-login-btn-left,
.flex-login-btn-right {
    display: block;
    width: 50%;
    padding: 0 0.94rem;
}

.flex-login-btn-left {
    text-align: left;
}

.flex-login-btn-right {
    text-align: right;
}

.proclub-register-holder.login-hold .equalize-left .um-field {
    margin-bottom: 0;
    padding: 0 0;
}

.equalize-right .um-col-alt-b {
    padding-top: 0;
    padding: 0 0;
}

.proclub-register-holder.login-hold .um-row._um_row_1 {
    margin: 0 0 0 0 !important;
}

.proclub-register-holder.login-hold .um-field.um-field-password {
    margin-bottom: 5px;
}

.flex-login-btns {
    margin-bottom: 2.5rem;
}

.hold-center-login {
    text-align: center;
}

.hold-center-login .um-half {
    width: 48%;
    margin: 0 auto;
    display: block;
    float: none;
}

.makeaccount {
    margin-top: 2.94rem;
    display: block;
    text-align: center;
}

.makeaccount p {
    font-size: 1rem;
    line-height: 1rem;

}

.makeaccount p a {
    color: #1485EE;
    display: inline-block;
    margin-left: 0.4rem;
}

.spaced-p {
    padding-bottom: 2.87rem;
}

.background-account {
    background: url('/wp-content/uploads/2023/01/acc.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2.6rem 0;
    min-height: 11.234vw;
}

.background-upload {
    background: url('/wp-content/uploads/2023/01/register-prok.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2.6rem 0;
    min-height: 11.234vw;
}

.background-detail {
    background: url('/wp-content/uploads/2023/01/proj-det.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2.6rem 0;
    min-height: 11.234vw;
}

.background-profil {
    background: url('/wp-content/uploads/2023/01/edit-prof.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2.6rem 0;
    min-height: 11.234vw;
}

.background-account.aack {
    background: url('/wp-content/uploads/2022/11/acc-background-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 5.6rem 0;
    /* min-height: 11.234vw; */
}

.background-account h1 {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 1.25rem;
    transform: translateY(40%);
}

.background-account p {
    color: #ffffff;
    width: 58%;
    margin: 0 auto;
    padding-top: 0;
}

.account-section {
    margin: 6.8rem 0;
}

.account-section-flex {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

.account-section-left {
    width: 25%;
    padding: 0 1rem;
}

.account-section-right {
    position: relative;
    width: 75%;
    padding: 0 1rem;
}

.um-account-name {
    position: relative;
    padding-top: 0 !important;
    margin-bottom: 2.86rem;
}

.um-account-name a.uname {
    color: #000000;
    font-size: 1.8rem;
    line-height: 1.8rem;
    word-break: break-all;
}

a.edit-profile-btn {
    position: relative;
    top: 15px;
    right: 0;
    text-decoration: none;
    color: inherit;
    outline: none;
    border: none;
    position: relative;
    display: block;
    color: #000 !important;
}

.edit-profile-btn img {
    display: inline-block;
    vertical-align: sub;
}

.general-account-btn {
    display: inline-block !important;
    padding: 0.8rem 1.2rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    outline: none !important;
    text-transform: none !important;
    background: #C32329;
    color: #ffffff;
    font-size: 1rem !important;
    line-height: 1rem !important;
    border-radius: 0 !important;
    border: none !important;
}

.account-stats {
    margin-top: 2.46rem;
    margin-bottom: 2.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #000000;
}

.stats-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: -0.313rem;
    margin-right: -0.313rem;
    margin-bottom: 1.25rem;
}

.stats-left,
.stats-right {
    width: 50%;
    padding: 0 0.313rem;
}

.stats-left {
    text-align: left;
}

.stats-right {
    text-align: right;
}

.stats-left p {
    color: #000000;
    font-weight: 3000;
    font-size: 1rem;
    line-height: 1.5rem;
}

.stats-info-box {
    display: inline-block;
    background-color: #ECECEC;
    padding: 1.2rem 1.2rem;
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    min-width: 6.42rem;
    text-align: center;
}

.account-stats h2 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 2.46rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.acc-urls a {
    display: block;
    color: #000000;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 1.46rem;
}

.acc-urls a:last-of-type {
    margin-bottom: 0;
}

.account-filters {
    position: relative;
}

.account-input-hold {
    position: relative;
    display: block;
}

.account-input-hold label {
    display: block;
    width: 100%;
    margin-bottom: 0.6rem;
    font-size: 1rem;
    line-height: 1rem;
}

.account-input-hold input,
.account-input-hold select {
    display: inline-block;
    margin-bottom: 0.6rem;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.2rem 5.2rem 0.2rem 1.2rem;
    color: #000;
    border: 1px solid black;
    background: transparent;
}

.account-projects-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
}

.account-projects-holder {
    display: block;
    width: 33.333%;
    padding: 0 1.25rem;
    margin-bottom: 2.50rem;
}

.account-projects-element {
    position: relative;
}

.account-projects-image {
    position: relative;
    display: block;
    width: 100%;
    height: 13rem;
}

.account-projects-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.account-projects-image p {
    position: absolute;
    z-index: 9;
    bottom: 8%;
    left: 5%;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 300;
    pointer-events: none;
    text-shadow: 0px 0px 3px black;
}

.proj-del {
    display: inline-block;
    position: absolute;
    z-index: 9;
    bottom: 7%;
    right: 5%;
    width: 1.6rem;
    height: 1.5rem;
}

.proj-del img,
.proj-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.proj-img {
    display: inline-block;
    position: absolute;
    z-index: 9;
    top: 7%;
    right: 5%;
    width: 1.6rem;
    height: 1.5rem;
}


.upload-project-section {
    padding: 6.8rem 0;
}

.slide-with-bk .desktop-pro{
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.mobile-pro {
    display: none;
}

.upload-project-section h1 {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8rem;
}

.upload-project-section h3 {
    font-size: 1rem;
    line-height: 1.6rem;
}

.upload-project-form {
    margin-top: 2rem;
}

.project-info-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -0.94rem;
    margin-right: -0.94rem;
}

.project-info-hold {
    width: 25%;
    padding: 0 0.94rem;
}

.project-info-input {
    position: relative;
}

.project-info-input label {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
}

.project-info-hold h5 {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0.2rem;
}

.project-info-input span {
    display: inline-block;
    color: red;
}

.project-info-input input,
.project-info-input select {
    display: block;
    width: 100%;
    border: 1px solid #000000;
    font-size: 1rem;
    line-height: 1rem;
    outline: none;
    color: #000000;
    background: transparent;
    padding: 4px 8px !important;
    height: auto;
}

.project-info-input select#project_collection {
    height: 6rem !important;
    position: absolute;
}

.project-info-input h4 {
    color: #969696;
    display: block;
    margin-bottom: 0.2rem;
}

.project-info-input.top-compensator {
    top: -2.6rem;
}

.project-info-hold.top-compensator {
    position: relative;
    top: -0.643rem;
}

.multiselect-wrapper#project_collection_multiSelect {
    width: 80%;
    font-size: 1rem;
    line-height: 1rem;
}

.multiselect-wrapper .multiselect-list.active {
    width: 281px;
    pointer-events: all;
    z-index: 99999999999999999999999999;
}

.project-info-hold.tenpercent {
    width: 10%;
}

span.multiselect-text {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.multiselect-wrapper .multiselect-list>span,
.multiselect-wrapper .multiselect-list li {
    font-size: 1rem;
    margin-bottom: 0.134vw;
}

.multiselect-wrapper ul li.active {
    background-color: #00000096;
}

.project-info-hold.tenpercent p {
    position: relative;
    top: 0.5rem;
    color: red;
}

#project_collection_input {
    border: 1px solid #000000;
    font-size: 1rem;
    line-height: 1rem;
    outline: none;
    color: #000000;
    background: transparent;
    padding: 4px 8px !important;
    margin: 0 0;
}

.image-uploader-hold {
    margin-top: 2rem;
    width: 84.6%;
    margin-bottom: 2rem;
}

.image-uploader-hold h2 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.2rem;
}

.image-uploader-hold p {
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1rem;
    font-style: italic;
}

p.tips {
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 1rem;
    font-style: italic;
    margin-bottom: 0.4rem;
}

.image-uploader-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -0.94rem;
    margin-right: -0.94rem;
    margin-top: 2rem;
}

.image-uploader-holder {
    width: 50%;
    padding: 0 0.94rem;
    margin-bottom: 1.92rem;
}

.image-uploader-element {
    position: relative;
    border: 2px solid #D9D9D9;
    padding: 0.3441rem 0.3441rem;
}

.image-uploader-element input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.3441rem;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}

.image-uploader-element .chooser {
    display: inline-block;
    background: #D9D9D9;
    text-align: center;
    color: #000000;
    font-weight: 400;
    padding: 0.3441rem 0.8441rem 0.5441rem 0.8441rem;
}

.image-uploader-element h3 {
    display: inline-block;
    margin-left: 1.1rem;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
}

.delete-add-img {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    pointer-events: none;
}

.add-del-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    right: 0.2rem;
}

.add-del-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    right: -0.2rem;
    display: none;
}

.add-img-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    right: 0.2rem;
}

.upl-mask {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    pointer-events: all;
}

.radio-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    margin-top: 2.2rem;
}

.radio-hold,
.checkbox-hold {
    position: relative;
    width: 50%;
    padding: 0 0.94rem;
}

#project-upload-info .radio-hold,
#project-upload-info .checkbox-hold {
    padding: 0 0;
}

.uploader-checkbox p {
    font-size: 1rem;
    line-height: 1.2rem;
    display: block;
    margin-bottom: 1.2rem;
    font-weight: 600;
}

.radio-hold input,
.fake-radio,
.checkbox-hold input,
.fake-checkbox {
    position: absolute;
    pointer-events: all;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    top: 0.2rem;
    left: 0;
    margin: 0 0;
    border: 1px solid transparent;
    outline: none;
    border-radius: 50px;
    background: #D9D9D9;
    width: 1.2rem;
    height: 1.2rem;

}

.fake-radio,
.fake-checkbox {
    pointer-events: none;
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease all;
}

.radio-hold label,
.checkbox-hold label {
    padding-left: 2.1rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
}

.radio-hold input:checked+.fake-radio,
.checkbox-hold input:checked+.fake-checkbox {
    background: #C32329;
    transition: 0.3s ease all;
}

.uploader-input-textarea {
    display: block;
    margin-top: 2.4rem;
}

.uploader-input-textarea label {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    color: #000000;
}

.uploader-input-textarea textarea {
    display: block;
    width: 40%;
    height: 12rem;
    resize: none;
    border: 1px solid #000;
}

.discl {
    display: block;
    margin: 1.4rem 0;
    font-weight: 600;
    font-style: italic;
}

.discl span {
    display: inline-block;
    color: #C32329;
}

.hold-left-login {
    position: relative;
    text-align: left;
    margin-top: 2.4rem;
}

#upload-submit-btn {
    display: inline-block !important;
    width: auto;
}

.uaccount-form {
    width: 60%;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.782374vw;
    margin-right: -0.782374vw;
}

.uaccount-form.noflex {
    display: block;
}

.uaccount-form.noflex .um-field {
    padding: 0 0;
    margin-top: 15px;
}

.uaccount-form.noflex .um-col-alt.um-col-alt-b {
    padding: 0 15px 4rem 0px;
    margin-top: 8px;
}

.uaccount-form #um_field_general_user_login {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.uaccount-form .um-field {
    width: 50%;
    padding: 0 0.782374vw;
}

.uaccount-form .um-field .um-field-label {
    color: #000000;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 0 4px 0;
}

.uaccount-form .um-field .um-field-area {
    position: relative;
    word-wrap: break-word;
}

.uaccount-form .um-field .um-field-area {
    position: relative;
    word-wrap: break-word;
    margin-bottom: 1.5625VW;
}

.uaccount-form .um-field .um-field-area input {
    color: #000000;
    width: 100%;
    border: 1px solid #000000 !important;
    padding: 4px 8px !important;
    height: auto !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
}

.uaccount-form .um-field .select2.select2-container .select2-selection {
    border: 1px solid #000000 !important;
    padding: 4px 8px !important;
    height: auto !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    padding: 0 8px !important;
    height: 31px !important;
}

.uaccount-form .um-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
}

.uaccount-form .um-field .select2-container--default .select2-selection--single .select2-selection__clear {
    line-height: 26px !important;
}

.uaccount-form .um-field .select2.select2-container .select2-selection .select2-selection__arrow:before {
    line-height: 32px !important;
}

.uaccount-form .um-col-alt.um-col-alt-b {
    margin: 0 0;
    padding: 0 15px 4rem 15px;
}

.uaccount-form #um_account_submit_general,
.password-form #um_account_submit_password,
.uaccount-form #um_account_submit_delete {
    display: inline-block !important;
    padding: 0.8rem 1.2rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    outline: none !important;
    text-transform: none !important;
    background: #C32329;
    color: #ffffff;
    font-size: 1rem !important;
    line-height: 1rem !important;
    border-radius: 0 !important;
    border: none !important;
}

.password-form {
    width: 58%;
}

.password-form .um-field-area input {
    color: #000000;
    width: 100%;
    border: 1px solid #000000 !important;
    padding: 4px 8px !important;
    height: auto !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
}

.password-form #um_account_submit_password {
    margin-bottom: 2.324rem;
}

.delcont {
    font-weight: 600;
    color: #1485EE;
    text-decoration: none;
}

.profile-upd-form h3 {
    margin-bottom: 2.324vw;
    width: 53%;
}

.gobk {
    display: block;
    color: #969696;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 1.2rem;
}

.gobk img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
}

.acch1 {
    font-weight: bold;
    color: #000000;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 1.8rem;
}

.acc-list {
    margin-bottom: 1.8rem;
    font-size: 0;
    line-height: 0;
}

.acc-list li {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.4rem;
    display: inline-block;
    margin-right: 3rem;
}

.acc-list li p {
    font-weight: bold;
    display: inline-block;
}

.acc-cont {
    margin-bottom: 1.8rem;
    padding: 0.8rem 0.8rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
    border: 1px solid #000000;
}

.proclub-register-holder .um-register {
    max-width: 100% !important;
}


.proclub-messages-hold {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    z-index: 9999;
}

.proclub-messages {
    position: absolute;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
    background: #fff;
    padding: 4.24vw 3.24vw;
    text-align: center;
}

.closemeb {
    background: url(/wp-content/uploads/2022/11/x.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 20px;
    height: 20px;
    display: block;
    top: 2.024vw;
    right: 1.934vw;
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    pointer-events: all;
}

.proclub-messages p {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #010101;
}

.promester-positioner {
    position: absolute;
    top: 50%;
    left: 4.32vw;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.promester-positioner .container {
    margin: 0 auto;
}

.promester-positioner h1 {
    font-size: 2.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.promester-positioner p {
    margin-bottom: 2.2rem;
    width: 47%;
}

.pop-btn-hold {
    text-align: center;
}

.messages-hold {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a181859;
    z-index: 999;
}

.message-box {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35%;
    padding: 35px 30px;
    background: #ffffff;
    border-radius: 15px;
}

.closeme {
    font-weight: bold;
    position: absolute;
    top: -4px;
    right: 7px;
    font-size: 35px;
    line-height: 35px;
    color: #db001e;
    pointer-events: all;
    cursor: pointer;
}

p.uploadSuccess {
    position: absolute !important;
    top: 83% !important;
    font-size: 13px !important;
    line-height: 13px !important;
}

.detailed-errors,
.detailed-errors p {
    color: #222222;
    font-weight: 500;
    margin-bottom: 5px;
}

.upload-project-section.profile-upd-form {
    position: relative;
}

.logoutBtn {
    position: relative;
    font-weight: bold !important;
    color: #C32329 !important;
    text-transform: uppercase;
    display: block !important;
    margin-bottom: 2.324vw !important;
    text-decoration: none !important;
}

.upload-project-section.profile-upd-form .logoutBtn {
    top: 62px;
    right: 280px
}

.loaderBtn {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    transform: translateY(-50%);
    width: 2.324vw;
    pointer-events: none;
}

.loaderBtn img {
    width: 100%;
}

.logoutBtn.spct {
    margin-top: 2.3242vw;
}

.owl-theme .owl-dots .owl-dot span {
    width: 22px !important;
    height: 22px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #C32329 !important;
}

select#project_collection {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.loaderScreen {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(48 48 48 / 53%);
}

.loaderScreenLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10.234vw;
}

.loaderScreenLoader img {
    display: block;
    width: 100%;
}

.slideritemFlex {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.navcontent {
    margin-top: 3.243vw;
    padding-left: 0;
}

a.bnrRules {
    display: block;
    font-weight: 600;
    margin-top: 2.234vw;
}

.sliderItemSmallContentElement {
    width: 33.333%;
}

.slidImg {
    width: 40%;
    margin: 0 auto 0.8234vw auto;
    height: 2.234vw;
}

.slidImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.sliderItemSmallContentElement p {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2rem;
    width: 85%;
    margin: 0 auto;
}

.sliderItemSmallContentElement p span {
    font-weight: 700;
}

.slideritem.secondslide {
    background: url(/wp-content/uploads/2022/12/bnr2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.slideritem.secondslide .slideritemImg,
.slideritem.secondslide .sliderItemSmallContent {
    display: none;
}

input#account_mobile_number-42535 {
    color: #000;
    border: 1px solid #000000 !important;
    padding: 4px 8px !important;
    height: auto !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    min-height: 40px !important;
}

#um_field_42535_user_county_new div span.select2-selection.select2-selection--single,
#um_field_42535_user_profession div span.select2-selection.select2-selection--single,
#um_field_42535_user_cesarom_source div span.select2-selection.select2-selection--single,
#um_field_42535_user_password input#user_password-42535,
#um_field_42535_confirm_user_password input#confirm_user_password-42535 {
    color: #000;
    border: 1px solid #000000 !important;
    padding: 4px 8px !important;
    height: auto !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    min-height: 40px !important;
}

.acc-urls {
    position: relative;
}

.desktop-urls {
    display: block;
}

.mobile-urls {
    display: none;
}

.slideritem {
    height: 30.770833333333332VW;
}

.slideOne {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url('/wp-content/uploads/2023/09/bnr1.jpg') black;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slideTwo {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url('/wp-content/uploads/2023/09/bnr2.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.slideFlex {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: flex-end;
}

.slideFlexLeft {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

.slideTwo .slideFlexLeft {
    background: #000000;
}

.slideFlexRight {
    width: 50%;
}

.slideFlexLeftContent {
    position: absolute;
    padding-left: 4.234vw;
    top: 50%;
    left: 6.243vw;
    transform: translateY(-50%);
}

.slideFlexLeftContent h2 {
    font-family: 'DIN Pro Cond';
    text-decoration: none;
    font-size: 5rem;
    line-height: 5.2rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 3.234vw;
    width: 69%;
}

.slideFlexLeftContent h2 span {
    font-family: 'DINPro-CondBlack';
    text-decoration: none;
    font-weight: 500;
    color: #ffffff;
    width: 69%;
}

.slideFlexLeftContent h2 span.redt {
    font-family: 'DINPro-CondBlack';
    color: #d22423;
}

.slideTwo .slideFlexLeftContent h2 {
    font-size: 3.6rem;
    line-height: 3.8rem;
    width: 52%;
}

.slideList li img {
    display: inline-block !important;
    vertical-align: middle;
    width: 2.083333333333333VW !important;
}

.slideList li:nth-of-type(3) {
    width: 68%;
}

.slideList li:nth-of-type(3) img {
    width: 3.26234vw !important;
}

.slideList li,
.slideList li a {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #ffffff;
    vertical-align: middle;
}

.slideList li {
    display: flex;
    align-items: center;
    margin-bottom: 2.2234vw;
}

.slideList li span,
.slideList li a {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.6234vw;
}

.slideList li:nth-of-type(3) span {
    padding-left: 0.4234vw;
}

.elsFlex {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin-left: -0.8234vw;
    margin-right: -0.8234vw;
    bottom: 2.324vw;
}

.elsFlexHold {
    width: 33.333%;
    padding: 0 0.8234vw;
}

.elsFlexElem {
    display: block;
    text-align: center;
    width: 75%;
    height: auto;
    margin: 0 auto;
    padding: 0.534vw 0 0.434vw 0;
    border: 1px solid #fff;
    background: #000000a6;
    border-radius: 60px;
}

.elsFlexElemImg {
    width: 40%;
    margin: 0 auto .3234vw auto;
}

.elsFlexElem p {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #ffffff;
}

.slideTwo .elsFlexElem {
    width: 100%;
    padding: 1.134vw 0.8234vw 1.134vw 0.8234vw;
}

.slideTwo .elsFlex {
    bottom: 0.824vw;
}

.slideTwo .elsFlexElem p {
    font-size: 1rem;
    line-height: 1.2rem;
}

.OnlyOnMobile {
    display: none;
}

.OnlyOnDesktop {
    display: flex;
}

.hideLinkDesktop {
    display: none;
}

.hideLinkMobile {
    display: block;
}

.proclubEar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

/**proclub register**/
.calc-inner-flex a.tinvwl_add_to_wishlist_button.single-btn-calculator {
    display: block;
    width: 100%;
    padding: 1rem 0;
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: bold;
    background: #000000;
    outline: none;
    border: 2px solid #000000;
    outline: none !important;
    color: #ffffff;
    text-decoration: none !important;
    cursor: pointer;
    position: relative !important;
    left: auto;
    right: auto;
    top: auto;
}


#content main .woocommerce.columns-4 {
    columns: 1;
    width: 1495px;
    margin: 202px auto 0 auto;
}

#content main .woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    columns: 0;
    margin: 0 -15px;
}

/* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    padding: 0 15px;
    width: 33.333%;
    height: 12.234vw;
    margin: 0 0 30px 0;
} */



.campanie50 {
    position: relative;
    padding: 80px 0;
}

.campaignFormHold {
    padding-top: 40px;
}

.campanie50 h2 {
    font-family: 'DINPro-Bold';
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #C32329;
    margin-bottom: 12px;
}

.campanie50 h3 {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-family: 'DINPro-Regular';
    font-weight: bold;
    width: 70%;
    margin-right: auto;
}

.campanie50 h3 span {
    color: #000000;
    font-family: 'DINPro-Bold';
}

.campanie50 h3 a {
    color: #C32329;
    text-decoration: underline;
}

.flex-element.fullElement {
    display: block;
    width: 100%;
    padding: 0 0;
}

.campanie50 .checkHold .wpcf7-list-item input,
.campanie50 .fakechecker {
    top: 1px;
    left: -15px;
}

#send-campaign50 {
    display: inline-block !important;
    padding: 0.8rem 1.2rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    outline: none !important;
    text-transform: none !important;
    background: #C32329;
    color: #fff;
    font-size: 1rem !important;
    line-height: 1rem !important;
    border-radius: 0 !important;
    border: none !important;
    margin-top: 15px;
}

.campanie50 .checkHold {
    margin-bottom: 20px;
}

.campanie50 .input-holder {
    margin-bottom: 32px;
}

.input-holder input[type='text'].wpcf7-not-valid,
.input-holder input[type='email'].wpcf7-not-valid,
.input-holder input[type='tel'].wpcf7-not-valid,
.input-holder select.wpcf7-not-valid {
    border: 1px solid red;
}

.positioner {
    position: absolute;
    z-index: 10;
    bottom: 4.166666666666666VW;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

.positioner.homepagePositioner {
    bottom: auto;
    top: 11.166667VW;
    padding-left: 3rem;
}

.registerFloat {
    position: absolute;
    z-index: 2;
    bottom: 9.324vw;
    right: 11.024vw;
}

.registerFloat .general-account-btn {
    padding: 1rem 2.7rem 1rem 2.8rem !important;
    font-size: 1.3rem !important;
    line-height: 1.5rem !important;
}

.positioner .container {
    display: flex;
    align-items: baseline;
}

.positioner h1 {
    font-family: 'DIN Pro Cond';
    font-weight: 500;
    font-size: calc(20px + (120 - 20) * (100vw - 480px) / (1920 - 480));
    line-height: calc(30px + (130 - 30) * (100vw - 480px) / (1920 - 480));
    color: #ffffff;
    text-shadow: 0px 0px 10px #00000096;
}

.rectifImg {
    width: 5.729166666666666VW;
    margin-right: 30px;
}

.rectifImg img {
    display: block;
    width: 100%;
}

.discount-success.campanie50Success {
    width: 100%;
    padding: 2.342vw 0;
}

.campanie50Success .discount-success-left {
    width: 50%;
}

.campanie50Success .discount-success-right {
    width: 50%;
}

.campanie50Success .discount-success-content {
    padding-right: 3.2342vw;
    padding-left: auto;
}

.bai50Head {
    width: 100px;
}

#wpcf7-f46564-p46556-o1 form {
    position: relative;
}

.floatRule {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    color: #C32329;
}

.section-colectii-1-content.facelifted .secondary-collections-element {
    width: 16.6666%;
}

.secondary-collections-image {
    position: relative;
    display: block;
    width: 11.234vw;
    height: 11.234vw;
    border-radius: 200px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 3px 3px 10px grey;
}

.secondary-collections-box img,
.secondary-collections-image img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center bottom;
}

.prod-cat-list-content p {
    display: none;
}

.secondary-collections-box .prod-cat-list-content a {
    text-align: center;
    color: black;
    border: none;
    display: block;
    width: 100%;
    padding: 0.6234vw 0;
    top: 0;
    left: 0;
}

.prod-cat-list-content {
    position: relative;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.secondary-collections-flex.col-list .secondary-collections-box {
    margin-bottom: 1.2rem;
}

.secondary-collections-box.blog-box {
    height: auto;
}

.secondary-collections-box.blog-box .secondary-collections-image {
    width: 100%;
    height: 16.234vw;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.col-nav-hold {
    position: relative;
}

.cols-slide-nav {
    position: absolute;
    z-index: 9999999;
    top: 50%;
    display: block;
    left: 0;
    width: 100%;
    height: 2.324vw;
}

.cols-right-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    cursor: pointer;
}

.cols-left-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 20px;
    cursor: pointer;
}

.collectionSlide .owl-dots {
    position: relative;
    top: -4.766vw;
}

.cols-right-nav,
.cols-left-nav {
    display: none;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 0 !important;
}

.disclaimerHolder {
    margin-top: 0.8238476vw;
}

.disclaimerIMG {
    width: 2.623vw;
    height: 6.32vw;
    float: left;
    margin-right: 0.83214vw;
}

.disclaimerHolder p img {
    display: inline-block;
    vertical-align: baseline;
    width: 0.9234vw;
}

.proclubAmbasadorsTabHolder {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -1.3020833333333335VW;
    margin-right: -1.3020833333333335VW;
}

.proclubAmbasadorsTab {
    width: 33.333%;
    padding: 0 1.3020833333333335VW;
}

.proclubAmbasadorsElement {
    box-shadow: 0px 0px 16px #00000036;
    border-radius: 4px;
    padding: 1.3020833333333335VW 1.8229166666666667VW;
    background: #ffffff;
}

.proclubAmbasadorsElement h3 {
    position: relative;
    font-family: 'DINPro-Bold';
    margin-bottom: 0.625VW;
    padding-bottom: 0.625VW;
    margin-bottom: 2.2916666666666665VW;
    color: #000000;
    border-bottom: 1px solid #000000;
    font-size: calc(14px + (22 - 14) * (100vw - 480px) / (1920 - 480));
    line-height: calc(14px + (22 - 14) * (100vw - 480px) / (1920 - 480));
}

.proclubAmbasadorsElement h3 span {
    color: #C32329;
    text-transform: uppercase;
}

.proclubAmbasadorsElement ul {
    list-style: disc;
    list-style-position: inside;
    min-height: 8.234vw;
}

.proclubAmbasadorsElement ul li {
    font-family: 'DINPro-Regular';
    font-size: calc(12px + (16 - 12) * (100vw - 480px) / (1920 - 480));
    line-height: calc(16px + (20 - 16) * (100vw - 480px) / (1920 - 480));
    margin-bottom: 0.3234vw;
}

.proclubAmbasadorsElement a {
    text-decoration: underline;
}

.proclubAmbasadorsTabImg {
    min-height: 11.234vw;
}

.proclubAmbasadorsTabImg img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 2.604166666666667VW auto;
}

.starElement {
    position: relative;
}

.starOne {
    position: absolute;
    top: 50%;
    transform: translateY(-77%);
    right: 0;
    width: 1.716667VW;
    height: auto;
    /*background: url('/wp-content/uploads/2023/09/star1.svg');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: contain;*/
}

.starOne svg,
.starTwo svg,
.starThree svg {
    width: 100%;
    display: block;
}

.starTwo {
    position: absolute;
    top: 50%;
    transform: translateY(-77%);
    right: 0;
    width: 1.716667VW;
    height: auto;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-77%) skew(0deg, -6deg);*/
    /*right: 0;*/
    /*width: 2.9166666666666665VW;*/
    /*height: 1.5625VW;*/
    /*background: url('/wp-content/uploads/2023/09/star2.svg');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: contain;*/
}

.starThree {
    position: absolute;
    top: 50%;
    transform: translateY(-77%);
    right: 0;
    width: 1.716667VW;
    height: auto;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-77%) skew(0deg, -6deg);*/
    /*right: 0;*/
    /*width: 2.9166666666666665VW;*/
    /*height: 1.5625VW;*/
    /*background: url('/wp-content/uploads/2023/09/star3.svg');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: contain;*/
}

.proclubAmbasadorBtn {
    cursor: pointer;
    display: block !important;
    padding: 0.8rem 1.2rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    outline: none !important;
    text-transform: none !important;
    background: #C32329;
    color: #ffffff;
    font-size: 1rem !important;
    line-height: 1rem !important;
    border-radius: 0 !important;
    border: none !important;
    margin-top: 2.1234vw;
    text-align: center;
}

.ambasadorsTrackArea {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #000000;
}

.recommendationTextHold {
    width: 27%;
}

.recommendationBtnHold {
    width: 33%;
    text-align: right;
}

.recommendationUsersHold {
    position: relative;
    width: 40%;
}

.tooltipElement {
    position: absolute;
    top: -30px;
    right: -15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.tooltipElementSmall {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110%;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.tooltipElement svg,
.tooltipElementSmall svg {
    width: 100%;
    display: block;
}

.tooltipContentLarge {
    position: absolute;
    z-index: 9;
    bottom: 165%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px;
    border-radius: 5px;
    width: 115%;
    margin: 0 auto;
    transform-origin: center;
    text-align: center;
    box-shadow: 0px 0px 10px hwb(0deg 0% 100% / 25%);
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease all;
}

.tooltipContentLarge p {
    font-weight: 600;
}

.tooltipElement:hover+.tooltipContentLarge {
    visibility: visible;
    opacity: 1;
    transition: 0.6s ease all;
}

.tooltipContentExtraLarge {
    position: absolute;
    z-index: 14;
    top: 0;
    left: 150%;
    padding: 15px 20px;
    border-radius: 5px;
    width: 745%;
    margin: 0 auto;
    transform-origin: center;
    text-align: left;
    box-shadow: 0px 0px 10px hwb(0deg 0% 100% / 25%);
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease all;
}

.tooltipElementSmall:hover+.tooltipContentExtraLarge {
    visibility: visible;
    opacity: 1;
    transition: 0.6s ease all;
}

.tooltipContentExtraLarge p {
    color: #000000 !important;
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.7rem;
    text-decoration: underline;
}

.tooltipContentExtraLarge ul li {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 0.3234vw;
    color: #000000;
}

.tooltipContentExtraLarge ul li:last-of-type {
    margin-bottom: 0;
}

.inactiveColor {
    color: #707070;
}

.activeColor {
    color: #4A9D2D;
}

.ambasadorColor {
    color: #C32329;
}

.recommendationTextHold p {
    width: 80%;
    font-weight: 600;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.2rem;
}

.general-site-btn.recommendationBtn {
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
}

#um_field_42535_account_level,
#um_field_42535_account_code {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
}

.recommendationUsersFlex {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.userTooltip {
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    text-align: center;
    box-shadow: 0px 0px 10px hwb(0deg 0% 100% / 25%);
    background: #ffffff;
    border-radius: 5px;
    padding: 9px 11px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s ease all;
}

.userTabHold {
    position: relative;
    width: 33.333%;
}

.userTabElement {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 5px solid #B0B0B0;
}

.userTabElement.u0 .userImg {
    margin-right: auto;
}

.userTabElement.u1 .userImg {
    margin: 0 auto;
}

.userTabElement.u2 .userImg {
    margin-left: auto;
}

.userTabElement.selectedTab .userImg path {
    fill: #000000;
}

.userTabElement.selectedTab {
    border-bottom: 5px solid #000000;
}

.userImg {
    cursor: pointer;
    position: relative;
    width: 2.234vw;
}

.userImg:hover>.userTooltip {
    opacity: 1;
    visibility: visible;
    transition: 0.6s ease all;
}

.accountLvl {
    position: relative;
    margin-bottom: 2rem;
    margin-top: 0.6rem;
}

.accountLvl p {
    position: relative;
    font-weight: 600;
}

.accountLvl.lvl-inactiv .fakeP {
    color: #707070;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.accountLvl.lvl-activ .fakeP {
    color: #4A9D2D;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.accountLvl.lvl-recomandat .fakeP {
    color: #E06F4C;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.accountLvl.lvl-ambasador .fakeP {
    color: #C32329;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.custom-modal-holder.recommendModal {
    width: 44%;
    padding: 4.24vw 3.24vw 3.24vw 3.24vw;
}

.recommendModal ul {
    margin: 0.6rem 0;
    list-style: disc;
    list-style-position: inside;
}

.alreadyCont {
    font-weight: 600;
}

.alreadyCont a {
    color: #2a64a6;
    text-decoration: underline;
}

.sliderContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sliderContent h2 {
    font-family: 'DINPro-Bold';
    text-decoration: none;
    font-size: 2.7rem;
    line-height: 3.4rem;
    color: #ffffff;
    margin-bottom: 2.834vw;
    width: 46%;
}

.sliderContent h2 span {
    color: #FF0000;
}

.sliderContent h3 {
    font-family: 'DINPro-Regular';
    text-decoration: none;
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: #ffffff;
    margin-bottom: 0.434vw;
    width: 69%;
}

.sliderContent ul {
    list-style: disc;
    list-style-position: inside;
}

.sliderContent ul.numb {
    list-style: num;
    list-style-position: inside;
}

.sliderContent ul li {
    font-family: 'DINPro-Regular';
    font-size: 1rem;
    line-height: 1.2rem;
    color: #ffffff;
    margin-bottom: 0.434vw;
    width: 69%;
}

.sliderContent ul li span {
    color: #C32329;
    font-weight: 600;
}

.sliderContent ul.expl {
    list-style: none;
}

.sliderContent ul.expl li {
    font-family: 'DINPro-Bold';
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #ffffff;
    margin-bottom: 0.434vw;
    width: 75%;
}

.sliderContent ul.expl.threeExpl li {
    width: 85%
}

.insideSlider {
    height: 12.243vw;
}

.insideSlider .item,
.insideSlider .owl-stage-outer,
.insideSlider .owl-stage-outer .owl-stage,
.insideSlider .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.insideSlider .item .slideInside {
    height: 100%;
}

.account-back {
    display: block;
    height: 11.234vw;
}

.slideOneInside {
    background: url('/wp-content/uploads/2023/09/inslide1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slideTwoInside {
    background: url('/wp-content/uploads/2023/09/inslide2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slideThreeInside {
    background: url('/wp-content/uploads/2023/09/inslide3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.insideSlideContent {
    position: relative;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.insideSlideContent p,
.insideSlideContent h2 {
    color: #ffffff;
}

.insideSlideContent p {
    font-size: 1rem;
    line-height: 1.4rem;
}

.insideSlideContent h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.btnInslideHold {
    margin-top: 0.823847vw;
}

.btnInslideHold .general-site-btn.white-btn-transparent {
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
}

.desktopArea {
    display: block;
}

.mobileArea {
    display: none;
}

.proclubAmbasadorsTabs>.container {
    border-bottom: 2px solid #000000;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

#comhir h3 {
    font-size: 1.45rem;
    margin-bottom: 2rem;
    font-family: 'DINPro-Bold';
}

.polygon {
    display: none;
}

#codeContent,
#linkContent {
    outline: none;
    border: none;
    background: transparent;
}

.copyBtnsFlex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.24vw;
}

.copyBtnsElement {
    flex: 1;
    text-align: center;
}

.copyBtnsElement a {
    display: inline-block;
    width: 85%;
    padding: 0.8rem 1.8rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    text-decoration: none;
    outline: none;
    text-transform: none;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
}

.copyMsg {
    position: absolute;
    top: calc(100% + 17px);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
}

.copyMsg.succMsg {
    color: #707070;
}

.copyMsg.errMsg {
    color: #C32329;
}

.alignCenter {
    text-align: center;
}

.makeStrong {
    font-weight: 600;
}

.slideOneRewrite {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #000000;
}

.flexedSlideContent {
    display: flex;
    width: 80%;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.flBox {
    width: 33.333%;
}

.memberBox {
    background: #FF0000;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 25px;
}

.memberBox svg {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 30px;
}

.memberBox p {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.slideTwoRewrite {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url('/wp-content/uploads/2023/10/Banner-3.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.slideTwoRewrite .sliderContent h2 {
    width: 58%;
}

#um_field_42535_is_recom {
    border-top: 1px solid black;
    border-bottom: 1px solid #000000;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.proclubslider .owl-dots {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
}

.owl-theme.proclubslider .owl-dots .owl-dot span {
    width: 18px !important;
    height: 18px !important;
    display: block;
    border-radius: 200px;
    background: #626262;
}

.owl-theme.proclubslider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    margin-right: 15px;
}

.rulesSection>.container {
    border-bottom: 2px solid #000000;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.rulesSection h3 {
    font-size: 1.45rem;
    margin-bottom: 2rem;
    font-family: 'DINPro-Bold';
}

.rulesSection ul li {
    font-family: 'DINPro-Regular';
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #000000;
    margin-bottom: 10px;
}

.rulesSection ul li:last-of-type {
    margin-bottom: 0;
}

.rulesSection ul li a {
    text-decoration: underline;
    transition: 0.3s ease all;
}

.rulesSection ul li a:hover {
    color: #C32329;
    transition: 0.3s ease all;
}

.registerDisclaimer {
    font-size: 0.85rem;
    line-height: 1rem;
    width: 75%;
    margin-right: auto;
    color: #000000;
    margin-top: 10px;
    font-weight: 600;
}

.registerDisclaimer span {
    color: #c32329;
}

.customProfilePage {
    position: relative;
}

.customProfilePage .gobk {
    position: absolute;
    top: 28px;
    left: -60px;
}

.customProfilePage .gobk img {
    margin: 0 10px 0 0 !important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.um-42537.um .customProfilePage .um-profile-body {
    max-width: 75%;
}

.um .um-form .customProfilePage input[type=text],
.um .um-form .customProfilePage input[type=tel],
.um .um-form .customProfilePage input,
.um .um-form .customProfilePage select,
.customProfilePage .um-field .select2.select2-container .select2-selection {
    display: block !important;
    width: 100%;
    border: 1px solid #000000 !important;
    font-size: 1rem !important;
    line-height: 1rem;
    outline: none !important;
    color: #000000 !important;
    background: transparent;
    padding: 4px 8px !important;
}

.customProfilePage .um-field .select2.select2-container .select2-selection {
    padding: 0px 8px !important;
}

.customProfilePage .um-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.um .um-form .customProfilePage input[type='submit'] {
    display: inline-block !important;
    padding: 0.8rem 1.2rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    outline: none !important;
    text-transform: none !important;
    background: #C32329;
    color: #ffffff !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    border-radius: 0 !important;
    border: none !important;
}

.um input[type=submit].um-button:hover,
.um a.um-button:hover {
    background: #C32329 !important;
    color: #ffffff !important;
}
.videoLink{
    display: block;
    width: 100%;
    height: 100%;
}
.overridePosition{
    position: absolute;
    top: -5.766vw;
    right: 1.4vw;
}
@media screen and (max-width:1680px) {
    .proclubAmbasadorsElement ul {
        min-height: 11.234vw;
    }

    .proclubAmbasadorsTabImg {
        min-height: 14.234vw;
    }

    .sliderContent ul.expl.threeExpl li {
        width: 100%
    }

    .registerDisclaimer {
        width: 85%;
    }
}

@media screen and (max-width:1492px) {
    .custom-modal-holder.recommendModal {
        width: 45%;
        padding: 4.24vw 3.24vw 3.24vw 3.24vw;
        height: auto;
        overflow-y: hidden;
    }

    .sliderContent h2 {
        width: 50%;
    }

    .slideTwoRewrite .sliderContent h2 {
        width: 62%;
    }

    .sliderContent h2 {
        font-size: 2.3rem;
        line-height: 3.2rem;
    }

    .slideTwo .slideFlexLeftContent h2 {
        font-size: 3rem;
        line-height: 3.2rem;
        width: 52%;
    }

    .sliderItemConstrain {
        width: 90%;
    }

    .slideFlexLeftContent {
        left: 3.243vw;
    }

    .slideTwo .elsFlexElem p {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .slideTwo .elsFlexElem {
        width: 90%;
    }

    .slideTwo .elsFlex {
        bottom: 0.824vw;
    }

    .sliderItemConstrain h1 {
        margin-top: 2.234vw;
    }

    .sliderFlexedContentElementImg {
        width: 35%;
        height: 3.234vw;
        margin: 0 auto 0.634vw auto;
    }

    .sliderFlexedContentElement p {
        text-align: center;
        font-weight: 500;
        font-size: 0.8rem;
        line-height: 1rem;
    }

    a.bnrRules {
        margin-top: 1.234vw;
        font-size: 0.9rem;
        line-height: 0.9rem;
    }

    .slideritemImg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .sliderItemSmallContent {
        padding-top: 1.634vw;
    }

    .sliderItemSmallContentElement p {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .navcontent .general-site-btn {
        padding: 0.6rem 1.6rem;
        font-size: 1.05rem;
        line-height: 1.05rem;
    }









    .modal-enlarger {
        max-width: 35%;
    }

    .secondary-collections-box {
        height: 21.234vw;
    }

    .secondary-collections-image {
        height: 21.234vw;
    }

    .home-cate-list .secondary-collections-image {
        height: 11.234vw;
    }

    .px-5 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .holdimg {
        height: 100%;
    }

    .custom-modal-holder {
        width: 52%;
        padding: 12px 25px;
    }

    .xl\:bottom-\[140px\].override-absolute-position {
        bottom: 0 !important;
    }

    .products-list-item-img {
        height: 15.44234vw;
    }

    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
        font-size: calc(16px + (62 - 16) * (100vw - 480px) / (1920 - 480));
        line-height: calc(16px + (62 - 16) * (100vw - 480px) / (1920 - 480));
        margin-top: 0;
        margin-left: -1.834vw;
        margin-top: -1.3vw;
    }

    .products-list-item-content-right ul li {
        margin-right: 1rem;
    }

    .custom-modal-holder {
        width: 52%;
        padding: 12px 25px;
        height: 90%;
        overflow-y: scroll;
    }

    .close-modal.facelift-close {
        top: 1.824vw;
        right: 0.934vw;
    }

    .elsFlexElem p {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .slideList li img {
        width: 2.483333333333333VW !important;
    }

    .slideList li:nth-of-type(3) img {
        width: 2.8234vw !important;
    }

    .elsFlexElem {
        width: 82%;
        padding: 0.734vw 0 0.534vw 0;
    }

    .slideFlexLeftContent h2 {
        font-family: 'DIN Pro Cond';
        text-decoration: none;
        font-size: 3.8rem;
        line-height: 4rem;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 2.434vw;
        width: 69%;
    }

    .slideList li {
        margin-bottom: 1.2234vw;
    }

    .elsFlex {
        bottom: 1.324vw;
    }

    /*.slideOne {*/
    /*    position: relative;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center center;*/
    /*    background-size: cover;*/
    /*}*/
    /*.slideTwo{*/
    /*    background-position: 100% center;*/
    /*    background-size: cover;*/
    /*}*/
    .make-object-fit-home {
        height: 63.25VW;
    }

    .make-object-fit-home picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .make-object-fit-home picture img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .positioner.homepagePositioner {
        bottom: auto;
        top: 14.166667VW;
        padding-left: 4.65rem;
    }

    .registerFloat {
        position: absolute;
        z-index: 2;
        bottom: 11.324vw;
        right: 11.024vw;
    }

    .front-menu-style.style-menu>li.menu-item-has-children .sub-menu,
    .style-menu>li.menu-item-has-children .sub-menu {
        width: 235%;
    }

    .tooltipContentLarge {
        width: 175%;
    }

}



@media screen and (max-width:1380px) {
    .custom-modal-holder.recommendModal {
        width: 45%;
        padding: 4.24vw 3.24vw 3.24vw 3.24vw;
        height: auto;
        overflow-y: hidden;
    }

    .sliderItemConstrain {
        width: 93%;
    }

    .custom-modal-holder {
        width: 52%;
        padding: 30px 25px 10px 25px;
        height: 95%;
        overflow-y: scroll;
    }

    .custom-modal-holder h3 {
        margin: 0 0 0.2vw 0;
        font-size: 20px;
        line-height: 25px;
    }

    .wishlist-send-heading {
        margin-bottom: 1.3vw;
    }

    .send-wish-input-hold label {
        font-size: 1rem;
        line-height: 1rem;
    }

    form.send-wishlist input[type="text"],
    .send-wish-input-hold label span select {
        padding: 4px 10px 4px 10px;
    }

    .close-modal.facelift-close {
        top: 1.824vw;
        right: 0.934vw;
    }

    .send-wish-input-hold {
        margin-bottom: 10px;
    }

    .discl-c {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
    }

    .send-wish-input-hold.makesmall label {
        font-weight: 400;
        font-size: 0.7rem;
        line-height: 0.9rem;
        margin-bottom: 0.3vw;
    }

    .send-wish-input-hold label span input[type='checkbox'] {
        margin-top: 0;
        width: 0.9rem;
        height: 0.9rem;
    }

    form.send-wishlist input[type="text"],
    form.send-wishlist textarea {
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (max-width:1290px) {
    .sliderItemLeft {
        width: 60%;
    }

    .general-site-btn.recommendationBtn {
        font-size: 0.88rem;
        line-height: 0.88rem;
        cursor: pointer;
        padding: 10px 10px;
    }

    .slideList li:nth-of-type(2) {
        width: 90%;
    }

    .slideList li:nth-of-type(3) {
        width: 82%;
    }

    .sliderItemRight {
        width: 40%;
    }

    .sliderItemConstrain {
        width: 100%;
    }

    .sliderItemConstrain h1 {
        margin-top: 2.034vw;
        font-size: 2.05rem;
    }

    .sliderFlexedContentElement p {
        text-align: center;
        font-weight: 500;
        font-size: .7rem;
        line-height: 0.9rem;
    }

    .sliderFlexedContentElement p span {
        display: block;
        font-size: .7rem;
        line-height: 0.9rem;
    }

    .sliderItemSmallContent {
        padding-top: 1.234vw;
    }
}


@media screen and (max-width:1190px) {
    .my-no-flex {
        flex-wrap: wrap !important;
    }

    .my-no-flex .my-img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .virtual-box h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .virtual-box-btn a {
        font-size: 18px;
        line-height: 18px;
    }

    .virtual-box-img {
        width: 45%;
        height: 45%;
    }

    .campanie50 .container,
    .positioner .container {
        max-width: 970px;
    }

    .collectionSlide .owl-dots {
        position: relative;
        top: -6.766vw;
    }
    .slideritem {
        height: 64.770833333333332VW;
    }
    .flexedSlideContent{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .desktop-pro {
        display: none !important;
    }
    .slide-with-bk .mobile-pro{
        display: block !important;
        object-fit: cover;
        height: 100%;
        object-position: center top;
    }

    .flexed-left,
    .flexed-right,
    .flexed-left.larger-flex,
    .flexed-right.larger-flex {
        width: 100%;
    }

    .virtual-box-container {
        position: relative;
    }

    .virtual-box h2 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .virtual-box {
        padding: 25px 25px;
    }

    .virtual-box-btn {
        margin-top: 25px;
    }

    .virtual-box-btn a {
        padding: 12px 0;
        font-size: 22px;
        line-height: 22px;
    }

    #wpcf7-f34716-p30256-o1 .wpcf7-submit {
        font-size: 16px !important;
    }

    #wpcf7-f34716-p30256-o1 .checkboxes {
        margin-top: 50px;
    }

    .secondary-collections-element.small-column {
        width: 100%;
    }

    .product-gallery-flex {
        margin-left: 0;
        margin-right: 0;
    }

    .header-scroll {
        padding-bottom: 0;
    }

    .product-header-image-tiles {
        height: 38.234vw;
    }

    .secondary-collections-element {
        margin-bottom: 20px;
    }

    .secondary-collections-content a {
        padding: 0rem 10px 0 10px;
    }

    .width-search {
        width: 80%;
        margin: 0 auto;
    }

    .width-search input {
        display: block;
        width: 100%;
        font-size: 0.75rem;
        line-height: 0.75rem;
        padding: 0.5rem 0.5rem 0.5rem 1.75rem !important;
    }

    .mobile-filter-hld {
        display: block;
    }

    .mobile-filter-hld a {
        text-align: center;
    }

    #filters {
        display: none;
        height: auto;
        background: #000000;
        width: 100%;
        margin: 1rem auto 0 auto;
        padding: 0;
    }

    .filtre-input input,
    .filtre-input select {
        border-bottom: 3px solid #ffffff;
        color: #ffffff;
    }

    .filtre-input select option {
        color: #000000;
    }

    .reset-filters {
        color: #000000;
        background-color: #ffffff;
    }

    .filtre-element {
        width: 100%;
        padding-top: 1rem;
        margin-bottom: 0;
    }

    .extra-padding-bottom {
        padding-bottom: 1rem;
    }

    .filter-positioner {
        position: relative;
    }

    .elementor-34737 .elementor-element.elementor-element-9dc3ffb {
        margin-top: 31.234vw !important;
    }

    .csr-header-image {
        height: 45.489583VW;
    }

    .blog-element {
        height: 49.324vw;
    }

    .prod-nav.blognav {
        display: none;
    }

    .custom-modal-holder {
        width: 100%;
        padding: 15px 10px;
    }

    .custom-modal-holder h3 {
        font-size: 22px;
        line-height: 24px;
    }

    form.send-wishlist {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .facelift-wishlist-buttons .general-site-btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .yearlogo {
        display: none;
    }

    .spaced-top {
        margin-top: 31.23vw;
    }

    .elementor-shortcode,
    .elementor-element-d1e879d {
        padding: 0 15px;
    }

    .make-inline {
        display: block;
    }

    .mobile-full {
        display: block;
        width: 100%;
    }

    .mobile-force-btn {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }

    .FullScreen {
        display: block;
        text-align: center;
        margin: 25px 0;
    }

    .FullScreen a {
        display: inline-block;
        outline: none;
        border: 2px solid #000000;
        font-size: 1.25rem !important;
        line-height: 1.25rem !important;
        color: #000000;
        padding: 0.8rem 1rem;
    }

    .matterport-container {
        margin-top: 135px;
    }

    .flexed-group-item {
        width: 33.333%;
    }

    .mobile-width-control {
        width: 80%;
    }

    .flexed-group-item a.mobile-wish span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1.62342vw;
    }

    .flexed-group-item svg {
        margin-left: auto;
    }

    .flexed-group-item.wish-group {
        width: 36.333%;
    }

    .flexed-group-item.download-group {
        width: 15%;
    }

    .flexed-logo {
        display: flex;
        align-items: center;
        width: 80%;
        margin: 0 auto;
    }

    .bai50Head {
        width: 40.234vw;
        display: block;
    }

    .mobile-logo-hold {
        width: 50%;
    }

    .mobile-logo-hold a {
        display: block;
        margin-right: auto;
    }

    .wpml-ls-legacy-list-horizontal>ul {
        text-align: right;
    }

    .mobile-lang-holder {
        width: 50%;
    }

    .modal-enlarger {
        max-width: 95%;
    }

    .custom-modal-holder {
        width: 95%;
        height: auto;
        padding: 13.423vw 6.423vw;
    }

    .close-modal.facelift-close {
        top: 2.824vw;
        right: 1.934vw;
    }

    .custom-modal-holder h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .wishlist-send-heading {
        margin-bottom: 25px;
    }

    .send-wish-input-hold label {
        font-size: 1.1rem;
        line-height: 1.1rem;
    }

    form.send-wishlist input[type="text"],
    form.send-wishlist textarea {
        font-size: 16px;
        line-height: 16px;
        padding: 6px 10px 6px 10px;
    }

    .send-wish-input-hold label span select {
        margin-bottom: 15px;
    }

    .send-wish-input-hold.makesmall label {
        font-weight: 400;
        font-size: 0.8rem;
        line-height: 1.1rem;
        margin-bottom: 3.5vw;
    }

    .wishlist-btn-override .black-btn {
        padding: 0.4rem 1.8rem 0.6rem 1.8rem !important;
    }

    .promester-positioner p {
        width: 100%;
    }

    .promester-positioner {
        top: 25%;
    }

    picture.h-\[250px\] {
        display: block;
        width: 100%;
        height: 100%;
    }

    picture.h-\[250px\] img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center bottom;
    }

    .promester-positioner h1 {
        font-size: 1.9rem;
        line-height: 2rem;
    }

    .promester-positioner p {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.1rem;
    }

    .general-site-btn {
        padding: .6rem 1.4rem;
        font-size: 1rem;
        line-height: 1rem;
    }

    a.bnrRules {
        display: block;
        font-weight: 600;
        position: absolute;
        bottom: -74.766vw;
        text-align: center;
        width: 94%;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom: 2px solid black;
        padding-bottom: 3.234vw;
    }

    div.static.float-right {
        display: none;
    }

    .sliderFlexedContent {
        flex-wrap: wrap;
    }

    .sliderFlexedContentElement {
        margin-bottom: 8.234vw;
        width: 100%;
        padding: 0 0;
    }

    .sliderFlexedContentElementImg {
        width: 35%;
        height: 14.234vw;
        margin: 0 auto 2.634vw auto;
    }

    .sliderFlexedContentElement p {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    a.bnrRules {
        position: relative;
        top: auto;
        bottom: auto;
        border: none;
        padding-bottom: 7.234vw;
        padding-top: 4.234vw;
    }

    .sliderFlexedContentElement p {
        font-size: 1.1rem;
        line-height: 1.3rem;
        width: 80%;
        margin: 0 auto;
    }

    .sliderFlexedContentElement p span {
        display: block;
        font-size: 0.9rem;
        line-height: 1.1rem;
    }

    .flexed-slide {
        padding: 2.834vw 2.834vw;
    }

    .sliderItemSmallContent {
        padding-top: 10.234vw;
        align-items: baseline;
    }

    .slidImg {
        width: 86%;
        margin: 0 auto 2.8234vw auto;
        height: 9.234vw;
    }

    .sliderItemSmallContentElement p {
        width: 90%;
    }

    .slideritem.secondslide {
        background: #fbfbfb url(/wp-content/uploads/2022/12/sld-mobile.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
    }

    .desktop-urls {
        display: none;
    }

    .mobile-urls {
        display: block;
    }

    .slideritem {
        height: auto;
        min-height: auto;
    }

    .OnlyOnMobile {
        display: flex;
    }

    .OnlyOnDesktop {
        display: none;
    }

    .background-account h1 {
        transform: translateY(0);
    }

    .background-profil,
    .background-upload,
    .background-detail,
    .del-background {
        background: no-repeat;
        min-height: 0;
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .hideLinkDesktop {
        display: block;
    }

    .hideLinkMobile {
        display: none;
    }

    .campanie50 {
        padding: 25px 15px;
    }

    .campanie50 h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 12px;
    }

    .campanie50 h3 {
        width: 100%;
        line-height: 22px;
    }

    .campanie50 .input-holder {
        margin-bottom: 15px;
    }

    #send-campaign50 {
        display: block;
        padding: 0.8rem 1.2rem !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        outline: none !important;
        text-transform: none !important;
        background: #C32329;
        color: #fff;
        font-size: 20px !important;
        line-height: 20px !important;
        border-radius: 0 !important;
        border: none !important;
        margin-top: 15px;
        width: 100%;
    }

    .mobileControl .bnrimg img {
        display: block;
        width: 100%;
        height: 320px;
        object-fit: cover;
        object-position: center center;
    }

    .campaignFormHold {
        padding-top: 50px;
    }

    .positioner {
        padding: 0 15px;
    }

    .rectifImg {
        width: 7.729167VW;
        margin-right: 3.234vw;
    }

    .positioner h1 {
        font-size: calc(34px + (120 - 34) * (100vw - 480px) / (1920 - 480));
        line-height: calc(44px + (130 - 44) * (100vw - 480px) / (1920 - 480));
    }

    .positioner .container {
        align-items: center;
    }

    .floatRule {
        position: absolute;
        top: -38px;
        right: 0;
        /* left: auto; */
        font-weight: bold;
        color: #C32329;
    }

    .discount-section.smallerSection.suc.campanie50SuccessMobile {
        margin-top: 7.9rem;
    }

    .discount-section.smallerSection.suc.campanie50SuccessMobile .container.px-5.mx-auto.mb-10 {
        padding: 0 0 !important;
    }

    .campanie50SuccessMobile.discount-section h1 {
        text-align: left;
    }

    .campanie50SuccessMobile .discount-success-content p:last-of-type {
        margin-bottom: 0;
        margin-top: 7.324vw;
    }

    .campanie50SuccessMobile .discount-success-img {
        height: 52.324vw;
    }

    .home-cate-list .secondary-collections-flex.col-list {
        display: flex;
    }

    .home-cate-list .secondary-collections-element {
        padding: 0 0;
        margin-bottom: 10.2242vw;
        width: 50%;
    }

    .home-cate-list .secondary-collections-flex.col-list .secondary-collections-box {
        margin-bottom: 4.23vw;
    }

    .home-cate-list .secondary-collections-element.small-column {
        width: 50%;
    }

    .secondary-collections-image {
        height: 36.234vw !important;
        width: 36.234vw !important;
    }

    .home-cate-list .secondary-collections-box {
        height: auto;
    }

    .home-cate-list .secondary-collections-box .prod-cat-list-content a {
        text-align: center;
    }

    .section-colectii-1-content .secondary-collections-element {
        width: 100%;
    }

    .homeCol .secondary-collections-element {
        width: 100%;
    }

    .product-header-image {
        /* height: 100.291667VW; */
        height: auto;
    }

    .product-header-image img {
        height: auto !important;
        object-fit: inherit;
        object-position: inherit;
    }

    div.elementor-element-747181a .elementor-shortcode .elementor-shortcode {
        padding: 0 0;
    }

    .collectionSlide .owl-dots {
        position: relative;
        top: -16.766vw;
    }

    .disclaimerHolder {
        margin-top: 2.823848vw;
    }

    .disclaimerIMG {
        width: 9.623vw;
        height: 37.32vw;
        float: left;
        margin-right: 2.83214vw;
    }

    .elementor-34078 .elementor-element.elementor-element-fbf6526 .elementor-heading-title {
        padding-left: 15px;
    }

    div.elementor-element-979dfc4 {
        margin-top: 25px;
    }

    section.elementor-element-b802a17 {
        margin: 25px 0 !important;
    }

    section.elementor-element-b802a17 .hold-btn {
        margin-top: 25px !important;
    }

    .elementor-element-269c620 .secondary-collections-image {
        width: 100% !important;
    }

    .proclubAmbasadorsTabHolder {
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
    }

    .proclubAmbasadorsTab {
        width: 100%;
        padding: 0 0;
    }

    .proclubAmbasadorsElement {
        padding: 15px 15px;
        margin-bottom: 25px;
    }

    .proclubAmbasadorsElement h3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 27px;
    }

    .proclubAmbasadorsElement ul li {
        font-family: 'DINPro-Regular';
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 6px;
    }

    .proclubAmbasadorBtn {
        margin-top: 20px;
    }

    .proclubAmbasadorsElement ul li:last-of-type {
        margin-bottom: 15px;
    }

    .starOne,
    .starTwo,
    .starThree {
        display: none;
        width: 40px;
        height: 20px;
    }

    .proclub-full {
        width: 100%;
        padding: 0 0;
    }

    .sliderContent h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
        width: 100%;
    }

    .sliderContent h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
        width: 100%;
        width: 100%;
    }

    .sliderContent ul li {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        margin-bottom: 6px;
        width: 100%;
    }

    .proclubslider .slideritem {
        /*height: 180vw;*/
        height: 520px;
    }
    .proclubslider .sliderContent {
        top: 5%;
    }
    .flexedSlideContent .flBox {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .slideritemupdated h2 {
        min-height: 170px !important;
    }

    .slideOne {
        background: url(/wp-content/uploads/2023/10/bnr-m1.jpg);
        position: relative;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .sliderContent {
        transform: translateY(0);
        top: auto;
        bottom: 75px;
    }

    .proclub-front-flex {
        margin-left: 0;
        margin-right: 0;
    }

    .insideSlider .owl-stage-outer {
        height: auto;
    }

    .insideSlider .owl-stage-outer .owl-stage .owl-item {
        height: 53.234vw;
    }

    .insideSlider .owl-stage-outer .owl-stage .owl-item .item {
        height: 100;
    }

    .slideOneInside {
        background: url('/wp-content/uploads/2023/10/banner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .slideTwoInside {
        background: url('/wp-content/uploads/2023/10/banner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .insideSlideContent {
        position: relative;
        text-align: center;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .insideSlider,
    .account-back {
        height: auto;
    }

    .tooltipElement {
        top: -25px;
        right: 11px;
        width: 20px;
        height: 20px;
    }

    .tooltipContentLarge {
        width: 100%;
    }

    .desktopArea {
        display: none;
    }

    .mobileArea {
        display: block;
    }

    .mobileArea .general-account-btn {
        text-align: center;
        width: 100%;
    }

    .flexedArea {
        display: flex;
        flex-wrap: nowrap;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .switchElement {
        flex: 1;
        text-align: center;
    }

    .switcherooBtn {
        display: inline-block;
        width: 92%;
        margin: 0 auto;
        border-radius: 40px;
        background: #ffffff;
        padding: 10px 10px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        font-family: 'DINPro-Bold';
        border: 2px solid black;
        color: black;
        text-decoration: none;
        text-align: center;
        transition: 0.6s ease all;
    }

    .switcherooBtn:hover {
        background: #000000;
        color: #ffffff;
        transition: 0.6s ease all;
    }

    .switcherooBtn.selected {
        background: #000000;
        color: #ffffff;
        transition: 0.6s ease all;
    }

    .ambasadorsTrackArea {
        display: block;
    }

    .proclubAmbasadorsContent {
        max-height: 0;
        overflow: hidden;
        transition: 1.6s ease max-height;
    }

    .proclubAmbasadorsContent.openedContent {
        max-height: 660px;
        transition: 1.6s ease max-height;
    }

    .proclubAmbasadorsTabs>.container {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .proclub-register h2 {
        margin-bottom: 3.5rem;
    }

    .polygon {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) scale(1);
        right: 10px;
        width: 16px;
        height: 16px;
        background: url(/wp-content/uploads/2023/10/polygon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        transition: 0.3s ease all;
        transform-origin: center center;
    }

    .polygon.openedPolygon {
        transform: translateY(-50%) scale(-1);
        transform-origin: center center;
        transition: 0.3s ease all;
    }

    .custom-modal-holder.recommendModal {
        width: 95%;
        padding: 6.24vw 5.24vw;
    }

    #projects {
        display: block;
    }

    #stats {
        display: none;
    }

    .flexedSlideContent {
        display: block;
        width: 100%;
    }

    .memberBox {
        background: #FF0000;
        padding: 10px 20px;
        display: block;
        /*width: 70%;*/
        width:40%;
        /*margin-bottom: 28px;*/
        margin-bottom: 0;
    }

    .flBox {
        width: 100%;
    }

    .slideTwoRewrite .sliderContent h2 {
        width: 100%;
        text-shadow: 0px 0px 17px black;
    }

    .sliderContent ul li {
        text-shadow: 0px 0px 20px black;
    }

    .slideTwoRewrite {
        background-position: 81% 38%;
    }

    .sliderContent ul.expl li {
        width: 100%;
        padding-left: 10px;
        font-size: 15px;
        line-height: 15px;
    }

    .memberBox {
        margin-bottom: 0;
    }

    .flBox {
        margin-bottom: 10px;
    }

    .flBox.thirdFl .memberBox {
        width: 85%;
    }

    .registerDisclaimer {
        width: 100%;
    }
}


@media screen and (max-width: 580px) {
    .fancy-product-holder .product-gallery-element-img {
        height: 26vw;
    }

    img.pointer-events-none.h-\[250px\] {
        height: 102.2342vw !important;
    }

    .proclub-left,
    .proclub-right {
        width: 100%;
    }

    .proclub-front-flex {
        flex-wrap: wrap;
    }

    .proclub-benefits {
        min-height: auto;
    }

    .proclub-register-holder .um-field {
        width: 100%;
    }

    .proclub-register-holder #um_field_42535_user_address,
    .proclub-register-holder .um-field-checkbox {
        width: 100%;
    }

    .proclub-register-holder .um-col-1 {
        display: block;
    }

    .background-account p {
        width: 100%;
    }

    .account-section-flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .account-section-left,
    .account-section-right {
        width: 100%;
        padding: 0 15px !important;
    }

    .account-projects-holder {
        width: 100%;
    }

    .profile-upd-form h3,
    .uaccount-form {
        width: 100%;
        display: block;
    }

    .uaccount-form .um-field {
        width: 100%;
    }

    .uaccount-form .um-col-alt.um-col-alt-b {
        margin: 22px 0 0 0;
        padding: 0 15px 4rem 0;
    }

    .password-form {
        width: 100%;
    }

    .proclub-register-holder.login-hold .um-row._um_row_1 {
        margin: 0 auto !important;
        width: 94%;
    }

    div.flex-login-btns {
        width: 100%;
        margin: 0 auto;
    }

    .added-to-wishlist {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 99999;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 2.534vw 4.334vw 4.534vw 2.834vw;
        background: rgb(48, 48, 48);
        background: linear-gradient(105deg, rgba(48, 48, 48, 1) 10%, rgba(180, 180, 180, 1) 100%);
    }

    .px-5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .secondary-collections-flex {
        display: block;
    }

    .secondary-collections-element {
        width: 100%;
    }

    .prod-cat-list-content {
        width: 100%;
    }

    .secondary-collections-box {
        height: 68.234vw;
    }

    .secondary-collections-image {
        height: 100%;
    }

    .secondary-collections-box .prod-cat-list-content a,
    .secondary-collections-box .prod-cat-list-content h4 {
        padding: 0 0 0 0;
    }

    .prod-cat-list-content p {
        font-size: 0.9rem;
        line-height: 1rem;
    }

    .text-flex {
        display: block;
    }

    .text-left,
    .text-right {
        width: 100%;
        text-align: left !important;
    }

    .secondary-collections-box.btnhref a:last-of-type {
        top: auto;
        bottom: 0.9rem;
    }

    .section-calculator-1 {
        margin-top: 30.234vw;
    }

    .calculator-placi-img {
        display: block;
        width: 100%;
        height: 48.324vw !important;
    }

    .section-colectii-1-content h1 {
        font-size: 2.25rem !important;
        line-height: 1 !important;
        margin-bottom: 1.5rem !important;
    }

    .section-colectii-1-content p {
        width: 100% !important;
    }

    .elementor-34503 .elementor-element.elementor-element-228cd75,
    .elementor-33137 .elementor-element.elementor-element-4d5c7bf,
    .section-calculator-1,
    .elementor-34078 .elementor-element.elementor-element-5c5ac7a {
        margin-top: 31.234vw !important;
    }

    section.elementor-element-35942d5 {
        display: none;
    }

    .products-list-flex {
        display: block;
    }

    .products-list-element {
        width: 100%;
    }

    /* .products-list-item-content-right ul li:nth-child(1) a {
        width: 11.6vw;
    }
    .products-list-item-content-right ul li:nth-child(2) a {
        width: 12.48vw;
    }
    .products-list-item-content-right ul li:nth-child(3) a {
        width: 6.23vw;
    }
    .products-list-item-content-right ul li:nth-child(4) a {
        width: 6.23vw;
    } */
    .products-list-item-img img {
        object-fit: cover;
    }

    .products-list-item-img {
        display: block;
        width: 100%;
        height: 52.44234vw;
    }

    .product-gallery-flex {
        display: block;
    }

    .product-gallery-left,
    .product-gallery-right {
        width: 100%;
    }

    .product-gallery-inner-flex {
        display: block;
    }

    .product-gallery-element {
        width: 100%;
    }

    .perfect-alternate {
        display: block;
        height: auto;
        margin-bottom: 1.2rem;
    }

    .perfect-alternate-content,
    .perfect-alternate-img {
        width: 100%;
    }

    .product-gallery-featured {
        height: auto;
    }

    .product-gallery-element-img {
        height: auto;
    }

    .calc-flex {
        display: block;
    }

    .calc-flex-left,
    .calc-flex-right {
        width: 100%;
    }

    .destination-flex {
        display: flex;
    }

    .destination-element {
        width: 33.333%;
    }

    .destination-element-img {
        height: 13.234vw;
    }

    .elementor-33137 .elementor-element.elementor-element-468d4c0 {
        display: none !important;
    }

    .perfect-alternate-content {
        padding: 0.9rem 0;
    }

    .product-attributes {
        display: block;
    }

    .attribute-element {
        width: 100%;
    }

    .elementor-33137 .elementor-element.elementor-element-f529e66 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .attribute-box.top-margin2 {
        border-top: none;
    }

    h2.ideas {
        margin-bottom: 0.6rem;
        margin-top: 0;
    }

    .filtre-flex {
        display: block;
    }

    .filtre-element {
        width: 100%;
    }

    .site-pagination {
        margin: 0 auto;
        display: block;
        width: 100%;
        text-align: center;
    }

    .product-badges li {
        width: 16.324vw;
        margin-bottom: 1.23vw;
    }

    .product-badges li:last-of-type {
        width: 18.234vw;
    }

    .product-badges {
        top: 82%;
    }

    li.menu-item {
        list-style: none;
    }

    ul.sub-menu {
        opacity: 0;
        height: 0;
        visibility: hidden;
        padding-left: 0.8rem;
        transition: 0.3s ease all;
    }

    ul.sub-menu.show-mobile-submenu {
        opacity: 1;
        height: auto;
        visibility: visible;
        transition: 0.3s ease all;
    }

    .home-cate-list h2,
    .home-colections-list h2 {
        font-size: 2.75rem;
        line-height: 3rem;
        margin-bottom: 0.5rem;
    }

    .section-colectii-2.top-margin-control {
        margin-top: 160px;
    }

    .virtual-box {
        padding: 15px 15px;
    }

    .virtual-box h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .virtual-box-img {
        width: 55%;
        height: 55%;
    }

    .virtual-box-btn a {
        padding: 8px 0;
        font-size: 18px;
        line-height: 18px;
    }

    .mt-\[202px\] {
        margin-top: 135px !important;
    }

    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
        font-size: 68px;
        line-height: 68px;
        margin-top: 0;
        margin-left: -9.834vw;
        margin-top: -5.3vw;
    }

    .products-list-item-content-right ul li {
        margin-right: 1.5rem;
    }

    .proclub-register-holder .um-field {
        padding: 0 0;
    }

    .proclub-register-holder .um-col-1 {
        margin-left: 0;
        margin-right: 0;
    }

    input#account_mobile_number-42535 {
        color: #000;
        border: 1px solid #000000 !important;
        padding: 4px 8px !important;
        height: auto !important;
        font-size: 1rem !important;
        line-height: 1rem !important;
        min-height: 40px !important;
    }

    #um_field_42535_user_county_new div span.select2-selection.select2-selection--single,
    #um_field_42535_user_profession div span.select2-selection.select2-selection--single,
    #um_field_42535_user_cesarom_source div span.select2-selection.select2-selection--single,
    #um_field_42535_user_password input#user_password-42535,
    #um_field_42535_confirm_user_password input#confirm_user_password-42535 {
        color: #000;
        border: 1px solid #000000 !important;
        padding: 4px 8px !important;
        height: auto !important;
        font-size: 1rem !important;
        line-height: 1rem !important;
        min-height: 40px !important;
    }

    .um-field .select2.select2-container .select2-selection {
        color: #000;
        border: 1px solid #000000 !important;
        padding: 4px 8px !important;
        height: auto !important;
        font-size: 1rem !important;
        line-height: 1rem !important;
        min-height: 40px !important;
    }

    .account-section {
        padding: 5.8rem 0;
        margin: 0 0;
        position: relative;
    }

    .logoutBtn {
        position: relative;
        top: 0;
    }

    .account-projects-flex {
        margin-left: 0;
        margin-right: 0;
    }

    .upload-project-section {
        padding: 3.8rem 0;
    }

    .project-info-flex {
        margin-left: 0;
        margin-right: 0;
    }

    .project-info-hold,
    .project-info-hold.tenpercent {
        width: 100%;
    }

    .project-info-hold {
        padding: 0 0;
    }

    .image-uploader-flex {
        margin-left: 0;
        margin-right: 0;
        margin-top: 3.234vw;
    }

    .image-uploader-holder {
        width: 100%;
        padding: 0 0;
        margin-bottom: 3.234vw;
    }

    .image-uploader-hold {
        width: 100%;
    }

    .project-info-hold.tenpercent p {
        position: relative;
        top: 0;
        color: red;
        font-size: 1rem;
        line-height: 1.2rem;
        margin-bottom: 4.234vw;
    }

    .project-info-input label {
        display: block;
        width: 100%;
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1.4rem;
        margin-bottom: 3.234vw;
    }

    .project-info-input {
        margin-bottom: 5.324vw;
    }

    .multiselect-wrapper#project_collection_multiSelect {
        width: 100%;
    }

    .uploader-input-textarea textarea {
        width: 100%;
    }

    .radio-hold,
    .checkbox-hold {
        width: 100%;
    }

    .message-box {
        width: 95%;
    }

    .proclub-messages {
        width: 95%;
        padding: 14.24vw 3.24vw;
    }

    div.account-section-right.mobileControl {
        padding: 18.234vw 0;
    }

    .acc-list li {
        font-size: 1.1rem;
        line-height: 1.3rem;
        margin-bottom: 6.324vw;
        display: inline-block;
        margin-right: 0;
        width: 100%;
    }

    .acc-list {
        margin-bottom: 0;
    }

    input#um-submit-btn {
        margin-top: 5.234vw;
    }

    .um.um-password.um-um_password_id.uimob500 {
        padding: 0 15px;
    }

    .slideFlexLeftContent {
        position: relative;
        padding-left: 0;
        top: auto;
        left: auto;
        transform: translateY(0%);
        padding-bottom: 10.234vw;
    }

    /* .slideOne{
        position: relative;
        background: url('/wp-content/uploads/2023/01/ProClub-Newsletter-header-1.jpg') black;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }
    .slideTwo{
        position: relative;
        background: url('/wp-content/uploads/2023/01/mobile-telem.jpg') black;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: contain;
    } */
    .slideFlexLeft,
    .slideFlexRight {
        width: 100%;
        padding: 0 15px;
    }

    .slideFlexRight {
        padding: 0 0;
    }

    .slideFlex {
        /* padding-left: 15px;
        padding-right: 15px; */
    }

    .slideList li img {
        width: 8.483333VW !important;
    }

    .slideList li {
        display: flex;
        margin-bottom: 6.2234vw;
    }

    .slideList li:nth-of-type(3) img {
        width: 9.8234vw !important;
    }

    .slideFlexLeft,
    .slideFlexRight {
        width: 100%;
        min-height: 76.034vw;
        min-height: auto;
        position: relative;
    }

    .slideList li:nth-of-type(3) {
        width: 100%;
    }

    .slideList li span,
    .slideList li a {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .elsFlex.OnlyOnMobile {
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 7.234vw;
    }

    .elsFlexElem {
        width: 100%;
        text-align: left;
        padding: 2.034vw 2.234vw 3.034vw 4.234vw
    }

    .elsFlexHold {
        width: 100%;
        padding: 0 0.8234vw;
        margin-bottom: 7.324vw;
    }

    .elsFlexElemImg {
        text-align: left;
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 2.324vw 0 auto !important;
    }

    .elsFlexElem p {
        display: inline-block;
        vertical-align: middle;
        font-size: 1rem;
        line-height: 1.2rem;
    }

    /* .slideTwo .elsFlex {
        bottom: 4.824vw;
    }*/
    .slideTwo .elsFlexHold {
        width: 100%;
        padding: 0 0.8234vw;
        margin-bottom: 3.324vw;
    }

    .slideTwo .elsFlexElem {
        width: 100%;
        padding: 3.134vw 3.8234vw 3.134vw 3.8234vw;
    }

    .slideTwo .elsFlexElem p {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .slideTwo .elsFlex {
        bottom: 0;
    }

    .slideFlexLeftContent h2 {
        font-size: 1.9rem;
        line-height: 2.1rem;
        margin-bottom: 48.434vw;
        margin-top: 8.234vw;
        text-shadow: -3px 1px 2px black;
    }

    .slideTwo .slideFlexLeftContent h2 {
        font-size: 1.9rem;
        line-height: 2.1rem;
        margin-bottom: 20.434vw;
        margin-top: 12.234vw;
        text-shadow: -3px 1px 2px black;
    }

    .slideTwo .slideFlexLeft {
        background: none;
    }

    .proclubEar {
        position: absolute;
        top: 65%;
        left: -8px;
        right: 0;
        width: 80%;
        margin: 0 auto;
    }

    .products-list-item-content {
        flex-wrap: wrap;
    }

    .products-list-item-content-right ul li {
        margin-right: 0;
    }

    .products-list-item-content-right ul li a {
        height: 12.934vw !important;
        width: 12.934vw !important;
    }

    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
        top: 0;
        width: 12.934vw !important;
        height: 12.934vw !important;
    }

    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
        font-size: 68px;
        line-height: 68px;
        margin-top: 0;
        margin-left: -9.834vw;
        margin-top: 0;
        top: -4.766vw;
    }

    .products-list-item-content-left {
        width: 100%;
    }

    .products-list-item-content-right {
        width: 100%;
        margin-top: 3.234vw;
    }

    .products-list-item-content-right ul {
        display: flex;
        flex-wrap: wrap;
    }

    .products-list-item-content-right ul li {
        flex: 1;
        text-align: center;
    }

    .positioner.homepagePositioner {
        bottom: auto;
        top: 9.166667VW;
        padding-left: 1.25rem;
    }

    .make-object-fit-home {
        height: 68.25VW;
    }

    .registerFloat .general-account-btn {
        padding: 0.8rem 2.4rem 0.8rem 2.4rem !important;
        font-size: 1rem !important;
        line-height: 1rem !important;
    }

    .registerFloat {
        position: absolute;
        z-index: 2;
        bottom: 5.324vw;
        right: 6.024vw;
    }

    .proclub-register h2 {
        font-size: 1.55rem;
        line-height: 1.89rem;
        padding-top: 1rem;
    }

    .proclub-register-holder .um-field {
        margin-bottom: 10px;
    }

    .container.px-5.mx-auto.mb-20 {
        margin-bottom: 15px !important;
    }

    .elementor-element-747181a .elementor-widget-container .elementor-shortcode {
        padding: 0 0;
    }

    .elementor-element-1853fd2 .elementor-widget-wrap.elementor-element-populated {
        padding: 0 0 !important;
    }

    .mt-\[202px\].relative.account-back {
        margin-top: 15px !important;
    }

    .mobile-urls {
        display: block;
        padding: 30px 0 30px 0;
    }

    .recommendationTextHold {
        width: 100%;
        margin-bottom: 25px;
    }

    .recommendationUsersHold {
        width: 100%;
        margin-bottom: 25px;
    }

    .recommendationBtnHold {
        width: 100%;
    }

    .recommendationBtnHold .recommendationBtn {
        width: 100%;
        text-align: center;
    }

    .userImg {
        width: 45px;
    }

    .um-account-name {
        display: flex;
        align-items: center;
        margin-bottom: 7.234vw;
    }

    .um-account-name a.uname {
        font-size: 22px;
        line-height: 25px;
        flex: 1;
    }

    a.edit-profile-btn {
        top: inherit;
        font-size: 16px !important;
        line-height: 16px !important;
        flex: 1;
        text-align: right;
    }

    .accountLvl {
        position: relative;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .tooltipContentExtraLarge {
        left: 0;
        width: 332%;
    }


}

@media screen and (max-width: 420px) {
    .custom-modal-holder {
        width: 95%;
        height: 95%;
        overflow-y: scroll;
        padding: 13.423vw 6.423vw;
    }

    .close-modal.facelift-close {
        top: 2.824vw;
        right: 2.934vw;
    }
}

@media screen and (max-width: 390px) {
    .tooltipContentExtraLarge {
        left: 0;
        width: 286%;
    }
}



/* INNTECH SUPRASCRIERE ELEMENTOR */


.elementor-section.elementor-section-boxed>.elementor-container {
    padding: 0 !important;
    margin: 0 auto !important;
}

@media screen and (max-width: 1490px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        padding: 0 !important;
    }
}


.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1536px !important;
}

@media screen and (max-width: 1535px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1280px !important;
    }
}

@media screen and (max-width: 1320px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px !important;
    }
}

@media screen and (max-width: 1320px) {
    .header-scroll .container {
        max-width: 1190px;
    }
}

@media screen and (max-width: 1023px) {

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 768px !important;
    }
}

@media screen and (max-width: 767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 640px !important;
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    width: 100%;
}

.tinvwl-shortcode-add-to-cart .tinvwl_add_to_wishlist_button {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    vertical-align: middle !important;
    pointer-events: all !important;
    cursor: pointer !important;
    z-index: 10 !important;
}