header .logo {height: 60px;}
@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:rgba(255, 255, 255, 0);--bs-bg-footer-bg:rgba(255, 255, 255, 0); --menu-bg:rgba(255, 255, 255, 0);--bs-menu-bg:rgba(255, 255, 255, 0); --primary:#222222;--bs-primary:#222222; --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:#000000;--bs-menu-text:#000000; --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(34, 34, 34);--bs-link-hover-color:rgb(34, 34, 34); --primary-10:#2222221a;--bs-primary-10:#2222221a; --primary-20:#22222233;--bs-primary-20:#22222233; --primary-30:#22222242;--bs-primary-30:#22222242; --primary-40:#22222266;--bs-primary-40:#22222266; --primary-50:#22222280;--bs-primary-50:#22222280; --primary-60:#22222299;--bs-primary-60:#22222299; --primary-70:#222222b3;--bs-primary-70:#222222b3; --primary-80:#222222cc;--bs-primary-80:#222222cc; --primary-90:#222222e6;--bs-primary-90:#222222e6; --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);
    color: var(--body-text);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
    background-image: url(/uploads/files/e197b072-1cf8-4e02-b318-ffdcbe1f1474_t.webp);
    height: auto;
    font-family: "Exo 2", sans-serif;
    background-attachment: fixed;
    background-position: left;
    background-repeat: repeat;
    background-size: auto;
}
.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: 3px 15px 0px 15px !important;
}
footer .bg-footer {
    background-image: url(/uploads/files/3f93fc26-3722-4c06-abda-b500a426c1e8.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--bg-footer-text);
    border-top: 0 !important;
}
footer h5 {
    border-bottom: 2px dashed var(--menu-bg);
    text-transform: uppercase;
  font-size: 18px;
    font-weight: var(--font-weight-bold);
}
.image-car-right {
    width: 65% !important;
    margin-top: 0px;
}
.bg-header .nav-custom-link {
    margin-right: 40px;
  font-size: 1.05rem;
}
footer h5 {
    border-bottom: 2px dashed #5c524b;
    font-weight: var(--font-weight-bold);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
}
.product-page .t2_grid .product-list-item .pro-price {
    display: none;
}
.product-item-bottom{
	justify-content: center;
}
.product-page .t2_grid .product-list-item .product-item-footer .product-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  font-size: 1rem;
  font-weight: 400!important;
  text-align: center;
}
.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 .t2_grid .product-list-item .product-item-footer {
    align-items: center;
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    margin-bottom: 1rem;
    padding-top: 0.75rem;
    background: rgb(249 249 249) !important;
    padding-left: 20px ! Important;
    padding-right: 20px ! Important;
}
.product-list-item .card-footer{
	background: rgb(245 245 245)!Important;
    border-bottom-left-radius: 20px ! Important;
    border-bottom-right-radius: 20px !important;
}
.product-page .t2_grid .product-list-item .fast-add-to-cart {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.95rem;
 	 border-radius: 20px;
  	margin-top: 15px!important;
}
.product-page .t2_grid .product-list-item .product-item-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.product-list-item{
	margin-bottom: 30px;
}
.footer-a{
	margin: 0px!important;
}
.bg-header{
	border-bottom: 1px solid var(--border-color);
}
#contact-form .form-group .form-control {
    border-bottom: 2px solid var(--primary);
}
.custom-contacts #contact-form .form-group .form-control {
    background: #f8f8f8;
}
.gdpr-text {
    font-size: 1rem;
}
.banner-text-carousel-two-cols {
    height: 530px!Important;
}
.product-page .t2_grid .product-list-item .fav-icon-container {
    display: none;
}
h3.h4.border-bottom.pb-3.text-uppercase.mb-0.font-weight-normal {
    font-weight: 400 !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: 400 !important;
    font-size: 1.2rem !important;
}
#price{
	display: none!important;
}
.product-page .view h1 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.4;
}
.btn-primary{
	border-radius: 20px;
  	font-size: 1.1rem;
}
.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: 1.05rem;
    font-weight: 500 !important;
    margin-bottom: 15px;
    margin-top: 5px;
  	text-align: center;
  	line-height: 1.4;
}
.cookie-consent a {
    font-size: 0.85rem !important;
    font-weight: 500 !important;
}
.cookie-consent .btn-primary, .cookie-consent .btn-secondary {
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 20px !important;
    text-transform: capitalize;
}
.filter-price{
	display: none!important;
}
.fa-list{
	display: none!important;
}
.filter_text{
	font-size: 1.05rem;
}
.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px;
    font-weight: 500;
}
.category-description{
	margin-bottom: 0px!Important;
}
@media (max-width: 992px) {
  
  .logo-col {
        text-align: right ! Important;
        display: flex;
        justify-content: right;
    padding-right: 0px;
    margin-right: -30px;
    }
  .first-text-banner {
        margin-top: 10px;
    }
  .img-category {
    max-width: 150px;
  }
  .banner-text-carousel-two-cols{
  	margin-top: 0px!important;
    height: 530px !important;
  }
  .banner-text-carousel-two-cols .carousel-item img {
        max-width: 200px;
        margin-left: 50%;
    }
  .col-banner-3 {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: -100px;
    }
  .second-text-banner {
    font-weight: 500;
    margin: 15px 0px 20px;
    font-size: 1.35rem!Important;
}
.banner-text-carousel-two-cols h1 {
        font-size: 1.7rem!Important;
    }
  .header-category {
    margin-top: 0px;
}
  .product-list-item .card-footer {
    padding-bottom: 15px !important;
}
  footer h5 {
        margin-top: 15px;
    }
  .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.9rem;
    font-weight: 500 !important;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center;
    line-height: 1.4;
}
.navbar-collapse .nav-item:first-child {
        border-bottom: 2px dashed var(--primary) !important;
    }
    .currency-container {
        display: none !important;
    }
  .navbar-nav{
  	padding-right: 1rem!important;
  }
      .language-container hr {
        border-top: 2px dashed var(--primary) !important;
        margin-right: 1rem!important;
    }
  #navbarCollapse {
        background-image: url(https://arte-cakes.com/uploads/files/6d810a51-a8d4-4ba8-9dd2-4e378f16b492_ta.webp) !important;
    }
  .main-menu2 .nav-item {
        background: transparent !important;
    }
  .product-page .t2_grid .product-list-item .fast-add-to-cart {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.85rem;
    border-radius: 20px;
    margin-top: 15px !important;
}
      .myCarousel .carousel-inner .gallery-images {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 281px;
        width: 100%;
    }
    footer .bg-footer .logo {
    height: auto;
    max-width: 44%;
}
}
.siteLoaded {
    display:block !important;
    opacity:1 !important;
    transition: opacity 0.5s ease;
}

