.cms-page-view .std p, .cms-no-route .std p {
    color: #636363;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
}
.logo {
  display: block;
  float: left;
  width: 85%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 0px;
}
.product-view-style-02 .product-main-bottom {
    padding: 20px 15px;
    display: none;}
@media screen and (min-width: 768px) {
  .page-header .sticky-menu:not(.active) .header-middle {
    padding: 10px 0;
  }
  .page-header #header-search {
    position: static;
    display: inline-block;
    width: 100%;
    height: unset;
    padding-top: 20px;
  }
   .page-header .sticky-menu:not(.active) .header-middle .header-panel-right {
    float: right;
    padding-top: 20px;
  }
  .page-header .hot-line-wrapper::before {
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border: 1px solid #03989e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f095";
    font-size: 18px;
    line-height: 35px;
    background-color: #03989e;
  }
  .page-header .sticky-menu:not(.active) .header-search.full-search-box {
    border: 1px solid #01959b;
    position: relative;
    background: #03989e0d;
  }
   .page-header .hot-line-wrapper .msg-text {
    display: block;
    font-size: 14px;
    color: #03989e;
    font-weight: bold;
    text-transform: uppercase;
  }
   .page-header .hot-line-wrapper .telephone {
    font-size: 15px;
    letter-spacing: 0px;
    font-family: Verdana;
    font-weight: 600;
  }
   .page-header .header-minicart .top-cart-link .text {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    display: block;
  }
 
}
.banner-style02 .cdz-banner img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: 99;
}
 .banner-style02 .cdz-banner .cdz-banner-text {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    height: 210px;
    z-index: 1;
    opacity: 1;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  background-color: #03989e;
}
.banner-style02 .cdz-banner .cdz-banner-text .btn.primary {
    border: 1px solid;
  font-style: normal; 
  font-weight:600;
    text-transform: lowercase;
    text-decoration: none;
    padding: 10px 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 5px;
    color: #03989e;
    border-color: transparent;
    background: #fff;
}
.info-summary-bottom .secondary {
  padding: 15px;
  background: #80da59;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
body input[type="text"].mdl-textfield__input, body input[type="password"].mdl-textfield__input, body input[type="url"].mdl-textfield__input, body input[type="tel"].mdl-textfield__input, body input[type="search"].mdl-textfield__input, body input[type="number"].mdl-textfield__input, body input[type="datetime"].mdl-textfield__input, body input[type="email"].mdl-textfield__input {
  border-width: 0px;
  border: 1px solid #03989e5e;
  background-color: #03989e0a;
}
.page-footer .footer-content-top {
  border-top: 1px solid #03989e;
  background-color: #03989e0f;
}
.service-banner-style02 .item-icon span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #03989e;
  border-radius: 100%;
  float: none;
  margin: 0 auto 15px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 0;
  color: #fff;
}
.category-image {
    border: 0px solid #cccccc; 
    padding: 0px; }
    .category-image img {
    width: 10%;
    max-width: 100%;
}
/* Stilul de bază pentru afișarea într-o singură coloană */
.amshopby-subcategory {
    width: 100%; /* Fiecare subcategorie ocupă întreaga lățime disponibilă */
    margin-bottom: 20px; /* Spațiu între rânduri */
}

.amshopby-subcategories-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.amshopby-subcategory a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.amshopby-subcategories-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1px; /* Spațiu între imagine și titlu */
}

.am-title {
    font-weight: bold;
}

/* Media query pentru a afișa două coloane pe ecrane de dimensiuni mai mari */
@media (min-width: 768px) {
    .amshopby-subcategory {
        max-width: calc(50% - 10px); /* Limităm lățimea pentru a crea două coloane */
    }
}

/* Media query pentru a afișa patru coloane pe ecrane de dimensiuni foarte mari */
@media (min-width: 1200px) {
    .amshopby-subcategory {
        max-width: calc(25% - 10px); /* Limităm lățimea pentru a crea patru coloane */
    }
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 5px 0;
    font-size: 16px;
}
.category-info {
    display: flex;
    align-items: center; /* Aliniați elementele pe axa verticală */
}

.category-image {
    flex: 0 0 30%; /* Ocupă 30% din lățimea containerului flexibil */
    margin-right: 20px; /* Spațiu între imagine și text */
}

.category-description {
    flex: 1; /* Ocupă restul spațiului disponibil */
}

.category-description-text {
  text-align: left !important;
}
.category-image img {
    width: 90%;
    max-width: 100%;
}

@media only screen and (max-width: 479px){
.product-view .product-shop, .product-img-box, .product-collateral, .product-view .block-related, .box-collateral {
    margin-bottom: -55px;
}
.product-view-style-02 .more-views {
    padding-left: 0;
    display: none;
}
}
.one-step-checkout .billing-address .billing-address-forms, .one-step-checkout .shipping-address .shipping-address-forms {
    display: block;
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.one-step-checkout h3.section-name {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0;
    background-color: #03989e;
    height: 43px;
    line-height: 43px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -1px 0 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -1px 0 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px 0 0px rgba(0, 0, 0, 0.2);
}
.minicart-wrapper .cart-summary .minicart-actions .checkout-button {
    color: #fff;
    border-color: #03989e;
    background: #03989e;
}
.mini-products-list .item .product .price {
    color: #282828;
    display: block;
    font-weight: 600;
}
.minicart-wrapper .block-title h2, .minicart-wrapper .block-title h3, .minicart-wrapper .block-title strong {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.minicart-wrapper .cart-summary .price {
    color: #000;
    font-weight: 600;
}
