
.social_menu_item {
    float: left;
}
.social_menu_item{
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 135px;
}

.social_menu_item img{
    max-width: 35px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.social_menu_item a{
    display: inline-block;
    vertical-align: middle;
    color: #333333;
}
.social_menu_item a:visited{
    color: #333333;
}

.social_menu_container{
    width: 100%;
    float: left;
    margin-right: 0;
    clear: none;
    font-size: 0.875em;
}

.social_menu{
    position: relative;
    display: block;
    font-size: 0.875em;
    margin: 0;
    list-style-type: none;
}
.woocommerce-active .site-header .site-branding{
    width: 25%;
    margin-right: 0;
}
.centered {
    text-align: center;
    font-weight: 600;
}
ul.products li.product{
    margin-bottom: 1em !important;
}
ul.columns-4 li.product .product-image-wrapper,
ul.columns-3 li.product .product-image-wrapper{
    height: 230px;
    width: auto;
}
ul.columns-4 li.product img,
ul.columns-3 li.product img{
    max-height: 230px;
    width: auto;
}

.columns-3 li.product h2,
.columns-4 li.product h2{
    min-height: 50px;
}
#respond {
    padding: 2.617924em 0;
}

.product-description-anchor{
    text-decoration: none !important;
}
.storefront-full-width-content .site-main ul.products.columns-1 li.product{
    /*max-width: 50%;*/
    float: none;
    display: block;
    margin: 0 auto;
    border: 1px solid white;
}

/* menu hamburger*/
.menu-icon-wrapper{
    position: relative;
    float: right;
    height: 30px;
    margin-bottom: 30px;
    z-index: 2;
}
.menu-icon{
    width: 30px;
    height: 5px;
    margin-bottom: 10px;
    position: relative;
    top: 15px;
    background-color: #232323;
}
.menu-icon::before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 30px;
    height: 5px;
    background-color: #232323;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}
.menu-icon::after{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 30px;
    height: 5px;
    background-color: #232323;
    transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}
.menu-icon.menu-icon-active{
    background-color: transparent;
}
.menu-icon.menu-icon-active::before{
    transform: rotate(45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
.menu-icon.menu-icon-active::after{
    transform: rotate(-45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}

#menuToggle{
    display: block;
    position: relative;
    top: 50px;
    left: 50px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a{
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

#menuToggle a:hover{
    color: tomato;
}

/*
 * Just a quick hamburger
 */

#menu {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#menu::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
#menu{
    display: inherit;
    position: fixed;
    top: 0;
    right: -2000px;
    width: 1000px;
    z-index: 1;
    height: 100%;
    overflow-y: scroll;
    padding: 65px 50px 75px 50px;
    margin: 0;
    line-height: 1.2em;

    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: right 0.2s linear;
}
#menu.menu-active{
    right: -1000px;
    transition: right 0.2s linear;
}
.fixed-position {
    overflow-y: hidden;
    overflow-x: hidden;

}

#menu li{
    padding: 15px 0;
    font-size: 22px;
}


.our-advantages{
    position: relative;
    margin: 60px 0 20px;
}
.advantage{
    width: 25%;
    text-decoration: none;
    color: #000;
    display: inline-table;
    vertical-align: text-top;
    margin: 0 5px 0;
}
.advantages-icon {
    vertical-align: center;
    height: 50px;
    width: 50px;
    margin: 10px auto 10px;
    display: inline-flex;
}
.advantages-description{
    font-size: 14px;
    font-weight: bolder;
}

.woocommerce-store-notice{
    text-align: center;
}

.woocommerce-store-notice span{
    color:#e2f100;
    font-weight:bold
}

.woocommerce-checkout .woocommerce-account-fields{
    display: none;
}

@media (max-width: 1030px) {
    .product-description-anchor-button, .add_to_cart_button{
        width: 100%;
    }
    #menu{
        right: -1200px;
        width: 600px;
    }
    #menu.menu-active{
        right: -600px;
        transition: right 0.2s linear;
    }

}

@media (max-width: 768px) {
    #masthead{
        margin-bottom: 0;
    }
    .woocommerce-active .site-header .site-branding{
        width: 90%;
        margin-bottom: 10px;
    }
    .social_menu_container {
        width: 100%;
    }
    .social_menu_item{
        float: none;
        display: inline-block;
    }
    .social_menu_item{
        margin-right: 0;
    }
    .social_menu_item:not(:last-child){
        margin-right: 10px;
    }
    .social_menu_item:first-child{
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .social_menu_item img{
        display: inline;
    }
    .social_menu_item a{
        display: inline;
    }

    ul.columns-1 li.product{
        /*max-width: 50%;*/
        float: none;
        display: block;
        margin: 0 auto;
        border: 1px solid white;
    }
    ul.columns-1 li.product img{
        width: 100%;
        height: auto;
    }
    ul.columns-3 li.product,
    ul.products .wc-block-grid__product,
    .wc-block-grid__products li.product,
    .wc-block-grid__products .wc-block-grid__product {
        width: 33%;
        float: left;
        border: 1px solid white;
    }
    ul.columns-4 li.product,
    ul.products .wc-block-grid__product,
    .wc-block-grid__products li.product,
    .wc-block-grid__products .wc-block-grid__product {
        max-width: 25%;
        float: left;
        border: 1px solid white;
    }
    ul.columns-3 li.product h2,
    ul.columns-4 li.product h2,
    ul.columns-3 li.product h3,
    ul.columns-4 li.product h3{
        min-height: 100px;
    }
    ul.products li.product .price{
        min-height: 50px;
    }
    ul.columns-4 li.product .product-image-wrapper,
    ul.columns-3 li.product .product-image-wrapper{
        height: 80px;
        width: auto;
    }
    ul.columns-4 li.product img,
    ul.columns-3 li.product img{
        max-height: 80px;
        width: auto;
    }
    a.added_to_cart, a.wc-forward{
        width: 100%;
        padding: 2px;
        font-size: 1rem;
        font-weight: 400;
    }
    ul.products>li{
        margin-bottom: 1.236em !important;
    }

    #menu{
        right: -600px;
        width: 300px;
    }
    #menu.menu-active{
        right: -300px;
        transition: right 0.2s linear;
    }
}


@media (max-width: 346px) {
    .woocommerce-active .site-header .site-branding{
        width: 88% !important;
        margin-bottom: 10px;
    }
}

.optional{
	display: none;
}
.required{
	display: none;
}
.lang-list {
    margin: 7px 0 0 0;
    display: inline-block;
}

.lang-list li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.lang-list li a {
    padding: 7px 10px;
    color: #000;
    border-radius: 10px;
    background-color: #eeeeee;
}

.lang-list li:hover a {
    background-color: #d5d5d5;
}

.lang-list li a:focus,
.lang-list li a:active {
    border: none;
    outline: none;
}

.anchor-transition {
    color: #2c2d33;
}

.anchor-transition:hover {
    color: #777777;
}

.section-banner{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.section-banner a{
    width: 100%;
}

.section-banner a img{
    width: 100%;
    height: auto;
}

.banner-desktop{
    display: block;
}
.banner-mobile{
    display: none;
}

@media (max-width: 768px) {
    .banner-desktop{
        display: none;
    }
    
    .banner-mobile{
        display: block;
    }
    
    .woocommerce-active .site-header .col-full {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .woocommerce-active .site-header .site-branding {
        width: inherit;
    }

    .woocommerce-active .site-header .page-navigation {
        position: absolute;
    }
}
