/*.cat-item.current-cat.cat-parent a{
  color: #d11b1b;
}*/

/*.cat-item.current-cat a{
  color: #db2121 !important;
}*/

.sidebar .widget .children {
  padding-left: 15px;
}

#tab-title-mcg_prd_enqenquery_tab.mcg_prd_enqenquery_tab_tab a {
  /*background-color: #555d68;*/
  border: 1px #ea0be6 solid;
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce .woocommerce-breadcrumb {
  color: #f36f21;
}

.widget-title {
  margin-bottom: 10px;
}

#yith-woocompare-widget-2.widget.inner-padding.yith-woocompare-widget {
  padding-bottom: 60px;
}

.woocommerce-page #content table.cart img {
  width: 70px;
}

.header-widget .widget-title {
  display: none;
}

/*footer 3 tulp*/

#woocommerce_product_tag_cloud-3.widget.inner-padding.woocommerce.widget_product_tag_cloud a {
  color: #DBDBDB;
}

#woocommerce_product_tag_cloud-3.widget.inner-padding.woocommerce.widget_product_tag_cloud a:hover {
  color: #FFFFFF;
}

#woocommerce_product_tag_cloud-3.widget.inner-padding.woocommerce.widget_product_tag_cloud {
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}

/*PPOM variatsiooni numbri kast*/

input.ppom-quantity {
  width: 50% !important;
}

/*Variatsiooni seletus*/

.woocommerce div.product form.cart .woocommerce-variation-description p {
  font-weight: bold;
  font-size: 17px;
}

/********Toode custom tabs paigaldus*********/

.flex-container-paigaldus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flex-container-paigaldus > div {
  background-color: #f1f1f1;
  min-width: 150px;
  width: 30%;
  margin: 10px;
  text-align: center;
  line-height: 25px;
  align-content: center;
  /*font-size: 25px;*/
}

@media only screen and (max-width: 479px) {
  .flex-container-paigaldus > div {
    background-color: #f1f1f1;
    min-width: 150px;
    width: 100%;
    margin: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
  }

  /*********Toode Custom tabs Tehnilised näitajad lühidalt R4***********/

  /*****Responisve Flexbox Mobiil******/

  .flex-container-responsive {
    flex-direction: column;
  }
}

/*********Toode Custom tabs Tehnilised näitajad lühidalt R4***********/

/*****Responisve Flexbox******/

.flex-container-responsive {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  justify-content: space-between;
}

.flex-container-responsive > div.tnlf {
  /*background-color: #1f3ff9;*/
  min-width: 150px;
  /*width: 40%;*/
  margin: 10px;
  text-align: center;
  line-height: 25px;
  /*font-size: 25px;*/
}

.flex-item-left {
  /*background-color: #f1f1f1;*/
  padding: 10px;
  flex: 40%;
}

.flex-item-right {
  /*background-color: dodgerblue;*/
  padding: 10px;
  flex: 50%;
}

/*R3 pikkuste tabel */

#customers {
  font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

#customers .r3ptp {
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  word-break: normal;
}

.woo-variation-swatches .variable-items-wrapper {
  padding-left: 2px;
  padding-right: 2px;
}

/***Alusraami mõõdud***/

.alus_rm {
  color: #3A3A3A;
}

.alus_rm_bold {
  font-weight: bold;
}

.alus_rm:hover {
  color: #98d858;
}
/**Aktiivse Kategooria värv vasakul tulbas**/
.cat-item.cat-item-66.current-cat a {
  color: #d11e8f;
}