/*
Theme Name: Drawndress Theme
Template: botiga

Author: Don Belofon
Description: Тема разработана <a href="https://weblab.che-be.es" target="_blank">weblab.che-be.es</a>
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botiga-child
*/

@import url("../botiga/style.css");

@font-face {
    font-family: 'Century Gothic Regular';
    src: url('/wp-content/themes/botiga-child/fonts/Centurygothic-regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'SangBleu Sunrise';
    src: url('/wp-content/themes/botiga-child/fonts/SangBleu-Sunrise.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'SangBleu Sunrise Light';
    src: url('/wp-content/themes/botiga-child/fonts/SangBleu-Sunrise-light.otf') format('opentype');
    font-style: normal;
}

body {
    font-family: 'Century Gothic Regular', sans-serif !important;
    overflow-x: hidden;
}

/* body * {
    border: 1px solid red; 
} */

h1,
h3 {
    font-family: 'SangBleu Sunrise Light', serif !important;
}

h2,
h4,
h5,
h6 {
    font-family: 'SangBleu Sunrise', sans-serif !important;
}

p {
    font-family: 'Century Gothic Regular', sans-serif;
}

button,
a.button {
    font-family: 'SangBleu Sunrise', serif !important;
    text-transform: revert !important;
}

a:focus {
    outline: none !important;
}

/* Footer */

/* Форма подписки  */
.bhfb-below_footer_row .bhfb-row {
    gap: 0 !important;
}

div.wpforms-container-full {
    margin: 0 !important;
}

div.wpforms-container-full,
div.wpforms-container-full * {
    float: right !important;
}

#wpforms-form-4703 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#wpforms-form-4703 .wpforms-submit-container {
    margin: 0 !important;
}

.wpforms-container .wpforms-field {
    padding: 0 !important;
    width: 390%;
}

.wpforms-container input.wpforms-field-small,
.wpforms-container select.wpforms-field-small,
.wpforms-container .wpforms-field-row.wpforms-field-small {
    max-width: 24% !important;
}

#wpforms-4703-field_2-container .wpforms-field-small {
    font-size: 14px !important;
    font-family: 'Century Gothic', sans-serif !important;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    height: 56px !important;
    border-right: 0 !important;
}

.wpforms-submit.form-footer-buttom {
    font-size: 14px !important;
    font-family: 'Century Gothic', sans-serif !important;
    text-transform: capitalize !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    height: 56px !important;
}

.wpforms-field input[type=email]:focus {
    color: #f94028 !important;
    border: 0px solid !important;
}

div.wpforms-container-full input[type=email]:focus {
    border-color: #F94028 !important;
}

.wpforms-container .wpforms-submit-container {
    min-width: fit-content;
}

.wpforms-container label.wpforms-error,
.wpforms-container em.wpforms-error {
    top: 40px;
    left: 30%;
}

.footer-html h6 {
    font-size: 20px !important;
}

.wpforms-field-container {
    width: 232px !important;
}

div.wpforms-container-full button[type=submit]:focus:after {
    border: 0px solid !important;
}

/* Footer - Elementor */
.drawn-footer-copirate-box .copyright .currentYear {
    font-size: 14px !important;
}

.grecaptcha-badge {
    display: none !important;
}

/* Настройки футера */
.menu-menu-footer-4-container .menu-item-4722,
.menu-menu-footer-4-container .menu-item-4723,
.menu-menu-footer-4-container .menu-item-4724 {
    margin-bottom: 25px;
}

.footer-widget .widget_nav_menu h5 {
    margin: 70px 0 35px !important;
}

.bhfb-below_footer_row>.container {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
}

/* Иконки в футере */
.drawn-contacts-box-mesenger {}

.drawn-div-box-icons {
    display: flex;
    flex-wrap: wrap;
}

.messenger-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    flex-direction: row;
}

.messenger-link img {
    width: 22px;
    height: 22px;
    /* margin-right: 5px; */
}

/* Чекбокс в форме "Логин" */
.woocommerce-form__label-for-checkbox span:not(.required):after {
    width: 0.85rem !important;
    height: 0.85rem !important;
    border: 1px solid #747474 !important;
    border-radius: 2px !important;
    background: #fff !important;
}

.woocommerce-form__label-for-checkbox span:not(.required) {
    padding-left: 1.1rem !important;
}

.iti__selected-flag {
    border-radius: 9px;
}