/* Enter Your Custom CSS Here */
#site-content #page-header {
    padding: 45px 0 3px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
#site-content #page-header {
background-color: #f4f4f4;
}
#site-content #page-header .title, #site-content #page-header .subtitle {
    color: #000;
}http://sont.biz/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php%3Fpage%3Dsimple-custom-css.php%26settings-updated%3Dtrue
.woocommerce .product .summary .product_title, .woocommerce-page .product .summary .product_title {
    margin-top: 22px;
    margin-bottom: 10px;
    font-size: 12px;
}  
#site-header #masthead #site-navigator .menu.menu-extra .shopping-cart .submenu {
    position: absolute;
    width: 420px;
    right: 0;
    top: 150%;
    background: #fff;
    padding: 20px;
    z-index: -1;
    visibility: hidden;
    display: none\9;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}
.heading-white h5 {
    color: #000;
}
.woocommerce .onsale, .woocommerce-page .onsale {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #000;
    height: 50px;
    width: 80px;
    text-align: center;
    line-height: 50px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    z-index: 9;
    background: #fed424;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}
.woocommerce .product .summary .product_title, .woocommerce-page .product .summary .product_title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    color: #000000;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    border-color: #eaeaea;
    background-color: transparent;
}
input[type="submit"].yellow, button[type="submit"].yellow, .button.yellow {
    background: #fffeff;
    color: #333;
}
.woocommerce .products li, .woocommerce-page .products li {
    list-style: none;
    float: left;
    padding: 0 15px;
    /*width: 33%;*/
    margin-bottom: 50px;
    position: relative;
}
/*Это корректировка названия услуг в shop*/
.woocommerce .products li a h3, .woocommerce-page .products li a h3 {
    font-size: 15px;
    margin: 25px 0 15px 20%;
}
/*Это корректировка места праположения корзины*/
.woocommerce .products li .add_to_cart_button, .woocommerce-page .products li .add_to_cart_button {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 15px;
    bottom: 40px;
    text-indent: -9999px;
    padding: 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}

/*высота лотступов от лого и heder виджетов*/
#masthead .brand {
    margin-top: 18px;
    margin-bottom: 18px;
}
/*ширина лого в 83%*/
img {
    border: medium none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
/*двигаем виджет в хедере с visa*/
#site-header #masthead #site-brand .header-widgets .widget {
    display: inline-block;
    text-align: left;
    margin-left: 165px;
    margin-bottom: 0;
    vertical-align: middle;
}
#site-wrapper div.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #14a5e3;
    color: #14a5e3;
}
#site-content #page-header .page-title .title {
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
}