.main-header {
    background: linear-gradient(90deg, #EFCBFD 0%, #FFFFFF 50%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header-line {
    height: 2px;
    background: radial-gradient(114.22% 1169.26% at 4.34% -0.04%, #C942F3 0%, #FA0886 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}
.menu-header {
    background: #333333;
}
.level-0-menu-item {
    padding-top:16px;
    padding-bottom: 16px;
}
#search-content {
    flex-grow: 1;
}
#search {
    background: #FFFFFF;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.07);
    padding: 0.75rem 0.75rem 0.75rem 1.25rem;
    border-radius: 24px;
    border: 1px solid transparent;
    max-width: 739px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease-in-out;
}

#search:focus {
    box-shadow: none;
    border-color: #D6D6D6;
}

/* When suggestions are shown */
.search-autocomplete[style*="display: block"] + #search,
#search[data-suggestions-visible="true"] {
    border-radius: 24px 24px 0 0;
    border: 1px solid #D6D6D6;
    border-bottom: none;
    box-shadow: none;
}

#search_autocomplete .absolute {
    border: 1px solid #D6D6D6;
    border-top: none;
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

#search-button {
    background-image: url("../images/search.png");
    background-position: right 2% center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 17px;
    text-indent: -999px;
    width:16px;
    height:16px;
    cursor: pointer;
}

#search-icon {
    position: relative;
    top: 12px;
    right: 32px;
}

.lang-switch > a {
    border-left: 1px solid #D6D6D6;
}
.faded {
    opacity: 0.3
}

.menu-hint {
    background: radial-gradient(114.22% 1169.26% at 4.34% -0.04%, #C942F3 0%, #FA0886 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 7px;
    font-weight: 700;
    font-size: 7px;
    line-height: 9px;
    color: #fff;
    text-transform: uppercase;
    display: inline;
    padding: 2px 5px;
    gap: 10px;
    position: absolute;
    top: 5px;
    right: 0px;
}

.menu-panel-l1 {
    background-color: #EEEFFC;
    margin-top: 24px;
}

.subscribe input  {
    border-radius: 0;
}
.subscribe button {
    border-radius: 0 !important;
    background: radial-gradient(114.22% 1169.26% at 4.34% -0.04%, #C942F3 0%, #FA0886 100%);
    padding: 16px !important;
}
.green-bubble {
    position: absolute;
    left: 30px;
    bottom: 15px;
    font-size: 8px;
    height: 15px;
    width: 15px;
    padding-left: 0;
    font-weight: bold;
    padding-top: 3px;
    background-color: #2AD34E;
}
.wishlist-bubble {
    right: 67px !important;
}

.user_open_menu {
    background: #FFFFFF;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.07);
    border-radius: 8px 8px 0px 0px;
}

.testimonial-stars {
    display: inline-block;
    margin-left:auto;
    margin-right: auto;
}
.testimonial-stars .stars img {
    display: inline-block;
}
.testimonial-stars .stars {
    margin-top:10px;
    margin-bottom: 15px;
}
.testimonial-stars .margin {
    background: radial-gradient(114.22% 1169.26% at 4.34% -0.04%, #C942F3 0%, #FA0886 100%);
    width: 168px;
    height: 1px;
}

.splide__pagination__page.is-active {
    background: radial-gradient(114.22% 1169.26% at 4.34% -0.04%, #C942F3 0%, #FA0886 100%) !important;
}
.splide__pagination__page {
    background: #EEEFFC !important;
    width: 8px;
    height: 8px;
}

.view-testimonials-button {
    background: radial-gradient(114.22% 1169.26% at 4.34% -0.04%, #C942F3 0%, #FA0886 100%);
    padding: 16px;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.testimonial {
    background-color: #EEEFFC;
    padding: 2% 2% 1%;
    box-sizing: border-box;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .page-main {
        margin-top: 0;
    }
    .main-header {
        background: linear-gradient(90deg, #EFCBFD 0%, #FFFFFF 50%), #FFFFFF;
        box-shadow: none;
    }

    .main-header .logo img {
        height: 21px;
    }

    .green-bubble {
        right:13px;
    }
    .wishlist-bubble {
        left: 28px;
        top: 34px;
    }
    .menu-hint {
        display: none;
    }
    .user_open_menu {
        box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.5);
        background: transparent;
    }

    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }


}

@media (max-width: 1024px) {
    #main-header .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.page-header {
    max-width: 100vw;
}

.has-special-price {
    color: #F31095;
}
.price-wrapper .decimals {
    font-size: 9px;
    vertical-align: super;
}
.price-wrapper .currency {
    font-size: 15px;
    margin-left:3px;
}

.catalog-product-view  .price-wrapper {
    font-size: 32px;
}
.catalog-product-view .old-price .main {
    text-decoration: line-through;
}


#nav-mobile {
    z-index: 9999;
}

/* clears the 'X' from Internet Explorer */
#search::-ms-clear {  display: none; width : 0; height: 0; }
#search::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
#search::-webkit-search-decoration,
#search::-webkit-search-cancel-button,
#search::-webkit-search-results-button,
#search::-webkit-search-results-decoration { display: none; }


#cart-drawer .decimals {
    font-size: 9px;
    vertical-align: super;
}
#cart-drawer .currency {
    font-size: 15px;
    margin-left:3px;
}

.product-item .color-variant {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin:0;
}
.color-variant-circle {
    margin-right:0.5rem;
    line-height: 16px;
}

.color-variant {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: 1px;
    display: inline-block;
}
.color-variant-circle {
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
}
.color-variant-circle.active {
    border: 1px solid #d1004b;
}

.product-label {
    background: radial-gradient(114.22% 1169.26% at 4.34% -0.04%, #C942F3 0%, #FA0886 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 3px;
    padding: 4px 8px;
    color: white;
}

.splide__pagination {
    display: none;
}

.columns {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1024px) {
    .columns {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

}

.splide__arrow {
    background: radial-gradient(114.22% 1169.26% at 4.34% -0.04%, #C942F3 0%, #FA0886 100%);
}
.splide__arrow svg {
    fill: white;
}

.catalog-product-view #maincontent > .container {
    display: none;
}

.hr {
    border: 1px solid #D6D6D6;
    display:block;
    margin-top:10px;
    margin-bottom: 10px;
}

.dimensions-guide-table {
    border: 1px solid #D6D6D6;
}
.dimensions-guide-table td, .dimensions-guide-table th {
    border: 1px solid #D6D6D6;
    text-align: center;
}

.size-guide-container, .review-container {
    width: 100vw !important;
    position: relative;
    left: calc(-50vw + 50%);
}

@media (max-width: 1024px) {
    .page-header .nav-mobile ul.open-down {
        margin-bottom: 0 !important;
    }
    .product-addtocart-button {
        padding: 16px 22px !important;
    }

    .mz-hint {
        display: none !important;
    }

    #thumbs {
        position: absolute !important;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 8px;
        z-index: 1000;
        min-height: initial !important;
        justify-content: center;
    }

    #thumbs > div {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
        justify-content: center;
    }

    #thumbs > div > a {
        border-radius: 50%;
        background-color: white;
        opacity: 0.5;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 5px !important;
        padding: 5px;
    }

    .thumb-active {
        background-color: #F31095 !important;
    }


    .img-hide-mobile {
        display: none !important;
    }

    .mz-thumb-selected {
        background-color: #DD2745;
    }
}

.stock-bubble {
    background: #2AD34E;
    border-radius: 7px;
    padding:4px;
}
.stock-bubble.unavailable{
    background: red;
}

.option_pill {
    padding: 8px 16px;
    gap: 10px;
    background: #F5F5F5;
    border: 1px solid #ADADAD;
    border-radius: 16px;
    color: #5C5C5C;
    margin-right: 10px;
    line-height: 50px;
    cursor:pointer;
}

.swatch-attribute .swatch-attribute-options .swatch-option {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0;
    margin-right: 0;

    height: 32px;
}

.swatch-attribute .swatch-attribute-options .swatch-option.oos {
    background: #EBEBEB;
    border: 1px solid #D6D6D6;
}
.swatch-attribute .swatch-attribute-options .swatch-option.oos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    width: 65%;
    height: 100%;
    background: linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(0,0,0,1) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%);
    z-index: -1;
}

.low-stock-corner {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #FF8514;
    border-radius: 50%;
    right: -4px;
    top: -4px;
    text-align: center;
    vertical-align: middle
}
.low-stock-corner span {
    position: relative;
    top: -8px;
    font-size: 10px;
}

.low-stock-corner {
    color: white
}


.product-addtocart-button {
    background: radial-gradient(114.22% 1169.26% at 4.34% -0.04%, #C942F3 0%, #FA0886 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    padding: 16px 96px;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    height: 78px;
    color: white;
}

.add_to_wishlist {
    width: 55px;
    height: 78px;
    background: #EBEBEB;
    border-radius: 8px;
}
.add_to_wishlist svg {
    margin:auto;
}

#nav-mobile-container-wrapper {
    background: rgba(0, 0, 0, 0.64);
}
#nav-mobile-container {
    width: calc(100% - 50px);
}

.group-mobile-title {
    background: #EEEFFC !important;
    font-weight: bold;
}



@media (min-width: 1024px) {
    .group-mobile-title {
        display: none !important;
    }
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #mini-cart-contents {
        max-height: calc(100vh - 300px);
    }
}



.page-main {
    margin-top: 0 !important;
}

.subcategory-listing .subcategory-item {
    padding: 6px 16px;
    gap: 10px;
    border: 1px solid #ADADAD;
    border-radius: 20px;
}

.selected-filter-band-container {
    background-color: #EEEFFC;
    width:100vw;
    position: relative;
    left: calc(-50vw + 50%);
}
.selected-filter-band {
    padding-top: 8px;
    padding-bottom: 8px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

#category-view-container .page-title-wrapper {
    padding-top:20px;
    padding-bottom: 20px;
}

.filter-band-container {
    background-color: #F5F5F5;
    width:100vw;
    position: relative;
    left: calc(-50vw + 50%);
}
.filter-band {
    padding-top: 8px;
    padding-bottom: 8px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.filter-option {
    border: 1px solid #D6D6D6;
    padding: 5px;
    background-color: white;
    font-size: 12px;
}


.filter-options-content {
    position: absolute;
    background-color: white;
    margin-left: -6px;
    border: 1px solid #D6D6D6;
    border-top: 0;
    z-index: 99;
    white-space: nowrap;
    width: auto;
    min-width: 150px;
}
.smile-es-range-slider {
    margin: 15px;
}

.active-filter-bubble {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: radial-gradient(114.22% 1169.26% at 4.34% -0.04%, #C942F3 0%, #FA0886 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 64px;
    padding: 4px 7px;
    color: white;
    position: relative;
    margin-left: 5px;
}

.active-filter-bubble span {
    font-size: 10px;
    position: relative;
    top: -5px;
}

.categ-loading-progress-status {
    width: 100%;
    background-color: #ddd;
    margin: auto;
    height: 5px;
    overflow: hidden;
    border-radius: 5px;
    max-width: 400px;
}

.categ-loading-progress-bar {
    width: 0%;
    height: 20px;
    background-color: #F31095;
}

.categ-loading-info {
    text-align: center;
    padding: 15px 10px 25px;
}
.categ-loading-info .products-count-all {
    padding-bottom: 3px;
}

.products-count {
    clear: both;
    line-height: 1.2;
    padding: 5px 10px;
    color: #5f5555;
    text-align: center;
    background-color: #f8f3f1;
}

.sizes .disabled {
    color: #ccc !important;
}

.mobile-filtering {
    margin-top: 10px;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}
.mobile-filtering .section {
    width: 50%;
    display: inline-block;
    padding: 0.5em;
    text-align: center;
    float:left;
    border: 1px solid #D6D6D6;
}
.mobile-filtering .section.categories {
    border-left: 0;
    border-right: 0;
}
.mobile-filtering .section.filters {
    border-right: 0;
}

.mobile-filtering.filters-only .section {
    width: 100%;
    border-right: 1px solid #D6D6D6;
}
.mobile-filtering.filters-only .section.filter {
    border-left: 0;
    border-right: 0;
}

.top-bar {
    background: radial-gradient(114.22% 1169.26% at 4.34% -0.04%, #C942F3 0%, #FA0886 100%)
}

#mobile-filters-menu .active-filter-bubble {
    top: 0;
}
#mobile-filters-menu .active-filter-bubble span {
    top: -10px;
}


.customer-account-create  .page-title {
    display: none;
}
.required-asterisk {
    color: red;
    font-size: 10px;
    position: relative;
    top: -5px;
    left: 0;
}


@media (min-width: 1024px) {
    /* The sticky class is added to the header with JS when it reaches its scroll position */
    .sticky {
        position: fixed;
        top: 0;
        width: 100%
    }

    /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .maincontent {
        padding-top: 158px;
    }
}

.cms-left-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px 24px;
    gap: 32px;
    background: #F6F5FB;
}

.cms-left-menu p {
    margin-top:10px;
    margin-bottom: 10px;
}

.cms-left-menu .title {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #D6D6D6;
}
.cms-left-menu .block-section {
    margin-top:20px;
    margin-bottom: 20px;
}

.cms-page-view h1 {
    font-size: 20px;
    line-height: 29px;
    color: #5C5C5C;
    text-transform: uppercase;
    margin-bottom: 15px;

}
.cms-page-view h2 {
    color: #5C5C5C;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
}
.cms-page-view p {
    margin-bottom: 15px;
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky-header + #maincontent {
    padding-top: 78px;
}
.aw_rma-customer-createrequeststep .page-title {
    display: none;
}
.aw_rma-customer-view .page-title {
    display: none;
}
.aw_rma-customer-index .page-title {
    display: none;
}
.aw_rma-customer-selectorderstep .page-title {
    display: none;
}
.account .page-title {
    display: none;
}

.return-title {
    display: flex;
}
.return-title .num {
    background: #333333;
}
.return-title .text {
    background: #EEEFFC;
}

.field-error {
    border-color: red;
    color: red;
}

#lockerDetails {
    margin-top: 10px;
    background: #ECECEC;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
}

#lockerDetails .title {
    color: #A6A2A2;
}
#lockerDetails .details {
    display: flex;
    gap: 10px;
    align-items: center;
}


@media screen and (max-width: 768px) {
    .aw-rma__actions button {
        width: 100% !important;
        display: block;
        text-align: center !important;;
    }
}



.account .main {
    padding: 2em;
    background-color: white;
}

@media screen and (max-width: 768px) {
    .account .page-wrapper .main {
        padding: 1em !important;
    }
}

.account-nav-content .item {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 20px;
    font-size: 14px;
}
.account-nav-content .item:hover a{
    color: #F31095;
}
.account-nav-content .item.current strong {
    color: #F31095;
    text-decoration: none !important;
}
.account-nav-content .item.contul-meu {
    background-image: url('../images/myaccount/dashboard-gray.png');
}
.account-nav-content .item.contul-meu:hover {
    background-image: url('../images/myaccount/dashboard.png');
}
.account-nav-content .item.date-personale {
    background-image: url('../images/myaccount/dashboard-gray.png');
}
.account-nav-content .item.date-personale:hover {
    background-image: url('../images/myaccount/dashboard.png');
}
.account-nav-content .item.comenzile-mele {
    background-image: url('../images/myaccount/orders-gray.png');
}
.account-nav-content .item.comenzile-mele:hover {
    background-image: url('../images/myaccount/orders.png');
}
.account-nav-content .item.adresele-mele {
    background-image: url('../images/myaccount/address-gray.png');
    background-size: 15px;
    background-position: 2px;
}
.account-nav-content .item.adresele-mele:hover {
    background-image: url('../images/myaccount/address.png');
    background-size: 15px;
    background-position: 2px;
}
.account-nav-content .item.favorite {
    background-image: url('../images/myaccount/favorites-gray.png');
}
.account-nav-content .item.favorite:hover {
    background-image: url('../images/myaccount/favorites.png');
}
.account-nav-content .item.recenziile-produsului-meu, .account-nav-content .item.review-urile-mele {
    background-image: url('../images/myaccount/reviews-gray.png');
}
.account-nav-content .item.recenziile-produsului-meu:hover, .account-nav-content .item.review-urile-mele:hover {
    background-image: url('../images/myaccount/reviews.png');
}
.account-nav-content .item.returnare-articole {
    background-image: url('../images/myaccount/returns-gray.png');
}
.account-nav-content .item.returnare-articole:hover {
    background-image: url('../images/myaccount/returns.png');
}
.account-nav-content .item.abonare-newsletter {
    background-image: url('../images/myaccount/newsletter-gray.png');
}
.account-nav-content .item.abonare-newsletter:hover {
    background-image: url('../images/myaccount/newsletter.png');
}
.account-nav-content .item.notificari-stoc {
    background-image: url('../images/myaccount/newsletter-gray.png');
}
.account-nav-content .item.notificari-stoc:hover {
    background-image: url('../images/myaccount/newsletter.png');
}
.account-nav-content .item:last-child {
    background-image: url('../images/myaccount/logout-gray.png');
}
.account-nav-content .item:last-child:hover {
    background-image: url('../images/myaccount/logout.png');
}

.account .main {
    background: none !important;
    padding: 0 !important;
}
.account .main .block-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.account .toolbar-number {
    display: none;
}

.menu-with-icon .icon {
    width: 24px;
    height: 24px;
}

.icon-small {
    width: 20px !important;
    height: 20px !important;
}
.menu-with-icon {
    padding: 12px;
    display: flex;
    gap: 6px;
    align-items: end;
}
@media screen and (max-width: 1024px) {
    .menu-with-icon {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    #menu-search-icon {
        padding: 12px;
    }
    .active-filter-bubble {
        padding: 2px 6px;
    }
}

.product-item  {
    box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0.25rem;
    border: 1px solid var(--s-8, #EBEBEB);
}

a.boxclose{
    float: right;
    margin-top: -30px;
    margin-right: -30px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}

.boxclose:before {
    top: -1px;
    content: "×";
    position: relative;
}

.is-blog .page-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
}
.is-blog .breadcrumbs ol {
    text-align: center;
    display: inline-flex;
}

.post-content a {
    text-decoration: underline;
}

.post-content img {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.post-meta {
    text-align: center !important;
}
.latest-post-details {
    background-color: #e7ebef;
}
.is-blog .read-more {
    border: 2px solid #333333;
}


.register-incentive-container {
    z-index: 999999999;
}
.register-incentive {
    background-color: #2bd34e;
}
.register-incentive-drawer {
    background-size: cover;
    width:588px;
    height: 351px;
}
.register-incentive {
    background-size: cover;
    height: 351px;
    width:62px;
}
.incentive-drawer-mobile {
    background-color: #2bd34e;
}
.incentive-drawer-mobile .account-button {
    color: white;
    background: black;
    white-space: nowrap;
}
.btn-rma-next.disabled {
    background-color: #d6d6d6 !important;
    color: white !important;
}

@media screen and (min-width: 768px) {
    .catalogsearch-result-index .subcategory-listing {
        display: none !important;
    }
}
.catalogsearch-result-index .cs-page-title--page-category {
    display: none !important;
}

.mobile-login-header .active {
    border-bottom: 3px solid #F31095 !important;
}

@media screen and (max-width: 768px) {
    #customer-login-container {
        padding-top: 0;
    }

    .registration-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.testimonial-wrapper {
    background-image: url('../images/testimonials/bg.png');
    background-size: cover;
    position: relative;

}

.testimonial-wrapper .quote {
    background-image: url('../images/testimonials/quote.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -5px;
    left: -5px;
    overflow: hidden;
}

.speech-bubble {
    margin: 40px;
    position: relative;
    background: white;
    padding: 15px;
    border-radius: 0.4em;
    box-shadow: 3px 2px #eee;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 29px solid transparent;
    border-top-color: white;
    border-bottom: 0;
    border-left: 0;
    margin-left: 100px;
    margin-bottom: -29px;
}


.input-placeholder {
    position: relative;
}
.input-placeholder input {
    padding: 6px;
}
.input-placeholder input:not(:placeholder-shown) + .placeholder {
    display: none;
}
.placeholder {
    position: absolute;
    pointer-events: none;
    top: 6px;
    bottom: 6px;
    left: 12px;
    margin: auto;
    color: #ccc;
}
.placeholder span {
    color: red;
}


@media (min-width: 1024px) {
    #customer-login-container, #customer-registration-container {
        background-color: white;
        border-radius: 10px;
        padding: 20px;
        margin-top: 20px;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
}

.account-nav {
    padding: 20px;
}
.account-nav-content {
    padding-top: 0 !important;
}
.abonare-newsletter {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D6D6D6;
}
.contul-meu {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #D6D6D6;
}
.account-nav-content .item.contul-meu {
    background-position: left 15px;
}
.account-nav-content .item.abonare-newsletter {
    background-position: left 5px;
}
.account-nav-content .item {
    font-size: 16px;
}
.account-nav-title {
    padding-bottom: 0;
}
.account-nav-title span {
    font-size: 16px;
}
.account-nav-title > .border-container  {
    display: none;
}


.account .columns .sidebar {
    order: 1;
}

.size-guide-table {
    background-image: url('../images/tabel-marimi.png');
    width: 136px;
    height: 32px;
    background-size: 100%;
    display: block;
    content: ' ';
}
.size-guide-modal {
    max-width: 1000px;
}


.cms-noroute-index {
    background: none;
}

.cod-produs {
    color: #5C5C5C !important;
}


.description-title {
    border-bottom: 1px solid #D6D6D6;
    line-height: 30px;
    font-weight: bold;
    /* s-64 */
    color: #5C5C5C;
}
