/* RIGHT TO LEFT */
/*
 * LAYOUT VARIABLES
 */
/* RIGHT TO LEFT */
/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
  overflow: hidden;
  min-height: auto !important;
}
.content_scene_cat div{
  min-height: auto !important;
}
.content_scene_cat .category-name {
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.content_scene_cat_bg {
	min-height: auto !important;
}
.content_scene_cat p {
  margin-bottom: 10px;
}
.content_scene_cat a {
  color: #e71d13;
}
.green .content_scene_cat a {
  color: #95bb7a;
}
.pink .content_scene_cat a {
  color: deeppink;
}
.skyblue .content_scene_cat a {
  color: #57a6b9;
}
.content_scene_cat a:hover {
  text-decoration: underline;
}
.content_scene_cat .cat_desc, #bottom .cat_desc {
  padding: 15px 10px;
}

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  border-top: 1px solid #f2f5f8;
  padding: 15px 0 0px 0;
}
#subcategories p.subcategory-heading a {
  color: #6e6e6e;
}
#subcategories .subcategories {
  border: 1px solid #f2f5f8;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
#subcategories .subcategories:hover {
  border-color: #e76d66;
}
.green #subcategories .subcategories:hover {
  border-color: #95bb7a;
}
.pink #subcategories .subcategories:hover {
  border-color: deeppink;
}
.skyblue #subcategories .subcategories:hover {
  border-color: #57a6b9;
}
#subcategories .subcategories .subcategory-name {
  font-size: 14px;
  color: #6e6e6e;
}

/* ************************************************************************************************
									FAQ BLOCK Categories Styles
************************************************************************************************ */

/* скрываем чекбоксы и блоки с содержанием */
.faq-hide, .faq-hide + label ~ div{
  display: none;
}
/* оформляем текст label */
.faq-hide + label, .faq-hide:checked + label {
  padding: 0;
  color: #6e6e6e;
  cursor: pointer;
  display: inline-block; 
  font-size: 16px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  transition: color .15s ease-in-out;

}
/* вид текста label при активном переключателе */
.faq-hide:checked + label {
  color: #008198;
  border-bottom: 0;
 
}
/* когда чекбокс активен показываем блоки с содержанием  */
.faq-hide:checked + label + div {
  display: block; 
  padding-bottom: 20px; 
  -webkit-animation:fade ease-in 0.5s; 
   -moz-animation:fade ease-in 0.5s;
   animation:fade ease-in 0.5s; 
  padding-left: 35px;
  font-size: 16px;
}
@-moz-keyframes fade {
  from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
  from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
  from { opacity: 0; }
to { opacity: 1 }   
}
.faq-hide + label:before {
  background-color: #008198;
  color: #fff;
  content: "\002B";
  display: block;
  float: left;
  font-size: 18px; 
  font-weight: bold;
  height: 18px;
  line-height: 19px;
  margin: 3px 10px;
  text-align: center;
  width: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.faq-hide:checked + label:before {
  content: "\2212";
}

.faq-block {
     
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0 1px 2px #d9dadb;
  padding: 20px;
  margin-bottom: 40px !important;
  border: solid 1px rgba(220,220,220,1);
  background: rgba(255,255,255,1);
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.faq-block h3 {
  color: #008198;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  
}

.faq-block h4 {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.5;
}

#bottom {
  /* background: white; */
}

#bottom a {
  color:#317e97;
  text-decoration: none;
}
#bottom a:hover {
  text-decoration: underline;
}
#bottom ul li {    
list-style-type: circle !important;
padding-top: 10px;
}
#bottom ul {    
  padding-left: 30px;
  }


#product-list-top > div > div, #product-list-top > div {padding: 0;}

.info-block {
  padding: 20px;
  background: rgba(255,255,255,1);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.filter-quick-btn:hover{ background-color: #008198 ; border-color: #008198 ; color: white; }
.filter-quick-btn.is-active,
.filter-quick-btn[aria-pressed="true"] {
  background-color: #008198;
  border-color: #008198;
  color: #ffffff;
}

  .quick-filters-blck {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-auto-flow: row dense;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 20px 0;
    
  }

  .filter-quick-btn {
    align-items: center;
    justify-content: center;
    min-height: 40px;
    line-height: 1.2;
    padding: 0 12px;
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
    display: flex;
    flex-direction: row;
    width: auto;
    height: stretch;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 0px 5px 0px 5px;
    font-size: 1.1rem;
    color: #3e3d39;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }

.filter-quick-btn-reload {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    object-fit: contain;
}
.category-count {
    display: flex;
    clear: both;
    margin-bottom: 20px;
    margin-left: 10px;
}

/* Mobile: allow long filter names to wrap without breaking layout */
@media (max-width: 767px) {
  .quick-filters-blck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    
  }
}
@media (min-width: 768px) {
  .quick-filters-blck {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0 20px 0;
  }
}


@media (min-width: 1600px) {
  .page-heading {
    font: 500 30px/1.2  'Roboto', sans-serif;
  }
    .quick-filters-blck {
    display: flex; 
    margin: 20px 0 20px 0;
  }
}

