header .logo {height: 50px;}
@media (max-width: 992px) {header .logo {height: 35px;}}
:root {--body-bg:rgb(255, 255, 255);--bs-body-bg:rgb(255, 255, 255); --bg-header-bg:rgb(255, 255, 255);--bs-bg-header-bg:rgb(255, 255, 255); --bg-footer-bg:rgba(253, 253, 253, 0);--bs-bg-footer-bg:rgba(253, 253, 253, 0); --menu-bg:rgba(253, 253, 253, 0);--bs-menu-bg:rgba(253, 253, 253, 0); --primary:#224161;--bs-primary:#224161; --secondary:#F5F5F5;--bs-secondary:#F5F5F5; --main-content:rgb(255, 255, 255);--bs-main-content:rgb(255, 255, 255); --border-color:rgb(237, 237, 237);--bs-border-color:rgb(237, 237, 237); --body-text:#212121;--bs-body-text:#212121; --bg-header-text:#224161;--bs-bg-header-text:#224161; --bg-footer-text:#224161;--bs-bg-footer-text:#224161; --menu-text:#FFFFFF;--bs-menu-text:#FFFFFF; --primary-text:#F5F5F5;--bs-primary-text:#F5F5F5; --secondary-text:#222222;--bs-secondary-text:#222222; --link-color:#222222;--bs-link-color:#222222; --link-hover-color:rgb(68, 137, 26);--bs-link-hover-color:rgb(68, 137, 26); --primary-10:#2241611a;--bs-primary-10:#2241611a; --primary-20:#22416133;--bs-primary-20:#22416133; --primary-30:#22416142;--bs-primary-30:#22416142; --primary-40:#22416166;--bs-primary-40:#22416166; --primary-50:#22416180;--bs-primary-50:#22416180; --primary-60:#22416199;--bs-primary-60:#22416199; --primary-70:#224161b3;--bs-primary-70:#224161b3; --primary-80:#224161cc;--bs-primary-80:#224161cc; --primary-90:#224161e6;--bs-primary-90:#224161e6; --secondary-10:#F5F5F51a;--bs-secondary-10:#F5F5F51a; --secondary-20:#F5F5F533;--bs-secondary-20:#F5F5F533; --secondary-30:#F5F5F542;--bs-secondary-30:#F5F5F542; --secondary-40:#F5F5F566;--bs-secondary-40:#F5F5F566; --secondary-50:#F5F5F580;--bs-secondary-50:#F5F5F580; --secondary-60:#F5F5F599;--bs-secondary-60:#F5F5F599; --secondary-70:#F5F5F5b3;--bs-secondary-70:#F5F5F5b3; --secondary-80:#F5F5F5cc;--bs-secondary-80:#F5F5F5cc; --secondary-90:#F5F5F5e6;--bs-secondary-90:#F5F5F5e6; }
.btn-clear-cart{
  display:none!important;
}

.badge.badge-primary {
    background-color: #224161!important;
    border-color: #224161!important;
    color: var(--primary-text);
}
.define-container{
  display: none!important;
}
.orders-active-page .product-cart-price {
    font-size: 1rem;
    font-weight: 500;
}
.orders-active-page .product-cart-total {
    font-size: 1rem;
    font-weight: 500;
}
.banner-lead-products .promo-box-price {
    font-size: 1.6rem!important;
    color: var(--primary);
}
.btn-primary {
    background-color: #224161!important;
    border-color: #224161!important;
    color: var(--primary-text);
}
.news-grid .card-body, .news-grid .card-footer{
      padding: 15px 0px!important;
    line-height: 1.2;
    font-weight: 400;
}

#attributes_options{
    display:none;
}

.myCarousel .carousel-inner .gallery-images {
    height: 450px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center;
    object-position: center;
    width: auto;
    max-height: 450px;
}
footer .bg-footer {
    background: rgb(240 240 240);
    color: var(--bg-footer-text);
    border-top: 1px solid rgb(236 236 236) !important;
}
footer h5 {
    border-bottom: 2px dashed rgb(68 137 26);
    text-transform: uppercase;
}
.footer-a{
  display:none;
}
.news-short-description{
  font-size: 1rem;
}
.product-page .t2_grid .product-list-item .fast-add-to-cart {

    font-size: 0.95rem;
  padding-bottom: 4px;
}
.btn-blog-footer{
  font-size: 0.95rem;
    padding: 5px 12px;
}
.btn-secondary-new{
     background-color: #44891a!important;
    border-color: #44891a!important;
  color:white;
}
.btn-secondary-new:hover{
  background-color: #36770e !important;
  color: white !important;
}
.bg-secondary{
      background-color: #44891a!important;
    border-color: #44891a!important;
  margin-left: auto;
  font-size: 1rem;
  min-width: 204px;
  padding-top:10px!important;
  padding-bottom: 8px!important;
  color: white!important;
  text-align: center;
}
.main_header:after {
    background: #44891a;
    border: 1px solid #44891a;
}
.product-item-header .badge.badge-primary {
    background-color: #bb1b1f;
    border-color: #bb1b1f;
    color: white;
}

.image-car-right {
    height: 350px !important;
}

/*Blog design*/
.card-img-top {
  border: none !important;
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

.card-body {
    border: none !important;
}

.card-footer {
    font-size: 1.02rem !important;
}

.row.card-footer.p-2.rounded.border-bottom.border-left.border-right.mx-0.align-items-center {
  border: none !important;
  font-size: 1.1rem !important;
}

/*see all products button*/
.see-all{
    text-transform: uppercase;
    border:2px solid var(--primary);
    color:var(--primary);
    padding:7px 20px;
  }
  .see-all:hover{
    background-color: var(--primary);
    color:#fff
  }

.fast_search {
    border: 2px solid #cfd3d6;
    height: 50px;
    margin-left: 30px;
}

/*liofilizaciq page*/
.image-car-right{
  height:400px;
}

.paragrafi {
    margin-top: 15px;
    font-weight: 400;
    font-size: 1.15rem;
    color: #000;
  }

/*Menu line 2*/
nav.navbar.navbar-expand-lg.main-menu2.p-0 {
    background-color: var(--primary) !important;
}

/*font-awesome plus and minus icons*/
i.fas.fa-plus-circle.font-size-md {
    color: var(--primary);
}

i.fas.fa-minus-circle.font-size-md {
    color: var(--primary);
}

/*font size and font weight edits*/
.product-right-column {
    font-weight: 500 !important;
    font-size: 1.1rem;
}

span#price {
    font-size: 1.65rem;
    font-weight: 500 !important;
}

.addToCartBtn {
    font-size: 1.2rem !important;
}

h1.mt-lg-0.mt-3.text-center {
    font-weight: 500 !important;
}

.main-menu2 .nav-item {
    padding-right: 25px !important;
}



.product-gallery-images {
    height: 40px !important;
}

.currency-container{
  display:none !important
}

.product-page .define-container {
    max-width: 100px;
    font-size: 1.05rem;
    font-weight: 500!important;
}

.product-page .t2_grid .product-list-item .product-item-footer .card-title {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 20px;
}

.product-page .define-container {
    align-items: center;
    background: #44891a;
    border-radius: 100px;
    bottom: 0.6rem;
    color: #fff;
    display: flex;
    font-weight: var(--font-weight-bold);
    height: auto;
    justify-content: center;
    max-width: 80px;
    padding: 1px;
    position: absolute;
    right: 5px;
    width: 100%;
    font-size: 0.9rem!important;
}
.fav{
  color: #44891a!important;
}

.product-define {
    background: #F1F1F2;
    color: black;
}

.bg-primary {
    background-color: #bb1b1f !important;
}

.jstree-wholerow-ul {
  font-weight: 500;
}
/*Products*/
.product-page .t2_grid .product-list-item .product-item-header span {
    font-weight: var(--font-weight-bold);
    font-size: 16px;
}
.product-page .t2_grid .product-list-item .product-item-footer .card-title {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 500;
}
.product-page .t2_grid .product-list-item .pro-price {
    font-size: 17px;
    font-weight: 500 !important;
}
.product-page .t2_grid .product-list-item .fast-add-to-cart {
    font-weight: 500;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.cookie-consent {
    background: #f9f9f9 !important;
}
.banner-lead-products .promo-box h1{
	font-size: 1.6rem;
}
.banner-lead-products .promo-box .btn-catalog{
	background-color: #44891a !important;
    border-color: #44891a !important;
    margin-left: auto;
    font-size: 1rem;
    padding-top: 10px !important;
    padding-bottom: 8px !important;
    color: white !important;
    text-align: center;
}
.banner-lead-products .image-car-right{
  object-fit: cover;
  width: 370px;
}
@media (max-width: 767px) {
  /*liofilizaciq page main banner*/
  .banner-text-carousel-two-cols {
    height: 750px !important;
}
  .image-car-right {
    height: 225px !important;
}
}

@media (min-width: 767px) and (max-width: 992px){
.banner-text-carousel-two-cols {
    height: 650px !important;
}
}

@media (max-width: 992px) {
  .display {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .display-small {
    display: none !important;
  }
}
@media (max-width: 992px) {
    .banner-lead-products {
        height: 530px!Important;
    }
  .banner-lead-products .promo-box h1 {
    font-size: 1.4rem;
}
  .promo-box-price{
  	font-size: 1.5rem!Important;
  }
  .banner-lead-products .promo-box .btn-catalog {
    padding-top: 6px !important;
    padding-bottom: 3px !important;
}
  .banner-lead-products .image-car-right {
    width: 282px;
    margin-top: 35px;
}
}
.siteLoaded {
    display:block !important;
    opacity:1 !important;
    transition: opacity 0.5s ease;
}

