
/* CSS Document */

/******************************

[Table of Contents]

1. < 1600px
2. < 1440px
3. < 1280px
4. < 1199px
5. < 1024px
6. < 991px
7. < 959px
8. < 880px
9. < 768px
10. < 767px
11. < 539px
12. < 479px
13. < 400px
14. < 320px

******************************/



/************
1. < 1600px
************/

@media only screen and (max-width: 1600px)
{
    
}

/************
2. < 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. < 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. < 1280px
************/

@media only screen and (max-width: 1280px)
{
    .slider_nav_btn_prev
    {
        left: -22px;
    }
    .slider_nav_btn_next
    {
        right: -22px;
    }
}

/************
4. < 1199px
************/

@media only screen and (max-width: 1199px)
{
	.main_nav, .header_user, .header_cart, .header_favs
    {
        display: none;
    }
    .header_hamburger
    {
        display: flex !important;
    }
}

/************
4. < 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. < 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. < 991px
************/

@media only screen and (max-width: 991px)
{
    .footer .container
    {
        max-width: 100%;
    }
    .footer_container
    {
        padding-bottom: 22px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .footer_content
    {
        align-items: center;
        max-width: 100%;
    }
    .footer_content p
    {
        display: none;
    }
    .social_links_container
    {
        margin-top: 0;
        margin-left: auto;
    }
    .footer_nav_column
    {
        margin-bottom: 51px;
    }
}

/************
7. < 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. < 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. < 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. < 767px
************/

@media only screen and (max-width: 767px)
{
    .header
    {
        height: 72px;
    }
    .header.scrolled
    {
        height: 64px;
    }
    .logo_text
    {
        font-size: 22px;
    }
    .header_controls
    {
        padding-top: 0;
    }
    .header_search_container
    {
        display: none !important;
    }
    .menu_search
    {
        display: block;
    }
    .new_comment_input
    {
        width: 100%;
    }
    .new_comment_input:not(:last-child)
    {
        margin-bottom: 16px;
    }
    .breadcrumbs_section
    {
        margin-top: 72px;
    }
    .footer_bottom_content
    {
        height: auto;
        padding-top: 28px;
        padding-bottom: 27px;
        flex-direction: column !important;
        justify-content: center !important;
    }
    .footer_bottom_links
    {
        margin-top: 12px;
    }
    .copyright_text
    {
        text-align: center;
    }
    .menu, .menu.scrolled
    {
        height: calc(100vh - 88px);
        top: 96px;
    }
}

/************
11. < 575px
************/

@media only screen and (max-width: 575px)
{
    h2
    {
        font-size: 32px;
    }
    .section_subtitle > div
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section_subtitle img
    {
        width: 14px;
    }
    .section_subtitle span
    {
        font-size: 14px;
        margin-left: 5px;
    }
    .section_title
    {
        margin-top: 12px;
    }
    /* Header - mobile */
    .header
    {
        padding: 4px;
        padding-left: 16px;
        height: 56px;
    }
    .header_hamburger
    {
        width: 40px;
        height: 40px;
    }
    .header_hamburger.enabled .hamburger_container div:nth-child(1)
    {
        -webkit-transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg);
        -o-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }
    .header_hamburger.enabled .hamburger_container div:nth-child(3)
    {
        -webkit-transform: translateY(-5px) rotate(-45deg);
        -ms-transform: translateY(-5px) rotate(-45deg);
        -o-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg);
    }
    .menu, .menu.scrolled
    {
        right: 8px;
        height: calc(100vh - 64px);
        top: 64px;
    }
    #menu_icon
    {
        width: 18px;
        height: 12px;
    }
    .hamburger_container
    {
        width: 18px;
        height: 12px;
    }
    .hamburger_container > div:nth-child(2)
    {
        top: 5px;
    }
    .header.scrolled
    {
        height: 56px;
    }
    .header > div
    {
        padding-left: 0;
        padding-right: 0;
    }
    .search_panel.enabled
    {
        top: 56px;
    }
    .logo_text
    {
        font-size: 16px;
    }
    .logo img
    {
        width: 24px;
        height: 24px;
    }
    .search_panel
    {
        padding-left: 24px;
        padding-right: 24px;
    }
    .section_content_row
    {
        margin-top: 43px;
    }
    .slider_nav_btn
    {
        display: none !important;
    }
    .breadcrumbs
    {
        height: 56px;
    }
    .breadcrumbs_section
    {
        padding-left: 0;
        padding-right: 0;
        margin-top: 56px;
    }
    .breadcrumbs_inner
    {
        border-radius: 0;
    }
    .home_icon
    {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    .chevron_right
    {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    .blog_post
    {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .comment_user_name, .comment_post_time
    {
        font-size: 16px;
    }
    .blog_post_title_pic
    {
        margin-top: 58px;
    }
    .comment_post_time
    {
        padding-left: 16px;
        margin-left: 14px;
    }
    .comment_body
    {
        padding-left: 16px;
        padding-top: 9px;
        padding-bottom: 9px;
        margin-top: -1px;
    }
    .blog_category_list
    {
        margin-top: 37px;
    }
    .blog_body_col
    {
        margin-top: 57px;
    }
    .blog_body_col p
    {
        font-size: 16px;
    }
    .blog_post_title h1
    {
        font-size: 32px;
    }
    .blog_author_content
    {
        margin-left: 0;
        margin-top: 13px;
    }
    .blog_author_section
    {
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-top: 64px;
    }
    .comments_section
    {
        margin-top: 59px;
    }
    .comment_content
    {
        padding-left: 0;
    }
    .new_comment_section
    {
        margin-top: 38px;
    }
    .footer
    {
        padding-left: 0;
        padding-right: 0;
    }
    .footer_inner
    {
        border-radius: 0px;
    }
    .footer_logo span
    {
        font-size: 16px;
    }
    .social_links_container div:not(:last-child)
    {
        margin-right: 16px;
    }
    .social_links_container svg
    {
        width: 24px;
        height: 24px;
    }
    .footer_container
    {
        padding-left: 0;
        padding-right: 0;
    }
}

/************
11. < 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. < 480px
************/

@media only screen and (max-width: 480px)
{
    h3
    {
        font-size: 20px;
    }
    .header
    {
        padding-right: 0;
    }
    .section_title_container
    {
        margin-top: 64px;
    }
    .button_fill a div, .button_outline a div
    {
        justify-content: center;
    }
}

/************
13. < 400px
************/

@media only screen and (max-width: 479px)
{
    .search_panel
    {
        padding-left: 16px;
        padding-right: 24px;
    }
    .search_panel .search_suggestions_container
    {
        padding-left: 0;
    }
    .search_input
    {
        padding-left: 16px;
    }
    .search_input::-webkit-input-placeholder
    {
        font-size: 14px !important;
    }
    .search_input:-moz-placeholder
    {
        font-size: 14px !important;
    }
    .search_input::-moz-placeholder
    {
        font-size: 14px !important;
    } 
    .search_input:-ms-input-placeholder
    { 
        font-size: 14px !important;
    }
    .search_input::input-placeholder
    {
        font-size: 14px !important;
    }
	.footer_bottom_links
    {
        flex-direction: column !important;
        margin-top: 16px;
    }
    .footer_bottom_links div:not(:last-child)
    {
        margin-right: 0;
    }
    .footer_bottom_links div:not(:first-child)
    {
        margin-top: 8px;
    }
}

/************
14. < 320px
************/

@media only screen and (max-width: 320px)
{
    h1
    {
        font-size: 32px;
    }
    h2
    {
        font-size: 28px;
    }
}