 
/*Фон под продуктите*/ 
 .single-products{ background-color:#fff; } 
/*Ефект на хедъра при скролиране (сянка, линия)*/ 
 .navbar.navbar-fixed-top.small_header {
    border-bottom: 5px solid var(--dp-main_color);
} 
/*Радиус на бутоните на социалните мрежи*/ 
 .share-in-socials>a,div.footer-widget div.social-icons ul li { border-radius: 50% !important;  } 
/*Скрива ефекта в/у продукт*/ 
 div.product-overlay{
    background:none !important;
    z-index: -1;
}
div.product-overlay a, div.product-overlay h2, div.product-overlay span, div.product-overlay .oldPrice, div.product-overlay p.unavailable {
    display:none !important;
} 
/*Скрива анимацията 'погледни надолу'*/ 
 .look-down { display:none;  } 
/*Редизайн на слайдъра на index*/ 
 .cd-hero__nav {  background-color: rgba(0, 0, 0, 0); }
.cd-hero__nav li a {  border-top: 3px solid #000; }
.cd-hero__nav li.cd-selected a { border-top: 3px solid var(--dp-main_color);  color: var(--dp-main_color); }
.cd-hero__marker, .cd-hero__nav li { background: none; }
.cd-hero__nav a:hover {  background-color: rgba(255, 255, 255, 0.5); } 
/*Персонални настройки*/ 
 body { background:#000; }
.footer-widget { display: none; }
#menu-home, #homepage-map-data { display: none; }
footer, .contact-tools, .ext-nav { display: none !important; }
#address-section { background: #000; color:#fff; margin-top: -2px; }
#address-section .btn-secondary { display: none; }
section.address-bottom {  padding: 1em 0; }
#address-section {  opacity: 1 !important; }
.above-map-contacts p { font-size: 1.5rem; }

@media (max-width: 768px) {
   .helper { display: none; }
} 
/*Пропорционален размер на хедъра*/ 
 ul.cd-hero__slider {  height: auto !important;  padding-bottom: 100vh;}  /* proportion here */
ul.cd-hero__slider {  background-size: 100%;  }
ul.cd-hero__slider > li {
animation: slideranimation 50s infinite;
background-size: 110% auto; 
background-repeat: no-repeat;
background-position: center;
        background-position: 50% 27%;
        background-size: cover; 
}



.cd-hero__content.cd-hero__content--half-width {
    /* animation: sub_slideranimation 50s infinite; */
}

@media screen and (max-width: 1640px) {
    ul.cd-hero__slider {  margin-top: 0px; padding-bottom: 100vh; }  
}

@media screen and (max-width: 1280px) {
    ul.cd-hero__slider {  margin-top: 0px; padding-bottom: 100vh; }  
}

@media screen and (max-width: 640px) {
    ul.cd-hero__slider {  margin-top: 0px; padding-bottom: calc( 100vh - 314px); }  /* mobile proportion here */
    ul.cd-hero__slider > li {  background-size: auto 100%; animation: none; }
    .cd-hero__content h2 { font-size: 5.5vw;  }    
}
@keyframes slideranimation {
5% {
/*   background-size: 110% auto;  */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
40% {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}
       50% {
      -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}
95% {
       -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}

@keyframes sub_slideranimation {
0% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
40% {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}
       50% {
      -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}
100% {
       -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
} 
/*Основен шрифт - Raleway External Embed(Cyrillic)*/ 
 @font-face {
    font-family: Raleway;
    src: url("themes/classic_shop/fonts/Raleway-v4020-Light.otf") format("opentype");
}
@font-face {
    font-family: Raleway-sb;
    src: url("themes/classic_shop/fonts/Raleway-v4020-SemiBold.otf") format("opentype");
}
body {
    font-family: 'Raleway', sans-serif;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
h1, h2,
.navbar:not(.small_header) .navbar-nav>li>a, .navbar-nav>li>a {
    font-family: 'Raleway-sb', sans-serif;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
p {  font-weight: 300;  }
#header > div > nav > div > div > ul > li.phone a span, 
td.wrapper-price, 
.date, body > div.contact-tools > ul > li:nth-child(2) { font-family: sans-serif;  } 
/*Скрива търсенето от горната част на сайта*/ 
 .search-otr { display: none !important; } 
/*Скрива картата на начална страница*/ 
 body#index #homepage-map-data>iframe { display: none; } 
/*Категории с фиксирана позиция*/ 
 body#index .left-sidebar, .left-sidebar {
   position: sticky;
    top: 100px;
}

@media (min-width: 1024px) {
    #ecom-section, #pages > div.page-wrapper > div > div.row {  display: flex;  }
} 
/*Акценти дизайн тип 2*/ 
 #accents_section.show {  padding-top: 3em;  padding-bottom: 3em; }
.single_accent {
    width: calc( 25% - 30px );
    border: 1px solid lightgrey;
    margin: 12px;
    overflow: hidden;
    border-radius: 15px;
    background: #ededed;
    box-shadow: 0 0 20px #bab2b2;
}
.single_accent span.index_page_colors {  padding-top: 70%; }
.single_accent span {  border-bottom-left-radius: 0 !important;  border-bottom-right-radius: 0 !important; -webkit-border-radius: 0px !important;  -moz-border-radius: 0px !important; }
.single_accent span {  filter: none; }
.single_accent:hover div.text-section {  opacity: 1; }
.single_accent p.read-more {  display: none; }
.text_pages_pictures div.text-section {  position: relative;  text-align: center; }
.text_pages_pictures div.text-section h2 {
    color: #5fab0f; 
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    margin-top: 2em;
    min-height: 85px;
    min-height: 60px;
    margin-bottom: 0;
}
.text_pages_pictures div.text-section>img {
    display: block;
    width: 41%;
    margin: 15px auto;
    background: #162252;
    border-radius: 50%;
}
main {  background: #ebe8e8;  }
.text_pages_pictures {   display: flow-root; background: transparent; }
.text_pages_pictures div.text-section {  position: relative;  text-align: center; }
.qq { font-weight: bold; color:#920700; cursor:pointer; font-size: 1.5em;  }
.text_pages_pictures div.text-section {  color: #868998;  font-size: 1em; }


@media (max-width: 1024px) {
.text_pages_pictures {  width: 90%;  margin: 0 auto; }
.single_accent { width: calc( 33% - 30px ); }
}

@media (max-width: 980px) {  
    .single_accent {  margin: 5px; }
    .single_accent { width: calc( 50% - 20px ); }
    .page_item h2 {  font-weight: 500;  font-size: 2em; }
    .text-bg {   width: 90%;   }
}

@media screen and (max-width: 769px) {
   .main-nav>li {  border-bottom: 1px solid #4b4b4b; }
   .text_pages_pictures div.text-section h2 { min-height: auto; }
   .text_pages_pictures div.text-section>img {  width: 33%; }
   .text-bg {  padding: 10px;  }
   .banner-slider img, .banners p { float: none; }
   .banners p { width: 100%;  }
   .banner-slider { display: block; width: 90%;  padding-bottom: 25px; }
   .dbanner img {  max-height: 160px;  margin: 60px 0;  max-width: 60%; }
   #text_data_section {  padding-top: 1em;   }
   .text_pages_pictures div.text-section h2 {  margin-top: 1em;  }
   #accents_section .text_pages_pictures div.text-section {  margin-bottom: 1em;  }
   #text_data_section {  padding-bottom: 8em;  }
}

@media screen and (max-width: 512px) {
   .single_accent {
    display: block;
    width: calc( 100% - 15px);
   }
}