header .logo {height: 72px;}
@media (max-width: 992px) {header .logo {height: 50px;}}
:root {--body-bg:rgb(255, 255, 255);--bs-body-bg:rgb(255, 255, 255); --bg-header-bg:rgba(255, 255, 255, 0);--bs-bg-header-bg:rgba(255, 255, 255, 0); --bg-footer-bg:rgba(255, 255, 255, 0);--bs-bg-footer-bg:rgba(255, 255, 255, 0); --menu-bg:rgb(44, 109, 40);--bs-menu-bg:rgb(44, 109, 40); --primary:#2C6D28;--bs-primary:#2C6D28; --secondary:#F5F5F5;--bs-secondary:#F5F5F5; --main-content:rgb(255, 254, 254);--bs-main-content:rgb(255, 254, 254); --border-color:rgb(254, 254, 254);--bs-border-color:rgb(254, 254, 254); --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(44, 109, 40);--bs-link-hover-color:rgb(44, 109, 40); --primary-10:#2C6D281a;--bs-primary-10:#2C6D281a; --primary-20:#2C6D2833;--bs-primary-20:#2C6D2833; --primary-30:#2C6D2842;--bs-primary-30:#2C6D2842; --primary-40:#2C6D2866;--bs-primary-40:#2C6D2866; --primary-50:#2C6D2880;--bs-primary-50:#2C6D2880; --primary-60:#2C6D2899;--bs-primary-60:#2C6D2899; --primary-70:#2C6D28b3;--bs-primary-70:#2C6D28b3; --primary-80:#2C6D28cc;--bs-primary-80:#2C6D28cc; --primary-90:#2C6D28e6;--bs-primary-90:#2C6D28e6; --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;
}
.lang-options {
    width: 170px !important;
}
.product-page .view .connected-right-products .price-connected-products-column {
    font-weight: 500;
    font-size: 1.10rem;
}
.orders-active-page .product-cart-price {
    font-weight: 500;
}
.orders-active-page .product-cart-total {
    font-weight: 500;
}
.product-cart-name h5 {
    font-size: 1.15rem;
}
.product-page .t2_grid .product-list-item .pro-price {
    font-size: 1.15rem;
}
.product-define {
    margin-bottom: 5px;
}
body{
	font-family: "Exo 2", sans-serif;
    background-image: url(/uploads/files/cef81472-f1a8-43ad-ba07-bc5754cd0300.webp);
    height: auto;
    font-family: "Exo 2", sans-serif;
    background-attachment: fixed;
    background-position: left;
    background-repeat: repeat;
    background-size: auto;
}
.product-page .define-container {
    font-size: 0.9rem;
}
.bg-header .nav-custom-link {
    border-bottom: 2px solid transparent;
    display: block;
    font-size: 0.95rem;
    font-weight: var(--font-weight-bold);
    margin-right: 15px;
    padding-bottom: 0.25rem;
    padding-top: 0.55rem;
    transition: 0.1s;
}
.bg-header .header-first-row {
    padding: 11px 15px 11px 15px !important;
    background: white !important;
}
.fast_search {
    border: 2px solid var(--primary)!important;
    height: 38px;
    background: #fff !important;
  	border-radius: 20px;
  
}

.product-page .t2_grid .product-list-item .product-item-header img {
    transition: all 0.5s;
    max-height: 200px;
}
.photo-cover {
    -o-object-fit: cover;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.product-page .t2_grid .product-list-item .product-price {
    font-size: 1.15rem;
    margin-bottom: 10px;
    font-weight: 500;
}
.product-page .t2_grid .product-list-item .product-item-footer .card-title {
    font-size: 1.05rem;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: none;
    text-align: center;
    overflow: hidden;
    white-space: normal;
}
.see-all {
    border: 2px solid var(--primary);
    border-radius: 100px;
    color: var(--body-text);
    font-size: 1rem;
    font-weight: 500 !important;
    padding: 9px 25px 8px 25px !important;
    background: white;
    text-transform: uppercase;
    min-width: 200px;
}
.see-all:hover {
    background-color: var(--primary);
    color: white;
}
.product-page .view h1 {
    font-weight: 500;
    line-height: 1.4;
  	font-size: 1.5rem;
}
#price {
    color: var(--primary);
    font-weight: 500;
    font-size: 1.6rem;
}
.product-fast-order-container {
    background: #f9eccf59;
    padding: 20px ! Important;
    border-radius: 30px;
}
.product-page .view .addToCartBtn {
    font-weight: 400 !important;
    font-size: 1.1rem !important;
    min-width: 215px;
}
.fa-plus-circle:before {
    color: #6c3e05;
}
.fa-minus-circle:before {
  color: #6c3e05;
}
.product-page .form-control {
	border: 1px solid rgb(253 235 203);
}
.product-page #fast_order_btn{
	background: var(--primary);
  	color: white;
}
.product-page .btn.btn-secondary:hover {
	background: var(--primary)!Important;
  	color: white !Important;
}
.dropdown-menu .dropdown-item{
	font-size: 1.05rem;
    font-weight: 400;
}
footer .bg-footer {
    background: rgb(249 236 207);
}
footer h5 {
    border-bottom: 2px dashed var(--primary);
}
h3.h4.border-bottom.pb-3.text-uppercase.mb-0.font-weight-normal {
    font-weight: 500 !important;
    font-size: 1.2rem !important;
}
h1.col-auto.text-uppercase.m-0.d-none.d-lg-inline-flex.h4.font-weight-normal {
    font-weight: 500 !important;
    font-size: 1.2rem !important;
}
.product-page.search .filter_text {
    font-size: 1rem;
}
.custom-search-page .fa-list:before{
	display: none;
}
.custom-search-page .product-page .form-control {
    border: 1px solid var(--border-color);
}
.jstree-default .jstree-anchor {
    font-weight: 400 !important;
}
.jstree-default .jstree-anchor {
    line-height: 19px!important;
    height: 24px;
}
#show_more_product_info{
	display: none!important;
}
#short_full_description{
	height: auto;
}
.short_full_description:before {
    box-shadow: none!important;
}
#contact-form .form-group .form-control {
    border-bottom: 2px solid var(--primary);
    font-size: 0.95rem;
    background: rgb(249 236 207 / 46%);
    border-top: none;
    border-left: none;
    border-right: none;
}
.gdpr-text {
    font-size: 0.9rem;
    color: var(--body-text);
    font-weight: 500!Important;
}
.product-page .t2_grid .product-list-item .fast-add-to-cart {
    font-size: 0.95rem;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 3px;
    padding-bottom: 2px;
    border-radius: 20px;
}
.fa-list{
	display: none;
}
.custom-search .sort-by-select{
	border: 1px solid var(--border-color)!important;
}
.product-page #m_tab3-tab{
	display: none!important;
}
.login-form{
	border: 2px solid var(--primary)!important;
    background: #f9eccf59!important;
}
.user-dropdown{
	border: 1px solid var(--primary);
    background: #fdf8ef;
    border-radius: 12px;
}
.user-dropdown i{
	color: var(--primary);
}
@media (max-width: 992px) { 
	.product-page .t2_grid .product-list-item .product-item-header img {
        max-height: 150px;
    }
  .card-title a {
    color: #343434 ! Important;
    font-size: 1rem;
}
      .product-page .t2_grid .product-list-item .fast-add-to-cart {
        font-size: 0.9rem;
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
  .main-menu2 .navbar-collapse.show {
        background: #F9ECCF;
    }
  .main-menu2 .nav-item {
        background: #f9eccf!important;
    }
  .navbar-collapse .border-bottom {
        border-bottom: 1px solid var(--primary) ! Important;
    }
  .language-container hr {
        border-top: 1px solid var(--primary);
    }
  .currency-container hr {
        border-top: 1px solid var(--primary);
    }
      .main-menu2 .dropdown-menu {
        background: white!important;
        border: 2px dashed var(--primary)!important;
    }
      .myCarousel .carousel-inner .gallery-images {
        object-fit: contain!important;
        height: 400px!important;
        padding: 40px;
    }
  .fast-order{
  	background: #fdf8ef;
  }
  footer h5 {
        margin-top: 15px;
    }
  .bg-header .nav-custom-link {
    font-size: 1.05rem;
}
}
.siteLoaded {
    display:block !important;
    opacity:1 !important;
    transition: opacity 0.5s ease;
}

