:root,
[data-bs-theme=light] {
--phoca-link-color:#5e573e;
--phoca-container-footer-bg:#a99b9b;
}

.container-banner .phTplColumn{
  border-top : solid 1px grey;
  border-bottom : solid 1px grey;
}
.article-info{
  font-size:0.6em;
}
.article-info dd{
  margin-bottom : 0.3em;
}
.dropdown-menu{
  background-color:white;
}
.container-footer
{
  border-top : solid 2px white;
}
 .phTplRow {
    
}
.container-body{
  background:#c7c6c3;
}
.header .cw_center{
  padding:0;
}
.divider{
    background-color: #9f9f9f;
    height: 2px;
    color: #ddd;
    padding: 0 !important;
}

.divider a 
{
  visibility:hidden;
}
.cw_nopad{
  padding:0 !important;
}
.cw_center{
margin-left:auto;
margin-right:auto;
}
.cw_width1100{
max-width:1100px;
  width:100%;
padding-left:8;
padding-right:8;
background:white;
  
}

h2, h1, .card-header, h2 a {
  font-size:1.5rem !important;
  text-decoration:none !important;
}


.cw_total{
  width:100%;
}
.header img{
    width:1100px;
}
.ph-row-flex.grid .row-item .ph-item-box {
    padding: 0;
    padding-bottom: 1em;
}

.ph-item-content.grid .ph-stars-box ,
.ph-category-action-icons.grid,
.ph-product-header.grid,
.ph-item-action-box.grid {
    padding-left: 1em;
    padding-right: 1em;
}

.container-banner{
  padding-bottom:0.5em;
  
}
.container-banner img{
  padding-bottom:0.5em;
  padding-top:0.5em;

}
.container-banner .phModParticlesImageContent {
    background-position: center;
}

[data-bs-theme="dark"]{
    .container-banner .phModParticlesItemContent {
        color: #000;
    }
}

.container-banner .phModParticlesItemContent {
    margin-top: 0.5em;
    padding-top: 1em;
}
.container-banner .phModParticlesItem {
  /*padding-bottom: 5em;*/
  background-color: #e9e1d6;
}
.container-banner .phModParticlesImage img{
  width:100%;
}

.container-bottom-c {
    background: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
}


[data-bs-theme="dark"]{
    .container-bottom-c {
        background: #000;
    }
    .ph-product-module-box .ph-category-price-box .ph-price-brutto {
        color: #000;

    }
}

.ph-product-module-box .ph-price-txt {
    display: none;
}

.ph-price-brutto,
.ph-product-module-box .ph-category-price-box .ph-price-brutto {
    float: none;
    padding: 0 0.25em 0 0.25em;
    background: #ffd24b;
    color: #000;
   /* border-radius: 92% 8% 90% 10% / 22% 86% 14% 78%;*/
}

.ph-product-module-box .ph-category-price-box .ph-price-brutto {
    margin-top: 0.25em;
    padding-left: 0.75em;
}
.ph-item-price-panel .ph-price-brutto {
    color: #000;
}

/* Print Screen */
/*
header {
    padding-left: 1.5em;
    padding-top: 1em;
    padding-right: 1.5em;
    background: #fff;
}
[data-bs-theme="dark"]{
    header {
        background: #000;
    }
}
*/
