/*
Theme Name: Milano Child Theme
Theme URI: http://leetheme.com
Description: This is a child theme for Milano Theme
Author: Leebrosus
Author URI: http: //www.leetheme.com
Template: milano
Version: 1.6
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

.badge .inner .inner-text {
  color:white;
  font-size: 10px;
  font-weight:bold;
  left:0;
  line-height:14px;
  position:absolute;
  text-align:center;
  text-transform:uppercase;
  top:12%;
}
.badge .inner {
    border-radius: 99px;
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 50px;
    z-index: 2;
}
.header_logo {
    width: 40%;
    margin-top: 4%;
}
.payment_method_paypal img {
    display: none;
}
.product-interactions {
    display: none;
}
/*
.widget.woocommerce .count, .widget.widget_categories .count, .widget.widget_archive .count {
    right: 28px;
}*/
#payment.woocommerce-checkout-payment {
    display: none;
}

#menu-top-navigation .menu-item.color {
    display: none !important;
}
#menu-top-navigation li.menu-item {
    display: none !important;
}
#menu-top-navigation li.menu-item:first-child {
    display: block !important;
}
.lt-tab h4 {
    font-size: small;
}
ul.lt-tabs.text-left {
    margin-left: -12px;
}