.html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none;
    border: none;
    margin: 0;
    outline: 0;
    padding: 0;
}

.accessibility {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

h2 {
    border-bottom: 2px solid #efcd3e;
    padding-bottom: 15px;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 10px;
}

h4 {
    font-weight: 300
}

h4.title {
    border-bottom: 2px solid #efcd3e;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#orderSummary h4.title {
    margin-top: 15px;
}

.center {
    text-align: center;
}

.semibold {
    font-weight: 700
}

.netto_price {
    font-weight: 500;
    font-size: 13px;
}

.product-old-price {
    color: red;
    text-decoration: line-through;
    /* position: absolute;
    bottom: -10px;
    left: 50%; */
    font-size: 12px;
}

#logob2b {
    position: absolute;
    padding-left: 60px;
    top: 90px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
}
#logob2b a {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
}
.header_b2b #logob2b {
    color: #323232;
}
.header_b2b #logob2b a {
    color: #323232;
}



.btn {
    border: 1px solid #ffd835;
    color: #191919;
    font-size: 15px;
    border-radius: 0px;
    font-weight: 300;
    background-color: transparent
}

.btn:active, .btn.active {
    box-shadow: none;
}

.btn-yellow {
    background-color: #ffd835;
    padding: 6px 25px;
    width: 230px;
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    padding-right: 24px;
    font-weight: 400;
    transition: all .5s ease;
}

.p24_submit {
    border:none;
    padding: 30px 50px;
    background: #5eb95e;
    color:#fff;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

/*.btn:hover {
    box-shadow: 0 14px 26px -12px rgb(255, 216, 53), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}*/

.btn-yellow>img {
    margin-left: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 85px;
}

.yellow-x {
    font-weight: bold;
    color: #EECA33;
}


.loaderB,
.loaderBB{
	right: 75px;
    top: calc(50% - 10px);
    position: absolute;
    font-size: 10px;
    margin: 2px;
    text-indent: -9999em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #191919;
    background: -moz-linear-gradient(left, #191919 10%, rgba(0, 0, 0, 0) 42%);
    background: -webkit-linear-gradient(left, #191919 10%, rgba(0, 0, 0, 0) 42%);
    background: -o-linear-gradient(left, #191919 10%, rgba(0, 0, 0, 0) 42%);
    background: -ms-linear-gradient(left, #191919 10%, rgba(0, 0, 0, 0) 42%);
    background: linear-gradient(to right, #191919 10%, rgba(0, 0, 0, 0) 42%);
    /*position: relative;*/
    -webkit-animation: load3A 1.4s infinite linear;
    animation: load3A 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loaderB:before,
.loaderBB:before{
    width: 50%;
    height: 50%;
    background: #191919;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loaderB:after,
.loaderBB:after{
    background: #ffd835;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.loaderB:after {
    background: #ffd835;
}
.loaderBB {       
    left: calc(50% - 75px);
    top: calc(50% - 75px);
    position: absolute;
    font-size: 30px;
    margin: 2px;
    text-indent: -9999em;
    width: 150px;
    height: 150px;
    background: -moz-linear-gradient(left, #ffd835 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffd835 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffd835 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffd835 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffd835 10%, rgba(255, 255, 255, 0) 42%);
}
.loaderBB:after {
    background: #ffffff;
    width: 80%;
    height: 80%;
}
.loaderBB:before {
    background: #ffd835;
    /*top: 5px;
    left: 2px;*/
}

.loaderA{   
    left: 4px;
    top: 3px;
    position: absolute;
    font-size: 10px;
    margin: 2px;
    text-indent: -9999em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffd835 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffd835 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffd835 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffd835 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffd835 10%, rgba(255, 255, 255, 0) 42%);
    /*position: relative;*/
    -webkit-animation: load3A 1.4s infinite linear;
    animation: load3A 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loaderA:before{
    width: 50%;
    height: 50%;
    background: #ffd835;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loaderA:after{
    background: #ffffff;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#pricelist_load {
    width:100%;
    height:100%;
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
    top: 0;
	overflow: hidden;
    z-index: 100000;
}
#pricelist_load h3 {
    position: absolute;
    top: calc(50% - 175px);
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 40px;
}
@-webkit-keyframes load3A {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3A {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.add_fav, .add_fav_cart {
	position: relative;
    display: block;
    float: right!important;
    background-image: url(../../img/png/favna_20.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: transparent;
    height: 25px;
    width: 25px;
    margin-right: 5px;
	cursor: pointer;
}
.add_fav.active, .add_fav_cart.active {
    background-image: url(../../img/png/favon_20.png);
}
.add_fav-dial, .add_fav_cart-dial {
	position: relative;
    display: block;
    float: right!important;
    background-color: transparent;
    height: 25px;
    width: 25px;
    margin-right: 5px;
	cursor: no-drop;
}
.add_fav_cart, .add_fav_cart-dial {
    float: left!important;
    margin-left: 10px;
}
.add_fav-dial .loaderA, .add_fav_cart-dial .loaderA {
    left: 3px;
    top: 1px;
}



.add-to-basket, .add-to-basket-dial, .add-to-basket-popup {
    background-image: url(../../img/basket.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 35px;
    background-color: transparent;
    height: 35px;
    border-width: 2px;
    font-weight: 500;
    font-size: 16px;
}
#add_to_basket-1, .add-to-basket-dial {
	background-image: none;
    padding: 6px 12px 6px 32px;
    position: relative;
}

.wild_prods {
    margin-top: 10px;
}

.back-btn img {
    padding-right: 5px;
}

.back .back-btn {
    border: none;
}

header, nav, section, article, aside, footer {
    display: inline-block;
}

.col-md-25 {
    width: 20%;
}

#boxes-7 {
    margin: 35px 0px;
    height: 170px;
}

.box-img a img {
    width: 100%;
}

.box .box-img a div {
    text-align: center;
    vertical-align: middle;
    height: 50px;
    width: 100%;
    display: table;
    margin-top: -115px;
}

.box .box-img a div div, .box .box-img a:hover div div, .box .box-img a:focus div div {
    display: table-cell;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

.box-title {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #efce41;
}

#product-left {
    width: 69%;
    display: inline-block;
}

#product-right {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

#product-photo-big li {
    width: 100%;
    padding-right: 20px;
}

#product-photo-big .bx-wrapper {
    text-align: center;
    line-height: 480px;
}

.prod-desc {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
}

.prod-desc-btn {
    text-align: center;
}

.product-description p {
    font-size: 14px;
    color: #191919;
}

.product-code, .product-price, .product-infoline {
    line-height: 30px;
    font-size: 14px;
    color: #191919;
}

.quantity-box {
    line-height: 30px;
    font-size: 14px;
    color: #191919;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    position: relative;
}

yellow {
    color: #eeca33;
}

#footer-boxes {
    border-top: #d7d7d7 1px solid;
    margin-left: 15px;
    padding-top: 30px;
    margin-right: 15px;
}

#footer-boxes div {
    padding: 0px;
}

#footer-box-left {
}

#footer-box-left ul {
    width: 42%;
}

#footer-box-center {
}

#footer-box-center ul {
    width: 100%;
}

#footer-box-right {
}

.footer-addres {
    padding: 0px;
    width: 55%;
}

.footer-addres2 {
    padding: 0px;
    width: 45%;
}

.footer-addres li, .footer-addres2 li {
    list-style: none !important;
    list-style-image: none;
}

#footer .footer-addres li a, #footer .footer-addres2 li a {
    color: #efce41;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

* {
    text-shadow: 0px 0px !important;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 300;
}

a {
    font-family: 'Source Sans Pro', sans-serif;
    ;
    color: #3d3d3d;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.page_content_text ol li {
    list-style: decimal;
}

ol, .page_content_text ul {
    padding-left: 20px
}

.page_content_text li {
    list-style-type: disc;
}

.gray-btn {
    background-color: #BFBFBF;
    color: #3d3d3d;
    border: 1px solid #BFBFBF;
    line-height: 28px;
    width: 180px;
    height: 28px;
    display: inline-block;
    text-align: center !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-block {
    display: block;
    margin: 5px 0px;
    text-align: center;
    height: auto !important;
}

#container {}

#header {
    background: transparent;
}

label {
    font-weight: 300;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid #bfbfbf;
    padding: 5px;
    color: #3d3d3d;
    text-align: left;
}

#items table tbody tr td .nazwa_produktu a {
    display: inline-block;
    font-size: 16px;
    margin-left: 11px;
    text-transform: uppercase;
}

#items table tbody tr td .product-code {
    margin-left: 11px;
}

#slider, #b2b_tiles {
    margin-top: 25px;
}

.bx-wrapper .bx-prev {
    background: url(../../img/left.png) no-repeat;
    height: 40px!important;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
    background-position: 0px 0px!important;
}

.bx-wrapper .bx-next {
    height: 40px!important;
    background: url(../../img/right.png) no-repeat;
}

.Sslider {
    position: absolute;
    width: 940px;
    text-align: left;
    display: inline;
    margin-top: -50px;
    padding-top: 0px;
}

.slider-news img {
    padding-left: 0px;
    margin-right: 200px;
    margin-top: 21px;
    margin-bottom: 20px;
    float: right;
    display: inline;
}

.Snews_desc {
    max-width: 40%;
    width: 35%;
    display: inline;
    text-align: left;
    margin-left: 150px;
    margin-top: 150px;
    z-index: 2;
    float: left;
}

.Snews_short_description {
    display: inline;
    text-align: center;
    font-size: 40px;
    color: #191919;
    font-weight: 400;
}

.Snews_short_description a {
    display: inline;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background-color: #eeca33;
    padding: 5px 20px 5px 20px;
    font-weight: 400;
}

.bx-wrapper .bx-viewport {
    background: transparent;
}

.bx-wrapper {
    margin-bottom: 0px
}

.pagination.ajax_next {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 5px;
    margin: 10px 0px;
    width: 100%
}

.pagination.ajax_next a {
    font-family: 'Source Sans Pro', sans-serif;
}

.pagination.ajax_next a:hover {
    text-decoration: none;
}

/* header */

#logo {
    float: left;
    padding-left: 30px;
}

.WeAre {
    margin-left: 25px;
    margin-top: 25px;
}

#shop-nav {}

#shop-nav .user-menu {
    float: right;
    line-height: 28px;
    background: #000;
    margin-right: 20px;
    margin-top: 12px;
}
.header_b2b #shop-nav .user-menu {
    background: #eeeeee;
}

#shop-nav .user-menu a {
    margin-left: 10px;
    font-size: 11px;
    color: #FFF;
    margin-right: 10px;
}
.header_b2b #shop-nav .user-menu a {
    color: #000;
}

#shop-nav .user-menu .logowanie {
    color: #EECA33;
    margin-right: 0px;
}
.header_b2b #shop-nav .user-menu .logowanie {
    color: #CEA33A;
}

#shop-nav .basket {
    display: inline;
    position: relative;
    float: right;
    margin-right: 14px;
    margin-top: 11px;
    z-index: 1009;
}

#shop-nav .basket div a {
    color: #000;
}

#shop-nav .basket div {
    float: left;
    margin-right: 12px;
}

.customer_form td {
    padding: 5px 0px 0px 15px;
}

.customer_form td .btn-yellow {
    min-width: 130px
}

#cookie-policy-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: none;
    width: 100%;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    background-color: #eeca33;
    font-size: 11px;
    font-family: Arial;
    color: black;
    text-align: center;
    z-index: 5000;
}

#cookie-policy-banner a {
    font-weight: bold;
    font-size: 11px;
    z-index: 500000;
}

#cookie-policy-banner #cclose {
    font-size: 12px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    z-index: 5000;
    background: #323232;
    color: white;
    margin-left: 5px;
    padding: 3px 5px;
}

.basket-info {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.header_b2b .basket-info {
    color: #323232;
}

#shop-nav .basket .count-basket {
    position: absolute;
    top: 9px;
    left: 3px;
    color: white;
    font-size: 11px;
    width: 20px;
    text-align: center;
}

.container-header {}

#header .search, #header .newsletter {
    float: right;
    clear: both;
    width: 370px;
    height: 50px;
    color: #000;
    margin-right: 5px;
    margin-top: 20px;
    padding-left: 10px;
}

#header .search {
    margin-right: 350px;
}

#header .newsletter {
    margin-top: -35px;
}

#header .search input[type="text"] {
    color: #000;
    font-size: 15px;
    border: none;
    background-color: #fff;
    padding: 3px;
    width: 238px;
    height: 35px;
    padding-left: 10px;
}

#header.header_b2b  .search input[type="text"] {
    background-color: #eeeeee;
}

.search .searcher {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .search input[type="text"], #header .newsletter input[type="text"] {
    width: 320px;
    height: 50px;
}

#header .newsletter label {
    color: #fff;
}

#header .search button img {
    padding: 5px 8px 5px 8px;
}

#header .search button, #header .newsletter button {
    color: #000;
    font-size: 16px;
    margin-left: -5px;
    border: none;
    vertical-align: top;
    padding: 0px;
    cursor: pointer;
    background-color: #EECA33;
    width: 50px;
    height: 50px;
}

.search-submit {}

.header-top {
    background-color: #323232;
    margin-left: 0px;
    margin-right: 0px;
    /*    margin-bottom:10px;
        height:155px;*/
}
.header_b2b .header-top {
    background-color: #ffffff;
}

#nav {
    clear: both;
    padding-top: 14px;
    clear: both;
    min-height: 50px;
    background-color: #EECA33;
    width: 100%;
    position: relative;
    z-index: 99;
}

#nav ul {
    text-align: center;
}

#nav li {
    display: inline-block;
    position: relative;
    padding-left: 22px;
    padding-right: 22px;
    border-right: #e2bc28 1px solid;
}

#nav>ul>li>a {}

#nav li a {
    display: block;
    color: black;
    font-size: 16px;
    text-align: center;
}

#nav ul li .sub-arrow {
    display: none;
}

#nav ul li ul {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    margin-top: 6px;
    width: 100%;
}

#nav ul li ul li {
    float: none;
}

#nav ul li:hover .sub-arrow {
    display: block;
    position: absolute;
    z-index: 99;
}

#nav ul li:hover ul li {
    display: block;
}

#nav ul li ul li a {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

#nav ul li .sub-arrow {
    height: 7px;
    left: 40px;
    top: 24px;
}

.sub-arrow .sarrow {
    background: url("../../img/haribo/sublist-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 7px;
    left: 16px;
    margin-bottom: -1px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

/*home sliderz*/

.sub_cat {
    background-color: #efce41;
    float: none;
    z-index: 100;
    position: relative;
    padding: 5px 5px 5px 25px;
    display: block;
}

.sub_cat_hide {
    display: none!important;
}

ul#sub_slider li ul#sub_categories {
    z-index: 102;
}

ul#sub_slider li ul#sub_categories li {
    list-style-image: url('../../img/icons/li_sm.png');
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: none;
    float: none;
    z-index: 105;
}

ul#sub_slider li ul#sub_categories li a, ul#sub_slider li ul#sub_categories li a:hover, ul#sub_slider li ul#sub_categories li a:focus {
    color: #fff;
}

ul#sub_slider {
    margin-left: 15px;
    margin-right: 15px;
}

#cat_slider, #see_product {
    position: relative;
}

ul#sub_slider li {
    width: 23%;
    float: left;
    margin: 10px 10px 10px 10px;
    position: relative;
    height: 195px;
    border-bottom: 1px solid #d7d7d7;
}

#cat_name {
    display: table;
    height: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#cat_name div {
    font-size: 16px;
    vertical-align: middle;
    display: table-cell;
    width: 90%;
}

.cat_open {
    width: 35px;
    height: 35px;
}

#cat_img {
    line-height: 133px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: 1px #efce41 solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* future proofing */
    -khtml-border-radius: 10px;
    /* for old Konqueror browsers */
}

#cat_img img {
    vertical-align: middle;
}

#cat_title {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 20px;
    margin-left: 25px;
    margin-right: 35px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #efce41;
}

#slider {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -5px;
    margin-bottom: 50px;
}
#b2b_tiles {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
#customer_account #b2b_tiles { 
	margin-bottom: 15px;
}
#b2b_tiles .b2b_tile {
    max-width: 500px;
    min-width: 300px;
	padding: 10px 15px;
    margin: 0px 15px;
    border: 2px solid #efcd3e;
    width: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
#b2b_tiles .b2b_tile .b2b_tile_title {
	width: 100%;
    margin-bottom: 15px;
    position: relative;
}
#b2b_tiles .b2b_tile .b2b_tile_title h2 {
	border-bottom: 0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
	font-size: 22px;
}
#b2b_tiles .b2b_tile .b2b_tile_title hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0;
    border-top: 2px solid #efcd3e;
}
#b2b_tiles .b2b_tile .b2b_tile_title img {
    display: block;
    transform: rotate(90deg);
    height: 26px;
    position: absolute;
    right: 5px;
    top: 0px;
	cursor: pointer;
}
#b2b_tiles .b2b_tile.open .b2b_tile_title img {
    transform: rotate(270deg);
}
#b2b_tiles .b2b_tile .b2b_tile_desc {
	width: 100%;
    margin-bottom: 15px;
    height: 70px;
	display: none;
}
#b2b_tiles .b2b_tile.open .b2b_tile_desc {
	display: block;
}
#b2b_tiles #tile_favourites.b2b_tile .b2b_tile_desc {
    margin-top: -40px;
    font-size: 12px;
    height: 110px;
}
#b2b_tiles .b2b_tile .b2b_tile_button {
	width: 100%;
    height: 36px;
}
#b2b_tiles .b2b_tile .b2b_tile_desc td,
#b2b_tiles .b2b_tile .b2b_tile_desc th {
	padding: 2px 5px;
}
#see_product {
    margin: 20px auto 20px;
    text-align: center;
}

#see_product .product-name, #also_liked .product-name {
    font-weight: bold;
    margin-bottom: 10px
}

#see_product .product-desc-link, #also_liked .product-desc-link {
    font-style: italic;
}

#see_product li img {
    vertical-align: middle;
}

#see_product .jcarousel-control-prev, #see_product .jcarousel-control-next {
    top: 50px
}

#see_product .img_container {
    width: 140px;
    height: 105px;
    line-height: 105px;
}

#see_product .project-box .product-desc-link a, #also_liked .project-box .product-desc-link a {
    font-family: 'Source Sans Pro', sans-serif;
}

#top_sellers h3 {
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: normal;
}

#top_sellers ul {
    border: 1px solid #e1e1e1;
}

#top_sellers ul li a {
    display: block;
    text-align: center;
}

/* products listing */

h3.mobile-only {
    display: none;
}

#cat_banner {}

#product-listing-box .pagination {
    display: block;
    text-align: center;
}

#product-listing-box .pagination a, #product-listing-box .pagination strong {
    font-weight: bold;
    font-size: 18px;
    padding: 3px;
    vertical-align: middle;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    border: 1px solid #ffd835;
    padding-top: 6px;
}

#product-listing-box .pagination strong {
    color: #ffd835;
}

#product-listing-box .pagination .first,
#product-listing-box .pagination .last {
    display: none;
}

#product-listing-box .pagination .next {
    background: #ffd835;
    color:#fff;
    margin-left: 10px;
    background: url(../../img/o_right.jpg) center center no-repeat;
    background-size: cover;
    font-size: 0;
}

#product-listing-box .pagination .prev {
    background: #ffd835;
    color:#fff;
    margin-right: 10px;
    background: url(../../img/o_left.jpg) center center no-repeat;
    background-size: cover;
    font-size: 0;
}

#product-listing-box #products .project-box .product-desc .product-desc-link a {
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    height: 55px;
}

#product-listing-box #products .project-box .product-name {
    font-size: 15px;
}

.product-desc-link {
    height: 55px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 5px;
}

.project-box {
    margin: 15px 0px;
}

.project-box>div {
    padding: 0 15px;
}

/* product details */

#content_wrapper {
    margin: 20px auto 20px;
    min-height: 200px
}

#main_content.contact {
    margin: 0px auto;
    width: 520px
}

.page-content h2 {
    margin-bottom: 15px;
}

.page-content p {
    line-height: 18px;
    font-size: 16px;
    color: #3d3d3d;
    text-align: justify
}

.contact .page-content {
    width: 300px;
    float: left
}

.contact-form {
    width: 280px;
    position: absolute;
    left: 430px;
    top: 392px;
}

.contact-form label {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.contact-form input[type="text"], .contact-form textarea {
    width: 280px;
}

.contact .contact-form .button_arrow {
    font-family: 'Source Sans Pro', sans-serif;
    border: 0px;
    background: none;
    padding: 5px;
    margin: 0px;
    font-style: italic;
    float: right;
}

#breadcrumbs {
    font-size: 11px;
    margin-bottom: 30px
}

#breadcrumbs a {
    color: #efce41;
    font-size: 11px;
}

#breadcrumbs a.here {
    color: #000;
    font-size: 11px;
}

/*  koszyk  */

.shopping_cart_confirm {
    margin-bottom: 20px
}

#your_shopping_cart #items table {
    width: 100%;
    border-collapse: collapse;
}

#your_shopping_cart #items table tbody tr th {
    background: none;
    line-height: 28px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

#your_shopping_cart #items table tbody tr {
    border-bottom: 1px solid #bfbfbf;
}

#your_shopping_cart #items table tbody tr td {
    padding: 15px 0;
}

#your_shopping_cart #items .order_img_cnt {
    text-align: left;
}

#your_shopping_cart #items table tbody tr td.price span.price {
    font-weight: bold;
}

#your_shopping_cart #items table tbody tr td.price {
    text-align: center;
    font-size: 16px;
}

#items table tbody tr td.count, #items table tbody tr td.price, #items table tbody tr td.item_del {
    position: relative;
    text-align: center;
}

#your_shopping_cart #items table {
    font-size: 16px;
}

#your_shopping_cart #items table tbody tr th {
    border-bottom-color: #bfbfbf;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#items table tbody tr td.item_del a {
    background: url('../../img/haribo/del_btn-gray.png') no-repeat transparent;
    width: 22px;
    height: 22px;
    display: inline-block;
}

#items table tbody tr td.count input.count {
    width: 35px;
    text-align: center;
}

#shopping_cart #cart-add {
    margin-top: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

#shopping_cart #cart-add span.value {
    text-align: left;
}

#shopping_cart #cart-add .delivery_option {
    text-align: left;
}

#cart-add #delivery_method .delivery_option label span.price {
    float: none;
    display: inline !important;
}

#cart-add #cost-summary {
    margin-top: 20px;
}

#cart-add #cost-summary #price_with_shipping {
    text-align: right;
    margin-bottom: 20px;
}

#cart-add #cost-summary #price_with_shipping p .price_with_shipping {
    width: 180px;
    text-align: right;
    font-weight: bold;
}

#shopping_cart #cart-add #cost-summary input#recount-order.submit {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    float: right;
    margin: 0 !important;
    width: 180px;
    height: 30px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#shopping_cart #cart-add #cost-summary div.go_back2 {
    float: left;
    width: 168px;
    margin-left: 30px;
}

#shopping_cart #cart-add #cost-summary #login-options {
    float: right;
    line-height: 20px;
    margin-top: 4px;
    text-align: center;
    width: 180px;
}

#login-options p#basket-login, #login-options label {
    cursor: pointer;
}

#shopping_cart #customer_account table.table_form tr td {
    width: 204px;
    padding-right: 30px;
}

#shopping_cart #customer_account table.table_form tr td label {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
}

#shopping_cart #customer_account table.table_form input, #shopping_cart #customer_account table.table_form textarea {
    width: 204px;
}

#shopping_cart #customer_account #customer_delivery_address {
    margin-top: 30px;
}
#shopping_cart #customer_account #customer_delivery_address #main_data_address{
    margin-top: 30px;
}
#shopping_cart #customer_account #customer_delivery_address #other_invoice_address{
    margin-top: -32px;
}
#shopping_cart #customer_account #customer_delivery_address #main_data_address #customer_email {
    margin-bottom: 0px;
}

#shopping_cart #customer_account #customer_delivery_address .site-form.delvr_box {
    margin-top: 10px;
    margin-bottom: 10px;
}

#shopping_cart #customer_account #customer_delivery_address .site-form.delvr_box label {
    line-height: 24px;
}

#customer_account #customer_delivery_address #other_delivery_address, #customer_delivery_address #other_invoice_address table#other_invoice_address2 {
    margin-top: 14px;
}

#shopping_cart .customer-register-order {
    width: 500px;
    margin: 0 auto;
}

#shopping_cart #customer_account .register-inorder .options-register input {
    width: auto;
    margin: 0px 5px 0px 0px
}

#shopping_cart #customer_account .register-inorder .options-register label {
    display: inline-block
}

#shopping_cart #customer_account .register-inorder .options-register {
    padding-top: 15px
}

#customer_note .customer_note_label,
#cart-add .customer_note_label {
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

#customer_note table td {
    line-height: 24px;
}

h4.thin-arrow {
    background: url("../../img/haribo/arrows.png") no-repeat scroll 0 -15px rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 12px;
}

#main_content .login-content {
    margin-bottom: 60px;
}

.login-container-b2b #main_content .login-content {
    border-radius: 10px;
	background: #ffffff;
    display: flex;
    width: 450px;
	margin-bottom: 0px;
	padding: 25px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 16px 32px 0px;
}
.login-container-b2b #main_content #customer_password_recover {
    border-radius: 10px;
	background: #ffffff;
    display: flex;
    width: 450px;
	margin-bottom: 0px;
	padding: 25px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 16px 32px 0px;
}


.login-container-b2b #main_content .login-content .customer-info-address {
	margin-top: 50px;
}
.login-container-b2b #main_content .login-content #logo {
    padding-left: 0px
}
.login-container-b2b #main_content .login-content #logo img {
    width: 300px;
    margin-bottom: 45px;
    margin-top: 0px;
}
.login-container-b2b #main_content .login-content #logob2b {
    color: #323232;
}
.login-container-b2b #main_content .login-content #logob2b a {
    color: #323232;
}
.login-container-b2b .info, 
.login-container-b2b .success, 
.login-container-b2b .warning, 
.login-container-b2b .error, 
.login-container-b2b .validation, 
.login-container-b2b .error_message {
    width: auto;
}

.login-container-b2b #main_content #customer_password_recover .register-btn {
	margin-bottom: 20px;
}
.login-container-b2b #main_content #customer_password_recover #customer_email {
	margin-left: 15px;
}

.login-container-b2b {
    overflow-y: auto;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    background-position: center bottom;
    background-image: url("../../img/login_b2b_background.png");
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.login-container-b2b > .row {
    margin: auto 15px;
}

#main_content .orde_summary_delivery {
    margin-bottom: 50px;
}

#main_content .orde_summary_delivery p.payment {
    line-height: 16px;
    padding: 15px 0px 15px 15px;
}

#orderSummary .go_back a.black-btn {
    display: inline-block;
    line-height: 26px;
    float: right;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#orderSummary h4.title {
    margin-top: 15px;
}

.link-privacy {
    position: relative;
}

#steps {
    display: none;
}

.link-privacy .steps {
    background-color: #FFFFFF;
    border: 2px solid #808386;
    bottom: 40px;
    display: block;
    padding: 4px;
    position: absolute;
    text-align: center;
    z-index: 500;
}

#customer_note #order-sub {
    text-align: center;
}

#customer_note #order-sub input#confirm_order.submit {
    width: 180px;
    height: 30px;
    line-height: 30px;
    background: none #000000;
    color: #ffffff;
    margin: 0 auto;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#pop-up {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#login-popup,
#login-popupb2b {
    display: none;
    background-color: #ffffff;
    left: 50%;
    margin-left: -150px;
    margin-top: -130px;
    position: fixed;
    top: 50%;
}

#login-popup h4,
#login-popupb2b h4 {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: normal;
    border-bottom-color: #efcd3e;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 15px;
}

#login-popup .logexit,
#login-popupb2b .logexit {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 6px;
    font-family: Arial;
    font-size: 13px;
}

#login-popup.customer_login table,
#login-popupb2b.customer_login table {
    width: 270px;
    margin: 0px auto;
}

#login-popup.customer_login table tr:first-child td:first-child,
#login-popupb2b.customer_login table tr:first-child td:first-child {
    width: 80px;
}

#login-popup.customer_login table label,
#login-popupb2b.customer_login table label {
    font-weight: bold;
}

#login-popup.customer_login table .links a,
#login-popupb2b.customer_login table .links a {
    color: #858585;
    font-size: 11px;
    line-height: 18px
}

#login-popup.customer_login .login-info .black-btn,
#login-popupb2b.customer_login .login-info .black-btn {
    margin-top: 5px;
    width: 150px;
}

#login-popup.customer_login .login-info,
#login-popupb2b.customer_login .login-info {
    text-align: center
}

#login-popup.customer_login,
#login-popupb2b.customer_login {
    min-height: 230px;
    padding: 15px
}

#shopping_cart .register-pass {
    display: none;
}

#login-options {
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

#login-options .black-btn {
    display: inline-block;
    height: 25px;
    line-height: 15px;
    padding: 6px 0;
    text-align: center;
    width: 168px;
}

#login-options label.black-btn {
    margin: 0 20px;
}

.productform {
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 30px;
    margin-top: -10px;
}

.orderform, #customer_note {
    display: none;
}

/* logowanie */

.delivery-address.customer_login h4 {
    margin-bottom: 10px
}

.login-content, .register-content {
    width: 710px;
    margin: 0px auto;
}

.register-content .black-btn {
    width: 180px;
    float: right;
    margin: 20px 0px 0px
}

.register-content .customer_login h4 {
    margin-bottom: 10px
}

.register-content .customer_login_form input[type="text"] {
    width: 200px;
}

#customer_password_recover .login-info .black-btn {
    padding-left: 20px;
    padding-right: 20px;
}

.content-center {
    text-align: center;
}

.content-center .customer_login {
    float: none;
    margin-left: 0px;
    display: inline-block;
}

#orders_history .transactions {
    max-width: 600px;
    margin: 0px auto;
    width: 100%;
    border: 1px solid #efcd3e;
}
#orders_history .transactions th,
#unpayed_invoices .transactions th {
    border: 1px solid #efcd3e;
    background-color: rgba(239, 205, 62, 0.4);
    text-transform: none;
    font-weight: 700;
    vertical-align: bottom;
    padding: 3px 5px;
    line-height: normal;
}
#orders_history .transactions td,
#unpayed_invoices .transactions td {
    border: 1px solid #efcd3e;
    text-transform: none;
    padding: 3px 5px;
    line-height: normal;
}
#orders_history .transactions tr:hover,
#unpayed_invoices .transactions tr:hover {
    background-color: rgba(239, 205, 62, 0.1);
}
#orders_history .transactions .see-order {    
    background-image: url(../../img/icons/package.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 3px 10px;
    padding-left: 30px;
    background-color: #ffffff;
    height: 30px;
    border-width: 2px;
	transition: 0.5s all ease;
}
#orders_history .transactions .see-order:hover {
   border-color: #333;
}


#unpayed_invoices .transactions {
    max-width: 700px;
    margin: 0px auto;
    width: 100%;
    border: 1px solid #efcd3e;
}

#orders_history h4 {
    margin: 0px 0px 10px;
    text-transform: uppercase;
}

/* footer */

#footer {
    background: transparent!important;
    color: #000;
    font-size: 11px;
    padding: 20px 20px 0px;
    margin: 0px auto;
}

#footer a {
    color: #191919;
    font-size: 14px;
    line-height: 30px;
}

#footer h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #eeca33;
    width: 145px;
    border-radius: 2px;
    font-size: 22px;
}

/* #footer #copyright h4 {
    display: inline;
    font-size: unset;
    width: unset;
    border-radius: unset;
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: unset;
    font-weight: 400;
} */

.newsletter h4 {
    color: #fff;
    border-bottom: 3px solid #eeca33;
    width: 145px;
    border-radius: 2px;
    font-size: 22px;
}

#footer li {
    line-height: 17px;
    list-style-image: url('../../img/icons/li.png');
    color: #191919;
    font-size: 14px;
    line-height: 30px;
}

.footer-left {
    width: 355px;
}

.footer-left1 {
    width: 140px;
}

.footer-left2 {
    width: 185px;
}

.slider-news {
    min-height: 398px
}

.slider-img {
    line-height: 398px;
    vertical-align: middle
}

.slider-img img {
    vertical-align: middle;
    float: none;
}

#inner-footer {
    background-color: #FFF;
    padding: 20px 20px 20px;
    margin: -20px -20px 0px -20px;
}

.padding-15 {
    padding-left: 0px;
}

#footer .newsletter input[type="text"] {
    height: 24px;
    margin-left: 10px;
    padding: 0px 5px;
    width: 175px;
    color: #6e6e6e;
    font-size: 11px;
    font-style: italic;
    border: 1px solid #c7c7c7;
    background: white;
}

#footer .social {
    margin-right: 2px;
    text-align: right;
    float: right;
    margin-top: -5px
}

#footer .social img {
    margin-left: 3px;
}

#footer .footer-bottom, #footer .footer-bottom a {
    padding: 8px 0px;
    color: #191919;
    background: transparent;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}

#social {
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 20000;
}

#social .facebook {
    background-color: #FFFFFF;
    height: 258px;
    position: fixed;
    right: -292px;
    width: 292px;
    z-index: 999;
}

#social .facebook img {
    left: -30px;
    position: absolute;
}

#social .instagram img {
    top: 40px;
    left: -30px;
    position: absolute;
}

#cart-drop {
    border: 1px solid #c2c2c2;
    padding: 8px 6px;
    width: 305px;
    position: absolute;
    top: 33px;
    right: -30px;
    background-color: white;
    display: none;
    z-index: 50000;
}

#cart-drop table {
    width: 100%;
}

#cart-drop td {
    padding-bottom: 5px;
}

#cart-drop h4 {
    font-size: 14px;
    padding: 7px 0px 13px;
    border-bottom: 2px solid #eeca33;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#cart-drop .productn {
    text-transform: uppercase;
}

#cart-drop .productp {
    font-weight: bold;
    margin: 4px 0px;
}

#cart-drop .producta {
    font-size: 10px;
}

#cart-drop .sub-arrow {
    background: url("../../img/haribo/sublist-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    width: 10px;
    height: 7px;
    top: -7px;
    position: absolute;
    right: 5px;
}

.dotpay_btn {
    background: url('../../img/dotpay/dotpay_b2_160x83.gif') no-repeat 0 0 transparent;
    width: 160px;
    height: 83px;
    font-size: 0px;
    color: transparent;
}

/*********Validation*******/

.info, .success, .warning, .error, .validation, .error_message {
    border: 1px solid;
    margin: 10px auto;
    padding: 7px 10px 7px 35px;
    background-repeat: no-repeat;
    background-position: 10px 6px;
    text-align: left;
    margin-top: 20px;
    z-index: 9;
    position: relative;
    width: 45%;
}

.success {
    color: #4f8a10;
    background-image: url(../../img/icons/accept.png);
    background-color: #dff2bf;
}

.error, .error_message {
    color: #d8000c;
    background-image: url(../../img/icons/exclamation.png);
    background-color: #ffbaba;
}

.info {
    color: #00529b;
    background-image: url(../../img/icons/information.png);
    background-color: #bde5f8;
}

.warning {
    color: #9f6000;
    background-image: url(../../img/icons/error.png);
    background-color: #feefb3;
}

/* jcarousel */

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 940px;
    margin: 0px auto;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 137px;
    float: left;
    margin: 0 10px;
}

.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    top: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.jcarousel-control-prev {
    left: -12px;
}

.jcarousel-control-next {
    right: -12px;
}

.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

.video {
    background: url("../../img/spacer_bg.png") no-repeat;
    margin: 0 auto;
    width: 830px;
    height: 630px;
    padding-top: 15px;
    padding-left: 15px;
}

.product-list-box h4 {
    border-bottom: 2px solid #eeca33;
    padding-bottom: 15px;
    font-size: 24px;
    width: 350px;
    font-weight: 400;
}

.product-list-box {
    margin: 15px 0px 42px;
}

.contact-btn {
    width: 115px;
    float: right;
    background-color: #FFF;
    margin-top: 15px;
}

.contact-btn img {
    padding-left: 5px;
}

.contact-form ul li {
    margin-top: 5px;
    margin-bottom: 10px;
}

/* .page-content {
    min-height: 900px;
} */

#items table tbody tr td.price {
    text-align: left;
}

#product-listing-box .warning, #product-info .warning {
    margin: 5px auto;
    padding: 6px 6px 6px 30px;
    font-size: 15px;
    background-position: 8px 6px;
    display: inline-block;
    background-image: url(../../img/delivery.png);
}

#main_left>ul>li {
    padding: 15px 15px 15px 0px;
    padding-left: 15px;
}

#main_left>ul>li>a {
    font-size: 16px;
    display: inline-block;
}

#main_left>ul>li.selected>a {
    background: url('../../img/icons/li-down.png') no-repeat left 8px;
}

#main_left ul li.selected>a {
    font-weight: 400;
}

#main_left ul li ul li {
    margin-left: 32px;
    border-bottom: 0px;
    padding: 6px 0px;
}

#main_left ul li ul li a {
    font-size: 13px;
    color: #daad18;
}

#customer_email {
    margin-bottom: 10px;
}

.shop_sublist {
    display: none;
}

.more, .less {
    padding-left: 10px;
    font-size: 20px;
    cursor: pointer;
}

#customer_note {
    margin-left: -25px;
    margin-top: 5px;
}

/*@media (min-width: 1200px) {
    .container {width:1230px;margin:0px auto;padding:0px 30px;background-color: #FFF;}
    #header.container {padding: 0px 15px;}
}*/

/*
@media only screen and (min-width: 960px) {
    #product-listing-box #products .project-box.due-first, #product-listing-box #products .project-box.tre-first {clear: none;}
    #product-listing-box #products .project-box.quatro-first {clear: left !important;}

    #customer_note {width: 500px; margin: 14px auto 0; padding-left: 30px;}
    #shopping_cart #customer_account #customer_delivery_address .site-form {width: 500px; margin: 0 auto;}
    #shopping_cart #customer_account table.table_form {margin: 0 auto; margin-left: 15px;}
    #product-photo-big li {width:485px !important;}
}*/

/*horizontal tablet view*/

.invc_box table {
    width: 470px;
    margin: 20px auto;
}

/*######################################*/

.img_container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkt-transform: translateY(-50%) translateX(-50%);
    height: 176px;
    max-width: 100%;
}

.img_container {
    position: relative;
    height: 176px;
    width: 270px;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}

.product-desc {
    margin-top: -3px;
}

/* .project-box a.add-to-basket {
    float: right;
} */

.img_container {
    position: relative;
    cursor: pointer;
}

.img_container a:before {
    transition: 0.5s all ease;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(238, 202, 51, 0.8);
    z-index: 1000;
}

.img_container a:after {
    transition: 0.5s all ease;
    opacity: 0;
    content: 'Zobacz więcej';
    padding: 5px 10px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: inline-block;
    z-index: 1001;
    border: 1px solid white;
    color: white;
}

.img_container a:hover:before {
    opacity: 1;
    transition: 0.5s all ease;
}

.img_container a:hover:after {
    opacity: 1;
    top: 50%;
    transition: 0.5s all ease;
}

.add-to-basket, .add-to-basket-dial, .add-to-basket-popup {
    transition: 0.5s all ease;
}

.add-to-basket:hover, .add-to-basket-dial:hover, .add-to-basket-popup:hover {
    border-color: #333;
}

#product-listing-box #products .project-box .product-name {
    position: relative;
    margin-bottom: 0px;
}

#product-listing-box #products .project-box .product-code {
    font-size: 12px;
}

#main_left ul li a {
    text-transform: lowercase;
}

#main_left ul li a .char1 {
    text-transform: uppercase;
}

#main_left ul ul {
    display: none;
}

#pagination {
    text-align: center;
    padding: 40px 0px 60px 0px;
}

#pagination a {
    font-weight: bold;
    font-size: 18px;
    padding: 3px;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ffd835;
    padding-top: 6px;
}

#pagination strong {
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    vertical-align: middle;
    display: inline-block;
    color: #eeca33;
    width: 40px;
    height: 40px;
    border: 1px solid #ffd835;
    padding-top: 6px;
}

#pagination .p_prev {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    font-size: 0px;
    background: url(../../img/o_left.jpg) center center no-repeat;
    background-size: cover;
}

#pagination .p_next {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    font-size: 0px;
    background: url(../../img/o_right.jpg) center center no-repeat;
    background-size: cover;
}

input.count {
    width: 50px;
    height: 30px;
}

.product-price {
    position: relative;
}

/* .product-price .product-old-price {
    left: 75px;
} */

.bx-wrapper img {
    vertical-align: top;
}

.bx-wrapper .bx-controls-direction a {
    margin-right: 15px;
}

.project-box a.add-to-basket, 
.project-box a.add-to-basket-dial,
.project-box .add-to-basket-popup {
    margin-top: 3px;
}


.product-desc-link {
    overflow: hidden;
    display: table;
    width: 100%;
}

.product-status {
    text-align: center;
}

.product-status .warning, #product-info .warning {
    color: black;
    background-color: transparent;
    border: 1px solid #ffd835;
}

.container {
    background-color: #FFF;
}

#shop-nav .basket div {
    margin-right: 15px;
}

#shop-nav .basket img {
    padding-right: 10px;
}

#cart-drop {
    top: 40px;
}

span.tooltip_info {
    outline: none;
    position: absolute;
    left: 0px;
    top: -50%;
    width: 350px;
    display: none;
    margin-left: 50%;
    transform: translate(-50%, -50%);
}

span.tooltip_info>img {
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

span.tooltip_info strong {
    line-height: 20px;
}

span.tooltip_info {
    text-decoration: none;
}

span.tooltip_info span {
    z-index: 10;
    padding: 14px 20px;
    margin-top: -30px;
    left: 0px;
    line-height: 16px;
    width: 350px;
    text-align: center;
    display: inline-block;
    color: #111;
    border: 1px solid #DCA;
    background: #fffAF0;
}

span.tooltip_info span {
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

.burger {
    position: absolute;
    right: 10px;
    top: 0px;
    display: none;
    cursor: pointer;
    z-index: 99;
}

.mobile {
    display: none;
}

#main_left h2 {
    position: relative;
}

#main_left .categoriesdown {
    position: absolute;
    right: 10px;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    display: none;
}

#main_left .prod_open .categoriesdown {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 4px;
}

.marginleft {
    margin-left: 15px;
}

@media (min-width: 991px) {
    .Contact .page-content {
        min-height: 1200px;
    }
}

/*------ NEWSLETTER -------*/

.newsletter_wrapper .newsletter {
    display: flex;
    width: 100%;
}

.newsletter-text {
    width: 40%;
    align-items: center;
}

.newsletter_wrapper {
    border-top: #d7d7d7 1px solid;
    padding: 25px 0;
}

.newsletter-input {
    width: 60%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.newsletter-text {
    color: #323232;
}

.newsletter-text .news-title {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    z-index: 99;
}

.newsletter-text .news-text {
    font-size: 24px;
    font-weight: 100;
    position: relative;
    z-index: 99;
}

.newsletter-text {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0;
}

.newsletter-text svg {
    width: 230px;
    height: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    transition: all 1s ease;
}

#footer .newsletter-input .input {
    width: 85%;
}

.input-wrapper {
    position: relative;
    width: 85%;
    margin-right: 10px;
}

#footer .newsletter-input .input input {
    width: 100%;
    height: 65px;
    margin-left: 0;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    padding-left: 20px;
    position: relative;
}

.newsletter-submit {
    width: 12%;
    background-color: #ffd835;
    font-size: 16px;
    font-weight: 600;
    border: none;
    height: 65px;
    color: #323232;
    min-width: 100px;
}

.newsletter-input .input form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .newsletter-input .input-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url(../../img/png/newsletter-input_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 999;
}

.newsletter-input .form__checkbox span {
    font-size: 14px;
    font-weight: 300;
    color: #b5b5b5;
    margin-left: 15px;
}

.newsletter-input input[type=radio] {
    border-radius: 0;
    border: none;
}

.checkbox .form__checkbox label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.newsletter-input .checkbox {
    margin: 0;
    padding: 0;
    width: 100%;
}

/*------MEGA MENU ------*/

#main_left .megamenu-cat__list>li>a {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.megamenu-cat__title {
    border-color: #fff;
    margin-top: 25px;
}
.header_b2b .megamenu-cat__title {
    border-color: #000;
}

.flex-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

#header .search, #shop-nav .user-menu, #shop-nav .basket {
    margin: 0;
    float: none;
}

#shop-nav .test {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

#shop-nav .basket {
    margin-top: 25px;
}

#shop-nav .basket:hover #cart-drop {
	display: block;
}

#main_left {
    background-color: #323232;
    color: #fff;
    display: flex;
    flex-direction: column;
    border-bottom: 10px solid #eeca33;
    padding: 0;
}
#main_left.header_b2b {
    background-color: #eeeeee;
    color: #000;
}

.fixed-menu {
    /*padding-top: 15px;*/
}

.megamenu-cat__title {
    margin: 0 auto;
    margin: 0 15px;
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 15px;
    padding-top: 15px;
}

.megamenu-cat__list {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 25px;
}

.megamenu-cat__list>li {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.megamenu-cat__list>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    flex-direction: column;
    width: 100%;
    background-color: #424242;
    color: #fff;
    min-height: 100%;
    z-index: 9999;
}
.header_b2b .megamenu-cat__list>li>ul {
    background-color: #e1e1e1;
    color: #fff;
}

#main_left .megamenu-cat__list>li:hover>ul, #main_left .megamenu-cat__list>li>ul>li:hover>ul, #main_left .megamenu-cat__list>li>ul>li>ul>li:hover>ul {
    display: flex;
}

#main_left .megamenu-cat__list>li>ul>li:hover>ul>li {
    padding: 10px 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main_left .megamenu-cat__list>li>ul>li>ul>li:hover>ul>li {
    padding: 10px 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main_left .megamenu-cat__list>li>ul>li>ul>li>ul>li:hover {
    background-color: #323232;
}
#main_left.header_b2b .megamenu-cat__list>li>ul>li>ul>li>ul>li:hover {
    background-color: #cccccc;
}

#main_left .megamenu-cat__list>li>ul>li:hover>ul>li>a, #main_left .megamenu-cat__list>li>ul>li>ul>li:hover>ul>li a {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

#main_left .megamenu-cat__list>li>ul>li>ul>li>ul>li>img {}

#main_left .megamenu-cat__list li>img {
    display: none;
    transform: rotate(-180deg);
}

#main_left .megamenu-cat__list .parent>img {
    display: block;
    transform: rotate(0deg);
}

#main_left .megamenu-cat__list>li>ul>li ul>li:hover>a, #main_left .megamenu-cat__list>li>ul>li ul>li>ul>li:hover>a {
    color: #eeca33;
}
#main_left.header_b2b .megamenu-cat__list>li>ul>li ul>li:hover>a, #main_left.header_b2b .megamenu-cat__list>li>ul>li ul>li>ul>li:hover>a {
    color: #CEA33A;
}

/*.selected > ul {
    display: flex !important;
}

.selected {
    flex-direction: column !important;
}*/

#main_left .megamenu-cat__list>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    flex-direction: column;
    width: 100%;
    background-color: #4c4c4c;
    color: #fff;
    min-height: 100%;
    z-index: 9999;
}
#main_left.header_b2b .megamenu-cat__list>li>ul>li>ul {
    background-color: #d6d6d6;
    color: #fff;
}

#main_left .megamenu-cat__list>li>ul>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    flex-direction: column;
    width: 100%;
    background-color: #5a5a5a;
    color: #fff;
    min-height: 100%;
    z-index: 9999;
}
#main_left.header_b2b .megamenu-cat__list>li>ul>li>ul>li>ul {
    background-color: #cccccc;
    color: #fff;
}

.megamenu-cat__list li {
    cursor: pointer;
}

#main_left .megamenu-cat__list>li:hover>a, #main_left .megamenu-cat__list>li>ul>li:hover>a {
    color: #eeca33;
}
#main_left.header_b2b .megamenu-cat__list>li:hover>a, #main_left.header_b2b .megamenu-cat__list>li>ul>li:hover>a {
    color: #CEA33A;
}

#main_left .megamenu-cat__list>li:hover {
    background-color: #424242;
}
#main_left.header_b2b .megamenu-cat__list>li:hover {
    background-color: #e1e1e1;
}

#main_left .megamenu-cat__list>li>ul>li:hover {
    background-color: #4c4c4c;
}
#main_left.header_b2b .megamenu-cat__list>li>ul>li:hover {
    background-color: #d6d6d6;
}

#main_left .megamenu-cat__list>li>ul>li>ul>li:hover {
    background-color: #5a5a5a;
}
#main_left.header_b2b .megamenu-cat__list>li>ul>li>ul>li:hover {
    background-color: #cccccc;
}

#main_left .megamenu-cat__list>li>ul>li {
    padding: 10px 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main_left .megamenu-cat__list>li>ul>li>a {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.megamenu-cat__list>li img {
    width: 8px;
    height: 15px;
    margin-right: 10px;
}

.regular-checkbox input[type=checkbox] {
    margin: 0;
    -webkit-appearance: none;
    border: 1px solid #cacece;
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    border-radius: 0;
    width: 20px;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    margin: 0;
    padding: 0;
}

.form-group label {
    display: flex;
    align-items: center;
}

.form-group .checkbox__label {
    margin-left: 15px;
    color: #afafaf;
    font-weight: 100;
    font-family: Source Sans Pro;
    font-size: 12px;
    text-align: justify;
}

.regular-checkbox input[type=checkbox]:active, .regular-checkbox input[type=checkbox]:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox input[type=checkbox]:checked {
    background-color: #ffd835;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.open {
    display: block !important;
}

#mapa {
    width: 100% !important;
}

#inner-footer .fly svg {
    transform: translate(-15%, -127%) scale(0.5);
    opacity: 0;
}

.product-listing__title {
    border-bottom: 2px solid #eeca33;
    padding-bottom: 15px;
}

.product-listing__title h2 {
    margin: 0;
    padding: 0;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
}

.product-listing__title p {
    margin-top: 10px;
}

/* popup RODO */

.popup-rodo {
    width: 700px;
    max-width: 100%;
    max-height: 95%;
    text-align: center;
    position: fixed;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0px;
    margin: auto;
    z-index: 9999999;
    max-width: 95%;
    display: none;
}

.popup-rodo:before {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    content: '';
    top: -1000%;
    left: -1000%;
    bottom: -1000%;
    right: -1000%;
}

.popup-rodo .pop_wrap {
    text-align: left;
    position: relative;
    z-index: 2001;
    background: white;
    display: inline-block;
    padding: 15px;
}

.popup-rodo .pop_content {
    display: inline-block;
    padding: 15px;
    padding-bottom: 0px;
    display: inline-block;
    padding-bottom: 0px;
}

.popup-rodo .pop_wrap #pop_close {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 16px;
    background: red;
    cursor: pointer;
}

.popup-rodo #g-recaptcha {
    position: relative;
    min-width: 305px;
    display: inline-block;
    vertical-align: middle;
}

.popup-rodo .pop_title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.popup-rodo .pop_code {
    margin: 10px 0px;
}

.popup-rodo textarea {
    height: 100px;
    resize: none;
}

.popup-rodo__content {
    margin-bottom: 40px;
    line-height: 1.3;
    word-spacing: 4px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    overflow-y: overlay;
    max-height: 40vh;
    overflow-x: hidden;
}

.popup-rodo__btn {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 215px;
    min-width: 215px;
    height: 44px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: transparent;
    font-size: 13px;
    font-weight: bold;
    color: #191919;
    border: 2px solid white;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 42px;
    text-transform: none;
    background: #ffd835;
    border: none;
    border-radius: 0;
    width: 230px;
    height: 60px;
    padding: 0;
    font-family: Source Sans Pro;
}

/*.popup-rodo__btn:hover{color:white!important;}*/

.popup-rodo__buttons {
    margin: 0 auto;
    text-align: center;
}

.checkbox-set-flex {
    width: 100%;
    margin: 0;
    text-align: justify;
}
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
    background-color: #ffffff;
}

.hidden-image {
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #424242;
}

.hidden-image::before {
    content: '';
    width: 100%;
    height: 400px;
    background: red;
    position: relative;
    bottom: 0;
    left: 0;
}

#main_left .megamenu-cat__list>li>ul>li:hover>.hidden-image {
    display: block;
}

#main_left .megamenu-cat__list>li>ul>li:hover>.hidden-image>img {
    width: 50%;
    height: 100%;
}

.products .bx-wrapper .bx-viewport {
    height: auto !important
}

.slick-prev, .slick-next {
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #eeca33;
    z-index: 9999;
    top: 50%;
}

.slick-next {
    left: unset;
    right: 15px;
}

.slick-next:before, .slick-prev:before {
    content: '';
    background-image: url(../../img/svg/nav-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-prev:before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #eeca33;
}

.bxslider .image img {
    height: 100%;
}

.newsletter-input form {
    position: relative;
    margin-bottom: 145px;
    padding-bottom: 15px;
}

.newsletter-input .g-recaptcha {
    position: absolute;
    top: 100%;
    left: 0;
}

.newsletter-input .checkbox {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 85px;
}

.megamenu-cat__list li ul {
    min-width: 100%;
    width: intrinsic !important;
    /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content !important;
    /* Firefox/Gecko */
    width: -webkit-max-content !important;
    /* Chrome */
}

#products>.row {
    display: flex;
    flex-wrap: wrap;
}

#product-listing-box .warning, #product-info .warning {
    width: 75%;
    margin: 4px auto 0;
    padding: 6px 6px 6px 30px;
    text-align: center;
}

.confirm-order-label {
    font-weight: bold;
    text-transform: uppercase;
}

.confirm-order-row {
    margin-bottom: 5px;
}

.page-content #lipsum p, .page-content #lipsum li, .page-content #firm p, .page-content #firm li {
    font-size: 16px;
    line-height: 22px;
}

.product-status .warning {
    font-size: 15px;
    background-position: 8px 6px;
    display: inline-block;
    background-image: url(../../img/delivery.png);
    width: 75%;
    margin: 4px auto 0;
    padding: 6px 6px 6px 30px;
    text-align: center;
}


#recount-order {
    display: none;
}

#logo img {
	width: 300px;
	margin-bottom: 24px;
	margin-top: 24px;
}


.order_img_cnt .cart_img {
	position: relative;
}

#pay_invoices {
    margin-top: 15px;
    margin-bottom: 30px;
}
#pay_invoices.disable {
    color: #b1b1bc;
    border: 1px solid #fff0b7;
    cursor: no-drop;
}
#pay_selected.overpay {
	color: #FF0000;
}

/* ribbon */
.ribbon {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 7px 15px;
	background-color: #3399dd;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-shadow: 0 1px 1px rgba(0,0,0,.2)!important;
	text-transform: uppercase;
	text-align: center;
	z-index: 1002;
}
.ribbon.cart {
	width: 75px;
	height: 75px;
	overflow: hidden;
	position: absolute;
}
.ribbon.cart span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 5px 10px;
	background-color: #3399dd;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.2)!important;
	text-transform: uppercase;
	text-align: center;
	z-index: 1002;
}
.ribbon.headcart {
	width: 55px;
	height: 55px;
	overflow: hidden;
	position: absolute;
}
.ribbon.headcart span {
	position: absolute;
	display: block;
	width: 200px;
	padding: 3px 8px;
	background-color: #3399dd;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font-weight: 700;
	font-size: 6px;
	text-shadow: 0 1px 1px rgba(0,0,0,.2)!important;
	text-transform: uppercase;
	text-align: center;
	z-index: 1002;
}

/* ribbon top left */
.ribbon.new {
	top: 0px;
	left: 0px;
}
.ribbon.new span {
	right: -45px;
	top: 20px;
	transform: rotate(-45deg);
}
.ribbon.cart.new span {
    right: -62px;
    top: 14px;
}
.ribbon.headcart.new span {
    right: -62px;
    top: 14px;
}

/* ribbon top right */
.ribbon.eco {
	top: 0px;
	right: 0px;
}
.ribbon.eco span {
	left: -45px;
	top: 20px;
	transform: rotate(45deg);
}
.ribbon.cart.eco span {
    left: -62px;
    top: 14px;
}
.ribbon.headcart.eco span {
    left: -62px;
    top: 14px;
}

/* ribbon bottom left */
.ribbon.mp {
	bottom: 0px;
	left: 0px;
}
.ribbon.mp span {
	right: -47px;
	bottom: 18px;
	transform: rotate(45deg);
	box-shadow: 0 -5px 10px rgba(0,0,0,.1);
}
.ribbon.cart.mp span {
    right: -64px;
    bottom: 14px;
	box-shadow: 0 -5px 10px rgba(0,0,0,.1);
}
.ribbon.headcart.mp span {
    right: -64px;
    bottom: 14px;
	box-shadow: 0 -5px 10px rgba(0,0,0,.1);
}

/* ribbon bottom right */
.ribbon.sup {
	bottom: 0px;
	right: 0px;
}
.ribbon.sup span {
	left: -47px;
	bottom: 18px;
	transform: rotate(-45deg);
	box-shadow: 0 -5px 10px rgba(0,0,0,.1);
}
.ribbon.cart.sup span {
    left: -64px;
    bottom: 14px;
	box-shadow: 0 -5px 10px rgba(0,0,0,.1);
}
.ribbon.headcart.sup span {
    left: -64px;
    bottom: 14px;
	box-shadow: 0 -5px 10px rgba(0,0,0,.1);
}

/* ribbon prod */
.ribbonprod {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}
.ribbonprod span {
	position: absolute;
	display: block;
	width: 225px;
	line-height:1.42857143;
	padding: 7px 15px;
	background-color: #3498db;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-shadow: 0 1px 1px rgba(0,0,0,.2)!important;
	text-transform: uppercase;
	text-align: center;
}

/* ribbon prod top left */
.ribbonprod.new {
	top: 0px;
	left: 0px;
}
.ribbonprod.new span {
	right: -25px;
	top: 40px;
	transform: rotate(-45deg);
}

/* ribbon prod top right */
.ribbonprod.eco {
	top: 0px;
	right: 20px;
}
.ribbonprod.eco span {
	left: -25px;
	transform: rotate(45deg);
	top: 40px;
}

/* ribbon prod bottom left */
.ribbonprod.mp {
	bottom: 0px;
	left: 0px;
}
.ribbonprod.mp span {
	right: -25px;
	bottom: 40px;
	transform: rotate(45deg);
	box-shadow: 0 -5px 10px rgba(0,0,0,.1);
}

/* ribbon prod bottom right */
.ribbonprod.sup {
	bottom: 0px;
	right: 20px;
}
.ribbonprod.sup span {
	left: -25px;
	bottom: 40px;
	transform: rotate(-45deg);
	box-shadow: 0 -5px 10px rgba(0,0,0,.1);
}

/* ribbon colors */
.ribbon.new span,
.ribbonprod.new span {
	background-color: #3498db;
}
.ribbon.eco span,
.ribbonprod.eco span {
	background-color: #3BAA34;
}
.ribbon.mp span,
.ribbonprod.mp span {
	background-color: #ebc32d;
}
.ribbon.sup span,
.ribbonprod.sup span {
	background-color: #de5256;
}

#product-descattr {
	margin-top: 30px;
}
#product-descattr #descattributes-list {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 2px solid #efcd3e;
}
#product-descattr #descattributes-list th{
	border: 1px solid #efcd3e;
    border-bottom-width: 2px;
    background-color: rgba(239, 205, 62, 0.4);
    text-transform: none;
    font-weight: 700;
    vertical-align: bottom;
    font-size: 16px;
	padding: 6px 5px;
}
#product-descattr #descattributes-list td.descattr_name{
	border: 1px solid #efcd3e;
    border-right-width: 2px;
    background-color: rgba(239, 205, 62, 0.2);
    text-transform: none;
	width: 60%;
	padding: 3px 5px;
}
#product-descattr #descattributes-list td.descattr_value{
	border: 1px solid #efcd3e;
    border-left-width: 2px;
	width: 39%;
	padding: 3px 5px;
}


#product_mu-list {
}
#product_mu-list {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #efcd3e;
}
#product_mu-list th{
	border: 1px solid #efcd3e;
    background-color: rgba(239, 205, 62, 0.4);
    text-transform: none;
    font-weight: 700;
    vertical-align: bottom;
	padding: 3px 5px;
    line-height: normal;
}
#product_mu-list tr.prod_mu_row:hover,
#product_mu-list tr.prodpopup_mu_row:hover {
    background-color: rgba(239, 205, 62, 0.1);
}
#product_mu-list td {
	border: 1px solid #efcd3e;
    text-transform: none;
	padding: 3px 5px;
    line-height: normal;
}
#product_mu-list td.mu_selected,
#product_mu-list td.mu_selectedpopup{
    background-color: rgba(239, 205, 62, 0.2);
    font-weight: 500;
} 
#product_mu-list td.mu_selected label,
#product_mu-list td.mu_selectedpopup label{
    font-weight: 500;
}



.product-sup.info,
.product-sup.error,
.unpayed-invoices.warning,
.unpayed-invoices.error,
.saved-cart.info {
	width: 100%;
}
.saved-cart.info {
    margin-top: 0px;
	margin-bottom: 30px;
}
.shopping_cart_invoices.unpayed-invoices.warning,
.shopping_cart_invoices.unpayed-invoices.error{
    margin-top: 50px;
}
.header-top .unpayed-invoices.warning,
.header-top .unpayed-invoices.error{
    margin-top: 0px;
	margin-bottom: 0px;
	display: none;
}
#main_left .unpayed-invoices.warning,
#main_left .unpayed-invoices.error{
    margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.product-sup.info,
.product-sup.error{
	color: #d8000c;
	border-color: #000000;
    background-image: url(../../img/icons/alert_icon.png);
	background-position: 7px 5px;
    background-color: transparent;
}

.saved-cart .btn {
    border: 1px solid #00529b;
    padding: 1px 12px;
    margin: 0px 5px;
}
.saved-cart .btn:hover {
	border: 1px solid #ffd835;
	background-color: rgba(255, 216, 53, 0.4);
}

.saved-cart .btn-restore_cart {
	background: url(../../img/icons/cart.png) 10px center no-repeat;
	padding: 1px 11px 1px 30px;
}
.saved-cart .btn-delete_cart {
	background: url(../../img/icons/cross.png) 10px center no-repeat;
	padding: 1px 11px 1px 30px;
}
.btn-save_cart {
	background: url(../../img/icons/disk.png) 10px center no-repeat;
	padding: 4px 11px 4px 35px;
	float: right;
	margin-top: -10px;
}

#free_delivery.info {
    width: 100%;
    margin-bottom: -20px;
    color: #FFFFFF;
    background-image: url(../../img/icons/icons8-info-30.png);
    background-color: #323232;
	background-position: 7px 4px;
    padding: 9px 10px 9px 40px;
}
.header_b2b #free_delivery.info{
    color: #323232;
    background-image: url(../../img/icons/icons8-info-30b2b.png);
    background-color: #FFFFFF;
}
#free_delivery_shortfall.info {
    width: 100%;
    margin-top: 0px;
}
#shopping-cart-form #order-sub #confirm_order,
#shopping-cart-form #order-sub #confirm_order_b2b  {
    margin-top: 10px;
}
#confirm_order,
#confirm_order_b2b {
	padding: 6px 22px;
}
#confirm_order-1 {
    margin-top: 10px;
	padding: 6px 12px 6px 32px;
    position: relative;
}


.popup_np, .popup_sc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 999999999;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.popup_sc.hiden{
	display: none;
}
.popup_np .container {
	max-width: 700px;
}
.popup_sc .container {
	max-width: 1200px;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}
.popup_np h2 {
    font-size: 48px;
    /*color: #cd9f52*/
}
.popup_np ul{
    padding: 0;
    list-style: none;
    text-align: center;
    /*font-size: 22px;*/
}
.popup_np li {
    /*width: 45%;*/
    padding:7px 0;
    font-weight: bold;
    transition: all 0.26s;
    -webkit-transition: all 0.26s;
    -moz-transition: all 0.26s;
}

.popup_sc .popup-close {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 20px;
    font-weight: bold; 
	transition: all 200ms;
	cursor: pointer;
}
.popup_sc .popup-close:hover {
	color:#efcd3e;
}
.popup_sc .select_company_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    padding-bottom: 15px;
    height: 90%;
    overflow-y: scroll;
    padding-right: 25px;
    box-sizing: content-box;
}
.popup_sc .info, .popup_sc .success, .popup_sc .warning, .popup_sc .error {
    margin-top: 0px;
    display: inline-block;
}
.popup_sc .firm_section {
    border: #d7d7d7 2px solid;
    margin: 0px 10px;
    max-width: 300px;
    margin-bottom: 20px;
}
.popup_sc .firm_section:hover {
    border: #efcd3e 2px solid;
}
.popup_sc .firm_section:hover .firm_section_title {
    border-bottom: #efcd3e 2px solid;
}
.popup_sc .firm_section .firm_section_title {
    font-weight: 500;
    padding: 10px;
    border-bottom: #d7d7d7 2px solid;
    background: #d7d7d7;
    position: relative;
}
.popup_sc .firm_section .firm_section_title img {
    display: block;
    transform: rotate(90deg);
    height: 26px;
    margin-right: 5px;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.popup_sc .firm_section.open .firm_section_title img {
    transform: rotate(270deg);
}
.popup_sc .firm_section:hover .firm_section_title {
    border-bottom: #efcd3e 2px solid;
    background: #efcd3e;
}
.popup_sc .firm_section .firm_section_branch {
    transition: max-height 0.46s;
    -webkit-transition: max-height 0.46s;
    -moz-transition: max-height 0.46s;
    overflow: hidden;
    max-height: 0px;
}
.popup_sc .firm_section.open .firm_section_branch {
    transition: max-height 0.46s;
    -webkit-transition: max-height 0.46s;
    -moz-transition: max-height 0.46s;
	/*max-height: 1750px;*/
    max-height: 550px;
    /* padding-bottom: 15px; */
    height: 90%;
    overflow-y: auto;
    box-sizing: content-box;
}
.popup_sc .firm_section .firm_branch {
    padding: 5px 10px;
}
.popup_sc .firm_section .firm_branch .firm_branch_title {
    border: 1px solid #d7d7d7;
    color: #191919;
    font-size: 13px;
    border-radius: 0px;
    font-weight: 300;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 12px;
    width: 100%;
}
.popup_sc .firm_section .firm_branch .firm_branch_title.main_branch {
    font-weight: 500;
}
.popup_sc .firm_section .firm_branch .firm_branch_title:hover {
    border: 1px solid #ffd835;
    color: #191919;
}
.popup_sc .firm_section .firm_branch .firm_branch_title.active {
    border: 1px solid #ffd835;
    background-color: rgba(255, 216, 53, 0.4);
}
.popup_sc .firm_section .firm_branch .firm_branch_title .client_select {
    border: 1px solid #ffd835;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    padding: 4px 12px;
}
.popup_sc .firm_section .firm_branch .firm_branch_title:hover .client_select {
    background-color: rgba(255, 216, 53, 0.4);
}
.header_b2b #shop-nav .user-menu .firm_branch_title,
#b2b_tiles_contractor .firm_branch_title {
    margin-left: 10px;
    font-size: 11px;
    display: inline-block;
    color: #CEA33A;
}
#b2b_tiles_contractor .firm_branch_title {
    font-size: 12px;
    font-weight: 500;
}
.header_b2b #shop-nav .user-menu .firm_branch_change_btn,
#b2b_tiles_contractor .firm_branch_change_btn {
    margin-left: 10px;
    font-size: 11px;
    display: inline-block;
    color: #CEA33A;
	border: 1px solid #CEA33A;
}
#b2b_tiles_contractor .firm_branch_change_btn {
    float: right;
}
#b2b_tiles_contractor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

#b2b_tiles_contractor .product-sup.info, 
#b2b_tiles_contractor .product-sup.error, 
#b2b_tiles_contractor .unpayed-invoices.warning, 
#b2b_tiles_contractor .unpayed-invoices.error, 
#b2b_tiles_contractor .saved-cart.info {
    width: 80%;
    margin-bottom: 0px;
}
.header_b2b #shop-nav .user-menu .firm_branch_change_btn:hover,
#b2b_tiles_contractor .firm_branch_change_btn:hover {
    background-color: rgba(255, 216, 53, 0.4);
}
.header_b2b #shop-nav .user-menu #firm_branch_change,
.header_b2b .header-top > #firm_branch_change_mobile,
#b2b_tiles_contractor > #firm_branch_change_main {
    cursor: pointer;
}
.header_b2b .header-top > .firm_branch_title,
.header_b2b .header-top > .firm_branch_change_btn {
	display: none;
}

.header_b2b #shop-nav .user-menu .firm_branch_title span,
.header_b2b .header-top > .firm_branch_title span {
    text-transform: none;
    position: absolute;
    width: auto;
    color: #CEA33A;
    background: #eeeeee;
    text-align: left;
    padding: 10px;
    visibility: hidden;
    border: 1px solid #CEA33A;
    left: 0px;
	line-height: 16px;
    border-radius: 0px 0px 6px 6px;
}
.header_b2b .header-top > .firm_branch_title span {
    background: #ffffff;
	text-align: center;
	width: 100%;
}
.header_b2b #shop-nav .user-menu .firm_branch_title:hover span,
.header_b2b .header-top > .firm_branch_title:hover span {
    visibility: visible;
    top: 28px;
    z-index: 9999;
    color: #CEA33A;
}
.header_b2b .header-top > .firm_branch_title:hover span {
    top: 26px;
}

#toast-container {
    z-index: 9999999999;
}
.toast-top-center {
    top: 45%;
    left: 0px;
    width: 100%;
}
.popup_add-basket{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 999999999;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.popup_add-basket.popup_hiden{
	display: none;
}
.popup_add-basket .container {	
	max-width: 500px;
    padding: 20px;
    border-radius: 10px;
}
.popup_add-basket .popup-close {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 20px;
    font-weight: bold; 
	transition: all 200ms;
	cursor: pointer;
}
.popup_add-basket .popup-close:hover {
	color:#efcd3e;
}

.cart-loader__box {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:999999;
}

.cart_loader__overlay {
    background: #fff;
    opacity: .4;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:22222222;
}

.loader,
.loader:before,
.loader:after {
    opacity: 1;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    z-index: 1000;
    color: #EECA33;
    font-size: 10px;
    margin: 80px auto;
    margin-top:200px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}




@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
