/*
Theme Name: Kassikauppa OCEAN
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border:1px solid #00a88c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.woocommerce ul.products li.product .button {
    display:block;
    margin-top:20px;
    margin-bottom:0;
    text-transform: uppercase;
}
 */

.cwginstock-subscribe-form .panel-primary>.panel-heading {
    background-color: #00a88c !important;
    border-color:#00a88c !important;
}

.cwginstock-panel-heading h4 {
    margin-bottom:0;
    font-weight: bold;
}

.cwginstock-subscribe-form .center-block:first-child {
    margin-top:15px;
}

.cwginstock-subscribe-form .panel-primary {
    border-color:#00a88c !important;
}

.cwginstock-subscribe-form .col-md-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-aikataulu {
    width: auto;
    border: none;
}

.table-aikataulu tbody td,
.table-aikataulu tbody tr:nth-child(2n) td {
    background-color: transparent;
}

.table-aikataulu td {
    border:none;
    padding:0 10px 0 0;
}

.footer-widgets {
    border-bottom:none;
}

.sfb-footer-bar {
    padding-top:0 !important;
    padding-bottom:2.618em !important;
}

.sfb-footer-bar img {
    max-width: 100%;
}