.fullwidth {
    width: 100%;
}

.hidden {
    display:none !important;
}

.productDetails {
    margin-top: 100px;
    padding-top: 0px;
    padding-bottom: 8px;
}

.productDetails ul li {
    font-size:15px !important;
    padding-top:10px;
}

.productImages .tabs_item {
    padding-top:10px;
    text-align: center;
}

.productImages .tabs_item img {
    height: 505px;
    object-fit: contain;
}

.productImages .tabs li img {
    height: 70px;
}

.productImages .tabs li {
    margin-bottom:15px;
}

.relatedProducts {
    border-top: 1px dashed #cccccc;
}

.Descriere .tabs_item {
    padding-top:0px;
}

p {
    margin-bottom:10px !important;
}

.atributeProdusDetails label {
    color: #0D0E14;
    line-height: 26px;
    font-weight: 500;
    font-size: 16px;
}

.atributeProdusDetails ul {
    list-style:none;
    margin:0px;
    margin-top:5px;
    margin-bottom:5px;
}

.atributeProdusDetails ul li {
    display: inline-block;
    min-width: 30px;
    width:auto;
    height: 30px;
    border: 1px solid #aaaaaa;
    border-radius: 50px;
    cursor: pointer;
}

.atributeProdusDetails ul li.disabled {
    background:#cccccc;
}

.atributeProdusDetails ul li.activ.selected,
.atributeProdusDetails ul li.activ:hover {
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 10px #cf0000;
}

.atributeProdusDetails ul .val_value {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    float: left;
    width: 100%;
    padding: 0px 5px;
}

.atributeProdusDetails ul li.activ.selected .val_value,
.atributeProdusDetails ul li.activ:hover .val_value {
    margin-top: -2px;
    padding: 0px 6px;
}


.atributeProdusDetails ul li.activ.switchAtributValue.selected,
.atributeProdusDetails ul li.activ.switchAtributValue:hover,
.atributeProdusDetails ul li.activ.switchAtributCumulativ.selected,
.atributeProdusDetails ul li.activ.switchAtributCumulativ:hover {
    background: #df2526;
    color: #ffffff;
    /* border:0px; */
}

.atributeProdusDetails .val_tooltip {
    display: none;
}

.atributeProdusDetails ul li:hover > .val_tooltip {
    display: block;
    width: auto;
    height: 30px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    color: #ffffff;
    padding: 0px 8px;
    font-size: 14px;
    border-radius: 15px 0px 15px 0px;
    margin-top: -35px;
    margin-left: 10px;
    border: 1px solid #e02b27;
}

.header-button a.topCart {
    color: #dd1d25;
    background: none;
    border: 1px solid #dd1d25;
    padding: 8px 11px;
}

.header-button a.topServCart {
    color: #d37000;
    background: none;
    border: 1px solid #d37000;
    padding: 8px 11px;
}

.sticky .header-button a.topCart,
.sticky .header-button a.topServCart {
    background: #ffffff;
}

.topServCart.hide {
    display: none;
}

.header-button a.topCart i {
    font-size:22px;
    padding:0px;
    margin:0px;
}

.header-button a.topServCart i {
    font-size:22px;
    padding:0px;
    margin:0px;
}

.header-button a.topCart i:hover {
    color:#fb9737;
}

.header-button a.topServCart i:hover {
    color:#fb9737;
}


.header-button a.topCart:before,
.header-button a.topCart:after {
    transform: none;
    background: none;
    transition: none;
}

.header-button a.topServCart:before,
.header-button a.topServCart:after {
    transform: none;
    background: none;
    transition: none;
}
.miniCartArea {
    position: relative;
    float: right;
    margin-left: 10px;
}

.miniCartArea .topCart .inCart {
    position: absolute;
    left: 18px;
    color: #ffffff;
    top: 10.5px;
    font-size: 14px;
}

.miniCartArea .topServCart .inCart {
    position: absolute;
    left: 24px;
    color: #ffffff;
    top: -0.5px;
    font-size: 13px;
    background: #e12f27;
    padding: 0px 6px;
    width: 20px;
    border-radius: 20px;
    line-height: 18px;
    height: 20px;
    text-align: center;
}

.miniCartArea .productsCart {
    font-style: italic;
    font-size:14px;
}

.miniCart {
    position: absolute;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    width: 300px;
    text-align: left;
    padding: 10px;
    height: 400px;
    border-radius: 10px;
    display: none;
    right: 0px;
    top: 46px;
    z-index: 99;
}

.miniCart .cartHeader {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 7px;
    font-size:15px;
}

.miniCart .cartHeader a {
    background: none;
    color: #000;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}

.miniCart .cartHeader a:before,
.miniCart .cartHeader a:after {
    background:none;
    transform:none;
    transition:none;
}

.miniCart .cartHeader a:hover {
    background: none;
    color:#aaaaaa;
}

.miniCart .close {
    position: absolute;
    right: 5px;
    top: 4px;
    background: #000000;
    color: #ffffff;
    border-radius: 20px;
    padding: 0px 0px 0px 0px;
    width: 15px;
    height: 16px;
    line-height: 17px;
    font-size: 15px;
}

.miniCart .close:hover {
    background:#ff0000;
    cursor: pointer;
}

.miniCart .cartContent {
    margin-top: 10px;
    overflow: auto;
    max-height: 260px;
    position: relative;
}

.miniCart .cartContent .empty {
    text-align: center;
}

.miniCart .cartContent .items {
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}

.miniCart .cartContent .items:last-child {
    border:none;
}

.miniCart .cartContent .items .price {
    font-size: 16px;
    font-weight: 600;
    color: #00759b;
}

.miniCart .cartContent .items .img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.miniCart .cartContent .atribute {
    background: rgb(255 176 176 / 10%);
    padding: 5px;
    border-radius: 10px;
}

.miniCart .cartContent .atribute ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

.miniCart .cartBtn {
    position: absolute;
    bottom: 0px;
}

.miniCart .cartBtn a {
    width: 93%;
    text-align: center;
    padding: 5px 0px;
}

.miniCart .remove {
    position: absolute;
    right: 1px;
    margin-top: -50px;
    font-size: 15px;
    background: #e02627;
    color: #ffffff;
    width: 15px;
    height: 15px;
    line-height: 0px;
    border-radius: 20px;
    cursor: pointer;
}

.miniCart .remove:hover {
    background: #fa6a17;
}

.quantity-controls {
    display: flex;
    align-items: center;
    margin-top:5px;
}

.quantity-controls button {
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    width: 25px;
    height: 25px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
}

.quantity-controls input {
    width: 40px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
    font-size: 14px;
    height: 25px;
    border-radius: 5px;
}

@keyframes blinker {
    50% {
      opacity: 0.1;
    }
  }

.attrError {
    color:#ff0000;
    animation: blinker 1s linear infinite;
}

.shopCart,
.shopServCart {
    padding: 20px 0;
}

.shopServCart .sumarArea {
    padding-bottom:20px;
}

.shopCartHead,
.shopServCartHead {
    margin-top: 100px;
    padding-top: 0px;
    padding-bottom: 8px;
}

.shopCart h1,
.shopServCart h1 {
    font-size: 23px;
    border-bottom: 1px solid #eee;
    padding: 0;
    margin: 0px 15px;
    margin-bottom: 20px;
    padding-bottom:5px;
}

.shopCart .cartItem,
.shopServCart .cartItem {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #dddddd;
}

.shopCart .cartItem label,
.shopServCart .cartItem label {
    color:#000000;
    margin-top:5px;
}

.shopCart .cartItem .errors,
.shopServCart .cartItem .errors {
    color:#ff0000;
    font-style: italic;
    font-size: 15px;
}

.shopCart .cartItem .radioBox label,
.shopServCart .cartItem .radioBox label {
    margin-left:5px;
    font-size:15px;
}

.shopCart .cartItem .itemImg,
.shopServCart .cartItem .itemImg {
    text-align: center;
    border: 1px dashed #cccccc;
    border-radius: 5px;
}

.shopCart .cartItem .itemImg img,
.shopServCart .cartItem .itemImg img {
    width: auto;
    max-width: 100%;
    height: 120px;
    object-fit: contain;
}

.fisaComanda .documente_atasate,
.shopServCart .documente_atasate {
    padding:0px;
    margin-left:40px;
}

.fisaComanda .documente_atasate a {
    color: #0d6efd;
}


.shopCart .cartItem .itemActions .itemPrice {
    text-align: right;
    margin-bottom: 10px;
    font-size: 19px;
    color: #000000;
    font-weight: 600;
}

.shopCart .cartItem .cartForgotPassword {
    margin-top:10px;
    text-align: right;
}

.shopCart .cartItem .cartForgotPassword a {
    font-size:14px;
}

.shopCart .forgotPassModal {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.shopCart .forgotPassModal > div {
    background: #ffffff;
    width: 350px;
    min-height: 200px;
    margin: 0 auto;
    margin-top: 12%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #333;
    box-shadow: 0px 0px 17px #fbb0b0;
    position: relative;
}

.shopCart .forgotPassModal .errors {
    color: #ff0000;
    font-style: italic;
    font-size: 15px;
}

.shopCart .forgotPassModal label {
    width: 100%;
    color: #333333;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}

.shopCart .forgotPassModal .closeBtn {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #000000;
    border-radius: 20px;
    line-height: 15px;
    width: 19px;
}

.shopCart .forgotPassModal .closeBtn:hover {
    cursor: pointer;
    background:#ff0000;
}

.shopCart .forgotPassModal .closeBtn i {
    font-size:20px;
    color:#ffffff;
}

.shopCart .forgotPassModal .btnArea {
    margin-top:10px;
}

.shopCart .forgotPassModal .btnArea button {
    width: 100%;
}

.shopCart .forgotPassModal h1 {
    font-size:18px;
    text-align: center;
    margin-bottom:8px;
}

.shopCart .cartArea,
.shopServCart .cartArea {
    padding: 20px 40px;
    margin-right: 0px;
}

.shopCart .cartArea textarea {
    resize:none;
}

.shopCart .cartArea h2,
.shopServCart .cartArea h2 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    margin-left:-10px;
}

.shopCart .cartArea.finishCheckout h2 {
    text-align: center;

}

.shopCart .cartArea.finishCheckout p {
    text-align: center;
    margin-top:50px;
    font-size: 18px;
}

.shopCart .cartArea.finishCheckout {
    border: 2px solid #00759b;
    background: #f3fbff;
}

.shopCart h4 {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding: 0;
    margin: 0px 15px;
    margin-bottom: 20px;
    padding-bottom:5px;
}

.shopCart .dateClient,
.shopCart .dateLivrare,
.shopCart .dateFacturare {
    margin-bottom:20px;
}

.shopCart .dateFacturare .persoanaJuridica {
    display: none;
}

.shopCart .dateFacturare .tipFacturare,
.shopCart .dateFacturare .tipPersoana {
    display: none;
}

.shopCart .cartItem .itemRemove,
.shopServCart .cartItem .itemRemove {
    text-align: right;
    margin-top:10px;
}

.shopCart .cartItem.tipClient1 {
    display: none;
}

.shopCart .cartItem input[type="radio"] {
    cursor: pointer;
}

.shopCart .cartItem .itemRemove a,
.shopServCart .cartItem .itemRemove a {
    font-size: 14px;
    border-bottom: 1px dashed #999;
    color: #555555;
}

.shopCart .cartItem .itemRemove a:hover,
.shopServCart .cartItem .itemRemove a:hover {
    color:#ff0000;
}

.shopCart .cartItem .quantity-controls {
    float: right;
    margin-bottom:20px;
}

.shopCart .cartItem a,
.shopServCart .cartItem a {
    font-size:17px;
    font-weight: 600;
    color: #00759b;
}

.shopCart .cartItem a:hover,
.shopServCart .cartItem a:hover {
    color:#00759b;
}

.shopCart .sumarArea,
.shopCart .LivrarePlata {
    padding: 10px 10px;
    margin-right: 0px;
}



.shopCart .sumarCart {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
}

.shopCart .sumarCart label {
    color:#000000;
    margin-left:5px;
}

.shopCart .sumarCart h2 {
    font-size:20px;
    margin-bottom:10px;
}

.shopCart .LivrarePlata h2 {
    font-size:17px;
}

.shopCart .sumarCart h3 {
    font-size:19px
}

.shopCart .sumarCart .sumarDetail {
    font-size:15px;
}

.shopCart .sumarCart .sumarButton .btn {
    margin-top:20px;
    font-size: 16px;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 4px;
    color: #fff;
    background-image: linear-gradient(-86deg, #dd1d25 0%, #fb9737 100%);
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    border:none;
    width: 100%;
}

.shopCart .sumarArea .sumarButton .btn:before {
    transform:translateY(-100%);
}
.shopCart .sumarArea .sumarButton .btn:after {
    transform: translateY(100%);    
}

.shopCart .sumarArea .sumarButton .btn:hover:before {
    transform: translateY(-50%);
}
.shopCart .sumarArea .sumarButton .btn:hover:after {
    transform: translateY(50%);
}

.shopCart .sumarArea .sumarButton .btn:before,
.shopCart .sumarArea .sumarButton .btn:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FC9538;
    transition: .5s;
    z-index: -1;
}

.shopCart .sumarArea .sumarButton i {
    float: left;
    font-size: 16px;
}

.shopCart .sumarArea .sumarPrice {
    text-align: right;
}

.shopCart .sumarArea .sumarPrice i {
    font-style: italic;
}

.shopCart .sumarArea .total {
    font-size:24px;
}

.shopCart .itemDetails .atribute {
    margin-top:20px;
}

.shopCart .itemDetails .atribute ul {
    list-style: none;
    margin:0px;
    padding:0px;
    font-size:15px;
}

.shopCart .itemDetails .atribute ul li {
    font-style: italic;
}

.shopCart .upsell {
    background: #f2f2f2;
    padding: 20px 10px;
    border-radius: 10px;
    margin-left: 0px;
}

.shopCart .upsell .prodImg {
    text-align: center;
}

.shopCart .upsell .prodImg img {
    width: auto;
    max-width: 100%;
    height: 150px;
    object-fit: contain;
}

.shopCart .upsell .prodItem {
    border: 1px solid #dddddd;
    padding: 10px;
    border-radius: 20px;
    background: #ffffff;
}

.shopCart .upsell .prodItem:hover {
    box-shadow: 0px 0px 7px #ff9c9c;
}

.shopCart .upsell .prodTitle {
    line-height: 20px;
    font-size: 15px;
} 

.shopCart .upsell .prodPrice {
    margin-top: 10px;
    color: #fd4216;
    font-weight: 500;
}

.productList .catalog-filter select {
    padding:8px 13px !important;
    top:0px;
}

.productList .tabs a {
    padding: 1px 7px 3px 7px;
}

.productList .tabs i {
    font-size:20px;
}

.productList .shop-title h4 {
    font-size:16px;
    padding: 0px 10px;
}

.productList .shop-single-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: auto;
}

.productList .shop-single-box:hover .shop-title a {
    color:#ffffff;
}

.productList .tabs_item img {
    height: 200px;
    object-fit: contain;
}

.productList .shop-content {
    padding:5px 0 5px;
}

.productList .shop-single-box:hover .shop-card a {
    border: 1px solid #e35252;
    box-shadow: 0px 0px 10px #000000;
}

.productList .shop-single-box:hover .shop-content {
    border-radius: 0px 80px;
}

.productList .shop-single-box:hover .shop-card a {
    top:85px;
}

.widget-categories-menu ul li a {
    font-weight: 600;
}

.hero-section {
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: 100px;
    background: #fffff8;
    border-top: 1px solid #fdd7d5;
    box-shadow: -2px 0px 4px #ffbdb9;
  }

  .hero-carousel {
    width: 100%;
    height: 600px; /* Ajustați înălțimea după necesități */
  }

  .hero-banner {
    width: 100%;
    height: 100%;
    background-repeat:no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
  }

.hero-banner#sliderSchool {
    background-image: url('/assets/images/slider/school.jpg');
  }

  .hero-banner#slider1 {
    background-image: url('/assets/images/slider/banner_imprimanta.png');
  }

   .hero-banner#slider2 {
    background-image: url('/assets/images/slider/sepci.png');
  }

   .hero-banner#slider3 {
    background-image: url('/assets/images/slider/tocatoare.png');
  }

   .hero-banner#slider4 {
    background-image: url('/assets/images/slider/tricouri.png');
  }

   .hero-banner#slider5 {
    background-image: url('/assets/images/slider/stampile.png');
  }

  .hero-content {
    max-width: 600px;
    padding: 30px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 5px;
  }

  .swiper-button-next, .swiper-button-prev {
    color: #e23128 !important;
  }

  .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }

  .swiper-button-next {
	right: 50px !important;
  }

  .swiper-button-prev {
	left: 50px !important;
  }

  .certificate-section {
    background: #fff9f6;
    padding: 30px 0px 50px 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }

  .certificate-section img {
    width: 100%;
  }

  .certificate-gallery {
    display: block;
    cursor: pointer;
    transition: opacity 0.3s;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.certificate-gallery:hover {
    opacity: 0.9;
}

.certificate-gallery img {
    width: 100%;
    height: auto;
}

/* Stil pentru overlay și butonul de închidere */
.sl-overlay {
    z-index: 9999;
}

.sl-wrapper {
    z-index: 10000;
}

.sl-close {
    font-size: 30px !important;
    color: #fff !important;
    opacity: 1 !important;
}

/* Forțează ascunderea completă a overlay-ului când este închis */
.sl-wrapper.hidden,
.sl-overlay.hidden {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.serviceDetails .serviceOrderCard {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(20, 32, 49, 0.08);
    padding: 34px;
    margin-bottom: 28px;
}

.serviceDetails .servicePreviewImage {
    height: 100%;
    min-height: 430px;
    border-radius: 16px;
    overflow: hidden;
    background: #f5f7fb;
    border: 1px solid #eef1f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceDetails .servicePreviewImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serviceDetails .servicePreviewPlaceholder {
    color: #8a93a3;
    font-size: 15px;
}

.serviceDetails .serviceActions {
    padding-left: 28px;
}

.serviceDetails .serviceActions h2 {
    color: #161928;
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.serviceDetails .serviceIntroText {
    color: #4f5665;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 22px;
}

.serviceDetails .serviceActions .category-button {
    text-align: center;
    margin-bottom: 0;
    margin-top: 18px;
}

.serviceDetails .serviceActions .category-button button {
    min-width: 190px;
    padding: 11px 20px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    background: linear-gradient(-86deg, #dd1d25 0%, #fb9737 100%);
    border-radius: 14px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
}

.serviceDetails .serviceActions .category-button button:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #0D0E14;
    border-radius: 4px;
    transition: .5s;
 }

 .serviceDetails .serviceActions .category-button button:hover:before {
    left: 0;
    width: 100%;
}

.serviceDetails .uploadDocs .uploadDropzone {
    border: 2px dashed #d9dee8;
    border-radius: 16px;
    min-height: 170px;
    background: #fafbfc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: all 0.2s ease;
    padding: 22px;
}

.serviceDetails .uploadDocs .uploadDropzone.dragover {
    border-color: #f58c3d;
    background: #fff5eb;
}

.serviceDetails .uploadDocs .uploadInput {
    display: none;
}

.serviceDetails .uploadDocs .uploadPlaceholder i {
    display: block;
    font-size: 44px;
    line-height: 1;
    color: #a7afbf;
    margin-bottom: 8px;
}

.serviceDetails .uploadDocs .uploadPlaceholder h4 {
    margin: 0;
    color: #1c2438;
    font-size: 24px;
    line-height: 1.25;
}

.serviceDetails .uploadDocs .uploadPlaceholder p {
    color: #7f8899;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0 !important;
}

.serviceDetails .uploadDocs .uploadBrowseTrigger {
    border: 0;
    background: transparent;
    color: #f07e2e;
    font-weight: 600;
    text-decoration: underline;
    padding: 0;
}

.serviceDetails .uploadDocs .uploadBrowseTrigger:hover {
    color: #d96f25;
}

.serviceDetails .uploadDocs .uploadFileList {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    width: 100%;
    z-index: 1;
    text-align: left;
}

.serviceDetails .uploadDocs .uploadFileList li {
    background: #ffffff;
    border: 1px solid #eceff5;
    border-radius: 8px;
    font-size: 14px;
    color: #3d4557;
    margin-bottom: 7px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.serviceDetails .uploadDocs .uploadFileList li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serviceDetails .uploadDocs .uploadFileList .removeUploadFile {
    border: 0;
    background: #fce5e4;
    color: #c22a2a;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    font-size: 18px;
    padding: 0;
}

.serviceDetails .uploadDocs .uploadFileList .removeUploadFile:hover {
    background: #f8c9c7;
}

.footerLogos ul {
    list-style: none;
    padding: 0px;
    text-align: right;
}

.footerLogos ul li {
    display: inline-block;
}

.footerLogos #l1 {
    width: 120px;
}

.footerLogos #l2 {
    width: 250px;
    margin-left:30px;
}
.row.footer-bottom-bg {
    padding-top:15px;
    margin-top:25px;
}

h4.widget-title {
    padding-bottom:20px;
}

.company-desc-info p {
    padding-top:20px;
}

/* Attribute Selectors Styling for Service Details */
.serviceDetails .atributeServicii {
    margin-bottom: 0;
}

.serviceDetails .atributeServicii .atributeItem {
    margin-bottom: 12px;
    position: relative;
}

.serviceDetails .atributeServicii .atributeItem label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #5a6273;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.serviceDetails .atributeServicii .atributeItem select,
.serviceDetails .atributeServicii .atributeItem input[type="text"],
.serviceDetails .atributeServicii .atributeItem input[type="number"],
.serviceDetails .atributeServicii .atributeItem textarea {
    width: 100%;
    min-height: 50px;
    padding: 10px 14px;
    border: 1px solid #d8dde8;
    border-radius: 10px;
    background-color: #fff;
    font-size: 16px;
    color: #2d3443;
    transition: border-color 0.3s ease;
}

.serviceDetails .atributeServicii .atributeItem textarea {
    min-height: 98px;
    resize: vertical;
}

.serviceDetails .atributeServicii .atributeItem select:focus,
.serviceDetails .atributeServicii .atributeItem input[type="text"]:focus,
.serviceDetails .atributeServicii .atributeItem input[type="number"]:focus,
.serviceDetails .atributeServicii .atributeItem textarea:focus {
    outline: none;
    border-color: #f58c3d;
    box-shadow: 0 0 0 2px rgba(251, 151, 55, 0.18);
}

.serviceDetails .serviceOrderForm .error {
    border-color: #dc3545 !important;
}

.serviceDetails .serviceOrderForm .error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.serviceDetails .serviceOrderTotalBox .serviceOrderTotals {
    border: 1px solid #e7ebf3;
    border-radius: 10px;
    background: #f8fafc;
    padding: 10px 12px;
    color: #3d4557;
    font-size: 14px;
}

.serviceDetails .serviceOrderTotalBox .serviceOrderTotals strong {
    color: #1c2438;
    font-size: 15px;
}

.serviceDetails .serviceOrderTotalBox #serviceUnitPrice {
    font-size: 18px;
    color: #2d3443;
}

.serviceDetails .serviceOrderTotalBox .serviceOrderTotals div:last-child {
    margin-top: 8px;
    background: #fff3e8;
    border: 1px solid #ffd7ba;
    border-radius: 10px;
    padding: 10px 12px;
}

.serviceDetails .serviceOrderTotalBox #serviceTotalPrice {
    font-size: 22px;
    line-height: 1.1;
    color: #fb9737;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.serviceDetails .qtyMultiOptions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.serviceDetails .qtyMultiOption {
    border: 1px solid #d8dde8;
    background: #ffffff;
    border-radius: 8px;
    padding: 8px 14px;
    min-width: 64px;
    color: #2d3443;
    font-weight: 600;
}

.serviceDetails .qtyMultiOption:hover {
    border-color: #f58c3d;
    color: #f58c3d;
}

.serviceDetails .qtyMultiOption.active {
    border-color: #f58c3d;
    background: #fff2e8;
    color: #d96f25;
}

.serviceDetails .Descriere {
    margin-top: 22px;
}

@media (max-width: 992px) {
    .serviceDetails .serviceOrderCard {
        padding: 18px;
    }

    .serviceDetails .serviceActions {
        padding-left: 12px;
        margin-top: 18px;
    }

    .serviceDetails .serviceActions h2 {
        font-size: 26px;
    }

    .serviceDetails .serviceIntroText {
        font-size: 18px;
    }

    .serviceDetails .serviceActions .category-button button {
        font-size: 18px;
        min-width: 170px;
    }

    .serviceDetails .uploadDocs .uploadPlaceholder h4 {
        font-size: 20px;
    }

    .serviceDetails .uploadDocs .uploadPlaceholder p {
        font-size: 14px;
    }
}

.serviceModal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;
}

.serviceModal.active {
    display: block;
}

.serviceModal .modal-window {
    background: #ffffff;
    width: 60%;
    height: 500px;
    top: 120px;
    border-radius: 10px;
    border: 3px solid #de772f;
    box-shadow: 0px 0px 30px #999;
    padding: 20px;
    position: relative;
    margin:0 auto;
}

.serviceModal .modal-window .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background: #000;
    border-radius: 50px;
    padding: 0px 5px;
    cursor: pointer;
}

.serviceModal .modal-window .close-btn:hover {
    background: #ff0000;
}

.serviceModal .fisaComanda h2 {
    text-align: center;
    font-size: 23px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.serviceModal .fisaComanda .thead {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
    margin: 0px;
    padding: 10px 10px;
}

.serviceModal .fisaComanda .tbody {
    font-size: 15px;
    border-bottom: 1px dashed #ccc;
    margin: 0px;
    margin-top: 10px;
    
}

.serviceModal .fisaComanda .fisaContent {
    height: 330px;
    overflow-y: auto;
}

.serviceModal .fisaComanda .tbody .btn {
    padding: 0px 7px;
    font-size: 13px;
}

.serviceModal .fisaComanda .tbottom {
    margin-top: 5px;
    padding-right: 0px;
    margin-left:0px;
}

.serviceModal .fisaComanda .tbottom .comandaServicii {
    float: right;
    margin-left: 10px;
    
}

.serviceModal .fisaComanda .tbottom .finalizeazaComanda {
    float: right;
}

.about-section.homeAbout {
    background: #fff0e6;
    padding: 50px 0px;
    border-top: 1px solid #ffc9a6;
}

.productsSection img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.productsSection .card-title {
    font-size: 18px;
    height: 60px;
}

.productsSection .card-title a {
    color: #00759b;
    font-weight: 500;
    text-shadow: 0px 0px 1px #00759b;
}

.productsSection .card-title a:hover {
    color:#f57e33;    
}

.productsSection .details {
    background: #f88a35;
    padding: 2px 10px;
    border: none;
    float: right;
}

.productsSection .details:hover {
    background:#e57722;
}

.productsSection .card {
    padding:20px 10px 0px 10px;
}

.contact-info ul li {
    margin-bottom: 10px;
}
.contact-info ul li i {
    margin-right: 10px;
    color: #007bff;
}
.map-container {
    margin-top: 20px;
}
.contact-form {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 5px;
}
.contact-form h3, .contact-info h3 {
    margin-bottom: 20px;
}
.topMenuArea {
    position: relative;
}

.topSearch {
    position: absolute;
    top:34px;
    width: 70%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    background: #ffd4a436;
    border-radius: 10px;
    padding: 5px 5px;
    border: 2px solid #f9a6ad52;
    z-index:-1;
}

.topSearch:hover {
    background: #ffd4a4;
}

.sticky .topSearch {
    display: none;
}


.topSearch input[type="text"] {
    position: relative;
    width: 95%;
    z-index:9;
    border-radius:7px;
}
.topSearch:focus-within {
    background: #ffd4a4;
}

nav.print_shop_menu {
    margin-top:-33px;
}

.sticky nav {
    margin-top:0px;
}

.topSearch .searchBtn {
    background: #00759b94;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    padding: 0px 5px 5px 5px;
    border-radius: 9px;
    cursor: pointer;
}

.topSearch:hover .searchBtn,
.topSearch:focus-within .searchBtn {
    background: #00759b;
}



.topSearch .searchBtn:hover {
    background:#ff3d0a;
}

.topSearch svg {
    width: 20px;
}

.print_shop_nav_manu {
    padding:20px 100px;
}

.print_shop_nav_manu.sticky {
    padding:0px 100px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .serviceDetails .atributeServicii .atributeItem select {
        font-size: 16px; /* Larger font size for mobile devices */
    }

    .productImages .tabs_item img {
        height: 300px;
    }

    .productImages ul.tabs {
        padding-bottom:10px;
    }

    .mobile-menu .miniCartArea {
        top:80px;
    }

    .hero-section {
        margin-top:62px;
    }

      .hero-banner {
        background-size:contain;
        /* height: 72%; */
      }

      .swiper-wrapper {
        height: 72%;
      }

      .hero-carousel {
        height: 350px;
      }
      
      .topSearch {
        display: flex !important;
        top: 70px;
        width: 80%;
        margin-left: 10px;
      }

      .topSearch .w-full {
        width: 90%;
      }


      .hero-banner#sliderSchool {
    background-image: url('/assets/images/slider/school_mobile.jpg');
  }

 .hero-banner#slider1 {
    background-image: url('/assets/images/slider/banner_imprimanta_mobile.png');
  }

   .hero-banner#slider2 {
    background-image: url('/assets/images/slider/textile_mobile.png');
  }

   .hero-banner#slider3 {
    background-image: url('/assets/images/slider/tocatoare_mobile.png');
  }

   .hero-banner#slider4 {
    background-image: url('/assets/images/slider/tricouri_mobile.png');
  }

   .hero-banner#slider5 {
    background-image: url('/assets/images/slider/stampile_mobile.png');
  }
}
@media screen and (max-width:768px) {
    .login-section {
        padding: 50px 0px 90px;
        margin:0px;
    }
    .login-section .container {
        width: 90%;
    }
}