/* style.webshop.css, created on 23-12-2025 13:51 */
.xzoom-container .xzoom5 {
    width: 50% !important;
}
.webshopWrapper {
    min-height: 100vh;
}
.inclvat {
    display: block !important;
}
.exclvat{
  display:none !important;
}

.webshopWrapper nav {
   padding:0px 20px !important;
}

p.cartItemlabel i {
    vertical-align: middle;
}

p.cartItemlabel {
    margin: 3px;
}
.webshopWrapper .widgetContent {
    padding: 20px 0;
}

ul.pro-set li:hover:before, .circle-1, nav, .widget-md-heading, .login-widget:before, .btn, .btn-large, .modal--titel, .pagination li.active, .blue {
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0) 0%, #82b4b6 55%), linear-gradient(135deg, #5f9ea0 0%, #a6d1d2 100%);
}

.pico-intro {
   
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0) 0%, #82b4b6 55%), linear-gradient(135deg, #5f9ea0 0%, #a6d1d2 100%);
    border-radius: 10px;
    margin-bottom: 30px;
    color: #fff;
    padding: 20px !important;
}
div#pico-user-home-links ul li a i {
    vertical-align: middle;
    margin-right: 10px;
}
div#pico-user-home-links ul li {
    line-height: 30px;
    display: inline-block;
    width: 100%;
}
div#pico-user-home-links  .channel-management{
  display:none;
}
#pico-user-home-links li a {
    color: #82b4b6;
}
div#customerForm-87 fieldset {
    border: none;
}
#customerForm-87 .control-group.row.p10 {
    margin: 0;
}
#customerForm-87 .control-group.row.p10 label{
    line-height: 30px;
} 
.messageContainer.card {
    color: #fff;
}
.pico-intro-div .container {
    width: 100%;
    max-width: 1200px;
}
.webshopWrapper strong {
    font-weight: 700;
}
#webshopProductList .card .card-image img{
  height:unset !important;
}
#webshopProductList .card .card-image .card-title {
   
    padding: 20px 0 !important;
}
#webshopProductList .card-content {
    display: inline-block;
}
.product-addtocart-btn{
  float:right;
  
}
.product-details-link{
  float:left;
  margin-right: 20px;
}
.inclvat, .exclvat{
  width:100% !important;
}
.productpricerow {
    padding: 0;
}
@media only screen and (max-width: 1199px) {
   #webshopProductList .product-item{
     max-height:unset;
   }
}   