/*===================================================================================*/


/*  Helper
/*===================================================================================*/

.light-bg {
    background-color: #f8f8f8;
}

.inner {
    padding-top: 75px;
    padding-bottom: 75px;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.semi-bold {
    font-weight: 600 !important;
}

.title-color {
    color: #434343 !important;
}

.content-color {
    color: #747474 !important;
}

.bold {
    font-weight: 700 !important;
}

.auto-width {
    width: auto !important;
}

.center-block {
    float: none;
}

.inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-top {
    padding-top: 120px;
}

.inner-top-md {
    padding-top: 100px;
}

.inner-top-sm {
    padding-top: 80px;
}

.inner-top-xs {
    padding-top: 40px;
}

.inner-bottom {
    padding-bottom: 120px;
}

.inner-bottom-md {
    padding-bottom: 100px;
}

.inner-bottom-sm {
    padding-bottom: 80px;
}

.inner-bottom-xs {
    padding-bottom: 40px;
}

.inner-left {
    padding-left: 75px;
}

.inner-left-md {
    padding-left: 60px;
}

.inner-left-sm {
    padding-left: 45px;
}

.inner-left-xs {
    padding-left: 30px;
}

.inner-right {
    padding-right: 75px;
}

.inner-right-md {
    padding-right: 60px;
}

.inner-right-sm {
    padding-right: 45px;
}

.inner-right-xs {
    padding-right: 30px;
}

.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}

.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}

.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}

.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.outer-top {
    margin-top: 120px;
}

.outer-top-md {
    margin-top: 100px;
}

.outer-top-sm {
    margin-top: 80px;
}

.outer-top-xs {
    margin-top: 40px;
}

.outer-bottom {
    margin-bottom: 120px;
}

.outer-bottom-md {
    margin-bottom: 100px;
}

.outer-bottom-sm {
    margin-bottom: 80px;
}

.outer-bottom-xs {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .inner-xs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inner-top {
        padding-top: 80px;
    }
    .inner-top-md {
        padding-top: 65px;
    }
    .inner-top-sm {
        padding-top: 50px;
    }
    .inner-top-xs {
        padding-top: 40px;
    }
    .inner-bottom {
        padding-bottom: 80px;
    }
    .inner-bottom-md {
        padding-bottom: 65px;
    }
    .inner-bottom-sm {
        padding-bottom: 50px;
    }
    .inner-bottom-xs {
        padding-bottom: 40px;
    }
}


/*===================================================================================*/


/*	GENERAL
/*===================================================================================*/

.fontawesome {
    font-family: fontawesome;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.thumb-holder {
    float: left;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.h1,
h1 {
    color: #3d3d3d;
    letter-spacing: -1px;
    font-size: 40px;
    font-weight: normal !important;
    line-height: 40px;
    padding-bottom: 30px;
}

.h1.border,
h1.border {
    border-bottom: 1px solid #e0e0e0;
    line-height: 50px;
}

h2 {
    font-size: 18px;
    line-height: 37px;
    letter-spacing: -1px;
}

h2.border {
    border-bottom: 1px solid #e0e0e0;
    line-height: 50px;
}

.iconic-link {
    color: #3d3d3d;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.iconic-link:before {
    margin: 0 5px 0 0;
    font-size: 18px;
    color: #c6c6c6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: fontawesome;
}

.availability {
    font-size: 11px;
    line-height: 9px;
    margin: 10px 0 15px 0;
    color: #707070;
    font-weight: 600;
}

.availability span {
    margin: 0 0 0 3px;
}

.availability .available {
    color: #59B210;
    font-weight: 700 !important;
    font-weight: 800;
}

.availability .not-available {
    color: red;
    font-weight: 700 !important;
    font-weight: 800;
}

ul {
    list-style: none;
}

.font-opensans {
    font-family: 'Open Sans', sans-serif;
}

.color-bg {
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
}

img {
    width: auto\9;
    max-width: 100%;
}

.no-margin {
    padding: 0;
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-margin-left {
    margin-left: 0;
    padding-left: 0;
}

.no-margin-right {
    margin-right: 0;
    padding-right: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.caroufredsel_wrapper {
    margin: 0!important;
    width: 100%!important;
}

.caroufredsel_wrapper ul {
    padding-left: 0!important;
}

*,
html,
body {
    font-family: 'Open Sans', sans-serif;
}

body {
    font-size: 15px;
    color: #5d5d5d;
    background-color: #fff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    -webkit-text-shadow: none;
}

::selection {
    color: #ffffff;
    text-shadow: none;
    -webkit-text-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    outline: none !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

.uppercase {
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

#container {
    position: relative;
}


/*===================================================================================*/


/*	Top Navbar
/*===================================================================================*/

.top-bar {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0 9px;
}

.top-bar ul {
    list-style: none;
}

.top-bar ul.right {
    text-align: right;
}

.top-bar ul.right>li:first-child a {
    padding: 0 13px;
}

.top-bar ul.right>li:last-child a {
    padding: 0 0 0 12px;
}

.top-bar ul>li {
    display: inline-block;
}

.top-bar ul>li.dropdown .dropdown-menu {
    top: 135%;
    border-radius: 0px;
}

.top-bar ul>li.dropdown .dropdown-menu li {
    text-align: left;
    display: block;
}

.top-bar ul>li.dropdown .dropdown-menu li a {
    display: block;
    padding: 7px 13px;
    margin: 0 2px;
    border: none;
}

.top-bar ul>li:first-child a {
    padding: 0 16px 0 0;
}

.top-bar ul>li:last-child a {
    border: none;
}

.top-bar ul>li a,
#logged_as {
    padding: 0 13px;
    border-right: 1px solid #e0e0e0;
    color: #3d3d3d;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
}


/*===================================================================================*/


/*  Header
/*===================================================================================*/

header {
    padding: 40px 0 31px 0;
    border-bottom: 1px solid #e0e0e0;
}

header.ver2 {
    padding-bottom: 0;
    margin-bottom: 13px;
}

header .logo-holder .logo {
    margin: 15px 0 17px 20px;
}

header .logo-holder .logo a {
    /* background: url(../images/logo-4office.png) 0 0 no-repeat; */
    width: 212px;
    height: 77px;
    display: block;
    /* text-indent: 100%; */
    white-space: nowrap;
    overflow: hidden;
}

header .top-search-holder {
    margin: 0 0 0 -20px;
}

header .top-search-holder .contact-row {
    font-size: 14px;
    line-height: 20px;
}

header .top-search-holder .contact-row .phone {
    margin: 0 10px 0 0;
}

header .top-search-holder .contact-row i {
    vertical-align: middle;
    margin: 0 8px 0 30px;
    font-size: 23px;
    line-height: 23px;
}

header .top-search-holder .contact-row i:first-child {
    margin: 0 8px 0 0;
}

header .top-search-holder .search-area {
    border: 3px solid #c6c6c6;
    border-radius: 7px;
    margin: 8px 0 0 0;
    position: relative;
}

header .top-search-holder .search-area .search-field,
header .top-search-holder .search-area .search-input {
    display: inline-block;
}

header .top-search-holder .search-area .search-input {
    border-radius: 5px 0 0 5px;
    border: none;
    width: 100%;
    padding: 13px;
}

header .top-search-holder .search-area .submit {
    position: absolute;
    right: 0;
    top: 0;
}

header .top-search-holder .search-area .submit input {
    width: 49px;
    height: 49px;
    line-height: 49px;
    padding: 0;
    opacity: 0;
    position: relative;
    z-index: 1;
}

header .top-search-holder .search-area .submit:after {
    content: "\f002";
    font-family: fontawesome;
    font-size: 25px;
    color: #fff;
    width: 49px;
    height: 49px;
    line-height: 49px;
    display: block;
    background: #3498DB;
    text-align: center;
    border-radius: 7px;
    position: absolute;
    top: 0;
    right: 0;
}

header .top-cart-row {
    padding: 35px 0 0 21px;
}

header .top-cart-row .top-cart-holder .basket {
    margin: 0 auto;
    display: table;
}

header .top-cart-row .top-cart-holder li {
    background: url(../images/icon-cart.png) 0 0 no-repeat;
    padding: 16px 0 15px 70px;
}

header .top-cart-row .top-cart-holder #basketquant {
    font-weight: 700 !important;
    font-weight: 800;
    background: #3498db;
    color: #fff;
    padding: 4px 10px;
    margin: 0 0 0 10px;
    border-radius: 20px;
}

.clear-fix {
    width: 100%;
    clear: both;
    content: "";
}


/*===================================================================================*/


/*  Sidemenu
/*===================================================================================*/

.sidemenu-holder {
    padding: 0;
    margin: 0;
    width: 21.5%!important;
}

.sidemenu-holder .side-menu .head {
    padding: 12px 14px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    font-size: 16px;
}

.sidemenu-holder .side-menu .head i {
    margin: 0 6px 0 0;
}

.sidemenu-holder .side-menu nav {
    border-radius: 0 0 5px 5px;
}

.sidemenu-holder .side-menu nav .nav>li {
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.megamenu-horizontal .nav>li {
    position: relative;
    width: 100%;
}

.megamenu-horizontal .nav>li>a {
    color: #636363;
    font-weight: 600;
    position: relative;
}

.megamenu-horizontal .nav>li>a:focus,
.megamenu-horizontal .nav>li>a:hover {
    color: #fff;
}

.megamenu-horizontal .nav>li>a:focus:after,
.megamenu-horizontal .nav>li>a:hover:after {
    opacity: 1;
}

.megamenu-horizontal .nav>li>a:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "\f105";
    font-family: fontawesome;
    line-height: 18px;
    opacity: 0;
    color: #fff;
    float: right;
    font-size: 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 11px;
    right: 6px;
}

.sidemenu-holder .side-menu nav .nav>li:last-child {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0 0 5px 5px;
}

.sidemenu-holder .side-menu nav .nav>li:last-child a {
    border-radius: 0 0 3px 3px;
}


/*
.sidemenu-holder .side-menu nav .nav > li:first-child a,
.sidemenu-holder .side-menu nav .nav > li:last-child a {
  line-height: 26px;
}
.sidemenu-holder .side-menu nav .nav > li:first-child a:after,
.sidemenu-holder .side-menu nav .nav > li:last-child a:after {
  line-height: 27px;
}*/

.sidemenu-holder .side-menu nav .nav>li a {
    padding: 10px 30px 10px 14px;
    line-height: 17px;
    position: relative;
    text-transform: inherit!important;
}

.sidemenu-holder .side-menu nav .nav>li:nth-child(2n+1) {
    background-color: #fff;
}

.sidemenu-holder .side-menu nav .nav>li:nth-child(2n) {
    background-color: #f9f9f9;
}

#handlowiec {
    width: 100%;
    background: url(../../images/handlowiec.png) right 0 no-repeat;
    padding: 40px 0 80px 0;
}

#handlowiec-opis {
    display: block;
    font-size: 22px;
    color: black;
    width: 170px;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 20px;
}

#handlowiec a {
    background-color: #000;
    padding: 8px 15px;
    color: #FFF;
    font-size: 16px;
}


/* Contact *********************/

#contact-us {
    width: 240px;
    margin: 0px 0 20px 0px;
    padding: 0 30px;
    display: block;
    float: left;
    font-size: 12px;
    border-top: 1px solid #E5E5E5;
}

#contact-us h3 {
    font-size: 22px;
    font-weight: 100;
    margin: 10px 0;
}

#contact-us-description {
    float: left;
    width: 100px;
    color: #7f7f7f;
    margin-bottom: 20px;
}

#contact-us-numbers {
    float: left;
    width: 120px;
}

#content,
#links {
    float: right;
    width: 780px;
}

#contact-us a {
    padding: 7px 12px;
    background-color: #d90101;
    color: #FFF;
    font-weight: bold;
}

#links ul {
    list-style-type: none;
    margin: 20px 0 0 30px;
}

#links li {
    float: left;
    margin: 3px;
    width: 240px;
}

#links a {
    color: #666;
}


/*===================================================================================*/


/*  Home Page
/*===================================================================================*/

#main {
    margin: 27px 0 0;
}

.homebanner-holder {
    padding: 0;
    margin: 0;
    width: 78.5%!important;
    padding-left: 20px;
}

.slider {
    margin: 0 0 40px 0;
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 350px;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 350px;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.slide_info {
    margin: 40px 0 0 70px;
    color: #636363;
    font-size: 18px;
    width: 60%;
}

.slide_info h2 {
    color: #3498db;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    line-height: 1.2;
    font-weight: 400;
}

.slide_info h2 a {
    color: #3498db !important;
}

.slide_info h2 a:hover {
    color: #419fdd;
}

.slide_info a {
    color: #636363 !important;
}

.slide_info a:hover {
    color: #419fdd !important;
}

.slide_info p {
    margin: 0 0 10px 0;
}

.rslides1_nav-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
}

.rslides1_nav-prev-wrap,
.rslides1_nav-next-wrap {
    display: block;
    width: 20px;
}

.rslides1_nav-prev-wrap {
    float: left;
    margin: 0 0 0 20px;
}

.rslides1_nav-next-wrap {
    float: right;
    margin: 0 20px 0 0;
}

a.rslides1_nav.prev,
a.rslides1_nav.next {
    display: inline-block;
    position: relative;
    right: 9999px;
    z-index: 1000;
}

a.rslides1_nav.prev:after,
a.rslides1_nav.next:after {
    color: #e0e0e0;
    font-family: fontawesome;
    position: absolute;
    top: 2px;
    right: -9999px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

a.rslides1_nav.prev:after {
    content: "\f053";
}

a.rslides1_nav.next:after {
    content: "\f054";
}

.slider:hover a.rslides1_nav.prev:after,
.slider:hover a.rslides1_nav.next:after {
    color: #444;
}

.tabs {
    width: 100%;
    position: absolute;
    bottom: -40px;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 2;
}

.rslides_tabs {
    background: #FFF;
    display: table;
    margin: 0 auto;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.slider:hover .tabs {
    bottom: -15px;
    opacity: 1;
}

.rslides_tabs li {
    display: inline-block;
}

.rslides_tabs a {
    display: block;
    width: 15px;
    height: 15px;
    background: #d3d3d3;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.rslides_tabs a:hover {
    background: #419fdd;
}

.rslides_tabs .rslides_here a {
    background: #419fdd;
}


/*#rslides1_s0{
	background: url('../../img/slides/start.jpg');
}
#rslides1_s0{
	background: url('../../img/slides/1.jpg') right 0 no-repeat;
}
#rslides1_s1{
	background: url('../../img/slides/2.jpg') right 0 no-repeat;
}
#rslides1_s2{
  background: url('../../img/slides/banner_2017.png') right 0 no-repeat;
}


*/

#rslides1_s0 {
    background: url('../../img/slides/tonery-banner.jpg') right 0 no-repeat;
}

/* #rslides1_s0 {
    background: url('../../img/slides/.png') right 0 no-repeat;
} */

#rslides1_s1 {
    background: url('../../img/slides/leitz-wow.jpg') right 0 no-repeat;
}

.seo-help {
    margin: 0 0 50px 0;
}

.seo-help h1 {
    font-size: 22px;
    margin: 0;
    padding: 0 0 12px;
}

.seo-help p {
    margin: 0 0 10px;
}


/***********************************************
Products menu
***********************************************/

#products-menu,
#products-menu li,
#products-menu a,
#products-menu ul {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

#products-menu {
    border-bottom: 0;
}

#products-menu.simple li a {
    border-bottom: 1px solid #e0e0e0;
}

#products-menu.simple li.products-menu-selected a {
    padding: 14px 44px;
    background-color: #fff;
    color: #3d3d3d;
    border: 1px solid #e0e0e0;
}

#products-menu.simple li.products-menu-selected a:hover {
    background-color: #e0e0e0;
    color: #3d3d3d;
    border: 1px solid #d3d3d3;
}

#products-menu li {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}

#products-menu li a {
    border-radius: 4px 4px 0 0;
    border: none;
    color: #3d3d3d;
    background-color: #f9f9f9;
    font-size: 15px;
    line-height: 13px;
    padding: 18px 39px;
    margin: 0 3px;
}

#products-menu li a:hover {
    background-color: #eee;
}

#products-menu li.products-menu-selected a {
    margin-left: 0 !important;
    font-size: 19px;
    line-height: 30px;
    padding: 16px 53px;
    font-weight: 600;
}

#products-menu li.products-menu-selected a,
#products-menu li.products-menu-selected a:focus {
    color: #fff!important;
    border: none!important;
}

#products-menu li.products-menu-selected a:hover {
    cursor: pointer;
    color: #fff;
    border: none;
}


/*===================================================================================*/


/*  Product Item, Product List, Product Grid
/*===================================================================================*/

#products-table {
    margin: 0 0 70px 0;
}

.product-item-holder.hover {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

.product-item-holder.hover:hover {
    box-shadow: 0px 0px 5px 0px #c6c6c6;
    z-index: 200;
    background-color: #fff;
}

.product-item-holder {
    background-color: #fff;
    box-shadow: 1px 0 0 0 #ececec, 0 1px 0 0 #ececec, 1px 1px 0 0 #ececec, /* Just to fix the corner */
    1px 0 0 0 #ececec inset, 0 1px 0 0 #ececec inset;
    position: relative;
}

.product-item-holder:nth-child(4n+1) {
    clear: both;
}

.product-item-holder .ribbon {
    position: absolute;
}

.product-item-holder .special-image {
    text-align: center;
    padding: 29px 0 20px 0;
    height: 200px;
}

.product-item-holder .special-price {
    padding: 11px 34px;
    display: table;
    width: 100%;
    height: 62px;
}

.product-item-holder .old-price {
    display: inline-block;
    font-size: 12px;
    color: #d3d3d3;
    font-weight: 700 !important;
    font-weight: 800;
}

.product-item-holder .price-current {
    color: #2A1051;
    font-weight: 700;
    font-size: 13px;
    float: right;
    margin: 2px 0 0;
}

.product-item-holder .price-current span {
    font-size: 12px;
    color: #827299;
}

.product-item-holder .special-description {
    margin: 7px 0 0 0;
    line-height: 19px;
    border-bottom: 1px solid #ececec;
    margin: 0 34px;
    height: 80px;
    overflow: hidden;
}

.product-item-holder .special-description a {
    color: #0e53a5;
    font-weight: bold;
}


/******************************************************
Category
*******************************************************/


/*********************************
Breadcrumb
***********************************/

.breadcrumb-nav-holder {
    display: block;
    background-color: #f9f9f9;
    padding: 10px 20px;
}

.breadcrumb-item a {
    font-size: 23px;
    color: #3498db;
}

.breadcrumb-item a.current {
    padding: 12px 0 0 22px;
    font-size: 15px;
    position: relative;
    display: block;
    color: #607890;
}

.breadcrumb-item a.current:hover {
    color: #3498db;
}

.breadcrumb-item a.current:before {
    content: "\f178";
    font-family: fontawesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 12px;
}

.shop.category #products-menu li.products-menu-selected a,
.shop.category #products-menu li.products-menu-selected a:focus {
    background-color: #fff !important;
    color: #3498db !important;
    padding: 0 !important;
    font-size: 27px;
}

#children_list {
    margin: 16px 0 50px;
    display: table;
    width: 100%;
}

#children_list div {
    float: left;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 1.4%;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

#children_list div img {
    width: 50px;
}


/*#children_list div:hover{
  box-shadow: 0px 0px 5px 0px #c6c6c6;
  z-index: 200;
  background-color: #fff;
}*/

#children_list div a {
    clear: both;
    padding: 6px 0;
    display: block;
    width: 100%;
}

.children_cat {
    font-size: 0.8em;
}

.Product.index .control-bar {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 13px;
    margin: 0 0 30px;
    display: table;
    width: 100%;
}

.Product.index .control-bar p {
    float: left;
    margin: 7px 10px 0 0;
}

.sortTable {
    display: table;
    float: left;
}

.pagination_counter {
    float: right;
    padding: 7px;
    vertical-align: top;
}

.le-select {
    background-color: #fff;
    border: 1px solid #ececec;
    color: #3d3d3d;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px 7px 10px;
    position: relative;
    vertical-align: top;
    margin: 0 18px 0 0;
}

.le-select div {
    display: inline;
}

.le-select-item {
    margin: 2rem 0;
    /*margin: 0 4px 0 0;*/
}

.pagination>li {
    float: left;
}

.pagination {
    margin: 40px 0 60px;
}

.pagination li:last-child a {
    padding: 9px 32px!important;
}

.pagination li:hover a,
.pagination li.current a {
    background-color: #fff;
}

.pagination a,
.pagination li.current,
.pagination li .disabled {
    border: 1px solid #e0e0e0;
    color: #3d3d3d !important;
    border-radius: 0!important;
    padding: 9px 17px!important;
    font-size: 18px;
    margin: 0 4px 0 0;
}

.pagination li.current,
.pagination li .disabled {
    padding: 11px 17px 11px!important;
}

.pagination li .disabled {
    color: #ccc!important;
}


/**********************************************
Pages
**********************************************/

h1 {
    margin: 0 0 0 50px;
}

#text_content,
#content_box,
#product {
    color: #747474;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 70px 0;
    padding: 0 0 0 50px;
}

#text_content li {
    background: url(../images/li.png) 0 12px no-repeat;
    padding: 0 0 0 10px;
    margin-left: 15px;
}

#links {
    background: #191919;
}

#sub_menu {}

#links,
#sub_menu {
    height: 216px;
}

#sub_menu ul li {
    margin-bottom: 10px;
}

#sub_menu ul {
    list-style: none;
    margin-top: 23px;
    margin-left: 170px;
}

#creator {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 0px;
    float: right;
    color: #FFF;
}

#creator a {
    color: #FFF;
    font-weight: bold;
}


/********************************************************
Product
********************************************************/

body.shop.product #content-inside {
    padding: 0px !important;
}

#price_basket .price {
    font-size: 22px;
    font-weight: bold;
}

#special_offer span {
    border: 0px !important;
    background: none !important;
}

#special_offer {
    text-align: center;
    color: #000000;
    font-weight: bold;
    background: #ff8800 !important;
}

#list_table #basket_amount_product input {
    margin: 0px !important;
}

#list_table #basket_amount_product td {
    padding: 0px !important;
}

#special_offer:hover {
    background: #ff9911 !important;
}

#also {
    margin: 30px 0 0;
}

#also .also_image {
    text-align: center;
    padding: 29px 0 20px 0;
    min-height: 100px;
}

#also h4 {
    color: #3498db;
    margin: 0 30px;
    line-height: 1.3;
    font-size: 14px;
    min-height: 90px;
}

#also .price {
    margin: 0 30px 12px;
    font-size: 18px;
}

#also a.dodaj {
    border: 0 none;
    border-radius: 4px;
    background-color: #3498db;
    color: #fff;
    display: table;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 auto 20px;
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#also a.dodaj:hover {
    background-color: #419fdd;
}


/***************************************
Footer
***************************************/

#footer {
    background-color: #3d3d3d;
    padding: 17px 0;
    color: #8a8a8a;
}

#footer ul {
    list-style: none;
    float: left;
    margin-top: 10px;
}

#footer ul li {
    float: left;
}

#footer ul a {
    margin-right: 20px;
    display: block;
    float: left;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #8a8a8a;
}

#footer #creator {
    color: #8a8a8a;
}

#footer #creator a {
    font-weight: 600;
    color: #fff;
}


/**************************************
Cookie
**************************************/

.cookie-alert {
    display: none;
    width: 100%;
    padding: 10px 0;
    background: #000;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 5000;
    text-align: center;
}

.cookie-alert p {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

#product_images li {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.nag__h1{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #607890;
    line-height: 18.4667px;
    letter-spacing: 0.3px;
}

#products-table h1 {
	font-size: 16px !important;
	margin: 0px !important;
	padding: 0px !important;
}