@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,latin-ext);
/*
    BODY
*/

body {
    font-family: 'Open Sans', sans-serif;
}


/*
    KOLORY
*/

.niebieski-gradient {
    background: #0f71d9;
    background: -moz-linear-gradient(top,  #0f71d9 0%, #0d5ab9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f71d9), color-stop(100%,#0d5ab9));
    background: -webkit-linear-gradient(top,  #0f71d9 0%,#0d5ab9 100%);
    background: -o-linear-gradient(top,  #0f71d9 0%,#0d5ab9 100%);
    background: -ms-linear-gradient(top,  #0f71d9 0%,#0d5ab9 100%);
    background: linear-gradient(to bottom,  #0f71d9 0%,#0d5ab9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f71d9', endColorstr='#0d5ab9',GradientType=0 );
}

/*
    KOSZYK
*/

.shop-cart {
    width: 100%;
    height: 45px;
    background: transparent;
    
}

.shop-cart-box {
    height: 45px;
    color: #fff;
}

.shop-cart-box a {
    color: #fff;
}

@media (min-width: 992px) {
   .shop-cart-box {
       width: 300px;
       float: right;
   } 
}

.shop-cart-ul li {
    float: left;
    font-weight: 600;
    font-size: 14px;
}

.shop-cart-ul .shop-cart-ul-1 {
    width: 50%;
    float: left;
    position: relative;
    padding: 7px 0 0 0;
    
}

.shop-cart-ul .shop-cart-ul-1 img {
    position: relative;
    left: 12px;
    top: 5px;
    
}    

.shop-cart-ul .shop-cart-ul-1 .span-left {
    padding-left: 18px;
}

.shop-cart-ul .shop-cart-ul-2 {
    width: 50%;
    padding: 12px 0 13px 0;
    text-indent: 46px;
    float: left;
    background: #4096ee;
    background: -moz-linear-gradient(top,  #4096ee 0%, #0b65d4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(100%,#0b65d4));
    background: -webkit-linear-gradient(top,  #4096ee 0%,#0b65d4 100%);
    background: -o-linear-gradient(top,  #4096ee 0%,#0b65d4 100%);
    background: -ms-linear-gradient(top,  #4096ee 0%,#0b65d4 100%);
    background: linear-gradient(to bottom,  #4096ee 0%,#0b65d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#0b65d4',GradientType=0 );
}

.shop-cart-count {
    width: 16px;
    height: 14px;
    padding-top: 2px;
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-radius: 16px;
    background: #fff;
    display: block;
    position: absolute;
    text-align: center;
    color: #0d5bba !important;
    right: -8px;
    top: 14px;
}

/* 
    HEADER
*/

.header-kontakt {
    float: left;
    margin-left: 50px;
    margin-top: -19px;
}

@media (max-width: 1024px) {
   .header-kontakt {
       float: none;
       display: none;
   } 
}

@media (min-width: 1024px) {
    .shop-cart {
        margin-bottom: -20px;
    }
}

/*
    WYSZUKIWARKA
*/

#search {   
    border: 1px solid #d5d5d5;   
}
#search input.text  {   
    border: 0;
    background: transparent;
    padding-left: 15px;
}

#search input.submit {
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    background: url(../img/icon-search.png)
}



.header-phone {
    color: #ff6700;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
}

.header-mail {
    color: #0c6bd7;
    font-weight: 500;
    font-size: 18px;
}


#bar .cart { 
            float: right;
            height: 34px;
            margin: 8px 0px;
            padding: 5px 10px;
            background: #1B5FAA;
            border: 0;
            border-radius: 0;
}

.product-list-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 10px;
    height: 32px;
    overflow: hidden;
}

.product-list-contener {
    padding-left: 10px;
}

.product-list-value {
    font-size: 14px;
    font-weight: 600;
    padding-top: 4px;
}

.valuePromoted {
    color: #555555;
    text-decoration: line-through;
}

.valuePromo {
    color: #ff0000;
}

.product-list-image {
    text-align: center;
    height: 280px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.desc_2 {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}

.desc_2 .property {
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.desc_2 .property span {
    float: left;
font-size: 14px;
display: inline-block;
line-height: 19px;
}

.desc_2 .property .label {
    margin-right: 10px;
    font-weight: 700;
    color: #4B4B4B;
}

.desc_2 .property div.value {
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 10px;
}

.desc_2 .property div.value .color {
    margin-right: 5px;
}

.desc_2 .description {
    clear: both;
    padding-top: 20px;
}

.desc_2 h6 {
    font-size: 14px;
    line-height: 19px;
    margin-right: 10px;
    font-weight: 700;
    color: #4B4B4B;
}

.productsList .calc {
    position: absolute;
    right: 10px;
    bottom: -10px;
    padding: 5px;
    padding-left: 35px;
    background: url(../img/calc.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
    border: 1px solid #ddd;
}

/* .product-list-image {
    position: absolute;
    right: 10px;
    top: 10px;
} */

/*  */

.buy {
    margin: 10px 0 20px 0;
}

.buy .abuy {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d5d5d5;
    font-size: 11px;
    color: #656565;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 40px;
    background: url(../img/bg-add-cart.png) no-repeat;
    background-size: auto 100%;
    background-position: left;
}

.buy .view-more {
    display: inline-block;
    vertical-align: middle;
}

.article_middle_sec {
    margin-bottom: 20px;
}

@media all and (max-width: 480px) {
    .article_middle_sec .text_article {
        display: none;
    }
}

.article_middle_sec h1.header {
    display: none;
}


.newsletter {
    clear: both;
    color: #fff;
    background: #1B5FAA;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left;
    padding: 30px 35px 30px 40px;
    position: relative;
}

.newsletter:after {
    content: "";
    width: 154px;
    height: 77px;
    position: absolute;
    right: -174px;
    top: -35px;
}

@media all and (max-width: 480px) {
    .newsletter {
        display: none;
    }
}

.newsletter .newsletter-desc {
    width: 58%;
    display: inline-block;
    vertical-align: middle;
}

.newsletter .txt {
    color: rgba(255,255,255,0.7);
}

.newsletter .cnt {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}

.newsletter h4.label {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
}

.newsletter .text {
    display: inline-block;
    width: 75%;
    box-sizing: border-box;
    height: 39px;
}

.newsletter .submit {
    display: inline-block;
    width: 24%;
    height: 39px;
    background: #000;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    padding-left: 12px;
    padding-right: 12px;
}

@media all and (max-width: 860px) {
    .newsletter .submit {
        width: 80px;
    }
}

.ribbon-left {
    position: absolute;
    left: 10px;
    top: 10px;
}

.ribbon-right {
    position: absolute;
    right: 10px;
    top: 10px;
}

.white-footer {
    background: #fff !important; 
    color: #888888;
}

.footer-contact {
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
}

/* @media all and (max-width: 480px) {
    #div_id_main_page .footer-contact {
        position: absolute;
        bottom: 775px;
    }
}
 */
.footer-txt {
    float: left;
    text-indent: 55px;
    padding-top: 20px;
}

.footer-tel-blue {
    float: right;
    color: #d5337b;
}

.footer-contact .wrapper {
    padding: 35px 0 37px 0;
 
}

.footer-copyright {
    float: left;
    font-size: 12px;
}

.footer-cstore {
    float: right;
    font-size: 12px;
}

.pod-footer {
    padding: 10px 0;
}

.cstore-footer-logo {
    background: url(../img/ico/cstore.png) no-repeat right;
    color: #888888;
    padding-right: 55px;
}

.podSlider a:hover {
    color: rgba(255,255,255,0.8);
}

.prices {
    float: left;
}


.ribbon-right2 {
    position: absolute;
    right: 20px;
    top: 100px;
}



.menuBox_Filtrowanie {
    padding: 0;
    background: #F6F6F6;
}

.menuBox_Filtrowanie h4.title {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #fff;
    background: #1B5FAA;
    width: 100%;
    text-indent: 10px;
}

.menuBox_Filtrowanie h4.title span {
    color: #fff;
    border: 0;
    padding: 0;
    margin: 0;

}

.filters_price .label {
    
}

#footer .footer-box {
    width: 23%;
    margin-right: 2%;
    float: left;
    color: #b4b4b4;
    font-size: 13px;
	font-family: "Open Sans",sans-serif;
}

#footer .footer-box a {
    color: #c7c7c7;
}

#footer .footer-box h4 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #5d5d5d;
}

#footer .footer-box h4 a {
    color: #fff;
}

@media all and (max-width: 768px) {
    #footer .footer-box {
        width: 49%;
        margin-right: 1%;
    }

    #f ul.menu li {
        width: 100%;
    }
}

@media all and (max-width: 480px) {
    #footer .footer-box {
        width: 100%;
        margin: 0;
    }
}


.mobile-view {    
    font-size: 24px;
    position: relative;
    text-align: left;
    padding: 10px 20px;
}

.mobile-view:after {
    content: "";
    position: absolute;
    width: 88px;
    height: 29px;
    bottom: -27px;
    left: 40%;
}

@media all and (min-width: 480px) {
    .mobile-view {
        //display: none;
    }

    .mobile-view:after {
        //display: none;
    }
}

@media all and (max-width: 480px) {
    .article_middle_sec .text_article {
        display: block;
    }

    .article_middle_sec .text_article > div {
        max-width: 100%;
        box-sizing: border-box;
    }

    .article_middle_sec .mobile-view {
        display: none;
    }
}

@media all and (min-width: 480px) {
    .article_middle_sec .mobile-view {
        display: block;
    }

    .article_middle_sec .text_article {
        display: none;
    }
}

@media all and (max-width: 480px){
    #mc {
        margin-top: 0;
    }
}

.mobile-view .small {
    font-size: 15px;
}

.mobile-view a {
    color: #fff;
}

.mobile-view a .orange {
    color: #f58807;
}

.article_contant {
 padding:70px 0 50px;
}

@media all and (max-width: 480px) {
    .article_contant {
        background: none;
    }
}