/*
Theme Name: weltwocheshop
Author: seaio.interactive
Author URI: https://www.seaio.ch
Description: Individual template created for WordPress
Version: 1.0
*/


body{
    color: #3c3c3c;
    background: #FBF9F4;
    font-family: 'Inter';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Inter';
}
a{
    transition: all 0.25s linear;
    color: #006699;
}
em {
    color: #3c3c3c !important;
}
input{
    padding: 8px 10px;
}


#WrappingDiv{
    background: #fff;
    max-width: 1280px;
    margin: 0 auto;
}

/* woocommerce */
.woocommerce .button{
    background: #006699 !important;
    color: #fff !important;
}
.woocommerce-message {
    border-top-color: #006699 !important;
}
.woocommerce-message:before {
    color: #006699 !important;
}
..wp-block-woocommerce-checkout{
    margin: 0 !important;
}
.wp-block-button__link {
    background-color: #006699 !important;
}
.wp-block-button__link:hover {
    color: #fff !important;
    background-color: #006699 !important;
}
.woocommerce-result-count,
.woocommerce-ordering{
    display: none;
}

/* header */
header{
    background: rgba(255,255,255,0.95);
    /* padding: 20px 0; */
}
.header{
    padding: 20px;
}
.header a{
    color: #3c3c3c;
    text-decoration: none;
}
.header a:hover{
    color: #000;
    text-decoration: none;
}
.header_mid img{
    max-height: 27px;
    /* position: relative;
    top: 2px; */
}
.header_right a{
    margin-left: 20px;
}
.header_right a:first-child{
    margin-left: 0;
}
.header_right_cart_num{
    color: #FFF;
    background: #069;
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    top: -8px;
    right: -8px;
}
.header_right_cart_num i{
    position: relative;
    top: 3px;
    font-weight: bold;
    font-style: normal;
}
@media screen and (max-width: 959px) {
    header{
        /* padding: 15px 0; */
    }
    .header{
        padding: 20px 30px;
    }
}
@media screen and (max-width: 639px) {
    header{
        /* padding: 15px 0; */
    }
    .header{
        padding: 15px;
    }
    .header_mid img{
        max-height: 20px;
    }
    .header_right a{
        margin-left: 10px;
    }
}


/* pageContent */
.pageContent{
    margin: 30px 0;
}
@media screen and (max-width: 639px) {
    .pageContent{
        margin: 15px 0;
    }
}


/* horizontal line */
.pageContentTop {
    border-top: 2px solid #000;
    margin: 0 20px 0 20px;
}
.pageContentTopSecond {
    border-top: 1px solid #000;
    margin-top: 2px;
}
@media screen and (max-width: 959px) {
    .pageContentTop {
        margin: 0 30px 0 30px;
    }
}
@media screen and (max-width: 639px) {
    .pageContentTop{
        margin: 0 15px 0 15px;
    }
    .pageContentLead{
        font-size: 28px;
        line-height: 34px;
    }
}


/* footer */
footer{
    padding: 50px 0;
}
footer .pageContentTop {
    border-top: 1px solid #cfc8d8;
    padding-bottom: 30px;
}
footer .pageContentTopSecond {
    border-top: none;
    margin-top: 0;
}
footer a{
    color: #3c3c3c;
    text-decoration: none;
}
footer a:hover{
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 639px) {
    footer{
        padding: 25px 0;
    }
}
