/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */


a.button5 {
  display: inline-block;
  padding: 0.46em 1.6em;
  border: 0.1em solid #FFFFFF;
  margin: 0 0.2em 0.2em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  text-shadow: 0 0.04em 0.04em rgba(255, 255, 255, 0.35);
  background-color: #FFFFFF;
  text-align: center;
  transition: all 0.15s;
}

a.button5:hover {
  text-shadow: 0 0 2em rgba(0, 0, 0, 1);
  color: #000000;
  border-color: #000000;
}

@media all and (max-width:30em) {
  a.button5 {
    display: block;
    margin: 0.4em auto;
  }
}

.button-primary {
  border: 2px solid #4b9adb;
  background-color: white;
  color: #4b9adb;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.button-primary:hover {
  background-color: #4b9adb;
  color: white;
}

@media all and (min-width:768px) {
  .woocommerce-active .site-header .site-branding {
    width: 60%;
  }
}

#tp-header-login-btn {
  display: inline-block;
  padding: 0.46em 1.6em;
  margin: 0 0.2em 0.2em 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  transition: all 0.15s;
}

.current_page_item {
  border-bottom: 2px solid #4b9adb;
}

.menu-item a:hover {
  border-bottom: 2px solid #4b9adb;
}

.widget_nav_menu ul li::before {
  content: none;
}

.site-footer a {
  text-decoration: none;
}


/*
tabs on front page
*/

.tab {

  margin: 0px auto;
  text-align: center;
}

.aligncenter {
  /* display: inline-flex; */
  /* align-items: center; */
}

.tablinks {
  width: 160px;
  height: auto;
}

.tablinks_img {
  width: 160px;
  height: auto;
  display: inline-block;

}

.shipping_tab {
  display: none;
}

.shipping_tab {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cennik_table {
  border: 1px solid #4b9adb;
}

.cennik_table tr td {
  border: 1px solid #4b9adb;
  text-align: center;
}

.cennik_table tr th {
  border: 1px solid #4b9adb;
  text-align: center;
}

.cennik_main_header th {
  background-color: #4b9adb;
  border: 1px solid white;
  color: white;
  font-weight: bold;
}

.cennik_rodzaj {
  text-align: center;
  vertical-align: middle;
}

.cennik_table_center {
  text-align: center;
  vertical-align: middle;
  border: 1px solid white !important;
}