/*
Theme Name:     Suave Child
Theme URI:      http://www.commercegurus.com/themes/suave-woocommerce-theme/
Description:    Child theme for Suave
Author:         CommerceGurus
Author URI:     http://www.commercegurus.com
Template:       suave
Version:        1.0
*/


/* Your css goes here */

@import url("fonts.css");

.only-desktop {}

.only-mobile {
  display: none;
}


/* Edit MEW Woocmommerce styles 
------------------------------------------------------------------------
------------------------------------------------------------------------ */

.woocommerce-result-count.woocommerce-result-count {
  display: none;
}

.entry-content ul.kategorie-liste li {
  list-style: none;
}

/* Product Singel Page  
------------------------------------------------------------------------ */

/* 
.product_cat-online-kongress .product-images {
  display: none;
}

.product_cat-online-kongress .product-images + div {
  width: 100%;
}
*/

.related.related {
  border-top: none;
  margin-bottom: 40px;
}

.woocommerce-message.woocommerce-message {
  padding-right: 200px;
}

/* Checkput Page
------------------------------------------------------------------------ */

body.woocommerce-cart .content-area form {
  width: 100%;
  float: none;
}

.cart-collaterals {
  width: 100%;
}

.content-area table.shop_table.shop_table th, 
.content-area table.shop_table.shop_table td {
  padding-left: 5px;
  padding-right: 5px;
}

#legal,
#reg_data_privacy {
  margin-left: 0;
}

@media screen and (max-width: 1100px) {
  .logo.image {
    max-width: 66%;
    margin: 0 auto;
  }

  .logo.image img {
    width: 100%;
  }
}


@media screen and (max-width: 700px) {
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}