/*
Theme Name: Struct Child theme
Theme URI: https://kdt-hosting.ch
Description: A child theme for Struct
Author: KDT-Solutions
Author URI: https://kdt-solutions.ch
Template: struct
Version: 1.0.0.3
*/

@import url("../struct/style.css");
/* Place your custom styles below this line
-------------------------------------------------------------- */

.header {
    position: fixed;
    top: 0;
    border-bottom: 2px solid #0b3780;
}
.main {
    margin-top: 96px;
}

.mobile-menu-trigger {
    color: #0b3780;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #0b3780;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #082c66;
}