:root {
    --maro: #79600e;
    --maro-inchis: #373435;
}

.site {
    max-width: 118.75rem;
    margin: 0 auto;
}

body input:focus,
body textarea:focus,
body button:focus,
body a:focus {
    outline: none !important;
}

.formular-cotatie .wpcf7-form-control-wrap {
    display: flex;
    justify-content: flex-end;
}

.nostock-message {
    margin: 10px 0;
    border: 1px solid #a31717;
    /*padding: 10px 20px;*/

}

.nostock-message .first,
.nostock-message .last {
    display: block;
    text-align: center;
    padding: 10px;
}

.nostock-message .first {
    font-weight: bold;
    color: #fff;
    background: #211e1f;
}

.nostock-message .last {
    font-weight: bold;
    color: #a31717;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form.invalid span input.wpcf7-validates-as-tel.wpcf7-not-valid {
    border: 2px solid #d4bf77;
}

.page-template .page-header {
    border: none;
    text-align: center;
}

.page-template .site-main {
    font-size: 1.125rem;
}


.page-despre-noi .first .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 30px 0;
    color: #211e1f;
}

.page-despre-noi .first .autor {
    text-align: right;
    color: #767676;
    font-size: 20px;
    font-weight: bold;
}


.page-despre-noi .second {
    margin-top: 80px;
}

.page-despre-noi .second .icon.motto {
    background: url('img/motto.webp') no-repeat center top;
    height: 211px;
    width: 100%;
}

.page-despre-noi .second .icon.calitate {
    background: url('img/calitate.webp') no-repeat center top;
    height: 211px;
    width: 100%;
}

.page-despre-noi .second .icon.succes {
    background: url('img/succes.webp') no-repeat center top;
    height: 211px;
    width: 100%;
}

.page-despre-noi .second .title {
    color: #a7965a;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.page-despre-noi .second .description {
    color: #767676;
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 50px;
}

.page-despre-noi.banda {
    background: url('img/banda.webp') no-repeat center top;
    height: 274px;
}

.page-despre-noi.banda > div {
    height: 100%;
}

.page-despre-noi .third {
    height: 100%;
}

.page-despre-noi .third .left {
    align-self: center;
    font-size: 20px;
    color: #211e1f;
}

.page-despre-noi .third .left a {
    color: #a7965a;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}

.page-despre-noi .third .left a:hover {
    color: #211e1f;
    text-decoration: none;
}

.page-despre-noi .third .right {
    align-self: center;
}

.page-despre-noi .third .right .logo {
    background: url('img/iconita-logo.webp') no-repeat center center;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}


.page-despre-noi .fourth .content {
    text-align: center;
    font-size: 20px;
    color: #211e1f;
    width: 93%;
    margin: 50px auto 0 auto;
}

.contact-page {
    margin-bottom: 5rem;
    margin-top: 30px;
}

.title-contact {
    font-size: 1.875rem;
    text-transform: uppercase;
    color: #d4bf77;
    text-align: center;
}

.upper-text {
    font-size: 1.125rem;
    text-align: center;
    color: #4d4a4b;
    line-height: 1.425rem;
}

.formular-contact {
    height: auto;
    background-color: #f4f4f4;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 1rem 0.9375rem 3.0625rem 0.9375rem;
    margin-bottom: 3.125rem;
    margin-top: 1.25rem;
}

.formular-contact form {
    width: 100%;
    position: relative;
}

.formular-contact .upper-form,
.formular-contact .lower-form {
    width: 100%;
}

.formular-contact .upper-form br,
.formular-contact .lower-form br {
    display: none;
}

.formular-contact .upper-form input::-webkit-input-placeholder,
.formular-contact .upper-form textarea::-webkit-input-placeholder,
.formular-contact .lower-form input::-webkit-input-placeholder,
.formular-contact .lower-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.formular-contact .upper-form input::-moz-placeholder,
.formular-contact .upper-form textarea::-moz-placeholder,
.formular-contact .lower-form input::-moz-placeholder,
.formular-contact .lower-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.formular-contact .upper-form input:-ms-input-placeholder,
.formular-contact .upper-form textarea:-ms-input-placeholder,
.formular-contact .lower-form input:-ms-input-placeholder,
.formular-contact .lower-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.formular-contact .upper-form input:-moz-placeholder,
.formular-contact .upper-form textarea:-moz-placeholder,
.formular-contact .lower-form input:-moz-placeholder,
.formular-contact .lower-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.formular-contact .upper-form {
    margin-bottom: 1.6875rem;
}

.formular-contact .upper-form input {
    width: 21.625rem;
    height: 2.25rem;
    border: 1px solid #cecece;
    padding-left: 0.625rem;
}

.formular-contact .upper-form span:nth-of-type(2) {
    margin: 0 2rem;
}

.formular-contact .upper-form span {
    display: inline-block;
}

.formular-contact .upper-form span .wpcf7-not-valid-tip {
    display: block;
    top: 2.2rem;
    left: 0;
    position: absolute;
    color: #d4bf77;
}

.formular-contact .lower-form {
    margin-bottom: 0.5rem;
}

.formular-contact .lower-form textarea {
    width: 100%;
    height: 7.8125rem;
    resize: none;
    padding-left: 0.625rem;
    padding-top: 0.3125rem;
    border: 1px solid #cecece;
}

.formular-contact input[type="submit"] {
    float: right;
    background-color: #d4bf77;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #d4bf77;
    border-radius: 1.25rem;
    padding: 0 2.5rem;
}

.formular-contact input[type="submit"]:hover {
    background-color: #d4bf77;
    color: #211e1f;
}

.formular-contact .wpcf7-response-output {
    bottom: 0;
    margin: 0;
    border: 2px solid #d4bf77;
    padding-left: 10px;
}

.formular-contact .wpcf7-form.sent div.wpcf7-response-output {
    display: block !important;
    position: absolute;
    bottom: 0;
    margin: 0;
    border: 2px solid #ffa423;
}

.info-contact .first {
    font-size: 1.125rem;
}

.info-contact .first .wrapper {
    width: 98%;
}

.info-contact .first .bigger-span {
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
}


.info-contact .second span a {
    color: inherit;
    text-decoration: none;
}

.info-contact .second span a:hover {
    color: #a7965a;
}

.info-contact .second, .info-contact .third {
    font-size: 1rem;
}

.info-contact .second .bigger-span, .info-contact .third .bigger-span {
    font-size: 1.125rem;
    font-weight: bold;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #cecece;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}

.info-contact .first span, .info-contact .second span, .info-contact .third span {
    display: block;
}

.wpcf7-validation-errors {
    position: absolute !important;
}

.telefon-footer-home {
    text-decoration: none;
    font-weight: bold;
    margin-top: 1.625rem;
}

.telefon-footer-home:hover {
    text-decoration: none;
    color: #fff !important;
}

.telefon-footer-home:focus {
    color: white;
    text-decoration: none;
}

.poza-cat-domeniu.hover {
    display: none;
    transition: display .4s ease;
}

.domeniu:hover .poza-cat-domeniu.not-hover {
    display: none;
}

.domeniu:hover .poza-cat-domeniu.hover {
    display: block;
}

#primary .domeniu .poza-domeniu img {
    transition: transform .4s ease;
}

#primary .domeniu:hover .den-domeniu {
    font-weight: bold;
}

#primary .domeniu:hover .poza-domeniu img {
    transform: scale(0.9);
}

.page-produs .formular-cotatie .formular input, .page-produs .formular-cotatie .formular textarea {
    padding-left: 0.625rem;
}

.page-produs .formular-cotatie .formular input[type=submit] {
    padding: 0;
}

.page-produs .formular-cotatie .formular textarea {
    resize: none;
}

.telefon a {
    text-decoration: none;
    color: #d4bf77;
    font-weight: bold;
}

.poza-produs.fancybox-thumb {
    text-decoration: none;
}

.poza-produs.fancybox-thumb i {
    display: none;
    font-size: 3.125rem;
    color: #d4bf77;
    opacity: 0.5;
    text-align: center;
    line-height: 21.875rem;
}

.poza-produs.fancybox-thumb:hover i {
    display: block;
}

.center-text-pachet {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.center-text-pachet a {
    font-size: 2.25rem;
    color: #fff;
}

.help {
    margin-left: 0.625rem;
}

.my-account {
    height: 2.125rem;
    background-color: #eff2f5;
    display: none;
}

.account-template {
    display: flex;
    flex-wrap: wrap;
}

.account-template .left,
.account-template .right {
    width: 50%;
}

.account-template .left {
    padding-right: 10px;
}

.account-template .right {
    padding-left: 10px;
}

.account-template br,
.registration-form br {
    display: none;
}

.vshop-cart-register .form-control,
.fields-different-address .form-control,
.registration-form .form-control,
.account-template .form-control {
    color: #8b8b8b;
}

.vshop-cart-register label,
.fields-different-address label,
.registration-form label,
.account-template label {
    color: #8b8b8b;
    top: 0;
    font-size: 1rem;
}

.vshop-cart-register label.active,
.fields-different-address label.active,
.registration-form label.active,
.account-template label.active {
    font-size: 0.9rem;
    color: #d4bf77;
}

.fields-different-address .md-form,
.registration-form .md-form,
.account-template .md-form,
.vshop-cart-register .md-form {
    margin-top: 3rem;
}

#different-delivery-address {
    width: 15px;
    height: 15px;
}

.vshop-cart-register .md-form a,
.registration-form .md-form a,
.account-template .md-form a {
    font-size: 0.8rem;
    color: #d4bf77 !important;
}

.vshop-cart-register .fields input:focus,
.fields-different-address input:focus,
.registration-form input:focus,
.account-template input:focus {
    box-shadow: 0 1px 0 0 #d4bf77 !important;
    border-bottom: 1px solid #d4bf77 !important;
}

.vshop-cart-register .fields input,
.fields-different-address input,
.registration-form input,
.account-template input {
    width: 100%;
}

.vshop-cart-register select,
.fields-different-address select,
.registration-form select,
.account-template select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.vshop-cart-register select:focus
.fields-different-address select:focus,
.registration-form select:focus,
.account-template select:focus {
    border-color: #d4bf77;
    box-shadow: none;
}

.vshop-cart-register .form-group .drop-down,
.fields-different-address .form-group .drop-down,
.registration-form .form-group .drop-down,
.account-template .form-group .drop-down {
    margin-bottom: 0;
}

.vshop-cart-register .form-group.drop-down-wrapper,
.fields-different-address .form-group.drop-down-wrapper,
.registration-form .form-group.drop-down-wrapper,
.account-template .form-group.drop-down-wrapper {
    margin-top: 1rem;
}

.vshop-cart-register .submit-form-info,
.registration-form .submit-form-info,
.account-template .submit-form-info {
    margin: 40px 0;
}

.vshop-cart-register .submit-form-info span,
.registration-form .submit-form-info span,
.account-template .submit-form-info span {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    font-style: italic;
    color: #d4bf77;
    margin-bottom: 10px;
}

#vshop-payment-methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shipping-method-wrapper,
.payment-method-wrapper {
    border: 1px solid #a7965a;
    border-radius: 3px;
    padding: 10px 30px;
    color: #a7965a;
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
    list-style: none;
}

.payment-method-wrapper .active-selection {
    font-size: 16px;
    font-style: italic;
}


.payment-method-wrapper input {
    margin-right: 10px;
}

.shipping-method-wrapper .entity-label,
.payment-method-wrapper .entity-label {
    border: 0 !important;
}

.shipping-method-wrapper .entity-label.selected,
.payment-method-wrapper .entity-label.selected {
    border: 0 !important;
}


.necessary-info {
    font-size: 14px;
    color: #8b8b8b;
}

.cart-footer {
    display: flex; flex-wrap: nowrap;
}

.cart-footer .first {
    width: 50%;
    text-align: right;
    padding: 30px 10px 10px 0;
    background-color: #211e1f;
    color: #fff;
}

.cart-footer .down-total-topay,
.cart-footer .order-cost {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.cart-footer .transport-cost {
    font-size: 14px;
    color: #d4bf77;
}

.cart-footer .middle {
    width: 30%;
    background-color: #211e1f;
    padding: 30px 0 10px 0;
}

.cart-footer .middle .pret-subtotal {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.cart-footer .middle .right:nth-child(1) {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.cart-footer .middle .order-cost .right {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}

.cart-footer .last {
    width: 40%;
    background-color: #d4bf77;
    padding: 30px 0 10px 35px;
}

#vshop-down-info .down-info{
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    color: #fff;
}

#total-order-dispaly-down {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.cart-footer .last .conditions {
    color: #211e1f;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.cart-footer .last .conditions #terms-checkbox,
.cart-footer .last .conditions #policy-checkbox {
    margin-right: 10px;
}

.cart-footer .last .conditions {
  margin-bottom: 10px;
}

.cart-footer .last .conditions label {
    margin: 0;
    color: #211e1f;
    font-size: 14px;
}

.cart-footer .last .conditions label a {
    color: #211e1f;
    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
}

.send-order {
    display: flex;
    justify-content: flex-end;
    margin-top: 35px;
}

.send-order button[disabled="disabled"] {
    display: block;
    text-align: center;
    width: 230px;
    font-size: 18px;
    background: none;
    color: #373435;
    border: 1px solid #e1e1e1;
    border-radius: 1.875rem;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: normal;
}

.send-order button {
    display: block;
    text-align: center;
    width: 230px;
    font-size: 18px;
    color: #211e1f;
    border: 1px solid #d4bf77;
    border-radius: 1.875rem;
    text-transform: uppercase;
    background-color: #d4bf77;
    line-height: 1.2;
    font-weight: normal;
    padding: 13px 0;
}

.send-order button:hover {
    background-color: transparent;
}





/* Start vezi cos */
.vshop-cart-header {
    display: flex; width: 100%; height: 36px;
    align-items: center;
    color: rgba(33, 30, 31, 0.7);
    text-transform: uppercase;
    font-size: 12px;    
    border-bottom: 1px solid #bec9cc;
}
.vshop-cart-product .image, .vshop-cart-header .image {
    display: flex; align-items: center; justify-content: center;
    width: 10%; text-align: center;
}
.vshop-cart-product .image a {
    display: block;
    width: 80%;
}
.vshop-cart-product .image a img {
    width: 100%;
}
.vshop-cart-product .title, .vshop-cart-header .title {
    width: 37%;
    padding-right: 10px;
}

.vshop-cart-product .title br {display: none;}
.vshop-cart-product .title em {
    display: block;
    font-size: 14px; line-height: 18px; font-style: normal;
}
.vshop-cart-product .title em:first-of-type {margin: 5px 0 0 0;}

.vshop-cart-product .title a {
    display: block;
    color: var(--maro-inchis);
    font: 16px "Roboto Condensed";
    text-decoration: none;
}
.vshop-cart-product .title a:hover {text-decoration: underline;}
.vshop-cart-product .quantity2, .vshop-cart-header .quantity {
    width: 15%; position: relative;
    display: flex; justify-content: space-between;flex-wrap: wrap;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
}
.quantity2 {
    position: relative;
}
.quantity2 .pt_Quantity {
    position: relative;
    width: 100%;
    border: solid 1px #bfc2cd;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
}
.quantity2 .pt_Quantity input[type="number"] {
    width: calc(100% - 110px);
    font: 18px/39px "Roboto Condensed";
    text-align: center;
    border: none;
}
.quantity2 .pt_QuantityButton {
    position: absolute; top: 0; width: 35px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    font: 24px/1 roboto;
    color: #221f1f;
    cursor: pointer;
    transition: all 0.5s;
}
.quantity2 .pt_QuantityUp {right: 0; border-left: solid 1px #bfc2cd;}
.quantity2 .pt_QuantityDown {left: 0; border-right: solid 1px #bfc2cd;}
.quantity2 .pt_QuantityButton:hover, .quantity2 .pt_QuantityButton:focus {color: var(--bleu);}

.quantity-info {width: 100%; text-align: center;}

.quantity-info-tva {width: 10%; text-align: center;}
.vsp .quantity-info-tva {margin-top: -2px;}

.price-cu-tva {width: 10%; text-align: center;}
.vsp .price-cu-tva {margin-top: -2px;}

.vshop-cart-product .quantity-info .single-price {
    display: block;
    font: 20px "Roboto Condensed";
    color: var(--maro);
}
.vshop-cart-product .quantity-info .info-text {
    display: block;
    font-size: 14px;
    color: #8b8b8b;
    margin-top: -4px; padding-left: 19px;
}
.vshop-cart-product .price, .vshop-cart-header .price {
    width: 10%;
    text-align: center;
}
.vshop-cart-product .price {
    color: var(--negru1);
    font: 18px "Roboto Condensed";
    letter-spacing: -0.3px;
}
.vshop-cart-product .delete, .vshop-cart-header .delete {
    width: 8%;
    text-align: center;
}
.vshop-cart-product .delete button {
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    width: 30px; height: 30px;
    background-color: #fff;
    border: 1px solid;
    cursor: pointer;
    padding: 0;
    color: #8b8b8b;
    font-size: 25px; font-weight: bold;
    transition: all 0.5s;
}
.vshop-cart-product .delete button:hover {color: var(--rosu);}
.vshop-cart-product {
    display: flex; width: 100%;
    justify-content: space-around; flex-wrap: wrap;
    margin: 20px 0;
}
.vshop-cart-footer {
    display: flex; justify-content: space-between; align-items: center;
    height: 61px;
    background-color: var(--maro);
    color: #fff;
    padding: 0 0 0 20px; margin: 0 0 80px 0;
    font-size: 19px;
}
.vshop-cart-footer .pret-subtotal {
    font: 19px "Roboto Condensed";
    margin: 0 7px;
}
.vshop-cart-footer .right {
    background: var(--maro-inchis);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 2% 0 7%;
}
/* End vezi cos */

.no-user .entity-select {
    display: flex; justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 82px 0; padding: 0;
}
.no-user .entity-select .entity-label {
    display: flex; align-items: center;
    padding-left: 30px;
    height: 70px; width: 49%;
    border: 1px solid #bec9cc; border-radius: 3px;
    cursor: pointer;
}
.no-user .entity-select .entity-label.selected {
    border: 1px solid #a7965a;
}
.no-user .entity-select input {margin-right: 10px;}
.no-user .entity-select label {
	display: flex; align-items: center;
    height: 100%; width: 100%;
    margin: 0;
    font-size: 20px; font-weight: normal;
    color: #211e1f;
    cursor: pointer;
}




.vshop-cart-register .fields.principal {display: flex; flex-wrap: wrap; margin: 50px 0 0 0;}
.vshop-cart-register .fields br {display: none;}
.vshop-cart-register .fields .right {width: 50%; padding-left: 10px;}
.vshop-cart-register .fields .left {width: 50%; padding-right: 10px;}

.fields.company-fields:not(.hidden) {
    display: flex;
    justify-content: space-between;
}
.vshop-cart-register label, .fields-different-address label, .registration-form label, .account-template label {
    color: #8b8b8b;
    top: 0;
    font-size: 1rem;
}
.fields.company-fields .field {width: 30%; margin-top: 3rem;}

.md-form label {
    position: absolute;
    top: .65rem;
    left: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: text;
    color: #757575;
}
.vshop-cart-register label, .fields-different-address label, .registration-form label, .account-template label {
    color: #8b8b8b;
    top: -23px;
    font-size: 1rem;
}
.field {position: relative; height: 70px;}
.field input {
	width: 100%;
    transition: all .3s;
    outline: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-sizing: content-box;
    background-color: transparent;
}
.hidden {display: none;}
.form-control {
    width: 100%;
    transition: all .3s;
    outline: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-sizing: content-box;
    background-color: transparent; 
    font: 16px roboto500;
    color: #333;
}
.field.form-group.drop-down-wrapper {
    margin: -32px 0 32px 0;
}
.field select {
    font: 14px/1 "Roboto Condensed";
    margin-top: -10px;
}
.field-order-note {height: initial;}
.order-no-login {margin: 40px 0 20px 0;}

#element-user_zip {margin-top: 96px;}



#vshop-login {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 30;
    width: 100%; height: 100%;
    background: rgba(0,0,0,.5);
    text-align: center;
}
#login-inner {
    display: flex; flex-wrap: wrap;
    justify-content: space-between;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background:#fff; z-index: 40;
    padding: 0px;
    border: 2px solid var(--maro); border-radius: 10px;
    animation-name: apare;
    animation-duration: 1s;
}
.logare-close {
    position: absolute; top: 0px; right: 16px;
    display: block; padding: 5px;
    cursor: pointer;
    color: #fff !important;
    font-size: 20px;
}
#login-inner h3 {
    width: 100%;
    background: var(--maro-inchis); color: #fff;
    font: 27px/20px "Roboto Condensed";
    padding: 30px 0; margin: 0 0 20px 0;
}
#login-inner label {
    width: 100%;
    font: 18px/20px "Roboto Condensed";
    margin: 0 0 10px 0;
}
#login-inner input {
    width: 80%;
    text-align: center;
    font: 18px/20px "Roboto Condensed";
    padding: 10px 0; margin: 0 auto 20px auto;
    border: 1px solid rgba(0,0,0,0.3); border-radius: 100px;
    outline: 0; 
}
#login-inner p {
    width: 100%;
}
#vshop_login_btn {
    display: inline-block;
    font: 20px/20px "Roboto Condensed";
    color: var(--maro-inchis); background: #fff;
    border: 1px solid; border-radius: 100px;
    padding: 10px 50px; margin: 0 5px;
    cursor: pointer; transition: all 0.5s;
}
#vshop_login_close_btn {
    display: inline-block;
    font: 20px/20px "Roboto Condensed";
    color: #999; background: #fff;
    border: 1px solid; border-radius: 100px;
    padding: 10px 20px; margin: 0 5px;
    cursor: pointer; transition: all 0.5s;
}
#vshop_login_btn:hover {
    background: var(--maro); color: #fff;
}
#vshop_login_close_btn:hover {opacity: 0.7;}
#login-inner p a {
    margin: 10px 20px;
}


.comenzi {
    width: 100%;
    margin-top: 40px;
}


.account-template button {
    display: block;
    text-align: center;
    width: 150px;
    background: #d4bf77;
    font-size: 18px;
    color: #211e1f;
    border: 1px solid #d4bf77;
    border-radius: 1.875rem;
    text-transform: uppercase;
}

.account-template button:hover {
    border-color: #d4bf77;
    background: #fff;
}
.header-site-branding {
    height: 9rem;
}

.header-site-branding > div {
    height: 100%;
}

.logo {
    background: transparent url("img/logo.webp") no-repeat center;
}

.mm-menu.mm-offcanvas {
    z-index: 100 !important;
}

.site-options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.site-options i {
    margin-right: 10px;
}

.site-options .button-dropdown button {
    border: none;
    background: none;
    text-transform: uppercase;
    color: #211e1f;
    width: 100%;
    margin-bottom: 10px;
}

.site-options .dropdown-user-info:hover button {
    color: #d4bf77;
    border-bottom: 1px solid #211e1f;
}

.site-options .shopping-cart {
    width: 120px;
    padding: 8px;
}

.site-options .shopping-cart:hover {
    box-shadow: 0 0 5px 3px rgba(118, 118, 118, 0.27);
}

.site-options .shopping-cart a {
    color: #211e1f;
    font-size: 16px;
    text-transform: uppercase;
}

.site-options .shopping-cart a span span {
    display: inline-block;
    text-align: center;
}

.site-options .shopping-cart:hover a {
    text-decoration: none;
    color: #d4bf77;
}

.site-options .dropdown-user-info {
    position: relative;
    width: 180px;
}

.site-options .dropdown-user-info:hover .dropdown-menu {
    display: block;
}

.site-options .dropdown-user-info:hover .button-dropdown {
    box-shadow: 0 0 5px 3px rgba(118, 118, 118, 0.27);
    width: 180px;
}

.site-options .button-dropdown {
    border: none;
    padding: 10px 20px 0 20px;
    width: 180px;
}

.site-options .dropdown-menu {
    padding: 0 20px 10px 20px;
    width: 180px;
    margin: 0;
    border: none;
    box-shadow: 0px 6px 5px 3px rgba(118, 118, 118, 0.27);
    background-clip: unset;
    border-radius: 0;
    z-index: 998;
    transform: none;
    opacity: inherit;
}


.site-options .dropdown-menu a {
    color: #211e1f;
}

.site-options .dropdown-menu a:hover {
    text-decoration: none;
    color: #d4bf77;
}

.site-options .button-dropdown.active {
    box-shadow: 0 0 5px 3px rgba(118, 118, 118, 0.27);
}

.site-options .button-dropdown.active .dropdown-arrow {
    border-bottom: 1px solid #a1a3a8;
}

.site-options a:focus {
    text-decoration: none;
}

.site-description {
    line-height: 6.4375rem;
    font-size: 1rem;
}

.wrapper {
    position: relative;
}

.wrapper .call-us {
    position: absolute;
    top: 25%;
}

.wrapper .call-us .left {
    float: left;
    margin-right: 0.625rem;
}

.wrapper .call-us .left i {
    font-size: 3rem;
    color: #d4bf77;
}

.wrapper .call-us .right {
    float: right;
}

.wrapper .call-us .right .text {
    font-size: 0.875rem;
    text-transform: uppercase;
}

.wrapper .call-us .right .phone a {
    font-size: 1.25rem;
    font-weight: bold;
    color: #373435;
    text-decoration: none;
}

.wrapper .call-us .right .phone a:hover {
    color: #d4bf77;
}

.ls-slide, .ls-layer {
    overflow: visible;
}

.home-header-background {
    height: 351px;
}

.home-header-background.slide-1 {
    background: url("img/elem-alb-bg.webp") no-repeat center bottom/contain, url("img/slide2-bg.webp") no-repeat center bottom/cover;
}

.home-header-background.slide-2 {
    background: url("img/elem-alb-bg.webp") no-repeat center bottom/contain, url("img/slide3-bg.webp") no-repeat center bottom/cover;
}

.home-header-background.slide-3 {
    background: url("img/elem-alb-bg.webp") no-repeat center bottom/contain, url("img/slide1-bg.webp") no-repeat center bottom/cover;
}

.ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next {
    top: 35% !important;
}

.header-background {
    height: 142px;
    background: url("img/header-bg-poza.webp") no-repeat top center;
}
.header-background.fixat {
    position: fixed; top: 0; left: 0;
    height: 42px;
    z-index: 10;
}

.menu-bar-wrapper {
    height: 2.6875rem;
    border-bottom: 1px solid #fff;
    z-index: 2;
}

.menu-menu-1-container .nav-menu {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.menu-menu-1-container .nav-menu > .current-menu-item > a, .menu-menu-1-container .nav-menu > .current-menu-ancestor > a {
    font-weight: bold;
}

.menu-menu-1-container .nav-menu .menu-item {
    position: static;
    float: left;
    margin: 0;
    padding: 0 0 0.75rem 0;
}

.menu-menu-1-container .nav-menu > .menu-item > a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0.0625rem;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -0.0625rem;
}



.menu-menu-1-container .nav-menu .menu-item:hover > .sub-menu {
    display: block;
    line-height: 17px;
}

.menu-menu-1-container .nav-menu .sub-menu { /* nivel 2 */
    display: none;
    column-count: 5;
    column-gap: 20px;
    list-style: none;
    position: absolute; top: 98%; left: 0; z-index: 3;
    width: 1111px; height: initial;
    padding: 18px 20px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.57);
    animation-name: apare;
    animation-duration: 0.6s; 
}
@keyframes apare {
    0%  {opacity: 0;}
    100% {opacity: 1;}
}



.menu-menu-1-container .nav-menu .sub-menu .menu-item {
    float: none;
    padding: 0;
    width: auto;
    display: block;
    break-inside: avoid-column;
}


.menu-menu-1-container .nav-menu > .menu-item > ul > li.current-menu-ancestor > a, 
.menu-menu-1-container .nav-menu > .menu-item > ul > li.current-menu-item > a {
    background: antiquewhite;
    font-weight: bold;
    color: #000;
}


.menu-menu-1-container .nav-menu > .menu-item > ul > li > a {
    position: relative;
    display: block; width: 100%;
    padding: 2px 0 !important;
    text-transform: none;
    color: var(--maro);
}

.menu-menu-1-container .nav-menu > .menu-item > ul > li:hover > a {
    background: #f8f8f8;
    font-weight: bold;
    color: #000;
}


.menu-menu-1-container .nav-menu .sub-menu .menu-item .sub-menu { /* nivel 3 */
    display: block;
    position: relative; top: initial; left: initial;
    column-count: 1; column-gap: 0;
    background: none;
    text-transform: none;
    font-size: 12px;
    box-shadow: none;
    width: initial;
    padding: 0 0 5px 15px;
}

.menu-menu-1-container .nav-menu .sub-menu .menu-item .sub-menu li.current-menu-item a {
    color: #000;
    
}
.menu-menu-1-container .nav-menu .sub-menu .menu-item .sub-menu li {
    display: block;
    break-inside: avoid-column;
}
.menu-menu-1-container .nav-menu .sub-menu .menu-item .sub-menu li a {
    display: block;
    color: var(--maro);
}
.menu-menu-1-container .nav-menu .sub-menu .menu-item .sub-menu a {
    display: block;
    text-transform: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
}

.menu-menu-1-container .nav-menu .sub-menu .menu-item .sub-menu a:hover {
    color: #000;
}

.menu-menu-1-container .nav-menu .sub-menu .menu-item .sub-menu .menu-item {
    width: 100%;
}

.menu-menu-1-container .nav-menu .sub-menu .menu-item .sub-menu .menu-item.current-menu-item a {
    font-weight: bold;
}

.menu-menu-1-container .nav-menu .sub-menu .menu-item a {
    font-size: 15px; font-weight: bold; line-height: 1.2;
    padding: 1px 0;
    z-index: 4;
    position: relative;
}
.menu-menu-1-container .nav-menu .sub-menu .menu-item a:hover {
    text-decoration: underline;
}

.menu-menu-1-container .nav-menu .sub-menu a {
    line-height: 120%;
    padding: 0.625rem 0;
    border: 0;
    margin-top: 0;
    color: #a7965a;
    display: inline;
}

.menu-menu-1-container .nav-menu .sub-menu a:hover {
    color: #211e1f;
}

.menu-menu-1-container .nav-menu a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    border-right: 1px solid white;
    padding-right: 0.75rem;
    margin-right: 0.625rem;
    height: auto;
    margin-top: 0.8125rem;
}

.menu-menu-1-container .nav-menu a:hover {
    font-weight: bold;
}

.menu-menu-1-container .nav-menu .menu-item:last-of-type a {
    border: 0;
}

.search-header form {
    position: relative;
    height: 100%;
}

.search-header .searchform .bmd-form-group {
    height: 100%;
    display: block;
}

.search-header form input {
    position: absolute;
    top: 0.3rem;
    bottom: 0;
    width: 13.75rem;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 1.125rem !important;
}

.search-header form input:focus {
    outline: none;
    color: #fff;
    font-size: 1.125rem;
}

.search-header form input::-webkit-input-placeholder {
    color: #fff;
    font-size: 1.125rem;
}

.search-header form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 1.125rem;
}

.search-header form input:-ms-input-placeholder {
    color: #fff;
    font-size: 1.125rem;
}

.search-header form label {
    line-height: 2.6875rem;
    color: #fff;
    font-size: 1rem;
    margin: 0;
    z-index: 3;
    outline: none;
}

.search-header form label:hover,
.search-header form button:hover + label {
    color: #373435;
}

.search-header form button {
    padding: 0;
    border: 0;
    background: none;
    z-index: 4;
    display: none;
    outline: none;
}

.search-header form button, .search-header form label {
    position: absolute;
    width: 1.875rem;
    height: 100%;
    right: -1rem;
    top: 0;
}

.search-header form input:focus ~ button,
.search-header form button:active,
.search-header form button:focus {
    display: block;
}

.slider {
    height: 33.125rem;
    overflow: hidden;
}

.afla-acum-slider {
    margin: 0 auto;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.9375rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.1875rem 2.125rem;
}

.afla-acum-slider:hover {
    color: #373435;
    background-color: #fff;
}

.alege-domeniu {
    text-align: center;
    font-size: 1.875rem;
    color: #373435;
    text-transform: uppercase;
    margin: 2.5rem 0;
}

.domenii {
    z-index: 2;
}

.alege-domenii .domenii:not(.slick-initialized) {
    overflow: hidden;
    height: 9.375rem;
}

.alege-domenii .domeniu {
    float: left;
}

.domenii .slick-prev:hover i, .domenii .slick-next:hover i {
    color: #d4bf77;
}

.home-categories {
    justify-content: center;
    margin-top: 50px;
}

.home-categories.category-template {
    justify-content: flex-start;
}

.home-cat-wrapper {
    display: flex;
    align-items: flex-end;
    height: 175px;
    text-decoration: none;
    margin-bottom: 28px;
}


.home-cat-wrapper:hover,
.home-cat-wrapper:active,
.home-cat-wrapper:focus {
    text-decoration: none;
}

.home-cat-wrapper:hover .home-cat-title {
    background-color: rgba(207, 186, 117, 0.9);;
}

.home-cat-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 35px;
    background-color: rgba(235, 235, 235, 0.7);
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
}


.slick-prev, .slick-next {
    position: absolute;
    top: 30%;
    background: none;
    border: 0;
}

.slick-prev i, .slick-next i {
    font-size: 3.75rem;
    color: #373435;
}

.slick-prev:focus, .slick-next:focus {
    outline: none;
}

.slick-prev {
    left: -5%;
}

.slick-next {
    right: -5%;
}

.slide-alte-poze .slick-prev, .slide-alte-poze .slick-next {
    top: 0;
    bottom: 0;
}

.slide-alte-poze .slick-prev i, .slide-alte-poze .slick-next i {
    font-size: 1.5625rem;
}

.slide-alte-poze .slick-prev {
    left: -10%;
}

.slide-alte-poze .slick-next {
    right: -10%;
}

.product {
    margin-top: 1.875rem;
}

.breadcrumbs {
    align-items: center;
    margin-top: 2.5rem;
    margin-bottom: 0.625rem;
    color: #bdbdbd;
    font-size: 18px;
}
.fixat .breadcrumbs {display: none;}

.breadcrumbs > span {
    margin: 0 0.375rem;
}

.breadcrumbs > span a {
    color: #d4bf77;
}

.breadcrumbs > span:last-of-type {
    color: #bdbdbd;
}

.breadcrumbs > span:last-of-type h2 {
    font-size: 18px;
    margin: 0;
    line-height: normal;
}

.lista-produse {
    padding: 0;
    margin-top: 25px;
}

.menu-item-after-link {
    display: inline-block;
    cursor: pointer;
}

.sidebar {
    padding: 0;
}

.sidebar .widget_nav_menu h2 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #8b8b8b;
    padding: 0.625rem 0;
    margin: 1px 0;
    border-bottom: 1px solid #cecece;
}

.sidebar .menu-menu-sidebar-container ul,
.sidebar .menu-meniu-domenii-container ul {
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
    font-size: 1.0625rem;
}

.sidebar .menu-menu-sidebar-container ul > li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sidebar .menu-menu-sidebar-container ul li a,
.sidebar .menu-meniu-domenii-container ul li a {
    color: #a7965a;
    text-decoration: none;
    display: inline-block;
    width: 90%;
}

.sidebar .menu-menu-sidebar-container ul .menu-item-has-children > span,
.sidebar .menu-meniu-domenii-container ul .menu-item-has-children > span {
    margin-left: 0.3125rem;
    color: #a7965a;
    margin-top: 5px;
}

.sidebar .menu-menu-sidebar-container ul span:hover,
.sidebar .menu-meniu-domenii-container ul span:hover {
    color: #a7965a;
}

.sidebar .menu-menu-sidebar-container ul .current-menu-item.menu-item-has-children > span,
.sidebar .menu-menu-sidebar-container ul .current-menu-parent > span,
.sidebar .menu-menu-sidebar-container ul .current-vshop_product-ancestor.menu-item-has-children > span,
.sidebar .menu-menu-sidebar-container ul .current-menu-item > span,
.sidebar .menu-menu-sidebar-container ul .current-menu-ancestor > span,
.sidebar .menu-meniu-domenii-container ul .current-menu-item.menu-item-has-children > span,
.sidebar .menu-meniu-domenii-container ul .current-menu-parent > span,
.sidebar .menu-meniu-domenii-container ul .current-vshop_product-ancestor.menu-item-has-children > span,
.sidebar .menu-meniu-domenii-container ul .current-menu-item > span,
.sidebar .menu-meniu-domenii-container ul .current-menu-ancestor > span {
    color: #d4bf77;
    margin-left: 0.3125rem;
}

.sidebar .menu-menu-sidebar-container ul .current-menu-item.menu-item-has-children > a,
.sidebar .menu-menu-sidebar-container ul .current-menu-parent > a,
.sidebar .menu-menu-sidebar-container ul .current-vshop_product-ancestor.menu-item-has-children > a,
.sidebar .menu-menu-sidebar-container ul .current-menu-item > a,
.sidebar .menu-menu-sidebar-container ul .current-menu-ancestor > a,
.sidebar .menu-meniu-domenii-container ul .current-menu-item.menu-item-has-children > a,
.sidebar .menu-meniu-domenii-container ul .current-menu-parent > a,
.sidebar .menu-meniu-domenii-container ul .current-vshop_product-ancestor.menu-item-has-children > a,
.sidebar .menu-meniu-domenii-container ul .current-menu-item > a,
.sidebar .menu-meniu-domenii-container ul .current-menu-ancestor > a {
    color: #221e1f;
    font-weight: bold;
}

.sidebar .menu-menu-sidebar-container ul .current-menu-item.menu-item-has-children .sub-menu,
.sidebar .menu-menu-sidebar-container ul .current-menu-parent .sub-menu,
.sidebar .menu-menu-sidebar-container ul .current-vshop_product-ancestor.menu-item-has-children .sub-menu,
.sidebar .menu-menu-sidebar-container ul .current-menu-item .sub-menu,
.sidebar .menu-menu-sidebar-container ul .current-menu-ancestor .sub-menu,
.sidebar .menu-meniu-domenii-container ul .current-menu-item.menu-item-has-children .sub-menu,
.sidebar .menu-meniu-domenii-container ul .current-menu-parent .sub-menu,
.sidebar .menu-meniu-domenii-container ul .current-vshop_product-ancestor.menu-item-has-children .sub-menu,
.sidebar .menu-meniu-domenii-container ul .current-menu-item .sub-menu,
.sidebar .menu-meniu-domenii-container ul .current-menu-ancestor .sub-menu {
    display: block;
    border-top: 1px solid #cecece;
    padding: 0.625rem 0 0.625rem 1.25rem;
}

.sidebar .menu-menu-sidebar-container ul ul,
.sidebar .menu-meniu-domenii-container ul ul {
    border-top: 1px solid #cecece;
    padding: 0.625rem 0 0.625rem 1.25rem;
    display: none;
    list-style: none;
    font-size: 1rem;
    text-transform: none;
    width: 100%;
}

.sidebar .menu-menu-sidebar-container ul ul li a,
.sidebar .menu-meniu-domenii-container ul ul li a {
    color: #a7965a;
    text-decoration: none;
}

.sidebar .menu-menu-sidebar-container a:hover,
.sidebar .menu-meniu-domenii-container a:hover {
    color: #221e1f;
    font-weight: bold;
}

.sidebar .sidebar-button a {
    font-size: 0.9375rem;
    padding: 0.3rem 1.2rem;
    display: inline-block;
}

.page-header {
    font-size: 1.875rem;
    text-transform: uppercase;
    color: #a7965a;
    border-bottom: 1px solid #cecece;
    line-height: 1.5;
    margin-top: 20px;
}

.page-header h1 {
    font-size: 30px;
}

.page-header .header-description {
    border-top: 1px solid #cecece;
    font-size: 1rem;
    text-transform: initial;
    color: black;
    padding-top: 0.9375rem;
    text-align: justify;
}

.selectoare {
   margin: 20px 0;
}
.select-ordoneaza, 
.select-pepagina {
    display: inline-flex;
    align-items: center;
    margin: 0 30px 20px 0;
}
.selectoare label {
    font-size: 16px;
    margin: 0 10px 0 0;
}
.selectoare select {
    border: 1px solid #ccc; border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
}


.produs-lista:hover {
    box-shadow: 0 0 5px 3px rgba(118, 118, 118, 0.27);
}

.produs-lista:hover .din-aceeasi-categorie {
    width: 7.4rem;
}


.produs-fara-imagine {
    text-align: center;
}

.search-page .produs-lista:hover .din-aceeasi-categorie {
     width: 80%;
}

.pret-din-aceeasi-cat {
    text-align: center;
    font-size: 14px;
    color: #211e1f;
}

.span-din-aceeasi-cat {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #8b8b8b;
}

.categorie-goala {
    font-size: 1.875rem;
    margin: 0.625rem 0;
}

.all-products {
    overflow: hidden;
    padding: 0 0.5rem;
}

.pagination {
    text-align: center;
    width: 100%;
}

.pagination a, .pagination span {
    font-size: 1.0625rem;
    color: #373435;
}

.pagination .prev {
    margin-right: 1.875rem;
}

.pagination .next {
    margin-left: 1.875rem;
}

.pagination .current {
    color: #d4bf77;
    text-decoration: none;
    font-weight: bold;
}

.not-active {
    cursor: default;
}

.domenii-sidebar .poza-domeniu img {
    transition: transform .4s ease !important;
}

.domenii-sidebar .domeniu:hover .poza-domeniu img {
    transform: scale(0.9) !important;
}

.domenii-sidebar .domeniu:hover .den-domeniu {
    font-weight: bold !important;
}

.no-results {
    font-size: 1.125rem;
}

.search-page {
    overflow: hidden;
}

.search-page .posts-navigation {
    display: flex;
    height: 100px;
    width: 100%;
    flex-wrap: wrap;
}

.search-page .posts-navigation h2 {
    width: 100%;
}

.search-page .posts-navigation .nav-links {
    width: 50%;
}

.search-page .posts-navigation .nav-links a {
    color: #a7965a;
}

.search-input .search-field, .search-input .search-submit {
    float: left;
    border: none;
    border-top: 1px solid #d4bf77;
    border-bottom: 1px solid #d4bf77;
    color: #767676;
}

.search-input .search-field {
    border-left: 1px solid #d4bf77;
    padding-left: 0.625rem;
    color: #373435;
}

.search-input .search-field:focus, .search-input .search-submit:focus {
    outline: none;
}

.search-input .search-submit {
    border-right: 1px solid #d4bf77;
    background-color: #d4bf77;
    color: #fff;
}

.search-page {
    overflow: visible;
    margin-top: 30px;
}

.search-page .pachet, .search-page .pagina {
    height: 16.5625rem;
}

.sal-sol {text-align: center; padding: 30px 0;}
.sal-sol a img {width: 250px; margin: 5px 10px;}



@media (min-width: 1200px) {
    .col-xl-2.secondary {
        flex: 0 0 18%;
        max-width: 18%;
    }

    .col-xl-10.primary {
        flex: 0 0 82%;
        max-width: 82%;
    }
}

@media (max-width: 1199px) {

    .menu-menu-1-container .nav-menu .sub-menu {width: 912px;}

    .produs .poza-produs img {
        height: 155px;
    }

    .home-cat-title {
        text-align: center;
    }

    .menu-bar-wrapper .main-navigation {
        width: 70%;
    }

    .menu-bar-wrapper .search-header {
        width: 30%;
    }

    .formular-contact .upper-form input {
        width: 17.4rem;
    }

    .info-contact .first {
        width: 80%;
    }

    .info-contact .second {
        width: 89%;
    }

    .info-contact .second .wrapper {
        width: 90%;
    }

    .info-contact .third {
        width: 60%;
    }

    .info-contact .third .wrapper {
        width: 60%;
    }

    .sidebar .sidebar-button a {
        padding: 0.3rem 0;
    }
}

@media (max-width: 991px) {
    .quantity2 .pt_Quantity input[type="number"] {
        font: 18px/1.4 "Roboto Condensed";
    }
    .vsp .quantity-info-tva,
    .vsp .price-cu-tva, 
    .vsp .price {
        text-align: left !important;
        margin-top: 0; margin-right: 24px;
        font: 700 15px/1.1 "Roboto Condensed";
        width: initial;
    }
    .quantity2 .pt_Quantity {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .quantity-info-tva:before {
        content: "Pret unitar cu TVA";
        display: block; margin: 0 0 3px 0;
        font: 500 10px/1.1 "Roboto Condensed";
        text-transform: uppercase;
    }
    .price:before {
        content: "Subtotal";
        display: block; margin: 0 0 3px 0;
        font: 500 10px/1.1 "Roboto Condensed";
        text-transform: uppercase;
    }
    .price-cu-tva:before {
        content: "Subtotal cu TVA";
        display: block; margin: 0 0 3px 0;
        font: 500 10px/1.1 "Roboto Condensed";
        text-transform: uppercase;
    }

    .cart-footer {flex-wrap: wrap;}

    .cart-footer .middle {
        width: 100%;
        text-align: left;
        padding: 8px 20px 0 35px;
    }
    .cart-footer .last {
        width: 100%;
    }
    .cart-footer .first {display: none;}

    .vshop-cart-footer .left {
        display: none;
    }
    .vshop-cart-header-full {
        display: none;
    }
    .vsp {
        position: relative;
        justify-content: start;
        border-bottom: 1px solid #ccc;
        padding: 0 0 10px 0;
        margin: 0 0 20px 0;
    }
    .vshop-cart-product .image {
        display: none;
    }
    .vshop-cart-product .title {
        width: 100%;
        text-align: left;
        margin: 0 0 10px 0;
    }
    .vshop-cart-product .title em:first-of-type {
        border-top: 1px solid #ddd;
        padding: 5px 0 0 0;
    }
    .vshop-cart-product .quantity2 {
        width: 48%;
        text-align: center;
        padding: 0 38px 0 0;
    }
    .quantity2 .pt_Quantity {width: 100%;}
    .quantity-info {width: 100%;}
    .vshop-cart-product .price {
        width: 20%;
        text-align: center;
    }
    .vshop-cart-product .delete {
        position: absolute; top: 0; right: 0px;
        width: 30px;
    }
    .vshop-cart-footer {
        padding: 0;
    }



    .produs .poza-produs img {
        height: auto;
    }
    
    .produs-lista {
        height: auto;
    }

    .upper-form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .formular-contact .upper-form span {
        width: 30%;
    }

    .formular-contact .upper-form input {
        width: 100%;
    }

    .logo {
        background-size: contain;
    }

    .menu-bar-wrapper {
        height: 2.6875rem;
    }

    .menu-bar-wrapper .main-navigation {
        order: 1;
        width: 90%;
    }

    .menu-bar-wrapper .search-header {
        order: 2;
        width: 10%;
    }

    .menu-bar-wrapper .search-header form input {
        display: block;
        top: 100%;
        height: 0;
        right: -36%;
        background-color: #fff;
        z-index: 3;
        width: 1713%;
        padding: 0 0 0 0.625rem;
        color: #373435;
        box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.4);
    }

    .menu-bar-wrapper .search-header form input:focus {
        height: 100%;
    }

    .menu-bar-wrapper .search-header form input::-webkit-input-placeholder {
        color: #373435;
    }

    .menu-bar-wrapper .search-header form button, .menu-bar-wrapper .search-header form label {
        right: 0;
    }

    .menu-menu-1-container .nav-menu .sub-menu {
        top: 100%;
        width: 691px;
        column-count: 3;
        padding: 18px 20px;
    }

    .menu-menu-1-container .nav-menu .sub-menu .menu-item {
        width: 11.25rem;
    }

    .menu-menu-1-container .nav-menu .sub-menu {
        /*background: url(img/segeata-drop.png) no-repeat top right 28.5rem, url(img/drop-down-bg-md.jpg) no-repeat top right;*/
        background-color: #fff;
    }

    .formular-contact .upper-form input {
        width: 12.9rem;
    }

    .info-contact .second {
        width: 90%;
    }

    .info-contact .third {
        width: 80%;
    }

    .info-contact .third .wrapper {
        width: 80%;
    }

    .produs-lista:hover .din-aceeasi-categorie {
        width: 9rem;
    }

    .vshop-cart-product .image, .vshop-cart-header .image {
        width: 20%;
    }

    .vshop-cart-product .quantity-info .single-price,
    .vshop-cart-product .price {
        font-size: 16px;
    }

    .vshop-cart-product .title, .vshop-cart-header .title {
        width: 35%;
    }

    .vshop-cart-product .quantity input {
        width: 60px;
        padding-left: 10px;
    }

    .site-options .dropdown-user-info:hover .button-dropdown,
    .site-options .button-dropdown,
    .site-options .dropdown-menu {
        width: 150px;
    }

    .site-options .dropdown-menu {
        min-width: 150px;
    }
}

@media (max-width: 767px) {
    .header-site-branding {height: 10rem; padding: 0 0 4px 0;}

    .header-background.fixat {
        position: relative; top: initial; left: initial;
        height: 142px;
    }

    .site-options .dropdown-user-info {
        width: 85px !important;
    }
    .site-options .shopping-cart {
        padding: 12px 10px 10px 10px;
    }
    .wrapper .call-us {
        position: relative;
        right: initial;
        top: initial;
    }
    .wrapper .call-us .right {
        display: flex; flex-wrap: wrap;  justify-content: center;
        float: none; clear: both;
        width: 100%;
        padding: 0;
    }

    .phone {margin: 0 10px;}
    .home-header-background {
        height: 14rem;
    }

    .wrapper .call-us .left i {
        font-size: 2.5rem;
    }

    .wrapper .call-us .right .text {
        display: none;
    }

    .wrapper .call-us .right .phone a {
        font-size: 1rem;
    }

    .selectoare {margin: 20px 11px;}

    #vshop-cart a > span,
    .dropdown-arrow span {
        display: none;
    }

    .site-description {
        text-align: center;
        padding-top: 2.1875rem;
        line-height: 1;
    }

    .mini-menu {
        font-size: 1.875rem;
        text-align: right;
        padding-top: 1.5625rem;
    }
    .admin-bar .mini-menu a {top: 127px;}

    .mini-menu a {
        color: #d4bf77;
        right: 20px;
        top: 80px;
    }

    .mini-menu a:hover {
        color: #d4bf77;
    }

    .menu-toggle {
        position: fixed;
        z-index: 10;
        width: 2.8125rem;
        height: 2.8125rem;
        text-align: center;
    }

    .fix-button {
        background-color: rgba(0, 0, 0, 0.3);
        width: 2.8125rem;
        height: 2.8125rem;
        text-align: center;
        color: #fff !important;
        right: 1.25rem;
        top: 1.25rem;
    }

    .fix-button:hover {
        color: #d4bf77 !important;
    }

    #mmenu .menu-item {
        font-size: 1.125rem;
    }

    #mmenu .mm-listview > li > a, #mmenu .mm-listview > li > span {
        border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    }

    #mmenu .mm-navbar-top .searchform {
        font-size: 1.125rem;
    }

    #mmenu .mm-navbar-top .searchform input {
        width: 80%;
    }

    #mmenu .mm-navbar-top .searchform button {
        position: absolute;
        top: 0;
        right: 0;
        width: 2.5rem;
        height: 100%;
        z-index: 4;
    }

    #mmenu .mm-navbar-top .searchform input, #mmenu .mm-navbar-top .searchform button {
        background-color: transparent;
        border: none;
    }

    #mmenu .mm-navbar-top .searchform input:focus, #mmenu .mm-navbar-top .searchform button:focus, #mmenu .mm-navbar-top .searchform label:focus {
        outline: none;
    }

    .primary .all-products {
        padding: 0 0.625rem;
    }

    .primary .page-header {
        margin: 0 0.625rem;
    }

    .breadcrumbs {
        margin-top: 0;
        padding-top: 4.375rem;
    }

    .formular-contact {
        height: auto;
    }

    .formular-contact .wpcf7-response-output {
        font-size: 1rem;
        position: relative;
        bottom: -3.125rem;
    }

    .formular-contact .upper-form {
        margin-bottom: 0.625rem;
    }

    .formular-contact .upper-form input {
        width: 100%;
    }

    .formular-contact .upper-form span:nth-of-type(2) {
        margin: 0 0 0.625rem 0;
    }

    .formular-contact .upper-form span {
        width: 100%;
        margin-bottom: 0.625rem;
    }

    .formular-contact .upper-form span .wpcf7-not-valid-tip {
        position: relative;
        top: 0;
        margin-bottom: 0;
    }

    .formular-contact .wpcf7 {
        margin: 0 auto;
    }

    .formular-contact .wpcf7 form {
        margin: 0 auto;
    }

    .info-contact .first, .info-contact .second, .info-contact .third {
        margin: 0 auto;
        margin-bottom: 1.25rem;
        width: 90%;
    }

    .info-contact .second .wrapper, .info-contact .third .wrapper {
        width: 90%;
    }

    .info-contact .first .wrapper {
        width: 100%;
    }

    .header-site-branding .row {align-items: center;}
    .wrapper .call-us .left {display: none;}
    .header-site-branding .logo {
        order: 1;
        margin-top: 0;
        width: 100px;
        height: 100px;
    }

    .header-site-branding .wrapper {
        display: block; height: 40px;
        order: 0;
        border-bottom: 1px solid #ccc;
        padding: 7px 0 10px 0;
    }

    .header-site-branding .mini-menu {
        order: 3;
        height: 2.5rem;
        padding-top: 0.625rem;
    }

    .site-options-wrapper {
        order: 2;
    }

    .vshop-cart-product .quantity {
        flex-wrap: wrap;
    }

    .vshop-cart-product .quantity, .vshop-cart-header .quantity {
        width: 20%;
    }


    .vshop-cart-header {
        height: 56px;
    }
    .nav {justify-content: end;}
} /* end 767px */ 

@media screen and (max-width: 625px) {
    .primary .all-products {
        padding: 0 1.25rem;
    }


    html {
        margin-top: 0 !important;
    }

}

@media (max-width: 600px) {
    #wpadminbar {position: fixed;}
}
@media (max-width: 543px) {

    .quantity2 .pt_Quantity {
        width: 190px; height: 44px;
    }
    .vshop-cart-product .quantity2 {
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .quantity-info {
        width: 100%;
        text-align: left;
        margin: 10px 0;
    }
    .vshop-cart-product .quantity-info .info-text {
        display: inline-block;
        margin-top: 0;
        padding-left: 10px;
    }
    .vshop-cart-product .quantity-info .single-price {
        display: inline-block;
        font: 700 20px "Roboto Condensed";
    }

    .send-order button {
        width: 100% !important;
    }
    .vshop-cart-product .quantity2 {
        padding: 0;
    }
    .vshop-cart-register .fields .left, 
    .vshop-cart-register .fields .right {
        width: 100%;
        padding-right: 0px;
    }
    .vshop-cart-header {
        display: none;
    }

    .site-options .dropdown-user-info:hover .button-dropdown, .site-options .button-dropdown, .site-options .dropdown-menu {
        width: auto;
        padding: 10px 20px 10px 20px;
    }


    .site-options .button-dropdown button {
        border: 0;
        margin: 0;
    }

    .site-options .dropdown-user-info:hover button {
        border: 0;
    }

    .site-options .shopping-cart {
        padding: 0;
    }

    .site-options .dropdown-user-info:hover .button-dropdown,
    .site-options .shopping-cart:hover {
        box-shadow: none;
    }

    .site-options .dropdown-menu {
        box-shadow: 0px 0px 5px 3px rgba(118, 118, 118, 0.27);
    }

    .site-options i {
        margin-right: 0;
    }

    .site-options-wrapper {
        order: 2;
        display: flex;
        height: 100px;
    }

    .site-options {
        width: 100%;
        justify-content: space-evenly;
    }

    .vshop-cart-product {
        border-bottom: 1px solid #a7965a;
        flex-wrap: wrap;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-top: 15px;
    }

    .vshop-cart-product .title, .vshop-cart-header .title {
        width: 86%;
    }

    .vshop-cart-product .quantity, .vshop-cart-header .quantity {
        width: 70%;
    }

    .vshop-cart-product .image, .vshop-cart-header .image {
        display: none;
    }


    .vshop-cart-product .delete, .vshop-cart-header .delete,
    .vshop-cart-product .title, .vshop-cart-header .title {
        top: 15px;
    }

    .no-user .entity-select {
        flex-wrap: wrap;
    }

    .no-user .entity-select .entity-label {
        width: 100%;
        margin-bottom: 20px;
    }

    .vshop-cart-footer {
        flex-wrap: wrap;
    }

    .vshop-cart-footer .left,
    .vshop-cart-footer .right {
        width: 100% ;
    }

    .shipping-method-wrapper .entity-label, .payment-method-wrapper .entity-label,
    .shipping-method-wrapper .entity-label.selected, .payment-method-wrapper .entity-label.selected {
        margin-bottom: 0 !important;
    }

    .page-despre-noi.banda {
        background: url(img/banda.webp) no-repeat center top/cover;
        height: 100%;
    }


    .header-site-branding .mini-menu {
        order: 2;
        height: auto;
    }

    .header-site-branding .site-description-wrapper {
        order: 3;
    }

    .header-site-branding .site-description-wrapper .site-description {
        padding-top: 0;
    }



    .home-header-background {
        height: 11rem;
    }

    .formular-contact {
        height: auto;
    }

    .formular-contact .wpcf7-response-output {
        font-size: 0.75rem;
        bottom: 0;
    }

    .page-despre-noi .second {
        font-size: 1.3125rem;
    }

    .page-despre-noi .second span {
        font-size: 1.5625rem;
    }

    .page-despre-noi .second > div {
        height: 100%;
    }

    .page-despre-noi .second > div br {
        display: none;
    }

    .page-despre-noi .second > div div {
        height: 75%;
    }
}

@media screen and (max-width: 400px) {
    .home-header-background {
        height: 8rem;
    }
}

/*# sourceMappingURL=monica.css.map */

.wpcf7-list-item  {
    display: block;
}

.wpcf7-list-item label {
    margin: 0;
}

.consent-form label {
    margin: 10px 0;
}

.consent-form label input {
    padding-left: 10px;
}

.consent-subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.consent-subtitle + p {
    font-size: 16px;
    font-style: italic;
}