/*==========  Media  ==========*/
@media only screen and (min-width : 1600px) {
    .sidebar_products_link{
        font-family: 'ProximaNovaBold';
        font-size: 12px;
        color: #43536f;
        opacity: 0.5;
        display: block;
        text-decoration: none;
        line-height: 1.2;
        text-align: right;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .sidebar_products_link i{
        width: 16px;
        height: 16px;
        border: 1px solid #677897;
        background: transparent;
        border-radius: 50%;
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        max-width: 16px;
        margin-left: 30px;
        margin-right: 0px;
    }
    .categoties_tabs{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 1599px) {
    .sidebar_products{
        position: relative;
        width: 100%;
        top: inherit;
        left: inherit;
        text-align: left;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .sidebar_products_link{
        font-family: 'ProximaNovaBold';
        font-size: 12px;
        color: #43536f;
        opacity: 0.5;
        display: block;
        text-decoration: none;
        line-height: 1.2;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .sidebar_products_item {
        margin-right: 20px;
    }
    .sidebar_products_link i{
        width: 14px;
        height: 14px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        max-width: 14px;
        margin-right: 10px;
    }
    .sidebar_products_link i::before {
        content: "\f0c1";
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
    
@media only screen and (max-width : 1199px) {
    .header_nav .menu_link {
        font-size: 12px;
        padding: 0px 10px;
    }
    .home_banner {
        max-height: 400px;
    }
    .home_banner .banners{
        max-height: 360px;
    }
    .preview .btn {
        padding: 10px 10px;
        font-size: 16px;
    }
    .footer.footer_pt{
        margin-top:0px
    }
    .main_category_link {
        height: 80px;
        padding: 5px;
    }
    .main_category_name {
        font-size: 12px;
        margin-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    

    
    
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

@media only screen and (max-width : 991px) {
       .feedback_description{
           margin-bottom: 20px;
       }
    .footer.footer_pt {
        margin-top: 0px;
    }
    .header_right {
        position: inherit;
    }
    .header_main > .container {
        position: relative;
    }
    #search {
        cursor: pointer;
        position: absolute;
        width: 100%;
        overflow: hidden;
        right: 15px;
        padding: 0px;
        top: -58px;
    }
    .actions svg {
        line-height: inherit;
        color: #fff;
        width: 20px;
        height: 20px;
    }
    .field.search.opened {
        width: calc(100% - 70px);
     }
    .search_input {
        line-height: 34px;
        padding: 5px 50px 5px 5px;
        height: 34px;
        border-bottom: none;
     }
    .search_button {
        line-height: 42px;
        height: 34px;
     }
    .actions {
        line-height: 47px;
    }
    .product_image {
        min-height: auto;
    }
    .copyright .copy_company, .copyright .copy_develop {
        font-size: 12px;
    }
    .copyright .copy_company img {
        max-height: 12px;
        margin-right: 5px;
    }
    .copyright .copy_develop a {
        margin-left: 10px;
    }
    .footer_top {
        padding: 20px 0px 15px;
    }
    .section_form {
        padding: 10px 0px;
     }
    .copyright .copy_develop img {
        max-height: 20px;
        
    }
    .options_table table {
        overflow-x: auto;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main_category_link {
        height: auto;
        padding: 5px;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .main_category_name {
        font-size: 12px;
        margin-top: 0px;
        height: 40px;
        text-align: center;
        margin-left: 0px;
        overflow: hidden;
    }
    .categoties_tabs{
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-bottom: 20px;
    }
    .categoties_tab a {
        font-size: 14px;
        line-height: 1.1;
    }
    .heading_category_sub a {
        font-size: 26px;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
   
}

@media only screen and (max-width : 767px) {
    .breadcrumbs li {
        line-height: 1.2;
    }
    
    h1, .h1, .heading_page {
        font-size: 28px;
    }
    .categoties_tabs {
        margin-top: 0px;
        padding-top: 10px;
        margin-bottom: 0px;
    }
    .categoties_tabs::before {
        content: none;
    }
    .sidebar_products{display: none!important;}
    #sticker > .container{padding: 0px 10px;}
    .mob_toggle_heading{
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        cursor: pointer;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        background: RGB(255, 255, 255);
        margin-bottom: 10px;
        padding: 10px 15px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 4px 0 rgb(202, 224, 255);
        box-shadow: 0 1px 4px 0 rgb(202, 224, 255);
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-weight: 600;
        text-transform: uppercase;
    }
    .mob_toggle_heading svg{
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .mob_toggle_heading.active svg{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .product_description{
        display: block;
        padding-bottom: 15px;
    }
    .main_category_img{
        max-height: 70px;
    }
    .main_category_image {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
     }
    .comparison_button span{
        display: none;
    }
    .products_item .product_annotation{
        display: none;
    }
    .home_banner_title {
        font-size: 36px;
    }
    .home_banner_alt {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .home_banner_description {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .home_banner .btn{
        margin-bottom: 40px;
    }
    .home_banner .banners {
        height: auto;
    }
    .copyright .copy_company img {
        display: none;
    }
    body {
        font-size: 14px;
        line-height: 1.4;
     }
    .purchase_cart .purchase_name {
        font-size: 16px;
        padding-right: 10px;
        display: block;
    }
    .purchase_cart_item .btn_buy {
        padding: 10px 15px;
        font-size: 14px;
    }
    .boxed {
        margin-bottom: 15px;
        padding: 15px;
     }
    .categoties_tabs {
        margin-bottom: 5px;
    }
    .categoties_tab a {
        line-height: 1;
        margin-bottom: 0px;
        font-size: 14px;
        float: none;
        display: inline-block;
    }
}

/* Extra Small Devices, Phones */
@media (max-width : 576px) {
    
    .heading_category_sub a {
        line-height: 1;
    }
}

@media only screen and (max-width : 480px) {
    h1, .h1, .heading_page {
        font-size: 24px;
        line-height: 1.1;
        margin: 15px 0px 10px;
    }
    .header_main .informer {
        width: 35px;
        height: 35px;
        margin-left: 10px;
     }
    .toggle-button svg{
        width: 30px;
        height: 30px;
    }
    .logo {
        display: block;
        max-width: 130px;
        margin-top: 5px;
    }
    .breadcrumbs{
        display: none!important;
    }
    .product_file_box {
        padding-right: 15px;
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
    .product_file_item a {
        width: 100%;
    }
    .blog_annotation, .news_annotation {
        display: none;
    }
    .blog_content, .news_content {
        min-height: auto;
    }
    .blog_name, .news_name {
        line-height: 1;
    }
    .blog_image,
    .news_image {
        display: none !important;
    }
    .blog_content,
    .news_content {
        width: 100%;
    }
    .footer_contacts svg {
        margin: 0px 15px 0px 0px;
    }
    .footer_contacts .foot_item {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .main_last_posts_button {
        margin-bottom: 10px;
    }
    .footer_contacts {
        text-align: left;
    }
    .feedback_maps iframe {
        max-height: 200px;
    }
    .promo_left_about_page{
        display: none;
    }
    
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 382px) {

}