/*!
Theme Name:   bbwm
Theme URI:    https://hg80.studio
Author:       hg80
Author URI:   https://hg80.studio
Description:  hg80 studio РТУТЬ
Version:      2.5.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style

======
Note: Do not edit this file. If you wish to add your own CSS, go to Customizer > Additional CSS.
======
/*null*/
main{
  filter: blur(0px);
        -webkit-transition: all .3s ease-out;
     -webkit-transition-delay: 0s;
     -o-transition: all .3s ease-out;
     -o-transition-delay: 0s;
     -moz-transition: all .3s ease-out;
     -moz-transition-delay: 0s;
     transition: all .3s ease-out;
     transition-delay: 0s;  
     -webkit-transform: translateZ(0);
     -o-transform: translateZ(0);
     -moz-transform: translateZ(0);
     transform: translateZ(0);
}
.pop-open main{
  filter: blur(10px);
}

#pop-menu.h-bl >div {
     filter: blur(0px);
}
#pop-menu > div{
   filter: blur(2px);
      -webkit-transition: all .5s ease-out;
     -webkit-transition-delay: 0s;
     -o-transition: all .5s ease-out;
     -o-transition-delay: 0s;
     -moz-transition: all .5s ease-out;
     -moz-transition-delay: 0s;
     transition: all .5s ease-out;
     transition-delay: 0s;  
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: unset;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 0;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus{
outline: 0;
}
*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
    /* use animation hack, if you have hard styled input */
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color;
    /* if input has one color, and didn't have bg-image use shadow */
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    /* text color */
    /* font weigth */
    font-weight: 300!important;
    -webkit-text-fill-color:#fff;
}
body a{
    color: #000;
    font-weight: 300;
}
footer a{
    font-weight: normal;
}
ul,li{
    list-style: none;
}
/*null*/