.mobile-menu-bg {
    display: none;
}
@media screen and (max-device-height: 800px) and (max-device-width: 768px) and (min-device-width: 320px) {
.mobile {
	display: block !important;
}
.desktop {
	display: none !important;
}
.header-menu-first, .header-menu-first .search-box {
	padding: 0;
}
.header-menu-first li {
    margin-left: 0;
    flex: 1;
}
.social-box {
    display: flex;
    justify-content: space-around;
    padding: 0;
    width: 100%;
}
a.menu-link { 
    text-indent: -9999px;
    z-index: 1001; 
    background: #fff; 
    line-height: 0;
    padding: 10px;
    transform: translate(10px, -10px);
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
a.menu-link .hamburguer {
    height: 2px;
    width: 30px;
    margin: 10px 0;
    background: #478fbf;
    position: relative;
    transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
}
a.menu-link .hamburguer:before {
    top: -7px;
}
a.menu-link .hamburguer:after {
    top: 7px;
    /*background: #fef200 !important;*/
}
a.menu-link .hamburguer:before, a.menu-link .hamburguer:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #478fbf;
    position: absolute;
    z-index: -1;
    transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
}
.header-menu-first li:first-child {
    padding-left: 15px;
}
ul.header-menu-first li:last-child {
    text-align: right;
}
li.header-menu-first__search-box .search-box, li.header-menu-first__search-box .search-box .search-box__search-field {
    margin: 0;
    padding: 0;
}
.footer-flex-wrap .footer-flex-col:nth-child(2) {
    min-width: unset;
}
.footer-flex-wrap .text-block p, .footer-flex-wrap .text-block h4 {
    margin: unset !important;
    height: auto;
}
ul.social-box {
    margin: 0;
}
ul.social-box li {
    margin-left: 10px;
}
.site-main > .type-product .product-pabe__flex-wrapper .product-page__widget-area, .site-main > .type-product .product-pabe__flex-wrapper .product-page__main-content {
    width: 100%;
}
.site-main > .type-product .product-page__product-head-wrapper .product-page__links-box {
    float: left;
    margin-left: 40px;
    padding-bottom: 0;
    width: 100%;
}
.site-main > .type-product .product-page__content-block .heateor_sss_sharing_container .heateor_sss_sharing_title {
    margin-bottom: 12px;
    width: 100%;
    margin-left: 0;
}
.site-main > .type-product .product-page__content-block .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0% !important; 
}
.site-main > .type-product .product-pabe__flex-wrapper {
    flex-direction: column;
}
.archive-page__wrapper {
    flex-direction: column;
}
.archive-page__wrapper .archive-page__widget-area {
    width: 100%;
    padding-top: 20px;
}
.archive-page__wrapper .archive-content {
    width: 100%;
}
.content-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.content-wrapper .archive-page__widget-area, .content-wrapper .content-area {
    width: 100%;
}
.products__product {
    max-height: unset;
}
.sendemail-page .field-textarea {
    width: auto;
}
.mobile-menu-bg { 
    position: fixed;
    z-index: 1000;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    background: rgb(0, 55, 62, 1);
    color: #b3bac6;
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translateX(100%);
    -o-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: all 0.5s cubic-bezier(.54,.04,.51,1);
    -moz-transition: all 0.5s cubic-bezier(.54,.04,.51,1);
    -ms-transition: all 0.5s cubic-bezier(.54,.04,.51,1);
    -o-transition: all 0.5s cubic-bezier(.54,.04,.51,1);
    -webkit-transition: all 0.5s cubic-bezier(.54,.04,.51,1);
}
.mobile-menu-bg.active {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translateX(0);
    transform: translate3d(0,0,0);
}
.mobile-menu-wrap { 
    padding: 35px 50px 35px 20px;
    height: 100%;
}
.mobile-menu-wrap li {
    padding: 10px;
}
.mobile-menu-wrap a {
    color: #fff; 
}
a.menu-link.active {
    position: fixed;
    background: transparent;
    padding: 0;
    top: 42px;
    left: 15px;
}
a.menu-link.active .hamburguer {
    z-index: 1001;
}
a.menu-link.active .hamburguer, a.menu-link.active .hamburguer:before, a.menu-link.active .hamburguer:after {
    background: #ffffff;
}
}