#support_header{
    background: #fafafa;
    padding:20px 15px;
    margin-bottom: 30px;
}

#support_header .container{
    display: flex;
    justify-content: space-between;
}

.support-pages .pageMain,
.support-pages .l-submain { 
    padding: 0;
}

.support-pages .l-main{
    background:#fff;
    color:#222;
}
.support_nav{
    width: 500px;
    display:flex; 
    align-items: flex-start;
}
#search_form{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.search_container{
    width: 80%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
}
.search_container input[type='text']{
    width: 50%!important; 
    min-width: 300px;
    padding:10px 15px 10px 60px;
    background:#eeeeee;
    border-width: 0px!important;
    border-style: solid;
    border-radius:30px!important;
    color:#000;
    height:50px;
    position: relative;
    margin-bottom:10px;
    background-image: url('/wp-content/plugins/virtualreal/app/public/assets/img/home/icons/search_icon.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
/*.search_container input[type='text']:before{
    content:'';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top:15px;
    background-image: url('/wp-content/plugins/virtualreal/app/public/assets/img/home/icons/search_icon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}*/
.search_container input[type='text']:focus{
    width: 100%!important;
    border-width: 0px!important;
    box-shadow: none!important;
    background:#ddd;
    background-image: url('/wp-content/plugins/virtualreal/app/public/assets/img/home/icons/search_icon.svg');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.search_container input::placeholder{
    color:#666;
}
.sugestions{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    opacity:0;
    transition:all linear .2s;
    height: 0;
    overflow:hidden;
}
.sugestions a{
    background:#222;
    font-size:13px;
    color:#fff;
    line-height: 1;
    padding: 5px 10px;
    margin-right: 3px;
    margin-bottom:3px;
    border-radius:3px;
}
.sugestions{
    justify-content: flex-end;
}
.sugestions a:hover{
    background:var(--main-color);
}
.search_container input[type='text']:focus ~ .sugestions{
    opacity: 1;
    height: auto;   
    overflow:auto;  
}
.support_nav a{
    padding:60px 10px 20px;
    text-align: center;
    width:100px;
    font-size:13px;
    font-weight:600;
    line-height:15px;
    color:#000;
    transition: all linear .2s;
    position: relative;
}
.support_nav a .img_g{
    /*display: block;*/
    opacity:1;
}
.img_w, 
.img_r, 
.support_nav a:hover .img_g,
.support_nav a.active .img_g,
.support_nav a.active:hover .img_r{
    /*display: block;*/
    opacity:0;
}
.support_nav a:hover .img_w{
    /*display: block;*/
    opacity:1;
}
.support_nav a.active .img_r{
    /*display: block;*/
    opacity:1;
}

.support_nav a img{
    width:48px;
    padding:8px 12px;
    height:40px;
    border-radius:10px;
    margin:0 auto 5px;
    transition: all linear .2s;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.support_nav a:hover img{
    background:#000;
}

.category-vr-headsets{
    padding-bottom:50px;
}

.category-vr-headsets h2,
.faqs h2,
.category-page .category-vr-headsets h1{
    text-align:Center;
    margin-bottom:15px;
    font-size:42px;
    font-weight:700!important;
    color:#000;
}
.group_items{
    display:flex;
    flex-wrap: wrap;
}
.group_items .item{
    width:calc(20% - 20px);
    margin:10px;
}
.group_items .item h3,
.group_items .item h2{
    color:#000;
    font-size:20px;
    font-weight:650;
    text-align:center;
}
.group_items .item .img_item{  
    border-radius: 15px;
    padding:25px;
    background: rgb(250,247,248);
    background: -moz-linear-gradient(180deg, rgba(250,247,248,1) 0%, rgba(251,241,244,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(250,247,248,1) 0%, rgba(251,241,244,1) 100%);
    background: linear-gradient(180deg, rgba(250,247,248,1) 0%, rgba(251,241,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faf7f8",endColorstr="#fbf1f4",GradientType=1);
    display:flex;
    align-items:center;
    justify-content:center;
}
.group_items .item .img_item img{
    width:max-content;
    transition:all linear .2s;
}
.group_items .item:hover img{
    transform:scale(1.1);
}
.links_container{
    display:flex;
}
.links_container .support-category{
    width:33.33%;
    flex:1;
    margin:10px;
}
.support-category a{
    background:#eeeeee;
    display:block;
    padding:50px 20px;
    height:100%;
    text-align:center;
}

.support-category a:hover{
    background:#222;
}
#support_footer{
    padding-top: 50px;
    padding-bottom: 100px;
    margin-top:0px;
    background: #fafafa;
}

.categories_links + #support_footer{
    margin-top:50px;
}

.support-category h2,
#support_footer h2{
    text-align:Center;
    font-size:32px;
    line-height:36px;
    font-weight:700;
    color:#000;
    margin-top:5px!important;
    padding-top:0!important;
}
.support-category a:hover h2{
    color:#fff;
}
#support_footer{
    text-align: center;
}
#support_footer p{
    color:var(--main-color);
    font-size:16px;
    font-weight:600;

}
#support_footer .btn,
.category-vr-headsets .btn{
    background-color: var(--main-color);
    color: #fff;
    padding: 15px 25px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    border-radius: 30px;
    transition: all linear .2s;
    display: inline-block;
    margin-bottom: 15px;
}
.category-vr-headsets > .container{
    text-align: center;
}
#support_footer .btn:hover,
.category-vr-headsets .btn:hover{
    background-color: #000;
}

.social_nets{
    display: flex;
    align-items: center;
    justify-content: center; 
}
.social_nets a{
    background: #222;
    width: 50px;
    height: 50px;
    border-radius:25px;
    padding:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 3px;
}
.social_nets a:hover{
    background:var(--main-color);
}

.faqs {
    margin-top:50px;
    padding: 50px 0 100px;
    background:#fafafa;
    color: #000;
}

.faqs h2{
    margin-bottom:40px;
}
.faqs .accordion-item {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.faqs .accordion-item:first-child {
    border-top: none;
}

.faqs .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-right: 20px;
}

.faqs .accordion-collapse {
    display: none;
}

.faqs .tittle_header {
    font-size: 20px;
    padding: 20px 0;
    display: block;
    font-weight:600;
}


.faqs .accordion-item p {
    max-width: 100%!important;
    margin:auto!important;
    margin-bottom: 24px!important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px!important;
    line-height: 24px!important;
}

.faqs ul {
    list-style-type: disc;
}

.faqs ul,
.faqs ol {
    margin-left: 35px;
    margin-bottom: 24px;
}

.faqs ul li,
.faqs ol li {
    margin-bottom: 6px;
    padding-left: 2px;
}

/* ARTICLE */

.article-support .container{
    display: flex;
}
.article-support .container .menu_category{
    width:calc(25% - 10px);
    margin-right: 10px;
    position:relative;
}
.article-support .container .menu_category nav{
    position: sticky;
    top:140px;
}
.article-support .container .menu_category a{
    display: block;
    color:#222;
    font-weight:600;
    padding: 5px 15px;
    border-radius:3px;
    transition:all linear .2s;
    margin-bottom:3px;
}
.article-support .container .menu_category a:hover{
    background-color: #efefef;
}
.article-support .container .menu_category a.active{
    background-color: var(--main-color);
    color:#fff;
}
.article-support .container  .article_content{
    width:75%;
}
.article-support h1,
.article-support h2,
.article-support h3,
.article-support h4{
    color:#222;
    font-weight:600;
}
.article-support h1{
    font-size:42px;
    margin-bottom:15px;
    font-weight: 700;
}
.article-support .faqs{
    padding: 50px 25px;
    margin-bottom: 50px;
}
.article_wp_content{
    padding:0 25px 25px;
}


@media (max-width:768px) {
    #support_header{
        padding-top: 0;
    }
    #support_header .container{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #support_header .container > *{
        width: 100%;
    }
    .support_nav{
        justify-content: center;
    }
    #search_form{
        align-items: center;
        justify-content: center;
    }
    .search_container{
        width: 100%;
        align-items: center;
    }
    .sugestions{
        justify-content: center;
    }
    .category-vr-headsets h2, .faqs h2,
    .category-page .category-vr-headsets h1{
        font-size:32px;
    }
    .support-category a{
        padding:30px 15px;
    }
    .support-category a img{
        width:42px;
    }
    .support-category h2, #support_footer h2{
        font-size:22px;
        line-height: 24px;
    }
    .group_items .item h3,
    .category-page .group_items .item h2{
        font-size:15px;
    }
    .faqs .tittle_header{
        font-size:18px;
        padding: 15px 0;

    }
}
@media (max-width:600px) {
    .group_items .item {
        width: calc(50% - 20px);
    }
    .faqs {
        padding: 30px 0;
    }
    .links_container{
        flex-direction:column;
    }
    .links_container .support-category{
        width: calc(100% - 20px);
    }
    .article-support .container{
        flex-direction: column-reverse;
    }
    .article-support .container .menu_category,
    .article-support .container .article_content{
        width: 100%;
    }
}
@media (max-width:400px) {
    .support_nav a > span{
        display: none;
    }
}