/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.2
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.hotline {
    width: 180px;
    background-color: transparent;
    color: red;
    height: auto;
    position: fixed;
    background-image: url(/wp-content/themes/twentyseventeen/assets/images/contact1.jpg);
    background-repeat: no-repeat;
    right: 1%;
    padding-top: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
	font-size: 16px;
	z-index: 1;
}
.page-numbers {
    text-align: center;
}
span.page-numbers, .page-numbers a {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}
span.page-numbers.current,
.page-numbers a:hover {
    font-weight: bold;
    border-color: #000;
}
.text-right {
    float: right!important;
}
.text-right a {
    color: red!important;
}

.text-red a {
    color: red!important;
    font-weight: 400!important;
}

.logo, .footer_top{
    background: #e1efbb url('/wp-content/themes/twentyseventeen/assets/images/go.jpg');
    display: flex;
}
a.custom-logo-link {
    margin-top: 20px;
}
.product_item {
    height: 250px;
}
.product_item .img-responsive {
    height: 150px!important;
    width: auto;
    margin: 0 auto;
}
.footer_category h4,.footer_category a, .footer_category li {
    color: #fff!important;
}
.product {
    padding: 25px;
}
.product_item h5 a {
    color: #000!important;
    font-weight: 400!important;
}

.sticky-bottom {
    background: #161616 none repeat scroll 0 0;
    bottom: 0;
    font-size: 18px;
    left: auto;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 280px;
    padding: 9px 0 5px 0;
    z-index: 9999999999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,.0980392) 0 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,.0980392) 0 0 1px 2px;
    box-shadow: rgba(0,0,0,.0980392) 0 0 1px 2px;
}

.sticky-bottom {
    left: 15px!important;
    right: auto;
}
.sticky-bottom {
    background-color: #d33;
}
.sticky-bottom a {
    color: #fff;
    font-size: 17px;
}

@media (min-width: 1200px){
    .col-custom-1{
        width:20%!important;
    }
    
    .col-custom-2{
        width:80%!important;
    }
}


@media screen and (max-width: 767px) and (min-width: 1px){
    .col-custom-1{
        width: auto;
    }
    
    .col-custom-2{
        width: auto;
    }
}
