/*
Theme Name: Piedmontes Beef
Theme URI: http://www.limecanvas.com
Description: WooCommerce child theme
Version: 1.0
Author: Lime Canvas

*/
@import url("css/base.css");

/* -- just some ugly styling to make it easier to get started, can safely be removed */

input::-webkit-input-placeholder {
   color: #bbb!important;
}

input:-moz-placeholder { /* Firefox 18- */
   color: #bbb!important;  
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #bbb!important;  
}

input:-ms-input-placeholder {  
   color: #bbb!important;  
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}

span.na-postcode{font-size: 12px;padding-left:3%;}

ul.productlist .short-description{padding: 0 15px;}
ul.productlist .short-description p{margin-bottom: .25rem;}

.pricecon span.ppgk{font-size:14px;color: #666;}



/** Tabs **/
ul.tabs.mytabs li:before,ul.tabs.mytabs li:after{box-shadow:none !important;border-radius:0px !important;left:0px !important;border-width:0px !important;}
ul.tabs.mytabs li{background: #f2efec !important; border-radius: 0px !important; box-shadow:none !important;margin-right:5px !important;border-color: #d7d0c6 !important;}
ul.tabs.mytabs li a{color: #a29381 !important;font-weight:normal !important;}
ul.tabs.mytabs li.active{background: #fff !important;border-bottom: 1px solid #fff !important;}
ul.tabs.mytabs li.active:before,ul.tabs.mytabs li.active:after{box-shadow:none !important;border-radius:0px !important;left:0px !important;border-width:0px !important;}
ul.tabs.mytabs li:before,ul.tabs.mytabs li:after{box-shadow:none !important;border-radius:0px !important;left:0px !important;border-width:0px !important;}
ul.tabs.mytabs li:before{border-bottom: 1px solid #d7d0c6 !important;}
ul.tabs.mytabs:before{border-bottom: 1px solid #d7d0c6 !important;}

/** Realex WooCommerce Plugin **/
.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help{color:#333!important;}

header nav.top-bar .right.nomob a{color:#fff;}
header nav.top-bar .right.nomob a:hover{color:#94282c;}

.clear-both{ clear:both;}

.footer-company-name{margin-top:20px;}
.footer-company-name p{color:#94282c;}
.catdis mark{display:none;}