header .logo {height: 82px;}
@media (max-width: 992px) {header .logo {height: 42px;}}
: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(42, 89, 161);--bs-bg-footer-bg:rgb(42, 89, 161); --menu-bg:rgb(42, 89, 161);--bs-menu-bg:rgb(42, 89, 161); --primary:#2A59A1;--bs-primary:#2A59A1; --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:#212121;--bs-bg-footer-text:#212121; --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(42, 89, 161);--bs-link-hover-color:rgb(42, 89, 161); --primary-10:#2A59A11a;--bs-primary-10:#2A59A11a; --primary-20:#2A59A133;--bs-primary-20:#2A59A133; --primary-30:#2A59A142;--bs-primary-30:#2A59A142; --primary-40:#2A59A166;--bs-primary-40:#2A59A166; --primary-50:#2A59A180;--bs-primary-50:#2A59A180; --primary-60:#2A59A199;--bs-primary-60:#2A59A199; --primary-70:#2A59A1b3;--bs-primary-70:#2A59A1b3; --primary-80:#2A59A1cc;--bs-primary-80:#2A59A1cc; --primary-90:#2A59A1e6;--bs-primary-90:#2A59A1e6; --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{
  overflow-x: hidden;
  background: var(--body-bg);
    background-image: url(/uploads/files/7ffb18fb-f930-4ead-abf9-5aa32cfec0d0.webp);
    height: auto;
    background-attachment: fixed;
    background-position: left;
    background-repeat: repeat;
    background-size: auto;
  font-family: "Exo 2", sans-serif;
}
#checkOutBtn{
   display:none!important;
}
.btn-clear-cart{
  display:none!important;
}
.badge.badge-primary {
    border-color: var(--primary);
    color: #212121;
    background: linear-gradient(90deg, #cbb06a, #efdf80, #f8f08d);
}
.product-page .carousel-inner{
      padding: 50px 0px;
    border-radius: 30px;
}
.bg-header .header-first-row {
    padding: 4px 15px 4px 15px ! Important;
}
.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;
}
.custom-home-page .footer-a{
	display: none!important;
}
.fas fa-list{
	display: none!Important;
}
footer .bg-footer {
    background-image: url(/uploads/files/70f3df32-8a65-484e-9fad-21fe93c4045d.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0 !important;
}
.promo-image {
    width: 24px;
}
.p-header {
    margin-bottom: 0;
    font-size: 0.95rem;
    margin-left: 5px;
    font-weight: 400;
    color: var(--body-text) !important;
}
.up-header {
    border-top: 1px solid rgb(223 207 133 / 21%);
    padding-top: 9.4px !important;
    padding-bottom: 9.4px !important;
    margin-top: 5px;
}
.fast_search {
    border: 2px solid rgb(220 202 120 / 90%);
    background: #fff !important;
    height: 40px!important;
    border-radius: 16px;
}
.main-menu2 .nav-item {
    background: transparent!Important;
}
#navbarCollapse {
    background: linear-gradient(270deg, #009ad5, #275aa1) !important;
}
footer h5 {
    border-bottom: 2px dashed var(--primary);
    font-size: 19px;
}
.up-header-mobile{
	display: none!Important;
}
.product-page .t2_grid .product-list-item .product-item-header img {
    transition: all 0.5s;
    max-height: 160px;
    object-fit: contain !important;
}
.product-page .t2_grid .product-list-item .product-item-footer .card-title {
    font-size: 1rem;
    overflow: hidden;
    line-height: 1.3;
    margin-bottom: 10px;
  text-overflow: initial;
  text-transform: none;
  text-align: center;
}
.product-page .t2_grid .product-list-item .fast-add-to-cart {
    color: var(--body-text);
    background-color: transparent;
    border-color: transparent;
    padding-left: 2px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    transition: none;
    margin-top: 5px;
    font-size: var(--font-size-sm);
    font-weight: 500;
}
.product-page .t2_grid .product-list-item .btn-icn-fast-add-to-cart {
    background: var(--primary);
    width: 32px;
    border-radius: 50px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    margin-right: 6px;
    color: white;
    padding-bottom: 2px;
}
.product-page .view h1 {
    font-size: 1.45rem;
    font-weight: 400;
    color: var(--bg-header-text);
    margin-bottom: 25px;
    line-height: 1.4;
}
.fa-check-circle:before{
	color: #CBB06A;
}
.fa-plus-circle:before{
	color: #CBB06A;
}
.fa-minus-circle:before{
	color: #CBB06A;
}
#price {
    color: var(--primary);
    font-weight: 500;
    font-size: 1.65rem;
}
.product-list-item{
  background:#ffffffab;
}
.product-page .define-container {
    align-items: center;
    border-radius: 100px;
    bottom: 0.6rem;
    color: #212121;
    display: flex;
    font-weight: var(--font-weight-bold);
    height: auto;
    justify-content: center;
    max-width: 80px;
    padding: 1px;
    position: absolute;
    right: 5px;
    width: 100%;
    background: linear-gradient(90deg, #cbb06a, #efdf80, #f8f08d);
    font-size: 0.85rem;
    font-weight: 500;
}
.fav-icon-container .fav{
	color: #ceb36b !important;
}
.product-page .t2_grid .product-list-item .fav-icon-container {
    top: 0;
}
.carousel-banner .carousel-control-prev {
   left: 15px;
   background: #c0ab6f8c;
   width: 40px;
   height: 40px;
   margin: auto;
   border-radius: 200px;
   opacity: 1;
   border: 0px;
}
.carousel-banner .carousel-control-next {
   right: 15px;
   background: #c0ab6f8c;
   width: 40px;
   height: 40px;
   margin: auto;
   border-radius: 200px;
   opacity: 1;
   border: 0px;

}
.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;
}
.main_header:after {
    background: #d0b774;
    border: 1px solid #d0b774;
}
.product-page .t2_grid .product-list-item .pro-price {
    color: var(--body-text);
   font-size: 1.20rem;
   margin: 13px 0px 7px 0px;
}
.product-page .define-container {
    bottom: auto;
    top: 0;
}
.icon-about-us{
    width: 100%;
    max-width: 70px;
  }
  .about-us-image{
    width: 100%;
  }
  .icon-title-about-us{
    font-size: 1.1rem;
    font-weight: 500;
    color:#212121;
  }
  .text-about-us-bold{
    font-weight: 400;
  }
  .text-about-us{
    color: #212121;
    font-weight: 300;
    font-size: 16px;
  }
  .blue-text{
    color: var(--primary);
  }
  .main-text-about-us {
   color: #2a59a1;
   font-size: 24px;
   font-weight: 500;
}
  .about-us{
    background-image: url("/uploads/files/ad1991ca-bb9c-44ec-9b6b-b254d6ad62ec.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.bg-header .nav-custom-link:hover {
        border-bottom: 2px solid #D1B86D!important;
    }
.col-profile{
	border-bottom: 2px dashed #D1B86D!important;
  border-top: 2px dashed #D1B86D!important;
}
.icon-contacts{
  	width: 100%;
    max-width: 80px;
  }
  .icon-title-contacts{
  	font-size: 1.3rem;
    font-weight: 500;
    color: #cbb06a;
  }
  .text-underheading-contacts{
  	font-size: 1.1rem;
    color:#212121;
    font-weight: 400;
  }
.gdpr-text {
    font-size: 1rem;
}
#contact-form .form-group .form-control {
    border-bottom: 2px solid var(--primary);
}
.product-page .t2_grid .product-list-item .product-item-header span {
    bottom: 0;
    top: auto;
}
.product-item-header .badge.badge-primary {
    border-color: var(--primary);
    color: #ffffff;
    background: #E72148;
}
.about-us-special-heading:after {
    background: #d0b774;
    border: 1px solid #d0b774;
    content: "";
    height: 1px;
    left: 47%;
    position: absolute;
    top: 40px;
    width: 6%;
}
.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;
}
.text-under-icon {
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}
.section-line-banner {
     background-image: url('/uploads/files/83ce7afe-19cc-4fff-9d44-90a7fa9c0fd2.webp');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 50px !important;
}
.product-fast-order-container {
    background: #cbb0692b;
    padding: 20px ! Important;
    border-radius: 30px;
}
.product-page .view .add-to-cart-div .addToCartBtn {
   border-color: var(--primary);
   color: var(--primary-text);
   border-radius: 20px !important;
   font-size: 1.15rem !important;
   width: 100%;
   min-width: 220px !important;
   background-color: #e72148 !important;
   font-weight: 500 !important;
}
.phone-order .addToCartBtn{
	background-color: var(--primary) !important;
  border-color: var(--primary);
   color: var(--primary-text);
   border-radius: 20px !important;
   font-size: 1.15rem !important;
   width: 100%;
   min-width: 230px !important;
   font-weight: 500 !important;
}
.phone-order .btn.btn-secondary:hover{
	background-color: var(--primary) !important;
  border-color: var(--primary);
   color: var(--primary-text)!important;
   border-radius: 20px !important;
   font-size: 1.15rem !important;
   width: 100%;
   min-width: 230px !important;
   font-weight: 500 !important;
}
.phone-order{
	font-weight: 400;
}
.product-page #fk-price {
    color: #e72148 !important;
    font-weight: 500;
    font-size: 1.25rem;
}
.product-page .product-right-column .price {
    margin-bottom: 10px;
}
.product-page .view .connected-right-products .price-connected-products-column {
    font-size: 1.1rem;
  	font-weight: 500;
}
.product-page .view .connected-right-products .old-price-connected-products-column {
    font-size: 0.95rem;
    font-weight: var(--font-weight-bold);
    color: #e72148 !important;
}
.orders-active-page .product-cart-price {
    font-size: 0.95rem;
    font-weight: 400;
}
.orders-active-page .product-cart-total {
    font-size: 0.95rem;
    font-weight: 400;
}
.product-cart-name h5 {
    font-size: 1.05rem;
}
.product-page .t2_grid .product-list-item .card-footer .old {
    color: #e72248 ! Important;
    font-size: 1.05rem;
    font-weight: 500;
}
.preview-product-modal .count_info {
    font-size: 1rem;
    font-weight: 500;
}
.count_info{
	font-size: 1rem;
    font-weight: 400;
}
.preview-product-modal h2 {
    text-transform: none !important;
    font-weight: 500;
    font-size: 1.4rem;
}
.preview-product-modal .product-images-modal {
    border-radius: 15px;
}
.preview-product-modal .price .price-percent {
    background-color: var(--primary) !important;
    color: white !important;
}
.preview-product-modal #fk-price {
    color: #e72248 !important;
    font-weight: 500;
    text-decoration: line-through;
}
.product-page.search .filter_text {
    font-size: 1rem;
}
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 .fa-list{
	display: none!important;
}
@media (max-width: 992px) { 
  .up-header{
  	display: none;
  }
  #navbarCollapse {
    background: white!important;
}
  .nav-menu-logo {
        border-bottom: 2px dashed #D1B86D;
    }
  .up-header-mobile{
	display: block!important;
}
      .main-menu2 .megamenu {
        background: white;
        color: var(--bg-header-text);
        left: 0;
        padding: 10px 15px 15px;
        right: 0;
        position: relative !important;
        top: 0;
        border: 2px dashed var(--primary)!important;
        border-radius: 0px 20px 20px !important;
    }
  .currency-container{
  	display: none!important;
  }
  .promo-image-mobile{
  	max-width: 30px;
    max-height: 30px;
    margin: 4px 0px;
  }
  .language-container{
  	display: none!important;
  }
  .myCarousel .carousel-inner .gallery-images {
        object-fit: contain!Important;
        -o-object-position: center;
        object-position: center;
        height: 420px;
        width: 100%;
    }
  .bg-header .nav-custom-link:hover {
    border-bottom: none !important;
}
  .main-menu2 img:not(.sub-category-cover) {
    height: 120px!Important;
    width: 100%;
}
  .bg-header .nav-custom-link {
        font-size: 1.05rem;
    }
  .myCarousel .carousel-inner .gallery-images {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 400px;
        width: 100%;
        padding: 50px;
    }
  .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;
    }
  .mega-menu2 .dropdown-menu.megamenu.show {
        margin: 10px 0px !important;
}
  .about-us-special-heading:after {
    top: 83px;
}
  .main-text-about-us {
    font-size: 22px;
  }
  .product-page .t2_grid .product-list-item .product-item-footer .card-title {
    white-space: unset ! Important;
}
  .product-page .t2_grid .product-list-item .product-item-header img {
    transition: all 0.5s;
    max-height: 160px;
    object-fit: contain !important;
    padding: 20px;
}
  footer h5 {
    margin-top: 15px;
}
  .orders-active-page .product-cart-price {
        font-size: 0.84rem;
    }
  .orders-active-page .product-cart-total {
        font-size: 0.84rem;
    }
}
.siteLoaded {
    display:block !important;
    opacity:1 !important;
    transition: opacity 0.5s ease;
}

