/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .tm-panel-headerbar {
    padding-top: 30px;
	padding-bottom: 0px;
 }
 .woocommerce .product-quantity label, .woocommerce-page .product-quantity label {
	display: none;
 }
 .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	float: none;
 }
.screen-reader-text {
	display: none;
}
.woocommerce-ordering {
  display: none;
}
h2 {
	font-size: 30px;
	line-height: 40px;
}

.lty-badge {
    position: absolute;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: .857em;
    line-height: 3.236;
    z-index: 9;
    left: 0;
    margin-left: 20px !important;
    margin-top: -10px !important;
}

 /* Desktop and bigger */
@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}