/*
Theme Name: 221b
Theme URI: https://wordpresslab.ru/themes/221b
Author: WordPress laboratory
Author URI: https://wordpresslab.ru
Description: Clear and minimalist theme for Elementor Builder
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 221b
Tags: custom
*/

body {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
    margin-block-start:.5rem;margin-block-end:1rem;font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}


/*Woocommerce Notices*/

.woocommerce-notices-wrapper{
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.woocommerce-notices-wrapper .woocommerce-message{
    margin: 0;
    border-radius: 0;
}


woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #fff;
    box-shadow: -1px 1px 5px 1px #ddd;
}



/*My Account*/


 .woocommerce-account .woocommerce-MyAccount-navigation{
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}


.woocommerce-MyAccount-navigation ul a {
    color: inherit;
    text-transform: uppercase;
    font-weight: 500;
}


.woocommerce-account .woocommerce-MyAccount-navigation ,
.woocommerce-account .woocommerce-MyAccount-content{
    float: none;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}


.woocommerce form .form-row {
    margin: 0 0 1.5em;
}


.woocommerce form .form-row .input-text + span{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}


.woocommerce form .form-row .input-text + span em {
    font-size: 13px;
}


.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border-radius:0;
    padding: .8em;
}

.woocommerce-Address-title {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.woocommerce-Address-title h2{
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px 0;
}

.woocommerce-Address-title{
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 25px;
}

.woocommerce-account .addresses .title .edit {
    float: none;
    position: absolute;
    left: auto;
    right: 0;
    top: 8px;
    color: #222;
    text-decoration: underline;
    text-transform: lowercase;
}


.woocommerce-account .addresses .title .edit:hover{
    text-decoration: none;
}


.woocommerce-Address address{
    border: 1px solid #eee;
    padding: 25px;
    font-size: 13px;
    font-style: normal;
    line-height: 1.7;
}

 




.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    padding: 3em;
    border-radius: 0;
}


.woocommerce table.shop_attributes th {
    width: 350px;
    font-weight: 500;
    padding: 8px;
    text-align: left;
}


.woocommerce table.shop_attributes td {
    font-style: normal;
    padding: 5px 20px;
}


/*Post Form*/


