#content{
    padding-right: 5vw;
    padding-left: 5vw;
    padding-top: 0;
    padding-bottom: 30px;
}

#main-content-container{
    position: relative;
    padding-top: 0;
    padding-bottom:30px;
    width: 100vw;
    height: auto;
    float: none;
    max-width: 100%;
    min-height:70vh;
}

.form-login-container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card{
    border-radius: 0px;
}

.account-body{
    background: #f2f2f2;
    padding: 20px;
}

#account{
    display:flex;
    flex-flow:column;
}

#account .form-group{
    flex:1 1 calc(50% - 7.5px);
}

#account-column-not-logged img{
    max-width: 80%;
    border-radius: 100%;
    border: 1px solid #ddd;
    margin: auto;
    display: block;
}

.text-sau{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
}

.text-sau::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-right: 10px;
}

.text-sau::after{
    content:'';
    display:block;
    width:100%;
    height:1px;
    background:#ddd;
    margin-left: 10px;
}

.social-login{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

.btn-fb:hover{
    color:#fff;
}

.card-header {
    background: none;
    border: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

  
.text-total-cart{
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.cont-totals-cart{
    padding-right: 40px;
    border-right: 1px solid #ddd;
}

.cont-big-total-cart{
    padding-left:40px;
}

.cart-totals{
    font-size: 14px;
    margin: 6px 0 0px;
}

.cart-title a{
    color: #000;
    font-size: 18px;
}
  
.cart-info-body small{
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin: 3px 0;
}
  
.cart-remove{
    cursor: pointer;
    margin-top: 10px;
    color: #777;
    display: inline-block;
}
  
.cart-remove:hover{
    text-decoration:underline;
}

.cart-select{
    padding: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-radius: 0px;
}

.price-cart{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: .5px;
}
  
.price-cart span{
    display:block;
    margin:0 0 6px;
}
  
.price-cart .price-old{
    font-size:14px;
}  

.price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px; 
}

.cart-economy{
    font-size:12px;
    margin-top: 10px;
    color: #000;
    display: block;
    font-weight:normal;
}

/*#account-list a{*/
/*    margin-bottom: 1px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    font-size:14px;*/
/*    border: none;*/
/*    border-radius:0px;*/
/*    border:1px solid #ddd;*/
/*}*/

/*#account-list a:hover{*/
/*    background:#f9f9f9;*/
/*}*/

/*#account-list a i{*/
/*    margin-right:15px;*/
/*    font-size:18px;*/
/*    color:#000;*/
/*}*/

#account-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-flow: column;
    gap: 6px;
}

#account-list .account-list-item{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    color: var(--blacktext);
    white-space: normal;
}

#account-list .account-list-link{
    font-size: 16px;
    font-weight: 500;
    color: var(--blacktext);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:5px 15px;
    height: 100%;
    background: #f6f6f6;
    text-transform: uppercase;
    text-align: center;
    text-wrap: balance;
    border: 2px solid #f2f2f2;
    border-radius: 8px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#account-list .account-list-link.active,
#account-list .account-list-link:hover{
    color: #fff;
    background: var(--culoare3);
    border: 2px solid var(--culoare3);
    outline: none !important;
}

#account-list .account-list-link span{
    position:relative;
    top:1px;
}

#account-list .account-list-link i{
    font-size:16px;
    min-width: 20px;
    text-align: left;
}

.spatiere-pagina{
    margin-top:80px;
    margin-bottom:80px;
}

#toggle-mobile-account-menu,
#close-mobile-account-menu{
    display:none;
}

#login-form .btn-primary{
    width:100%;
    margin-bottom:12px;
}

#account-wishlist .btn-primary{
    margin-left:auto;
}

.col-form-label{
    font-size:16px;
    font-weight:600;
    padding-bottom:0;
    margin:0 0 6px;
    text-transform:initial;
    width:100%;
    text-align:left;
}

.form-control{
    font-size:16px;
    color:#000;
    border-radius:6px;
}

h2{
    font-size: 24px;
    text-transform: initial;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: #000;
    margin:0;
    padding-bottom: 0;
    text-align:center;
}

#forgotten-password{
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

#agree,
#newslettter{
    position:relative;
    top:2px;
}

#account-account .account-body .btn-primary,
#account-account .account-body .btn-secondary,
.account-body .btn-primary,
.account-body .btn-secondary{
    font-size:14px;
}

#account-account .account-body .form-control{
    padding:0 12px;
}

#account-data strong,
.form-control strong{
    font-weight:500;
}

.btn{
    font-size: 15px;
    display: block;
    padding:6px 18px;
    width: fit-content;
    outline: none!important;
    cursor: pointer;
    border-radius: 5px;
    line-height: 1.4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#account-account .edit-address,
#account-account .delete-address,
#account-account .edit-company,
#account-account .delete-company{
    margin-left:auto;
    min-width:125px;
}

/* ORDER HISTORY LIST */

.order-listing-history {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 15px;
}

.order-listing-item-history {
    color: #bbb;
    text-align: center;
    flex: 1 1;
}

.order-listing-item-history img {
    width: 60px;
    margin-bottom: 15px;
    filter: invert(79%) sepia(0) saturate(1%) hue-rotate(50deg) brightness(94%) contrast(94%);
}

.order-listing-item-history.active img {
    filter: var(--filter-svg);
}

.order-listing-history-statusbar {
    background-color: #bbb;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 8px;
}

.order-listing-history-date {
    font-size: 12px;
    padding: 0 6px;
}

.order-listing-history-title {
    font-weight: 600;
    font-size: 14px;
    padding: 0 6px;
    line-height: 1.2;
    margin-top: 3px;
    letter-spacing: .5px;
}

.order-listing-item-history:first-child .order-listing-history-statusbar {
    width: 80%;
    margin-left: 20%;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.order-listing-item-history:last-child .order-listing-history-statusbar {
    width: 80%;
    margin-right: 20%;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.order-listing-item-history.active .order-listing-history-statusbar {
    background-color: var(--culoare1);
}

.order-listing-item-history.active {
    color: var(--culoare1);
}

/* REORDER */

#reorderLoader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.cont-reorder-order-info{
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-reorder .reorder-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1rem;
    border: 0 !important;
}

#modal-reorder .reorder-header .btn-close {
    margin: 0 !important;
}

#modal-reorder .modal-dialog{
    max-width:500px;
}

#modal-reorder .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.reorder-title {
    font-weight: 700;
    font-size: 18px;
}

.reorder-header-fill {
    width: 32px;
}

.reorder-out-of-stock-image {
    width: 100%;
    max-width: 80px;
    margin: 0 auto 30px;
    display: block;
}

.reorder-description {
    font-size: 16px;
}

.reorder-out-of-stock-products-cont {
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
}

.reorder-out-of-stock-product-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.reorder-out-of-stock-product-qty {
    font-weight: 700;
    max-width: 40px;
    padding-right: 16px;
}

.reorder-out-of-stock-product-name {
    flex: 1 1;
    text-decoration: line-through;
}

.details-product-order-listing {
    list-style: none;
    margin: 0;
    padding: 0;
}

.details-product-order-listing li {
    font-size: 14px;
    margin-bottom: 2px;
}

.reorder-out-of-stock-product-price {
    text-decoration: line-through;
    padding-left: 16px;
}

.reorder-footer {
    justify-content: center;
    border: 0 !important;
}

#modal-reorder .btn-simple{
    height: 48px;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid var(--culoare1);
    background-color: var(--culoare1);
    transition: all .3s;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}

#modal-reorder .btn-simple:not(.disabled):hover {
    background-color: transparent;
}

#modal-reorder .btn-simple:not(.disabled):hover, .btn-simple:not(.disabled):hover i, .btn-simple:not(.disabled):hover span {
    color: var(--culoare1);
    transition: all .3s ease;
}

/* limited stock */

.reorder-limited-product-qty {
    font-size: 14px;
    font-weight: 400;
    max-width: 40px;
    padding-right: 8px;
    text-decoration: line-through;
}

.reorder-limited-product-qty-add {
    font-weight: 700;
    max-width: 40px;
    padding-right: 16px;
}

/* in stock */

.reorder-products-cont {
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
}

.reorder-product-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer;
    font-size:inherit;
}

.reorder-product-qty {
    font-weight: 700;
    max-width: 40px;
    padding-right: 16px;
}

.reorder-product-name {
    flex: 1 1;
}

.reorder-product-price {
    padding-left: 16px;
}

/**Affiliate**************/

.cont-aut h2, .headinguri-pagini {
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.acc-bv-aff {
    text-align: center;
    margin-bottom: 20px;
}



.account-list li {
    border: 1px solid var(--culoare1);
    padding: 10px;
    margin: 10px 0;
}

.account-list li a {
    line-height: 2;
    font-size: 16px;
    color:#000;
    display:block;
}

.account-list li i {
    font-size: 22px;
    margin-right: 20px;
    margin-left: 10px;
    position: relative;
    top: 3px;
    color: var(--culoare1);
    width: 20px;
}
/***************/

/* NEW */

.col-right-wrapper{
    display:flex;
    flex-flow:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:15px;
    width:100%;
    max-width:1600px;
}

.right-item-fancy-trigger{
    cursor:pointer;
    position:relative;
}

.right-item-fancy-trigger::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 4;
    background-color: rgba(255, 255, 255, .8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.right-item-fancy-trigger::after{
    content:'';
    background-image:url('../../../image/catalog/icons/zoom-in.png');
    position: absolute;
    bottom: 23px;
    right: 23px;
    z-index: 5;
    display: flex;
    background-color: transparent;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}

.register-btn-group{
    display:flex;
    align-items:stretch;
    justify-content:flex-start;
    gap:15px;
}

.register-btn-group .btn-primary{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*aspect-ratio: 1 / 1.41;*/
.col-imagine-account img{
    aspect-ratio: auto;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    display: block;
    width: fit-content;
    margin-left: auto;
}

#step1{
    margin-top:20px;
}

.button-back-account{
    color:#000;
    font-size:16px;
    text-transform:uppercase;
    cursor:pointer;
}

.button-back-account i{
    font-size:16px;
    margin-right:5px;
}

.button-back-account:hover{
    color:#000;
}

.register-email-nfo{
    font-size: 18px;
    font-weight: 500;
}
 
#prev-step{
    cursor:pointer;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
 
.heading-intrebare {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}
 
.raspuns input{
    position:relative;
    top:2px;
}
 
.cont-buc-intrebari {
    padding: 0;
    margin-bottom: 15px;
    color: #000;
    font-size: 14px;
}
 
.imagine-account-login{
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 70vh;
}

#slider-login .owl-nav button{
    position: absolute;
    top: calc(50% - 15px);
}

#slider-login .owl-nav button i{
    font-size: 30px;
}

#slider-login .owl-nav .owl-prev{
    left:10px;
}
 
#slider-login .owl-nav .owl-next{
    right:10px;
}

#slider-login img{
    width:100%;
}

.text-help-register{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    width: fit-content;
    padding: 10px;
    border-radius: 8px;
}
 
.text-under-login-photo{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align:justify;
}
 
.col-form-label.text-under-form{
    font-size:16px;
    font-weight: 600;
    line-height:1.4;
    text-align:justify;
}
 
.register-alert-help.alert{
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border-radius: 8px;
}

#invoice-pf-data .form-control,
#invoice-pj-data .form-control,
#account .form-control{
    min-height:50px;
}

#invoice-pf-data select.form-control,
#invoice-pj-data select.form-control,
#account select.form-control{
    height:50px;
}

.tooltip-register-info{
    font-size: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    width: 15px;
    height: 15px;
    line-height:15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -4px;
    margin-left: 5px;
    color: #000;
}

.tooltip.show{
    opacity:1;
}

.tooltip.bs-tooltip-left .arrow{
    right: 1px;
    z-index: 10;
}

.tooltip .arrow::before{
    border-left-color: #fff;
}

.bs-tooltip-right .arrow::before{
    border-right-color: #fff;
}

.bs-tooltip-top .arrow::before{
    border-top-color: #fff;
}

.bs-tooltip-bottom .arrow::before{
    border-bottom-color: #fff;
}

.tooltip .tooltip-inner{
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 15px;
    position: relative;
    color: #000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    text-align: left;
    display: block;
    width: 100%;
    max-width: 250px;
    -webkit-box-shadow: 0 2px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0 2px 20px 0px rgba(0,0,0,0.15);
}

#error-not-found .heading,
#error-not-found .cont-butoane-not-found{
    text-align:center;   
}

.text-danger{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:14px;
}

h2.heading-login {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
}

.form-group label:not(.text-under-form){
    font-size:16px;
    font-weight:600;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.agree-filedset .form-group label {
    font-weight: 400;
    text-align:left;
}