:root {
    --white: #ffffff;
    --black: #000000;
    --gray: #555555;
    --light-gray: #f1f1f1;
    --green: #5ab536;
    --red: #cc5500;
    --addToCartBlack: #000000;
    --addToCartWhite: #ffffff;
    --preloaderBodyColor: #f2f6f2;
    --font-handwrite: Forum;
}
body:not(.acasa):not(.homepage) main {
    margin-top: 170px;
}
body.open-menu {
    overflow:hidden;
}
.darkmode {
    --black: #ffffff;
    --white: #000000;
    --light-gray: #121212;
    --addToCartBlack: #ffffff;
    --addToCartWhite: #000000;
    --preloaderBodyColor: #121212;
}
.search-wrapper {
    max-width: 50vw;
    margin: auto;
    width: 100%;
    box-shadow: none;
    background-color: #fff;
    padding: 0 20px;
    height: 100%;
    top: 0;
    left: -100%;
    transition: all 0.25s linear;
}
.search-wrapper.show {
    left: 0;
}
.search-wrapper #search,
.search-wrapper #search:focus {
    width: 93%;
    padding: 0;
    border-bottom: 1px solid #000;
    font-family: "OpenSans Regular";
    color: #000;
    height: 80px;
    background-color: transparent;
    margin: 0;
}
.search-wrapper a.search-hide {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
}
.search-wrapper a.search-hide:after,
.search-wrapper a.search-hide:before {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    background-color: #000;
}
.search-wrapper .search-results {
    width: 100%;
    height: calc(100% - 80px);
    padding: 20px 0;
}
.search-wrapper .search-results p.message {
    color: #000;
    font-family: "OpenSans Light";
    font-size: 24px;
}
.search-wrapper .search-results ul {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.search-wrapper .search-results ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
.search-wrapper .search-results ul::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
.search-wrapper .search-results ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000;
}
.search-wrapper .search-results ul li {
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 0 40px;
}
.search-wrapper .search-results ul li:first-child {
    padding-top: 0;
}
.search-wrapper .search-results ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #00000069;
}
.search-wrapper .search-results ul li .result_image {
    display: block;
    height: 40vh;
    width: 250px;
    position: relative;
    overflow: hidden;
}
.search-wrapper .search-results ul li img {
    position: absolute;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
    margin: auto;
}
.search-wrapper .search-results ul li .result_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 250px - 40px);
}
.search-wrapper .search-results ul li .result_info .result_title {
    font-family: var(--font-handwrite);
    font-size: 38px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.search-wrapper .search-results ul li .result_info .product-price-wrapper {
    margin: 20px 0;
}
.search-wrapper .search-results ul li .result_info .price p {
    margin: auto;
    font-size: 5vh;
    font-family: var(--font-handwrite);
    line-height: 0.8;
    color: #000;
}
.search-wrapper .search-results ul li .result_info .price p span {
    font-family: "OpenSans Light";
    font-weight: unset;
    font-size: 24px;
}
.search-wrapper .search-results ul li .result_info .price p b {
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
}
.search-wrapper .search-results ul li .result_info .tva {
    font-size: 12px;
    font-family: "OpenSans Regular";
    opacity: 0.6;
    color: #000;
}
.search-wrapper .search-results ul li .result_info .result_button {
    position: relative;
    padding: 10px 30px;
    border-radius: 0;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-family: OpenSans Regular;
    text-transform: uppercase;
    font-size: 14px;
    width: fit-content;
    text-decoration: none;
    transition: all 0.15s linear;
    z-index: 1;
}
.search-wrapper .search-results ul li .result_info .result_button :before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    left: 0;
    background-color: #fff;
    transition: all 0.15s linear;
    z-index: -1;
}
.search-wrapper .search-results ul li .result_info .result_button :focus,
.search-wrapper .search-results ul li .result_info .result_button :hover {
    color: #000;
    border-color: #000;
    background-color: transparent;
    transition: all 0.15s linear;
}
.preloader-content-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000000ab;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .25s linear;
    left:0;
    
    display:none!important;
}
.categ_descr{
    background-color: var(--light-gray);
    margin-bottom:50px;
}
.categ_descr p{
    font-family: var(--font-handwrite);
    padding:20px;
}
.preloader-content-wrapper.hide-preloader {
left:-110%;
}
.preloader-content {
    position:relative;
}

.preloader-content img {
    max-width:600px;
}

.preloader-content button {
    border-radius: 50%;
    max-height: 50px;
    max-width: 50px;
    height:50px;
    width:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: OpenSans Bold;
    background-color: #fff;
    color: #000;
    line-height: .8;
    top: 15px;
    position: absolute;
    right: 15px;
    border: none;
}
/*.preloader_wrapper {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 99999;*/
/*    background-color: var(--white);*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*}*/
/*.preloader_wrapper svg {*/
/*    width: 500px;*/
/*    opacity: 0;*/
/*}*/
/*.preloader_wrapper svg path {*/
/*    fill: var(--black);*/
/*}*/
/*#preloader {*/
/*    position: relative;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    top: 5%;*/
/*    z-index: 999999;*/
/*    opacity: 0;*/
/*}*/
/*#preloader span {*/
/*    position: absolute;*/
/*    border: 2px solid var(--black);*/
/*    border-top: 2px solid transparent;*/
/*    border-radius: 999px;*/
/*}*/
/*#preloader span:nth-child(1) {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    animation: spin-1 1s infinite linear;*/
/*}*/
/*#preloader span:nth-child(2) {*/
/*    top: 20px;*/
/*    left: 20px;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    animation: spin-2 0.5s infinite linear;*/
/*}*/
/*@keyframes spin-1 {*/
/*    0% {*/
/*        transform: rotate(360deg);*/
/*        opacity: 1;*/
/*    }*/
/*    50% {*/
/*        transform: rotate(180deg);*/
/*        opacity: 0.5;*/
/*    }*/
/*    100% {*/
/*        transform: rotate(0);*/
/*        opacity: 1;*/
/*    }*/
/*}*/
/*@keyframes spin-2 {*/
/*    0% {*/
/*        transform: rotate(0);*/
/*        opacity: 0.5;*/
/*    }*/
/*    50% {*/
/*        transform: rotate(180deg);*/
/*        opacity: 1;*/
/*    }*/
/*    100% {*/
/*        transform: rotate(360deg);*/
/*        opacity: 0.5;*/
/*    }*/
/*}*/
body {
    background-color: var(--white);
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: var(--black);
}
main {
    min-height: auto;
}
.acasa .main-content > .container-fluid {
    background-color: var(--white);
}
.acasa .main-content > .container-fluid:nth-of-type(7) {
    background-color: transparent;
}
.alert {
    opacity: 1 !important;
    z-index: 10000;
}
.container {
    max-width: 1400px !important;
}
::-moz-selection {
    color: var(--white);
    background: var(--black);
}
::selection {
    color: var(--white);
    background: var(--black);
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--black);
}
.language-select {
    align-items: center;
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
    border: 1px solid var(--black);
    width: 40px;
    height: 30px;
}

.language-select > li.dropdown {
    height: 100%;
}

.language-select > li.dropdown > a.nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'OpenSans Regular';
    color: var(--black);
    text-transform: uppercase;
    font-size: 14px;
    position:relative;
}

.language-select > li.dropdown > a.nav-link:before {
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0
}

.language-select:hover > li.dropdown > a.nav-link:before {
    height:300%;
}

.language-select a {
    margin: 0 !important;
}

.language-select:hover .dropdown-menu {
    margin: 0;
    min-width: auto;
    width: 100%;
    top: calc(50% + 30px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    padding: 0;
    height: 28px;
    align-items: center;
}

.language-select:hover .dropdown-menu li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height:28px;
}

.language-select:hover .dropdown-menu li a {
    display:flex;
}

body .circle {
    position: fixed;
    width: 2000px;
    height: 2000px;
    top: -500px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--black);
    opacity: 0.05;
    -webkit-animation: move-circle 10s ease-in-out infinite;
    -moz-animation: move-circle 10s ease-in-out infinite;
    -ms-animation: move-circle 10s ease-in-out infinite;
    -o-animation: move-circle 10s ease-in-out infinite;
    animation: move-circle 10s ease-in-out infinite;
    animation-direction: alternate;
    z-index: -10;
}
@-webkit-keyframes move-circle {
    from {
        right: -1200px;
    }
    to {
        right: -900px;
    }
}
@keyframes move-circle {
    from {
        right: -1200px;
    }
    to {
        right: -900px;
    }
}
body .square {
    position: fixed;
    width: 1000px;
    height: 1000px;
    top: 200px;
    left: 100px;
    background-color: transparent;
    border: 2px solid var(--black);
    opacity: 0.05;
    -webkit-animation: move-square 100s linear infinite;
    -moz-animation: move-square 100s linear infinite;
    -ms-animation: move-square 100s linear infinite;
    -o-animation: move-square 100s linear infinite;
    animation: move-square 100s linear infinite;
    z-index: -10;
}
@-webkit-keyframes move-square {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes move-square {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
#cookie_notice {
    background-color: var(--black);
    font-family: "OpenSans Regular";
    color: var(--white);
    padding: 30px;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
}
#cookie_notice .cookie_notice_container p {
    color: Var(--white);
    margin-right: 20px;
}
#cookie_notice .cookie_notice_container p a {
    color: Var(--white);
    text-decoration: underline;
    font-family: OpenSans Bold;
}
#cookie_notice .cookie_notice_container button {
    background-color: var(--white);
    border: none;
    border-radius: 0;
    color: var(--black);
    padding: 5px 30px;
    margin: auto;
}
#w0-success-0.alert-success {
    /* z-index: 9999; */
    z-index: 10001;
    top: auto;
    bottom: 0;
    position: fixed;
    margin: auto;
    min-width: 60%;
    left: 0;
    right: 0;
    width: fit-content;
    background-color: var(--orange);
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: "OpenSans Regular";
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
#w0-success-0.alert-success button.close {
    text-shadow: none;
    opacity: 1;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}
#w0-warning-0.alert-warning{
    z-index: 10001;
    top: auto;
    bottom: 0;
    position: fixed;
    margin: auto;
    min-width: 60%;
    left: 0;
    right: 0;
    width: fit-content;
    background-color: var(--orange);
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: "OpenSans Regular";
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
#w0-warning-0.alert-warning button.close{
    text-shadow: none;
    opacity: 1;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}
.btn-primary {
    position: relative;
    width: 100%;
    padding: 15px 0;
    border: 1px solid var(--black);
    background-color: transparent;
    border-radius: 0;
    font-family: OpenSans Bold;
    text-transform: uppercase;
    text-decoration: none;
    color: vaR(--black);
    letter-spacing: 4px;
    font-size: 14px;
    margin: 5rem 0;
    outline: 0 !important;
    box-shadow: none !important;
    transition: all 0.15s linear;
    z-index: 1;
}
.btn-primary:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    left: 0;
    background-color: vaR(--black);
    transition: all 0.15s linear;
    z-index: -1;
}
.btn-primary:focus,
.btn-primary:hover {
    color: vaR(--white);
    background-color: transparent;
    border-color: var(--black);
    transition: all 0.15s linear;
}
.btn-primary:hover:before {
    height: 100%;
    transition: all 0.15s linear;
}
.btn-secondary {
    position: relative;
    padding: 10px 30px;
    border-radius: 0;
    background-color: var(--white);
    border: 1px solid var(--black);
    font-family: OpenSans Bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    font-size: 14px;
    width: fit-content;
    color: var(--black);
    outline: 0 !important;
    box-shadow: none !important;
    transition: all 0.15s linear;
    z-index: 1;
}
.btn-secondary:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    left: 0;
    background-color: vaR(--black);
    transition: all 0.15s linear;
    z-index: -1;
}
.btn-secondary:focus,
.btn-secondary:hover {
    color: vaR(--white);
    transition: all 0.15s linear;
}
.btn-secondary:hover:before {
    height: 100%;
    transition: all 0.15s linear;
}
.add-to-cart {
    position: relative;
    padding: 10px 30px;
    border-radius: 0;
    background-color: var(--addToCartBlack);
    border: 1px solid var(--addToCartBlack);
    color: var(--addToCartWhite);
    font-family: OpenSans Regular;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
    outline: 0 !important;
    box-shadow: none !important;
    transition: all 0.15s linear;
    z-index: 1;
}
.add-to-cart:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    left: 0;
    background-color: var(--addToCartWhite);
    transition: all 0.15s linear;
    z-index: -1;
}
.add-to-cart:focus,
.add-to-cart:hover {
    color: var(--addToCartBlack);
    border-color: var(--addToCartBlack);
    background-color: transparent;
    transition: all 0.15s linear;
}
.add-to-cart:focus:before,
.add-to-cart:hover:before {
    height: 100%;
    transition: all 0.15s linear;
}
.add-to-fav-btn {
    position: relative;
    background-color: transparent;
    border: none;
    color: Var(--red);
    border-radius: 0;
    padding: 0;
    font-family: OpenSans Regular;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    transition: all 0.15s linear;
    z-index: 1;
}
.add-to-fav-btn svg {
    width: 24px !important;
    height: 24px;
    fill: var(--red);
    transition: all 0.15s linear;
}
.add-to-fav-btn:hover {
    color: Var(--red) !important;
}
#fav-message-box {
    top: 120px;
    height: fit-content;
    min-width: 16vw;
    right: 60px;
    max-width: 20vw;
    padding: 30px 60px;
    font-family: "OpenSans Regular";
    font-size: 14px;
    transition: all 0.25s linear;
}
.cart-page__container {
    margin: auto;
    padding: 50px;
    background-color: var(--light-gray);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart-page__container .cart-row {
    margin: 50px auto 0;
    width: 100%;
}
.cart-page__container .cart-title {
    margin: 0 auto;
    font-family: var(--font-handwrite);
    font-size: 2.5vw;
    color: var(--black);
    text-align: center;
    line-height: 0.8;
}
.cart-page__container .cart-title span {
    color: var(--black);
}
.cart-page__container .cart-content {
    border-right: 1px solid var(--black);
    padding: 0;
}
.cart-page__container .summary {
    padding: 0;
}
.cart-content-heading ul {
    list-style: none;
    display: flex;
    width: 100%;
    height: 8vh;
    margin-bottom: 50px;
    padding: 0;
    border-bottom: 1px solid var(--black);
}
.cart-content-heading ul li {
    font-family: var(--font-handwrite);
    font-size: 24px;
    color: var(--black);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-content-heading ul #cart-content-product {
    width: 65%;
    border-right: 1px solid var(--black);
}
.cart-content-heading ul #cart-content-price {
    width: 20%;
    border-right: 1px solid var(--black);
}
.cart-content-heading ul #cart-content-quantity {
    width: 15%;
}
.cart-item-inner {
    display: flex;
    flex-direction: row;
    height: 20vh;
}
.cart-item-inner .cart-item-product-group {
    display: flex;
    flex-direction: row;
    width: 65%;
    border-right: 1px solid var(--black);
}
.cart-item-inner .cart-item-product-group figure {
    height: 20vh;
    margin: 0;
    position: relative;
    width: 25%;
    overflow: hidden;
}
.cart-item-inner .cart-item-product-group figure img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cart-item-inner .cart-item-product-group .item-action {
    width: 75%;
    margin: 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cart-item-inner .cart-item-product-group .item-action a {
    font-family: var(--font-handwrite);
    font-size: 24px;
    color: var(--black);
    height: auto;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    line-height: 1.2;
}
.cart-item-inner .cart-item-product-group .item-action button {
    height: fit-content;
    margin: 20px 0 0;
    width: fit-content;
    padding: 10px 30px;
    background-color: var(--black);
    font-family: "OpenSans Regular";
    font-size: 14px;
    color: var(--white);
    display: block;
    border: none;
    outline: 0 !important;
    box-shadow: none !important;
}
.cart-item-inner .cart-item-product-group .item-action button svg {
    margin-right: 5px;
}
.cart-item-inner .cart-prod-price {
    width: 20%;
    font-family: var(--font-handwrite);
    font-size: 24px;
    color: var(--black);
    margin: auto;
    border-right: 1px solid var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.cart-item-inner .cart-prod-price del {
    line-height: 0.8;
    font-size: 18px;
}
.cart-item-inner .item-qty {
    width: 15%;
    display: flex;
    margin: auto 0;
    justify-content: center;
    align-items: center;
}
.cart-item-inner .item-qty .input-group-btn button {
    border: 2px solid var(--red);
    background-color: transparent;
    outline:none!important;
    box-shadow:none;
    transition:all .25s linear;
}
.cart-item-inner .item-qty .input-group-btn button:hover,
.cart-item-inner .item-qty .input-group-btn button:focus {
    background-color:var(--red);
}

.cart-item-inner .item-qty .input-group-btn button svg {
    color:var(--red);
    transition:all .25s linear;
}

.cart-item-inner .item-qty .input-group-btn button:hover svg,
.cart-item-inner .item-qty .input-group-btn button:focus svg {
    color:#fff;
}

.cart-item-inner .item-qty input {
    width: fit-content;
    max-width: 25px;
    font-family: "OpenSans Regular";
    font-size: 18px;
    border: none;
    color: var(--black);
    text-align: center;
    height: fit-content;
    outline: 0 !important;
    background-color: transparent;
}

/* Chrome, Safari, Edge, Opera */
.cart-item-inner .item-qty input::-webkit-outer-spin-button,
.cart-item-inner .item-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cart-item-inner .item-qty input[type=number] {
  -moz-appearance: textfield;
}
.cart-item {
    margin-bottom: 50px;
}
.cart__container .cart-heading {
    display: flex;
    width: 100%;
    height: 8vh;
    margin-bottom: 50px;
    padding: 0;
    border-bottom: 1px solid var(--black);
}
.cart__container .cart-heading h4 {
    font-family: var(--font-handwrite);
    font-size: 24px;
    color: var(--black);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.cart__container hr {
    display: none;
}
.cart__container .cart-sumar-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
}
.cart__container .cart-sumar-details .cart-sumar-details__products,
.cart__container .cart-sumar-details .cart-sumar-details__reducere,
.cart__container .cart-sumar-details .cart-sumar-details__taxes,
.cart__container .cart-sumar-details .cart-sumar-details__total {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid var(--black);
    padding: 10px 0;
}
.cart__container .cart-sumar-details .cart-sumar-details__products span:first-of-type,
.cart__container .cart-sumar-details .cart-sumar-details__reducere span:first-of-type,
.cart__container .cart-sumar-details .cart-sumar-details__taxes span:first-of-type {
    font-family: OpenSans Regular;
    height: fit-content;
    margin: auto 0;
    color: var(--black);
}
.cart__container .cart-sumar-details .cart-sumar-details__products span:last-of-type,
.cart__container .cart-sumar-details .cart-sumar-details__reducere span:last-of-type,
.cart__container .cart-sumar-details .cart-sumar-details__taxes span:last-of-type {
    font-family: var(--font-handwrite);
    color: var(--black);
    font-size: 18px;
}
.cart__container .cart-sumar-details .cart-sumar-details__total span:first-of-type {
    font-family: OpenSans Regular;
    font-size: 24px;
    height: fit-content;
    margin: auto 0;
    color: var(--black);
}
.cart__container .cart-sumar-details .cart-sumar-details__total span:last-of-type {
    font-family: var(--font-handwrite);
    font-size: 34px;
    color: var(--black);
}
.cart__container .cart-checkout-btn {
    height: fit-content;
    margin: 50px auto 0;
    width: fit-content;
    padding: 10px 30px;
    letter-spacing: 0;
    display: block;
}
.empty-cart {
    margin-top: 20px;
}
.empty-cart h2 {
    font-family: OpenSans Regular;
    color: var(--black);
    font-size: 18px;
    margin-bottom: 20px;
}
.empty-cart a {
    padding: 15px 30px;
    margin: 10px 0 0;
    width: fit-content;
    outline: 0 !important;
    box-shadow: none !important;
}
#cart-message-box {
    bottom: 20px;
    right: 20px;
    max-width: 33vw;
    width: 100%;
    padding: 20px;
    font-family: "OpenSans Regular";
    font-size: 14px;
    text-align: center;
    background-color: var(--black);
    animation-name: slideCart;
    animation-duration: 0.15s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-fill-mode: none;
    animation-play-state: running;
}
@keyframes slideCart {
    0% {
        right: -25vw;
        opacity: 0;
    }
    100% {
        right: 20px;
        opacity: 1;
    }
}
#cart-message-box.slide-out {
    right: -50vw;
    animation-name: slideCartOut;
    animation-duration: 0.15s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-fill-mode: none;
    animation-play-state: running;
}
@keyframes slideCartOut {
    0% {
        right: 20px;
        opacity: 0;
    }
    100% {
        right: -50vw;
        opacity: 1;
    }
}
#cart-message-box .cart-message-box-buttons {
    display: flex;
    flex-direction: revert;
    justify-content: space-evenly;
    margin-top: 15px;
}
#cart-message-box span {
    font-family: OpenSans Regular;
    font-size: 16px;
    color: var(--white);
}
#cart-message-box a {
    font-family: OpenSans Regular;
    text-decoration: none;
    font-size: 16px;
    color: Var(--black);
    width: 49%;
    background-color: Var(--white);
    padding: 10px;
    height: fit-content;
}
.checkout-page__container {
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    background-color: var(--light-gray);
}
.checkout-page__container .checkout-details-col,
.checkout-page__container .checkout-form-col {
    padding: 0;
}
.checkout-page__container .checkout-form-col {
    border-right: 1px solid var(--black);
}
.checkout-page__container .cart-heading {
    padding: 0 20px;
    margin-bottom: 30px;
    font-family: var(--font-handwrite);
    font-size: 2.5vw;
    height: 8vh;
    display: flex;
    line-height: 1.5;
    color: var(--black);
    border-bottom: 1px solid var(--black);
}
.checkout-page__container .checkout-form-col h5 {
    font-family: 'Forum';
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--black);
    line-height: .8;
}
.checkout-page__container .fields {
    padding: 0 20px;
}
.checkout-page__container .form-group.no-anim.invoice-group {
    margin-bottom: 20px;
    width: 300px;
    display: flex;
    justify-content: space-between;
}
.checkout-page__container .form-group.no-anim.invoice-group input {
    -webkit-appearance: none;
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
}
.checkout-page__container .form-group.no-anim.invoice-group input:checked {
    background: var(--black);
    border: 1px solid var(--black);
}
.checkout-page__container .form-group.no-anim.invoice-group label {
    font-family: OpenSans Regular;
    font-size: 16px;
    height: fit-content;
    margin: auto 0;
    color: var(--black);
}
.checkout-page__container .create-account .form-group,
.checkout-page__container .form-content .form-group,
.checkout-page__container .other-address .form-group {
    position: relative;
    margin: auto auto 20px;
    display: flex;
    flex-direction: column-reverse;
}
.checkout-page__container .create-account .form-group label,
.checkout-page__container .form-content .form-group label,
.checkout-page__container .other-address .form-group label {
    font-family: var(--font-handwrite);
    margin: auto 0;
    font-size: 18px;
    color: var(--black);
}
.checkout-page__container .create-account .form-group input,
.checkout-page__container .form-content .form-group input,
.checkout-page__container .other-address .form-group input {
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
    color: var(--black);
}
.checkout-page__container .form-content .form-group textarea {
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
    height: 150px;
    color: var(--black);
}

.checkout-page__container .form-content .form-group .select2.select2-container.select2-container--default {
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
    color: var(--black);
    height: 38px;
    display: block;
}

.checkout-page__container .form-content .form-group .select2.select2-container.select2-container--default .selection .select2-selection {
    border: none;
    background-color: transparent;
    color: var(--black);
    border-radius: 0;
    height: 38px;
}

.checkout-page__container .form-content .form-group .select2.select2-container.select2-container--default .selection .select2-selection .select2-selection__rendered {
        color: var(--black);
    height: 38px;
    padding: 0.375rem 0.75rem;
}

.checkout-page__container .form-content .form-group .select2.select2-container.select2-container--default .selection .select2-selection .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto;
}

.checkout-page__container .form-content .form-group .select2.select2-container.select2-container--default .selection .select2-selection .select2-selection__arrow b {
    border-color: var(--black) transparent transparent transparent;
}


.checkout-page__container .form-group.form-label-on.no-anim.cursor-pointer {
    margin-bottom: 40px;
    flex-direction: row;
    align-items: center;
}
.checkout-page__container .form-group.form-label-on.no-anim.cursor-pointer input {
    -webkit-appearance: none;
    background-color: var(--white);
    border: 2px solid var(--black);
    border-radius: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    margin-right:5px;
}
.checkout-page__container .form-group.form-label-on.no-anim.cursor-pointer input:checked {
    background: var(--black);
    border: 1px solid var(--black);
}
.checkout-page__container .form-group.form-label-on.no-anim.cursor-pointer label {
    font-family: OpenSans Regular;
    font-size: 16px;
    height: fit-content;
    margin: auto 0;
    color: var(--black);
}
.checkout-page__container .checkout-details-col .info {
    padding: 0 20px;
}
.checkout-content-heading {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px;
}
.checkout-content-heading span {
    font-family: var(--font-handwrite);
    margin: auto 0;
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    font-size: 24px;
}
.checkout-content-heading span:first-of-type {
    width: 70%;
    border-right: 1px solid var(--black);
    justify-content: flex-start;
}
.checkout-details-col hr {
    margin: 0;
    border-top: 1px solid var(--black);
    display: none;
}
.checkout-details-col hr:last-of-type {
    margin: 0 0 40px;
}
.checkout-details-col .summary-items ul:first-pf-type {
    border-top: 1px solid var(--black);
}
.checkout-details-col .summary-items ul {
    margin: auto;
    list-style: none;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
}
.checkout-details-col .summary-items ul a {
    font-family: "OpenSans Regular";
    font-size: 14px;
    color: var(--black);
    height: auto;
    margin: auto 0;
    text-decoration: none;
}
.checkout-details-col .summary-items ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkout-details-col .summary-items ul li:first-of-type {
    width: 60%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.checkout-details-col .summary-items ul li:nth-of-type(2) {
    width: 10%;
    color: var(--black);
    font-family: "OpenSans Regular";
}
.checkout-details-col .summary-items ul li:last-of-type {
    width: 30%;
    border-left: 1px solid var(--black);
    color: var(--black);
    font-family: "OpenSans Regular";
    flex-direction: column;
    align-items: end;
}
.checkout-details-col .summary-items ul li:last-of-type del {
    line-height: 0.8;
    font-size: 14px;
}
.checkout-details-col .delivery-fee {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: baseline;
}

.checkout-details-col .delivery-fee p {
    font-family: "OpenSans Regular";
    font-size: 14px;
    color: var(--black);
    height: auto;
    margin: auto 0;
}
.checkout-details-col .delivery-fee b {
    margin: 0 5px 0 auto;
    color: var(--black);
    font-family: 'Forum';
    font-size: 24px;
    display: flex;
    flex-direction: column;
    text-align: end;
    line-height: 1;
}
.checkout-details-col .delivery-fee b span {
    font-family: 'OpenSans Light';
    font-size: 10px;
    font-weight: 100;
}
.checkout-details-col .final-price-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
    margin-bottom: 20px;
    align-items: center;
}
.checkout-details-col .final-price-wrapper p {
    font-family: 'Forum';
    margin: 0;
    font-size: 34px;
}
.checkout-details-col .final-price-wrapper b {
    display: flex;
    flex-direction: column;
    font-family: var(--font-handwrite);
    font-size: 34px;
    text-align: end;
    line-height: .95;
    color: var(--black);
}
.checkout-details-col .final-price-wrapper b span {
    font-family: 'OpenSans Light';
    font-size: 10px;
    font-weight: 100;
}
.checkout-details-col .payment-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black);
    margin-bottom: 20px;
}
.checkout-details-col .payment-wrapper h5 {
    font-family: 'Forum';
    font-size: 28px;
    margin-bottom: 10px;
    line-height: .8;
}

.checkout-details-col .payment-wrapper .form-group {
    margin:0;
}

.checkout-details-col .payment-wrapper .form-group label {
    font-family: var(--font-handwrite);
    margin: auto 0;
    font-size: 18px;
    color: var(--black);
}
.checkout-details-col .payment-wrapper .form-group label input {
    -webkit-appearance: none;
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
}
.checkout-details-col .payment-wrapper .form-group label input:checked {
        background: var(--black);
    border: 1px solid var(--black);
}
/* .checkout-details-col h5 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: end;
    padding: 20px 0;
    margin: auto;
    color: var(--black);
    font-size: 24px;
    font-family: OpenSans Regular;
}
.checkout-details-col h5 span {
    width: 100%;
    text-align: end;
    font-size: 12px;
    font-family: "OpenSans Regular";
    opacity: 0.6;
    color: var(--black);
    font-weight: initial;
}
.checkout-details-col h5 b {
    font-size: 2vw;
    font-family: var(--font-handwrite);
    line-height: 0.9;
} */
.checkout-details-col .checkout-gdpr label {
    font-family: "OpenSans Regular";
    color: var(--black);
    font-size: 14px;
    padding: 0;
    margin: auto;
}
.checkout-details-col .checkout-gdpr label input {
    -webkit-appearance: none;
    background-color: var(--white);
    border: 2px solid var(--black);
    border-radius: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    top: 2px;
}
.checkout-details-col .checkout-gdpr label input:checked {
    background: var(--black);
    border: 1px solid var(--black);
}
.checkout-details-col .checkout-gdpr label a {
    color: var(--red);
    text-decoration: none;
    outline: 0 !important;
    box-shadow: none !important;
}
.checkout-details-col .checkout-gdpr button {
    height: fit-content;
    margin: auto;
    padding: 20px;
    background-color: var(--white);
    font-family: "OpenSans Regular";
    font-size: 18px;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    box-shadow: none;
    outline: 0;
    border: 2px solid var(--black);
    width: 100%;
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
    transition: all 0.25s ease-in-out;
}
.checkout-details-col .checkout-gdpr button:hover {
    background-color: var(--black);
    color: var(--white);
    transition: all 0.25s ease-in-out;
}
.checkout-details-col .btn-secondary {
    width: 100%;
}
.checkout-page__container .form-content .form-group.payment-method {
    margin: 0 0 50px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.checkout-page__container .form-content .form-group.payment-method input {
    -webkit-appearance: none;
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
}

.checkout-page__container .form-content .form-group.payment-method input:checked {
        background: var(--black);
    border: 1px solid var(--black);
}
.thank-you-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    justify-content: center;
}
.thank-you-page .content {
    text-align: center;
    padding: 50px;
    background-color: var(--light-gray);
}
.thank-you-page h3 {
    font-family: var(--font-handwrite);
    color: var(--black);
    text-transform: uppercase;
    font-size: 2.5vw;
}
.thank-you-page p {
    text-align: center;
    font-family: "OpenSans Regular";
    color: var(--black);
}
@font-face {
    font-display: swap;
    font-family: Forum;
    src: url(/fonts/Forum-Regular.ttf);
}
@font-face {
    font-display: swap;
    font-family: OpenSans Light;
    src: url(/fonts/OpenSans-Light.ttf);
}
@font-face {
    font-display: swap;
    font-family: OpenSans Regular;
    src: url(/fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-display: swap;
    font-family: OpenSans Medium;
    src: url(/fonts/OpenSans-Medium.ttf);
}
@font-face {
    font-display: swap;
    font-family: OpenSans Bold;
    src: url(/fonts/OpenSans-Bold.ttf);
}

.site-error {
    height: calc(100vh - 170px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-error img {
    width: 22vw;
    margin: auto;
    display: block;
    filter: none;
    transition: all 0.25s linear;
}

body.darkmode .site-error img {
    filter: brightness(10);
}

.site-error h1 {
    font-family: 'Forum';
    font-size: 5rem;
    margin: auto auto 20px;
    line-height: 1;
    text-align: center;
    color:var(--black);
}

.site-error p {
    font-family: OpenSans Light;
    font-size:18px;
    margin:auto auto 20px;
    text-align:center;
    color:var(--black);
}

.site-error p span {
    color:var(--red);
    font-family:OpenSans Bold;
    font-size: 24px;
}

.site-error .buttons {
    gap:30px;
    justify-content: center;
}

.site-error .buttons .btn-primary {
    margin:0;
    width:fit-content;
    padding:10px 30px;
}


header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    left: -120%;
    top: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
    position: fixed;
    background-color: Var(--white);
    transition: all 0.45s linear;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu h4 {
    font-family: var(--font-handwrite);
    font-size: 42px;
    color: Var(--black);
    line-height: 1;
    border-bottom: 1px solid var(--black);
    margin: 0;
    padding: 20px;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu.dropdown-show {
    left: 0;
    transition: all 0.45s linear;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .close-dropdown {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 50px;
    height: 50px;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .close-dropdown .close {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .close-dropdown .close:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: var(--black);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition-duration: 0.25s;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .close-dropdown .close.close-animate:after {
    transform: rotate(-90deg);
    transition-duration: 0.25s;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .close-dropdown .close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: var(--black);
    transform: rotate(45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .close-dropdown .close.close-animate:before {
    transform: rotate(90deg);
    transition-duration: 0.25s;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .categories-darchi {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .nav-item-level-2 {
    width: 100%;
    padding: 10px 20px;
    border-right: 1px solid var(--black);
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .nav-item-level-2:last-of-type {
    border: none;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .nav-item-level-2 > .nav-link {
    font-family: var(--font-handwrite);
    font-size: 28px;
    color: Var(--black);
    line-height: 1;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--black);
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .nav-item-level-2 .dropdown-menu {
    flex-direction: column;
    position: relative;
    display: flex;
    top: 0;
    border: none;
    margin: 0;
    padding: 0;
    z-index: auto;
    background-color: transparent;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .nav-item-level-2 .dropdown-menu .nav-item-level-3 > .nav-link {
    padding: 0 0 10px;
    color: var(--black);
    text-decoration: none;
    font-family: "OpenSans Regular";
    font-size: 16px;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .nav-item-level-2 .dropdown-menu .nav-item-level-3:last-of-type > .nav-link {
    padding: 0;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    border: none;
    margin: 0;
    position: relative;
    border-top: 1px solid var(--black);
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery > .categories-grid {
    width: 100%;
    margin: 0;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper .categ-image-wrapper,
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .slick-list,
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .slick-track {
    height: 100% !important;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper {
    position: relative;
    height: 100%;
    border-right: 1px solid var(--black);
    flex: auto;
    padding: 0;
    text-align: unset;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper .category-item-inner {
    padding: 0;
    border: none;
    height: 100%;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper .categ-image-wrapper {
    padding-bottom: 80px;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper .category-item-inner .categ-image-wrapper a {
    max-height: 100%;
    height: 100% !important;
    margin: auto;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper .category-item-inner .product-price-wrapper,
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper .category-item-inner .product-stock {
    display: none !important;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper .category-item-inner .categ-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: var(--white);
    padding: 10px;
    height: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.15s linear;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper .category-item-inner .categ-title h2 {
    font-size: 18px;
    color: Var(--black);
    margin: 0 auto;
    height: 20px;
    -webkit-line-clamp: 1;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper .category-item-inner .action-buttons-wrapper {
    justify-content: center;
    gap: 20px;
    height: auto;
    margin: 0 auto;
}
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper .category-item-inner .action-buttons-wrapper .add-to-cart,
header .navbar-nav .nav-item-level-1.dropdown > .dropdown-menu .dropdown-gallery .categories-item-wrapper .category-item-inner .action-buttons-wrapper .info_stock {
    padding: 5px 20px;
    font-size: 12px;
}
header {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: Var(--white);
    border-bottom: 1px solid var(--black);
    transition: all 0.25s linear;
}
.header-mobile {
    border-bottom: 1px solid #000;
    transition: all 0.1s linear;
}
body.darkmode .header-mobile {
    border-bottom: 1px solid #fff;
}
.navbar {
    padding: 0;
    width: 100%;
}
header .navbar-brand {
    margin: 0;
}
header .navbar .logo {
    max-height: 115px;
    image-rendering: -webkit-optimize-contrast;
    transition: all 0.25s linear;
}
body.darkmode header .navbar .logo {
    filter: brightness(10);
    transition: all 0.25s linear;
}
.navbar-nav {
    width: 100%;
    justify-content: center;
}
header .nav-item-level-1 {
    margin-right: 35px;
}
header .nav-item-level-1 > .nav-link {
    font-family: OpenSans Regular;
    color: Var(--black);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    padding: 0 !important;
}
header .extra {
    display: flex;
    flex-direction: row;
}
header .extra .icon {
    height: fit-content;
    margin: auto 30px auto auto;
}
header .extra .icon a {
    color: var(--black);
}
header .extra .icon a svg {
    width: 20px;
    height: 20px;
    fill: var(--black);
}
header .extra .search .search-toggle:after,
header .extra .search .search-toggle:before {
    display: none;
}
header .extra .cart a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: flex-end;
    gap: 0 4px;
}
header .extra .cart a span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black);
    color: var(--white);
    font-size: 10px;
    font-family: OpenSans Regular;
    line-height: 0;
}
header .extra .darkmode-icon a {
    width: 40px;
    height: 30px;
    border-bottom: 1px solid var(--black);
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all 0.15s linear;
}
header .extra .darkmode-icon a .fa-moon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    color: var(--black);
    right: 0;
    left: 0;
    animation: move-moon 1s linear;
}
header .extra .darkmode-icon a .fa-sun {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 60px;
    left: 0;
    width: 20px;
    height: 20px;
    color: var(--black);
    margin: auto;
    transition: all 0.15s linear;
    animation: move-sun 1s linear;
}
header .extra .darkmode-icon a.toggle-dark .fa-moon {
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    animation: move-dark-moon 1s linear;
}
header .extra .darkmode-icon a.toggle-dark .fa-sun {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: move-dark-sun 1s linear;
}
@-webkit-keyframes move-dark-moon {
    0% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    50% {
        top: 50px;
        bottom: 0;
        right: 0;
        left: -55px;
    }
    100% {
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@keyframes move-dark-moon {
    0% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    50% {
        top: 50px;
        bottom: 0;
        right: 0;
        left: -55px;
    }
    100% {
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@-webkit-keyframes move-moon {
    0% {
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    50% {
        top: 50px;
        bottom: 0;
        right: -55px;
        left: 0;
    }
    100% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@keyframes move-moon {
    0% {
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    50% {
        top: 50px;
        bottom: 0;
        right: -55px;
        left: 0;
    }
    100% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@-webkit-keyframes move-dark-sun {
    0% {
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    50% {
        top: 50px;
        bottom: 0;
        right: -55px;
        left: 0;
    }
    100% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@keyframes move-dark-sun {
    0% {
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    50% {
        top: 50px;
        bottom: 0;
        right: -55px;
        left: 0;
    }
    100% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@-webkit-keyframes move-sun {
    0% {
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    50% {
        top: 50px;
        bottom: 0;
        left: -55px;
        right: 0;
    }
    100% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@keyframes move-sun {
    0% {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    50% {
        top: 50px;
        bottom: 0;
        left: -55px;
        right: 0;
    }
    100% {
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
header .account a {
    display: flex;
    width: max-content;
    align-items: center;
    text-decoration: none;
}
header .account a span {
    line-height: 1;
    font-family: OpenSans Regular;
    color: Var(--black);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    margin-left: 5px;
}
header .logout-account {
    position: relative;
}
header .logout-account .logout-content {
    display: flex;
    flex-direction: row;
    width: max-content;
    align-items: center;
}
header .logout-account .logout-content svg {
    width: 20px;
    height: 20px;
}
header .logout-account .logout-content svg path {
    fill: var(--black);
}
header .logout-account .logout-content span {
    line-height: 1;
    font-family: OpenSans Regular;
    color: Var(--black);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    margin-left: 5px;
}
header .logout-account .logout-dropdown {
    position: absolute;
    padding: 0;
    margin: auto;
    list-style: none;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid var(--black);
    width: 240px;
    top: 39px;
    opacity: 0;
    background-color: var(--white);
    transition: all 0.15s linear;
}
header .logout-account:hover .logout-dropdown {
    height: 152px;
    opacity: 1;
    transition: all 0.15s linear;
}
header .logout-account .logout-dropdown li {
    padding: 0;
    height: 100%;
    display: flex;
    width: auto;
    align-items: center;
    background-color: transparent;
    transition: all 0.15s linear;
}
header .logout-account .logout-dropdown li a {
    font-family: OpenSans Regular;
    color: var(--black);
    font-size: 14px;
    width: 100%;
    padding: 0 20px;
    height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
}
header .logout-account .logout-dropdown li:hover {
    background-color: var(--light-gray);
    transition: all 0.15s linear;
}
header .logout-account .logout-dropdown li.logout-button {
    background-color: var(--black);
}
header .logout-account .logout-dropdown li.logout-button button {
    border: none;
    background: 0 0;
    color: var(--white);
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    outline: 0 !important;
    text-transform: uppercase;
}
footer {
    padding: 10vh 0;
    background-color: var(--light-gray);
}
footer .column-22,
footer .column-10{
    max-width: 20%;
    flex: auto;
}
/*footer .column-10.juridic {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/
/*}*/
footer .column-10.juridic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 0fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: fit-content;
}
footer .info .logo-footer img {
    height: 90px;
    width: auto;
    transition: all 0.25s linear;
}
body.darkmode footer .info .logo-footer img {
    filter: brightness(10);
    transition: all 0.25s linear;
}
footer .info .module-text {
    margin-left: 44px;
}
footer .info p {
    margin: 10px 0;
    font-family: var(--font-handwrite);
    color: var(--black);
}
footer .info p a {
    color: var(--black);
    font-family: var(--font-handwrite);
    text-decoration: none;
}
footer .info .program:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: var(--black);
    margin-right: 10px;
}
footer .info .telefon:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: var(--black);
    margin-right: 10px;
}
footer .info .mail:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: var(--black);
    margin-right: 10px;
}
footer .module-social ul,
footer .nav {
    display: flex;
    flex-direction: column;
}

footer .module-social ul{
    gap:10px;
}
footer .avanpost {
    grid-area: 1 / 1 / 2 / 3;
    display: flex;
    justify-content: end;
}
footer .avanpost svg {
    width: 100px;
}
footer .module-social{
    grid-area: 2 / 1 / 4 / 2;
    height: 100%;
    align-items: end;
}
footer .nav .nav-link {
    font-family: 'OpenSans Regular';
    color: var(--black);
    font-size: 14px;
    padding: 0;
    margin: 10px 0;
    font-weight: 500;
    text-decoration: none;
}
footer .module-social ul li {
    font-family: 'OpenSans Regular';
    color: var(--black);
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 500;
    text-decoration: none;
}
footer .module-social ul a {
    color: transparent;
    padding: 0;
    text-decoration: none;
    position: relative;
    width: 36px;
    overflow: hidden;
    display: block;
    height: 36px;
    border: 1px solid var(--black);
}
footer .nav li:last-of-type .nav-link {
    margin: 10px 0 0;
}
footer .module-social ul li.s-facebook a:before {
    content: "\f39e";
    position: absolute;
    font-family: "Font Awesome 5 Brands";
    font-weight: 100;
    font-size: 18px;
    color: Var(--black);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    line-height: 1;
}
footer .module-social ul li.s-instagram a:before {
    content: "\f16d";
    position: absolute;
    font-family: "Font Awesome 5 Brands";
    font-weight: 100;
    font-size: 18px;
    color: Var(--black);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    line-height: 1;
}
footer .copyright {
    text-align: center;
    border-top: 1px solid var(--black);
    width: 73%;
    margin: auto;
    opacity: 0.6;
    margin-top: 20px;
}
footer .copyright p {
    margin: 20px auto auto;
    font-family: OpenSans Regular;
    font-size: 14px;
    color: Var(--black);
}
footer .logo-juridic a {
    display: flex;
    justify-content: flex-end;
}
footer .module.module-image.logo-juridic img {
    width: auto;
    height: 35px;
}
footer .logo-juridic{
    grid-area: 2 / 2 / 3 / 3;
    height: fit-content;
}
footer .logo-juridic:last-of-type{
    grid-area: 3 / 2 / 4 / 3;
    height: fit-content;
}
.section-home-top .content {
    position: relative;
}
.section-home-top .homepage-slider,
.section-home-top .homepage-slider .slick-list,
.section-home-top .homepage-slider .slick-list .slick-track {
    height: 100%;
}
.section-home-top .homepage-slider .slick-slide {
    display: flex;
    flex-direction: row;
    border: none;
}
.section-home-top .homepage-slider .slick-slide .slick-slide-inner {
    background-color: var(--light-gray);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: 50%;
}
.section-home-top .homepage-slider .slick-slide .slide-slick-title h4 {
    text-align: center;
    font-family: var(--font-handwrite);
    font-size: 48px;
    margin-bottom: 20px;
}
.section-home-top .homepage-slider .slick-slide .slide-slick-image {
    display: flex;
    justify-content: center;
    height: 400px;
    width: 250px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 150px;
}
.section-home-top .homepage-slider .slick-slide .slide-slick-image img {
    position: absolute;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
    transition: all 0.25s linear;
}
.section-home-top .homepage-slider .slick-slide .slide-slick-image:hover img {
    height: 110%;
}
.section-home-top .homepage-slider .slick-slide .slide-slick-content a {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    font-family: "OpenSans Light";
    text-decoration: none;
    color: var(--black);
    display: block;
}
.section-home-top .homepage-slider .slick-slide a.btn-primary {
    width: fit-content;
    margin: 0 auto;
    padding: 15px 30px;
}
.section-home-top .homepage-slider .slick-slide .secondary-image {
    position: relative;
    max-width: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}
.section-home-top .homepage-slider .slick-slide .secondary-image a {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    padding: 0;
}
.section-home-top .homepage-slider .slick-slide .secondary-image img {
    position: absolute;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.section-home-top .homepage-slider .slick-prev {
    left: 20px;
    z-index: 1;
    background-color: transparent;
    transform: none;
    top: -230px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: fit-content;
}
.section-home-top .homepage-slider .slick-prev:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--orange);
    font-size: 18px;
    opacity: 1;
}
.section-home-top .homepage-slider .slick-next {
    left: 20px;
    z-index: 1;
    background-color: transparent;
    transform: none;
    top: 0;
    bottom: -230px;
    margin: auto;
    width: 20px;
    height: fit-content;
    right: auto;
}
.section-home-top .homepage-slider .slick-next:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--orange);
    font-size: 18px;
    opacity: 1;
}
.section-home-top .slider-progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 29px;
    margin: auto;
    width: 2px;
    height: 200px;
    background-color: #00000033;
    border-radius: 2px;
    transform: rotate(180deg);
}
.section-home-top .slider-progress .progress {
    background-color: Var(--orange);
    width: 100%;
    height: 70%;
}
.section-home-2 {
    padding: 10vh 0;
    background-color: var(--light-gray);
}
.section-home-2 p {
    font-family: var(--font-handwrite);
    font-size: 28px;
    margin: auto;
    line-height: 1.2;
    text-align: center;
}
.section-home-3 {
    padding: 10vh 0;
}
.section-home-3 .module-text h2 {
    font-family: var(--font-handwrite);
    text-align: center;
    font-size: 28px;
    margin: auto;
}
.categories-grid .categories-item-wrapper,
.categories-grid .product-item-wrapper {
    padding: 0 10px;
    text-align: center;
}
.categories-grid .category-item-inner,
.categories-grid .product-item {
    border: 1px solid var(--black);
    padding: 20px;
}
.categories-grid .category-item-inner .categ-image-wrapper,
.categories-grid .product-item .product-image-wrapper {
    margin: auto;
    height: auto;
    width: 100%;
}
.categories-grid .category-item-inner .categ-image-wrapper a,
.categories-grid .product-item .product-image-wrapper a {
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    height: 40vh !important;
}
.categories-grid .category-item-inner .categ-image-wrapper a img,
.categories-grid .product-item .product-image-wrapper a img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.categories-grid .categ-title h2,
.categories-grid .product-item h2 {
    font-size: 24px;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}
.categories-grid .categ-title h2 a,
.categories-grid .product-item h2 a {
    font-family: var(--font-handwrite);
    color: var(--black);
    text-decoration: none;
}
.categories-grid .categ-title .product-price-wrapper,
.categories-grid .product-item .product-price-wrapper {
    margin: 1.25rem auto;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.categories-grid .categ-title .price p,
.categories-grid .product-item .price p {
    margin: auto;
    font-size: 38px;
    font-family: var(--font-handwrite);
    line-height: 0.8;
}
.categories-grid .categ-title .price p span,
.categories-grid .product-item .price p span {
    font-family: "OpenSans Light";
    font-weight: unset;
    font-size: 18px;
}
.categories-grid .categ-title .price p b,
.categories-grid .product-item .price p b {
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
}
.categories-grid .categ-title .old-price p,
.categories-grid .product-item .old-price p {
    margin: auto;
    font-family: var(--font-handwrite);
    font-size: 18px;
    line-height: 0.8;
    text-decoration: line-through;
}
.categories-grid .categ-title .old-price p span,
.categories-grid .product-item .old-price p span {
    font-family: "OpenSans Regular";
    font-size: 14px;
}
.categories-grid .categ-title .old-price p b,
.categories-grid .product-item .old-price p b {
    font-weight: 400;
    font-size: 12px;
}
.categories-grid .categ-title .new-price p,
.categories-grid .product-item .new-price p {
    margin: 5px auto auto;
    font-size: 38px;
    font-family: var(--font-handwrite);
    line-height: 0.8;
    color: var(--red);
}
.categories-grid .categ-title .new-price p span,
.categories-grid .product-item .new-price p span {
    font-family: "OpenSans Light";
    font-weight: unset;
    font-size: 18px;
    color: var(--black);
}
.categories-grid .categ-title .new-price p b,
.categories-grid .product-item .new-price p b {
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    color: Var(--red);
}
.categories-grid .categ-title .tva,
.categories-grid .product-item .tva {
    font-size: 12px;
    font-family: "OpenSans Regular";
    opacity: 0.6;
    color: var(--black);
}
.categories-grid .categ-title .product-stock a,
.categories-grid .categ-title .product-stock p,
.categories-grid .product-item .product-stock a,
.categories-grid .product-item .product-stock p {
    font-size: 14px;
    font-family: OpenSans Light;
    color: var(--black);
    text-decoration: none;
}
.categories-grid .categ-title .product-stock span,
.categories-grid .product-item .product-stock span {
    margin-right: 5px;
}
.categories-grid .categ-title .action-buttons-wrapper,
.categories-grid .product-item .action-buttons-wrapper {
    justify-content: center;
    gap: 0 20px;
}
.categories-grid .categ-title .action-buttons-wrapper .add-to-favorites-button,
.categories-grid .product-item .action-buttons-wrapper .add-to-favorites-button {
    display: flex;
    justify-content: center;
    align-items: Center;
}
.categories-grid .categ-title .action-buttons-wrapper .add-to-fav-btn span,
.categories-grid .product-item .action-buttons-wrapper .add-to-favorites-button span {
    display: none;
}

.categories-grid .categ-title .action-buttons-wrapper .info_stock,
.categories-grid .product-item .action-buttons-wrapper .info_stock {
    position: relative;
    padding: 10px 30px;
    background-color: var(--red);
    color: #fff;
    font-family: OpenSans Regular;
    text-transform: uppercase;
    font-size: 14px;
    width: fit-content;
    margin: auto;
}

.section-home-3 .categories-grid .slick-prev {
    left: -70px;
    width: 60px;
    height: 60px;
    border: 1px solid var(--black);
    border-radius: 50%;
}
.section-home-3 .categories-grid .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: Var(--black);
    font-size: 28px;
    opacity: 1;
    height: fit-content;
    left: -2px;
    position: relative;
}
.section-home-3 .categories-grid .slick-next {
    right: -70px;
    width: 60px;
    height: 60px;
    border: 1px solid var(--black);
    border-radius: 50%;
}
.section-home-3 .categories-grid .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: Var(--black);
    font-size: 28px;
    opacity: 1;
    height: fit-content;
    right: -2px;
    position: relative;
}
.section-prod-show {
    position: relative;
    padding: 10vh 0;
}
.section-prod-show .col-lg-6 {
    max-width: 48%;
}
.section-prod-show .image-description {
    max-width: 35%;
    overflow: hidden;
}
.section-prod-show .floating-description.up {
    transform: none;
    position: relative;
    top: auto;
    height: fit-content;
    margin: auto 0;
    max-width: 65%;
    flex: auto;
}
.section-prod-show .col-lg-6.image-description .module-image {
    display: flex;
    justify-content: center;
    height: 500px;
    width: 320px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 150px;
}
.section-prod-show .col-lg-6.image-description .module-image img {
    position: absolute;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
    transition: all 0.25s linear;
}
.section-prod-show .floating-description h2,
.section-prod-show .floating-description h1{
    font-family: var(--font-handwrite);
    font-size: 3vw;
    line-height: 1;
    color: var(--black);
    margin: auto;
}
.section-prod-show .floating-description .description p {
    font-family: "OpenSans Regular";
    font-size: 16px;
    color: vaR(--black);
    margin: 30px auto;
    text-align: justify;
}
.section-prod-show .floating-description .module-button a {
    width: fit-content;
    padding: 15px 30px;
    margin: 0;
}
.section-home-5 {
    position: relative;
    padding: 10vh 0;
    justify-content: space-between;
}
.section-home-5:before {
    content: "";
    position: absolute;
    width: 160%;
    height: 100%;
    left: -30%;
    top: 0;
    background-color: var(--light-gray);
}
.section-home-5 > .col-lg-6 {
    max-width: 48%;
}
.section-home-5 .text h3 {
    font-family: var(--font-handwrite);
    font-size: 3vw;
    line-height: 1;
    margin: auto;
}
.section-home-5 .text p {
    margin: 30px auto;
    text-align: justify;
    font-family: OpenSans Regular;
    font-size: 16px;
    color: var(--black);
}
.section-home-5 .btn-primary {
    margin: auto;
}
.section-home-7 {
    height: 30vh;
    overflow: hidden;
    position: relative;
}
.section-home-7 .module-video {
    margin: auto;
    width: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: -999;
}
.section-home-8 {
    padding: 10vh 0;
    background-color: var(--white);
}
.section-home-8 .container {
    justify-content: space-between;
    align-items: center;
}
.section-home-8 .module-text {
    width: 80%;
}
.section-home-8 p {
    color: var(--black);
    font-family: var(--font-handwrite);
    font-size: 28px;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    line-height: 1.2;
}
.section-home-8 .module-button {
    width: auto;
    text-align: right;
}
.section-home-8 .module-button a {
    padding: 15px 30px;
    margin: auto;
}
.section-contact {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding: 20px;
    display: flex;
    background-color: var(--light-gray);
    gap: 20px 40px;
}
.section-contact .col-lg-4.contact-info,
.section-contact .col-lg-8.contact-form {
    position: Relative;
    padding: 0;
}
.section-contact .col-lg-4.contact-info {
    max-width: calc(33.333333% - 20px);
}
.section-contact .col-lg-8.contact-form {
    max-width: calc(66.666667% - 20px);
    flex-flow: wrap;
    display: flex;
    gap: 0 20px;
}
.section-contact .title {
    display: flex;
    align-items: center;
    width: 100%;
}
.section-contact .title p,
.section-contact .title h1{
    margin: auto 0 20px;
    font-family: var(--font-handwrite);
    font-size: 3vw;
    border-bottom: 1px solid var(--black);
    width: 100%;
    line-height: 1;
    padding-bottom: 20px;
}
.section-contact .info {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
}
.section-contact .info:after {
    content: "";
    position: absolute;
    width: 10vh;
    height: 1px;
    background-color: var(--black);
    bottom: 0;
    left: 0;
}
.section-contact .contact-info .module.module-image img {
    filter: none;
    width: 60%;
    transition: all 0.25s linear;
}
body.darkmode .section-contact .contact-info .module.module-image img {
    filter: brightness(10);
    transition: all 0.25s linear;
}
.section-contact .info p {
    font-family: var(--font-handwrite);
    color: var(--black);
    margin: auto 0;
    font-size: 24px;
}
.section-contact .info p a {
    color: var(--black);
    font-family: var(--font-handwrite);
    text-decoration: none;
}
.section-contact .info.program p:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: var(--black);
    margin-right: 10px;
}
.section-contact .info.phone p:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: var(--black);
    margin-right: 10px;
}
.section-contact .info.mail p:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: var(--black);
    margin-right: 10px;
}
.section-contact .divider {
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background-color: var(--black);
}
.section-contact .contact-form .module-code {
    width: calc(65% - 10px);
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.section-contact .contact-form .module-code .c-form-success {
    color: Var(--black);
    text-align: center;
    font-family: "OpenSans Regular";
    font-size: 18px;
}
.section-contact .contact-form .module-code .c-form-success b {
    font-family: var(--font-handwrite);
    font-size: 4vh;
    font-weight: unset;
    line-height: 1;
}
.section-contact .contact-form .contact-form-section .content.d-flex {
    justify-content: space-between;
    padding: 0;
    margin-bottom: 20px;
}
.section-contact .contact-form .contact-form-section .content {
    padding: 0;
}
.section-contact .contact-form .contact-form-section .content .form-group {
    margin: auto 0;
}
.section-contact .contact-form .contact-form-section .content.d-flex .form-group {
    width: 48%;
    margin: auto 0;
}
.section-contact .contact-form .contact-form-section .content .form-group label {
    font-family: var(--font-handwrite);
    margin: auto;
    font-size: 18px;
    color: var(--black);
}
.section-contact .contact-form .contact-form-section .content .form-group input {
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
    color: var(--black);
}
.section-contact .contact-form .contact-form-section .content.simple .form-group:last-of-type {
    margin-top: 20px;
}
.section-contact .contact-form .contact-form-section .content .form-group textarea {
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
    height: 150px;
    color: var(--black);
}
.section-contact .contact-form .item-acceptance {
    margin: 20px 0 !important;
}
.section-contact .contact-form .item-acceptance label {
    margin: auto;
}
.section-contact .contact-form .item-acceptance label .checkbox-text {
    font-family: OpenSans Regular;
    font-size: 16px;
    color: Var(--black);
}
.section-contact .contact-form .item-acceptance label .checkbox-text a {
    color: var(--red);
    text-decoration: none;
}
.section-contact .contact-form .form-group.btn-section {
    margin: auto;
}
.section-contact .contact-form .btn-section .col-12 {
    padding: 0;
}
.section-contact .contact-form button {
    margin: 0;
}
.section-contact .contact-form .module-image {
    overflow: hidden;
    width: calc(35% - 10px);
    height: 550px;
    position: relative;
}
.section-contact .contact-form .module-image img {
    position: absolute;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
}
.section-contact .module-social ul {
    padding: 0;
    margin: 50px auto 0;
    list-style: none;
    display: flex;
}
.section-contact .module-social ul li {
    margin: auto 20px auto 0;
}
.section-contact .module-social ul a {
    color: transparent;
    padding: 0;
    text-decoration: none;
    position: relative;
    width: 50px;
    overflow: hidden;
    display: block;
    height: 50px;
    border: 1px solid var(--black);
}
.section-contact .module-social ul li.s-facebook a:before {
    content: "\f39e";
    position: absolute;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 28px;
    color: Var(--black);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    line-height: 1;
}
.section-contact .module-social ul li.s-instagram a:before {
    content: "\f16d";
    position: absolute;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 28px;
    color: Var(--black);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    line-height: 1;
}
.single-product-row {
    background-color: var(--light-gray);
    justify-content: space-between;
    padding: 20px;
    margin: auto;
}
.single-product-row .single-product-image-col,
.single-product-row .single-product-summary-col {
    padding: 0;
    max-width: 49%;
}
.single-product-row .single-product-image-col {
    height: fit-content;
    transition: 0.5s;
}
.single-product-row .single-product-image-col .product-gallery {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.single-product-row .single-product-image-col .slick-slider-gallery .slick-slide {
    height: fit-content;
    width: 100%;
}
.single-product-row .single-product-image-col .slick-slider-gallery .slick-slide img {
    position: absolute;
    height: auto;
    width: 100%;
    margin: auto;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.single-product-row .single-product-image-col .slick-slider-nav {
    margin: 12px auto 0;
    max-width: 400px;
    width: 100%;
}
.single-product-row .single-product-image-col .slick-slider-nav .slick-prev {
    left: 15px;
    height: auto;
}
.single-product-row .single-product-image-col .slick-slider-nav .slick-prev:before {
    content: "‹";
    color: var(--black);
    font-size: 30px;
}
.single-product-row .single-product-image-col .slick-slider-nav .slick-next {
    right: 15px;
    height: auto;
}
.single-product-row .single-product-image-col .slick-slider-nav .slick-next:before {
    content: "›";
    color: var(--black);
    font-size: 30px;
}
.single-product-row .single-product-image-col .slick-slider-nav .slick-list {
    margin: 0 50px;
}
.single-product-row .single-product-image-col .slick-slider-nav .slick-list .slick-track {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
.single-product-row .single-product-image-col .slick-slider-nav .slick-slide {
    position: relative;
    display: flex;
    height: 90px;
    justify-content: center;
    margin: auto;
    cursor: pointer;
    width: 70px !important;
}
.single-product-row .single-product-image-col .slick-slider-nav .slick-slide img {
    position: absolute;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
}
.single-product-row .single-product-image-col .product-feature-image {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.single-product-row .single-product-image-col .product-feature-image img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-product-row .info-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    opacity: 0.1;
    margin: 20px auto;
}
.single-product-row .single-product-summary-col > .info-divider {
    margin: 20px auto 0;
}
.single-product-row .breadcrumbs ol {
    width: fit-content;
    background-color: transparent;
    padding: 0;
}
.single-product-row .breadcrumbs ol li {
    height: fit-content;
    margin: auto;
    display: flex;
    align-items: center;
}
.single-product-row .breadcrumbs ol .breadcrumb-item,
.single-product-row .breadcrumbs ol li a {
    font-family: "OpenSans Regular";
    font-size: 14px;
    color: VaR(--black);
    text-align: left;
    text-decoration: none;
}
.single-product-row .breadcrumbs ol .breadcrumb-item {
    overflow: hidden;
    width: 250px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.single-product-row .breadcrumbs ol li svg {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.single-product-row .single-product-summary-col .product-sku {
    font-family: "OpenSans Regular";
    font-size: 14px;
    color: var(--black);
}
.single-product-row .single-product-summary-col h1 {
    font-family: var(--font-handwrite);
    font-size: 2vw;
    line-height: 1;
    color: var(--black);
    margin: auto;
}
.single-product-row .single-product-summary-col .product-price-wrapper {
    display: flex;
    align-items: end;
    margin: 40px auto;
}
.single-product-row .single-product-summary-col .new-price p,
.single-product-row .single-product-summary-col .price p {
    margin: auto;
    font-size: 5vh;
    font-family: var(--font-handwrite);
    line-height: 0.7;
}
.single-product-row .single-product-summary-col .new-price p {
    color: Var(--orange);
}
.single-product-row .single-product-summary-col .old-price p {
    position: relative;
    font-size: 24px;
    font-family: var(--font-handwrite);
    line-height: 0.7;
    margin: auto 0;
    width: fit-content;
}
.single-product-row .single-product-summary-col .old-price p:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    left: -5%;
    margin: auto;
    width: 110%;
    height: 1px;
    background-color: var(--black);
}
.single-product-row .single-product-summary-col .new-price p span,
.single-product-row .single-product-summary-col .price p span {
    font-family: "OpenSans Light";
    font-weight: unset;
    font-size: 24px;
    color: vaR(--black);
}
.single-product-row .single-product-summary-col .old-price p span {
    font-size: 14px;
    font-family: "OpenSans Light";
    font-weight: unset;
}
.single-product-row .single-product-summary-col .new-price p b,
.single-product-row .single-product-summary-col .price p b {
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
}
.single-product-row .single-product-summary-col .old-price p b {
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
}
.single-product-row .single-product-summary-col .tva {
    font-size: 12px;
    font-family: "OpenSans Regular";
    margin-left: 5px;
    opacity: 0.6;
    color: var(--black);
}
.single-product-row .single-product-summary-col .descriere-generala p {
    margin: auto;
    font-family: "OpenSans Regular";
    text-align: justify;
    font-size: 14px;
}
.single-product-row .single-product-summary-col .product-size {
    margin: 10px auto;
    border-top: 1px solid rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 10px 0;
}
.single-product-row .single-product-summary-col .size p {
    margin: auto auto 8px;
    font-family: "OpenSans Regular";
    font-size: 14px;
}
.single-product-row .single-product-summary-col .size label {
    display: none;
}
.single-product-row .single-product-summary-col .size ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    width: 100%;
    gap: 0 15px;
}
.single-product-row .single-product-summary-col .size .product-variations li {
    border: none;
    margin: 0;
}
.single-product-row .single-product-summary-col .size ul li.selected a {
    background-color: var(--black);
    color: var(--white);
}
.single-product-row .single-product-summary-col .size ul li a {
    position: relative;
    font-size: 14px;
    font-family: "OpenSans Regular";
    line-height: 1;
    color: var(--black);
    text-decoration: none;
    border: 1px solid var(--black);
    padding: 14px;
    z-index: 1;
    transition: all 0.15s linear;
}
.single-product-row .single-product-summary-col .size ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: var(--black);
    z-index: -1;
    transition: all 0.15s linear;
}
.single-product-row .single-product-summary-col .size ul li a:hover {
    color: var(--white);
    transition: all 0.15s linear;
}
.single-product-row .single-product-summary-col .size ul li a:hover:before {
    height: 100%;
    transition: all 0.15s linear;
}
.single-product-row .single-product-summary-col .size-table {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
}
.single-product-row .single-product-summary-col .size-table svg {
    width: 16px;
    height: 16px;
    fill: var(--black);
}
.single-product-row .single-product-summary-col .size-table p {
    margin: auto 0 auto 5px;
    font-family: "OpenSans Regular";
    color: var(--black);
    font-size: 14px;
    line-height: 1;
}
.single-product-row .single-product-summary-col .size-table p a {
    position: relative;
    color: var(--red);
    text-decoration: none;
}
.single-product-row .single-product-summary-col .product-stock p {
    font-size: 14px;
    font-family: OpenSans Light;
    color: var(--black);
    text-decoration: none;
    margin: 20px 0;
}
.single-product-row .single-product-summary-col .product-stock span {
    margin-right: 5px;
}
.single-product-row .single-product-summary-col .add-to-cart-button {
    margin-right: 20px;
    position: relative;
}
.single-product-row .single-product-summary-col .add-to-cart-button .info_stock {
    position: relative;
    padding: 10px 30px;
    background-color: var(--red);
    color: #fff;
    font-family: OpenSans Regular;
    text-transform: uppercase;
    font-size: 14px;
    width: fit-content;
    margin: auto;
}
.single-product-row .single-product-summary-col .add-to-cart-button .cms-message {
    position: absolute;
    top: -24px;
    font-size: 14px;
    width: 300px;
    color: var(--red);
}
.single-product-row .single-product-summary-col .add-to-favorites-button {
    display: flex;
}
.single-product-row .single-product-summary-col .add-to-fav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-product-row .single-product-summary-col .add-to-fav-btn span {
    margin-left: 5px;
}
.single-product-row .single-product-summary-col .product-details .card {
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.single-product-row .single-product-summary-col .product-details .card .card-header {
    background-color: var(--light-gray);
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    margin-bottom: 1px;
}
.single-product-row .single-product-summary-col .product-details .card .card-header:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    opacity: 0.1;
}
.single-product-row .single-product-summary-col .product-details .card .card-header a {
    position: relative;
    padding: 10px;
    font-family: var(--font-handwrite);
    font-size: 28px;
    border: none;
    border-radius: 0;
    color: var(--black);
    width: 100%;
    text-align: inherit;
}
.single-product-row .single-product-summary-col .product-details .card .card-header a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: Var(--black);
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.single-product-row .single-product-summary-col .product-details .card .card-header a[aria-expanded="true"]:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    background-color: Var(--black);
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    transition: all 0.25s linear;
}
.single-product-row .single-product-summary-col .product-details .card .card-header a[aria-expanded="false"]:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: Var(--black);
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    transition: all 0.25s linear;
}
.single-product-row .single-product-summary-col .product-details .card .card-body {
    color: var(--black);
    font-size: 14px;
    font-family: "OpenSans Regular";
    padding: 10px;
}
.single-product-row .single-product-summary-col .product-details .card p {
    margin: auto;
    text-align: justify;
    font-family: OpenSans Regular;
    font-size: 14px;
    color: var(--black);
}
.single-product-row .single-product-summary-col .product-details .card .card-body ul {
    padding: 0;
    list-style: none;
    margin: auto;
}
.single-product-row .single-product-summary-col .product-details .card .card-body ul li {
    font-family: "OpenSans Regular";
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.single-product-row .single-product-summary-col .product-details .card .card-body ul li:before {
    content: "";
    position: relative;
    width: 5px;
    height: 5px;
    background-color: Var(--black);
    margin: auto 5px auto 0;
}
.single-product-row .single-product-summary-col .product-details .card .card-body ul li span {
    font-family: var(--font-handwrite);
    font-size: 24px;
    margin-left: 5px;
}
.single-product-row .single-product-summary-col .product-details .card .card-body.product-transport .livrare {
    margin-top: 20px;
}
.single-product-row .single-product-summary-col .product-details .card .card-body.product-transport h3 {
    font-family: var(--font-handwrite);
    font-size: 24px;
    color: var(--black);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--black);
    width: fit-content;
}
.single-product-row .single-product-summary-col .product-details .card .card-body.product-transport p {
    font-size: 14px;
    color: var(--black);
    font-family: "OpenSans Regular";
}
.single-product-row .single-product-summary-col .product-details .card .card-body.product-transport p strong {
    font-family: var(--font-handwrite);
    font-size: 18px;
    color: Var(--black);
}
.related-product {
    margin: 50px auto !important;
}
.related-product h4 {
    font-family: var(--font-handwrite);
    font-size: 2.5vw;
    line-height: 1;
    color: var(--black);
    margin: auto;
}
.related-product .text-center > .categories-grid {
    margin-top: 50px;
    gap: 0 20px;
}
.related-product .categories-grid .categories-item-wrapper {
    padding: 0;
    max-width: calc(25% - 15px);
}
.related-product .categories-grid .categories-item-wrapper .category-item {
    background-color: var(--light-gray);
}
.site-login .container {
    height: fit-content;
    background-color: var(--light-gray);
    padding: 50px;
}
.site-signup .container {
    height: fit-content;
    margin: 15vh auto;
    background-color: var(--light-gray);
    padding: 50px;
}
.site-login h1,
.site-signup h1 {
    font-family: var(--font-handwrite);
    font-size: 2.5vw;
    color: var(--black);
}
.site-login p,
.site-signup p {
    font-family: OpenSans Regular;
    font-size: 18px;
    color: var(--black);
}
.site-login .e-form,
.site-signup .e-form {
    max-width: 400px;
    margin: auto;
}
.site-signup .e-form .sub-title {
    margin: auto auto 10px;
    text-align: left;
    font-family: var(--font-handwrite);
    font-size: 28px;
    border-bottom: 1px solid var(--black);
    padding: 0 0 10px;
}
.site-signup .e-form .form-group:not(:nth-last-child(2)):not(:last-child) {
    margin: auto auto 16px;
    position: relative;
    text-align: left;
}
.site-login .e-form .field-loginform-email,
.site-login .e-form .field-loginform-password {
    margin: auto auto 16px;
    position: relative;
}
.site-login .e-form .field-loginform-rememberme label {
    color: Var(--black);
    font-family: OpenSans Regular;
}
.site-login .e-form .field-loginform-email label,
.site-login .e-form .field-loginform-password label,
.site-signup .e-form .form-group:not(:nth-last-child(2)):not(:last-child) label {
    font-family: var(--font-handwrite);
    margin: auto;
    font-size: 18px;
    color: var(--black);
}
.site-login .e-form .field-loginform-email input,
.site-login .e-form .field-loginform-password input,
.site-signup .e-form .form-group:not(:nth-last-child(2)):not(:last-child) input {
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
    color: var(--black);
}
.site-signup .e-form .form-group input:-internal-autofill-selected,
.site-signup .e-form .form-group input:-internal-autofill:focus {
    background-color: rgb(255, 255, 255, 0) !important;
    background-image: none !important;
}
.site-login .e-form .field-loginform-acceptance,
.site-signup .e-form .field-signupform-acceptance {
    font-family: OpenSans Regular;
    color: var(--black);
}
.site-login .e-form .field-loginform-acceptance a,
.site-signup .e-form .field-signupform-acceptance a {
    color: var(--red);
    font-family: OpenSans Regular;
    text-decoration: none;
}
.site-login .btn-primary,
.site-signup .btn-primary {
    margin: 3rem auto 0;
}
.site-login .help-block,
.site-signup .help-block {
    margin: 5px auto auto;
    font-size: 14px;
}
.site-login .links,
.site-signup .links {
    color: var(--black);
    font-family: OpenSans Regular;
    font-size: 16px;
}
.site-login .links a,
.site-signup .links a {
    color: var(--orange);
    font-family: OpenSans Regular;
    font-size: 16px;
    text-decoration: none;
}
.my-account {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
}
.my-account .my-account-row {
    width: 100%;
    height: fit-content;
    background-color: var(--light-gray);
    padding: 50px;
    min-height: 70vh;
    margin: auto;
}
.my-account .row .dash-nav .list-group {
    border-radius: 0;
}
.my-account .row .dash-nav li {
    background-color: transparent;
    border: none;
    padding: 0 20px;
    border-bottom: 1px solid var(--black);
    display: flex;
    align-items: center;
    height: 8vh;
}
.my-account .row .dash-nav li.active {
    background-color: var(--black);
}
.my-account .row .dash-nav li:first-of-type {
    border-top: 1px solid var(--black) !important;
}
.my-account .row .dash-nav li a {
    font-family: var(--font-handwrite);
    font-size: 24px;
    color: VaR(--black);
    text-decoration: none;
}
.my-account .row .dash-nav li.active a {
    color: var(--white);
}
.my-account .account-divider {
    background-color: var(--black);
    max-width: 1px;
    margin: 0 50px !important;
}
.my-account .my-account-structure .title {
    height: 8vh;
    display: flex;
    align-items: center;
    font-family: var(--font-handwrite);
    font-size: 42px;
    margin: auto 0;
    border-bottom: 1px solid var(--black);
}
.my-account .dashboard .title span:first-of-type {
    margin: 0 10px;
}
.my-account .my-account-structure .view-title {
    margin: auto 0;
    width: fit-content;
    padding: 14px 0;
    position: relative;
    display: flex;
    height: 8vh;
    align-items: center;
    border-bottom: 1px solid var(--black);
    font-family: "OpenSans Regular";
    font-size: 14px;
}
.my-account .my-account-structure .view-title span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-family: OpenSans Regular;
    margin: 0 5px;
}
.my-account .my-account-structure ul {
    margin: auto;
    padding: 0;
    list-style-position: inside;
    list-style: none;
}
.my-account .my-account-structure ul li {
    margin: auto 0;
    padding: 10px 0;
    position: Relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8vh;
}
.my-account .my-account-structure ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    bottom: 0;
    left: 0;
}
.my-account .my-account-structure ul li .order-link {
    font-family: var(--font-handwrite);
    font-size: 24px;
    color: var(--black);
    text-decoration: none;
}
.my-account .my-account-structure.dashboard ul li span,
.my-account .my-account-structure.old-orders ul li span {
    font-family: "OpenSans Regular";
    font-size: 16px;
    color: var(--black);
}
.my-account .my-account-structure.dashboard ul li span br,
.my-account .my-account-structure.old-orders ul li span br {
    display: none;
}
.my-account .my-account-structure.dashboard ul li .order_info,
.my-account .my-account-structure.old-orders ul li .order_info {
    display: flex;
    flex-direction: row;
    gap: 0 20px;
}
.my-account .my-account-structure.dashboard ul li .order_info p,
.my-account .my-account-structure.old-orders ul li .order_info p {
    margin: auto;
    padding: 5px;
    font-family: "OpenSans Regular";
    font-size: 10px;
    text-transform: uppercase;
}
.my-account .my-account-structure.dashboard ul li .order_info a,
.my-account .my-account-structure.old-orders ul li .order_info a {
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--black);
    padding: 5px 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
.my-account .favorite ul li {
    height: 40vh;
    display: flex;
    flex-direction: row;
    padding: 0;
}
.my-account .favorite .content {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}
.my-account .favorite .fav-prod-image a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}
.my-account .favorite .fav-prod-image img {
    position: absolute;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
}
.my-account .favorite .fav-prod-desc {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.my-account .favorite .fav-prod-desc .product-stock p {
    font-size: 14px;
    font-family: OpenSans Light;
    color: var(--black);
    text-decoration: none;
    margin: 20px 0;
}
.my-account .favorite .fav-prod-desc .product-stock span {
    margin-right: 5px;
}
.my-account .favorite .fav-prod-desc h2 a {
    font-family: var(--font-handwrite);
    color: var(--black);
    text-decoration: none;
    margin: auto;
    text-align: justify;
}
.my-account .favorite .fav-prod-desc .price-wrapper {
    margin: 20px 0 0;
}
.my-account .favorite .fav-prod-desc .price {
    display: flex;
    flex-direction: column;
}
.my-account .favorite .fav-prod-desc .price p {
    margin: auto 0;
    font-size: 2.5vw;
    font-family: var(--font-handwrite);
    line-height: 0.8;
}
.my-account .favorite .fav-prod-desc .price p span {
    font-family: "OpenSans Light";
    font-weight: unset;
    font-size: 24px;
}
.my-account .favorite .fav-prod-desc .price p b {
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
}
.my-account .favorite .fav-prod-desc .tva {
    font-size: 12px;
    font-family: "OpenSans Regular";
    opacity: 0.6;
    color: var(--black);
    margin-top: 5px;
}
.my-account .favorite .fav-prod-buttons .info_stock {
    position: relative;
    padding: 10px 30px;
    background-color: var(--red);
    color: #fff;
    font-family: OpenSans Regular;
    text-transform: uppercase;
    font-size: 14px;
    width: fit-content;
    margin: auto 0;
}
.my-account .favorite .fav-prod-buttons .add-to-cart span {
    color: var(--white);
}
.my-account .favorite .fav-prod-buttons .add-to-cart svg {
    fill: var(--white);
    width: 20px;
    height: 20px;
}
.my-account .favorite .fav-prod-buttons .add-to-fav-btn {
    width: fit-content;
    padding: 0;
    margin-top: 20px;
    color: var(--red);
    border: none;
    height: fit-content;
    display: flex;
    flex-direction: row-reverse;
    background-color: transparent;
}
.my-account .favorite .fav-prod-buttons .add-to-fav-btn:active,
.my-account .favorite .fav-prod-buttons .add-to-fav-btn:focus {
    background-color: transparent;
}
.my-account .favorite .fav-prod-buttons .add-to-fav-btn:before {
    display: none;
}
.my-account .favorite .fav-prod-buttons .add-to-fav-btn:after {
    content: "\f2ed";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.my-account .my-account-structure.informatii-personale form .form-group {
    height: 8vh;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--black);
}
.my-account .my-account-structure.informatii-personale form .form-group label {
    font-family: var(--font-handwrite);
    margin: 0 0 2px;
    line-height: 1;
    font-size: 24px;
    width: fit-content;
    color: var(--black);
}
.my-account .my-account-structure.informatii-personale form .form-group input {
    padding: 0 20px;
    height: 40px;
    min-width: 200px;
    width: 60%;
    border: 1px solid var(--black);
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
    color: Var(--black);
}
.my-account .my-account-structure.informatii-personale form .form-group-title {
    height: 8vh;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--black);
    gap: 0 40px;
}
.my-account .my-account-structure.informatii-personale form .form-group-title .sub-title {
    font-family: var(--font-handwrite);
    font-size: 24px;
    margin: auto 0;
}
.my-account .my-account-structure.informatii-personale form .form-group-title input {
    -webkit-appearance: none;
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 0;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}
.my-account .my-account-structure.informatii-personale form .form-group-title input:checked {
    background: var(--black);
    border: 1px solid var(--black);
}
.my-account .my-account-structure.informatii-personale .btn-secondary {
    margin-top: 50px;
}
.my-account .my-account-structure.new-orders .new-order-single {
    display: flex;
    flex-direction: row;
    margin: auto 0;
    padding: 50px 0;
    position: Relative;
    width: 100%;
    height: 24vh;
}
.my-account .my-account-structure.new-orders .new-order-single:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    bottom: 0;
    left: 0;
}
.my-account .my-account-structure.new-orders .new-order-single .new-order-info {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.my-account .my-account-structure.new-orders .new-order-single .new-order-info a {
    font-family: var(--font-handwrite);
    font-size: 28px;
    color: var(--black);
    text-decoration: none;
    line-height: 1;
    margin: 0;
}
.my-account .my-account-structure.new-orders .new-order-single .new-order-info p {
    font-family: OpenSans Light;
    line-height: 1;
    margin: 0;
    font-size: 18px;
}
.my-account .my-account-structure.new-orders .new-order-single .new-order-info p span {
    font-family: var(--font-handwrite);
    font-size: 24px;
}
.my-account .my-account-structure.new-orders .new-order-single .new-order-date {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.my-account .my-account-structure.new-orders .new-order-single .new-order-date p {
    font-family: var(--font-handwrite);
    font-size: 28px;
    color: var(--black);
    text-decoration: none;
    line-height: 1;
    margin: 0;
}
.my-account .my-account-structure.new-orders .new-order-single .new-order-date span {
    font-family: var(--font-handwrite);
    margin: 0;
    font-size: 24px;
    line-height: 1;
    color: var(--black);
}
.my-account .my-account-structure.new-orders .new-order-single .new-order-buttons {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.my-account .my-account-structure.new-orders .new-order-single .new-order-buttons .btn-secondary {
    padding: 8px 20px;
}
.my-account .my-account-structure.new-orders .new-order-single .new-order-buttons .new-order-cancellation {
    position: Relative;
    color: #000;
    font-family: "OpenSans Light";
    text-transform: lowercase;
    font-size: 14px;
    text-decoration: none;
    border: none;
    outline: 0 !important;
}
.my-account .my-account-structure.new-orders .new-order-single .new-order-buttons .new-order-cancellation:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--gray);
}
.my-account .my-account-structure.security .form-group {
    height: 8vh;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--black);
}
.my-account .my-account-structure.security .form-group label {
    font-family: var(--font-handwrite);
    margin: 0 0 2px;
    line-height: 1;
    font-size: 24px;
    width: fit-content;
    color: var(--black);
}
.my-account .my-account-structure.security .form-group input {
    padding: 0 20px;
    height: 40px;
    min-width: 200px;
    width: 60%;
    border: 1px solid var(--black);
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
    color: Var(--black);
}
.my-account .my-account-structure.security .form-group select {
    font-size: 14px;
    font-family: OpenSans Regular;
    background-color: transparent;
    border: 1px solid var(--black);
    height: 40px;
    outline: 0 !important;
    padding: 0 5px;
    color: var(--black);
    min-width: 200px;
    width: 60%;
}
.my-account .my-account-structure.security .form-group select option {
    background-color: var(--white);
}
.my-account .my-account-structure.security .form-group textarea {
    min-width: 200px;
    width: 60%;
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 0;
}
.my-account .my-account-structure.security button {
    margin-top: 2rem;
}
.my-account .my-account-structure.order-details .view-title {
    margin: auto 0;
    font-family: "Roboto Bold";
    text-transform: uppercase;
    font-size: 15px;
    width: fit-content;
    padding: 14px 0;
    position: relative;
    display: flex;
}
.my-account .my-account-structure.order-details .view-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    display: block;
    bottom: 0;
    left: 0;
}
.my-account .my-account-structure.order-details ul {
    list-style: none;
    padding: 0;
    margin: auto;
}
.my-account .my-account-structure.order-details ul li {
    font-family: "OpenSans Regular";
    color: Var(--black);
    margin: auto 0;
    padding: 10px 0;
    position: Relative;
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.5;
}
.my-account .my-account-structure.order-details ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    bottom: 0;
    left: 0;
}
.my-account .my-account-structure.order-details ul li span {
    font-family: var(--font-handwrite);
    color: var(--black);
    font-size: 20px;
}
.my-account .my-account-structure.order-details ul li .badge {
    color: var(--white);
    padding: 5px 10px;
    border-radius: 0;
    background-color: var(--black);
}
.my-account .my-account-structure.order-details .order-product-list {
    display: flex;
    flex-direction: column;
}
.my-account .my-account-structure.order-details .order-product-list li {
    width: auto;
    justify-content: flex-start;
}
.my-account .my-account-structure.order-details .order-product-list .product-image {
    width: fit-content;
}
.my-account .my-account-structure.order-details .order-product-list img {
    width: 40px;
    height: auto;
}
.my-account .my-account-structure.order-details .order-product-list .product-title {
    color: var(--black);
    text-decoration: none;
    font-family: var(--font-handwrite);
    font-size: 16px;
    width: 50%;
    line-height: 1.2;
    margin: 0 0 0 20px;
}
.my-account .my-account-structure.order-details .order-product-list .value {
    font-family: OpenSans Regular;
    margin: auto 0;
    width: fit-content;
    margin: 0 20px 0 auto;
}
.my-account .my-account-structure.order-details .order-product-list li span {
    width: fit-content;
    margin: 0;
}
.my-account .my-account-structure.order-details .new-order-cancellation {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
    margin-top: 40px;
    padding: 10px 30px;
}
.section-blog-1 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}
.section-blog-1 .content {
    background-color: var(--light-gray);
    padding: 20px;
}
.section-blog-1 .content .text {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.section-blog-1 .content .text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--black);
}
.section-blog-1 .content .text h1 {
    font-family: var(--font-handwrite);
    font-size: 3.5vw;
    margin: auto;
}
.section-blog-1 .content .text p {
    font-family: "OpenSans Regular";
    text-align: justify;
    font-size: 16px;
    margin: auto 0;
}
.section-blog-1 .posts-grid {
    gap: 20px;
    margin: auto;
}
.section-blog-1 .posts-grid .posts-item-wrapper {
    padding: 0;
    max-width: calc(50% - 10px);
}
.section-blog-1 .posts-grid .category-post {
    border: 1px solid var(--black);
    padding: 20px;
}
.section-blog-1 .posts-grid .category-post .post-image a {
    position: relative;
    height: 325px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.section-blog-1 .posts-grid .category-post .post-image img {
    position: absolute;
    width: 100%;
}
.section-blog-1 .posts-grid .category-post .post-info h2 {
    font-size: 24px;
    margin: 10px auto;
    position: relative;
    padding-bottom: 10px;
}
.section-blog-1 .posts-grid .category-post .post-info h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: var(--black);
}
.section-blog-1 .posts-grid .category-post .post-info h2 a {
    font-family: var(--font-handwrite);
    color: var(--black);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-blog-1 .posts-grid .category-post .post-info p {
    font-family: "OpenSans Regular";
    text-align: justify;
    font-size: 16px;
    margin: auto 0;
    height: 74px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-blog-1 .posts-grid .category-post .post-info .button a {
    margin: 20px auto auto;
}
.single-post-content {
    margin: 100px auto;
    background-color: var(--light-gray);
    padding: 0 20px 20px;
}
.single-post-content .post-header {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: row;
    padding: 20px 0;
}
.single-post-content .post-header .title_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}
.single-post-content .post-header .back-button {
    width: fit-content;
    margin-bottom: 20px;
}
.single-post-content .post-header .back-button a {
    color: Var(--black);
    text-transform: lowercase;
    font-size: 14px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    font-family: "OpenSans Regular";
    line-height: 1;
    margin-left: 5px;
    text-decoration: none;
}
.single-post-content .post-header .back-button a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: -1px;
    margin: auto;
    color: Var(--black);
    font-size: 14px;
    height: fit-content;
}
.single-post-content .post-header .back-button a:after {
    content: "";
    position: relative;
    display: block;
    margin: auto 5px auto auto;
    width: 20px;
    top: 1px;
    height: 2px;
    background-color: var(--black);
}
.single-post-content .post-header h1 {
    font-family: var(--font-handwrite);
    font-size: 3vw;
    margin: 0;
    width: 60%;
    line-height: 1;
}
.single-post-content .post-header .header-image {
    position: relative;
    width: 40%;
    overflow: hidden;
    height: 35vh;
}
.single-post-content .post-header .header-image img {
    position: absolute;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
}
.single-post-content .post-content {
    border-top: 1px solid var(--black);
    padding-top: 20px;
}
.single-post-content .post-content p {
    font-family: "OpenSans Regular";
    color: var(--black);
    font-size: 14px;
    text-align: justify;
}

.single-post-content .post-content a {
    color:Var(--red);
    text-decoration:none;
    font-weight:700;
}
.single-post-content .post-content ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.single-post-content .post-content ul li {
    color: var(--black);
    font-family: "OpenSans Regular";
    font-size: 14px;
}
.single-post-content .post-content img {
    width: 100%;
}
.single-post-content .post-content .post-gallery {
    margin: 50px auto auto;
}
.single-post-content .post-content .post-gallery span {
    font-family: var(--font-handwrite);
    font-size: 2vw;
    margin: 0 0 25px;
    line-height: 0.7;
    padding-bottom: 25px;
    display: block;
    width: 30%;
    position: Relative;
    color: var(--black);
}
.single-post-content .post-content .post-gallery span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    bottom: 0;
    left: 0;
}
.single-post-content .post-content .post-gallery .gallery-images {
    display: flex;
    justify-content: space-between;
}
.single-post-content .post-content .post-gallery .gallery-images figure {
    margin: 0;
    width: 24%;
    height: 25vh;
}
.single-post-content .post-content .post-gallery .gallery-images figure a {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-post-content .post-content .post-gallery .gallery-images figure a img {
    width: auto;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.single-post-content .post-content .post-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}
.single-post-content .post-content .post-buttons .prev-post-btn {
    position: relative;
    font-family: "OpenSans Regular";
    font-size: 14px;
    text-transform: lowercase;
    color: var(--black);
    text-decoration: none;
    padding: 10px;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto 0 0;
    transition: all 0.15s linear;
}
.single-post-content .post-content .post-buttons .prev-post-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--black);
    bottom: -100%;
    left: 0;
    z-index: -1;
    transition: all 0.15s linear;
}
.single-post-content .post-content .post-buttons .prev-post-btn:hover {
    color: var(--white);
    transition: all 0.15s linear;
}
.single-post-content .post-content .post-buttons .prev-post-btn:hover:after {
    bottom: 0;
    transition: all 0.15s linear;
}
.single-post-content .post-content .post-buttons .next-post-btn {
    position: relative;
    font-family: "OpenSans Regular";
    font-size: 14px;
    text-transform: lowercase;
    color: var(--black);
    text-decoration: none;
    padding: 10px;
    overflow: hidden;
    z-index: 1;
    margin: 0 0 0 auto;
    transition: all 0.15s linear;
}
.single-post-content .post-content .post-buttons .next-post-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--black);
    bottom: -100%;
    left: 0;
    z-index: -1;
    transition: all 0.15s linear;
}
.single-post-content .post-content .post-buttons .next-post-btn:hover {
    color: var(--white);
    transition: all 0.15s linear;
}
.single-post-content .post-content .post-buttons .next-post-btn:hover:after {
    bottom: 0;
    transition: all 0.15s linear;
}
.related-posts {
    margin: 50px auto;
    background-color: var(--light-gray);
    padding: 20px;
}
.related-posts h4 {
    font-family: var(--font-handwrite);
    font-size: 2vw;
    margin: 0 0 20px;
    line-height: 1;
}
.related-posts .posts-grid {
    gap: 30px 0;
}
.related-posts .posts-grid .category-post {
    border: 1px solid var(--black);
    padding: 20px;
}
.related-posts .posts-grid .category-post .post-image {
    height: 220px;
}
.related-posts .posts-grid .category-post .post-image a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.related-posts .posts-grid .category-post .post-image img {
    position: absolute;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.related-posts .posts-grid .category-post .post-info h2 {
    font-size: 28px;
    margin: 10px auto;
    position: relative;
    padding-bottom: 10px;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-posts .posts-grid .category-post .post-info h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: var(--black);
}
.related-posts .posts-grid .category-post .post-info h2 a {
    font-family: var(--font-handwrite);
    color: var(--black);
    text-decoration: none;
}
.related-posts .posts-grid .category-post .post-info p {
    font-family: "OpenSans Regular";
    text-align: justify;
    font-size: 16px;
    margin: auto 0;
    height: 74px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-posts .posts-grid .category-post .post-info .button a {
    margin: 20px auto auto;
}
.section-legale {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.section-legale .content {
    background-color: var(--light-gray);
    padding: 50px;
}
.section-legale .content .title {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.section-legale .content .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--black);
}
.section-legale .content .title h1 {
    font-family: var(--font-handwrite);
    font-size: 4vw;
    margin: auto;
}
.section-legale .content .text {
    font-family: OpenSans Regular !important;
    color: vaR(--black) !important;
    font-size: 16px !important;
    text-align: justify !important;
}
.section-legale .content .text a {
    color: var(--black) !important;
    text-decoration: none !important;
    border-bottom: 1px solid var(--black) !important;
}
.section-legale .content .text span {
    text-align: unset !important;
    background-color: transparent !important;
    font-family: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    color: var(--black) !important;
}
.section-legale .content .text p {
    text-align: unset !important;
    background-color: transparent;
    font-family: inherit !important;
    margin: auto auto 1rem !important;
    line-height: inherit !important;
}
.section-legale .content .text li::marker {
    font-family: var(--font-handwrite);
    font-size: 24px;
}
.section-ghid-masuri {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}
.section-ghid-masuri .content {
    margin: auto;
    background-color: var(--light-gray);
    padding: 50px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.section-ghid-masuri.down {
    margin-bottom: 100px;
}
.section-ghid-masuri .content .title h1 {
    font-family: var(--font-handwrite);
    font-size: 4vw;
    margin: auto;
    color: var(--black);
}
.section-ghid-masuri .content .sub-title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
.section-ghid-masuri .content .sub-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--black);
}
.section-ghid-masuri .content .sub-title h2 {
    font-family: var(--font-handwrite);
    font-size: 2.5vw;
}
.section-ghid-masuri .content .text p {
    font-family: OpenSans Regular;
    color: var(--black);
}
.section-ghid-masuri .content .text ol {
    padding: 0 0 0 30px;
}
.section-ghid-masuri .content .text ol li {
    font-family: OpenSans Regular;
    color: var(--black);
}
.section-ghid-masuri .content .text ol li::marker {
    font-family: var(--font-handwrite);
    font-size: 28px;
    color: var(--black);
}
.section-ghid-masuri .content .img-masura {
    width: 48%;
    position: relative;
    margin-top: 70px;
}
.section-ghid-masuri .content .img-masura img {
    width: 100%;
}
.section-ghid-masuri .content .img-masura.masura-1:before {
    content: "A";
    font-family: var(--font-handwrite);
    font-size: 48px;
    color: var(--black);
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    width: fit-content;
}
.section-ghid-masuri .content .img-masura.masura-1:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 1px;
    background-color: var(--black);
}
.section-ghid-masuri .content .img-masura.masura-2:before {
    content: "B";
    font-family: var(--font-handwrite);
    font-size: 48px;
    color: var(--black);
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    width: fit-content;
}
.section-ghid-masuri .content .img-masura.masura-2:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 1px;
    background-color: var(--black);
}
.section-ghid-masuri .content .tabel-masuri {
    width: 100%;
    height: 460px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.section-ghid-masuri .content .tabel-masuri table {
    position: relative;
}
.section-ghid-masuri .content .tabel-masuri table thead {
    position: sticky;
    width: 100%;
    top: 0;
    background-color: var(--black);
    padding: 0 0;
    height: 60px;
}
.section-ghid-masuri .content .tabel-masuri table thead tr {
    width: 100%;
    color: var(--white);
    text-align: center;
    font-family: var(--font-handwrite);
    font-size: 24px;
}
.section-ghid-masuri .content .tabel-masuri table thead tr th {
    width: 25%;
    border-right: 1px solid var(--white);
    font-weight: 400;
}
.section-ghid-masuri .content .tabel-masuri table thead tr th:last-of-type {
    border: none;
}
.section-ghid-masuri .content .tabel-masuri table tbody tr {
    height: 40px;
    border-bottom: 1px solid var(--black);
    text-align: center;
    font-family: OpenSans Bold;
    font-size: 14px;
    color: var(--black);
    transition: all 0.15s linear;
}
.section-ghid-masuri .content .tabel-masuri table tbody tr:hover {
    background-color: var(--white);
    transition: all 0.15s linear;
}
.section-ghid-masuri .content .tabel-masuri table tbody tr td {
    border-right: 1px solid var(--black);
    transition: all 0.15s linear;
}
.section-ghid-masuri .content .tabel-masuri table tbody tr td:last-of-type {
    border: none;
}
.section-ghid-masuri .content .down-arrow,
.section-ghid-masuri .content .up-arrow {
    width: 100%;
    height: 50px;
    display: block;
}
.section-ghid-masuri .content .down-arrow i,
.section-ghid-masuri .content .up-arrow i {
    width: 100%;
    line-height: 1;
    height: 100%;
    font-size: 48px;
    text-align: center;
    color: var(--black);
}
.categories-body .breadcrumbs {
    display: none;
}
.categories-body .breadcrumbs ol {
    background-color: var(--light-gray);
}
.categories-body .breadcrumbs ol li a,
.categories-body .breadcrumbs ol li.active {
    font-family: "OpenSans Regular";
    color: var(--black);
    font-size: 14px;
    text-decoration: none;
    align-items: center;
    transition: all 0.15s linear;
}
.categories-body .breadcrumbs ol li a:hover,
.categories-body .breadcrumbs ol li.active:hover {
    color: var(--red);
    transition: all 0.15s linear;
}
.categories-body .breadcrumbs ol li i {
    font-size: 10px;
    margin: 0 5px;
    color: var(--black);
}
.categories-body .sub-breadcrumbs h1 {
    font-family: var(--font-handwrite);
    font-size: 38px;
    margin: 0;
}
.categories-body .sub-breadcrumbs h1 strong {
    text-transform: uppercase;
}

.categories-body .main-content .container:not(.container-categories) .row.m-auto {
    gap: 0 40px;
}
.categories-body .filtre-produse {
    max-width: calc(25% - 20px);
    flex: auto;
    position: relative;
}
.categories-body .filtre-produse .content-filtre {
    position: relative;
    height: fit-content;
    padding: 20px;
    background-color: var(--light-gray);
}
.categories-body .filtre-produse .content-filtre:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: var(--black);
    right: -21px;
    top: 0;
}
.categories-body .filtre-produse .content-filtre .products-sort label {
    font-family: var(--font-handwrite);
    font-size: 28px;
    color: var(--black);
    line-height: 0.8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black);
    width: 100%;
}
.categories-body .filtre-produse .content-filtre .products-sort select {
    background-color: var(--white);
    outline: 0 !important;
    border: 1px solid var(--black);
    border-radius: 0;
    height: 30px;
    box-shadow: none;
    color: var(--black);
    font-family: "OpenSans Regular";
    line-height: 1;
    padding: 0 5px;
    font-size: 14px;
}
.categories-body .filtre-produse .content-filtre .filter-products-form {
    display: flex;
    flex-direction: column;
}
.categories-body .filtre-produse .content-filtre .filter-products-form .filters-row {
    margin-top: 30px;
}
.categories-body .filtre-produse .content-filtre .filter-products-form h4 {
    font-family: var(--font-handwrite);
    font-size: 28px;
    color: var(--black);
    line-height: 0.8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black);
    width: 100%;
}
.categories-body .filtre-produse .content-filtre .filter-products-form .form-check {
    padding: 0;
    margin-bottom: 15px;
}
.categories-body .filtre-produse .content-filtre .filter-products-form .form-check label {
    font-family: var(--font-handwrite);
    font-size: 16px;
    color: var(--black);
    line-height: 0.8;
    display: block;
    width: 100%;
}
.categories-body .filtre-produse .content-filtre .filter-products-form .form-check input {
    -webkit-appearance: none;
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 0;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0;
    transition: all 0.15s linear;
}
.categories-body .filtre-produse .content-filtre .filter-products-form .form-check input:checked {
    background: var(--red);
    border: 1px solid var(--red);
}
.categories-body .filtre-produse .content-filtre .filter-products-form .range-value {
    display: flex;
    flex-direction: row;
    gap: 0 20px;
}
.categories-body .filtre-produse .content-filtre .filter-products-form .range-value .form-row {
    margin: auto;
    width: 50%;
    flex-direction: column;
}
.categories-body .filtre-produse .content-filtre .filter-products-form .range-value .form-row label {
    font-family: var(--font-handwrite);
    font-size: 16px;
    margin: auto 0 3px;
    line-height: 0.8;
    color: var(--black);
}
.categories-body .filtre-produse .content-filtre .filter-products-form .range-value .form-row input {
    width: 100%;
    padding: 0 5px;
    border: 1px solid var(--black);
    height: 30px;
    font-family: var(--font-handwrite);
    font-size: 18px;
    color: var(--black);
    background-color: transparent;
}
.categories-body .filtre-produse .content-filtre .filter-products-form .price-range-slider .range-bar {
    border: none;
    background: var(--black);
    height: 2px;
    width: calc(100% - 20px);
    margin: 30px auto 0;
    position: relative;
}
.categories-body .filtre-produse .content-filtre .filter-products-form .price-range-slider .range-bar .ui-slider-handle {
    border-radius: 25px;
    background: var(--red);
    height: 20px;
    width: 20px;
    top: -10px;
    cursor: pointer;
    position: absolute;
    display: block;
    transform: translate(-50%, 0);
    outline: 0 !important;
}
.categories-body .filtre-produse .content-filtre .filter-products-form .filters-row .btn-primary {
    margin: auto;
}
.categories-body .filtre-produse .content-filtre .btn-reset {
    color: var(--red);
    width: 100%;
    display: block;
    margin: 10px auto 0;
    font-size: 14px;
    text-align: center;
    text-transform: lowercase;
    font-family: "OpenSans Regular";
    line-height: 1;
    padding: 10px 10px 5px;
    text-decoration: none;
    border-bottom: 1px solid var(--red);
}
.categories-body .filtre-produse .content-filtre .btn-reset svg {
    height: 13px;
}
.categories-body .ajax-content {
    max-width: calc(75% - 20px);
    flex: auto;
}
.ajax-category-items .categories-grid {
    gap: 20px;
    margin: auto;
    background-color: var(--light-gray);
    padding: 20px;
    justify-content: start;
}
.ajax-category-items .categories-grid .product-item-wrapper {
    max-width: calc(33.333333% - 14px);
    flex: auto;
    padding: 0;
}
.categories-body .pagination {
    margin: auto;
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 50px;
}
.categories-body .pagination li:not(:first-child):not(:last-child) {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--black);
    overflow: hidden;
    transition: all 0.15s linear;
}
.categories-body .pagination li:not(:first-child):not(:last-child):hover {
    background-color: Var(--black);
}
.categories-body .pagination li:not(:first-child):not(:last-child) a {
    color: var(--black);
    font-family: OpenSans Regular;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.15s linear;
}
.categories-body .pagination li:not(:first-child):not(:last-child):hover a {
    color: Var(--white);
}
.categories-body .pagination li.active:not(:first-child):not(:last-child) {
    background-color: var(--orange);
    border: 1px solid var(--orange) !important;
}
.categories-body .pagination li.active:not(:first-child):not(:last-child):hover {
    background-color: Var(--orange);
}
.categories-body .pagination li.active:not(:first-child):not(:last-child) a {
    color: Var(--white) !important;
}
.categories-body .pagination li.next,
.categories-body .pagination li.prev {
    height: 30px;
}
.categories-body .pagination li.next a,
.categories-body .pagination li.next span,
.categories-body .pagination li.prev a,
.categories-body .pagination li.prev span {
    font-size: 28px;
    line-height: 1;
    height: fit-content;
    display: flex;
    justify-content: end;
    align-items: center;
    top: -2px;
    position: relative;
    color: Var(--black);
    text-decoration: none;
}
.section-despre-noi {
    margin: auto auto 50px;
    background-color: var(--light-gray);
    padding: 20px;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    align-items: center;
}
.section-despre-noi .image-content,
.section-despre-noi .text-content {
    flex: auto;
}
.section-despre-noi .image {
    height: 55vh;
    position: relative;
    overflow: hidden;
}
.section-despre-noi .image img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.section-despre-noi .text h1,
.section-despre-noi .text h2{
    font-family: var(--font-handwrite);
    font-size: 3vw;
    line-height: 1;
    color: var(--black);
    margin: auto auto 20px;
}
.section-despre-noi .text p {
    margin: auto;
    text-align: justify;
    font-family: OpenSans Regular;
    font-size: 16px;
}

.section-despre-noi .text p a {
    color: var(--black);
    text-decoration: none;
    font-family: OpenSans Bold;
}

.section-despre-noi-bottom {
    margin: 100px auto;
    text-align: center;
}
.section-despre-noi-bottom .text p {
    margin: auto auto 20px;
    font-family: OpenSans Regular;
    width: 500px;
}
.section-despre-noi-bottom .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 350px;
    margin: auto;
}
.section-despre-noi-bottom .buttons p {
    margin: auto;
}
.section-despre-noi-bottom .buttons a {
    color: Var(--black);
    font-family: OpenSans Regular;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid var(--black);
    display: block;
    text-decoration: none;
}
.section-info-utile.top {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.section-info-utile {
    margin: auto auto 50px;
    background-color: var(--light-gray);
    padding: 20px;
}
.section-info-utile.down {
    margin-bottom: 100px;
}
.section-info-utile .content {
    padding: 0;
}
.section-info-utile h1 {
    font-family: var(--font-handwrite);
    font-size: 2.5rem;
}
.section-info-utile p {
    font-family: OpenSans Regular;
    margin: auto;
}
.section-info-utile ol {
    margin: 20px auto;
}
.section-info-utile ol li {
    color: var(--black);
    font-family: OpenSans Regular;
}
.section-info-utile ol li::marker {
    font-family: var(--font-handwrite);
    font-size: 24px;
    color: var(--black);
}
.section-clasificare {
    background-color: var(--light-gray);
    padding: 20px;
    margin: auto auto 50px;
    gap: 20px;
}
.section-clasificare .text h1 {
    font-family: var(--font-handwrite);
    font-size: 4vw;
    margin: auto auto 20px;
    line-height: 0.8;
}
.section-clasificare .text p {
    font-family: OpenSans Regular;
    margin: auto;
    text-align: justify;
}
.section-clasificare .clasificare {
    border: 1px solid var(--black);
    padding: 20px;
    max-width: calc(50% - 10px);
    display: flex;
    flex-flow: wrap;
    gap: 20px 15px;
}
.section-clasificare .clasificare h3 {
    font-family: var(--font-handwrite);
    margin: auto;
    font-size: 38px;
}
.section-clasificare .clasificare p {
    font-family: OpenSans Regular;
    height: 70px;
    margin: 10px auto 0;
}
.section-clasificare .clasificare .module-image {
    width: calc(33.333333% - 10px);
}
.section-garantie {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
}
.section-garantie .content {
    padding: 50px;
    margin: auto;
    background-color: var(--light-gray);
}
.section-garantie .content .title {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.section-garantie .content .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--black);
}
.section-garantie .content .title h1 {
    margin: auto;
    font-family: var(--font-handwrite);
    font-size: 4rem;
}
.section-garantie .content .text p {
    font-family: OpenSans Regular;
}
.section-garantie .content a {
    color: var(--black) !important;
    text-decoration: none !important;
    border-bottom: 1px solid var(--black) !important;
}
.section-garantie .content .text li {
    color: var(--black);
    font-family: OpenSans Regular;
}
.request-password-reset {
    height: fit-content;
    padding: 20px;
    background-color: var(--light-gray);
}
.request-password-reset h1 {
    font-size: 4vw;
    font-family: var(--font-handwrite);
    line-height: 0.8;
    margin: auto auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black);
}
.request-password-reset .title p {
    font-family: "OpenSans Regular";
    margin-bottom: 20px;
}
.request-password-reset .reset-form .form-group {
    margin: auto;
}
.request-password-reset .reset-form label {
    font-family: var(--font-handwrite);
    margin: auto;
    font-size: 18px;
    color: var(--black);
}
.request-password-reset .reset-form input {
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
    color: var(--black);
}
.request-password-reset .reset-form .btn-primary {
    margin: 20px auto auto;
    width: fit-content;
    padding: 15px 30px;
}
.request-password-reset-token {
    height: fit-content;
    padding: 20px;
    background-color: var(--light-gray);
}
.request-password-reset-token h1 {
    font-size: 4vw;
    font-family: var(--font-handwrite);
    line-height: 0.8;
    margin: auto auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--black);
}
.request-password-reset-token .title p {
    font-family: "OpenSans Regular";
    margin-bottom: 20px;
}
.request-password-reset-token .reset-form .form-group {
    margin: auto;
}
.request-password-reset-token .reset-form label {
    font-family: var(--font-handwrite);
    margin: auto;
    font-size: 18px;
    color: var(--black);
}
.request-password-reset-token .reset-form input {
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
    color: var(--black);
}
.request-password-reset-token .reset-form .btn-primary {
    margin: 20px auto auto;
    width: fit-content;
    padding: 15px 30px;
}
.shipping_location {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    padding: 10px;
}
.shipping_location svg {
    fill: #fff;
    margin-right: 10px;
}
.shipping_location p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'OpenSans Regular';
}
.help-block-error {
    color: var(--red) !important;
}
header {
    padding: 0;
}
header .container {
    height: 100%;
}
#main-navbar > .container {
    align-items: initial;
}
header .extra {
    height: 100%;
    align-items: center;
}
header .extra .icon.account {
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
header .extra .icon.account .logout-account {
    display: flex;
    align-items: center;
    height: 100%;
}
header .logout-account .logout-dropdown {
    top: calc(50% + 30px);
    width: 200px;
}
.add-to-fav-btn:focus {
    background: 0 0;
    border-color: var(--red);
}
.add-to-fav-btn svg .heart-inner {
    fill: transparent;
}
.add-to-fav-btn[data-fav="remove"] svg .heart-inner {
    fill: var(--red);
}
.hide {
    display: none;
}

.checkout-voucher .form-check-input {
    -webkit-appearance: none;
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
}

.checkout-voucher .form-check-input:checked {
    background: var(--black);
    border: 1px solid var(--black);
}

.voucher-wrapper-cart {
    padding: 0 20px;
    margin: 30px 0 0;
}

.voucher-wrapper-cart #form-group-voucher {
    display:flex;
    flex-direction:row;
}

.voucher-wrapper-cart label {
    font-family: var(--font-handwrite);
    margin: auto 0;
    font-size: 18px;
    color: var(--black);
}

.voucher-wrapper-cart #voucher-code {
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none !important;
    color: var(--black);
    padding: 5px 10px;
    height: 50px;
}

.voucher-wrapper-cart #voucher-code::placeholder {
    color:var(--black);
}

.voucher-wrapper-cart #form-group-voucher .btn-secondary {
    width: auto;
    font-size: 12px;
    letter-spacing: 0;
    padding: 5px 10px;
    height: 50px;
    margin: 0;
    line-height: 1.2;
}

p.order-alert-text {
    color:#000000!important;
}

.voucher_summary_total,
.voucher_summary_discount {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid var(--black);
    padding: 10px 0;
}
.voucher_summary_total span:first-of-type,
.voucher_summary_discount span:first-of-type {
    font-family: OpenSans Regular;
    height: fit-content;
    margin: auto 0;
    color: var(--black);
}
.voucher_summary_total span:last-of-type,
.voucher_summary_discount span:last-of-type {
    font-family: var(--font-handwrite);
    color: var(--black);
    font-size: 18px;
}
.module-image-certificat img {
    width: auto !important;
    max-width: 100%;
    border: 1px solid #dedede;
}
.row-certificare .fickle-title {
    font-family: var(--font-handwrite);
    font-size: 48px;
    line-height: 1.1;
}