@import "fonts.css";
@import "normalize.css";
@import "jquery.fancybox.css";
@import "css/validationEngine.jquery.css";
//@import "css/select2.css";
//@import "jquery-ui.css";
@import "dotpay/styles.css";
@import "payu/styles.css";

html 
{

}

body 
{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #3e4b52;
    font-weight: 300;
    background: #fff;
    text-rendering: optimizeLegibility;
    min-width: 1100px;
    //overflow: hidden;
}

.section-full {
    width: 100%;
    min-width: 1100px;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #3e4b52;
}

.wrapper 
{
    width: 1100px;
    margin: 0px auto;
}


.relative {	position: relative }
.overflow { overflow: hidden; }
.left { float: left; }
.right { float: right; }
.clear { width: 100%; height: 0px; overflow: hidden; clear: both; }
.section { width: 100%; }
.hidden { display: none; }
.noWrap {white-space: nowrap;}
.fullWidth {min-width: 1100px;}

.placeholder {
    position: relative;
}

/* ::-webkit-input-placeholder { color: #3e4b52; }
:-moz-placeholder { color: #3e4b52; }
::-moz-placeholder { color: #3e4b52; }
:-ms-input-placeholder { color: #3e4b52; } */

img.responsive { max-width: 100%; height: auto; }

input,
textarea,
select,
button
{
    border: 1px solid #d2d2d2;
    font-family: 'Roboto';
    font-weight: 300;
    color: #3e4b52;
    padding: 10px 20px;
}

input[type=button],
input[type=submit],
button[type=submit]
{
    background-color: #0085d6;
    color: #fff;
    border-color: #0085d6;
    border-radius: 20px;

    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.btn {
    color: #fff;
    padding: 10px 30px;
    background-color: #0085d6;
    display: inline-block;
    border-radius: 20px;

    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}


.btn-image {
    background-image: url(../img/arrow_btn.png);
    background-repeat: no-repeat;
    background-position: 10% center;
    padding-left: 60px;
}

.btn:hover {
    background-color: #a57332;
    border-color: #a57332;
    color: #fff;
}

.table {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
}

.table th {
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}

.table thead th,
.table tfoot th {
    font-weight: 500;
    background: #f0f0f0;
    border-top: none;
    border-bottom-width: 2px;
}

.table td {
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}

.cookie-policy {
    text-align:center;
    position:fixed;
    bottom:0;
    left:0;
    display:block;
    width:100%;
    padding:10px;
    border-top:1px solid #333;
    border-radius:5px 5px 5px 5px;
    background:#000;
    background:rgba(0,0,0,0.7);
    z-index:1000;
    color:#f1f1f1;
    font-weight:300
}
.cookie-policy a{
    color:#fff;
    font-weight:400}
.cookie-policy a:hover{
    text-decoration:underline
}

.borderedBox
{
	border: 1px solid #d2d2d2;
	padding: 1.875em;
	margin: 1.250em 0;
	overflow: hidden;
}

.borderedBox .title
{
	color: #073c58;
	text-transform: uppercase;
	font-size: 0.938em;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Open Sans';
}

.borderedBox .desc
{
	margin: 2.000em 0;
	font-size: 0.938em;
	color: #3e4b52;
	line-height: 1.600em;
}

.borderedBox .buttons
{
	margin: 10px 0 15px 0;
	font-size: 0.875em;
        border-radius: 20px;
}

.borderedBox .buttons a,
.borderedBox .buttons input[type=submit]
{
	display: inline-block;
	background: #0085d6;
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0.667em 1.333em;
	letter-spacing: 1px;
	border: 0;
        border-radius: 20px;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.borderedBox .buttons a.invert
{
	background: transparent;
	color: #3e4b52;
}

.borderedBox .buttons a:hover,
.borderedBox .buttons input[type=submit]:hover
{
	background: #073c58;
	color: #fff;
}

.borderedBox input[type=text],
.borderedBox input[type=password]
{
	margin: 10px 10px 0 0;
	font-size: 1em;
}

.hForm .field-error {
    display: block;
}
.field-error {
    color: #f00;
    font-size: 0.8em;
}

.msgError {
    background: none repeat scroll 0 0 #f5f5f5;
    border-left: 5px solid #ef0000;
    color: #ef0000;
}
.msg {
    display: inline-block;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    width: 80%;
}
.msgWrap {
    display: block;
    margin: 15px 0;
    text-align: center;
}
.msgInfo {
    background: none repeat scroll 0 0 #f5f5f5;
    border-left: 5px solid #0093ec;
    color: #0093ec;
}

/*================aletr koszyk===========*/
#basket_alert
{
    padding: 1em 0;
}

#basket_alert .otherProducts
{
    background: #ECECEC;
    overflow: hidden;
    margin-top: 1em;
}

#basket_alert .title2
{
    font-weight: 300;
    color: #0b1844;
    /* color: #fff; */
    font-size: 1.625em;
    padding: 0.5em 0.7em;
    padding: 0.0em 0;
    margin-bottom: 1em;
}

#basket_alert .title2.smaller
{
    font-size: 1em;
    margin-top: 1em;
    padding: 0.5em 0.7em;
    color: #0b1844;
}

#basket_alert .left
{
    width: 25%;
}

#basket_alert .right
{
    width: 72%;
}

#basket_alert .price
{
    font-size: 0.85em;
    line-height: 1.1;
    margin-top: 0.25em;

}

#basket_alert .price span
{
    color: #0085d6;
    font-weight: 700;
}

#basket_alert .info
{
    font-size: 0.85em;
    margin-top: 1em;
}

#basket_alert .buttons
{
    margin: 1em 0;
}

#basket_alert .buttons a
{


}

#basket_alert .buttons a:hover
{

}

#basket_alert .buttons a.cart
{

}

#basket_alert .buttons a.cart:hover
{

}

#basket_alert ul.products li
{
    /* width: 45%; */
    width: 28%;
}

#basket_alert .infoBox
{
    /* background: #073C58; */
    border: 5px solid #073C58;
    text-align: center;
    /* color: #fff; */
    padding: 1.5em 0 1em;
}

#basket_alert .infoBox .buttons a
{

}

#basket_alert .infoBox .buttons a:hover
{

}

#basket_alert .infoBox .buttons a.cart
{

}

#basket_alert .infoBox .buttons a.cart:hover
{
    color: #fff;
}
#basket_alert>.product {
    width: 95%;
    height:200px;
}
/*================FORMS================*/
.form {
    position: relative;
}

.form .formTitle {
    margin: 0 0 0.5em 0;
}

.form .fieldWrap {
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
}

.form fieldset {
    margin-bottom: 15px;

}

.form fieldset legend {
    text-transform: uppercase;
    font-size: 1.2em;

}

.form input,
.form select,
.form button,
.form textarea {
    max-width: 100% !important;
}

.hForm .fieldWrap .label {
    /*float: left;
    width: 30%;*/
    padding-top: 15px;
}

.hForm .fieldWrap .field {
    /*float: right;
    width: 65%;*/
    margin-right: 10px;
}

.hForm .field-error {
    display: block;
}

#ordersList .orderSummaryWrap:hover td {
    background: #f5f5f5 !important;
}

#ordersList .orderSummaryWrap.even > td {
    background: #fafafa;
}

#ordersList .orderDetailsWrap > td {
    padding: 5px 0 5px 10px;
}

#ordersList .orderDetailsWrap td td {
    font-size: 1em;
    text-align: left;
}

#ordersList .orderDetailsWrap td th {
    background: #fff;
    border-bottom-width: 1px;
}

#ordersList .toggle {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin: 2px 0;
    background: #0085d6;
    border: 1px solid #fff;
    outline: 2px solid #0085d6;
}

#ordersList .toggle.collapsed:after {
    content: '+'
}

#ordersList .toggle.expanded:after {
    content: '-'
}

#ordersList ul {
    list-style: none;
    padding: 0;
}

#ordersList h4 {
    margin: 0 0 5px 0;
}

#ordersList .toggle:hover {
    opacity: 0.9;
}

#ordersList .col1 {
    width: 50%;
}

#ordersList .col2 {
    margin-left: 2%;
    width: 18%;
}

#ordersList .col3 {
    margin-left: 2%;
    width: 28%;
}

#ordersList .col1,
#ordersList .col2,
#ordersList .col3 {
    text-align: left;
    float: left;
}

.hr_right {
    width: 1100px;
    position: absolute;
    border-bottom: 1px solid #d0e1eb;
    bottom:-13px;
    left: 0;
}

.hr_left_up {
    width: 2000px;
    position: absolute;
    border-top: 1px solid #7A7A7A;
    right: -200px;
    top:0;
}
.hr_left_down {
    width: 2000px;
    position: absolute;
    border-bottom: 1px solid #7A7A7A;
    right: -200px;
    bottom:0;
}

/*=============HEADER============*/
#header {
    /*background-image: url("../img/header_back.jpg");
    background-position: center top;
    background-image: url(../img/header_border.jpg);*/
    border-top: 5px solid #0085d6; 

    background-color: #fff;
    height: 166px;
}
#header .logotype {
    margin-top: 40px;
}

#header .right.side {
    margin-top: 30px;
    width: 650px;
}
#header .menu-wrap {
    margin-top: 46px;
    text-transform: uppercase;
}

#header .menu-wrap>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
#header .menu-wrap>ul>li {
    display: inline-block;
    margin-right: 15px;
    height: 61px;
    min-width: 51px;
    position: relative;
    text-align: center;
}
#header .menu-wrap>ul>li.selected ,#header .menu-wrap>ul>li:hover {

}
#header .menu-wrap>ul>li>ul {
    position: absolute;
    top: 61px;
    z-index: 10000;
    background: #0085d6;
    padding: 25px 0;
    border-radius: 5px 5px 5px 5px;
    display: none;
    text-align: left;
    min-height: 5px;
}
#header .menu-wrap>ul>li>ul>li {
    z-index: 1000;
    line-height: 34px;
    white-space: nowrap;
    border-bottom: 1px solid #a57332;
    display: block;
    padding: 0 20px;
}
#header .menu-wrap>ul>li>ul>li:hover {
    background: #0000a0;
}
#header .menu-wrap>ul>li>ul>li:last-child {
    border-bottom: none;
}
#header .menu-wrap>ul>li>ul>li>a {
    color: #fff;
    font-weight: 500;
    text-transform: none;
}
.menu ul>li>ul>li>a {
    color: #fff;
}
#header .menu-wrap>ul>li>ul>li>a>span {
    color: #c9f870;
}
#header .menu-wrap .social {
    display: inline-block;
    width: 25px;
    height: 24px;
    background-image: url("../img/fb.png");
    float: right;
}
#header .header-contact {
    position: absolute;
    top:-1px;
    left: -1px;

    height: 35px;
    background: #fff;
    z-index: 1000;
    font-size: 14px;
    color: #909090;
        -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#header .header-contact .hover-zoom {
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 17px;
    height: 28px;
    float: right;
    border-right: 1px solid #e9eff3;
    border-left: 1px solid #e9eff3;
    padding: 0 20px;

}
#header .header-contact .tel {
    font-size: 21px;
    font-weight: 700;
    color: #0085d6;
}
#header .search-wrap {
    overflow: hidden;
    width: 365px;
    float: left;
        -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#header .search-wrap:hover .header-contact{
   display: none;
}
#header .search {
    position: relative;
}

#header .search input[type=text]{
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 1, 0, 0.28);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 1, 0, 0.28);
    box-shadow:         0px 1px 2px 0px rgba(0, 1, 0, 0.28);
    width: 240px;
    line-height: 28px;
    padding: 0px 40px 0px 20px;
    border-top: none;
}
#header .search input[type=submit] {
    background: transparent;
    border: none;
    width: 17px;
    height: 28px;
    padding: 0;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 19px;
    top: -1px;
}
#header .login-wrap {
    height: 28px;
    display: inline-block;
    float: right;
}
#header .login-wrap a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
#header .login-wrap a:hover {
    text-decoration: underline;
    color: #0085d6;
}

/*

#slider {
    width: 100%;
    min-width: 1100px;
    height: 537px;
}
#slider ul {
    width: 100%;
    padding: 0;
    margin:0;
    list-style: none;
}
#slider ul li {
    width: 100%;
    height: 537px;
    list-style: none;
    padding: 0;
    margin:0;
    cursor: pointer;
}
#slider ul li:hover .slideLink{
    background-color: #073c58;
    border-color: #073c58;
    color: #fff;
    
}
*/
#slider .sidler_link {
    display: block;
    width: 100%;
    height: 100%;
}
#slider .slide-wrap {
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 110px;
}
#slider .slide-wrap .slideTitle {
    font-size: 70px;
    line-height: 78px;
    font-weight: 300;
    max-width: 400px;
    margin: 0;
}
#slider .slide-wrap .slideContent {
    font-size: 20px;
    max-width: 400px;
    margin-top: 1em;
}
#slider .slide-wrap .slideLink {
    margin-top: 40px;
}
#slider .slide-wrap .pager {
    margin-top: 60px;
}
#slider .slide-wrap .pager span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    color: transparent;
    margin: 4px;
    cursor: pointer;
}

#slider .slide-wrap .pager .cycle-pager-active {
    background: #fff;
    border-radius: 50%;
}
#content h3 {
    color: #0b1844;
    text-transform: uppercase;
}

#content .menu-category-wrap {
    width: 100%;
}
#content .main-categories-nav {
    list-style:none;
    padding: 0;
    margin: 0;
    width: 1100px;
    height: 350px;
}
#content .main-categories-nav>li {
    background: #fff;
    text-align: center;
    height: 250px;
    width: 135px;
    vertical-align: bottom;
    padding: 10px;
    margin:15px;
    display: inline-block;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    float: left;
    /*-moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;*/
}
#content .main-categories-nav>li:hover {
    height: 300px;
    background: url(../img/categories_hover.jpg);
    background-repeat: no-repeat;
}
#content .main-categories-nav>li:hover .name {
    color: #fff;
    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#content .main-categories-nav>li:hover span.btn {
    display: block;
}
#content .main-categories-nav>li a {
    display: block;
    width: 100%;
    height: 100%;
}
#content .main-categories-nav>li:first-child {
    margin-left: 0;
}
#content .main-categories-nav>li:last-child {
    margin-right: 0;
}
#content .main-categories-nav>li img {
    margin-top: 30px;
}
#content .main-categories-nav>li .img {
    width: 80px;
    height: 80px;
    margin-top: 30px;
    margin-left: 30px;
    background-position: 0 0%;
    background-repeat: no-repeat;
}
#content .main-categories-nav>li:hover .img {
    background-position: 0 0;
}
#content .main-categories-nav>li .name {
    display: inline-block;
    font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase;
    height: 3em;
}
#content .main-categories-nav>li span.btn {
    text-transform: none;
    font-weight: 300;
    display: none;
    margin-top: 2em;
    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#content .main-categories-nav>li span.btn:hover {
    background: #a57332; 
}
#productsCarousel {
    position: relative;
}
#productsCarousel .controls {
    position: absolute;
    top: 200px;
    width: 100%;
}
#productsCarousel .controls .prev,
#productsCarousel .controls .next {
    position: absolute;
    width: 53px;
    height: 53px;
    cursor: pointer;
}
#productsCarousel .controls .prev {
    left: 0;
    background: url(../img/arrow_left.png)
}
#productsCarousel .controls .prev:hover {
    background: url(../img/arrow_left_active.png)
}
#productsCarousel .controls .next {
    right: 0;
    background: url(../img/arrow_right.png)
}
#productsCarousel .controls .next:hover {
    background: url(../img/arrow_right_active.png)
}
#productsCarousel ul {
    margin:0 auto;
    padding:0;
    width: 930px;
}

.product {
    width: 157px;
    height: 340px;
    border: 1px solid #ddd; 
    margin: 3px 15px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.product .center {
    text-align: center; 
}
.product .img {
    margin-top: 30px;
    height: 130px;
}
.product .img img {
    width: auto;
    height: 100%;
}
.product .title {
    margin-top: 30px;
    width: 150px;
    height: 3em;
    display: inline-block;
    white-space:normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .price {
    font-weight: bold;
    margin: 10px 0 10px 0;
}
.product .previous-price {
    font-weight: normal;
    font-size: 11px;
    text-decoration: line-through ;
}
/*===========Lista ofert===========*/
.product .title-offer {
   font-size: 17px;
   font-weight: 900;
   margin: 20px 0;
}
.product .short-description-offer {
    height: 8em;
}
.offer {
    height: 410px;
    position: relative;
}
.offer .link {
    position: absolute;
    bottom: 20px;
    left: 25px;
}
.boxes {
    overflow: hidden;
    margin-top: 40px;
}

.boxes .box {
    width: 344px;
    height: 290px;
    margin-left: 30px;
    color: #fff;
}
.boxes .box:first-child{
     margin-left: 0px;
}
.boxes .box.contact {
    background: url(../img/box_contact.png);
}
.boxes .box.coverage {
    background: url(../img/box_zasieg.png);
}
.boxes .box>div {
    float: right;
    margin-right: 20px;
    text-align: right;
}
.boxes .box .line1 {
    font-size: 28px;
    margin-top: 50px;
}
.boxes .box .line2 {
    font-size: 15px;
    line-height: 19px;
    margin-top: 1.6em;
}
.boxes .box .line3 {
    font-size: 24px;
    margin-top: 30px;
}
.boxes .box .line3 span {
    color: #76b1fd;
}
.boxes .links {
    margin-top: 20px;
}
.boxes .links a {
    margin-top: 10px;
    width: 220px;
    background-color: #0c1e4d;
    text-align: left;
    background-image: url(../img/arrow_small.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
.boxes .links a:hover {
    background-position: 95% 50%;
}
.news-list {
    color: #414141;
    text-align: left !important;
    margin: 0 !important;
    height: 100%;
    width: 100%;
}
.news-list>.title {
    border-bottom: 1px solid #e1e1e1;
}
.news-list .title h3 {
    margin-left: 10px;
}
.news-list .title a {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #999999;
    text-transform: none;
    font-weight: 300;
}
.news-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.news-list .news-list-item {
    float: left;
    margin-top: 20px;
    width: 100%;

}
.boxes .news-list .news-list-item {
    margin-bottom: 0px !important;    
}
.news-list .news-list-item .left {
    width: 50px;
    font-size: 12px;
    line-height: 1.8em;
}
.news-list .news-list-item .left .day {
    background: #287adf;
    color: #fff;
    text-align: center;
}
.news-list .news-list-item .left .year {
    color: #b4b4b4;
    text-align: center;
}
.news-list .news-list-item .right {
    width: 78%;
    font-size: 15px;
}
.news-list .news-list-item .right .title {
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 0;
    display: block;
    float: left;
}
.news-list .news-list-item .right .description {
    line-height: 1.2em;
}
.news-list .news-list-item .right > a {
    float: right;
    margin-top: 30px;
}
.news-list .news-list-item .image {
    width: 270px;
    float: left;
}
.news-list .news-list-item .content-list-item {
    width: 530px;
    float: right;
}
#content .news-list .news-list-item {
    margin-bottom: 80px;
}

#footer {
    margin-top: 70px;
    background-image: url(../img/footer_border.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    min-height: 600px;
    font-size: 12px;
    color: #333333;
    min-width: 1100px;
}

#footer  ul.menu
{
    margin: 0.938em 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#footer  ul.menu a {
    color: #333333;
    letter-spacing: 1px;
    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#footer  ul.menu > li
{
    float: left;
    margin-bottom: 3em;
    width: 20%;
    text-transform: uppercase;
    color: #0085d6;
}
#footer  ul.menu >li>ul {
    margin-top: 15px;
    padding-left: 16px;
    font-size: 14px;
}
#footer  ul.menu >li>ul>li {
    text-transform: none;
    color: #fff;
    /*list-style-image: url("../img/circle.png");*/
}
#footer ul.footer-second-nav {
   list-style: none; 
   padding: 30px 0;
   margin: 0;
   float: left;
}
#footer ul.footer-second-nav>li{
   display: inline-block;
   padding: 0 10px;
   border-right: 1px solid #303d65;
   line-height: 1em;
}
#footer ul.footer-second-nav>li:last-child {
    border-right: none;
}
#footer ul.footer-second-nav>li:first-child {
    padding-left: 0px;
}
#footer ul.footer-second-nav>li a {
   color: #333333;
}
#footer .gotop {
    float: right;
    margin: 30px 0;
    height: 15px;
    background-color: #131313;
    background-image: url(../img/arrow_top.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#footer .gotop:hover {
    background-position: center 40%;
}
#footer .footer-line2 {
    margin-top: 30px;
    color: #b4b4b4;
    float: left;
    width: 100%;
}
#footer .copyrights {
    float: left;
    line-height: 3em;
}
#footer .copyrights a{
    color: #4b6690;
}
#footer .privacy-links {
    float: right;
    margin-right: 110px;
}
#footer .privacy-links a {
    padding-left: 10px;
}
#footer .firma {
    font-size: 13px;
    float: left;
    clear: both;
    margin-bottom: 60px;
}
#footer .unia {
    width: 100%;
    height: 183px;
    background: url(../img/unia.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/*=======================PAGES================*/
#banner {
    height: 240px;
    color: #fff;
}
#banner .slide-wrap {
    padding-top: 20px;
}
#banner .slide-wrap .slideTitle {
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    max-width: 800px;
    margin: 0;
}
#banner .slide-wrap .slideContent {
    font-size: 20px;
    max-width: 800px;
    margin-top: 1em;
    color: #c5e8ff;
}
#banner .slide-wrap .slideLink {
    margin-top: 25px;
}
#content {
    padding-top: 30px;
}
#content .left.side{
    float: left;
    width: 234px;
}
#content .right.side{
    float: right;
    width: 823px;
}
/*=============menu kategorii=======*/
#content .menu ul{
    list-style: none;
    padding: 0;
    margin:0;
}
#content .menu>ul>li {
    line-height: 3em;
    border: 1px solid #dedede;
    margin: 10px 0;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    
}
#content .menu>ul>li>a {
    position: relative;
    text-transform: uppercase;
    height: 100%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 900;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#content .menu>ul>li a .icon-arrow {
    display: block;
    height: 21px;
    width: 21px;
    background: url(../img/arrow-nav.png);
    position: absolute;
    right: 15px;
    top: 15px;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#content .menu ul li.opened > a .icon-arrow {
    transform: rotate(180deg);
}
#content .menu>ul>li.item-1>a{
    color: #e61d2a;
}
#content .menu>ul>li.item-1.opened>a{
    color: #fff;
    background-color: #e61d2a;
}
#content .menu>ul>li.item-1.opened {
    border: 1px solid #e61d2a;
}

#content .menu>ul>li.item-2>a{
    color: #35458b;
}
#content .menu>ul>li.item-2.opened>a{
    color: #fff;
    background-color: #35458b;
}
#content .menu>ul>li.item-2.opened {
    border: 1px solid #35458b;
}

#content .menu>ul>li.item-3>a{
    color: #66a72c;
}
#content .menu>ul>li.item-3.opened>a{
    color: #fff;
    background-color: #66a72c;
}
#content .menu>ul>li.item-3.opened {
    border: 1px solid #66a72c;
}

#content .menu>ul>li.item-4>a{
    color: #747a8a;
}
#content .menu>ul>li.item-4.opened>a{
    color: #fff;
    background-color: #747a8a;
}
#content .menu>ul>li.item-4.opened {
    border: 1px solid #747a8a;
}

#content .menu>ul>li.item-5>a{
    color: #613d1c;
}
#content .menu>ul>li.item-5.opened>a{
    color: #fff;
    background-color: #613d1c;
}
#content .menu>ul>li.item-5.opened {
    border: 1px solid #613d1c;
}

#content .menu>ul>li.item-6>a{
    color: #fd9b00;
}
#content .menu>ul>li.item-6.opened>a{
    color: #fff;
    background-color: #fd9b00;
}
#content .menu>ul>li.item-6.opened {
    border: 1px solid #fd9b00;
}

#content .menu>ul>li>ul {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}
#content .menu>ul>li>ul>li {
    padding-left: 40px;
    line-height: 1.6em;
}
#content .menu>ul>li.descendant-selected ul {
    display: block;
}
#content .menu>ul>li>ul>li a {
    font-weight: 500;
    font-size: 14px;
    position: relative;
	color: #3e4b52;
}
#content .menu>ul>li>ul>li>a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url(../img/check.png) no-repeat center center;
    position: absolute;
    left: -17px;
    top:7px;
}
#content .menu>ul>li>ul>li.selected>a:before {
    text-decoration: none !important;
}
#content .menu>ul>li>ul>li a:hover,#content .menu>ul>li>ul>li.selected a {
    text-decoration: underline;
    color: #92be0f;
}
#content .menu>ul>li>ul>li li {
    font-weight: 300;
    padding-left: 30px;
}

#content .main-title {
    font-size: 19px;
    color: #0b1844;
    font-weight: normal;
    line-height: 3em;
    border-bottom: 1px solid #e8e8e8;
}
/*==============lista produktów============*/
.products {
    list-style: none;
    padding:0;
    margin: 20px auto 0;
}
.products .product {
    float: left;
    width: 250px;
    height: 410px;
    margin: 0 0 10px;
    text-align: center; 
}

.products .product .link{
    width: 100%;    
    text-align: center; 
    left:0;
}
/*==============PAGINACJA============*/
#content .pagination-wrap {
    padding: 20px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    line-height: 1em;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}

#content .pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
}
#content .pagination li {
    float: left;
    padding: 0 8px;
    border-right: 1px solid #d8d8d8;
    line-height: 1em;
}
#content .pagination li:last-child {
    border: none;
}
#content .pagination-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
}
#content .pagination-nav li {
    float: left;
    padding: 0 8px;
    border-right: 1px solid #d8d8d8;
}
#content .pagination-nav li:last-child {
    border: none;
}
#content .pagination-wrap a:hover, #content .pagination-wrap .current {
    color: #0085d6;
}
#content .pagination-nav .prev:before {
    content: "\0000AB";
    color: #92be0f;
    font-size: 18px;
    margin-right: 5px;
}
#content .pagination-nav .next:after {
    content: "\0000BB";
    color: #92be0f;
    font-size: 18px;
    margin-left: 5px;
}
/*==============PRODUKT=============*/
#product {
}
#product .gallery-wrap {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    height: 575px;
}
#product .gallery-wrap .bigImg-wrap {
    display: inline-block;
    float: left;
    width: 600px;
    max-height: 575px;
    line-height: 575px;
    border-right: 1px solid #d3d3d3;
    text-align: center;
}
#product .gallery-wrap .bigImg-wrap img {
    width: auto;
    max-width: 570px;
    max-height: 570px;
}
#product .gallery-wrap .gallery {
    float: right;
    width: 222px;
    list-style: none;
    padding: 0;
    margin: 0;
}
#product .gallery-wrap .gallery .image-wrap {
    display: inline-block;
    width: 212px;
    height: 181px;
    line-height: 280px;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    cursor: pointer;
    padding: 5px;
    position: relative;
}
#product .gallery-wrap .gallery .image-wrap .image-hover {
    width: 212px;
    height: 181px;
    background-color: rgba(164,164,144,0.6);
    background-image: url(../img/zoom.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left:5px;
    top: 5px;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: none;
}#product .gallery-wrap .gallery .image-wrap:hover .image-hover {
    display: block;
}
#product .add-to-cart-form {
    margin-top: 25px;
    height: 3em;
    margin-bottom: 25px;
    border: 1px solid #d3d3d3;
    padding: 30px 40px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.3);
}
#product .add-to-cart-form .price-wrap {
    font-size: 20px;
    font-weight: 500;
    color: #22242b;
    float: left;
}
#product .add-to-cart-form .price-wrap .price {
    font-size: 27px;
    font-weight: 900;
    color: #0085d6;
}
#product .add-to-cart-form .price-wrap .gross {
    color: #0085d6;
}
#product .add-to-cart-form .btn {
    float: right;
}
#product .main-description .title{
    padding: 20px;
    border-bottom: 1px solid #d3d3d3;
    color: #212121;
}

#product .description table {
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
}
#product .description table tr {
    border-bottom: 1px solid #d3d3d3;
}
#product .description table tr td {
    padding: 8px;
}
#product .description table tr td:first-child {
    text-align: right;
    padding-right: 20px;
}
#product .description table tr td:last-child {
    font-weight: 500;
    color: #000;
}
#product .promotion-price {
    font-weight: bold;
    float: left;
    clear: both;
}
/*===============PAGES=============*/
.page-side-menu {
    border: 1px solid #dedede;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.3);
}
.page-side-menu .menu {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}
.page-side-menu .menu li {
    padding-left: 40px;
    line-height: 1.6em;
    padding: 5px 10px 5px 40px;
    font-weight: 300;
}
.page-side-menu .menu li:last-child a {
    border-bottom: none;
}

.page-side-menu .menu li>a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dedede;
    position: relative;
}
.page-side-menu .menu li>a:before {
    content: '\000BB';
    display: block;
    width: 8px;
    height: 8px;
    /*background: url(../img/check.png) no-repeat center center;*/
    position: absolute;
    left: -17px;
    top:0px;
}
.page-side-menu .menu li a:hover,
.page-side-menu .menu li.selected a {
    text-decoration: underline;
    color: #0085d6;
}
/*==============LOGIN==============*/
#login
{
	overflow: hidden;
	margin-bottom: 5em;
}

#login .bar
{
	background: #ff8201 url(../img/loginBar.jpg) no-repeat right 5% center;
	color: #fff;
	font-size: 1.625em;
	font-weight: 300;
	padding: 0.769em 1.154em;
}



#login .borderedBox
{
	width: 42.8%;
	float: left;
}

#login .borderedBox
{
	margin-left: 0%;
	margin-right: 2%;
	padding-left: 3%;
	padding-right: 3%;
}

#login .borderedBox:last-child
{
	margin-right: 0;
}

/*============REGISTRATION===============*/
#registrationForm .fieldWrap{
    float: left;
}

/*============CART==================*/
#basket .title
{
    background: #ff8201 url(../img/basketBar.jpg) no-repeat right 10% center;
}

#basket .tableContainer
{
    border: 1px solid #d2d2d2;
    padding: 15px 25px;
    margin-bottom: 15px;
}

#basket .tableContainer table
{
    width: 100%;
}

#basket .tableContainer table td
{
    border-top: 1px solid #d2d2d2;
    padding: 15px 0;
    font-size: 0.938em;
}

#basket .tableContainer table td.bold
{
    font-weight: 700;
}

#basket .tableContainer table td.color
{
    color: #ff8201;
}

#basket .tableContainer table td.alignCenter
{
    text-align: center;
}

#basket .tableContainer table tr:first-child td
{
    border: none;
}

#basket .tableContainer table th.big
{
    font-family: 'Open Sans';
    font-size: 0.938em;
    text-transform: uppercase;
    color: #073c58;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
}

#basket .tableContainer table th
{
    font-size: 0.750em;
    font-weight: 300;
    text-transform: uppercase;
}

#basket .tableContainer table td .img
{
    float: left;
    margin-right: 15px;
}

#basket .tableContainer table td .name,
#basket_alert .name
{
    font-weight: 500;
    margin-bottom: 5px;
}

#basket .tableContainer table td .desc,
#basket .tableContainer table td .features,
#basket_alert .desc
{
    font-size: 0.85em;
    line-height: 1.1;
}

#basket .tableContainer table td .features ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#basket .tableContainer table td .features ul li
{
    float: left;
}

#basket .tableContainer table td .features ul li:before
{
    content: '/';
    margin: 5px;
}

#basket .tableContainer table td .features ul li:first-child:before
{
    content: '';
    margin: 0;
}

#basket .tableContainer table td .features ul li span
{
    font-weight: 500;
}

#basket .tableContainer table td select
{
    padding: 5px 10px;
    font-size: 0.933em;
}

#basket .tableContainer table td a.remove
{
    display: inline-block;
    border: 3px solid #cddae1;
    text-decoration: none;
    font-weight: 900;
    color: #becdd5;
    line-height: 1;
    padding: 0 5px 2px;

    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#basket .tableContainer table td a.remove:hover
{
    background: #cddae1;
    color: #fff;
}

#basket .tableContainer table td.summaryLine
{
    border-top: none;
    padding-top: 0;
}

#basket .tableContainer table td .summary
{
    background: #3fa8ec;
    float: right;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.200em;
}

#basket .tableContainer table td .summary span
{
    text-transform: none;
    font-weight: 700;
    color: #073c58;
    margin-left: 10px;
}

#basket .cartItemQuantity button[name=updateQuantity],
#basket .cartItemRemove button[name=remove]{
    text-align: center;
    border: 3px solid #cddae1;
    color: #becdd5;
    display: inline-block;
    font-weight: 900;
    line-height: 1;
    padding: 1px 5px 2px;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
    background: #fff;
}

#basket .cartItemQuantity button[name=updateQuantity]:hover,
#basket .cartItemRemove button[name=remove]:hover{
    color: #fff;
    background: #CDDAE1;
}

#basket .freeDelivery
{
    background: #073c58;
    padding: 15px 35px;
    overflow: hidden;
    color: #fff;
}

#basket .freeDelivery .left .line1
{
    font-size: 1.625em
}

#basket .freeDelivery .left .line2
{
    font-size: 0.750em;
    color: #87a9b8;
}

#basket .freeDelivery .right
{
    padding: 15px 0;
}

#basket .freeDelivery .right span
{
    font-weight: 700;
    color: #ff8201;
}


#basket .steps
{
    padding: 0;
}

#basket .steps .box .name
{
    color: #073c58;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 20px 0;
}

#basket .steps .box .name .icon
{
    background: #0085d6;
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 23px;
    text-align: center;
    padding: 6px 0;
    border-radius: 100px;
    letter-spacing: 0px;
    margin-right: 5px;
}

#basket .steps .box .option
{
    padding: 5px 0;
    font-size: 0.875em;
}

#basket .steps .box .option label
{
    cursor: pointer;
}

#basket .steps .box .option label table td
{
    vertical-align: top;
}

#basket .steps .box .option input
{
    margin-right: 10px;
}

#basket .steps .box .text
{
    font-size: 0.875em;
}

#basket .steps .box input[type=text]
{
    margin: 1.250em 0;
}

#basket .steps .box input[type=button]
{
    background: #073c58;
    border: 0;
    font-weight: 900;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 0.875em;
    color: #a5bbc6;
    letter-spacing: 1px;

    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#basket .steps .box input[type=button]:hover
{
    background: #E47A0A;
    color: #fff;
}

#basket .steps .line1
{
    overflow: hidden;
    padding: 15px 0;
}

#basket .steps .line1 .box
{
    width: 33.3333%;
    float: left;
}

#basket .steps .info
{
    text-align: center;
    font-weight: 700;
    color: #073c58;
    font-size: 0.875em;
    padding: 20px 0;
}

#basket .steps .box .summaryBox
{
    background: #0085d6;
    color: #fff;
}

#basket .steps .box .summaryBox .lineTop
{
    font-size: 0.875em;
    padding: 20px 30px;
}

#basket .steps .box .summaryBox .lineTop span
{
    font-size: 21px;
    font-weight: 700;
}

#basket .steps .line2
{
    margin-bottom: 50px;
}

#basket .steps .line2 .box 
{
    width: 49%;
}

#basket .steps .line2 .box .option
{
    border: 1px solid #d2d2d2;
    padding: 10px 15px;
    margin-bottom: 5px;
}

#basket .steps .line2 .box textarea
{
    width: 90.5%;
    resize: none;
    font-size: 0.875em;
    color: #3e4b52;
    height: 115px;
}

#basket .steps .box .summaryBox .lineBottom
{
    font-size: 0.875em;
    padding: 10px 0 20px 30px;
}

#basket .steps .box .summaryBox .lineBottom .left span
{
    font-weight: 700;
    font-size: 28px;
}

#basket .steps .box .summaryBox .lineBottom .right button[type=button]
{
    color: #fff;
    border: 5px solid #fff;
    background: #3fa8ec;
    text-transform: uppercase;
    font-size: 1.286em;
    font-weight: 900;
    font-family: 'Open Sans';
    position: relative;
    right: -10px;

    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#basket .steps .box .summaryBox .lineBottom .right button[type=button]:hover
{
    background: #073c58;
}

#basket .authorization
{
    display: none;
}

#basket .authorization .boxes
{
    overflow: hidden;
}

#basket .authorization .box
{
    width: 228px;
    padding: 2% 2%;
    float: left;
    background: #0085d6;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 2%;
    min-height: 115px;
    height: 130px;
    text-align: left;
}
#basket .authorization .box>div {
    float:none;
    margin-right: 0px;
    text-align: left;
}
#basket .authorization .box.first {
    margin-left: 0px;
}

#basket .authorization .box.active
{
    background: #3fa8ec;
}

#basket .authorization .box.active .button a,
#basket .authorization .box.active .button a:hover
{
    background: #073c58;
    color: #a5bbc6;
}

#basket .authorization .box.active .button a:before
{
    top: 100%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-color: rgba(136, 183, 213, 0); 
    border-top-color: #073c58; 
    border-width: 10px; 
    margin-left: -10px;
}

#basket .authorization .box .line1
{
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    margin-top: 0px;
}

#basket .authorization .box .line2
{
    font-size: 1.063em;
    margin: 0;
}

#basket .authorization .box .button
{
    margin-top: 25px;
}

#basket .authorization .box .button a
{
    display: block;
    text-align: center;
    background: #fff;
    color: #073c58;
    font-family: 'Open Sans';
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 0.875em;
    letter-spacing: 1px;
    position: relative;

    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#basket .authorization .box .button a:hover
{
    background: #073c58;
    color: #fff;
}


#basket .authorization .forms
{
    padding: 0;
}

#basket .authorization .forms .borderedBox .desc
{
    margin-top: 0;
}
form.cartItemQuantity input[name="quantity"] {
    width: 50px;
}
/*================CART WIDGET===============*/
#cartWidget
{
    position: fixed;
    right: 0%;
    top: 180px;
    z-index: 1000;
}

#cartWidget .content
{
    border: 5px solid #0085d6;
    background: #fff;
    position: absolute;
    right: 0;
    width: 400%;
    padding: 5px 10px;
    display: none;
}

#cartWidget.visible .content
{
    display: block;
}

#cartWidget .content ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 11px;
}

#cartWidget .content ul li
{
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
    padding: 10px 0;
}

#cartWidget .content ul li:first-child
{
    border-color: transparent;
}

#cartWidget .content ul li > .left
{
    width: 20%;
}

#cartWidget .content ul li > .right
{
    width: 80%;
}

#cartWidget .content ul li .line1
{
    padding-right: 15%;
    line-height: 1;
}

#cartWidget .content ul li .line2
{
    padding-top: 5px;
}

#cartWidget .content ul li .line2 .left
{
    color: #0085d6;
}

#cartWidget .content ul li .line2 .right a
{
    text-decoration: none;
    display: inline-block;
    border: 1px solid #a5bbc6;
    text-transform: uppercase;
    color: #aabfc9;
    padding: 0 4px;

    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#cartWidget .content ul li .line2 .right a:hover
{
    background: #a5bbc6;
    color: #fff;
}

#cartWidget .content .summary
{
    font-size: 12px;
    color: #3e4b52;
}

#cartWidget .content .summary span
{
    font-weight: 900;
    color: #0085d6;
    padding-left: 10px;
    font-size: 14px;
}

#cartWidget .content .buttons
{
    margin: 10px 0;
    overflow: hidden;
}

#cartWidget .content .buttons a.cart,
#cartWidget .content .buttons a.order
{
    display: block;
    float: left;
    background: #a5bbc6;
    color: #073c58;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 0;
    text-align: center;

    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#cartWidget .content .buttons a.cart
{
    width: 40%;
}

#cartWidget .content .buttons a.cart:hover
{
    color: #fff;
    background: #0085d6;
}

#cartWidget .content .buttons a.order:hover
{
    background: #0085d6;
    color: #fff;
}

#cartWidget .content .buttons a.order
{
    width: 60%;
    color: #a5bbc6;
    background: #073c58;
}


#cartWidget .icon
{
    font-size: 3em;
    color: #fff;
    background: #0085d6;
    padding: 0.15em;
    display: inline-block;
    cursor: pointer;
}
/*===============FB widget=============*/
#fbWidget
{
    background: #fff;
    position: fixed;
    right: 0%;
    top: 290px;
    z-index: 1000;
    right: -300px;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
}
#fbWidget .icon
{
    font-size: 3em;
    color: #fff;
    background: #4785dd;
    padding: 0.15em;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: -61px;
    top: 1px;
}
#fbWidget:hover {
    right: 0;
}
#fbWidget .fb-like-box {
    width: 300px;
    height: 300px;
}
#contactWidget
{
    position: fixed;
    right: 0%;
    top: 400px;
    z-index: 100;
}
#contactWidget .icon
{
    font-size: 3em;
    color: #fff;
    background: #ff8201;
    padding: 0.15em;
    display: inline-block;
    cursor: pointer;
}
#contactWidget a {
    color: #fff;
}
/*==============lista producentów======*/
.producers {
    list-style: none;
    padding: 0;
    margin: 0;
}
.producers li {
    display: block;
    float: left;
}

/*=============OFERTY================*/
.offer-form-wrap {
    
}
.offer-form-wrap label {
    display: block;
    line-height: 3em;
    font-size: 19px;
    font-weight: normal;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    margin-top: 10px;
}
.select2-search {
    display: none !important;
}
.select2-arrow {
    //background: #7cb411 !important;
    background: url(../img/select_arrow.png) no-repeat center center !important;
    border-radius: 0px !important;
}
.select2-container .select2-choice {
    border-radius: 0px;
    height: 2em;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #dedede;
}
.select2-drop-active {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.offer-form-wrap .price-info {
    color: #818181;
    font-size: 15px;
}
.offer-form-wrap .field-wrap {
    clear: both;
}
.offer-form-wrap .field-wrap .value-wrap {
    font-weight: 500;
    margin-top: 20px;
}
.offer-form-wrap .field-wrap .value-wrap .value {
    font-weight: 900;
}
.offer-form-wrap .input-wrap {
    padding: 5px 0;
    float: left;
    clear: both;
}
.offer-form-wrap .field-wrap .img-wrap{
    overflow: hidden;
    display: none;
}
.offer-form-wrap .field-wrap .img-wrap img {
    float: left;
    margin: 10px 20px 10px 0;
}
.offer-form-wrap  a.btn {
    float: right;
    padding: 3px 0px;
    background-color: #b1b1b1;
    display: inline-block;
    width: 220px;
    text-align: center;
}
.offer-form-wrap  a.btn:hover {
    background-color: #073c58
}

.offer-form-wrap .select2-container .select2-choice {
    line-height: 30px;
}
.ui-tooltip {
    color: #fff;
    background-color: #0085d6;
    border-radius: 0px 20px 0px 20px;
}
.toltip {
    display: none;
}
.ui-tooltip-content {
    padding: 5px;
}
.ui-tooltip-content .title-toltip {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    font-weight: 900;
}
.ui-tooltip-content .content-toltip {
    display: block;
    padding-top: 20px;
    font-size: 14px;
}
.ui-tooltip-content:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #0085d6;
    position: absolute;
    top: 35px;
    left: -10px;
     -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*===============UI Tabs==============*/
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c3c3c3;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0 20px 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
        border-top: 1px solid #c3c3c3;
        border-left: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3;
        border-radius: 10px 10px 0 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 1em 2em;
	text-decoration: none;
	font-size: 0.938em;
	font-weight: 300;
	font-family: 'Open Sans';
	color: #3e4b52;

	-moz-transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover
{
	color: #0085d6;
        border-bottom: 1px solid #fff;
        margin-bottom: -1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor
{
        border-bottom: 1px solid #fff;
        margin-bottom: -1px;
	color: #0085d6;
}

.ui-tabs .ui-tabs-panel {
	display: block;
        margin-top: 20px;
}

/*=========finalizacja oferty==========*/
.offer-finalize {}

.offer-finalize .offer-attributes {
    list-style: none;
    padding: 0;
    margin: 0;
}
.offer-finalize .table {
    
}
.offer-finalize .table td, .offer-finalize .table th {
    padding: 10px 0;
    text-align: left;
    font-size: 16px;
}
.offer-finalize .back-to-offer {
    text-align: center;
    margin-top: 20px;
}
.offer-finalize .form-back {
    width: 38%;
}
.offer-finalize .form-back .formButtons {
    text-align: left;
    margin-top: 20px;
}
.offer-finalize .form-print {
    width: 21%;
}
.offer-finalize .form-send {
    margin-top: 20px;
    width: 41%;
    text-align: right;
}
.offer-finalize .form-print .formButtons {
    margin-top: 20px;
    text-align: center;
}
 
.formOffer .fieldWrap {
    float: left;
    width: 100%;
}
.formOffer .fieldWrap input[type="text"],.formOffer .fieldWrap textarea {
    width: 60%;
}
.formOffer .fieldWrap .label {
    float: left;
    text-align: right;
    margin-right: 20px;
    width: 20%;
    line-height: 50px;
}
.formOffer .fieldWrap .field {
    float: left;
    width: 70%;
}
.formOffer .fieldWrap .field .long {
    width: 100%;
}
.formOffer .formButtons {
    text-align: center;
}
.formOffer h4 {
    float: left;
    clear: both;
}
.formOffer .formButtons {
    float: left;
    width: 70%;
    margin-left: 15%;
    clear: both;
    margin-top: 20px;
}
.formOffer .formButtons input {
}
.main-related {
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}
.main-related .img-wrap {
    position: relative;
}
.contactForm {
   padding-top: 30px;
   border-top: 1px solid #dedede;
}
.contactForm .formContent {
    overflow: hidden;
}
.contactForm .fieldWrap {
    float: left;
    width: 50%;
    padding: 10px 0;
}
.contactForm .fieldWrap.text {
    width: 100%;
}
.contactForm .fieldWrap.field-button {
    width: 30%;
    float: right;
}
.contactForm .fieldWrap.text textarea {
    width: 94%;
    box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.3);
}
.contactForm .fieldWrap input{
    width: 88%;
    box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.3);
}
.contactForm .fieldWrap select {
    width: 99%;
    box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.3);
}
.contactForm .select2-container, 
.contactForm .select2-drop, 
.contactForm .select2-search, 
.contactForm .select2-search input {
    width: 98%;
    height: 34px;
    
}
.contactForm .select2-container .select2-choice {
    height: 40px;
    line-height: 40px;
    box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.3);
    border: 1px solid #d2d2d2;
}
.error_wrap {
    min-height: 1.2em;
}
#producersCarousel ul li {
    padding: 0 10px;
    height: 60px;
}
#producersCarousel ul li img {
    /*width: 100px;*/
}
#producersCarousel {
    overflow: hidden;
    margin: 20px 0px 0px 0px;
}
#producersCarousel ul {
    margin:0;
    padding: 0;
}

#content .flags {
    margin-top: 20px;
}

#content .flags .flag {
    color: #fff;
    padding: 8px 20px;
    background-color: #ff8201;
    display: inline-block;
    border-radius: 20px;
	font-weight: bold;  
	font-size: 13px;
    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#content .products .flags {
    position: absolute;
    top:-10px;
    left: 109px;
    text-align: right;
    font-size: 13px;
}

#content .products .flags .flag {
    color: #fff;
    padding: 5px 10px;
    background-color: #ff8201;
    display: inline-block;
    border-radius: 10px;
    
    margin-bottom: 5px;
}

#header .logotype .contrast{
    display: none;
}
body.contrast #header .logotype .normal{
    display: inline-block;
}
#content .products .flags .flag.flag-sellout{
	background: red;
}
#content  .flags .flag.flag-sellout{
	background: red;
}
#content .products .flags .flag.flag-promotion{
	background: #2dc52b;
}
#content .flags .flag.flag-promotion{
	background: #2dc52b;
}

.item-1{
	text-transform: none;
}
.item-2{
	text-transform: none;
}
.item-3{
	text-transform: none;
}
.item-4{
	text-transform: none;
}
#footer {
	font-size: 15px;
}
#footer ul.footer-second-nav>li a{
	font-size: 13px;
}
#biznes>tr>td{
	border: 1px solid #dedede;
	border-collapse: collapse;
}
#costam>thead>tr>th{
	background: none repeat scroll 0 0 #0085d6;
    border-color: #0068a8 #0068a8 #0068a8 #0068a8;
    border-image: none;
    font-size: 12px;
    border-left: 1px solid #0068a8;
    border-right: 1px solid #0068a8;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    padding: 5px;
    text-align: left;
}

ul.tabs {
   border-bottom: 1px solid #DEDEDE;
    border-left: 0 none;
    float: left;
    height: 32px;
    list-style: none outside none;
    margin: 0 0 0 1px;
    padding: 0;
    width: 100%;
}

ul.tabs li a:hover {text-decoration: none;}
ul.tabs li.active span.tab_link_area, ul.tabs li.active a {
    float: left;
    height: auto;
    padding: 2px 12px;
}
ul.tabs li span.tab_link_area, ul.tabs li a {
    float: left;
    height: auto;
    padding: 6px 12px;
}
ul.tabs li {
   background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DEDEDE;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 26px;
    line-height: 14px;
    margin-left: -1px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    font-family: "Open Sans",Tahoma,Geneva,sans-serif;
    font-size: 14px;
    color: #0085d6;
}
ul.tabs li:hover {
    background: #F7F7F7;
}	
ul.tabs li.active{
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #DEDEDE;
    height: 22px;
    margin-top: 0;
    padding-top: 9px;
}

.tab_container {
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: #DEDEDE;
    border-image: none;
    border-right: 1px solid #DEDEDE;
    border-style: none solid solid;
    border-width: 3px 1px;
    clear: both;
    float: left;
    width: 100%;
}
.tab_content {
    padding: 15px;
    display: none;
}
#cartWidget {
    position: fixed;
    right: 0%;
    top: 180px;
    z-index: 1000;
}
#fbWidget .icon {
    font-size: 3em;
    color: #fff;
    background: #4785dd;
    padding: 0.15em;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: -61px;
    top: 1px;
}
#fbWidget .fb-like-box {
    width: 300px;
    height: auto;
}
#contactWidget {
    position: fixed;
    right: 0%;
    top: 400px;
    z-index: 100;
}
#header .menu-wrap>ul>li.selected, #header .menu-wrap>ul>li:hover {
    background-image: url(../img/menuHover.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
