header .logo {height: 37px;}
@media (max-width: 992px) {header .logo {height: 27px;}}
: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(230, 225, 214);--bs-bg-footer-bg:rgb(230, 225, 214); --menu-bg:rgb(230, 225, 214);--bs-menu-bg:rgb(230, 225, 214); --primary:#EA1917;--bs-primary:#EA1917; --secondary:#FFFFFF;--bs-secondary:#FFFFFF; --main-content:rgb(255, 255, 255);--bs-main-content:rgb(255, 255, 255); --border-color:rgb(203, 200, 194);--bs-border-color:rgb(203, 200, 194); --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:#212121;--bs-menu-text:#212121; --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(34, 34, 34);--bs-link-hover-color:rgb(34, 34, 34); --primary-10:#EA19171a;--bs-primary-10:#EA19171a; --primary-20:#EA191733;--bs-primary-20:#EA191733; --primary-30:#EA191742;--bs-primary-30:#EA191742; --primary-40:#EA191766;--bs-primary-40:#EA191766; --primary-50:#EA191780;--bs-primary-50:#EA191780; --primary-60:#EA191799;--bs-primary-60:#EA191799; --primary-70:#EA1917b3;--bs-primary-70:#EA1917b3; --primary-80:#EA1917cc;--bs-primary-80:#EA1917cc; --primary-90:#EA1917e6;--bs-primary-90:#EA1917e6; --secondary-10:#FFFFFF1a;--bs-secondary-10:#FFFFFF1a; --secondary-20:#FFFFFF33;--bs-secondary-20:#FFFFFF33; --secondary-30:#FFFFFF42;--bs-secondary-30:#FFFFFF42; --secondary-40:#FFFFFF66;--bs-secondary-40:#FFFFFF66; --secondary-50:#FFFFFF80;--bs-secondary-50:#FFFFFF80; --secondary-60:#FFFFFF99;--bs-secondary-60:#FFFFFF99; --secondary-70:#FFFFFFb3;--bs-secondary-70:#FFFFFFb3; --secondary-80:#FFFFFFcc;--bs-secondary-80:#FFFFFFcc; --secondary-90:#FFFFFFe6;--bs-secondary-90:#FFFFFFe6; }
body{
  font-family: 'Inter', sans-serif;
}
.custom-contacts h1{
   display:none;
}
.preview-product-modal .product-images-modal {
    border-radius: 15px;
}
.product-cart-name{
	font-size: 0.95rem;
    font-weight: 500;
}
.product-cart-count{
	font-size: 0.95rem;
    font-weight: 500;
}
.preview-product-modal #price {
    font-size: 1.35rem;
}
.orders-checkout-page .total_sum{
	font-size: 1.2rem!important;
}
.news-right-column h4{
      border-bottom: 2px solid rgb(230 225 214) !important;
}
.checkout-absolute-total-div #total_sum{
	font-size: 1.2rem!important;
}
.checkout-absolute-total-div h4{
	font-size: 1.2rem!important;
}
.badge-container-product-view {
    position: absolute;
    right: 30px;
    top: 30px;
}
.orders-active-page .product-cart-price {
    font-size: 0.95rem;
    font-weight: 500;
  	text-align: center!important;
}
.orders-active-page .product-cart-total {
    font-size: 0.95rem!Important;
    font-weight: 500;
}
.orders-checkout-page .col-lg-4 img{
    padding: 5px;
    background: #fff;
    border-radius: 5px !important;
}

#order-total{
	font-size: 1.15rem;
}
.orders-active-page .product-cart-name h5{
	font-size: 0.95rem!important;
}
.orders-checkout-page .btn.btn-secondary {
    background-color: #e6e1d6;
    border-color: var(--secondary);
    color: var(--secondary-text);
}
.product-page .view .connected-right-products .price-connected-products-column {
    font-weight: 500;
    font-size: 1.05rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #e6e1d6;
    border: 1px solid rgba(0, 0, 0, .125);
}
.orders-active-page .card-footer{
  background: transparent!important;
}
.orders-checkout-page .form-control {
    border: 1px solid #e6e1d6 !important;
}
.orders-checkout-page  input#phone.form-control {
    border: 1px solid #e6e1d6 !important;
}
.see-all {
    font-size: 15px!important;
}
.column-map iframe{
      border: 2px solid #e6e1d6;
}

.progress {
    background-color: #e6e1d6;
}
.news-page .connected-right-products {
    background: transparent;
    padding: 15px;
    border-radius: 20px;
}

.news-page .connected-right-products img{
  margin-top: 0.25rem !important;
  padding:0px;
}

.news-page .connected-right-products  a{
  
      font-size: 1rem;
    font-weight: 500 !important;

}
.myCarousel .carousel-indicators > li {
    height: initial;
    opacity: 0.7;
    text-indent: initial;
    width: initial;
    border-radius: 20px;
    border: 2px solid #000 !important;
    padding: 5px;
    margin-bottom: 15px
}
.myCarousel .carousel-inner .gallery-images {
    height: 465px!important;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
      padding: 40px;
    width: 100%;
}
.myCarousel .product-gallery-images {
    max-width: 60px!important;
}
.cookie-consent .btn-secondary {
    background-color: #e6e1d6!important;
    border-color:1px solid #e6e1d6!important;
    color: var(--secondary-text);
	 font-weight: 500!mportant; 
}
.badge{
	background-color: #ea1917 !important;
}
.bg-header{
	background: #ffffff;
}
.product-right-column .text-dark{
  color: #000 !important;
}
.irs--round {
    width: 95%;
}
.main-menu2 .dropdown-item:hover {
    background: #f0ece4;
}
.badge.badge-primary{
  background: var(--primary)!important;
}
.main-product-carousel img {
    max-height: 402px !important;
}
.product-page table {
    width: 100%!important;
    margin-top: 50px;
    font-size: 0.90rem;
    color: #222;
    font-weight: 500;
      position: relative;
    z-index: 100;
      overflow-x: auto;
    display: block;
    overflow-y: hidden;

}

.connected-right-products{

    padding: 15px;
    border-radius: 20px;

}

.connected-right-products img{
    padding: 5px;
    background: #fff;
  border-radius: 10px;
}

.gdpr-text {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.1rem;
}
.product-page .myCarousel{
    background-color: white !important;
    border-radius: 40px;
    border: 2px solid #e6e1d6 !important;
}
#m_rate h4{
	font-size: 1.3rem;
  	font-weight: 500;
}
#m_rate h2{
	font-size: 1.2rem;
  	font-weight: 400;
}
#m_rate .rating-block {
	background-color: white!important;
    border: 2px solid #000000!important;
    border-radius: 6px!important;
      height: 100%;
}
#m_rate .rating-block .rate-bg-0 {
    background: var(--primary);
}

#contact-form .form-group .form-control {
      border: 2px solid #e6e1d6;
}
.product-page .t2_grid .product-list-item .badge-container {
    position: absolute;
    top: 10px;
    right: 10px;
  	left: auto;
}
.badge-container img {
    max-width: 30px;
}
.fast-order {
    padding: 0px 20px 30px 20px !important;
    background: #e6e1d6;
    border-radius: 30px !important;
}
.product-page td{
    text-align: center;
    border-style: solid;
 
  border-width: 1px!important;
      background-color: #f0ece4 !important;
    border-color: #cbc8c2 !important;
}
.bg-header .nav-custom-link {
    margin-right: 25px;
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
    padding-top: 0.55rem;
    font-weight: 500;
  font-size: 1rem;
}
.short_full_description {
    height: auto!important;
    overflow: hidden;

}
.short_full_description:before {
    box-shadow: none!important;
  font-size: 1rem;
}
.text-more {
    display: none!important;
}
.product-page.search .filter {
    background: transparent;
    padding: 15px!important;
    border: none;
}
.product-page .carousel *, .carousel *:before, .carousel *:after {
    box-sizing: inherit;
    background: transparent;
      background-color: transparent!important;
      font-size: 1.7rem;
  color: #000000;
  border: 0px !important;
}

@media(max-width:992px){
  .carousel-control-prev,  .carousel-control-next
  {
    display:none!important;
  }
}
 /* Стилизиране на основния продуктов карусел в лявата секция */
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    width: 20px;
    height: 20px;
    background: no-repeat;
    /* border-radius: 100px; */
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    width: 20px;
    height: 20px;
    background: no-repeat;
  }
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: white;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background: var(--primary);
    height: 38px!important;
    width: 32px!important;
    margin: auto!important;
    border-radius: 10px;

}
.carousel-control-next{
   right: 2%;
}
.carousel-control-prev{
   left: 2%;
}
   

.bg-header .nav-custom-link {
    margin-right: 25px;
      font-size: 0.95rem;
    padding-bottom: 0.2rem;
    padding-top: 0.5rem;
}
.main-menu2 .dropdown-item {
    font-size: 1.1rem;
}
.fast_search{
    width: 330px;
    border: 2px solid  #000000;
    border-radius: 20px;

}
.header-first-row{
  padding: 1.8rem 15px!important;
}

.main_header {
    font-size: 1.4rem;
    font-weight: 500;
}

.product-page .t2_grid .product-list-item .product-item-header img {
    transition: all 0.5s;
    height: auto;
    object-fit: contain;
	padding: 27px;
       min-height: 240px;
}

.product-page {
    background: transparent;
}
.main-content {
    background: transparent;
}

.bg-footer {
    border: 0 !important;
}
footer h5 {
    border-bottom: 2px solid #000000;

}
.jstree-wholerow-ul {
    font-weight: 500;
}
.product-page.search .filter h4 {
    font-weight: 500 !important;
}
.product-page.search .custom-scrollbar {
    font-weight: 500;
}
/*Product page edits*/
p#related_products_view {
    border-bottom: 1px solid #d8d4cd !important;
}
.myCarousel .carousel-indicators > li {
    border: 1px solid #f1f1f1;
}
.product-page .view h1 {
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.25rem;
}
.product-page .view .price .price-percent {
    color: var(--primary-text);
    font-size: 16px;
}
.count_info {
    font-weight: 500 !important;
}

#price {
    font-weight: 400;
    font-size: 21px;
    margin-top: -10px;
    margin-bottom: -10px;
}
.product-page .view .old {
    font-size: 13px;
    font-weight: 400;
    color: grey;
}
.product-page .view .addToCartBtn {
   font-weight:500 !important;
    border:0 !important;
    border-radius: 0.25rem;
    font-size: 16px;
    font-weight:400;
    min-width: 200px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-transform: uppercase;
    width: 100%;
}
.count_info {
    font-size: 15px;
    font-weight: 400;
}
.fast-order h2 {
    font-size: 17px !important;
}
.fast-order {
    font-size: 15px;
}
.fa-plus-circle, .fa-minus-circle{
    font-size: 18px !important;
  	color:black !important;
}
input#count.form-control {
  border: 1px solid #e6e1d6 !important;
    text-align: center;
}
input#phone.form-control {
  border: 1px solid #F5F5F5 !important;
    font-size: 15px;
}
input#name.form-control {
  border: 0px solid #F5F5F5 !important;
    font-size: 15px;
}
.nav-tabs {
    background: #e6e1d6 !important;
    border: 0px solid #cbc8c2 ! Important;
    border-radius: 20px !important;
}
.nav-tabs .nav-link.active {
    color: #ea1917;
    background-color: #e6e1d6;
    border-color: #e6e1d6 #e6e1d6 #f0ece4;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 20px;
}
.product-page .t2_grid .product-list-item .product-item-header span {
    font-weight: var(--font-weight-bold);
    font-size: 15px;
    left: 15px;
    right: auto;
    top: 15px;
}
.product-page .t2_grid .product-list-item .product-item-footer .card-title {
font-size: 0.9rem;
  margin-bottom: 5px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: unset;
    text-transform: uppercase;
    white-space: normal;
   text-align: center;
}

.pro-cost-with-text{
    font-weight: 500;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
  text-transform: uppercase;
}
.product-page .t2_grid .product-list-item .pro-price {
    font-size: 15px;
    font-weight: 500 !important;
}
.product-page .t2_grid .product-list-item .fast-add-to-cart {
    font-weight: 500;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.product-page .t2_grid .product-list-item .fav-icon-container {
    background: #fafafa !important;
}

a:hover{
  color:var(--primary);
}

.product-page.search .filter .resetFilter {
    font-weight: 500 !important;
}


/*products border and background*/

.product-page .t2_grid .product-list-item .product-item-header {
     background: white;
    width: 100%;
    height: auto;
    border: 2px solid #e6e1d6;
    border-radius: 8px;
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}
.product-item-footer.card-body {
    border-bottom: 0;
    border-top: 0;
    padding: 10px 15px 0px 10px !important;
    background: #fff;
      border-right: 2px solid #e6e1d6;
   border-left: 2px solid #e6e1d6;
}
.card-footer {

    border-top: 0;
      padding: 8px 15px 16px 15px !important;
    background: white !important;
    margin-bottom: 10px;
    border-bottom-left-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
      border-bottom: 2px solid #e6e1d6;
    border-right: 2px solid #e6e1d6;
   border-left: 2px solid #e6e1d6;
}



/*product page carousel*/
.carousel-inner {

    background: white;
}

.news-template-1 .carousel-inner {
    background: white;
    /* border: 0px !important; */
    border: 2px solid #e6e1d6 !important;
    border-radius: 30px;
}

.product-page .view .product-view-favorites-icon {
    background:#e6e1d6 ! IMPORTANT
}
.product-note-order-container{
   display:none;
}
div#attributes_options {
    font-weight: 500;
      font-size: 1rem;

}
.product-page.search .filter h4 {
    font-size: 1.05rem;
    font-weight: 500 !important;
    border-bottom: 2px dashed #cbc8c2!important;
}

.product-page.search .border-bottom{
	border-bottom: 2px dashed #cbc8c2!important;
}

.product-page.search .filter .jstree-default .jstree-wholerow-clicked {
    background: #1c1c1c;
}

#main-product img {
    object-fit: CONTAIN !important;
}
.right-section img {
    object-fit: contain !important;
}

/*Филтър*/
h3.h4.border-bottom.pb-3.text-uppercase.mb-0.font-weight-normal {
    font-size: 1.05rem;
  	border-bottom: 2px dashed #cbc8c2!important;
}
.product-page.search .filter .resetFilter {
  font-size: 0.8rem;
}
h1.col-auto.text-uppercase.m-0.d-none.d-lg-inline-flex.h4.font-weight-normal {
    font-size: 1rem;
}
/*Новини*/
.news-grid .card-img-top {
    width: 100% !important;
    height: 190px !important;
    object-fit: cover !important;
    border-radius: 1px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 0px solid rgb(240 236 228) !important;
}

.news-grid .card-body {
    border: 2px solid #e6e1d6 !important;
    border-top: 0px !important;
    background: #fff;

}
.news-grid .card-footer {
    border: 0px solid #e6e1d6 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background: #e6e1d6 !important;
}
.news-grid .card-title {
    font-size: 1.05rem;
    font-weight: 500 !important;
    margin: 2px 0 0 0;
    min-height: 40px ;
}
.news-short-description {
    line-height: 1.25;
    font-weight: 400;
    font-size: 0.92rem;
    margin-bottom: 0px !important;
}

.item-date-text {
    font-weight: 500 !IMPORTANT;
    font-size: 0.86rem;
}
.item-date{
	padding: 5px 10px;
}
.btn-blog-footer{
  font-weight: 500;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}

/*cookies*/
.cookie-consent {
    background: rgb(240 236 228) !important;
}
.cookie-consent a {
    font-size: 0.9rem !important;
}
.cookie-consent button {
    font-size: 0.9rem !important;
}
.login .form-group label{
	font-size: 1rem;
}

.login .form-check a{
	font-size: 1rem;
}
.login .form-check-label{
	font-size: 1rem;
}
.form-check input[type=checkbox] + label:before {
    height: 16px;
    margin-top: 2px;
    width: 16px;
}
.footer .footer-a{
	display: none;
}

/*news*/
.news-description-page {
    text-align: center;
}
.breadcrumb {
    font-size: 1rem;
}
.card-body h1 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500 !IMPORTANT;
}
#filter_text{
	background: transparent;
}
.product-page .filter h4{
	border-bottom: 2px dashed #cbc8c2!important;
}
.product-page .resetFilter {
	background: transparent!important;
    border: 1px solid #cbc8c2 ! Important;
    border-radius: 20px!important;
    margin-top: -5px!important;
}
.product-page .sort-by-select{
	background: transparent!important;
    border: 1px solid #cbc8c2 ! Important;
    border-radius: 20px!important;
}
.product-page .t2_grid .product-list-item .badge-container {
    position: absolute;
    top: 18px;
    right: 18px;
    left: auto;
}
#m_rate h4{
	margin-top: 15px;
}
#m_rate .rating-block{
	margin-top: 10px;
}
.fast-search h5 {
    font-size: 16px;
    margin-top: 24px;
    margin-right: 10px;
}
.ajaxSearchContainer {
    padding: .5rem .5rem;
}
.fast-search .price {
    font-weight: 500;
    font-size: 16px;
}
@media (max-width: 992px){
  .main-menu2 .close-mobile {
        background: rgb(224 218 207)!important;
  }
  #m_rate h4{
	margin-top: 15px;
}
  .orders-active-page .product-cart-price {
    font-size: 0.95rem!Important;
}
  .orders-active-page .product-cart-price {
    font-size: 1rem;
    font-weight: 500;
  	text-align: left!important;
}
.orders-active-page .product-cart-total {
    font-size: 0.95rem!important;
}
  .myCarousel .carousel-inner .gallery-images {
    padding: 20px;
}
  
    .filter .btn.btn-secondary {
    background-color: #f0ece4;
    border-color: #b7b4af;
    color: #000000;
}
  
  .bg-header .search {
        background:rgb(255 255 255);
  }
  
  .currency-container, .language-container{
  display:none!important;
}
  .jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px;
    font-size: 1.1rem;
}
  .product-right-column{
    margin-top:30px;
  }
      .dropdown-menu-select-categories .submenu-3 {
        border-top: 2px solid #000 !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-radius: 0px;
        background: background: var(--menu-bg) !important;
    }
  
.product-page.search .filter.show {
        background: #e6e1d6!important;
  }
  .bg-header i {
        height: 30px;
        width: 30px;
    }
  .submenu-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
    .main-menu2 .collapse {
        background: #f0ece4 !important;
    }
    .menu-btn-view-all {
        background: #e6e1d6 !important;
        color: #212121 !important;
        font-size: 1rem !important;
        height: 35px;
        font-weight: 500;
        border: 1px solid #cbc8c2 !important;
    }
  .menu_icon-arrow{
     color: #212121 !important;
    width: 16px!important;
            margin-top: 2px;
  }
  .product-page .t2_grid .product-list-item .product-item-header img {
    padding: 0px;
    min-height: 180px;
}
  
  .card-footer {
    padding: 7px 5px 7px 5px !important;
}
  .product-item-footer.card-body {
    padding: 7px 5px 7px 5px !important;
}
  .main-menu2 .dropdown-item {
    display: flex;
}
  
  .main-menu2 .dropdown-menu {
    background: none;
    border: 0;
    margin: 12px 0px!important;
}
  .header-first-row {
    padding: 0px 15px !important;
}
.product-page.search .search-grid-type-selector {
    background: transparent;
}
  .sort-control .border-bottom {
    border: 2px solid var(--primary) !important;
    border-style: solid !important;
}
  div#show_filter_btn {
    color: white;
    background: var(--primary);
}
  
  div#show_filter_btn {
    color: white;
    background: var(--primary);
 font-size: 0.9rem;
    border-radius: 20px;
            border: 1px solid #ea1917 !important;
}

  /*product grid*/
  
  .pro-cost-with-text{
    font-size: 11px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    text-transform: uppercase;
}
  .menu-btn-view-all{
  	background: white;
    display: flex !important;
    align-items: stretch;
    border: 1px solid var(--primary);
    border-radius: 20px;
    margin-left: 13px;
    margin-bottom: 13px;
    margin-top: 13px;
    width: 180px;
  }
  .product-page .t2_grid .product-list-item .fast-add-to-cart {
    font-size: 12px;
  padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
  .product-page .t2_grid .product-list-item .product-item-header span {
    font-weight: var(--font-weight-bold);
    font-size: 13px;
}
  .product-page .t2_grid .product-list-item .product-item-header {
    margin-top: -15px !important;
}
  .product-page .t2_grid .product-list-item .fav-icon-container {
    font-size: 15px;
}

.product-page .t2_grid .product-list-item .fav-icon-container {
    width: 35px !important;
    height: 35px !IMPORTANT;
  font-size: 17px;
  }
.product-page .t2_grid .product-list-item .product-item-footer .card-title {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;
}
.product-page .t2_grid .product-list-item .pro-price {
    font-size: 13px;
    font-weight: 500 !important;
}
  
  .fast-order {
        background: #e6e1d6;
    font-weight: 500 !important;
  }
  .product-page .view h1 {
    font-size: 1.2rem;
}
  
  #price {
    font-weight: 500 !important;
    font-size: 22px;
}
  .product-page .view .addToCartBtn {
    font-size: 15px;
    font-weight: 500;
}
  .see-all {
    font-size: 13px !IMPORTANT;
  }
  .product-page.search .filter_text {
    margin-bottom: 30px !important;
}

  .fa-times:before{
  	        color: #070707;
  }
  .main-menu2 .nav-item {
    background: transparent!important;
}
  .dropdown-menu-select-categories {
            border: 2px solid #212121 !important;
	}
.dropdown-menu-select-categories .submenu-2 {
    border: 2px solid #000 !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px;
    background:  background: var(--menu-bg) !important;
}
  .main-menu2 .dropdown-item:hover{
	color: var(--primary);
  	background: transparent;
}
    .dropdown-menu-select-categories {
        background: rgb(235 231 223) !important;
    }
  
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.555em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    color: var(--primary);
    /* width: 10px; */
    /* height: 20px; */
   }
  .myCarousel .carousel-inner .gallery-images {
    -o-object-fit: CONTAIN!important;
    object-fit: CONTAIN!important;
    -o-object-position: center;
    object-position: center;
    height: 420px;
    width: 100%;
   }
     
 .product-page .short_full_description {
  
    overflow-x:auto!important;
   }
  
  .product-page table {
    width: auto!important;
  }
  
  .myCarousel .carousel-inner .gallery-images {
    -o-object-fit:contain;
      -o-object-fit:contain;
    -o-object-position: center;
    object-position: center;
    height: 370px!important;

	}
  .bg-header {
    padding-top: 0.6rem !important;
}
  .main-product-carousel img {
    max-height: auto!important;
  }
  .card-footer {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
}
  .product-page .t2_grid .product-list-item .product-item-header img {
     padding: 0px;
        min-height: 180px;
    }
  .custom-contacts .bottom-b, .bottom-b-extra, .bottom-border {
        
        border-bottom-style: none!important;
        padding-bottom: 0px!important;
    }
  
  
}
.siteLoaded {
    display:block !important;
    opacity:1 !important;
    transition: opacity 0.5s ease;
}

