header .logo {height: 70px;}
@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:rgb(255, 255, 255);--bs-bg-header-bg:rgb(255, 255, 255); --bg-footer-bg:rgb(34, 34, 34);--bs-bg-footer-bg:rgb(34, 34, 34); --menu-bg:rgb(254, 1, 6);--bs-menu-bg:rgb(254, 1, 6); --primary:#FE0106;--bs-primary:#FE0106; --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:#FFFFFF;--bs-bg-footer-text:#FFFFFF; --menu-text:#FFFFFF;--bs-menu-text:#FFFFFF; --primary-text:#FFFFFF;--bs-primary-text:#FFFFFF; --secondary-text:#222222;--bs-secondary-text:#222222; --link-color:#222222;--bs-link-color:#222222; --link-hover-color:rgb(254, 1, 6);--bs-link-hover-color:rgb(254, 1, 6); --primary-10:#FE01061a;--bs-primary-10:#FE01061a; --primary-20:#FE010633;--bs-primary-20:#FE010633; --primary-30:#FE010642;--bs-primary-30:#FE010642; --primary-40:#FE010666;--bs-primary-40:#FE010666; --primary-50:#FE010680;--bs-primary-50:#FE010680; --primary-60:#FE010699;--bs-primary-60:#FE010699; --primary-70:#FE0106b3;--bs-primary-70:#FE0106b3; --primary-80:#FE0106cc;--bs-primary-80:#FE0106cc; --primary-90:#FE0106e6;--bs-primary-90:#FE0106e6; --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;
}
body {
    background: var(--body-bg);
    background-attachment: fixed;
    background-image: url(/uploads/files/2d6c0889-762c-4d62-9b53-7aa390b25970.webp);
    background-position: 0;
    background-repeat: repeat;
    background-size: auto;
    color: var(--body-text);
    font-family: "Roboto", serif;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
    height: auto;
}
.fast_search{
	border: 2px solid rgb(254 171 52);
    font-weight: var(--font-weight-bold);
    border-radius: 30px;
}
.header-first-row {
    padding: 12px 15px 11px !important;
}
.fa-list{
	display: none;
}
.product-page .t2_grid .product-list-item .product-item-footer .card-title {
    overflow: hidden;
    text-overflow: inherit;
    text-transform: uppercase;
    white-space: normal;
    font-size: 0.95rem;
    font-weight: 500 !important;
    margin-bottom: 15px;
  	margin-top: 5px;
} 
.product-page .t2_grid .product-list-item .fast-add-to-cart {
    font-size: .9rem;
    padding: 5px 12px 3px;
    font-weight: 600 !important;
}
#show_more_product_info{
	display: none!important;
}
#hide_more_product_info{
	display: none!important;
}
#short_full_description{
	height: auto!important;
}
.short_full_description:before {
    box-shadow: none!important;
}
.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;
}
.see-all-1 {
    border-radius: 100px;
    color: white;
    font-size: 1rem;
    font-weight: 500 !important;
    padding: 9px 25px 8px 25px !important;
    background: var(--primary);
    text-transform: uppercase;
    min-width: 200px;
}
.see-all-1:hover {
    background-color: var(--primary);
    color: white;
}
.product-page .t2_grid .product-list-item .product-item-header img {
    transition: all 0.5s;
    height: auto;
    object-fit: contain;
    padding: 20px;
    height: 240px;
}
.product-item-header {
    border: 2px dotted var(--border-color) !important;
    border-radius: 10px;
}
.home-service-section-box {
   border-radius: 8px;
   border: 2px solid #f2f2f2 !important;
   background: #f3f3f3;

}
.home-service-section img {
    max-width: 90px;
    margin-top: 15px;
}
.home-service-section{
   background: #fff;
   margin-top: -80px;
   background: #fff !important;
   position: relative;
   z-index: 100;
   border-radius: 40px;
   padding: 30px 30px;
}
.home-service-section .main_header {
	display: none!important;
}
.product-fast-order-container {
    background: #feab341a;
    border-radius: 30px;
    padding: 20px !important;
}
.product-page .view h1 {
    font-size: 1.45rem;
    font-weight: 400;
    color: var(--bg-header-text);
    margin-bottom: 25px;
    line-height: 1.4;
}
#price {
    color: #ed9f2f;
    font-weight: 500;
    font-size: 1.55rem;
}
.product-page .carousel-inner {
    padding: 50px 0px;
}
.product-page .view .add-to-cart-div .addToCartBtn {
    color: var(--primary-text);
    width: 100%;
    font-size: 1.15rem !important;
    min-width: 220px !important;
    background-color: rgb(254 171 52) !important;
    font-weight: 500 !important;
    border-color: var(--primary);
    border-radius: 20px !important;
}
.phone-order .addToCartBtn {
    color: var(--primary-text);
    width: 100%;
    background-color: var(--primary) !important;
    font-size: 1.15rem !important;
    min-width: 230px !important;
    font-weight: 500 !important;
    border-color: var(--primary);
    border-radius: 20px !important;
}
.fa-plus-circle:before {
    color: black;
}
.fa-minus-circle:before {
    color: black;
}
.main-menu2 .megamenu {
    background: var(--bg-header-bg) !important;
    color: var(--bg-header-text) !important;
    left: 0 !important;
    padding: 10px 15px 15px !important;
    right: 0 !important;
    max-width: 1296px !important;
    margin: auto !important;
    border: 2px solid var(--primary) !important;
    border-top: 0 !important;
}
.megamenu-col-width .list-unstyled{
	display: none!important;
}
.mega-menu2 .megamenu {
    top: 132px!important;
}
#contact-form .form-group .form-control {
    border-bottom: 2px solid var(--primary);
}
.gdpr-text {
    font-size: 1rem!important;
}
.icon-contacts {
    width: 100%;
    max-width: 80px;
}
.text-underheading-contacts {
    font-size: 1.1rem;
    color: rgb(33, 33, 33);
    font-weight: 400;
}
.icon-title-contacts {
    font-size: 1.3rem;
    font-weight: 500;
    color: #fdab34;
}
footer .bg-footer {
    background-image: url(/uploads/files/db964239-9544-49e5-9aa1-c72d425fd54d.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top: 0px !important;
}
footer h5 {
    border-bottom: 2px dashed #feab34;
    font-size: 19px;
}
#attributes_options .form-check{
	font-weight: 400!important;
}
.jstree-default .jstree-anchor {
  	font-weight: 400!important;
}
.category-icon-hr{
	display: none;
}
.home-service-section-h2 {
    font-size: 1rem;
    margin-top: 30px ! Important;
    margin-bottom: 20px;
}
.menu_icon{
	 display: none;
}
.dropdown-menu-select-categories {
    border: 2px solid var(--primary) !important;
    background: #fff !important;
    border-top: 0px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 0%), 0 2px 5px 0 rgb(0 0 0 / 19%);
    border-radius: 15px!Important;
}
.dropdown-menu a {
    color: #212121 !important;
    font-size: 0.95rem;
    font-weight: var(--font-weight-bold);
}
.dropdown-menu .submenu-2 {
    background: white;
    border: 2px solid var(--primary) !important;
    border-left: 0px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 0%), 0 2px 5px 0 rgb(0 0 0 / 19%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0.26rem 0 0.26rem 0.76rem !important;
}
header{
	position: relative!important;
}
.navbar-nav{
	display: flex!important;
    flex-wrap: wrap !important;
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}
.main-menu2 .nav-item {
    padding-right: 15px!important;
}
.main-menu2 .navbar-nav {
    justify-content: flex-start!important;
}
#fast-search{
	padding-left: 0px!Important;
}
.img-about-us {
    border-radius: 30px;
    border: 2px solid #feab34;
    max-height: 610px;
    width: 100%;
    height: auto;
    max-width: 600px;
}
.pro-price{
	font-size: 1.05rem!important;
}
.orders-active-page .product-cart-price {
    font-size: 0.95rem;
    font-weight: 500;
}
.orders-active-page .product-cart-total {
    font-size: 1rem;
    font-weight: 500;
}
@media (max-width: 992px) {
	.home-service-section img {
    max-width: 80px;
	}
  .product-page .t2_grid .product-list-item .product-item-footer .card-title {
        text-align: center;
    }
  #price {
    color: #ed9f2f;
    font-weight: 500;
    font-size: 1.45rem;
}
  .home-service-section-h2{
  	font-size: 1.1rem;
  }
  .menu-btn-all {
        font-weight: 500;
        font-size: 0.9rem;
        height: 41px;
        color: white !important;
        border: 1px solid var(--primary);
        padding: 9px 10px 0px 18px;
        border-radius: 20px;
    	margin-bottom: 7px;
    }
  .mega-menu2 .dropdown-menu.megamenu.show {
        margin: 10px 0px !important;
    }
  .main-menu2 .megamenu {
    margin: auto !important;
    border: 2px dashed var(--primary) !important;
    border-top: 2px;
    border-radius: 0px 20px 20px !important;
    top: 0px !important;
}
  .dropdown-toggle::after {
    margin-left: 50%;
}
  .language-container hr{
  	border-top: 2px dashed var(--primary)!important;
  }
  .nav-item:first-child {
  border-bottom: 2px dashed var(--primary)!important;
}
  footer h5 {
    margin-top: 15px;
}
  .header-first-row {
    padding: 5px 15px 5px !important;
}
  header{
	position: sticky!important;
}
  .dropdown-toggle::after {
        display: inline-block;
        margin-left: auto;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.5em solid var(--primary);
        border-right: 0.5em solid transparent;
        border-bottom: 0;
        border-left: 0.5em solid transparent;
    }
  .bg-header .nav-custom-link {
        padding-right: 0;
        padding-left: 0;
    	font-size: 1.05rem;
    }
  .main-menu2 .collapse {
        background-image: url(/uploads/files/2d6c0889-762c-4d62-9b53-7aa390b25970.webp) !important;
    }
      .bg-header .nav-custom-link {
        display: flex;
        align-items: center;
    }
  .main-menu2 .nav-item {
        background: var(--menu-bg-mobile);
        padding-right: 0px ! Important;
    }
  .dropdown-menu .submenu-2 {
    background: #f8f8f8 !important;
    border: 2px solid var(--primary) !important;
    border-left: 0px!Important;
    border-right: 0px!important;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 0%), 0 2px 5px 0 rgb(0 0 0 / 19%);
    padding: 0.26rem 0 0.26rem 0.76rem !important;
    border-radius: 0px!important;
    margin-top: 10px;
    margin-bottom: 10px;
}
  .dropdown-menu .submenu-3 {
    background: #f8f8f8 !important;
    border: 2px solid var(--primary) !important;
    border-left: 0px!Important;
    border-right: 0px!important;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 0%), 0 2px 5px 0 rgb(0 0 0 / 19%);
    padding: 0.26rem 0 0.26rem 0.76rem !important;
    border-radius: 0px!important;
     margin-top: 10px;
    margin-bottom: 10px;
}
  .dropdown-menu .submenu-4 {
    background: #f8f8f8 !important;
    border: 2px solid var(--primary) !important;
    border-left: 0px!Important;
    border-right: 0px!important;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 0%), 0 2px 5px 0 rgb(0 0 0 / 19%);
    padding: 0.26rem 0 0.26rem 0.76rem !important;
    border-radius: 0px!important;
     margin-top: 10px;
    margin-bottom: 10px;
}
  .dropdown-menu-select-categories {
    border: 2px solid var(--primary) !important;
    border-top: 2px solid var(--primary) !important;
    background: #fff !important;
    border-top: 2px !important;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 0%), 0 2px 5px 0 rgb(0 0 0 / 19%);
    border-radius: 0px!Important;
     margin-top: 10px;
    margin-bottom: 10px;
}
.siteLoaded {
    display:block !important;
    opacity:1 !important;
    transition: opacity 0.5s ease;
}

