﻿/*
Theme Name: Bono Child
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: bono
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    transition: all .3s;
    text-decoration: none;
    font-family: Rubik, sans-serif;
    color: #fff;
    border: 1px solid #cc5b44;
    background-color: #cc5b44;
    background-image: none;
    border-radius: 4px;
    padding: .6rem 1.5rem;
    cursor: pointer;
    outline: none;
}

.wpcf7-submit:hover {
    opacity: 0.8;
}

.contact-wrapper {
    color: #0e1011;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.contact-wrapper label {
    width: 100%;
}

.contact-wrapper label input{
    width: 100%;
}

.shop-grid--columns-6 .product-category {
    flex-direction: column;
    width: 100%;
}

.site-main .section-html:first-child {
    color: #fff;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw)!important;
    background-image: url("../../uploads/revslider/growler-pro/main-slider-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.home .site-main .section-html:nth-child(3) {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw)!important;
    background-color: #f8f8f8;
}

.home .site-main .section-html:nth-child(3) .section-block__header,
.home .site-main .section-html:nth-child(3) .section-html__body {
    max-width: 1300px;
    margin: 0 auto;
}

.home .site-main .section-html:nth-child(4) {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw)!important;
    background-color: #f8f8f8;
}

.home .site-main .section-html:nth-child(4) .section-block__header,
.home .site-main .section-html:nth-child(4) .section-html__body {
    max-width: 1300px;
    margin: 0 auto;
}

.home .site-main .section-html:nth-child(5) {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw)!important;
    background-color: #f8f8f8;
}

.home .site-main .section-html:nth-child(5) .section-block__header,
.home .site-main .section-html:nth-child(5) .section-html__body {
    max-width: 1300px;
    margin: 0 auto;
}

.home .site-main .section-html:nth-child(8) {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw)!important;
    background-color: #f8f8f8;
}

.home .site-main .section-html:nth-child(8) .section-block__header,
.home .site-main .section-html:nth-child(8) .section-html__body {
    max-width: 1300px;
    margin: 0 auto;
}

.home .site-main .section-html:nth-child(10) {
    color: #ffffff;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw)!important;
    background-color: #cc5b44;
}

.home .site-main .section-html:nth-child(10) .section-block__header,
.home .site-main .section-html:nth-child(10) .section-html__body {
    max-width: 1300px;
    margin: 0 auto;
}

.home .site-main .section-html:nth-child(10) .section-html__body .shop-grid {
    align-items: center;
}

.home .site-main .section-html:nth-child(10) .section-html__body .shop-grid h3{
   margin: 0;
}

.home .site-main .section-html:nth-child(12) {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw)!important;
    background-color: #f8f8f8;
}

.home .site-main .section-html:nth-child(12) .section-block__header,
.home .site-main .section-html:nth-child(12) .section-html__body {
    max-width: 1300px;
    margin: 0 auto;
}

.subscription-wrapper .wpcf7-submit{
    border-color: #FFFFFF;
    background-color: transparent;
}

.popmake label {
    width: 100%;
}

@media (min-width: 576px) {
    .shop-grid--columns-6 .product-category {
        flex-direction: column;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .homepage-construct-widgets .home-section {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }
}


