header .logo {height: 50px;}
@media (max-width: 992px) {header .logo {height: 30px;}}
: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:rgb(247, 247, 247);--bs-bg-footer-bg:rgb(247, 247, 247); --menu-bg:rgb(0, 98, 173);--bs-menu-bg:rgb(0, 98, 173); --primary:#0062AD;--bs-primary:#0062AD; --secondary:#F5F5F5;--bs-secondary:#F5F5F5; --main-content:rgb(255, 255, 255);--bs-main-content:rgb(255, 255, 255); --border-color:rgb(239, 239, 239);--bs-border-color:rgb(239, 239, 239); --body-text:#212121;--bs-body-text:#212121; --bg-header-text:#212121;--bs-bg-header-text:#212121; --bg-footer-text:#000000;--bs-bg-footer-text:#000000; --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(0, 98, 173);--bs-link-hover-color:rgb(0, 98, 173); --primary-10:#0062AD1a;--bs-primary-10:#0062AD1a; --primary-20:#0062AD33;--bs-primary-20:#0062AD33; --primary-30:#0062AD42;--bs-primary-30:#0062AD42; --primary-40:#0062AD66;--bs-primary-40:#0062AD66; --primary-50:#0062AD80;--bs-primary-50:#0062AD80; --primary-60:#0062AD99;--bs-primary-60:#0062AD99; --primary-70:#0062ADb3;--bs-primary-70:#0062ADb3; --primary-80:#0062ADcc;--bs-primary-80:#0062ADcc; --primary-90:#0062ADe6;--bs-primary-90:#0062ADe6; --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; }
body{
    font-family: "Montserrat", sans-serif;
}
.product-right-column h1 {
    font-size: 24px !important;
  font-weight: 400;
}
ul.breadcrumb {
  padding: 25px 0px 0Ppx 0px;
  list-style: none;
  position:relative;
  z-index: 2;
}
.addToCartBtn{
    background-color: #25a539!important;
    font-size: 16px !important;
    font-weight: 500!Important;
    min-width: 233px!important;
    border-radius: 20px!important;
    padding-top: 9px;
    padding-bottom: 7px;
}
.addToCartBtn:hover{
    background-color: #25a539;
}
.phone-order .addToCartBtn{
  background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.phone-order p{
   font-weight:500!important;
}
.product-note-order-container .small{
  font-weight:500!important;
}
.main_header {
    font-size: 1.3rem;
    font-weight: 500 !important;
}
.mosaic-title-category {
    font-size: 16px!important;
    font-weight: 500!important;
}
.count_info { 
  font-weight: 500;
    font-size: 1rem; 
}
.fa-list {
    display: none;
}
.btn-clear-cart{
  display:none!important;
}
.bg-header .header-first-row {
    padding: 15px 15px 15px 15px;
}
.fast_search {
    border-radius: 25px;
    border: 2px solid #24a538;
}
.fast_search:focus{
  	border-color: #85c44d33!important;
}
.bg-header .nav-custom-link {
    font-size: 0.95rem;
    font-weight: 500;
  	margin-right: 30px;
}
footer h5 {
    border-bottom: 2px solid #25a539;
    font-size: 19px;
}
footer .bg-footer .logo {
    height: auto;
    width: 77%;
    margin-top: 0px !important;
}
footer .bg-footer {
    background-image: url('/uploads/files/10a6d895-effa-4208-9c47-166a92c15b90.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0 !important;
}
.gdpr-text {
    font-size: 0.9rem;
    color: var(--body-text);
    font-weight: 500!Important;
}
.main_header {
    font-weight: 400;
}
.form-check input[type=checkbox]+label:before {
    margin-top: 0px;
}
#contact-form .form-group .form-control {
    border-bottom: 2px solid var(--primary);
  	font-size: 0.95rem;
}
.see-all {
    font-size: 14px;
    background: #25a539;
    border: 2px solid #25a539;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 20px 6px 20px;
    text-transform: uppercase;
}
  .see-all:hover{
    background: var(--primary);
    color: white;
    border: 2px solid var(--primary);
  }
.mosaic-text-image, .mosaic-text-icon{
	font-size: 16px;
  	font-weight: 400;
}
.product-item-header {
    object-fit: contain !important;
    padding: 50px;
    background: #ffffff !important;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    min-height: 260px;
}
.product-page .t2_grid .product-list-item .product-item-footer .card-title {
    text-transform: unset;
    white-space: normal;
    font-size: 15px;
    font-weight: 500;
}
.product-page .t2_grid .product-list-item .pro-price {
    color: var(--body-text);
    font-size: var(--font-size-lg);
    font-weight: 500 !important;
    font-size: 1.1rem;
}
.product-page .t2_grid .product-list-item .product-item-footer .card-title {
    text-transform: unset;
    white-space: normal;
    font-size: 16px;
    font-weight: 500;
}
.product-page .t2_grid .product-list-item .fast-add-to-cart {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    text-transform: unset !important;
    border-radius: 20px;
}
.category-filter-label{
	font-weight: 500!important;
    font-size: 18px!important;
}
.price #price{
	font-weight: 500;
       font-size: 1.6rem;
    color: var(--primary);
}
.product-right-column h1 {
    font-size: 24px !important;
}
.product-page .view .connected-right-products .price-connected-products-column {
	font-size: 1.05rem;
    font-weight: 500;
}
.bg-header .with-badge .badge {
    background: #25a539;
}
.product-page .t2_grid .product-list-item .fav-icon-container {
    position: absolute;
    top: auto;
    right: 5px;
    padding: 5px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: var(--secondary-70);
    bottom: 5px;
    left: auto;
}
.fa-heart{
	color: #25a539!Important;
}
.add-to-cart-div {
    background: #fbfbfb;
    padding: 30px 10px;
    border-radius: 30px;
    border: 1px solid #efefef;
    font-weight: 500!important;
}
.product-fast-order-container .fa-plus-circle, .product-fast-order-container .fa-minus-circle {
    color: var(--primary);
}
.count_info .fa-check-circle{
	color: #25a539;
}
.custom-search-page .h4{
	font-weight: 500 !important;
    font-size: 1.2rem !important;
}
footer .font-weight-bold{
	font-weight: 500!important;
}
footer a {
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 0.95rem;
}
.bg-header .nav-custom-link {
    font-size: 0.9rem;
    font-weight: 500;
    margin-right: 30px;
}
.pro-price .old{
	color: #da2720 !important;
}
.mega-menu2 a {
    font-weight: 500!important;
}
.mega-menu2 .megamenu a {
    font-weight: 500!important;
}
.short_full_description {
    height: auto;
}
.short_full_description:before {
    box-shadow: none!important;
}
#show_more_product_info{
  display:none ; 
}
.t2_grid .badge.badge-primary {
    background-color: #da2720 !important;
    border-color: var(--primary);
    color: var(--primary-text);
    font-weight: 500 !important;
    font-size: 1rem !important;
}
.product-page .view .price .price-percent {
    color: var(--primary-text);
    background: #da2720 !important;
}
.product-page.search .filter .irs--round .irs-bar, .product-page.search .filter .irs--round .irs-from, .product-page.search .filter .irs--round .irs-handle, .product-page.search .filter .irs--round .irs-single, .product-page.search .filter .irs--round .irs-to {
    border-color: var(--white);
    background: #25a539;
}
#addToCartModal .modal-cart .modal-body .delivery-animation {
    animation-direction: alternate;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-iteration-count: 1;
    animation-name: slidein;
    color: var(--black);
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
}
#addToCartModal .btn-secondary{
	font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
}
#addToCartModal .btn-primary{
	font-size: 1rem;
    font-weight: 500;
}
.custom-all .fa-minus-circle, .custom-all .fa-plus-circle{
	color: #25a539;
}
.custom-all h5 a{
	font-size: 1.1rem;
    font-weight: 500;
    color: var(--primary);
}
.product-cart-name, .product-cart-price, .product-cart-count, .product-cart-total, .card-header{
	font-weight: 500!Important;
}
.custom-all .font-weight-bold{
	font-weight: 500!important;
}
.orders-checkout-page h4{
	font-weight: 500;
  	font-size: 20px;
}
.payment-methods{
	font-size: 16px;
}
.column-map{
	display:none;
}
.custom-contacts form {
    max-width: 900px;
    margin: auto;
}
.mosaic-container .card-body{
	padding: 0px;
}
.mosaic-container .card-footer{
	padding: 0px;
}
.form-check input[type=checkbox] + label:before {
    border: 2px solid var(--black);
    content: "";
    display: inline-block;
    height: 17px;
    margin-bottom: 5px;
    margin-right: 8px;
    margin-top: 4px;
    vertical-align: text-top;
    width: 17px;
}
.product-page .myCarousel .carousel-inner .gallery-images {
    object-fit: contain !important;
    height: 440px;
    padding: 40px ! Important;
    border-radius: 0;
}
#attributes_options h4{
	font-weight: 500!important;
}
.breadcrumb-item{
	font-size:16px;
  	font-weight:500;
}
.lang-options{
	width: 177px;
}
@media (max-width: 992px) {
.bg-header .header-first-row {
    padding: 6px 15px 6px 15px;
}
.product-page .t2_grid .product-list-item .product-item-header {
        min-height: auto;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
.product-page .t2_grid .product-list-item .fast-add-to-cart {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
  .myCarousel .carousel-inner .gallery-images {
        -o-object-fit: contain!important;
        object-fit: contain!important;
        -o-object-position: center;
        object-position: center;
        height: 400px!important;
        width: 100%;
        padding: 50px;
    }
  .product-page .view h1 {
        font-size: 1.5rem;
    }
    .bg-header i {
        height: 28px;
        width: 28px;
    }
  .main-menu2 .nav-item {
        background: var(--menu-bg);
    }
  .carousels-1x2{
  	margin-top: -15px;
  }
  .product-page .t2_grid .product-list-item .product-item-footer .card-title {
    font-size: 15px;
}
  footer .bg-footer .logo {
    width: 55%;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
  footer a {
    font-size: 0.9rem;
}
  footer h5 {
    font-size: 18px;
    margin-top: 20px;
}
  .custom-home-page .footer-a{
  	display: none;
  }
  .custom-about-us .footer-a{
  	display: none;
  }
  .class-642{
  	padding-left: 15px!Important;
  }
  .class-593{
  	padding-left: 15px!Important;
  }
  .nav-tabs .nav-link {
    font-size: 1rem;
    font-weight: 500!Important;
}
  .product-page .view .old {
        font-weight: 400;
        color: #da2720;
    }
  .count_info {
    font-size: 0.96rem;
}
  .addToCartBtn {
    font-size: 16px !important;
    min-width: 218px !important;
}
  .price #price {
    font-size: 1.7rem;
}
  .mosaic-title-category {
    font-size: 16px !important;
}
  .menu-btn-all{
  	padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .h6-megamenu {
        color: var(--primary);
        font-size: 15px;
        font-weight: 600;
        margin-left: 10px;
    }
  .megamenu-col-width h6 a {
        color: #000 !important;
    }
  .megamenu-col-width {
  	margin-top: 15px;
  }
  .currency-container{
  	display: none!Important;
  }
	.main-menu2 .collapse {
        background: #f8f8f8 !important;
    }
      .main-menu2 .nav-item {
        background: #f8f8f8!important;
    }
  .dropdown-menu a:first-of-type{
  	color: white!Important ;
  }
  .product-page.search .filter_text {
    font-size: 17px;
}
  .sort-control #show_filter_btn {
        font-size: 16px;
        font-weight: 400 !important;
        background: #25a539 ! Important;
        color: white !important;
    }
  .dropdown-menu .megamenu-col-width h6 a{
  	color: #212121!important;
  }
  .custom-all .font-weight-bold {
    font-weight: 400 !important;
    font-size: 16px;
}
    nav .breadcrumb {
  display: none!important;
}
}
.siteLoaded {
    display:block !important;
    opacity:1 !important;
    transition: opacity 0.5s ease;
}

