/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@charset "UTF-8";

@font-face {
    font-family: 'Font-Awesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: local('FontAwesome'), local('FontAwesome'),
        url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff') format('woff'),
        url('../fonts/fontawesome-webfont.ttf') format('truetype'),
        url('../fonts/fontawesome-webfont.otf') format('opentype'),
        url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot');
    src: local('OpenSans'), local('OpenSans Regular'),
        url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf') format('truetype'),
        url('../fonts/OpenSans.otf') format('opentype'),
        url('../fonts/OpenSans.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light.eot');
    src: local('OpenSansLight'), local('OpenSans Light'),
        url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.otf') format('opentype'),
        url('../fonts/OpenSans-Light.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: local('OpenSansBold'), local('OpenSans Bold'),
        url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.otf') format('opentype'),
        url('../fonts/OpenSans-Bold.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'OpenSansSemiBold';
    src: /*local('OpenSansSemiBold'), local('OpenSans SemiBold'),
		url('../fonts/OpenSans-SemiBold.woff') format('woff'),*/
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: local('OpenSansExtraBold'), local('OpenSans ExtraBold'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

html,
body,
button,
input,
optgroup,
select,
textarea {
    font-family: OpenSans;
}
body
{
    overflow-x:hidden;
}
body.mCS_destroyed {
	overflow:auto !important;  /* na urządzeniach mobilnych włączamy standardowy pasek */
}
body > div > div > main {
	overflow: visible;
}
.dn {
	display: none;
}
#facets_popup.dn {
    display: block;
}
.dn-important {
    display: none !important;
}

.only-phone, .wrap_search_widget.only-phone {
    display: none;
}
.not-phone {
    display: block;
}
body#category #search_filters h4.only-phone {
    display: none;
}
#facets_popup.dn-temp {
    display: none;
}

.dnimp {
    display: none !important;
}

.vh {
    visibility: hidden;
}

a {
    color: #64646a;
	font-weight: 500;
}

a:hover {
    color: #64646a;
    text-decoration: underline;
}

b,
strong {
    font-weight: bold;
}

.awesome,
.fa {
    font-family: 'FontAwesome' !important;
}

.fa-2x {
    font-size: 2em !important;
}

.container {
    width: 1240px;
    padding: 0px;
}

.row {
    margin: 0px;
}

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    padding: 0px;
}

.btn {
	border: 1px;
}

.alert-danger.errorsbig {
    z-index: 998 !important;	
}   

#header .logo {
	width: 253px;
    height: 60px;
	display: inline-block;
	/*padding-top: 5px;
    padding-bottom: 3px;*/
}
#header .logo.mobile {
	display: none;
}

#_mobile_contact_link {
    float: left;
}

#header .header-nav #contact-link,
#_mobile_contact_link #contact-link,
#header .header-nav #contact-link a {
    color: #666666;
    font-size: 14px;
}
#header .header-nav #contact-link .fa-phone:before {
	
}
#header .header-nav #contact-link .fa-envelope {
	color: transparent;
	margin-right: 7px;
	background: url(../img/mobile/ico/mail-small-blue.svg)  center center no-repeat transparent;
	background-color: 20px 14px;
	width: 20px;
    height: 14px;
}
#header .header-nav #contact-link .fa-phone {
	color: transparent;
	margin-left: 7px;
    margin-right: 7px;
    background: url(../img/mobile/ico/phone-small-blue.svg) center 0px no-repeat transparent;
	background-size: 18px 18px;
    height: 18px;
    width: 18px;
    vertical-align: 2px;
    display: inline-block;
}
body:not(.logged) #header .header-nav #contact-link .fa-phone {
	margin-left: 0; 
}
#header .header-nav #contact-link .fa-phone:before {
	display: inline-block;
    width: 14px;
    height: 15px;
}
#header .header-nav #contact-link span,
#_mobile_contact_link #contact-link span {
    margin-right: 19px;
}

#header .header-nav #contact-link span:last-child,
#_mobile_contact_link #contact-link span:last-child {
    margin-right: 0px;
}

#_mobile_contact_link #contact-link span:last-child,
#_mobile_contact_link #contact-link b.fa.fa-envelope {
    display: none;
}

#header .header-nav .user-info a,
#_mobile_user_info .user-info a {
    color: #666666;
    font-size: 14px;
	letter-spacing: 0.2px;
}
#header .header-nav .user-info #inquiries {
	position: relative;
	margin-right: 49px;
	letter-spacing: 0.2px;
}
#header .header-nav .user-info #inquiries .material-icons {
	background: url(../img/ico/question-blue.svg) 0 center no-repeat transparent;
	background-size: 20px 20px;
    width: 26px;
    height: 20px;
    display: inline-block;
}

#_mobile_user_info .user-info a {
    height: 12px;
    line-height: 12px;
    vertical-align: top;
    margin: 14px 0px;
}
#header .header-nav .user-info .account  {
	background: url(../img/ico/login.svg) 4px 1px no-repeat transparent;
	background-size: 16px 16px;
    padding-left: 31px;
	padding-bottom: 2px;
	text-decoration: none;
}
#header .header-nav .user-info .account .expand {
	background: url(../img/arr_down_v3.svg) right center no-repeat transparent;
	background-size: 12px 12px;
	width: 16px;
    height: 20px;
    margin-top: -3px;
	transform: rotate(0deg);
	transition: transform 0.5s;
}
#header .header-nav .user-info .account .expand.up {
	transform: rotate(-180deg)  translateX(-4px);
	transition: transform 0.5s;
}
#header .header-nav .user-info .menu-user {
    min-width: 297px;
    min-height: 166px;
	position: absolute;
    z-index: 9999999;
    right: 0;
    background-color: #ffffff;
	display: none;
}
#header .header-nav .user-info .menu-user.active {
	display: block;
}
#header .header-nav .user-info .menu-user .title {
	background: url(../img/ico/login-menu.jpg) 97% center no-repeat #25252f;
    text-align: left;
    padding-left: 26px;
    font-family: OpenSansBold;
    color: #ffffff;
    height: 56px;
    line-height: 56px;
	width: 100%;
}
#header .header-nav .user-info ul {
	margin-bottom: 0;
}
#header .header-nav .user-info .menu-user li {
	border: 1px solid #e8e8e8;
	text-align: left;
	height: 55px;
    line-height: 55px;
}
#header .header-nav .user-info .menu-user li.user-panel a {
	background: url(../img/ico/settings.svg) 29px center no-repeat transparent;
    background-size: 21px 21px;
    display: block;
    width: 100%;
    margin-left: 0;
	padding-left: 71px;
}
#header .header-nav .user-info .menu-user li.user-panel a:hover {
	background: url(../img/ico/settings-yellow.svg) 29px center no-repeat transparent;
	background-size: 21px 21px;
	color: #ffc600;
}
#header .header-nav .user-info .menu-user li.user-logout a {
	background: url(../img/ico/logout.svg) 29px center no-repeat transparent;
    background-size: 21px 21px;
    display: block;
    width: 100%;
    margin-left: 0;
	padding-left: 71px;
}
#header .header-nav .user-info .menu-user li.user-logout a:hover {
	background: url(../img/ico/logout-yellow.svg) 29px center no-repeat transparent;
	background-size: 21px 21px;
	color: #ffc600;
}

#header .header-nav .user-info .menu-user li:first-child {
	border-bottom: 0px;
}

body:not(.logged) #header .header-nav .user-info a.log-user {
	border-left: 1px solid #e1e1e1;
}
#header .header-nav .user-info a:last-child,
#_mobile_user_info .user-info a:last-child {
    margin-left: 9px;
    padding-left: 13px;
}

#_mobile_user_info {}

#_mobile_user_info a {
    display: inline-block !important;
}

#_mobile_user_info a {
    display: inline-block;
}

#_mobile_user_info a i.material-icons {
    display: none;
}

#_mobile_user_info a span {
    vertical-align: top;
    display: inline-block !important;
}

#header .header-nav {
    height: 31px;
    line-height: 30px;
	border-bottom: 1px solid #e1e1e1 !important;
	margin-bottom: 22px;
}

#header .header-top {
    padding-bottom: 11px;
}

#header .header-nav #contact-link {
    margin-top: 0px;
}

#header .header-nav .user-info {
    margin-top: 0px;
	margin-left: 0px;
}

#_desktop_logo {
    margin-top: -5px;
	z-index: 999;
    background-color: #ffffff;
}

body#manufacturer #search_filters_wrapper {
	display: none;
}

#header .header-nav-mobile {
	display: none;
}

.search-widget {
    float: left;
    margin-left: 20px;
	top: -80px;
	display: none;
}



#block_wishlist_top
{
  right:260px;
}

#_desktop_cart,
#_mobile_cart,
#_desktop_cart_zapytanie {
    float: right;
    height: 48px;
    line-height: 48px;
    border: 2px solid #d5d5d5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#_desktop_cart .cart-preview.inactive .header span::after {
	content: '';
}
#_desktop_cart_zapytanie {
    margin-right: 20px;
    display: none;
}

#_desktop_cart .material-icons.shopping-cart,
#_desktop_cart_zapytanie .material-icons.shopping-cart,
#_mobile_cart .material-icons.shopping-cart {
    float: right;
    width: 46px;
    margin: 7px 0 3px 4px;
    padding: 0;
    height: 59px;
    text-indent: 0px;
    background: url(../img/mobile/ico/cart-mobilev2.svg) 0px center no-repeat transparent;
	background-size: 30px 30px !important;
    display: inline-block;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-size: initial;
}
#_desktop_cart .material-icons.shopping-cart {
    height: 54px;
}
#header .header-top #_desktop_cart .material-icons.shopping-cart {
	margin: -2px 0 3px 4px;
}
#header .header-top #_desktop_cart.logged .material-icons.shopping-cart {
    margin: -2px 0 3px 4px;
}

#_desktop_cart_zapytanie .material-icons.shopping-cart {
    background: #ffc600;
    padding-left: 8px;
    display: flex;
    align-items: center;
}

#_desktop_cart .header span.hidden-sm-down,
#_desktop_cart_zapytanie .header span.hidden-sm-down,
#_mobile_cart .header span.hidden-sm-down {
    float: left;
    color: #313438;
    font-size: 16px;
    padding-right: 0;
    width: 6.7rem;
    width: 8rem;
    margin: 0 0 0 0;
    text-align: center;
    font-family: OpenSansBold;
    width: 78%;
    text-align: left;
	line-height: 20px;
}
body:not(.logged) #_desktop_cart .header span,
body #_desktop_cart .header span.one-cart {
	padding-top: 9px;
}
body:not(.logged) #_desktop_cart .header span.cart-products-count {
	padding-top: 3px;
	padding-left: 6px;
}
#_desktop_cart .header span.default-cart {
	color: #164a98;
    font-size: 12px;
    font-family: OpenSans;
	line-height: 24px;
	display: none;
}
body.logged #_desktop_cart .header span.default-cart {
	display: block;
}
#_desktop_cart .header span.default-cart i {
	background: url(../img/arr_down_blue.svg) center center no-repeat transparent;
	background-size: 13px 12px;
	transform: rotate(0deg);
	transition: transform 0.5s;
	width: 13px;
    height: 8px;
    display: inline-block;
}

#_desktop_cart #preview-cart-submenu .extraCartsList {
	width: 277px;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	z-index: 9999;
    background-color: #ffffff;
    position: absolute;
    top: 48px;
	display: none;
}
#_desktop_cart #preview-cart-submenu .extraCartsList.up {
	display: block;
}
#_desktop_cart #preview-cart-submenu .extraCartsList ul {
	margin-bottom: 0;
}
#_desktop_cart #preview-cart-submenu .extraCartsList ul li {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #dfdfdf;
    line-height: 24px;
    font-family: OpenSansBold;
    font-size: 14px;
    color: #353535;
}
#_desktop_cart #preview-cart-submenu .extraCartsList ul li > a {
	display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}
#_desktop_cart #preview-cart-submenu .extraCartsList ul li:hover {
    background-color: #f4f4f4;
}
#_desktop_cart #preview-cart-submenu .extraCartsList ul li:hover a {
	color: #164a98;
}
#_desktop_cart #preview-cart-submenu .extraCartsList ul li.empty,
#_desktop_cart #preview-cart-submenu .extraCartsList ul li:last-child {
	display: none;
}
#_desktop_cart .header span.default-cart.up i {
	transform: rotate(-180deg);
	transition: transform 0.5s;
}


#_desktop_cart .header span.hidden-sm-down::after,
#_desktop_cart_zapytanie .header span.hidden-sm-down::after,
#_mobile_cart .header span.hidden-sm-down::after {
	content: "expand_more";
	font-family: "Material Icons";
	font-size: 20px;
    right: 5px;
    position: absolute;
	display: none;
}


#header .header-nav #_desktop_cart {
	display: none;
}

#_desktop_cart_zapytanie .header span.hidden-sm-down {
    display: none;
}

#_desktop_cart .header span.cart-products-count,
#_desktop_cart_zapytanie .header span.cart-products-count,
#_mobile_cart .header span.cart-products-count {
    float: left;
    position: relative;
    right: -17px;
    top: 1px;
    color: #313438;
	min-width: 28px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    font-family: 'OpenSans';
    background: #ffc600;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    outline: 0px solid #ffc600;
    font-weight: bold;
    border: 2px solid #ffc600;
    line-height: 17px;
    padding: 3px 5px;
    margin: 6px 1px;
}
#_desktop_cart .header span.cart-products-count {
	top: -4px;
}

#_desktop_cart_zapytanie span.cart-products-count {
    float: right;
}

#_desktop_top_menu {
    height: 65px;
    line-height: 65px;
    background: #f4f4f4;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

#top-menu {
    margin: 0px auto;
    max-width: 1240px;
    position: relative;
}

#top-menu li {
    width: auto;
    display: inline-block;
    float: left;
}

#_desktop_top_menu > #top-menu > li > a {
    width: auto;
    margin: 25px 0px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    padding: 0px 22px;
    color: #252527;
    font-size: 16px;
    font-weight: normal;
    font-family: 'OpenSans';
    text-transform: uppercase;
    border-right: 1px solid #bec6d1;
}

#top-menu li:hover > a,
#top-menu li a:hover,
#top-menu li.current > a {
    color: #164a98 !important;
}

#_desktop_top_menu > #top-menu li:last-child > a {
    border-right: 0px solid #bec6d1;
}

#_desktop_top_menu > #top-menu > li:first-child {
    width: auto;
    margin-top: -1px;
    padding-right: 22px;
    background: #ffc600;
}

#_desktop_top_menu > #top-menu > li:first-child > a {
    color: #164a98;
    margin: 0px 0px;
    font-weight: bold;
    padding-right: 150px;
    border-right: 0px solid #bec6d1;
    background: url(../img/arrow2.png) no-repeat right center;
    margin: 0px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}

#_desktop_top_menu > #top-menu > li:hover .sub-menu {
    display: block;
}

.top-menu .sub-menu {
    top: 62px !important;
    margin: 0px;
    width: 100%;
    background: none;
    box-shadow: none;
}

.sub-menu .top-menu {
    float: left;
    width: 100%;
    max-width: 1240px;
    margin: 0px auto;
    background: white;
    padding: 25px 0px 25px 30px;
    border: 1px solid #dfdfdf;
}

.sub-menu .top-menu li {
    width: 300px !important;
    margin: 0px !important;
}

.sub-menu .top-menu li a {
    padding: 0px;
    color: #252527;
    font-size: 14px;
    line-height: 35px;
    font-family: 'OpenSans';
    text-transform: none;
}

#manufacturers .sub-menu .top-menu li {
    width: 200px !important;
}

#manufacturers .sub-menu .top-menu li a {
    line-height: 18px;
}

.top-menu .collapse {
    display: none;
}

#wrapper {
    background: white;
    box-shadow: none;
    padding-top: 1rem;
    display: block !important;
}
main > section#wrapper {
	padding-top: 14px;
	-webkit-box-shadow: inset 0 15px 8px -15px rgba(220,220,220,.5);
    -moz-box-shadow: inset 0 15px 8px -15px rgba(220,220,220,.5);
    box-shadow: inset 0 15px 8px -15px rgba(220,220,220,.5);
}
body#index > main > section#wrapper {
	padding-top: 0;
	overflow: hidden;
}

#main-carousel-container {
	width: 100px;
	height: 450px;
	margin-bottom: 58px;
}
#carousel-main {
	width: 100vw;
    max-height: 450px;
    height: 450px;
    position: absolute;
    left: 0;
	background-color: #25252f !important;
}
body#index #carousel-main.owl-carousel .owl-item img {
	width: auto;
	height: auto;
	display: inline-block;
}
#carousel-main .owl-item .item {
	height: 450px;
}
#carousel-main .owl-item .item a {
	text-decoration: none;
}
#carousel-main .owl-item figcaption {
	width: 1266px;
    margin: -550px auto 0 auto;
}
#carousel-main .owl-item .caption-description {
    position: relative;
    max-width: 805px;
	margin-left: 0;
    margin-right: 0;
	margin-top: 150px;
}
#carousel-main .owl-item .caption-description .btn {
	height: 48px;
    line-height: 44px;
    padding: 0px 47px;
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-size: 13px;
    font-family: OpenSansBold;
    letter-spacing: 2.4px;
    margin-top: -33px;
}
#carousel-main.owl-carousel .owl-item {
	text-align: initial;
}
#carousel-main .owl-dots {
	top: -27px;
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    height: 20px;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
}
#carousel-main .owl-dots .owl-dot {
	width: 10px;
    height: 10px;
    background-color: #929297;
    border-radius: 5px;margin: 0 5px;
}
#carousel-main .owl-dots .owl-dot.active {
	background-color: #f4f4f4;
}
#carousel-main .owl-dots .owl-dot:focus {
	outline: 0;
}
#carousel-main.owl-carousel .owl-nav button.owl-prev,
#carousel-main.owl-carousel .owl-nav button.owl-next {
	width: 50px;
    height: 50px;
    position: absolute;
	top: 125px;
	border-radius: 50%;
}
#carousel-main.owl-carousel .owl-nav button.owl-prev span,
#carousel-main.owl-carousel .owl-nav button.owl-next span {
	display: none;
}
#carousel-main.owl-carousel .owl-nav button.owl-prev {
	background: url(../img/ico/left-button-v2.png) no-repeat center;
	left: 20px;
}
#carousel-main.owl-carousel .owl-nav button.owl-next {
	background: url(../img/ico/right-button-v2.png) no-repeat center;
	right: 35px;
}

.carousel {
    box-shadow: none;
}

.carousel .carousel-inner {
    max-height: 500px;
	margin-bottom: 0;
}

.carousel .carousel-item {}

.carousel .carousel-item .caption,
.galslider_slider_wrapper .bx-wrapper .bx-caption {
    left: 49px;
    top: 88px;
    bottom: auto;
    max-width: 600px;
}

.carousel .carousel-item .caption h2,
.galslider_slider_wrapper .bx-wrapper .bx-caption span {
    color: white;
    font-size: 28px;
    height: 55px;
    overflow: hidden;
    line-height: 55px;
    padding: 0px 15px;
    background: #3a8b3f;
    text-transform: none !important;
}

.carousel .carousel-item .caption .caption-description {
    margin-top: 10px;
}

.galslider_slider_wrapper .bx-wrapper .galslider_slide_content {
    left: 49px;
    top: 145px;
    max-width: 600px;
}

.carousel .carousel-item .caption .caption-description p,
.galslider_slider_wrapper .bx-wrapper .galslider_slide_content p {
    color: #3a8b3f;
    font-weight: bold;
    font-size: 63px;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 0px;
}

#footer {
    margin-top: 0px;
    padding: 0px 0px;
}

#footer > .container {
    padding: 40px 0px;
    background: #efefef;
    display: none;
}

.footer-container {
	width: 100%;
	clear: both;
    margin-top: 0px;
    padding-top: 43px;
    background: #1e1e28;
}
.footer-container div.aeuc_footer_info {
	display: none;
}

.footer-container > .row {
    height: 57px;
    line-height: 54px;
    background: #1e1e28;
    border-top: 1px solid #33333c;
    margin-top: -21px;
}

.footer-container > .row > .container span {
    color: #aaaaaa;
    font-size: 14px;
    font-family: OpenSans;
}

.footer-container > .row > .container span:first-child {
    float: left;
}

.footer-container > .row > .container span:last-child {
    float: right;
}

.footer-container > .row > .container p {
    display: inline-block;
    position: relative;
}
.footer-container .block-contact-title,
.footer-container #block_myaccount_infos .myaccount-title a  {
	font-size: 16px;
    font-family: 'OpenSansBold';
	margin-bottom: 6px;
	margin-left: 0;
	font-weight: normal;
}
.footer-container .ico {
	padding-left: 31px;
}
.footer-container .ico.gps {
    background: url(../img/ico/gps-yellow.svg) -2px 5px no-repeat transparent;
    background-size: 19px 19px;
}
.footer-container .ico.clock {
    background: url(../img/ico/zegar-yellow.svg) 1px 6px no-repeat transparent;
    background-size: 15px 15px;
	margin-top: 23px;
}
.footer-container .ico.phone {
    background: url(../img/ico/telefon-yellow.svg) 1px 5px no-repeat transparent;
	background-size: 15px 15px;
	margin-top: 25px;
}
.footer-container .ico.fax {
    background: url(../img/ico/plik-yellow.svg) 1px 6px no-repeat transparent;
    background-size: 15px 15px;
	margin-top: 23px;
}
.footer-container .ico.email {
    background: url(../img/ico/email-yellow.svg) left 3px no-repeat transparent;
    background-size: 17px 15px;
	margin-top: 26px;
}
.footer-container .ico.nip {
    background: url(../img/ico/teczka-yellow.svg) left 5px no-repeat transparent;
	background-size: 17px 15px;
	margin-top: 21px;
	padding: 0;
}
.footer-container .ico.nip .regon {
	padding-left: 31px;
	background: url(../img/ico/teczka-yellow.svg) left 30px no-repeat transparent;
	background-size: 17px 15px;
	min-height: 50px;
	line-height: 25px;
}
.footer-container .ico a {
	color: #ffffff !important;
}

#block_myaccount_infos2 {
    display: none;
}

.footer-container .block-contact.links {
    float: left;
    border: 0px;
    width: 52%;
}

.block-contact-title,
.footer-container .links .title,
.footer-container .links h3 {
    position: relative;
    margin-bottom: 2px;
    width: 100%;
    display: inline-block;
    color: #fff !important;
    font-weight: normal;
    font-size: 16px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    padding-bottom: 40px;
    border-bottom: 0px solid #646a6f;
	margin-left: -16px;
}
.footer-container .links h3 hr {
	display: none;
}
.block-contact-title {
    margin-bottom: 35px;
}

.block-contact-title hr,
.footer-container .links .title hr,
.footer-container .links h3 hr {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    height: 1px;
    width: 65px;
    color: #646a6f;
    border-top: 1px solid #646a6f;
}

#block_myaccount_infos .myaccount-title a {
    color: #fff !important;
    font-size: 20px;
}

.footer-container .container {
    margin-bottom: 40px;
}

.footer-container .links {
    width: 270px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'OpenSans';
    line-height: 24px;
	letter-spacing: 1px;
}
.footer-container .links h3,
.footer-container .links .et {
	font-family: 'OpenSansBold';
}
.footer-container #block_myaccount_infos.links {
	width: 150px;
	float: right;
}

.footer-container .links .collapse {
    margin: 0px;
}

.footer-container .links:last-child {
    float: left;
}

.footer-container .links .wrapper {
    width: 100%;
}

.footer-container li {
    margin: 0px;
}

.footer-container li a {
    color: #ffffff !important;
    font-size: 15px;
    font-family: 'OpenSans';
    line-height: 30px;
}

.footer-container li a:hover {
    color: #164a98;
}

.footer-container li a:before {
    content: "•";
    color: #ffc600;
    font-size: 15px;
    font-family: 'OpenSans';
	margin-left: -10px;
}

#Up-button {
    position: fixed;
    top: -5rem;
    bottom: 0px;
    right: 0;
    height: 56px;
    display: inline-block;
    margin: 1rem;
	z-index: 999999;
}

#Up-button a {
    width: 56px;
    height: 56px;
    display: inline-block;
    background: url(../img/Up-button.png) no-repeat center;
	border: 1px solid #424242;
	border-radius: 5px;
}

.block_newsletter {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}

.block_newsletter > .row {
    width: auto;
    margin: 0px auto;
    display: inline-block;
}

.block_newsletter > .row > p {
    width: auto;
    margin: 0px;
    padding: 0px;
    color: #252527;
    font-weight: bold;
    font-size: 30px;
    font-family: 'OpenSans';
    text-transform: uppercase;
    line-height: 58px;
}

.block_newsletter > .row > div {
    width: auto;
}

.block_newsletter form > .row > div {
    width: auto;
}

.block_newsletter form > .row > div:first-child {
    float: right;
    margin-left: 20px;
}

.block_newsletter form > .row > div:last-child {
    float: left;
    margin: 5px 50px;
    max-width: 340px;
}

.block_newsletter form .row > div > p {
    width: auto;
    margin: 0px;
    padding: 0px;
    color: #252527;
    font-weight: normal;
    font-size: 14px;
    font-family: 'OpenSans';
    line-height: 24px;
}

.block_newsletter form input[type="text"] {
    width: 320px;
    max-width: 100%;
    height: 58px;
    line-height: 58px;
    color: #949498;
    font-size: 14px;
    font-family: 'OpenSansLight';
    border: 1px solid #e3e7e9 !important;
}

.block_newsletter form input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #949498;
    margin-left: -50px;
    height: 58px;
    line-height: 28px;
    padding: 15px;
    text-indent: -0px;
    background: none;
}

.block_newsletter form input[type="submit"]:hover {
    color: #00488c !important;
    background: none !important;
}

.block-social {
    display: none;
}

#custom-text {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    margin-top: 30px;
}
#custom-text .about-left {
	font-family: OpenSansLight;
    font-size: 14px;
    color: #313438;
    width: 62%;
    text-align: justify !important;
    line-height: 22px;
	padding: 0 !important;
}
#custom-text .about-right {
	float: right;
    width: 38%;
    text-align: right;
	line-height: 24px;
	padding-top: 0px !important;
}

#featured-products-tabs, #onsale-products-tabs {
    float: left;
    width: 100%;
    margin-top: 17px;
    border-bottom: 1px solid #dfdfdf;
}
#onsale-products-tabs
{
  margin-top: 30px;
}
#featured-products-tabs h1 a, #onsale-products-tabs h1 a {
	color: #103178;
	text-decoration: none;
}

.featured-products, .onsale-products {
    float: left;
    width: 100%;
    margin-top: 43px !important;
	position: relative;
}
#polecane .featured-products {
	margin-top: 50px !important;
	margin-bottom: 4px;
}

.all-product-link {
    display: none;
}
.featured-products .all-product-link,
.onsale-products .all-product-link,
#polecane .all-product-link,
#Wiedza .all-product-link {
	display: block;
    position: absolute;
    right: 0;
    top: -94px;
    font-family: OpenSansBold;
    color: #25252f;
    letter-spacing: -0.15px;
	font-weight: normal;
	font-size: 16px;
}
#polecane .all-product-link {
	top: 11px;
}
#Wiedza .all-product-link {
	top: 25px;
}
.featured-products .all-product-link i,
.onsale-products .all-product-link i,
#polecane .all-product-link i,
#Wiedza .all-product-link i {
	background: url(../img/ico/arrow_right_blackv3.svg) right 10% no-repeat transparent;
    background-size: 19px 19px;
    margin-left: 17px;
	margin-top: -1px;
}
.onsale-products .all-product-link {
    clear: both;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
	z-index: 999;
}
.onsale-products-nav,
.wiedza-products-nav, #WiedzaLink
{
    float: left;
    margin-top: 2px;
    margin-bottom: 0px;
    min-width: 120px;
    padding: 0px 20px;
    text-align: center;
    margin-right: 2px;
    height: 56px;
    line-height: 56px;
    background: #f2f2f2;
    font-family: 'OpenSans';
    font-weight: normal;
    font-size: 20px;
    color: #252527;
    text-transform: uppercase;
    border-bottom: 2px solid #dadada;
}

.featured-products-nav, .onsale-products-nav, .wiedza-products-nav
{
    float: right;
    min-width: 20px;
    margin-left: 2px;
    margin-right: 0px;
    font-size: 36px;
}

.product-flags {
    top: -12px;
    right: -7px;
}
#WiedzaLink,
.products-section-title.active,
.products-section-title:hover,
.featured-products-nav:hover,
.onsale-products-nav:hover,
.wiedza-products-nav:hover
{
    color: #fff;
    background: #164a98;
    border-bottom: 2px solid #164a98;
}

.product-miniature:hover
{
  z-index: 9;
  overflow: visible!important;
}
.product-miniature:hover .thumbnail-container,
.product-accessories .thumbnail-container2 {
    height: auto !important;
}

.product-miniature .product-actions {
    background: white;
    display: none;
    position: absolute;
    right: 5px;
    bottom: 5px;
    max-width: 50%;
    float: right;
    padding: 0px;
}

.product-miniature #product-availability {
    display: none;
}

.product-miniature .product-quantity #quantity_wanted,
.product-miniature .product-quantity #quantity_wanted_zapytanie {
    width: 78px;
    height: 40px;
    line-height: 40px;
    background: #f0f0f0;
    border: 1px solid #d5d5d5;
}

.product-miniature .product-actions .add-to-cart {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.product-miniature .product-actions .add-to-cart .material-icons {
    display: none;
}

.product-miniature:hover .product-actions,
.product-accessories .product-miniature .product-actions2 {
    display: block;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature,
.onsale-products .product-miniature {
    width: 232px;
    height: 340px;
    overflow: hidden;
    margin: 0px !important;
    margin-bottom: 20px !important;
    margin-right: 30px !important;
}

body#product #wrapper {
    overflow-x: hidden;
}

body#product #prod-powiazane .featured-products .product-miniature {
	height: 408px;
}

body#index .featured-products .product-miniature,
body#index .onsale-products .product-miniature {
	height: auto;
}
.onsale-products .product-miniature {
	display: block;
	float: left;
}
body#index > div.gdprModal {
	max-height: 100vh !important;
}
body#index > div.gdprModal--visible {
    z-index: 9999999!important;
}
body#index > div.gdprModal .gdprModal__placeholder {
    max-height: 100vh;
}
#polecane .polecane .polecane-thumbnail-container {
	position: relative;
}
#polecane .polecane .polecane-thumbnail-container img.big {
    display: inline;
    position: absolute;
    left: -28%;
    top: 0;
    width: initial;
    z-index: 99;
}

@keyframes sliderbackground {  
	0% {
		background-color: #ffffff;
	}
	2% {
		background-color: #25252f;
	}
	100% {
		background-color: #25252f;
	}
}

#content-wrapper:not(.left-column) .product-miniature:nth-child(4n) {
    margin-right: 0px !important;
}

@media screen and (min-width: 700px) {
	body#index #content-wrapper:not(.left-column) .product-miniature:not(.polecane):nth-child(5n) {
		margin-right: 0px !important;
	}
}

#content.page-home .product-miniature:nth-child(4n) {
    margin-right: 0px !important;
}

@media screen and (min-width: 700px) {
	body#index #content.page-home .product-miniature:not(.polecane):nth-child(5n) {
		margin-right: 0px !important;
	}
}

#content-wrapper.left-column .product-miniature:nth-of-type(3n) {
    margin-right: 0px !important;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container,
.onsale-products .thumbnail-container {
    /*width: 295px;*/
	width: 232px;
    /*min-height: 386px !important;*/
	min-height: 423px !important;
    height: auto !important;
    margin-bottom: 0px;
    box-shadow: none;
}
.product-description:after {
	border: 0 !important;
}

@media screen and (min-width: 700px) {
body#index #Wiedza .WiedzaPage .thumbnail-container
{
  height: 80px !important;
  min-height: 80px !important;
}
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail,
.onsale-products .product-thumbnail {
    height: 194px;
    display: flex;
    align-items: center;
    text-align: center;
    border: 0;
}
body#index #products .product-thumbnail,
body#index .featured-products .product-thumbnail,
body#index .product-accessories .product-thumbnail,
body#index .product-miniature .product-thumbnail,
body#index .onsale-products .product-thumbnail {
	border: 1px solid #f6f7f9;
}
.product-miniature.product_show_list  .product-thumbnail {
	margin: 0 0 0 15px;
}
#products img,
.featured-products img,
.product-accessories img,
.product-miniature img,
.onsale-products img {
    margin: 0px auto;
    max-height: 235px;
    max-width: 100%;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description,
.onsale-products .product-description {
    width: 100%;
    height: 92px;
    background: none;
}


#Wiedza .WiedzaPage .product-description
{
  height: 55px;
}

section.product-features .product-description {
    width: 100%;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title,
.onsale-products .product-title {
    margin: 0px;
    height: 63px;
    overflow: hidden;
    line-height: 21px;
    text-transform: none;
}


#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a,
.onsale-products .product-title a {
    line-height: 18px;
    font-family: 'OpenSans';
    font-size: 15px;
    font-weight: bold;
    color: #164a98;
}


#products .product-miniature:not(.product_show_list) .left-side > .product-title,
.owl-carousel .product-miniature:not(.product_show_list) .left-side > .product-title {
	display: none;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping,
.onsale-products .product-price-and-shipping {}

body#product .product-actions .product-price-and-shipping {
	display: none;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price,
.onsale-products .regular-price {
    color: #ffc609;
    margin-right: 0px;
    font-size: 16px;
    padding-right: 3px;
    background: transparent;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-family: 'OpenSansExtraBold';
}
.product-miniature .regular-price {
	vertical-align: 3px;
	width: 100%;
    margin-top: 6px;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping,
.onsale-products .product-price-and-shipping {
    width: 100%;
    text-align: center;
    color: #252527;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    font-family: 'OpenSans';
    display: inline-block;
    font-weight: normal;
	padding-top: 1px;
}
body#index .featured-products .product-price-and-shipping,
body#index .product-accessories .product-price-and-shipping,
body#index .product-miniature .product-price-and-shipping,
body#index .onsale-products .product-price-and-shipping {
	margin-top: 24px;
}
#products .product-price-and-shipping > div b,
.featured-products .product-price-and-shipping > div b,
.product-accessories .product-price-and-shipping > div b,
.product-miniature .product-price-and-shipping > div b,
.onsale-products .product-price-and-shipping > div b {
	font-weight: normal;
	font-family: 'OpenSansBold';
}


#products .price,
.featured-products .price,
.product-accessories .price,
.product-miniature .price,
.onsale-products .price {
    margin-left: 0px;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations,
.onsale-products .highlighted-informations {
    display: none!important;
    position: relative!important;
    height: 35px!important;
    width: 100%!important;
    bottom: auto!important;
}

#banner {
    float: left;
    margin-top: 40px;
}

#banner a.banner {
    float: left;
    margin: 0px;
    width: 50%;
    display: block;
}

#banner a.banner img {
    margin: 0px;
    max-width: 100%;
}

#banner #banner_data {
    width: 50%;
    float: right;
    padding: 50px 70px 70px 50px;
    background: url(../img/baner_tlo.png) no-repeat top right;
}

#banner #banner_title {
    color: #252527;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
}

#banner #banner_subtitle {
    position: relative;
    color: #164a98;
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    font-family: 'OpenSans';
    padding-bottom: 40px;
    border-bottom: 0px solid #252527;
    margin-bottom: 40px;
}

#banner #banner_subtitle hr {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    height: 1px;
    width: 65px;
    color: #252527;
    border-top: 2px solid #252527;
}

#banner #banner_desc {
    color: #252527;
    font-size: 16px;
    line-height: 28px;
    font-family: 'OpenSans';
}


#wrapper .breadcrumb {
    display: block !important;
	margin-bottom: 26px;
	margin-top: 8px;
}
body#authentication #wrapper .breadcrumb,
body#authentication #main .page-header {
	display: none !important;
}
#wrapper .breadcrumb li:after {
	margin: 5px 2px;
}

#index.page-index #wrapper .breadcrumb {
    display: none !important;
}

#wrapper .breadcrumb i.fa-home {
    color: #949498;
    vertical-align: middle;
}
#wrapper .breadcrumb i.fa-home::before {
	content: '';
	background: url(../img/ico/start.svg) center 0px no-repeat transparent;
    background-size: 14px 13px;
    width: 17px;
    height: 20px;
    display: block;
}
#wrapper .breadcrumb2 li:first-child:before {
    content: "";
}

#wrapper .breadcrumb li a {
    color: #949498;
    font-size: 13px;
}

#wrapper .breadcrumb li:after {
    content: "→";
}

.pagination {
    margin: 45px 0px;
    text-align: center;
}

.pagination > div:first-child {
    margin: 0px auto;
    width: auto;
    float: none;
    display: inline-block;
}

.pagination .page-list {
    padding: 0px;
    box-shadow: none;
}
.pagination ul.page-list[data-pages_count="1"] li {
	margin-left: 0;
	margin-right: 0;
}
.pagination ul.page-list[data-pages_count="0"] li:first-child,
.pagination ul.page-list[data-pages_count="0"] li:last-child,
.pagination ul.page-list[data-pages_count="1"] li:last-child {
	display: none;
}

.pagination .page-list li {
    float: left;
    margin: 0px 5px;
    min-width: 46px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #d5d5d5;
    overflow: hidden;
	background-color: #fafafa;
}

.pagination .page-list li i.material-icons {
    text-indent: -0px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #949498;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: none;
}
.pagination .page-list .fa-caret-right:before,
.pagination .page-list .fa-caret-left:before {
	content: '';
}

.pagination .page-list li a.previous i.material-icons {
	background: url(../img/ico/arrow_left_blackv2.svg) no-repeat center center transparent;
	display: block;
    width: 100%;
    height: 100%;
}
.pagination .page-list li a.next i.material-icons {
	background: url(../img/ico/arrow_right_blackv2.svg) no-repeat center center transparent;
	display: block;
    width: 100%;
    height: 100%;
}


.pagination .page-list li a {
    color: #252527;
    font-size: 16px;
    font-weight: normal;
    font-family: 'OpenSans';
    line-height: 46px;
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
}

.pagination .page-list li.current {
    background: #222c44;
    border: 1px solid #222c44;
}

.pagination .page-list li.current a {
    color: #fff;
}

.pagination .page-list li a.previous {
    text-indent: -0px;
	height: 100%;
}

.pagination .page-list li a.next {
    text-indent: -0px;
	height: 100%;
}

#products .up {
    display: none;
}

#left-column {
    width: 290px;
}
#manufacturer .container.list-manufacturers #left-column {
	display: none;
}
#content-wrapper.left-column {
    float: right;
    width: 921px;
    margin-top:12px;
	min-height:400px;
}
#manufacturer .container.list-manufacturers #content-wrapper.left-column {
	width: 100%;
}


#products .product-miniature .discount-percentage.on-sale,
#products .product-miniature .on-sale.on-sale,
#products .product-miniature .online-only.on-sale,
#products .product-miniature .pack.on-sale,
#products .product-miniature .product-flags .new.on-sale,
.featured-products .product-miniature .discount-percentage.on-sale,
.featured-products .product-miniature .on-sale.on-sale,
.featured-products .product-miniature .online-only.on-sale,
.featured-products .product-miniature .pack.on-sale,
.featured-products .product-miniature .product-flags .new.on-sale,
.product-accessories .product-miniature .discount-percentage.on-sale,
.product-accessories .product-miniature .on-sale.on-sale,
.product-accessories .product-miniature .online-only.on-sale,
.product-accessories .product-miniature .pack.on-sale,
.product-accessories .product-miniature .product-flags .new.on-sale,
.product-miniature .product-miniature .discount-percentage.on-sale,
.product-miniature .product-miniature .on-sale.on-sale,
.product-miniature .product-miniature .online-only.on-sale,
.product-miniature .product-miniature .pack.on-sale,
.product-miniature .product-miniature .product-flags .new.on-sale,
.onsale-products .product-miniature .discount-percentage.on-sale,
.onsale-products .product-miniature .on-sale.on-sale,
.onsale-products .product-miniature .online-only.on-sale,
.onsale-products .product-miniature .pack.on-sale,
.onsale-products .product-miniature .product-flags .new.on-sale
 {
    background: #ffc600;
}

#products .product-miniature .discount-percentage,
#products .product-miniature .on-sale,
#products .product-miniature .online-only,
#products .product-miniature .pack,
#products .product-miniature .product-flags .new,
.featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .pack,
.featured-products .product-miniature .product-flags .new,
.product-accessories .product-miniature .discount-percentage,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .pack,
.product-accessories .product-miniature .product-flags .new,
.product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale,
.product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .pack,
.product-miniature .product-miniature .product-flags .new,
.onsale-products .product-miniature .discount-percentage,
.onsale-products .product-miniature .on-sale,
.onsale-products .product-miniature .online-only,
.onsale-products .product-miniature .pack,
.onsale-products .product-miniature .product-flags .new {
    background: #164a98;
}

.block-categories {
    float: left;
    width: 100%;
    box-shadow: none;
    border: 0;
    margin-bottom: 0px;
    padding: 0px;
}
.block-categories.all {
	display: none;
}

.block-categories ul.category-top-menu {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.block-categories > ul.category-top-menu > li {
    float: left;
    width: 100%;
}

.block-categories > ul.category-top-menu > li:first-child a {
    color: #252527;
    padding: 15px 0 8px 0;
    font-size: 16px;
    font-family: 'OpenSansSemiBold';
    text-transform: none !important;
    margin: 0px;
    width: 100%;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
}
.block-categories > ul.category-top-menu > li:first-child a:hover
{
  text-decoration: underline;
}

#category.category-id-2 .block-categories > ul.category-top-menu > li:first-child a:before {
    background: none !important;
}

.block-categories > ul.category-top-menu > li:last-child,
.block-categories > ul.category-top-menu .collapse.in > li {
    float: left;
    width: 100%;
    background: url(../img/arrow4.png) no-repeat 20px -12px;
}

.block-categories .category-sub-menu {
    margin: -8px 0px;
}

.block-categories .category-sub-menu li {
    float: left;
    width: 100%;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
    border: 0px;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 1px;
    padding-right: 35px;
    color: #252527 !important;
    font-size: 16px;
    line-height: 25px;
    font-family: 'OpenSansSemiBold';
	font-weight: normal;
}
.block-categories.catprod .category-sub-menu li[data-depth="0"] > a
{
    padding-right: 45px;
}

.block-categories .category-sub-menu li.active > a,
.block-categories .category-sub-menu li.yellow > a {
    text-decoration: none;
    background: transparent;
    color: #ffae00;
}

.block-categories .category-sub-menu li.active > .collapse {
    display: block;
}

.block-categories .category-sub-menu li[data-depth="0"] > a:hover {
    color: #164a98;
}

.block-categories .category-sub-menu li:hover > a,
.block-categories .category-sub-menu li > a:hover
{
    color: #ffc600 !important;
    text-decoration: none;
}
.block-categories .category-sub-menu li > a:hover ~ .arrows i.arrow-right:after,
.block-categories .category-sub-menu li > .arrows i.arrow-right:hover:after {
	background: url(../img/arr_down_yellow.png) no-repeat right center !important;
}
 
.block-categories .category-sub-menu li.active[data-depth="0"]:hover > a,
.block-categories .category-sub-menu li.active[data-depth="0"] > a:hover,
.block-categories .category-sub-menu li.yellow[data-depth="0"]:hover > a,
.block-categories .category-sub-menu li.yellow[data-depth="0"] > a:hover {
	color: #ffae00 !important;
}

.block-categories .category-sub-menu li:hover > a:before
{
    filter: grayscale(0);
}

.block-categories .category-sub-menu li .collapse {
    width: 100%;
}

.block-categories .category-sub-menu .category-sub-menu {
    margin: 0px;
}

.block-categories .category-sub-menu li[data-depth="1"],
.block-categories .category-sub-menu li[data-depth="2"]
{
    margin-bottom: 0px;
}

.block-categories .category-sub-menu li[data-depth="1"] > a
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: inline-block;
    color: #252527;
    font-size: 14px;
    line-height: 25px;
	font-family: 'OpenSansSemiBold';
	font-weight: normal;
}
.block-categories .category-sub-menu li[data-depth="2"] > a
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 46px;
    padding-right: 40px;
    width: 100%;
    display: inline-block;
    color: #252527;
    font-size: 14px;
    line-height: 25px;
    font-family: 'OpenSansSemiBold';
	font-weight: normal;
}
.block-categories .category-sub-menu li[data-depth="3"] > a
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 53px;
    padding-right: 40px;
    width: 100%;
    display: inline-block;
    color: #252527;
    font-size: 12px;
    line-height: 14px;
    font-family: 'OpenSans';
}
.block-categories .category-sub-menu li[data-depth="4"] > a
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    padding-right: 40px;
    width: 100%;
    display: inline-block;
    color: #252527;
    font-size: 12px;
    line-height: 14px;
    font-family: 'OpenSans';
}

.block-categories .collapse.in {
    width: 100%;
    display: inline-block;
}

.block-categories .collapse-icons2 {
    right: 0px;
    top: 0px;
    display: none;
}

.block-categories .navbar-toggler {
    width: auto;
    height: 35px;
    vertical-align: top;
    text-align: center;
	border: 0;
    margin-top: 4px;
	padding: 5px;
}
.block-categories .collapse-icons {
	right: -5px;
    top: -5px;
	width: 30px;
}

.block-categories > ul.category-top-menu > li:first-child .navbar-toggler {
    width: 45px;
    height: 55px;
	pointer-events: none;
}

.block-categories .navbar-toggler .material-icons {
    position: relative;
    font-size: 0px;
    vertical-align: top;
    height: 15px;
    margin: 10px auto;
	width: 100%;
}


.block-categories > ul.category-top-menu > li:first-child .navbar-toggler .material-icons {
    margin: 23px auto;
    display: none;
}

.block-categories .navbar-toggler .material-icons:after {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 24px;
    line-height: 14px;
    color: #252527;
    font-family: FontAwesome;
}
.block-categories li:hover > .navbar-toggler .material-icons:after
{
  color: #164a98;
}

.block-categories .navbar-toggler .material-icons.add:after {
    content: "";
	background: url(../img/arr_down_v2.png) no-repeat right center !important;
	display: block;
	width: 16px;
	height: 16px;
}
.block-categories .navbar-toggler[aria-expanded=true] .material-icons.add:after {
	right: -1px;
}
.block-categories li.active .navbar-toggler .material-icons.add:after  {
	background: url(../img/arr_down_yellow.png) no-repeat 1px center !important;
}
.block-categories .collapse-icons[aria-expanded=true] .add {
	display: block;
}
.block-categories .navbar-toggler[aria-expanded=true] .material-icons.add:after {
	background: url(../img/arr_down_yellow.png) no-repeat 1px center !important;
	transform: rotate(-180deg);
	transition: transform 0.5s;
}
.block-categories .navbar-toggler[aria-expanded=false] .material-icons.add:after {
	transform: rotate(0deg);
	transition: transform 0.5s;
}
.block-categories > ul.category-top-menu > li:first-child .material-icons.add:after {
    color: white;
	content: "";
	background: url(../img/arr_right_black.png) no-repeat right center !important;
	display: block;
    width: 16px;
    height: 16px;
}
.block-categories > ul.category-top-menu > li:first-child .navbar-toggler .add {
    display: block;
    width: auto;
    right: 4px;
    top: -6px;
}
body#category:not(.category-wszystkie-produkty) .block-categories > ul.category-top-menu > li:first-child .navbar-toggler .add,
body#onsale:not(.category-wszystkie-produkty) .block-categories > ul.category-top-menu > li:first-child .navbar-toggler .add {
	display: none;
}
body#category:not(.category-wszystkie-produkty) .block-categories > ul.category-top-menu > li:first-child > a,
body#onsale:not(.category-wszystkie-produkty) .block-categories > ul.category-top-menu > li:first-child > a {
	background: url(../img/arr_left_med_black.png) no-repeat left 20px !important;
	display: block;
    padding-left: 20px;
	font-weight: normal;
}


#product #content {
    float: left;
    width: 100%;
    max-width: 100%;
}

li.product-flag {
    background: #f39d72;
    margin-top: 0px !important;
    top: 5px !important;
    overflow: hidden;
}

#product li.product-flag {
    background: #f39d72;
    display: block !important;
    margin-top: 10px !important;
    top: 0px !important;
    overflow: hidden;
}
li.product-flag.on-sale {
    background: #ffc600;
}
li.product-flag.new
{
  top: 0px !important;
  left: 5px!important;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem !important;
  text-indent: -9999px;
  box-shadow: none!important;
  background: url(../img/new.png) no-repeat left center !important;
  background-size:contain !important;
}
#product li.product-flag.new
{
  left: 10px!important;
  width:64px;
  height:64px;
  background-size:contain !important;
}

li.product-flag.has_discount {
    right: 19px;
	top: 20px !important;
    color: black;
    background: #ffe003!important;
    text-align: center;
    padding: 2px 5px;
    line-height: 14px;
}

#product li.product-flag.has_discount
{
  right: 10px;
}
li.product-flag {
	box-shadow: none;
}
li.product-flag.has_discount > span {
    top:0px!important;
    left:0px!important;
    box-shadow: none!important;
    background: transparent!important;
    position: relative!important;
    min-width: 0px!important;
    padding: 0px!important;
    color: black!important;
}
li.product-flag.has_discount.has_promo_xl,
li.product-flag.has_discount.has_promo_xl > span
{
  color: white!important;
  overflow: hidden;
}
li.product-flag.has_discount.has_promo_xl {
	width: 69px;
    height: 29px;
    background: url(../img/ico/promocja-label.svg) right 0 no-repeat transparent !important;
    background-size: 69px 29px !important;
}
#product li.product-flag.has_discount:not(.has_promo_xl) {
	display: none !important; /* ukrywamy w produktach powiązanych */
}
.onsale-products li.product-flag.has_discount.has_promo_xl {
	background: url(../img/ico/outlet-label.svg) right 0 no-repeat transparent !important;
}
li.product-flag.has_discount span span {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    vertical-align: top;
}
li.product-flag.has_discount span b {
    font-size: 13px;
    line-height: 10px;
    vertical-align: top;
}
#product li.product-flag.has_discount span span {
    font-size: 16px;
    line-height: 30px;
}
#product li.product-flag.has_discount span b {
    font-size: 20px;
    line-height: 30px;
}
li.product-flag.has_discount * {
	display: none;
}
.featured-products.noindexed li.product-flag.has_discount span span,
.featured-products.noindexed li.product-flag.has_discount span b {
	display: block;
}

.product-cover img {
    box-shadow: none;
    border: 0;
}
.quickview .col-md-66:first-child
{
  padding-right: 20px!important;
}
.quickview .col-md-1
{
  font-size: 14px;
  padding: 0px 10px!important;
}
.quickview .row > div:last-child
{
  padding-left: 20px!important;
}
.quickview .product-cover
{
  width: calc(100% - 0px);
}
.quickview .product-cover img
{
  width: auto;
  max-height: 700px;
}
.quickview .mask
{
  width: 100px;
  display: none;
}
.quickview .images-container .product-images > li.thumb-container > .thumb
{
  width:auto;
  max-width: 100%;
}

#main .images-container .js-qv-mask.scroll {
    /*height: 110px;*/
	height: 100px;
    width: calc(100% - 75px);
}

ul.product-images.js-qv-product-images {
    margin: 0px;
}



.product-quantities {
    background: url(../img/ico/mag.svg) no-repeat left center;
	background-size: 17px 17px;
}

@keyframes animatebackgroundmag {
	0% {
		background-color: #f5f5f5;
	}
	100% {
		background-size: 54px 67px;
		background-color: #ffc600;
	}
}


.product-shipment {
    background: url(../img/ico/delivery.svg) no-repeat left center;
	background-size: 17px 14px;
}
.product-shipment.CzasDniExt22
{
	background-image: url(../img/ico/delivery2.webp) !important;
}
.product-shipment.CzasDniExt b,
.product-shipment.CzasDniExt label span
{
	color:#ffc600;
}

.bootstrap-touchspin {
    box-shadow: none;
}





.input-group-btn-vertical .btn i:after {
    position: absolute;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 22px;
    top: 0px;
    left: 0px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'FontAwesome';
}


.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "+";
    font-weight: bold;
    font-size: 1.2rem;
	margin-top: -0.1rem;
}


.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "-";
	font-weight: bold;
    font-size: 1.2rem;
	margin-top: -0.2rem;
}


.product-quantity .add,
.product-quantity .qty {
    margin: 0 8px 0 0;
    display: block;
}

.product-quantity .add {
	width: 48%;
    float: right;
    position: relative;
}

.product-actions .add-to-cart {
    padding-top: 0px;
    padding-left: 10px;
    height: 60px;
    line-height: 60px;
	font-family: OpenSansLight;
    font-weight: 200;
    letter-spacing: 0.8px;
	width: 100%;
	height: 48px;
    line-height: 48px;
}
body#product .product-actions .add-to-cart.disabled {
	background-color: #d9d9d9 !important;
	opacity: 1;
}

.product-actions .add-to-cart .material-icons {
    width: 35px;
    height: 31px;
    text-indent: -9999px;
	background: url(../img/ico/koszyk-lite-white.png) no-repeat center !important;
    background-size: initial !important;
    font-size: 13px;
    font-weight: 200;
	font-family: 'OpenSansLight';
	margin-right: 2px;
}

.product-actions #doZapytania .add-to-cart .material-icons {
    background: url(https://www.materialui.co/materialIcons/action/question_answer_black_144x144.png) no-repeat center;
    background-size: contain;
}

#doZapytania {
    margin-top: 10px;
}

#doZapytania .add-to-cart {
    font-size: 14px;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    color: #fff;
    font-size: 12px;
    font-family: 'OpenSansLight';
    font-weight: 200;
    letter-spacing: 0.8px;
    height: 58px;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    background: #222c44;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
#opc_wrapper .btn-primary
{
  background-color: #222c44;
  font-size: 12px;
  font-family: 'OpenSansLight';
  font-weight: 200;
  letter-spacing: 1.3px;
  height: 48px;
  margin-top: 8px;
}
.btn-primary.disabled,
.btn-secondary.disabled,
.btn-tertiary.disabled {
	color: #939393;
}

#MyAccountGoBack
{
  color:#252527;
  background: #e6e6e6;
  margin-bottom: 10px;
  display: none;
}
#MyAccountGoBack i
{
  float: left;
  margin: 10px 0;
  height: 15px;
  line-height: 15px;
  width: 15px;
  direction: rtl;
}

.btn-primary, .btn-secondary, .btn-tertiary
{
  position: relative;
  overflow: hidden;
}
.btn-primary22:before, .btn-secondary22:before, .btn-tertiary22:before
{
    content: "";
    background-color: #ffc600;
    height: 100%;
    width: 40px;
    display: none;
    position: absolute;
    top: 0;
    left: -70px;
    transform: skewX(-45deg) translateX(0px);
    transition: none;
    overflow: hidden;
}
.btn-primary:hover, .btn-secondary:hover, .btn-tertiary:hover
{
    opacity: 1;
    overflow: hidden;
    background-color: #384156!important;
    color: white !important;
    text-decoration: none!important;
}
.btn-primary.disabled:hover, .btn-secondary.disabled:hover, .btn-tertiary.disabled:hover {
	color: #939393 !important;
}
.btn-primary2.disabled:hover, .btn-primary2.disabled:focus
{
  background-image:none!important;
}
.btn-primary.disabled:after, .btn-primary.disabled:active:after
{
  display: none!important;
}
.btn-primary:focus, .btn-secondary:focus, .btn-tertiary:focus
{
  border:0!important;
  outline:none!important;
  box-shadow:none!important;
  background-color: #384156!important;
}
.btn-primary22:hover:before, .btn-secondary22:hover:before, .btn-tertiary22:hover:before
{
    display: none;
    transform: skewX(-45deg) translateX(500px);
    transition: all 0.4s ease-in;
}
.btn-primary22:active, .btn-secondary22:active, .btn-tertiary22:active
{
  transform: translateY(4px);
}
.btn-primary22:after, .btn-secondary22:after, .btn-tertiary22:after
{
  content: "";
  background: #ffc600;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}
.btn-primary:active:after, .btn-secondary:active:after, .btn-tertiary:active:after
{
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}
.btn.disabled, .btn.disabled:hover, .btn.disabled:active, .btn.disabled:focus
{
  opacity: 0.65;
  background: #d9d9d9!important;
}

.btn-secondary {
    line-height: initial;
    height: auto;
    font-size: 13px;
    font-weight: normal;
    padding: 10px;
    text-decoration: none;
	font-family: 'OpenSansLight';
    letter-spacing: 0.8px;
    font-weight: 200;
}
.btn-secondary a {
    color: #fff !important;
}

#product_manufacturer_reference b {
    color: #252527;
    font-size: 15px;
    font-family: 'OpenSans';
}

#product_reference {
    float: left;
    width: 100%;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d5d5d5;
}

#product_reference span
{
  word-wrap: anywhere;
}

#product_manufacturer
{
  float: left;
  width: 100%;
  padding-bottom: 15px;
}

#product_manufacturer b {
    float: left;
    line-height: 25px;
}

#product_manufacturer span
{
  line-height: 25px;
}

#product_manufacturer a {
    float: left;
    clear: left;
}

#product_manufacturer a img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 45px;
    box-sizing: content-box;
}

#product_manufacturer_reference span {
    color: #252527;
    font-size: 15px;
    line-height: 24px;
	font-family: 'OpenSansLight';
}

.tabs {
    box-shadow: none;
    padding: 0px;
    float: left;
    width: 100%;
}

.tabs .nav-tabs {
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5;
}

.tabs .nav-tabs .nav-item {
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
}

.nav-tabs .nav-item + .nav-item {
    margin-left: 0px;
}

.tabs .nav-tabs .nav-link {
    height: 48px;
    line-height: 48px;
    padding: 0px 0px;
    min-width: 70px;
    width: 197px;
    background: none;
    color: #484848;
    font-size: 15px;
    font-family: 'OpenSansBold';
    border-right: 1px solid #e7e7e7;
    text-align: center;
    font-weight: normal;
}

.tabs .nav-tabs .nav-link.active {
    color: #fff;
    background: #164a98;
    border-bottom: 2px solid #164a98;
	animation: animatebackground 0.15s linear 1;
	animation-fill-mode: forwards;
}

@keyframes animatebackground {
	0% {
		background-color: #f5f5f5;
	}
	100% {
		background-color: #ffc600;
	}
}

.tabs .tab-pane {
    float: left;
    padding-top: 30px;
}

#tab-content {
    float: left;
    width: 100%;
}

#description {}

.product-miniature .product-description {
    position: relative !important;
    margin-top: 10px;
    box-shadow: none !important;
}

.product-description:not(.RichContent), body:not(#product) p /*.p_custom*/
{
    color: #252527;
    font-weight: normal;
    font-size: 14px;
    font-family: 'OpenSans';
    text-transform: none;
    line-height: 24px;
}
.RichContent
{
    .content, .productcard{
        max-width: 100%;
        max-height: 300px;
        transition: max-height 0.5s ease-in-out;
    }

    .unwrap {
        /* font-weight: 600;
        font-size: 30px; */
        display: block;
        height: 100px;
        position: absolute;
        text-align: center;
        padding-top: 50px;
        z-index: 20;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(255, 255, 255, 100%) 0, rgba(255, 255, 255, 45%) 60px, rgba(255, 255, 255, 0) 100px);
        color: white;
    }

    .unwrap:hover {
        text-decoration: underline;
    }

    overflow: hidden;
    position: relative;
	width:100%;
	line-height:normal;

    .bottom{
        margin: 0;
    }
    .timelina_wrapper{
        max-width: 100%;
    }
    .benefits_product2_img {
        padding-left: 0;
    }
    .header__logo {
        height: 65px;
        top: 0;
    }
    .accordion-label {
        color: #fff !important;
    }
    .slide__image {
        width: 60%;
    }
    .about__info {
        padding: 0 0 0 20px;
    }
    .timeline__slide-text {
        width: 60%;
    }
    .accordion_FAQ {
        margin-bottom: 10px;
    }
    .accordion_FAQ .content {
        position: relative;
        width: 100%;

        .accordion_sub_text {
            padding: 10px 0 20px;
        }
    }
    .accordion__header::before {
        margin-top: 5px;
    }
    ul.slides {
        height: 550px;
    }
    .video {
        padding: 0;
    }
    .sliderWT .slidesWT {
        overflow-wrap: anywhere;
    }
    @media (max-width: 767px) {
        .timeline__slide-text {
            padding-left: 20px;
        }
        ul.slides {
            height: 600px;
        }
    }
    @media (max-width: 576px) {
        .timeline__slide-text {
            width: 100%;
        }
        .timeline__slide-image img{
            margin-right: auto;
        }
        .features__wrapper_right, .features__wrapper_left {
            padding: 0;
        }
        .video__info {
            width: 100%;
        }
        .video {
            padding: 0;
        }
        .bottom {
            margin: 0;
            position: relative;
            width: 100%;
        }
        .benefits_product2_text {
            padding: 0;
        }
        .benefits_product2_img {
            padding: 0;
            display: flex;
            justify-content: center;

            &img {
                width: 100%;
            }
        }
        .timelina_wrapper {
            padding: 0;
        }
        ul.slides {
            height: 750px;
        }
        .video__bg {
            margin-top: 20px;
            padding-left: 0;
        }
    }
    #controls .splide__arrow {
        cursor: pointer;
    }
}

.RichContent.unwrapped .content, .RichContent.unwrapped .productcard {
    max-height: 9999px;
}
.RichContent.unwrapped .unwrap, .product-description:not(.RichContent) .unwrap{
    display: none;
}

.RichContent2 p
{
	font-size: inherit;
	color: inherit;
    font-weight: inherit;
    line-height: normal;
}
.productcard, .RichContent > .content
{
	margin:0!important;
	padding:0!important;
	width:100%!important;
	float:left;
}
.productcard > section, .RichContent > .content > section
{
	padding-left:0!important;
	padding-right:0!important;
}
.productcard *, .RichContent > .content *
{
	font-family:OpenSans!important;
}
.productcard label, .RichContent label
{
	text-align:left;
}
.productcard .accordion label, .RichContent > .content .accordion label
{
	position:relative;
}
.productcard .accordion .handle label:before, .RichContent > .content .accordion .handle label:before
{
	left:0;
}

.product-description ul
{
  margin-left: 0px;
}
.product-description ul li
{
    list-style: disc;
    margin-left: 5px;
    list-style-position: inside;
}
.product-description ul li ul
{
  padding-left: 5px;
}
.product-description ul li ul li
{
  list-style: circle;
  margin-left: 10px;
}

#product-details {}


#blockcart-modal .cart-content {
    padding-left: 2.5rem !important;
}

#blockcart-modal .modal-header {
    background: #ffc600;
}

#blockcart-modal .modal-body .row .divide-right .row > div:last-child {
    padding: 0px 15px;
}

#blockcart-modal .product-name {
    color: black;
}

#block-reassurance {
    display: none;
}

.has-discount .discount {
    display: none;
}

.product-discount .regular-price {
    background: #f2f2f2;
}

.product-price {
    color: #164a98;
}

.form-control:focus,
.input-group.focus {
    outline: .1875rem solid #164a98;
    outline: none;
}


#order-details {
    margin-top: 20px;
    padding-left: 0px;
}

#order-items {
    border-right: 0px;
}

.form-group.row,
#checkout-guest-form #customer-form .form-group.row {
    margin: 1px 0px;
}
.login-form .form-group.row {
	margin: 2px 2vw;
}
.login-form ~ .no-account {
	margin-bottom: 20px;
}
.form-group.row label,
#checkout-guest-form #customer-form .form-group.row label,
.form-group.row .form-control-comment,
#checkout-guest-form #customer-form .form-group.row .form-control-comment {
    line-height: 40px;
}

#customer-form .form-group.row label.required::after,
.js-address-form .form-group.row label.required::after
{
    content: "*";
}

#field_id_state.form-group.has-error > div.form-control-valign:after
{
  display: none!important;
}

#module-bestkit_opc-checkout #customer-form #field_gdpr_consent_chkbox,
#module-bestkit_opc-checkout #customer-form #field_zgoda_przetwarzanie {
	display: none !important;
}
#customer-form #field_gdpr_consent_chkbox label.required::after,
#customer-form #field_zgoda_przetwarzanie label.required::after
{
    line-height: 20px;
    vertical-align: top;
}
#field_zgoda_przetwarzanie p {
	z-index: 9;
    position: relative;
}
.g-recaptcha23
{
  display: none !important;
}
.g-recaptcha > div {
    margin: 0px auto;
}

.form-group.row .custom-checkbox label,
#checkout-guest-form #customer-form .form-group.row .custom-checkbox label {
    line-height: 20px;
}

.forgotten-password .form-fields .center-email-fields button {
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
}

.forgotten-password .form-fields .center-email-fields label {
    line-height: 38px;
    margin-right: 10px;
}

.login-form label,
.register-form label {
    line-height: 38px;
    margin-right: 10px;
}
body#authentication .register-form #maszJuzKonto,
body#authentication .register-form #field_company2,
body#identity #form-report-data-changes .companycdfield,
body#identity #field_company2 {
	/*display: none !important;*/
}

.register-form .custom-checkbox label {
    line-height: 18px;
}

.register-form .form-control-comment {
    display: none;
}

.address-form .form-group.row label,
.js-address-form .form-group.row label
{
    padding-right: 10px;
}

.contact-form .form-group.row label {
    padding-right: 10px;
}

.order-message-form .form-group.row label {
    padding-right: 10px;
}

#customer-form .form-group.row label {
    padding-right: 0px;
}

#customer-form .form-group.row .custom-checkbox label {
    display: inline;
    padding-right: 0px;
}

.order-message-form .form-footer .btn {
    margin-top: 10px;
}

.product-line-info .product-discount {
    margin: 5px 0px;
}

.card {
    box-shadow: none;
}


.page-my-account #content .links a:hover i {
    color: #164A98;
}

.notifications {
	padding-top: 20px;
}
#notifications {
	margin-bottom: 2px;
}
#notifications.n-danger {
	background-color: #cd4e4f;
}
#notifications.n-warning {
	background-color: #484849;
}
#notifications.n-success {
	background-color: #4ab67d;
}
#notifications.n-info {
	background-color: #d9edf7;
}
#notifications.n-success.n-danger
{
    background:none;
}
.alert {
	margin-bottom: 0px;
}
.alert-info {
    background-color: #d9edf7;
    border-color: transparent;
}
.alert-warning {
    background-color: #484849;
    border-color: transparent;
    color: #ffffff;
    margin-top: 0px;
	margin-bottom: 0;
}
.alert-warning a
{
  color: #ffffff;
  text-decoration: underline;
}
.alert-warning a:hover
{
  font-weight: bold;
}
.alert-danger {
	background-color: #cd4e4f;
    border-color: transparent;
    color: #ffffff;
}
.alert-danger a
{
    color:white;
    text-decoration: underline;
}
.alert-danger .wskaznik {
    position: absolute;
    bottom: auto;
    top: -14px;
    left: auto;
    float: left;
    right: 5rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 14px;
    width: 35px;
    background-color: #d8d6d6;
}

.alert-success {
    background-color: #4ab67d;
    border-color: transparent;
    color: #ffffff;
}
#opc_customer_choice
{
  margin-bottom: 20px;
}
#opc_customer_choice p.alert-success.info_register
{
  padding: .75rem 0.4rem;
}

.page-order-detail .addresses {
    margin: 0px;
}



.input-group.bootstrap-filestyle .input-group-btn.group-span-filestyle > .btn {
    height: 38px;
    line-height: 20px;
    background: #222c44;
}

#manufacturer #main > ul {
    text-align: center;
}

li.brand {
    margin: 10px 35px;
    display: inline-block;
    text-align: center;
}

li.brand div.brand-img {}

li.brand div.brand-img a {}

li.brand div.brand-img a img {
    max-width: calc(100% - 0px);
    max-height: 95px;
}

li.brand div.brand-infos {}

li.brand div.brand-infos h3 {}

li.brand div.brand-infos h3 a {}

li.brand div.brand-products {}

li.brand div.brand-products a {
    font-size: 12px;
    display: block;
}

li.brand div.brand-products a:first-child {}

li.brand div.brand-products a:last-child {}

#productCommentsBlock {
    width: 100%;
}

.comment_details ul {
    display: none;
}

.comment_author span {
    display: none;
}

#product_comments_block_tab div.comment_details .title_block,
#product_comments_block_tab div.comment_details h4 {
    padding-top: 5px;
}

#new_comment_form {
    max-width: 100%;
}

#new_comment_form #criterions_list label {
    margin-left: 0px;
    min-width: 40px;
}

#new_comment_form .product .product_desc {
    margin-left: 0px;
    max-width: 100%;
}

li.product-flag.online-only,
#product li.product-flag.online-only,
li.product-flag.on-sale,
#product li.product-flag.on-sale,
li.product-flag.new,
#product li.product-flag.new,
li.product-flag.discount,
#product li.product-flag.discount,
#category-description,
.product-unit-price,
.unit-price-cart {
    display: none !important;
}
#category-descr_seo
{
    margin-top: 5px;
    margin-bottom: 10px;
}


/*FLOATING MENU WHEN SCROLL*/

.header-top.fixed-menu,
#prodTabs.fixed-menu {
    position: fixed !important;
    z-index: 9999999;
    top: 0;
    background-color: #fff;
    padding: 15px 0 10px 0 !important;
    width: 100%;
}
#prodTabs.fixed-menu {
    top: 54px;
	padding-top: 0!important;
    padding-bottom: 0 !important;
	height: 71px;
}
body.block-main-scroll .header-top.fixed-menu,
body.block-main-scroll #prodTabs.fixed-menu {
	padding: 15px 17px 10px 0 !important;
}
body.block-main-scroll.open-mm .header-top.fixed-menu {
	z-index: 999;
	margin-top: -20px;
}

.header-top.fixed-menu .logo {
    max-width: 250px;
}

.div-cart-product.fixed-cart
{
  position: fixed;
  z-index: 1000;
}


#scrollto {
    margin-bottom: 0px;
}

.modal {
    top: 80px;
}

#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .container-quantity {
	border: 0;
    border-radius: 4px;
    width: 75px;
}
/*DO DARMOWEJ PRZESYŁKI BRAKUJE*/

#totblockcart #totblockcart_dropdown .result > * + * {
    color: #000;
	border-top: 1px solid #ecf0f3;
}
#totblockcart #totblockcart_dropdown .result > * {
	justify-content: flex-start;
}
#totblockcart #totblockcart_dropdown .result > * span:last-child {
	font-weight: normal;
}
#totblockcart #totblockcart_dropdown .result #totblockcart-total {
	font-family: OpenSansExtraBold;
	font-size: 25px;
	color: #252527;
}
#totblockcart .freeshipping {
    font-size: 13px;
}
.cart-detailed-totals
{
  border: 0px;
}
.cart-detailed-totals .card-block
{
  padding: 8px 17px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  line-height: 35px;
  border-radius: 2px;
}
.cart-detailed-totals #freeshipping {
    float: left;
    padding-top: 0px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    border-top: 0px solid #dfdfdf;
    background: #ffca00;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'OpenSansBold';
}
.cart-detailed-totals #freeshipping * {
    float: none;
    font-size: 15px;
    font-weight: normal;
    color: #232323;
    text-transform: uppercase;
}
.cart-summary-line
{
  width:100%;
}
.cart-summary-line .label
{
  color: black;
  font-size: 16px;
}
.cart-summary-line .value
{
  color: black;
  font-size: 16px;
}
#cart-total_including_tax *
{
    font-weight: normal;
    color: #164a98;
    font-family: 'OpenSansBold';
}

/*DODAJ DO KOSZYKA*/

#product .product-quantity .qty.disabled #quantity_wanted,
.product-miniature .product-quantity .qty.disabled input[name="qty"],
#totblockcart_dropdown .disabled button {
    background-color: #d9d9d9 !important;
}
body#product .product-quantity .qty.disabled #quantity_wanted {
	color: transparent;
}
#product .product-quantity .qty.disabled .btn-touchspin,
.product-miniature .product-quantity .qty.disabled .btn-touchspin,
#totblockcart_dropdown .disabled, #totblockcart_dropdown .disabled button
{
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/*ONE PAGE CHECKOUT*/

#module-bestkit_opc-checkout .product-line-grid .product-line-grid-left img {
    padding-right: 10px;
}

#module-bestkit_opc-checkout .cart-grid .cart-items {
    padding: 0 0px;
}
#module-bestkit_opc-checkout .cart-grid .cart-items.b2c {
	width: 100%;
}

#opc_wrapper .cart-item {
    overflow: initial;
    padding: 0rem 0px;
	border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
	height: 120px;
	height: initial;
	float: left;
	width: 100%;
}
#opc_wrapper .cart-item.head
{
    padding: 0rem 10px;
}
#opc_wrapper .cart-item:nth-of-type(1) {
	overflow: hidden;
}
#opc_wrapper .cart-item:nth-of-type(1)
{
  background-color: #222c44;
  color: #ffffff;
  height: 74px;
}
#opc_wrapper .cart-item:not(.head) > div {
	align-items: stretch;
    flex: auto;
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
#opc_wrapper .has-discount {
    margin-top: 10px;
}

#opc_wrapper .has-discount .price {
    font-size: 18px;
    font-family: OpenSans;
}

.onlymobile {
    display: none;
}

#opc_wrapper #advansedwishlist_cart_block {
    display: none;
}

#opc_wrapper #block-order-detail #hideWishlist,
#opc_wrapper #block-order-detail .wishlistLinkTop ul.display_list,
#opc_wrapper #block-order-detail .wishlist-product-actions
{
    display: none;
}

#ajaxsearchloader {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999999999;
    opacity: 0.6;
}
#ajaxsearchloaderimage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 208px;
    height: 13px;
    margin-left: -104px;
}
#ajaxsearchloadertxt {
    position: relative;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 208px;
    margin-top: 15px;
    margin-left: -67px;
}

.btn-small {
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans';
    padding: 5px 10px;
    background-color: rgb(47, 181, 210);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-small:hover {
    color: #fff;
    text-decoration: none;
}
#massaddtocart {
    margin: 10px;
    display: none;
}

#module-bestkit_opc-checkout #block-order-detail {
    display: none !important;
}

#password #content
{
    border: 0;
    margin-top: 70px;
}
.forgotten-password, .send-renew-password-link
{
    padding: 0;
}
.forgotten-password .form-fields .center-email-fields
{
    display: block;
    text-align: center;
}
.forgotten-password .form-fields .email
{
    width: 100%;
    padding: 0;
    margin-top: 20px;
}
.forgotten-password .form-fields .email input
{
    height: 55px;
    background: #f6f6f6 !important;
    border: 1px solid #f6f6f6 !important;
}
.forgotten-password .form-fields .email input::placeholder
{
    font-style: normal;
}
.forgotten-password .form-fields .center-email-fields button
{
    margin:50px 0 0 0;
    height:50px;
    width: auto !important;
    line-height: 50px;
    padding: 0 30px;
}
#authentication #content
{
    border: 0;
    box-shadow: none;
    text-align: center;
    max-width: 365px;
    padding: 0;
    padding-top: 20px;
}
#authentication.create_account #content
{
    max-width: 100%;
}
#authentication #content h1
{
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#authentication.create_account #content h1
{
    text-align: left;
}
#login-form input[type="email"], #login-form input[type="password"], #login-form input[type="text"]
{
    height: 55px!important;
    line-height: 55px!important;
    background: #f6f6f6;
    border:1px solid #f6f6f6;
}
#login-form input[type="email"]:focus, #login-form input[type="password"]:focus, #login-form input[type="text"]:focus,
#login-form .placeholdertagged.placeholdertagtopped input
{
    background: #fff;
    border:1px solid #cccccc;
}
#login-form22 input:focus::placeholder
{
    color:#999999;
    font-size: 13px;
    transform: translateY(-25px);
    z-index: 999999999;
}
.placeholdertag
{
    display: none;
    position: absolute;
    color:#999999;
    font-size: 13px;
    font-style: italic;
    z-index: 3;
    left:0;
    top:0;
}
.placeholdertag b
{
    color:red;
}
input:focus .placeholdertag
{
    display: inline-block;
    background: white;
}
.placeholdertagged.focused input::placeholder
{
    visibility: hidden;
}
.placeholdertagged.placeholdertagtopped .placeholdertag
{
    padding: 0 10px;
    margin-left: -10px;
    background: white;
    font-size: 13px!important;
}
.placeholdertagged22.focused .placeholdertag
{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
	-webkit-transition: .4s;
    transition: .4s;
}
.login-form #login-form .form-group.row
{
    margin: 0;
}
#login-form .form-group .field_div
{
    width: 100%;
}
#login-form button[data-action="show-password"]
{
    height: 53px!important;
    line-height: 55px!important;
}
#login-form #field_email
{
    margin-bottom: 10px;
}
#login-form h2, .no-account h2
{
    color: #5c5c5c;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 20px;
}
.login-form
{
    margin-top: 20px;
}
.renew-password
{
    max-width: 365px;
    margin: 0 auto;
}
.renew-password h1
{
    color: #333333;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.renew-password .email
{
    font-size: 14px;
    color: #5c5c5c;
    text-align: center;
    padding-bottom: 20px;
}
.renew-password .email b
{
    color: #5c5c5c;
}
.renew-password .container-fluid
{
    padding: 0;
}
.renew-password .container-fluid .form-group.row > label
{
    display: none;
}
.renew-password .container-fluid .form-group.row > div
{
    width:100%;
}
.renew-password .container-fluid .form-group.row > div input[type="password"]
{
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    border-color: #f1f1f1;
}
.renew-password .container-fluid .form-group.row > div input[type="password"]::placeholder
{
    font-style: normal;
}
.renew-password .container-fluid .form-group.row > div input[name="confirmation"]
{
    margin-top: 20px;
}
.renew-password .container-fluid .form-group.row:last-child button
{
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
    color: #fff;
    font-weight: bold;
    padding: 0 40px 0 65px;
    background:url(../img/ico/reset2.png) no-repeat 25px center #164a98;
}
.page-customer-account #content .forgot-password
{
    float: right;
    margin: 0;
    padding: 0;
}
.page-customer-account #content .forgot-password a
{
    color:#164a98;
    font-size: 14px;
}
.page-customer-account #content .remember-login
{
    float: left;
}
.page-customer-account #content .remember-login label
{
    color:#292929;
    font-size: 14px;
    margin: -2px 0 0 0px;
    padding: 0;
    line-height: normal;
    cursor: pointer;
}
#login-form #login_options
{
    float: left;
    width: 100%;
    margin-top: 20px;
}
#login-form footer
{
    float: left;
    width: 100%;
    margin-top: 25px;
}
#login-form button[data-link-action="sign-in"]
{
    height:50px;
    line-height: 50px;
    padding: 0 25px 0 70px;
    background: url(../img/mobile/ico/login_big_white.svg) no-repeat 25px center #222c44;
	background-size: 21px 21px;
}
.page-customer-account #content .no-account
{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.no-account a.btn
{
    height:50px;
    line-height: 50px;
    padding: 0 25px 0 70px;
    background: url(../img/mobile/ico/logon_big_white.svg) no-repeat 25px center #222c44;
	background-size: 21px 21px;
}
body#index .product-ean {
	display: none;
}


/*MOBILE*/

@media screen and (max-width: 1270px) {
    .product-quantity #quantity_wanted {
        width: 100px;
    }
    #product_manufacturer span {
        display: block;
    }
    body {
        padding: 0px 0px;
    }

    li.brand div.brand-img a img {
        max-width: calc(100% - 0px);
        max-height: 45px;
    }

    #wrapper {
        padding: 0px 30px;
        padding-top: 1rem;
    }

    #header .header-nav {
        padding: 0px 10px;
    }

    #header .header-top {
        padding: 0px 10px;
        padding-bottom: 30px;
    }

    #content-wrapper.left-column {
        width: calc(100% - 290px - 30px);
    }

    #products .product-miniature,
    .featured-products .product-miniature,
    .product-accessories .product-miniature,
    .product-miniature .product-miniature,
	.onsale-products .product-miniature	{
        width: calc(50% - 30px);
        width: 48%;
        margin-right: 0px !important;
    }

    #products .product-miniature:nth-child(2n+1),
    #content-wrapper.left-column .product-miniature:nth-child(2n+1),
    .featured-products .product-miniature:nth-child(2n+1),
    .product-accessories .product-miniature:nth-child(2n+1),
	.onsale-products .product-miniature:nth-child(2n+1)	{
        margin-right: 30px !important;
        margin-right: 2% !important;
    }

    #products .product-miniature:nth-child(2n+0),
    .featured-products .product-miniature:nth-child(2n+0),
    .product-accessories .product-miniature:nth-child(2n+0),
	.onale-products .product-miniature:nth-child(2n+0)	{
        margin-left: 30px !important;
        margin-left: 2% !important;
    }

    #products .thumbnail-container,
    .featured-products .thumbnail-container,
    .product-accessories .thumbnail-container,
    .product-miniature .thumbnail-container,
	.onsale-products .thumbnail-container	{
        width: 100%;
    }

    #content.page-home .product-miniature:nth-child(4n),
    #content-wrapper:not(.left-column) .product-miniature:nth-child(4n),
    #content-wrapper2.left-column .product-miniature:nth-child(3n) {
        margin-right: 0px !important;
    }

    #banner #banner_data {
        background-repeat: repeat-y;
    }

    .block-category2 h1 {
        float: left;
    }

    .total-products2 {
        float: left;
        clear: left;
    }

    .total-products p {
        line-height: 14px;
    }



    .footer-container > .row {
        padding: 0px 10px;
    }

    #custom-text table td {
        width: 33%;
    }

    #custom-text table td img {
        max-width: 100%;
        height: auto;
    }

    .carousel .carousel-item .caption {
        left: 5%;
        top: 5%;
        max-width: 90%;
    }

    .product-quantity .add {
        float: right;
    }

    #product_comments_block_tab {
        float: left;
        width: 100%;
    }

    #product_comments_block_tab div.comment div.comment_details {
        max-width: calc(100% - 300px);
    }
}

.block-categories ul.category-top-menu > .collapse {
    display: block;
}

.layout_layout1 .ets_mm_megamenu_content {
	background: none !important;
    height: 47px;
    border-top: 0;
	border-bottom: 0;
}
.header-nav .mobile {
	display: none;
}
#mobile_top_menu_wrapper {
	display: none;
}

@media screen and (min-width: 1001px) {
    .collapse24 {
        float: left;
        display: block;
    }
}

@media screen and (max-width: 1140px) {
    #_desktop_cart_zapytanie {
        display: none;
    }
}
@media screen and (max-width: 1040px) {
    #_desktop_top_menu > #top-menu > li > a {
        padding: 0px 10px;
    }
}


@media screen and (max-width: 900px) {
    .products-section-title:nth-child(3n) {
        clear: left;
    }

    .product-information * {
        font-size: 13px;
    }

    #_desktop_top_menu > #top-menu > li:first-child > a {
        padding-right: 22px;
    }

    #banner a.banner {
        width: 100%;
    }

    #banner #banner_data {
        width: 100%;
        background-repeat: repeat;
        background-position: left top;
    }

    .block_newsletter form > .row > div:first-child,
    .block_newsletter form > .row > div:last-child {
        width: 100%;
        max-width: 100%;
        margin: 0px;
        text-align: center;
    }

    .block_newsletter form .row > div > p {
        max-width: 100%;
        margin: 20px auto 0;
    }

    .block_newsletter form .input-wrapper {
        position: relative;
        display: inline-block;
    }

    .footer-container > .row > .container p {
        width: 56px;
    }

    .footer-container > .row > .container p > a {
        display: none;
    }

    #related-full .total-products
    {
        /*width: 434px;*/
		width: calc(100% - 320px);
		text-align: right;
		margin-top: 15px;
    }
    #related-full .total-products p
    {
        line-height: 16px;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
	.product-features > dl.data-sheet dt.name,
	.product-features > dl.data-sheet dd.value {
		font-size: 12px;
		width: 50%;
		min-width: 50%;
	}
	#blockcart-modal .product-name {
		font-size: 15px;
	}

	#rodzajKonta label {
		clear: none;
	}

    #related-full #search_filters
    {
        width:100%;
        margin-left: -0px;
    }    
    #related-full .thumbnail-container
    {
        border-width:1px !important;
    }
    #related-full #search_filters .panel
    {
        padding-right: 0;
    }
    #related-full .total-products
    {
        margin-left: 0;
    }
    #related-full #_desktop_search_filters_clear_all
    {
        margin-right: 0;
    }

	#field_gdpr_consent_chkbox,
  #field_zgoda_przetwarzanie
  {
		position: relative;
	}

	#field_gdpr_consent_chkbox label.required,
  #field_zgoda_przetwarzanie label.required
  {
		position: absolute;
		padding: 0;
		margin: 0;
		line-height: 1;
		top: 20px;
		left: 3px;
	}
    .top-menu {
        column-count: 1 !important;
    }
    .product-quantity #quantity_wanted {
        width: 110px;
    }
    #product_manufacturer span {
        display: inline-block;
    }
    #product .product-quantity .add {
        clear: none;
        float: left;
        margin-top: 0px;
    }
    #productRow > div#product_manufacturer_reference {
        padding: 0;
        margin-bottom: 10px !important;
    }
    #_mobile_top_menu .top-menu{
        column-count: 1;
    }
    #_desktop_cart .material-icons.shopping-cart, #_desktop_cart_zapytanie .material-icons.shopping-cart, #_mobile_cart .material-icons.shopping-cart {
        padding: 20px 25px 20px 20px;
    }
    .header-top.fixed-menu {
        position: relative !important;
    }

    .header-top.fixed-menu .logo {
        max-width: none;
    }

    #totblockcart23 {
        display: none !important;
    }
    #totblockcart #totblockcart_dropdown
    {
      top:0;
    }

    #blockcart-modal .cart-content {
        padding-left: 0rem !important;
    }

    #blockcart-modal .modal-body .row .divide-right .row > div:last-child {
        padding: 0px 0px;
    }

    .tabs .nav-tabs .nav-item22:nth-child(2n+1) {
        clear: left;
    }

    #wrapper {
        float: left;
        width: 100%;
        padding: 0px 10px;
    }

    #footer {
        float: left;
        width: 100%;
    }

    #header {
        background: none;
    }

    .js-top-menu-bottom {
        float: left;
        width: 100%;
        padding: 0px 10px;
        min-height: 40px;
        line-height: 40px;
        border-bottom: 2px solid #f1f1f1;
    }

    #header .header-top {
        float: left;
        width: 100%;
        padding-bottom: 0px;
        background: #ffffff;
    }

    .header-top .search-widget {
        margin-left: 0px;
        padding: 20px 0px;
        background: #f9f9f9;
    }

    #header .header-nav {
        float: left;
        width: 100%;
        padding: 0px 10px;
        margin: 10px 0px;
        height: 50px;
        line-height: 50px;
        border-bottom: 0px;
    }

    #header .header-nav .top-logo {
        max-width: 45%;
    }

    #header .header-nav .blockcart .header {
        margin-top: 0px;
    }

    #header .header-nav .blockcart.active {
        margin-left: 0px;
    }

    #header .header-nav .cart-preview.active {
        background: none;
    }

    #header .header-nav .blockcart {
        padding: 0px;
        height: auto;
    }

    #header .header-nav #menu-icon {
        margin-left: 0px;
    }

    #header .header-nav #menu-icon .material-icons {
        color: #00488c;
        font-size: 3em;
        cursor: pointer;
    }

    #_mobile_cart {
        margin-right: 0px;
    }

    #mobile_top_menu_wrapper {
        margin-top: 0px;
        padding-bottom: 0px;
        background: #f6f6f6;
    }
	#mobile_top_menu_wrapper.active {
		display: block;
	}

    #mobile_top_menu_wrapper #top-menu {
        margin-bottom: 0px;
    }

    #_mobile_top_menu #top-menu li {
        width: 100% !important;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu > .top-menu > li > a[data-depth="0"] {
        line-height: 40px;
        padding: 0px 15px;
        border-bottom: 0px;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu > .top-menu > li > a[data-depth="0"] .navbar-toggler {
        height: 40px;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu > .top-menu > li > a[data-depth="0"] .navbar-toggler .material-icons {
        margin: 13px auto;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu > .top-menu > li:first-child {
        background: url(../img/wzor.png) repeat;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu > .top-menu > li:first-child > a[data-depth="0"] {
        color: #164a98;
        font-weight: bold;
        line-height: 65px;
        height: 65px;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu > .top-menu > li:first-child > a[data-depth="0"] .navbar-toggler {
        height: 65px;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu > .top-menu > li:first-child > a[data-depth="0"] .navbar-toggler .material-icons {
        margin: 25px auto;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
        border: 0px;
        background: #f6f6f6;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
        width: 100% !important;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu .top-menu li > a[data-depth="1"] .navbar-toggler {
        height: 35px;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu .top-menu li > a[data-depth="1"] .navbar-toggler .material-icons {
        margin: 11px auto;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu .top-menu li > a[data-depth="2"] .navbar-toggler {
        height: 30px;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu .top-menu li > a[data-depth="2"] .navbar-toggler .material-icons {
        margin: 5px auto;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu .top-menu li > a[data-depth="3"] .navbar-toggler {
        height: 25px;
    }

    #mobile_top_menu_wrapper > #_mobile_top_menu .top-menu li > a[data-depth="3"] .navbar-toggler .material-icons {
        margin: 0px auto;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
        border: 0px;
        padding: 0px 15px;
        line-height: 35px;
        font-weight: normal;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li {
        width: 100% !important;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
        padding: 0px 15px;
        line-height: 30px;
    }

    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
        display: inline-block;
    }

    .navbar-toggler {
        width: 70px;
        height: 65px;
        vertical-align: top;
        text-align: right;
    }

    .navbar-toggler .material-icons {
        position: relative;
        font-size: 0px;
        vertical-align: top;
        height: 15px;
        margin: 25px auto;
    }

    .navbar-toggler .material-icons:after {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 24px;
        line-height: 14px;
        color: #164a98;
        font-family: FontAwesome;
    }

    .navbar-toggler .material-icons.add:after {
        content: "\f0d7";
    }

    .navbar-toggler .material-icons.remove:after {
        content: "\f0d8";
    }

    .footer-container .links .collapse {
        display: block;
    }

    .footer-container .links .hidden-sm-down {
        display: block !important;
    }

    .footer-container .links .hidden-md-up {
        display: none !important;
    }

    .footer-container .links ul {
        background: none;
    }

    .footer-container .links ul > li {
        padding: 0px;
        border: 0px;
		font-weight: normal;
    }

    .footer-container .links ul > li a {
        color: #949498;
    }

    .footer-container .links .h3,
    .footer-container .links h3,
    .footer-container .links .h3 a,
    .footer-container .links h3 a {
        font-size: 1rem;
        line-height: 20px;
    }

    .carousel .carousel-item .caption h2,
    .galslider_slider_wrapper .bx-wrapper .bx-caption span {
        font-size: 23px;
        height: 40px;
        line-height: 40px;
    }

    .carousel .carousel-item .caption .caption-description p,
    .galslider_slider_wrapper .bx-wrapper .galslider_slide_content p {
        font-size: 36px;
        height: 60px;
        line-height: 60px;
    }

    #left-column {
        margin-bottom: 20px;
    }

    

    #password #content
    {
        margin-top: 35px;
    }
    .forgotten-password .form-fields .center-email-fields button
    {
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 650px) {
    .tabs .nav-tabs .nav-link {
        padding: 0px 16px;
    }

    #blockcart-modal .modal-title {
        text-align: center;
    }

    .products-section-title:nth-child(3n) {
        clear: left;
    }

    #product-details,
    .product-features,
    .product-features > dl.data-sheet {
        width: 100%;
    }

    .product-features > dl.data-sheet dt.name {
        width: 50%;
        min-width: 50%;

    }

    .product-features > dl.data-sheet dd.value {
        width: 50%;
        min-width: 50%;
    }

    #product_comments_block_tab div.comment div.comment_details {
        width: 100%;
        max-width: 100%;
    }

    

    .product-quantity .add {
        float: right;
        clear: none;
    }

    .footer-container .links,
    .footer-container .block-contact.links {
        width: 100%;
    }

    .footer-container > .row .container {
        margin-bottom: 20px;
        padding-top: 5px;
    }

    .footer-container > .row {
        height: auto;
    }

    .footer-container > .row > .container span:first-child,
    .footer-container > .row > .container span:last-child {
        line-height: 24px;
        text-align: center;
    }

    .footer-container > .row > .container p {
        position: absolute;
        top: -20px;
        left: 50%;
    }

    #custom-text table td {
        display: block;
        width: 100%;
        float: left;
        margin: 0px 0px;
        text-align: center !important;
    }
}

@media screen and (max-width: 500px) {
    #opc_wrapper .product-line-grid-left.col-md-2.col-xs-2,
    #opc_wrapper .qtyMag {
        padding-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .product-miniature.product_show_list .information-bar #product-availability span span.zadzwon_tel
    {
		display: none!important;
	}

    #blockcart-modal .cart-content .cart-content-btn {
        display: inline-block;
    }

    #header .header-nav .top-logo {
        position: relative;
        right: 5%;
    }

    #banner #banner_data {
        padding: 40px;
    }

    #banner #banner_title {
        font-size: 30px;
    }

    .carousel .carousel-item .caption h2,
    .galslider_slider_wrapper .bx-wrapper .bx-caption span {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .carousel .carousel-item .caption .caption-description p,
    .galslider_slider_wrapper .bx-wrapper .galslider_slide_content p {
        font-size: 26px;
        height: 40px;
        line-height: 40px;
    }

    #productRow > div:last-child {
        width: 100%;
    }

    .product-quantity .add {
        float: left;
        clear: left;
    }

    .block_newsletter form input[type="text"] {
        width: 100%;
    }
}

.block_newsletter form .input-wrapper {
    width: 320px;
    max-width: 100%;
}

.block_newsletter form .input-wrapper .custom-checkbox {
    float: left;
    width: 100%;
}

.block_newsletter form .input-wrapper .custom-checkbox input[type="checkbox"] {
    left: 0px;
    float: left;
    margin: 12px 0px;
    position: absolute;
    height: auto;
    z-index: 9999;
}

.block_newsletter form .input-wrapper .custom-checkbox input[type="checkbox"] + span {
    left: 0px;
    float: left;
    position: absolute;
    margin: 10px 0px;
}

.block_newsletter form .input-wrapper .custom-checkbox label {
    margin-left: 20px;
}

.block_newsletter form .input-wrapper .custom-checkbox label,
.block_newsletter form .input-wrapper .custom-checkbox label * {
    font-family: OpenSans !important;
    font-size: 11px !important;
    line-height: 12px !important;
}

.div_gdpr_buttons .btn {
    padding: 0px 10px;
}

.show-gdpr-modal {
    background: #164a98;
}

.gdpr-consent-tabs {
    max-width: 100%;
}

.gdprModal footer label,
.gdpr-consent-tabs-content,
.gdpr-consent-tabs-navigation li,
.gdpr-consent-tabs #close-gdpr-consent,
.gdpr-consent-tabs .div_show_moreinfo22,
.gdpr-consent-tabs .div_show_moreinfo .div_top_buttons,
.gdpr-consent-tabs .div_accept_moreinfo .span_moreinfo,
.gdpr-consent-tabs .div_summary_checkboxes,
.gdpr-consent-tabs .div_summary_checkboxes + .div_hide_show,
#footer_eu_about_us_list {

}

.gdpr-consent-tabs .div_top_buttons {
    float: right;
    margin: 40px 0px -14px 0;
}

.gdpr-consent-tabs nav {
    width: auto;
}

.gdpr-consent-tabs .div_show_moreinfo,
.gdpr-consent-tabs-navigation li:last-child,
.gdpr-consent-tabs .div_center_area {

}

.gdpr-consent-tabs .div_center_area {
    float: left;
    border-bottom: 0px;
}

.gdpr-consent-tabs .div_show_moreinfo {
    float: right;
    margin: 0px;
    padding: 0px;
    background: black;
}

.gdpr-consent-tabs-v2 {
    float: left;
}

.gdpr-consent-tabs-v2 .div_accept_moreinfo {
    float: right;
}

.gdpr-consent-tabs-v2 .div_control_your_privacy {
    float: left;
    background: black;
}

.gdpr-consent-tabs .div_accept_moreinfo button#accept-all-gdpr:hover,
.gdpr-consent-tabs .div_accept_moreinfo button#accept-all-gdpr2:hover {
    text-decoration: underline;
}

label[for="gdpr_consent_chkbox"] p,
#customer-form .custom-checkbox label p {
    font-family: OpenSans !important;
    font-size: 15px !important;
    line-height: 18px !important;
    margin-bottom: 0;
}
body#identity #customer-form .custom-checkbox label p {
	font-size: 14px !important;
}
label[for="gdpr_consent_chkbox"] p {
	font-size: 14px !important;
	line-height: 26px !important;
}

#customer-form .custom-checkbox label em {
    float: left;
    font-family: OpenSans !important;
    font-size: 13px !important;
    line-height: 15px !important;
}

#customer-form .custom-checkbox label em p {
    font-family: OpenSans !important;
    font-size: 13px !important;
    line-height: 15px !important;
    font-style: normal;
    margin-bottom: 0px;
}

#customer-form .custom-checkbox label p a {
    text-decoration: underline;
}

#customer-form .custom-checkbox label[for="shipment"],
#customer-form .custom-checkbox label[for="invoice"],
#customer-form .custom-checkbox label[for="shipment_copy"],
#customer-form .custom-checkbox label[for="invoice_copy"],
#customer-form .custom-checkbox label[for="invoice_copy_shipment"],
#customer-form .custom-checkbox label[for="shipment_copy_invoice"] {
    cursor: pointer;
}

#gdpr-contact-consent-div {}

.social-sharing {
    display: none !important;
}

.owl-carousel .owl-item {
    width: auto;
    text-align: center;
}

.owl-carousel:not(#carousel-main) .owl-item img {
    width: auto !important;
    max-width: 100%;
    height: 50px !important;
    display: inline-block !important;
}

.block-promo .promo-code-button {
    display: none !important;
}

.block-promo .promo-code.collapse {
    display: block !important;
}

#pageNo, #pageNoOther
{
    width: 150px;
    height: 30px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    border: 0px solid #d5d5d5;
    font-size: 14px;
    color: #252527;
	background-color: #fafafa;
}


.pagination > div:last-child {
    width: auto;
    float: right;
    margin-left: 0;
}

.input-group .input-group-btn > .btn[data-action="show-password"] {
    height: 54px !important;
    line-height: 55px !important;
    padding: 0px 10px !important;
    width: 55px;
    background: #f6f6f6;
    text-indent: -9999px;
    outline: 0px !important;
}
.input-group .input-group-btn > .btn[data-action="show-password"]::before
{
    content: "\f070";
    color:#222c44;
    font-size: 16px;
    font-weight: normal;
    font-family: 'FontAwesome';
    text-indent: -0;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    text-align: center;
}
input[type="password"] + .input-group-btn > .btn[data-action="show-password"]::before
{
    content: "\f06e";
}
.blokKontoKoszyk .input-group .input-group-btn > .btn[data-action="show-password"] {
	margin-bottom: 0.8rem;
  margin-bottom: 0.0rem;
}

.payment-options label img {
    height: 26px;
}

#_desktop_cart {
    display: block;
    width: 30%;
    height: 60px;
    margin-top: -5px;
    border: 0;
    line-height: 60px;
	padding-top: 8px;
}

#totblockcart {
    position: absolute;
    float: right;
    height: 48px;
    right: 0px;
	cursor: pointer;
	width: 50px;
	user-select: none;
}
#totblockcart.catalog-mode {
	cursor: default;
    touch-action: none;
}
#totblockcart.fancybox-wrap
{
  top:10px!important;
}
#totblockcart #totblockcart_button_cart {
    margin: 0px;
    padding: 0px 10px;
    height: 48px;
    line-height: 48px;
}

#totblockcart > a {
    visibility: hidden;
}

#totblockcart #totblockcart_dropdown {
    border-top: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: auto !important;
	-webkit-box-shadow: 0 0 7px rgba(22, 74, 152, 0.2) !important;
    -moz-box-shadow: 0 0 7px rgba(22, 74, 152, 0.2) !important;
    box-shadow: 0 0 7px rgba(22, 74, 152, 0.2) !important;
	z-index: 9999;
}
#totblockcart #totblockcart_dropdown {
	width: 450px;
	cursor: default;
    position: fixed;
    right: 0;
    top: 0;
	height: 100vh !important;
}
#totblockcart.fancybox-wrap #totblockcart_dropdown
{
	position: relative;
}

#totblockcart #totblockcart_dropdown_container {
	max-height: calc(100vh - 297px - 65px);
    width: 100%;
    overflow: auto;
	margin-top: 0px;
	position: relative;
	height: auto;
}
#totblockcart.fancybox-wrap #totblockcart_dropdown_container
{
    max-height: 338px;
}
#totblockcart .arrow-up {
	display: none;
	position: absolute;
    left: 48%;
    top: 0;
	z-index: 999;
}
#totblockcart .arrow-down {
	display: none;
	position: absolute;
    left: 48%;
    bottom: 180px;
    z-index: 9999;
}
#totblockcart #totblockcart_dropdown .result > * + * {
	text-transform: uppercase;
	font-size: 15px;
    color: #252527;
	margin: 1px 0 0 0 !important;
    padding: 6px 0 0 0 !important;
}
#totblockcart #totblockcart_dropdown .result > .freeshipping {
	margin-top: 0px !important;
    border-top: 0 !important;
    padding: 8px 0px 4px 0!important;
    outline: none;
    font-family: OpenSansSemiBold;
}
#totblockcart #totblockcart_dropdown .result > .freeshipping .totblockcart-freeshipping ~ i,
#totblockcart #totblockcart_dropdown .result > .freeshipping i {
	background-color: #ffc600;
    width: 26px;
    height: 26px;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: -2px;
    margin-left: 5px;
    border-radius: 50%;
	
	padding-left: 0px;
}
#totblockcart #totblockcart_dropdown .result > .freeshipping.niebrakuje .totblockcart-freeshipping ~ i,
#totblockcart #totblockcart_dropdown .result > .freeshipping.niebrakuje i {
	background-color: #4ab67d;
}

#totblockcart #totblockcart_dropdown.goleftanimate .result > .freeshipping i svg {
	animation: notification 2s 20;
	animation-delay: 1s;
}
@keyframes notification {
	0% {
		transform: rotate(0deg);
	}
	16% {
		transform: rotate(0deg) scale(1, 1);
	}
	24% {
		transform: rotate(15deg) scale(1.1, 1.1);
	}
	32% {
		transform: rotate(-15deg) scale(1.1, 1.1);
	}
	40% {
		transform: rotate(15deg) scale(1.1, 1.1);
	}
	48% {
		transform: rotate(0deg) scale(1, 1);
	}
	100% {
		transform: rotate(0deg);
	}
}
#totblockcart #totblockcart_dropdown .result > .freeshipping i svg {
	margin-top: 6px;
    margin-left: 7px;
}
#totblockcart #totblockcart_dropdown .result > .freeshipping .freeshipping_info {
	text-transform: uppercase !important;
	margin-right: 5px;
}
#totblockcart #totblockcart_dropdown .result > .freeshipping.niebrakuje .freeshipping_info
{
  width: 100%;
  text-transform: uppercase;
}
#totblockcart #totblockcart_dropdown .result > .freeshipping.niebrakuje > span:last-child
{
  display: none;
}
#totblockcart #totblockcart_dropdown .shipping {
	border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 7px !important;
    padding-bottom: 10px !important;
}
#totblockcart #totblockcart_dropdown .value-order span {
	font-size: 15px;
    color: #252527;
}
#totblockcart #totblockcart_dropdown .result > .value-order {
	border-bottom: 1px solid #ecf0f3;
    padding-bottom: 11px;
    border-top: 1px solid #ecf0f3;
    padding-top: 10px;
}
#totblockcart #totblockcart_dropdown .value-order span:nth-of-type(2),
#totblockcart #totblockcart_dropdown .shipping span:nth-of-type(2){
	padding-right: 10px;
	font-family: 'OpenSans';
	font-weight: normal;
}
#totblockcart #totblockcart_dropdown .result > .shipping {
	border-bottom: 1px solid #ecf0f3;
	padding-bottom: 11px;
}
#totblockcart #totblockcart_dropdown .total {
	font-family: 'OpenSansBold';
	padding-top: 6px;
	align-items: baseline;
}
#totblockcart #totblockcart_dropdown .result {
    background: #ffffff !important;
}
#totblockcart .empty-cart {
	background: url(../img/empty-cart.svg) no-repeat 51.5% -2.4vh transparent;
    height: calc(100vh - 44px - 257px);
    background-size: 62.5% 100%;
}
#totblockcart .empty-cart span {
	font-family: OpenSansBold;
    font-size: 15px;
    color: #252527;
    padding-top: 46.2vh;
    display: inline-block;
}
#totblockcart #totblockcart_dropdown .checkout {
	margin: 0 20px 0 20px;
	height: 48px;
    border-radius: 2px;
	width: calc(100% - 40px) !important;
	font-size: 13px;
	margin-bottom: 15px;
	background-color: #222c44 !important;
	line-height: 28px;
}
#totblockcart #totblockcart_dropdown .checkout i {
	background: url(../img/ico/circle-arrow-right.svg) no-repeat center center transparent;
	background-size: 21px 21px;
	width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
#totblockcart #totblockcart_dropdown .checkout:hover {
	color: #ffffff !important;
	background-color: #384156 !important;
}
#totblockcart #totblockcart_dropdown .totblockcart-wrapper
{
    padding: 15px 0px 0px 0px;
    margin-bottom: 0;
	overflow: initial !important;
	width: 100%;
    max-height: initial;
}
#totblockcart #totblockcart_dropdown .totblockcart-block {
    margin: 0 20px 0 20px;
    padding: 10px;
    border: 1px solid #ecf0f3;
	border-top: 0;
}
#totblockcart #totblockcart_dropdown li:first-child .totblockcart-block {
	border-top: 1px solid #ecf0f3;
}
#totblockcart #totblockcart_dropdown li:last-child .totblockcart-block {
	border-bottom: 0;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info
{
    font-size: 12px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .title {
    white-space: normal !important;
    FONT-WEIGHT: normal;
    color: #252527 !important;
    font-family: 'OpenSansSemiBold';
    font-size: 15px;
    line-height: 18px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity
{
  margin-top: -1px;
  padding-top: 0px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .productQuantity
{
  width: 100px;
  text-align: center;
  padding: 0px!important;
  font-size: 14px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .price
{
	font-size: 16px;
	width: 62%;
	text-align: center;
	line-height: 38px;
	color: #164a98 !important;
	font-size: 16px;
	font-family: 'OpenSansBold';
}
#totblockcart #totblockcart_dropdown .totblockcart-block .thumbnail {
	flex: 0 0 60px !important;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .thumbnail img {
    max-width: 60px;
    max-height: 125px;
    width: auto;
    height: auto;
	margin: 0 auto;
    float: none;
    display: block;
    min-width: 82px;
}

.sendtofriend,
#sendfriendpage {
    display: none !important;
}

#print {
	font-family: 'OpenSansSemiBold';
    float: right;
    padding-left: 19px;
    text-transform: none !important;
    background: url(../img/print.svg) no-repeat left center;
	visibility: hidden; /*ukryte na życzenie klienta*/
}

#print span {
    font-size: 12px;
    line-height: 34px;
    text-transform: none;
}

#print a {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    text-transform: none;
    border-right: 1px solid #cccccc;
}

#print a:last-child {
    padding-right: 0;
    border-right: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}


#_desktop_language_selector,
.language-selector-wrapper,
#_desktop_currency_selector,
.currency-selector.dropdown {
    display: none !important;
}

.product-miniature:not(.product_show_list) .product-price-and-shipping .price
{
  font-size: 22px;
  font-family: 'OpenSansExtraBold';
  font-weight: normal;
}
.product-miniature:not(.product_show_list) .product-price-and-shipping .price .non-bold {
	font-family: 'OpenSansBold';
	font-size: 15px;
}
.product-miniature:not(.product_show_list) .quickview_cart > span
{
  display: none !important;
}

#product-availability {
    width: 100%;
}

body#product #productRow {
    position: relative;
    z-index: 1;
}

#productRow #product-availability
{
  padding: 0;
}

#product-availability > span {
	padding: 0 0px;
    width: 100%;
    float: left;
    text-align: left;

	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-around;
}



#product-availability span.pav.zamienniki {
	display: none !important;
}

.product-miniature:not(.product_show_list) .quickview_cart #product-availability > span
{
  padding: 0 0.5rem;
  font-size: 0.7rem;
  font-size: 0.8rem;
}
#product-availability .info
{
  display: none;
}
.quickview_cart #product-availability .info
{
  display: block;
}
#product-availability .material-icons {
    vertical-align: -18%;
}

#product-availability .wishlist
{
  width: auto;
  float: left;
  padding: 0px 0px;
  margin-top: 10px;
  margin-right: 10px;
}
#product-availability .wishlist a
{
  color: white;
	font-size: 12px;
	letter-spacing: 0.5px;
  padding: 10px 5px;
	font-weight: 200;
	font-family: 'OpenSansLight';
}

#product-availability .wishlist a i.material-icons
{
  display: none;
}
#product-availability .wishlist23:nth-of-type(2),
#product-availability .wishlist.wishlist_zapyt
{
  float: right;
  margin-right: 0px;
}

.product-additional-info .tabs {
    margin-top: 10px;
    background: none;
}


.fancybox-wrap.fancybox-popup-notify .fancybox-skin {
	padding: 46px 50px !important;
}
.fancybox-wrap.fancybox-popup-notify .fancybox-inner .popup-notify {
	max-width: 820px;
}
.fancybox-wrap.fancybox-popup-notify .popup-notify .title {
	font-family: 'OpenSansBold';
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    text-align: left;
}
.fancybox-wrap.fancybox-popup-notify .popup-notify .subtitle {
	font-family: 'OpenSans';
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    text-align: left;
    margin-top: 15px;
	margin-bottom: 25px;
}
.fancybox-wrap.fancybox-popup-notify .popup-notify input.form-control {
	display: inline-block;
    width: calc(100% - 157px);
    float: left;
    clear: right;
	background-color: #f6f6f6;
    border: 0;
    height: 56px;
}
.fancybox-wrap.fancybox-popup-notify .popup-notify #rodopow {
	display: none;
}
.fancybox-wrap.fancybox-popup-notify .popup-notify .label {
	display: inline-block;
    width: 157px;
    float: left;
    font-size: 14px;
    line-height: 56px;
    text-align: left;
    color: #333333;
}
.fancybox-wrap.fancybox-popup-notify .popup-notify .label .gw {
    width: auto;
    float: none;
    color: #d41a1a;
}
.fancybox-wrap.fancybox-popup-notify .popup-notify .rodo-pow {
	clear: both;
    margin-top: 32px;
	margin-bottom: 4px;
    float: left;
}
.fancybox-wrap.fancybox-popup-notify .popup-notify .rodo-pow label {
	line-height: 26px;
	margin-top: -5px;
}
.fancybox-wrap.fancybox-popup-notify .popup-notify #notifButton {
	max-width: 196px;
	float: right;
	height: 48px;
	background:url(../img/ico/ok.png) no-repeat 25px center #164a98;
	text-align: right;
    padding-right: 52px;
}
.fancybox-wrap .js-mailalert span .alert {
	display: none;
}
.fancybox-wrap .js-mailalert span.title .alert {
	display: block;
}

.js-mailalert button {
    width: 100%;
    font-size: 12px;
    font-family: 'OpenSansLight';
    font-weight: 200;
    letter-spacing: 0.8px;
}
.js-mailalert span
{
  float: left;
  width: 100%;
}
.js-mailalert span .alert
{
  margin-bottom: 0;
}

#rodzajKonta .radio-inline {
    float: left;
    height: 45px;
    max-width: 350px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px !important;
    padding-right: 45px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    box-sizing: border-box;
    background-size: contain;
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-position: right center;
    cursor: pointer;
    opacity: 0.5;
    display: flex;
    align-items: center;
    line-height: 20px !important;
    text-align: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#rodzajKonta .radio-inline.active {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

#rodzajKonta .radio-inline:hover {
    text-decoration: none;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

#rodzajKonta .radio-inline.active:hover {
    opacity: 1;
}

#rodzajKonta .custom-radio {
    width: 30px;
    height: 30px;
    padding-left: 0px;
    display: none;
}

#rodzajKonta input[name="firma"] {
    width: 30px;
    height: 30px;
}

#rodzajKonta .custom-radio input[type="radio"]:checked + span {
    top: 7px;
    left: 7px;
}

#firma11,
#rodzajKonta .radio-inline#b2b {
    background-image: url(../img/b2b.png);
    background-size: 40px 40px;
	font-weight: normal;
    margin-right: 40px;
}
#rodzajKonta .radio-inline#b2b .small-on-off {
	margin-top: -16px;
}
#firma00,
#rodzajKonta .radio-inline#b2c {
    background-image: url(../img/ico/login.svg);
    background-size: 30px 30px;
    padding-right: 35px !important;
	font-weight: normal;
}
#rodzajKonta .radio-inline#b2c .small-on-off {
	margin-top: -16px;
}

#kodywybordiv {
    position: absolute;
    top: 0px;
    right: 0px;
}
#kodywybordiv.phup-short {
	width: 50%;
}
.fancybox-wrap.fancybox-address #kodywybordiv.phup-short {
	width: 30%;
}

#kodywybordiv.col-md-2 select {
    text-indent: -9999px;
}
#rodzajKonta > label.form-control-label {
	line-height: 2rem;
    text-align: left;
}

.carts-link-left {
    float: left;
}

.carts-link-right {
    float: right;
}

.center {
    text-align: center;
}

.padUP20 {
    padding-top: 2rem !important;
}
.padUP1R {
    padding-top: 1rem !important;
}

#nipUsedWyborDiv {
    float: right;
    margin-bottom: 10px;
}

#nipUsedWyborDiv input {
    float: left;
    clear: left;
    outline: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#nipUsedWyborDiv label {
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    display: inline-block;
    text-align: left;
    width: calc(100% - 30px);
}

.actualQty
{
  text-align: center;
}
.acenter {
	text-align: center !important;
}
.wholesaleJob {
	padding-top: 0px;
	clear: both;
  float: left;
  width:100%;
}
.my-account-itembody .wholesaleJob
{
  width: auto;
  margin-top: 15px;
}
#wholesaleJobSelect
{
  width:360px;
  width:420px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background: #f0f0f0;
  padding: 0px 10px;
  font-size: 13px;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
}
#wholesaleJobSelect option {
  font-size: 13px;
  font-family: OpenSans !important;
}
.OfferToOrder #wholesaleJobSelect,
.AskForReOffer #wholesaleJobSelect
{
  visibility: hidden;
}
.wholesaleJob a
{
  clear: right;
  margin-bottom: 10px;
}
#delivery
{
  clear: both;
  float: left;
  width:100%;
  margin-top: 20px;
  padding-right: 20px;
}
#delivery label
{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #333333;
    font-family: 'OpenSansBold';
}
#delivery_message
{
	width:360px;
    height: 90px;
	line-height: 18px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	background: #fafafa;
	padding: 14px 14px;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	min-height: 55px;
}
.float-left {
	float: left;
}
.align-left {
	text-align: left;
}
.float-right {
	float: right;
}
.align-right {
	text-align: right;
}

.box-faktury li
{
  line-height: 35px;
  margin-bottom: 5px;
}
.box-faktury .single-box-right li a
{
  margin-bottom: 0px;
}
.get_fv
{
  color: white!important;
  margin-left: 5px;
  margin-bottom: 0px;
}
.get_fv::before
{
  display: none;
}
.get_os
{
  color: white!important;
  margin-right: 0px;
  margin-bottom: 5px;
}

#opc-payment-wrapper {
	padding: 15px;
}
#opc-shipping-wrapper {
	padding: 15px;
}
#opc_wrapper .payment-options .payment-option img {
	width: auto;
	margin-top: -5px;
    margin-left: 3px;
}
.summary-row {
	padding-left: 0px;
}
.row .summary-row {
	padding-left: 15px;
}
#opc_wrapper .page-heading span.heading-counter {
    font-family: OpenSansBold;
    color: #164a98;
    text-transform: none;
    border: 0px solid #bcbcbc;
    border-radius: 0;
    text-align: center;
    background-color: transparent;
    font-size: 30px;
}
#opc_wrapper .page-heading span.heading-counter-2 {
	margin-left: 0px;
}
#opc_wrapper .page-heading span.heading-counter-3 {
	margin-left: 0px;
}
#opc_wrapper .heading-counter {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-indent: 0px;
}
#opc_wrapper .heading-counter-1, #opc_wrapper .heading-counter-2, #opc_wrapper .heading-counter-3, #opc_wrapper .heading-counter-4 {
	background: none;
}
#addressesAreEquals {
	width: 1rem;
	height: 1rem;
	vertical-align: -0.2rem;
	padding-left: 0.5rem;
}
div.condition-label label.js-terms {
    text-align: justify;
}
#opc_wrapper #conditions-to-approve .condition-label {
    width: calc(100% - 40px);
	text-align: justify;
	margin-bottom: 14px;
}
#opc_wrapper #conditions-to-approve li div:nth-of-type(1) {
	width: 35px;
	height: 18px;
}
.cart-detailed-actions.card-block {
	padding: 0;
}
.cart-detailed-actions.card-block #conditions-to-approve li {
	clear: both;
}
#OdbiorOsobistyAdr
{
  width:100%;
}
#OdbiorOsobistyAdr label
{
  font-weight: bold;
  cursor: pointer;
}
#customer-form #form_fields .form-group.row.fields_label .OdbiorOsobisty
{
  float: right;
  margin-top: 13px;
  margin-top: 4px;
}
#customer-form #form_fields .form-group.row.fields_label .OdbiorOsobisty .small-on-off label {
	margin-top: 0 !important;
}
#customer-form #form_fields .form-group.row.fields_label .OdbiorOsobisty #odbior_osobisty
{
  float: none;
  margin-right: 5px;
}
#customer-form #form_fields .form-group.row.fields_label .OdbiorOsobisty label
{
  float: right;
  margin-left: 0px;
  width: auto!important;
  cursor: pointer;
  line-height: inherit;
}
#customer-form #form_fields .form-group.row.adres input:disabled,
#customer-form #form_fields .form-group.row.adres select:disabled,
.adres_pole input:disabled,
.adres_pole select:disabled
{
  opacity: 0.5;
}
#customer-form #form_fields .form-group.row.adres select:disabled ~ span.ui-selectmenu-button {
    background-color: #fbfbfb !important;
    cursor: not-allowed !important;
	opacity: 1;
}
#customer-form #form_fields .form-group.row.adres select:disabled ~ span.phup-label {
	border: 0px solid #fbfbfb !important;
	background-color: #fbfbfb !important;
	cursor: not-allowed !important;
}
.row.delivery-option.disabled
{
  opacity: 0.5;
}
.row.delivery-option.disabled input[type="radio"]:disabled
{
  cursor: not-allowed;
}



#fv_opcje
{
  position: relative;
}
#fv_opcje.disabled
{
  width: auto;
  cursor:not-allowed!important;
}
#fv_opcje.disabled label,
#fv_opcje.disabled input
{
  cursor:not-allowed!important;
  pointer-events: none;
  opacity: 0.5;
}
#allert_note_fv_opcje
{
  display: none;
}
#allert_note_fv_opcje .allert_note_container
{
  top:-5px;
  left:150px;
  width:150px;
}
#allert_note_fv_opcje .allert_note_wskaznik
{
  top:-1px;
}

#ui-datepicker-div {
	z-index: 99 !important;
}
#opc_wrapper .box
{
  background:none;
}
#opc_wrapper .box-opc#login_form {
	background: none;
    border: 0;
    border-right: 1px solid #e5e5e5;
	margin-top: 10px;
    margin-bottom: 0;
    padding: 0 25px 0 0 ;
    clear: left;
    width: 418px;
	float: left;
}
#opc_wrapper .box-opc#login_form .title {
	float: left;
    font-family: 'OpenSansBold';
    font-size: 18px;
    color: #333333;
	margin-top: 0px;
	clear: both;
}
#opc_wrapper .box-opc#login_form .register .title {
	margin-top: 56px;
	font-weight: normal;
	text-transform: uppercase;
}
#opc_wrapper .box-opc#login_form .subtitle {
	float: left;
    font-family: 'OpenSans';
    font-size: 14px;
    color: #999999;
	margin-top: 10px;
	margin-bottom: 25px;
}
#opc_wrapper .box-opc#login_form .register .subtitle {
	margin-bottom: 0;
}

.errorOrder {
	clear: both;
}
#errorOrderDetail {
	margin-top: -40px !important;
}
.red {
	color: #cd4e4f !important;
}


.adres-delivery-radio-button-kontener .address-body input.adres-delivery-radio-button
{
  float: left;
  margin: 2px 0;
}
.adres-delivery-radio-button-kontener .address-body h4
{
  float: right;
  width: 95%;
  text-align: left;
}
.adres-delivery-radio-button-kontener .address-body address
{
  float: left;
  width:100%;
  min-height: 0;
  margin-bottom: 0;
}

.adres-delivery-radio-button-kontener .address-body address p
{
  text-align: left;
}

.product-additional-info
{
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.wrap_allert.wishlist, .wishlist
{
  margin-top: 20px;
}
.wrap_allert p.buttons_bottom_block
{
  float: left;
  width: 100%;
}
.allert_note.many-carts {
	top: 74px;
    left: 80px;
    left:40px;
}
.allert_note.left.many-carts {
    top: 82px;
	left: auto;
    right: 283px;
}
.allert_note.left .allert_note_wskaznik {
	left: auto;
	right: -14px;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.allert_note.alert-question_answer-link.left {
	right: 270px !important;
}
#ileZnakowKontener {
	display: none!important;
}


#xl_rodo_label p
{
  margin: 0px;
}

#opc_wrapper .form-group.row .col-md-7 .help-block ul
{
  margin-bottom: 10px;
}
#opc_wrapper .form-group.row .col-md-7 .alert
{
  padding: 5px;
  line-height: 16px;
  margin-bottom: 5px;
}

#ZmienZapytanie
{
  text-align: right;
}
#translations
{
  display: none !important;
}

.zapytanie1 .delivery-options,
.zapytanie1 .payment-options23
{
  opacity: 0.25;
}
.zapytanie1 .blokDostawaKoszyk .kontener
{
  display: none !important;
}
.zapytanie1 .contactGuardianCart
{
  margin: 0;
}
.zapytanie1 .blokPlatnoscKoszykOK
{
  display: none !important;
}
.zapytanie1 .payment-options .js-additional-information
{
  display: none !important;
}

#banner #banner_data {
	padding: 30px 33px 33px 30px;
}
#banner #banner_title {
    font-size: 30px;
}
#banner #banner_subtitle {
	font-size: 22px;
	line-height: 48px;
	padding-bottom: 9px;
	margin-bottom: 14px;
}
#banner #banner_desc {
	font-size: 12px;
    line-height: 18px;
}

#banner_contact {
	float: right;
	margin-top: 40px;
  padding-left: 20px;
}
#banner_contact #banner_contact_main
{
  padding: 25px;
  background: #f3f3f3;
  border: 1px solid #dfdfdf;
}
#banner_contact #banner_contact_title {
	font-weight: bold;
  line-height: 26px;
}
#banner_contact_main > p {
	margin-bottom: 0;
  line-height: 22px;
}

#Wiedza
{
  float: left;
  width: 100%;
  margin-top: 11px;
  position: relative;
}
#WiedzaPages
{
  float: left;
  width: 100%;
  margin-top: 43px;
  margin-bottom: 72px;
}
.WiedzaPage
{
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.WiedzaPage:nth-child(5n)
{
  margin-right: 0px;
}

.quickview .modal-content
{
  background: white;
}

.page-my-account #content .links a > i
{
  position: absolute;
  top:15px;
  right:20px;
  width: auto;
  color: #dedbdb;
  font-size: 24px;
  padding: 0px;
}

.infostockwarn span
{
  color: black;
}
.infostockwarn .actualQty.red span
{
  color:red;
}
#product .infostockwarn, .product-miniature .infostockwarn, .infostockwarn .actualQty, .infostockwarn.infokrotn > span
{
  background-color: #f4c82f;
  outline: 0px solid #f4c82f;
  border-bottom: 1px solid #f4c82f; /*!important;*/
  box-shadow: -5px 0px 0px 0px #f4c82f, 5px 0px 0px 0px #f4c82f;
  animation: animatebackgroundyellow 0.18s linear 1;
  animation-fill-mode: forwards;
}
@keyframes animatebackgroundyellow {
	0% {
		background-color: #ffffff;
		border-bottom: 1px solid #ffffff;
		outline: 0px solid #ffffff;
		box-shadow: -5px 0px 0px 0px #ffffff, 5px 0px 0px 0px #ffffff;
	}
	100% {
		background-color: #f4c82f;
		border-bottom: 1px solid #f4c82f;
		outline: 0px solid #f4c82f;
		box-shadow: -5px 0px 0px 0px #f4c82f, 5px 0px 0px 0px #f4c82f;
	}
}
.product-miniature:not(.product_show_list) .infostockwarn
{
  border-left: 0px solid #f4c82f;
  border-right: 0px solid #f4c82f;
  border-bottom: 0px!important;
  padding-bottom: 0px!important;
  line-height: 1.5rem!important;
}

.quickview_cart
{
  display: none;
  overflow: hidden;
}
.quickview_cart.loading
{
  height: 100px;
  background: url(/img/loadingAnimation.gif) no-repeat center;
}
.quickview_cart
{
  padding: 5px 5px;
}
.forceShow
{
  overflow: visible;
  z-index: 9;
}
#index .forceShow
{
  height: auto!important;
}
.forceShow .quickview_cart
{
  display: block!important;
  height: auto!important;
  opacity: 1!important;
}
.product-miniature:hover .quickview_cart22
{
  display: block;
  max-height: 100px;
  transition: max-height 5s;
}
.quickview_cart .control-label
{
  display: none;
}
.quickview_cart .product-quantity .qty .bootstrap-touchspin
{
  border: 0px;
}
.quickview_cart input.input-group
{
  width: 67px;
  left: 46px;
  padding: 5px;
  padding-right: 25px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
}
body#index .quickview_cart input.input-group23
{
  width: 80px;
}
.quickview_cart .product-quantity .input-group-btn-vertical
{
  height: 40px;
}
.quickview_cart .product-quantity .input-group-btn-vertical .btn
{
  right:3px;
}
.quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up
{
  top:3px;
}
.quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down
{
  top:auto;
  left: auto;
  bottom: 3px;
}
.quickview_cart .add-to-cart
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	font-family: 'OpenSansLight';
	font-weight: 200;
	letter-spacing: 0.8px;
}
body#index .quickview_cart .add-to-cart
{
  font-size: 12px;
  padding: 7px 5px;
}
.quickview_cart .add-to-cart i
{
  margin-right: 0px;
}
.product-miniature .quickview_cart #product-availability
{
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  max-height: initial;
  overflow: hidden;
}
.product-miniature .quickview_cart #product-availability
{
  font-size: 0.75rem;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.product-miniature .quickview_cart #product-availability > a
{
  display: inline-block;
}
.product-miniature .quickview_cart #product-availability .material-icons
{
  font-size: 14px;
}
body#index .product-miniature .quickview_cart #product-availability .material-icons {
  font-size: 1.5rem;
}
.product-miniature .quickview_cart #product-availability .wishlist,
.product-miniature .quickview_cart #product-availability .product-additional-info,
.product-miniature .quickview_cart .product-minimal-quantity
{
  display: none;
}

.products-selection .sort-by-row
{
  display: block;
}
.change_list_grid
{
  float: right;
  display: none;
}
.show_list, .show_grid, .show_list_other, .show_grid_other
{
    cursor: pointer;
    opacity: 1.0;
    float: left;
    padding: 8px;
    margin-left: 10px;
    width: 46px;
    height: 46px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e3e7e9;
    box-sizing: border-box;
	background-color: #fafafa;
}
.show_list:hover, .show_grid:hover, .show_list_other:hover, .show_grid_other:hover
{
    opacity:0.7;
}
.show_list.checked, .show_grid.checked, .show_list_other.checked, .show_grid_other.checked
{
    opacity: 1;
    color: #222c44;
}
.product-miniature.product_show_list,
#products .product-miniature.product_show_list,
#content-wrapper.left-column .product-miniature.product_show_list
{
    width:100%!important;
    height:269px!important;
    margin-left:0px!important;
    margin-right:0px!important;
	overflow: visible;
}
#products .product-miniature.product_show_list.accessory,
#products .product-miniature.product_show_list.related22 {
	height:298px!important;
	display: none;
}
body#product #products .product-miniature.product_show_list.accessory,
body#product #products .product-miniature.product_show_list.related {
	display: block;
}
.product-miniature.product_show_list .thumbnail-container,
#products .product-miniature.product_show_list .thumbnail-container
{
    float: left;
    width:100%!important;
    height:269px!important;
    min-height:100px!important;
	border: 1px solid #dfdfdf;
}
body#index .product-miniature.product_show_list .thumbnail-container,
body#index #products .product-miniature.product_show_list .thumbnail-container {
	border: 0;
}


#products .product-miniature.product_show_list.accessory .thumbnail-container,
#products .product-miniature.product_show_list.related22 .thumbnail-container {
	height:298px!important;
	border: 2px solid #222c44;
}
#products .product-miniature.product_show_list.related .thumbnail-container {
	border: 2px solid #e7e7e7;
}
.product-miniature.product_show_list .product-thumbnail
{
    float: left;
    width:150px!important;
    height:170px!important;
    text-align:center;
    margin: 0 0 0 15px;
}
.product-miniature.product_show_list .product-thumbnail img
{
    max-height:150px!important;
}
.product-miniature.product_show_list .highlighted-informations {
    width:100%!important;
    display: none;
}
.product-miniature.product_show_list .product-description {
    float: left;
    width:calc(100% - 167px)!important;
    padding-top: 10px;
    padding-left: 27px;
    margin: 0px;
}
.product-miniature.product_show_list .product-references b {
	font-family: 'OpenSansBold';
}
.product-miniature .product-references b.num_short,
.product-miniature .product-references b.num_medium,
.product-miniature .inforefer b.num_short,
.product-miniature .infoczas span i,
.product-miniature.product_show_list .product-shipment span span
{
  display: none!important;
}

.gdprModal footer button#accept-all-gdpr2 {
	float: right;
    margin-left: 15px;
}

@media screen and (min-width: 1271px) and (max-width: 99999px), screen and (min-width: 768px) and (max-width: 1000px), screen and (min-width: 441px) and (max-width: 650px)
{
  .product-miniature .inforefer.inforefer_long b.num_long
  {
    display: none!important;
  }
  .product-miniature .inforefer.inforefer_long b.num_short
  {
    display: block!important;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px), screen and (min-width: 441px) and (max-width: 550px)
{
  .product-miniature .inforefer.inforefer_long span.ref_long,
  .product-miniature .infomarka span
  {
    float: right;
    width:calc(100% - 50px);
    height: 1.3rem;
    line-height: 0.65rem;
    display:flex;
    align-items: center;
    justify-content:flex-end;
    word-break:break-all;
  }
  .product-miniature .infomarka span
  {
    width:calc(100% - 70px);
    word-break:break-word;
  }
  .product-miniature .inforefer b.num_long
  {
    display: none!important;
  }
  .product-miniature .inforefer b.num_short
  {
    display: block!important;
  }
  .product-miniature .infokrotn b
  {
    width: 100px;
    height: 1.3rem;
    overflow: hidden;
    text-align: left;
  }
}
.product-miniature.product_show_list .product-references .product_reference b {
  height: 2rem;
  overflow: hidden;
  float: left;
  width: 100%;
}
.product-miniature.product_show_list .product-title
{
  margin-top: 0px!important;
  text-align:left!important;
  height: 66px!important;
}
.product-miniature.product_show_list .product-title a
{
  width: 100%;
  display: inline-block;
  text-align:left!important;
  line-height: 17px!important;
}
.product-miniature.product_show_list .product-price-and-shipping
{
  float: left;
  width: 100%!important;
  height: auto!important;
  text-align:left!important;
  line-height: 1.6rem!important;
}
#products .product-miniature.product_show_list .product-price-and-shipping .product-shipment i.product-unavailable {
	display: none;
}

.product-miniature .product-price-and-shipping .discount-percentage
{
  top: -100px!important;
}
.product-miniature.product_show_list .product-price-and-shipping .discount-percentage
{
  top: -5px!important;
  left: -100px!important;
}
.product-miniature.product_show_list .product-price-and-shipping .price
{
  margin-left: 0!important;
}
.product-miniature .thumbnail-container > .product-quantities,
.product-miniature #product-availability .product-quantities
{
  float:left;
  width:100%;
  padding-left: 20px;
  background-size: contain;
}
.product-miniature .product-price-and-shipping .product-quantities,
.product-miniature.product_show_list .thumbnail-container > .product-quantities,
.product-miniature.product_show_list #product-availability .product-quantities
{
  display: none;
}
.product-miniature.product_show_list .product-price-and-shipping .product-quantities
{
  float: left;
  width: 100%;
  margin-left: 0px;
  padding-left: 25px;
  font-size: 14px;
  display: inline-block;
  line-height: 1.9rem;
  color: #252527;
}
.product-miniature.product_show_list .product-price-and-shipping .product-quantities.infostockwarn {
  height: 27px;
  line-height: 27px;
  border-bottom: 0 !important;
  width: auto;
}
.product-miniature.product_show_list .product-price-and-shipping .product-quantities2 b,
.product-miniature.product_show_list .product-references .product_reference b
{
  width:50px;
  width:100%;
  display: inline-block;
  border-bottom: 1px solid #f4f4f4;
}
.product-miniature.product_show_list .product-price-and-shipping .product-quantities2 span,
.product-miniature.product_show_list .product-references .product_reference span
{
  width:180px;
  width:100%!important;
  display: inline-block;
  border-bottom: 1px solid #f4f4f4;
}
.product-miniature .product-minimal_quantity, .product-miniature .product-shipment,
.product-miniature .product-minimal_quantity, .product-miniature .product_reference,
.product-miniature .product-minimal_quantity, .product-miniature .product_manufacturer
{
  display: none;
}
.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity
{
  float: left;
  width: 100%;
  margin-left: 0px;
  padding-left: 25px;
  font-size: 14px;
  display: inline-block;
  line-height: 33px;
}
.product-miniature.product_show_list .product-price-and-shipping .product-ean
{
  float: left;
  width: 100%;
  margin-left: 0px;
  padding-left: 25px;
  font-size: 14px;
  display: inline-block;
  line-height: 33px;
}
.product-miniature.product_show_list .product-price-and-shipping .product-shipment,
.product-miniature.product_show_list .product-price-and-shipping .product_reference,
.product-miniature.product_show_list .product-price-and-shipping .product_manufacturer
{
  float: left;
  width: 100%;
  height: 28px;
  overflow: hidden;
  margin-left: 0px;
  padding-left: 25px;
  font-size: 14px;
  display: inline-block;
  line-height: 2rem;
  color: #252527;
}
.product-miniature.product_show_list .product-price-and-shipping .product_manufacturer a {
	color: #252527;
}
.product-miniature.product_show_list .product-price-and-shipping .product-shipment span i,
.product-miniature.product_show_list .product-price-and-shipping .product_reference span i,
.product-miniature.product_show_list .product-price-and-shipping .product_manufacturer span i
{
  color: #ff9a52;
  font-size: 15px;
}
.product-miniature.product_show_list .product-price-and-shipping .product-quantities {
	height: 27px;
	line-height: 27px;
}
.product-miniature.product_show_list .product-price-and-shipping .product-shipment {
	height: 28px;
	line-height: 28px;
}
.product-miniature.product_show_list .product-price-and-shipping .product_reference {
	background: url(../img/ico/catalog-num.svg) left center no-repeat transparent;
	background-size: 17px 18px;
	height: 28px;
	line-height: 28px;
}
.product-miniature.product_show_list .product-price-and-shipping .product_manufacturer {
	background: url(../img/ico/producer.svg) left center no-repeat transparent;
	background-size: 17px 17px;
	height: 27px;
	line-height: 27px;
}
.product-miniature.product_show_list .product-price-and-shipping .product-ean {
	background: url(../img/ico/ean.svg) left center no-repeat transparent;
	background-size: 18px 16px;
	height: 27px;
	line-height: 27px;
}
.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity	 {
	background: url(../img/ico/min-count.svg) left center no-repeat transparent;
	background-size: 18px 17px;
	height: 27px;
	line-height: 27px;
}
.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity.infostockwarn {
	background: url(../img/ico/min-count.svg) 1px center no-repeat transparent;
	background-size: 18px 17px;
    background-color: #f4c82f;
    margin-left: -1px;
    height: 26px;
    line-height: 25px;
	width: auto;
	height: 27px;
	line-height: 27px;
	border-bottom: 0 !important;
}
.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity.infostockwarn span {
	padding-left: 1px;
}
.product-miniature.product_show_list .product-price-and-shipping > span
{
  display: none!important;
}
.product-miniature.product_show_list .product-info-box {
	position: absolute;
	bottom: 0;
}
.product-miniature.product_show_list .quickview_cart .product-info-box {
	display: none;
}
.product-miniature:not(.product_show_list) .product-info-box {
	/*display: none;*/
}
.product-miniature:not(.product_show_list) .product-info-box .omnibus-price {
	font-size: 13px;
    width: 62%;
    display: block;
    margin: 4px auto 0 auto;
    line-height: 16px;
}
.product-miniature.product_show_list .product-info-box .omnibus-price {
	display: none;
}
.product-miniature.product_show_list .product-info-box .accessories-sum {
	padding-left: 25px;
	background: url(../img/ico/arrow-circle-mid.png) no-repeat left center
}
.product-miniature.product_show_list.wycofany.onStock .product-info-box .accessories-sum {
	display: none;
}
.product-miniature .product-references
{
  display: none;
}
.product-miniature.product_show_list .product-references
{
  width: 100%;
  height: 40px;
  line-height: 2rem;
  float: left;
  font-size: 13px;
  overflow: hidden;
  display: inline-block;
}
.product-miniature.product_show_list .product-references
{
  width: 60%;
  height: 6rem;
  display: none;
}
.product-miniature.product_show_list .product-references .product_manufacturer
{
  float: left;
  width: 100%;
  border-bottom: 0px solid #f4f4f4;
}
.product-miniature.product_show_list .product-references .product_reference
{
  float: left;
  width: 100%;
  padding-left: 0px;
}
.product-miniature.product_show_list .product-references .product_reference span
{

}
.product-miniature.product_show_list .left-side {
	width: calc(100% - 207px);
	float: left;
}
body#product .product-miniature.product_show_list .left-side {
    width: calc(100% - 245px);
	float: left;
}
.product-miniature.product_show_list .information-bar {
	width: 100%;
    position: absolute;
    height: 29px;
    bottom: 0;
	z-index:999;
}
.product-miniature.product_show_list .top-bar {
	width: 100%;
    height: 29px;
    background-color: #ffc600;
    font-family: "OpenSans";
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #000000;
    line-height: 29px;
    margin-top: -1px;
    display: block;
}
.product-miniature.product_show_list.related .top-bar,
.product-miniature.product_show_list.accessory .top-bar {
    /*display: none;*/
	width: 100%;
    height: 29px;
    background-color: #222c44;
    color: #ffffff;
}
.product-miniature:not(.product_show_list) .top-bar {
	display: none;
}
.product-miniature.product_show_list .top-bar i.ico {
	display: inline-block;
	width: 16px;
	height: 29px;
	margin-right: 5px;
	vertical-align: -10px;
	background: url(../img/ico/arrow-circle-white.png) center center no-repeat transparent;
}
.product-miniature.product_show_list.related .top-bar i.ico {
	background: url(../img/ico/rel.png) center center no-repeat transparent;
}
.product-miniature.product_show_list:not(.accessory):not(.related) .top-bar {
	display: none;
}
.product-miniature:not(.product_show_list) .information-bar {
	display: none;
}
.product-miniature.product_show_list .information-bar .product-additional-info {
	display: none;
}
.product-miniature.product_show_list .information-bar span.pav {
	z-index: 99;
}
.product-miniature.product_show_list .information-bar #product-availability {
	display: block;
	margin: 0;
}
.product-miniature.product_show_list .information-bar span span {
	font-weight: 300;
}
.product-miniature.product_show_list .information-bar #product-availability span {
    height: 29px;
    width: 100%;
    display: block;
    position: relative;
    font-size: 13px;
    color: #252527;
    text-align: center;
}
.product-miniature.product_show_list .information-bar #product-availability span.dot {
	float: none;
    display: inline-block;
    width: 15px;
	height: 20px;
    margin-right: 15px;
    color: transparent;
}
.product-miniature.product_show_list .information-bar #product-availability span .new-line {
	display: inline;
}
.product-miniature.product_show_list .information-bar #product-availability span span.pav {
	background-color: #f4f4f4;
}
.product-miniature.product_show_list .information-bar #product-availability .material-icons {
	color: transparent;
	background: url(../img/ico/alert.svg) 0px center no-repeat transparent;
	background-size: 15px 15px;
}
.product-miniature.product_show_list .information-bar #product-availability	 .material-icons.red {
	color: transparent !important;
	background: url(../img/ico/alert-red-semibig.svg) 0px center no-repeat transparent;
	background-size: 15px 15px;
}
.product-miniature.product_show_list .information-bar #product-availability .material-icons {
	vertical-align: -11px;
    height: 30px;
}
.product-miniature.product_show_list .information-bar #product-availability .product-last-items-cont {
	display: block; /* żeby na liście produktów było widoczne */
}
.product-miniature.product_show_list.has-accessories .information-bar #product-availability .product-last-items-cont {
	display: block;
}
.product-miniature.product_show_list .information-bar #product-availability i.phone {
	padding-left: 20px;
	background: url(../img/mobile/ico/phone-small.png)  left center no-repeat transparent;
    margin-right: 5px;
}
.product-miniature.product_show_list .information-bar #product-availability i.fa-envelope {
	margin-left: 5px;
}
.product-miniature.product_show_list .information-bar #product-availability i.phone a,
.product-miniature.product_show_list .information-bar #product-availability a.e_mail
{
	font-family: 'OpenSansBold';
	font-size: 13px;
	color: #252527;
	font-style: normal;
}
.product-miniature.product_show_list .information-bar #product-availability a.e_mail:hover,
.product-miniature.product_show_list .information-bar #product-availability a.e_mail:hover span
{
    text-decoration: underline!important;
}
.zadzwon_mobile
{
    display: none !important;
}
.product-miniature.product_show_list .information-bar #product-availability span.red {
	color: #cd4e4f !important;
	width: auto;
    display: inline;
}

.product-miniature.product_show_list .quickview_cart
{
	position: relative;
    width: 207px;
    top: 0px;
    right: 0px;
    height: 100% !important;
    float: right;
    padding: 14px 14px 16px 15px;
    display: block!important;
    overflow: visible;
    border-left: 1px solid #dfdfdf;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
	z-index: 9;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .quickview_cart {
	height: 6% !important;
}
.product-miniature.product_show_list .quickview_cart.omnibus {
	z-index: 9999;
    background-color: #ffffff;
}

.product-miniature.product_show_list.accessory .quickview_cart,
.product-miniature.product_show_list.related22 .quickview_cart {
    height: calc(100% - 29px) !important;
}
.product-miniature.product_show_list .quickview_cart .question-button .btn.disabled,
.product-miniature.product_show_list .quickview_cart .add .btn.disabled {
	opacity: 1 !important;
	background-color: #d9d9d9 !important;
}
.product-miniature.product_show_list .quickview_cart.loading
{
  height: 100px;
}



#product-details .product-features ul {
	/*padding-left: 5px;
	margin-left: 10px;*/
    /*margin-bottom: 0;*/
	padding-left: 0px;
    margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 21px;
}
#product-details .product-features ul li {
	/*list-style-type: disc;*/
}
#product-details .product-features ul li::marker {
	font-size: 9px;
}
#product-details .product-description ul li::marker {
	font-size: 8px;
}

#form_wishlist
{
  padding: 20px;
  width: 900px;
  padding-top: 10px;
  padding-bottom: 0;
}
body > .fancybox-wrap #form_wishlist {
	padding-left: 34px;
	padding-right: 30px;
}
#form_wishlist .page-subheading {
	text-align: center;
}
body > .fancybox-wrap #form_wishlist .page-subheading {
    text-align: left;
    margin-top: 22px;
    text-transform: uppercase;
    font-family: OpenSansBold;
    letter-spacing: 0.3px;
    margin-bottom: 13px;
}
body > .fancybox-wrap #form_wishlist fieldset > label {
	letter-spacing: 0.4px;
	text-align: left;
}
body > .fancybox-wrap #form_wishlist .submit {
	margin-top: 30px;
	margin-bottom: 36px;
}
body > .fancybox-wrap #form_wishlist .submit .btn {
	height: 48px;
}
body > .fancybox-wrap #form_wishlist .submit .btn span {
	line-height: 48px;
}
body > .fancybox-wrap #form_wishlist .submit button.btn {
	background: url(../img/ico/ok.svg) 25px center no-repeat #222c44;
	background-size: 21px 21px;
    padding-left: 72px;
    padding-right: 30px;
}

#form_wishlist input.inputTxt {
	width: 100%;
}
body > .fancybox-wrap .form-group:nth-of-type(1) {
	margin-top: 17px;
}
body > .fancybox-wrap .form-group label {
	float: left;
	width: 180px;
    text-align: left;
	line-height: 59px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
body > .fancybox-wrap #form_wishlist input.inputTxt {
	width: calc(100% - 180px);
	height: 56px;
    border: 0;
	font-size: 15px;
    padding-left: 15px;
}


.wishlist_count
{
  width: auto;
  min-width: 20px;
  right: -10px;
}
.wishlist_popup_form
{
  float: left;
  width: 960px;
  width: 800px;
  padding: 10px 10px;
  margin-bottom: 0px;
}
.wishlist_popup_form > *
{
  float: left;
  width: 100%;
}
.wishlist_popup_form .text a
{
  text-decoration: underline;
}
#wishlist_select_popup
{
  float: left;
  height: 33px;
  min-width: 200px;
  margin-right: 20px;
}
#wishlist_popup_form {
	padding: 5px 20px;
}
#wishlist_popup_form .wishlist select,
#wishlist_popup_form .wishlist input {
	font-size: 14px;
}
#wishlist_popup_form .wishlist a,
#wishlist_popup_form .wishlist button {
	font-size: 12px;
}
#wishlist_popup_form .manage {
	margin-right: 0px;
}
#wishlist_popup_form .delete {
  float: left;
	margin-left: 5px;
	margin-right: 15px;
}
#wishlist_popup_form #wishlist_select_popup {
	margin-right: 0px;
}
#wishlist_popup_form #new_cart,
.wishlist_popup_form #new_cart {
	width: 162px;
	margin-right: 10px;
	border: 1px solid #c5c5c5;
    border-radius: 3px;
	padding-left: 10px;
}
#wishlist_popup_form form select[name=wishlist_select_popup] ~ .arrow-select {
	width: 29px;
    height: 29px;
    opacity: 1;
    right: 3px;
    top: 1px;
    position: absolute;
    background: url(../img/selectd.png) 0px 2px no-repeat #f0f0f0;
}
#wishlist_popup_form .cselect {
	float: left;
	min-width: 200px;
    overflow-x: hidden;
	position: relative;
	margin-right: 10px;
}
.wishlist_popup_form button
{
  float: left;
  height: 35px;
  line-height: 35px;
  font-weight: 400;
}
.wishlist_popup_form a {
	padding-top: 10px;
    padding-bottom: 10px;
}
.wishlist_popup_form .wishlist a.fr
{
  margin-left: 10px;
}
.wishlist_popup_form h2 {
	text-align: center;
}
.new_cart
{
    float: left;
    width:100%;
    margin-top: 0px;
    padding: 0 25px;
}
#new_cart
{
  float: left;
  height: 35px;
  line-height: 35px;
  width: 200px;
  margin-right: 20px;
}
#new_cart.red::placeholder {
	color:red;
}
#koszyki_warianty_all #new_cart
{
    width:100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #999999;
    border: 1px solid #cccccc;
    background: #f6f6f6;
}
.new_cart button
{
    position: absolute;
    right: 25px;
    height: 45px;
    line-height: 45px;
}
.old_cart
{
    float: left;
    width:100%;
}
#wishlist_select_popup-menu li:first-child
{
    display: none!important;
}

.wishlist-product-actions .btn-primary
{
  margin-bottom: 10px;
}

#product-modal22
{
  z-index: 1050;
}

.fr {
	float: right !important;
}
.ico-ask-offer, .ico-many-cart {
    display: block;
    height: 30px;
    margin-top: 12%;
    margin-top: 9px;
    position: relative;
}
.ico-ask-offer a:not([data-depth="0"]), .ico-many-cart a:not([data-depth="0"]) {
	padding: 0;
	margin: 0;
	height: 100%;
}
.ico-ask-offer > a {
	background: url(../img/mobile/ico/cart-mobile-askv2.png) center 0px no-repeat transparent;
    width: 62px;
    height: 42px;
	display: inline-block;
}
.extraCartsZapytanie:hover .ico-ask-offer > a {
	background: url(../img/mobile/ico/cart-mobile-askv2-hover.png) center 0px no-repeat transparent;
}
.extraCartsZapytanie:hover .ico-ask-offer ~ span > a {
	color: #164a98 !important;
}
.extraCartsZapytanie.extra-margin-right {
	margin-right: 121px !important;
}
.ico-ask-offer:hover > a {
	background: url(../img/mobile/ico/cart-mobile-askv2.png) center 85% no-repeat transparent;
}
.ico-ask-offer > a:hover {
	background-color: transparent;
}
.ico-ask-offer .active > a:hover {
	color: #ffffff;
}
.ico-many-cart:hover {

}
.ico-many-cart > a {
	background: url(../img/mobile/ico/many-cartsv2.png) center 0px no-repeat transparent;
    width: 90px;
    height: 42px;
    display: inline-block;
}
.expand-more .ico-many-cart > a {
	background: url(../img/mobile/ico/many-cartsv2.png) 4px 0px no-repeat transparent;
}
.extraCartsTopMenu:hover .ico-many-cart > a {
	background: url(../img/mobile/ico/many-cartsv2-hover.png) center 0px no-repeat transparent;
}
.extraCartsTopMenu.expand-more:hover .ico-many-cart > a {
	background: url(../img/mobile/ico/many-cartsv2-hover.png) 4px 0px no-repeat transparent;
}
.extraCartsTopMenu:hover .ico-many-cart ~ span > a {
	color: #164a98 !important;
}
#top-menu .extraCartsTopMenu li.active:hover > a, #top-menu .extraCartsTopMenu li.active a:hover {
	color: #ffffff !important;
}
#top-menu .extraCartsTopMenu li:hover > a, #top-menu .extraCartsTopMenu li a:hover {
	color: #164d9d !important;
}

.ico-many-cart > a:hover {
	background-color: transparent;
}
@keyframes animateinvert {
	0% {
		filter: invert(0%);
	}
	100% {
		filter: invert(100%);
	}
}
.ico-ask-offer img, .ico-many-cart img {
	height: 100%;
    width: auto;
    max-height: 100%;

}
.ico-ask-offer .counter,
#inquiries .counter {
	display: block;
    position: absolute;
    background-color: #ffc600;
    width: 28px;
    height: 28px;
    min-width: 28px;
    top: -3px;
    right: 8px;
    border-radius: 1rem;
    font-size: 14px;
    color: #000000;
    z-index: 99;
    padding: 0;
    margin: 0;
    line-height: 28px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}
#inquiries .counter {
	right: -34px;
	width: 26px;
    height: 26px;
    min-width: 26px;
    top: -4px;
}
.extraCartsTopMenu {
	position: relative;
	margin-left: 1.3rem!important;
	padding-bottom: 4px;
}
.extraCartsTopMenu ul {
	display: none;
	position: absolute;
	right: 0;
	top: 4rem;
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	height: auto;
	line-height: 1rem;
	z-index: 999999;
	width: 12.15rem;
	-webkit-box-shadow: 0 0 7px rgba(22, 74, 152, 0.2);
	-moz-box-shadow: 0 0 7px rgba(22, 74, 152, 0.2);
	box-shadow: 0 0 7px rgba(22, 74, 152, 0.2);
}
.extraCartsTopMenu a.btn, .extraCartsTopMenu li.empty
{
  display: none;
}
.extraCartsTopMenu a.btn
{
  line-height: 35px;
}
.fancybox-wielokosz.extraCartsTopMenu
{
  width:220px!important;
}
.fancybox-wielokosz.extraCartsTopMenu ul
{
  display: block;
  position: relative;
  margin: 0;
  top:0;
}
.fancybox-wielokosz .extraCartsTopMenu22 ul
{
  position: fixed;
}
.fancybox-wielokosz .extraCartsList a.btn, .fancybox-wielokosz .extraCartsList li.empty
{
  display: block;
  margin-top: 0px;
  padding: 0;
}
.extraCartsTopMenu:hover ul {
	display: block;
}
.extraCartsTopMenu ul li
{
  width: 100%!important;
  line-height: 0.4rem;
  font-family: 'OpenSans' !important;
}
.extraCartsTopMenu ul li:hover a,
.extraCartsTopMenu ul li a:hover
{
  text-decoration: none;
}
.extraCartsTopMenu ul li.active
{
  background: url(../img/fajka.png) 95% center no-repeat #164d9d
}
.extraCartsTopMenu ul li a {
	font-size: 0.8rem;
    line-height: 0.8rem;
	padding: .725rem;
	width: 100%;
	display: inline-block;
	font-family: 'OpenSans';
}
.extraCartsTopMenu ul li:not(.active) a:hover {
	background-color: #164d9d;

}
.extraCartsTopMenu ul li:not(.active) a:hover > span {
	color: #ffffff !important;
}
.extraCartsTopMenu ul li.active a
{
  color:#ffffff!important;
}
.extraCartsTopMenu ul li.active:hover a span,
.extraCartsTopMenu ul li.active a:hover span
{
  color:white!important;
  text-decoration: none;
  font-family: 'OpenSans';
}
.ico-many-cart {
	margin-left: 3.7rem;
  margin-left: 4.4rem;
  margin-left: 2.4rem;
  margin-left: 0.0rem;
}
.fancybox-overlay {
	z-index: 9999999;
}
.fancybox-lock .fancybox-overlay {
	z-index: 9999999;
}
.fancybox-wrap {
	top: 33% !important;
	bottom: initial !important;
}
.fancybox-skin {
	background-color: #ffffff;
}
.fancybox-wrap.fancybox-address
{
  top:50px!important;
  width: 960px!important;
}
.fancybox-wrap.fancybox-address .form-fields {
	padding-top: 21px;
    clear: both;
	max-height: 70vh;
    overflow-y: auto;
}
.fancybox-wrap.fancybox-address .form-fields.cscroll {
	padding-right: 15px;
	margin-bottom: 15px;
}
.fancybox-wrap.fancybox-address .fancybox-skin {
	padding: 39px 48px !important;
	border-radius: 0;
}
.fancybox-wrap.fancybox-adresy .fancybox-skin {
	padding: 37px 40px !important;
	border-radius: 0;
}
.fancybox-wrap.fancybox-address .field_div {
	width: 100%;
	margin-bottom: 8px;
}
.fancybox-wrap.fancybox-address .title,
.fancybox-wrap.fancybox-adresy .title {
	font-family: 'OpenSansBold';
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    clear: both;
    width: 100%;
    float: left;
	line-height: 33px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.fancybox-wrap.fancybox-adresy .title {
	margin-top: -9px;
	margin-bottom: 36px;
	font-family: 'OpenSansBold';
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: #252525;
	text-transform: initial;
}
.fancybox-wrap.fancybox-address .subtitle {
	font-family: 'OpenSans';
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    clear: both;
    width: 100%;
    float: left;
	line-height: 33px;
	letter-spacing: 0.4px;
}
.fancybox-wrap.fancybox-adresy .subtitle {
	font-family: 'OpenSans';
    font-size: 18px;
    color: #252525;
    text-transform: initial;
    line-height: 25px;
    text-align: center;
    width: 100%;
    display: block;
	margin-bottom: 10px;
	letter-spacing: 0.8px;
}
.fancybox-wrap.fancybox-adresy .subtitle a {
	text-decoration: underline;
}
.fancybox-wrap.fancybox-address .field_div .phup-cont {
	float: right;
    width: 59.8%;
    position: initial;
	padding-right: 0;
    padding-left: 0;
}
.fancybox-wrap.fancybox-address .field_div .phup-cont input {
	padding-left: 20px;
}
.fancybox-wrap.fancybox-address .field_div .phup-cont .phup-label {
	font-family: OpenSans;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 300;
	left: 0;
}
div.fancybox-wrap.fancybox-address .phup-cont input:focus ~ span.phup-label,
div.fancybox-wrap.fancybox-address .phup-cont input.filled ~ span.phup-label,
div.fancybox-wrap.fancybox-address .phup-cont textarea:focus ~ span.phup-label,
div.fancybox-wrap.fancybox-address .phup-cont textarea.filled ~ span.phup-label,
div.fancybox-wrap.fancybox-address .phup-cont select:focus ~ span.phup-label,
div.fancybox-wrap.fancybox-address .phup-cont select.filled ~ span.phup-label,
div.fancybox-wrap.fancybox-address .phup-cont select ~ .ui-selectmenu-button-open ~ span.phup-label {
	font-size: 14px;
	background-color: initial;
	height: 100%;
	left: 0px;
    line-height: 56px !important;
    padding: 0px 0px 0px 0px !important;
	-webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
	-webkit-transition: initial;
    transition: initial;
	text-transform: uppercase;
}
.fancybox-wrap.fancybox-address .form-footer .btn-primary[type=submit] {
	background: url(../img/ico/ok.svg) 25px center no-repeat #222c44;
	background-size: 21px 21px;
    padding-left: 72px;
    padding-right: 25px;
    height: 48px;
    line-height: 48px;
    letter-spacing: 1.2px;
}

.fancybox-wrap.fancybox-adresy
{
  top:6%!important;
  width: 1238px!important;
}
.fancybox-address .fancybox-inner,
.fancybox-adresy .fancybox-inner
{
  width:100%!important;
  overflow-x: hidden!important;
}
.fancybox-adresy .delivery-vs-invoice .select > label
{
  width:100%;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.fancybox-adresy .delivery-vs-invoice .adresy-dodatkowe {
  margin: 0px auto;
  max-height: 560px;
  overflow-y: auto;
  float: right;
  width: calc(100% - 403px);
  clear: none;
}
.fancybox-adresy .delivery-vs-invoice .adresy-dodatkowe .flex-cont.one {
	justify-content: center;
}
.fancybox-adresy .delivery-vs-invoice .select > .selector.cscroll {
	padding-right: 15px;
}
.fancybox-adresy .adres-glowny {
	width: 383px;
    float: left;
	border-right: 1px solid #eaeaea;
	padding-right: 20px;
}
.fancybox-adresy .adres-glowny .title2row {
	font-family: 'OpenSansBold';
    font-size: 15px;
    color: #252525;
    text-transform: uppercase;
	height: 142px;
    text-align: center;
	background: url(../img/ico/address-default.png) no-repeat center bottom transparent;
	padding-top: 17px;
	letter-spacing: 4.2px;
}
.fancybox-adresy .adresy-dodatkowe .title2row {
	font-family: 'OpenSansBold';
    font-size: 15px;
    color: #252525;
    text-transform: uppercase;
	height: 142px;
    text-align: center;
	background: url(../img/ico/addresses-other.png) no-repeat center bottom transparent;
	padding-top: 22px;
	letter-spacing: 4.2px;
}
.fancybox-adresy .adres-glowny .subtitle2row {
	font-family: 'OpenSansBold';
    font-size: 16px;
    color: #252525;
	padding-top: 25px;
    width: 100%;
    text-align: center;
	margin-bottom: 35px;
}
.fancybox-adresy .adresy-dodatkowe .flex-cont {

}
.fancybox-adresy .adresy-dodatkowe .subtitle2row {
	font-family: 'OpenSansBold';
    font-size: 16px;
    color: #252525;
	padding-top: 25px;
    width: 100%;
    text-align: center;
	margin-bottom: 35px;
}
.fancybox-adresy .page-addresses .address .address-body h4 {
	background-color: #164a98;
	font-family: 'OpenSansBold';
    text-align: center;
	margin-bottom: 5px;
}
.fancybox-adresy .page-addresses .adresy-dodatkowe .address .address-body h4 {
	background-color: #ffc600;
	color: #171717;
}
.fancybox-adresy .page-addresses .address
{
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0 0 19px 0 !important;
  border: 0 !important;
}
.fancybox-adresy .page-addresses .flex-cont.one .address {
	float: none;
	margin: 0 auto !important;
}
.fancybox-adresy .page-addresses .adresy-dodatkowe .address {
	width: calc(50% - 11px);
    max-width: calc(50% - 11px);
}
.fancybox-adresy .page-addresses .adresy-dodatkowe .address:nth-of-type(2) {
	margin-left: 22px !important;
}
.fancybox-adresy .page-addresses .adresy-dodatkowe .address:nth-of-type(3n) {
	clear: left;
	float: right;
}
.fancybox-adresy .page-addresses .address:hover
{
  background: #edebec!important;
}
.fancybox-adresy .page-addresses .address h4
{
	width: 100%;
    height: 52px;
    background-color: #000000;
    color: #ffffff;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    padding: 0 21px;
    line-height: 52px;
}
.fancybox-adresy .page-addresses .address h4 a.small-on-off {
	float: right;
	margin-top: 17px;
}
.fancybox-adresy .page-addresses .address .address-body
{
  width:100%;
  padding: 0;
}
.fancybox-adresy .page-addresses .address address
{
	min-height: 235px;
	padding: 9px 21px 20px 21px;
}
.fancybox-adresy .page-addresses .address .kol {
	float: left;
    height: 100%;
    width: 100%;
    text-align: center;
}
.fancybox-adresy .page-addresses .address .kol:nth-of-type(1),
.fancybox-adresy .page-addresses .address .kol:nth-of-type(2) {
	margin-bottom: 6px;
}
.fancybox-adresy .page-addresses .address .kol:nth-of-type(3) {
	margin-bottom: 14px;
}
.fancybox-adresy .page-addresses .address address .company12 {
	font-family: 'OpenSansBold';
    font-size: 13px;
    font-weight: normal;
    color: #333333 !important;
    line-height: 25px;
    overflow: hidden;
}
.fancybox-adresy .page-addresses .address .address_default {
	background-color: #ffc600 !important;
	padding-top: 7px !important;
    padding-bottom: 7px !important;
	color: #333333 !important;
	text-transform: initial !important;
	letter-spacing: 0.4px;
}
.fancybox-adresy .page-addresses .address .address_default .small-pin {
	display: inline;
    width: 20px;
    height: 12px;
    padding-left: 20px;
    background: url(../img/ico/small-pin.png) no-repeat left center transparent;
}

.fancybox-addtocart h2,.fancybox-addtocart div.text,
.fancybox-checkCartWarning h2,.fancybox-checkCartWarning div.text
{
  margin: 0;
  padding: 10px;
  background-color: transparent; /*#d8d6d6;*/
}
.fancybox-addtocart .wishlist_popup_form .wishlist a.fr,
.fancybox-checkCartWarning .wishlist_popup_form .wishlist a.fr
{
  margin-right: 0;
}
.fancybox-loader .fancybox-skin
{
  background: url(../img/ico/loading_white.gif) no-repeat center #f9f9f9;
}
.fancybox-loader .fancybox-skin .fancybox-outer
{
  opacity: 0.5;
}
.fancybox-loader .fancybox-skin input,
.fancybox-loader .fancybox-skin select,
.fancybox-loader .fancybox-skin button,
.fancybox-loader .fancybox-skin a
{
  cursor: not-allowed;
  pointer-events: none;
}
.fancybox-opened {
  position: fixed!important;
  top: 33% !important;
  bottom: initial !important;
}
.fancybox-opened.fancybox-type-image
{
  top: 10% !important;
  left:0!important;
  width:100%!important;
  text-align:center;
}
.fancybox-opened.fancybox-type-image .fancybox-skin
{
  display: inline-block;
}
.fancybox-opened.fancybox-type-image .fancybox-inner
{
  width:auto !important;
}
.fancybox-opened.fancybox-type-image img
{
  max-width:calc(100% - 50px);
}
#module-xycsvcart-default .fancybox-opened23 {
	width: 584px !important;
}
.fancybox-error {
	font-size: 1.5rem;
	padding: 2rem 1rem;
}
.fancybox-overlay {
	top: initial !important;
    left: initial !important;
    right: 0rem !important;
    bottom: 0rem !important;
	background: url(../img/tlo-popup.png);
	width: 100% !important;
    height: 100% !important;
	min-height: 20%;
    display: block !important;
	overflow: hidden !important;
    overflow-y: hidden !important;
}
.fancybox-lock body {
	overflow: auto !important;
}
.fancybox-margin {
	margin-right: 0 !important;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
    border:none;
}

#mywishlist th
{
  height: 60px;
  box-sizing: border-box;
}
#mywishlist td.wishlist_default
{
  text-align: center;
}
#mywishlist td.wishlist_delete
{
  text-align: left;
}
.fancybox-opened {
    z-index: 99999999;

}
.fancybox-inner {
	height: auto !important;
}
#module-xycsvcart-default .fancybox-inner22 {
	width: 584px !important;
}
.fancybox-overlay {
    overflow: visible !important;
    overflow-y: visible !important;
}
html.fancybox-lock {
	overflow: hidden !important;
}

.wl_product_qty
{
  width:90px!important;
  text-align: center;
}
.wishlist_zapyt .allert_note {
    border-radius: 5px;
	margin-left: 100px;
}
a.btn.add-to-cart.disabled
{
  pointer-events: auto!important;
}
.ismobile0 .btn.add-to-cart.disabled:hover + .allert_note.add2cart
{
  display: block!important;
}
.allert_note.add2cart
{
  top:0px;
  left:0px;
  width:140px;
}
#product .allert_note.add2cart
{
  left:-190px;
  width:155px;
}
.product-miniature .allert_note.add2cart
{
	left: 0;
	top: 65px;
}
.product_show_list .allert_note.add2cart {
	top: 44px;
    left: 5px;
}
.allert_note.add2cart .allert_note_container
{
  top:0px;
  left: 0px;
  width:100%;
  padding: 0.5rem;
  line-height: 1.15;
}
.product-miniature .allert_note.add2cart .allert_note_container
{
  top:0px;
  left: 0px;
  width: 102%;
  padding: 0.6rem;
  line-height: 1.15;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#product .allert_note.add2cart .allert_note_container
{
  line-height: 1.4;
  border:2px solid rgba(0,0,0,.25);
  border-left: 0px;
  box-sizing: content-box;
  text-align: center;
}

.allert_note.add2cart .allert_note_wskaznik
{
  top:10px;
  left: auto;
  right: -14px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
#product .allert_note.add2cart .allert_note_wskaznik
{
  top:15px;
}

.product-miniature .allert_note.add2cart .allert_note_wskaznik {
    top: -15px;
    left: auto;
    right: 50px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 14px;
    width: 28px;
    background-color: #f2f2f2;
}
.allert_note {
	border-radius: 25px !important;
	top: 1px;
	margin-left: 12px;
	width: auto;
    border: 0;
    box-shadow: initial;
	background-color: transparent;
	padding: 0;
    margin-top: 0px;
	z-index: 99999;
	opacity: 0;
	display: none !important;
}
.checkbox_descicon_new .allert_note {
	top: -54px;
}
#allert_note_kosz_b2b
{
  display: none;
}
#allert_note_kosz_b2b .allert_note_container
{
  top:10px;
  left:50px;
  width:140px;
}
#allert_note_kosz_b2b .allert_note_wskaznik
{
  top:15px;
}
.ismobile1 .allert_note
{
  display: none!important;
}
.allert_note.do_zapytania .allert_note_container {
	top: 10px;
    left: 49px;
	text-align: center;
    width: 190px;
}
.allert_note_container {
	position: absolute;
    width: 171px;
    padding-left: 0;
    min-height: 2px;
    top: -70px;
    left: 40px;
    padding-bottom: 10px;
    border-radius: 0px !important;
    border: 1px solid #000000;
    box-shadow: 1px 1px 3px #f5f5f5;
    background: #000000;
    padding: 10px;
    font-size: 13px;
    text-align: left;
	color: #ffffff;
}
.extraCartsTopMenu .allert_note_container
{
  top:-65px;
  width:110px;
  padding: 0.2rem;
  text-align: center;
}
.allert_note.real_calosc .allert_note_container {
	top: 0px;
    left: 207px;
	min-width: 50px;
}
.checkbox_descicon_new .allert_note.real_calosc .allert_note_container {
	left: 14px;
    top: 40px;
}
.allert_note.min_ilosc_sprzed {
	left: 0;
}
.allert_note.min_ilosc_sprzed .allert_note_container {
	top: initial;
    bottom: initial;
    left: 73px;
    min-width: 205px;
    right: initial;
}
.checkbox_descicon_new .allert_note.min_ilosc_sprzed .allert_note_container {
	top: initial;
    bottom: -43px;
    left: -47px;
	padding: 9px;
    min-width: 179px;
}
.product-minimal_quantity .allert_note.min_ilosc_sprzed .allert_note_container
{
  left: auto;
  right: 0px;
}
.product-minimal_quantity .allert_note.min_ilosc_sprzed .allert_note_container .allert_note_wskaznik
{
  left: auto;
  right: -14px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.allert_note.main-menu {
	top: 93px;
    left: 24px;
}
.allert_note.left.main-menu {
    top: 93px;
    left: auto;
    right: 296px;
}
.allert_note.main-menu .allert_note_container {
	top: -70px;
    left: 40px;
	text-align: center;
	width: 190px;
}
.allert_note_container.do_zapytania {
	top: -99px;
    left: -17px;
	padding-bottom: 10px;
}
.allert_note_container.do_zapytania .allert_note_container {
	text-align: center;
    width: 200px;
}
.allert_note.left.do_zapytania .allert_note_container{
	left: auto;
    right: 99px;
}

.custom-checkbox-label {
	position: relative;
	height: 17px;
}
.custom-checkbox-label label {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0px;
	box-sizing: border-box;
    margin: 0;
	color: transparent;
	background: url(../img/ico/unchecked-button.png) 0 0 no-repeat transparent;
	cursor: pointer;
}
.custom-checkbox-label input[type=checkbox] {
	opacity: 0;
}

.custom-checkbox-label input[type=checkbox]:checked + label {
	background: url(../img/ico/checked-button.png) 0 0 no-repeat transparent !important;
}
.zaznHurt .custom-checkbox-label label {
	background: url(../img/ico/unchecked-button-white.png) 0 0 no-repeat transparent;
}
.zaznHurt .custom-checkbox-label {
	margin-top: 2px;
}

.checkbox_descicon .allert_note_container {
	min-width: 315px;
}
.checkbox_descicon {
	cursor: pointer;
  background: #dedbdb;
	border: 0 !important;
  border-radius: 50% !important;
	padding: 1px 10px !important;
	width: 1px;
	height: 1px;
	background-repeat: no-repeat;
}
.product_show_list .checkbox_descicon {
	padding: 2px 7px !important;
	margin: 0 5px 0 2px;
}
.checkbox_descicon:after
{
  content: "i";
  color:#164a98;
  font-size: 16px;
  vertical-align: -0px;
}
.checkbox_descicon_new {
	/*vertical-align: -2px;*/
    background-image: url(../img/ico/alert-blue.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 0px;
    position: relative;
    background-size: 16px 16px;
}
.cart-overview .checkbox_descicon_new {
	vertical-align: -2px;
}
.checkbox_descicon_new:hover .allert_note {
	display: block !important;
	cursor: pointer;
}
.checkbox_descicon_new .allert_note_container {
	left: -70px;
    top: initial;
    bottom: 15px;
    z-index: 9999999999;
	border: 1px solid #000000;
    box-shadow: 1px 1px 3px #f5f5f5;
    background: #000000;
    color: #ffffff;
    line-height: 19px;
}
.checkbox_descicon_new.left .allert_note_container {
	max-height: initial;
    float: left;
    clear: both;
    min-height: 165px;
}
.minCountSale .checkbox_descicon {
	vertical-align: -1px;
}

.allert_note_wskaznik {
    position: absolute;
    bottom: auto;
    top: -1px;
    left: -14px;
    float: left;
    clip-path: polygon(0 48%, 100% 100%, 100% 0);
    height: 26px;
    width: 14px;
    background-color: #000000;
}

.checkbox_descicon_new .allert_note_wskaznik {
	background-color: #000000;
}
.checkbox_descicon_new .allert_note_wskaznik {
	position: absolute;
    top: initial;
    left: 29px;
    float: left;
    height: 11px;
    width: 24px;
    background-color: #000000;
    bottom: -11px;
	-webkit-clip-path: polygon(49% 97%, 1% 0, 100% 0);
	clip-path: polygon(49% 97%, 1% 0, 100% 0);
}
.checkbox_descicon_new.left .allert_note_wskaznik {
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	width: 10px;
    height: 20px;
    left: -10px;
	top: 10px;
    bottom: initial;
}

.allert_note_wskaznik_tlo {
    display: none;
}
.allert_note a
{
  margin: 0px!important;
  padding: 0px!important;
  display: inline-block!important;
}

.allert_note.cart-to-offer {
	top: 65px;
    right: -5px;
    width: 90px;
}
.allert_note.cart-to-offer-replace {
	top: 102px;
    right: -5px;
    width: 90px;
}
#question_answer-link .allert_note {
	bottom: 92px;
    right: 50px;
    position: absolute;
    top: initial;
}
#question_answer-link .allert_note_container {
	top: initial;
	font-weight: normal;
}
#my-account .material-icons:hover ~ .allert_note {
	display: block;
}
/* checkbox_descicon v2 */
.checkbox_descicon .info-desc {
	display: none;
	position: absolute;
	right: calc(100% + 8px);
	bottom: -20px;
	padding: 7px 12px 7px 12px;
	background-color: #c5c5c5;
	width: 136px;
	text-align: center;
	z-index: 999999;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}
.checkbox_descicon:hover .info-desc {
	display: block;
}
.checkbox_descicon .info-desc:after {
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #c5c5c5;
    top: 15px;
    right: -15px;
}

.fancybox-close23 {
    display: none !important;
}
.fancybox-close
{
    top: -10px;
    right: -12px;
    width: 23px;
    height: 23px;
    background-image: url(../img/ico/close-popup.svg);
	background-color: #363636;
	border-radius: 50%;
	background-size: 15px 15px !important;
    background-repeat: no-repeat;
    background-position: 4px;
}
.popupAlert .fancybox-close
{
    display: block !important;
}
.consent-lack .fancybox-close
{
    display: none !important;
}
.fancybox-confirm
{
  margin: 0px;
  padding: 1.5rem 2rem;
  text-align: center;
  width: 806px;
}
.popupAlert .fancybox-confirm {
	width: 450px;
	padding: 15px;
}
.fancybox-confirm .fr2, .btn.fancybox-anuluj
{
	background: url(../img/ico/cancel.svg) 25px center no-repeat #ffc600 !important;
	background-size: 21px 21px !important;
	color:black!important;
	padding-left: 75px;
    padding-right: 23px;
    height: 48px;
    line-height: 48px;
}
.fancybox-confirm .fr2:hover, .btn.fancybox-anuluj:hover {
	background-color: #ffd133 !important;
}
.fancybox-confirm b
{
  float: left;
  width: 100%;
  text-align: center;
  color:#252527;
  font-size: 1.2rem;
  line-height: 30px;
  margin-bottom: 40px;
  font-family: 'OpenSansBold';
  font-weight: normal;
}
.popupAlert .fancybox-confirm b {
	margin-bottom: 15px;
}
.fancybox-confirm a
{
  margin: 0 0.8rem;
  color:#fff!important;
  padding: 0px 40px;
}
.fancybox-confirm .fl2
{
    height: 48px;
    line-height: 48px;
}
.custom-field-range-label
{
  margin-left: 5px;
  line-height: 2.5rem;
  font-size: 12px;
}
.bootstrap-touchspin-postfix
{
  float: left;
  width: auto;
  height: 2.5rem;
}


/* lista rozwijana - początek */
.ui-selectmenu-menu.ui-selectmenu-open {
	/*z-index: 999999999 !important;*/
	z-index: 99999999999 !important;
    display: block;
}
.ui-selectmenu-button.ui-button {
    float: left;
    margin-right: 2rem;
	height: 2.2rem;
	background-color: #ffffff;
	line-height: 1.5rem;
    padding-right: 0.2rem;
    padding-left: 0.5rem;
    padding-top: 0;
}

#wholesaleJobSelect-button {
	background-color: #fafafa;
	width: 462px;
}
#wholesaleJobSelect-menu .ui-menu-item:nth-of-type(1) {
	display: none;
}
#wishlist_select_popup-button {
	width: 13.8rem;
    border-radius: 3px;
    line-height: 2.2rem;
	margin-right: 10px;
}
.wishlist #wishlist_select_popup-button {
	border: 1px solid #c5c5c5;
}
#wholesaleJobSelect-button:active {
	color: #2b2b2b;
}
#wholesaleJobSelect-button .ui-selectmenu-button.ui-button {


}
.ui-selectmenu-text {
    font-size: 1rem;
	float: left;
}
#wholesaleJobSelect-button .ui-selectmenu-text,
#wishlist_select_popup-button .ui-selectmenu-text {
	font-size: 0.9rem;
	line-height: 2.15rem;
}
#koszyki_warianty_all #wishlist_select_popup-button .ui-selectmenu-icon
{
    margin: 0;
    width: 25px !important;
	height: 45px !important;
    background: url(../img/arr_down.png) center no-repeat transparent !important;
}
#koszyki_warianty_all #wishlist_select_popup-button.ui-selectmenu-button-open
{
    background: #252525;
}
#koszyki_warianty_all #wishlist_select_popup-button.ui-selectmenu-button-open .ui-selectmenu-icon
{
    background: url(../img/arr_up.png) center no-repeat transparent !important;
}
#koszyki_warianty_all #wishlist_select_popup-button.ui-selectmenu-button-open .ui-selectmenu-text
{
    color: white;
}
#koszyki_warianty_all #wishlist_select_popup-button .ui-selectmenu-text
{
    font-size:13px;
    line-height: 45px;
}
#wlform #koszyki_warianty_all #wishlist_select_popup-button .ui-selectmenu-text {
	margin-right: 0;
}
body#module-bestkit_opc-checkout #wholesaleJobSelect-button .ui-selectmenu-text {
	line-height: 43px;
	letter-spacing: -0.5px;
}
.ui-selectmenu-menu {
    position: absolute;
    display: none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-tl {
    border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-tl {
    border-bottom-right-radius: 0;
}
.ui-button .ui-icon {
    background: url(../img/selectd.png) 0 0 no-repeat transparent !important;
	margin-top: 2px;
	margin-right: -1px;
	float: right;
}
#wholesaleJobSelect-button .ui-button .ui-icon {

}
.ui-icon {
	width: 29px !important;
	height: 29px !important;
}
body#module-bestkit_opc-checkout .ui-icon {
    width: 38px !important;
    height: 38px !important;
	background: url(../img/selected-big.png) 0 0 no-repeat transparent !important;
	margin-top: 3px;
    margin-right: 0px;
}
.ui-selectmenu-menu li {
	font-size: 0.9rem;
}
.ui-selectmenu-menu .active div {
	background: url(../img/fajka.png) 95% center no-repeat #164d9d;
	color: #ffffff;
}
/* lista rozwijana - koniec */

.facet_input_range
{
  text-align: center;
  width:4rem!important;
}
#js-active-search-filters.active_filters
{
  display: none;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	  width: 16px !important;
    height: 16px !important;
}
.checkbox_descicon {
	position: relative;
}

#addresses2 #content2 > div.col-lg-4.col-md-6.col-sm-6
{
  min-height: 330px;
}

.fancybox-wrap.fancybox-adresy .page-addresses .address .address-body address p {
	border-bottom: 0;
	line-height: 22px;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.fancybox-wrap.fancybox-adresy .page-addresses .address .kol p {
	width: 100%;
    text-align: center;
}

.address.item.box
{
  position: relative;
  padding-bottom: 30px!important;
}
#opc_wrapper .address_update
{
  position: relative;
	margin: 0 0 0 0 !important;
  float: left;
}
#opc_wrapper .address_update > a > span
{
  display: none;
}

li.extraCarts
{
  border:0px!important;
}
li.extraCarts span a
{
  color: #232323!important;
}
li.extraCartsZapytanie span a {
	letter-spacing: 0.5px;
}
li.extraCarts.extraCartsTopMenu span a {
	float: right;
	letter-spacing: 0.4px;
}


/* Mega menu */
.ets_mm_megamenu {
	z-index: 2222;
}
.layout_layout1 .ets_mm_megamenu_content {
	background: none;
}
.ets_mm_megamenu .mm_menus_li:last-child span,
#mobile_top_menu_wrapper .mm_menus_li:last-child span {
	text-transform: initial;
}
.ets_mm_megamenu.fixed-menu {
    position: fixed;
    z-index: 999;
    top: 77px;
    background-color: #fff;
	border-top: 20px solid #ffffff;
    padding: 0px !important;
    width: 100%;
}
@media (min-width: 768px) {
	.ets_mm_megamenu.sticky_enabled.scroll_heading {
		border-top: 21px solid #ffffff !important;
    border-top: 0px solid #ffffff !important;
		top: 76px !important;
    top: 0px !important;
    position: relative!important;
	}
}
@media (max-width: 767px) {
	.ets_mm_megamenu.sticky_enabled.scroll_heading {
		top: 68px !important;
	}
}
#header
{
  margin-bottom: 0!important;
}
#header-extender {
	width: 100%;
	height: 0;
}
#header-extender.active {
	height: 160px;
	height: 67px;
}
.ets_mm_megamenu.layout_layout1:not(.ybc_vertical_menu) .mm_menus_ul {
	height: 31px;
}
.mm_menu_content_title {
	width: 100%;
    font-weight: normal;
    font-family: 'OpenSansBold' !important;
    text-transform: uppercase;
    line-height: 1.30em;
    font-weight: normal !important;
}
.menu-prods .mm_menu_content_title {
	border-right: 0;
}
.mm_menus_li.menu-prods .mm_columns_ul,
.mm_menus_li.menu-brands .mm_columns_ul {
	opacity: 0;
	display: none;
}
.mm_menus_li.menu-prods #tab-window {
	display: none;
}
.mm_menus_li.menu-prods.animate #tab-window {
	display: block;
}
.mm_menus_li.menu-prods.animate a:hover ~ .mm_columns_ul,
.mm_menus_li.menu-brands.animate a:hover ~ .mm_columns_ul {
	opacity: 1;
	display: block;
}
.mm_menus_li.menu-prods.animate .mm_columns_ul,
.mm_menus_li.menu-brands.animate .mm_columns_ul {
	opacity: 1;
	display: block;
}
.mm_menus_li.menu-prods.animate > .menu-scroll > div > div > .mm_columns_ul {
    z-index: 999;
	top: 0;
	background-color: #fff !important;
	padding-bottom: 40px !important;
	min-height: calc(100vh - 44px);
	border-right: 0;
	position: relative;
}
.mm_menus_li.menu-prods.animate > .menu-scroll > div > .mCSB_container {
	padding-top: 46px;
}
.mm_tabs_li .mm_columns_contents_ul {
	display: none;
}
.mm_menus_li.menu-prods.animate .menu-title {
	width: 100%;
    height: 46px;
    background-color: #25252f;
    color: #ffffff;
    font-size: 16px;
    font-family: 'OpenSansSemiBold';
    padding-left: 18px;
    line-height: 46px;
    text-transform: uppercase;
	
	position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 338px !important;
}
.mm_menus_li.menu-prods.animate .menu-title .menu-close {
	background: url(../img/ico/closev5.svg) center center no-repeat transparent;
	background-size: 36px 36px;
    width: 20px;
    height: 20px;
    float: right;
    padding: 15px 13px;
    display: inline-block;
    position: absolute;
    margin: 0;
    top: 8px;
    right: 12px;
    left: initial;
}
.mm_menus_li.menu-prods.animate .menu-subtitle {
	width: 100%;
    height: 47px;
    background-color: #ffffff;
    line-height: 47px;
    padding-left: 18px;
    font-family: OpenSansBold;
    font-size: 15px;
    color: #252527;
}
.mm_menus_li.menu-prods.animate .menu-footer {
	left: 0px;
    bottom: 0px;
    width: 338px !important;
    height: 42px;
    position: fixed;
    background-color: rgb(255, 255, 255);
    z-index: 9;
	border-right: 0;
}
.mm_menus_li.menu-prods.animate > .cscroll .mCSB_scrollTools {
	margin-top: 55px;
	margin-bottom: 55px;
}
.mm_menus_li:not(.menu-prods):not(.mm_has_sub) .mm_menu_content_title, .mm_menus_li.menu-brands .mm_menu_content_title {
	height: 31px;
    line-height: 31px;
    padding: 0 29px 0 29px;
    text-align: center;
	padding-top: 0 !important;
	font-weight: bold;
	z-index: -1;
}
.mm_menus_li:not(.menu-prods):not(.mm_has_sub) .mm_menu_content_title:hover, .mm_menus_li.menu-brands .mm_menu_content_title:hover {
	color: #164a98;
}
.mm_menus_li.menu-brands .mm_menu_content_title:after {
	border-right: 1px solid yellow;
}
.menu-brands {
	height: 100%;
}
.mm_menus_li:not(.menu-prods):not(.mm_has_sub) > a, .mm_menus_li.menu-brands > a {
    height: 31px;
    display: block;
    margin-top: 0;
}

.mm_menus_li.mm_has_sub .mm_menu_content_title {
	padding: 0 17px;
	letter-spacing: 0.4px;
}
.mm_menus_li.mm_has_sub.menu-prods .mm_menu_content_title {
	padding: 0 10px 0 43px;
	line-height: 31px;
}
.mm_menu_content_title .mm_arrow {
	display: block;
	float: left;
}
.menu-brands .mm_arrow {
	border-right: 0;
    display: block;
    height: 20px;
    right: 0;
    margin-right: -22px;
}
.menu-brands .mm_arrow:after {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}
.menu-brands > a:hover {
	border: 0 !important;
}
.menu-brands .item_has_img {
	height: 9.5rem;
	padding-bottom: 1rem;
}
.menu-brands .item_has_img span.container-brand {
	display: block;
	width: 100%;
	height: 100%; /* ? */
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
}
.menu-brands .item_has_img > span > a {
	display: table;
	width: 100%;
	height: 100%;
}
.menu-brands .item_has_img > span > a > span.ets_item_img {
	display: table-row;

}
.menu-brands .item_has_img > span > a > span > span.container-img {
	display: table-cell;
	height: 8rem;
    vertical-align: middle;
    padding: 10px;
	text-align: center;
}
.menu-brands .item_has_img > span > a > span img {
	max-height: 58%;
}
.menu-brands .item_has_img > span > a > span img.zaslepka {
	max-height: 100%;
}
.menu-brands .item_has_img > span > a .ets_item_name {
	width: 100%;
	text-align: center;
	visibility: hidden;
}

.menu-brands .ets_item_name {
	display: block;
    bottom: -0.2rem;
    position: relative;
    font-size: 1rem;
    line-height: .9rem;
}
.menu-brands .ets_item_name .prods-count {
	font-size:  0.8rem;
}

.mm_has_sub > a .mm_arrow:after {
	border-left: 0;
    border-right: 0;
    border-top: 0;
}
.mm_has_sub.menu-prods > a .mm_arrow:after {
	content: '';
    font-family: "Material Icons";
    font-size: 23px;
    left: 0;
    top: 1px;
    position: absolute;
    background: url(../img/ico/menu-mm.svg) 0 0 no-repeat transparent;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
}
.layout_layout1 .mm_menus_li:nth-child(2) {
	border-left: 0;
}
.layout_layout1 .mm_menus_li a {
	line-height: 71px;
}
.layout_layout1 .mm_menus_li {
    border-right: 0 !important;
}
.menu-prods .ets_mm_block_content ul li ul {
	left: 0;
	border: 0;
	-webkit-box-shadow: 0 0 0px 0 #DFDFDF;
}
.menu-prods {
	min-width: 259px;
	border-left: 0;
}
.menu-prods .mm_block_type_category > h4 {
	padding-top: 0em;
	display: none;
}
.menu-prods .ets_mm_block > h4 {
	margin-bottom: 0;
	padding: 14px 13px 15px 13px;
}
.menu-prods .ets_mm_block > h4 a {
	font-size: 16px !important;
}
.menu-prods .mm_block_type_category > .ets_mm_block_content > .ets_mm_categories > li.has-sub > a {
	display: none;
}
.menu-prods .mm_menu_content_title {
	font-family: OpenSansBold !important;
    font-size: 16px;
    color: #ffc600;
}
.layout_layout1 .mm_menus_li:hover > a:before, .layout_layout1 .mm_menus_li.menu_hover > a:before {
	background-color: transparent !important;
}
.layout_layout1:not(.ybc_vertical_menu) .mm_menus_li > a:before, .layout_layout1.ybc_vertical_menu:hover .ybc-menu-vertical-button:before, .layout_layout1:hover .ybc-menu-vertical-button .ybc-menu-button-toggle_icon_default .icon-bar, .ybc-menu-vertical-button.layout_layout1:hover {
	background-color: transparent !important;
}
.layout_layout1:not(.ybc_vertical_menu) .mm_menus_li:hover > a, .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li.menu_hover > a, .ets_mm_megamenu.layout_layout1.ybc_vertical_menu:hover, #header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li:hover > a, #header .layout_layout1:not(.ybc_vertical_menu) .mm_menus_li.menu_hover > a, .ets_mm_megamenu.layout_layout1.ybc_vertical_menu:hover {
	background-color: transparent !important;
}
.layout_layout1 .mm_menus_li:hover > a, .layout_layout1 .mm_menus_li.active > a, #header .layout_layout1 .mm_menus_li:hover > a, #header .layout_layout1 .mm_menus_li.menu_hover > a, .layout_layout1:hover .ybc-menu-vertical-button, .layout_layout1 .mm_extra_item button[type="submit"]:hover i, #header .layout_layout1 .mm_menus_li.active > a {
	color: #1657b6 !important;
}
.layout_layout1 li:hover > a, .layout_layout1 li > a:hover, .layout_layout1 .mm_tabs_li.open .mm_tab_toggle_title, .layout_layout1 .mm_tabs_li.open .mm_tab_toggle_title a, .layout_layout1 .mm_tabs_li:hover .mm_tab_toggle_title, .layout_layout1 .mm_tabs_li:hover .mm_tab_toggle_title a, #header .layout_layout1 .mm_tabs_li.open .mm_tab_toggle_title, #header .layout_layout1 .mm_tabs_li.open .mm_tab_toggle_title a, #header .layout_layout1 .mm_tabs_li:hover .mm_tab_toggle_title, #header .layout_layout1 .mm_tabs_li:hover .mm_tab_toggle_title a, .layout_layout1.ybc_vertical_menu .mm_menus_li > a, #header .layout_layout1 li:hover > a, .layout_layout1.ybc_vertical_menu .mm_menus_li:hover > a, #header .layout_layout1.ybc_vertical_menu .mm_menus_li:hover > a, #header .layout_layout1 .mm_columns_ul .mm_block_type_product .product-title > a:hover, #header .layout_layout1 li > a:hover {
	color: #ffc600 !important;
}
.menu-prods .ets_mm_block_content > .ets_mm_categories > .has-sub {
	width: 100% !important;
}
.mega-menu-col {
	float: left;
	width: 25%;
	height: auto;
	padding-right: 3%;
	padding-bottom: 10px;
}
.mega-menu-col.sizes3 {
	width: 33%;
}
.menu-brands .mega-menu-col {
    width: 16.6%;
    padding-right: 0%;
}
.layout_layout1 .mm_menus_li.mm_has_sub:hover > a:after, .layout_layout1 .mm_menus_li.mm_has_sub.menu_hover > a:after {
    background-color: transparent !important;
}
.mega-menu-col > ul, .ets_mm_categories {
	position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
	list-style-type: none !important;
	white-space: normal !important;
	padding-top: 0 !important;

}
.mega-menu-col li, .ets_mm_categories li {
	pointer-events: auto !important;
    padding-top: 0em !important;
    line-height: 1.2em !important;
    padding-bottom: 1.5em;
}
.menu-brands .mega-menu-col li {
	padding-top: 0.2em !important;
}
.mega-menu-col li a, .ets_mm_categories li a {
	pointer-events: auto !important;
	font-weight: bold;
	line-height: 1.2em !important;
	font-family: 'OpenSans' !important;
}
.mega-menu-col li a:hover, .ets_mm_categories li a:hover {
	color: #1657b6 !important;
}
.mega-menu-col li a::before, .ets_mm_categories li a::before {
	content: '' !important;
	margin-right: 0 !important;
}
.mega-menu-col ul ul {
	display: none !important;
}
.mm_menus_li.menu-brands .mm_columns_ul > .mm_columns_li > .mm_blocks_ul > .mm_blocks_li > .mm_block_type_mnft h4 {
	display: none;
}

body .ets_mm_megamenu.bg_submenu::before {
	background-color: transparent !important;
}

body #background-menu {
	width: calc(100vw + 400px);
    height: 100vh;
    position: fixed;
    z-index: 99;
    background-color: #949494;
    opacity: 0;
	visibility: hidden;
	bottom: 0;
}

.ets_mm_megamenu .thumbnail-container
{
  width: 100%!important;
  min-height: 0px!important;
  border: 0px!important;
}
.ets_mm_megamenu .product-thumbnail
{
  height: auto!important;
  min-height: 0px!important;
  border: 0px!important;
}
.ets_mm_megamenu .product-title
{
  height: auto!important;
  line-height: normal!important;
  border: 0px!important;
}
.ets_mm_megamenu .quickview_cart
{
  display: none!important;
}

.mm_columns_contents_ul
{
  background-position: center right!important;
}

.ets_mm_categories {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: 80%;
}
.ets_mm_categories.hasNoSubCategory {
	padding-top: 1.5em !important;
	padding-left: 0;
}
.ets_mm_categories .ets_mm_categories {
	padding-top: 1.5em !important;
}
.ets_mm_categories .ets_mm_categories li {
	width: 33%;
}
.column_size_6 .ets_mm_categories .ets_mm_categories li,
.column_size_4 .ets_mm_categories .ets_mm_categories li,
.column_size_3 .ets_mm_categories .ets_mm_categories li,
.column_size_2 .ets_mm_categories .ets_mm_categories li,
.column_size_1 .ets_mm_categories .ets_mm_categories li {
	width: 100%;
}
.column_size_6 .ets_mm_categories li,
.column_size_4 .ets_mm_categories li,
.column_size_3 .ets_mm_categories li,
.column_size_2 .ets_mm_categories li,
.column_size_1 .ets_mm_categories li {
	width: 100%;
}
.ets_mm_block_content .has-sub > a:after {
	border: 0;
	width: 14px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 15px;
	background:  url(../img/ico/arrow_right_blackv2.png) 0 0 no-repeat transparent;
}
.ets_mm_block_content .has-sub > a.active-a:after {
	background:  url(../img/arr_right_yellow.png) 0 0 no-repeat transparent;
}

.menu-prods > .cscroll > .mm_columns_ul_tab > li > .mm_columns_contents_ul {
	display: none;
}

.ets_mm_block_content ul li ul {
	margin-left: 0em;
	pointer-events: auto;
}

body .ets_mm_megamenu.bg_submenu:before, body .container .ets_mm_megamenu.bg_submenu:before {
    width: 99vw;
}

.menu-prods .mm_tab_toggle_title {
	width: 100%;
	padding: 0;
	font-family: OpenSansBold !important;
    font-size: 15px;
    color: #252527;
}
.mm_tab_has_child::after {
	border-right: none;
    border-top: none;
    content: "";
    width: 9px;
    height: 17px;
    margin-top: -9px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: none;
    -webkit-transform: none;
	transition: none;
	-webkit-transition: none;
	background:  url(../img/ico/arrow_right_blackv2.svg) -4px 0 no-repeat transparent;
	background-size: 17px 17px;
}
.menu-prods .mm_tabs_has_content.open .mm_tab_has_child::after {
	background: url(../img/arr_right_yellow.svg) -4px 0 no-repeat transparent;
    background-size: 17px 17px;
}
.menu-prods .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	margin-right: 3px;
}
.menu-prods .mm_tab_toggle_title a {
	display: block;
    width: 100%;
    margin: 10px 15px 12px 15px;
    float: left;
	
	display: flex;
    margin: 0;
    height: 46px;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 15px;
	
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    line-height: initial;
}
.menu-prods .mm_tab_toggle_title a.active-a {
	text-decoration: underline !important;
}
.padding-title {
	padding: 9px 15px !important;
}
.mm_menus_li .mm_columns_ul {
	opacity: 1;
    pointer-events: auto;
    -o-pointer-events: auto;
    -webkit-pointer-events: auto;
    visibility: visible;
}
.ets_mm_megamenu .menu-scroll {
	position: fixed;
    top: 0;
    left: -400px;
    height: calc(100vh - 42px) !important;
    overflow: hidden auto;
    width: 338px;
    display: block;
}
.mm_tab_li_content {
    width: 100% !important;
}
.ets_mm_megamenu li.mm_tabs_li {
	width: 100%;
}
.ets_mm_megamenu .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
	z-index: 999;
}
.mm_tab_name.mm_tab_toggle {
	width: 100%;
}
.menu-prods .mm_tab_li_content {
	border-top: 0px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 0;
	border-right: 0;
}
.ets-dir-ltr .menu-prods .mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content {
	border-right: 0;
}
.mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content .mm_tab_name::before {
	display: none;
}

.mm_tab_li_content {
	margin-bottom: 0px;
}

	
#tab-window > div {
	float: left;
	width: 338px;
	height: 1px;
	max-height: 100%;
	padding: 0px;
}
#tab-window > div.col1 {
	opacity: 0;
	border-left: 1px solid #eee;
}
#tab-window > div.col1.mCustomScrollbar {
	opacity: 1;
}
#tab-window > div.inactive {
	border-top: 0;
}
#tab-window > div.showAnimation {
	animation: showAnimation 0.5s linear 1 !important;
	display: block !important;
	opacity: 1;
}
#tab-window > div.hideAnimation {
	animation: showAnimation 0.5s linear 1 !important;
	animation-fill-mode: forwards !important;
	display: block !important;
	opacity: 1;
}

@keyframes showAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes hideAnimation {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.title-tab-window {
	line-height: 19px;
	padding: 0px 0 10px 0;
    font-size: 16px !important;
}
#tab-window ul, #tab-window li {
	width: 100%;
	height: 47px;
	display: block;
	padding: 0 !important;
}
#tab-window ul {
	height: 100%;
	border-top: 1px solid #eeeeee;
}
#tab-window li {
	list-style-type: none !important;
	border-right: 1px solid #eeeeee;
}
#tab-window li a {
	font-size: 14px !important;
	line-height: 15px !important;
	font-weight: normal !important;
	padding: 10px 13px 12px 13px !important;
	border-bottom: 1px solid #eeeeee;
	display: block;
	float: left;
	width: 100%;
	height: 47px;
    font-family: OpenSansBold !important;
    display: flex;
    padding: 0 0 0 17px !important;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: flex-start;
}
#tab-window li a.active-a {
	border-bottom: 1px solid #eeeeee;
}

#tab-window li a::before {
	content: '' !important;
	margin-right: 0px;
}
#tab-window li a::after {
    content: "";
}
.menu-prods .noArrow .mm_tab_has_child::after,
.menu-prods #tab-window li a.noArrow::after {
	border: none !important;
	background: none ! important;
}
#tab-window h4 a:hover {
	background-color: none !important;
	color: #164A98 !important;
}
#tab-window ul ul {
	display: none;
}
/* mega menu */

/* podstrona producenci */

.menu-brands.page-brand {
	margin: 0;
    display: inline-block;
    text-align: center;
    width: 20%;
    float: left;
	box-sizing: border-box;
}
.menu-brands.page-brand .item_has_img > span > a > span img {
	max-width: 100%;
}

.menu-brands.page-brand .item_has_img {
    margin:  1% 4.5%;
}
.menu-brands.page-brand:nth-child(5n+5) .item_has_img {
	margin-right: 0;
}
.menu-brands.page-brand:nth-child(1) .item_has_img {
	margin-left: 0;
}
.menu-brands.page-brand:nth-child(5n+6) .item_has_img {
	margin-left: 0;
}
.menu-brands.page-brand .item_has_img > span > a {
	text-decoration: none;
}

#background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.2;
	background-color: #556e94;
}
/* podstrona producenci */

.contactGuardianCart {
	background: #f1f1f1;
    color: #6d6d6d;
    padding: 28px;
    margin: 1rem 0 1rem 0;
	width: auto;
	border-radius: 2px;
}
.contactGuardianCart .row1 {
    font-size: 28px;
    font-weight: bold;
}
.contactGuardianCart .row2 {
    font-size: 21px;
    clear: both;
    line-height: 30px;
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    font-weight: bold;
}
.contactGuardianCart .guardianData {
	display: block;
    line-height: 22px;
    font-size: 18px;
}
.contactGuardianCart .guardianData a {
	color: #6d6d6d;
}
.display-none {
	display: none !important;
}

.icos
{
  padding-right: 45px;
  background-repeat:no-repeat;
  background-position: calc(100% - 10px) center;
}
.icos22::after
{
  content:" ";
}
.icos.back
{
  padding-left: 40px;
  padding-right: 10px;
  background-position: 10px center;
  background-image:url(../img/ico/back.png);
  background-size: 12px 12px;
}
.icos.next
{
  padding-right: 40px;
  background-image:url(../img/ico/next.png);
  background-size: 12px 12px;
}
.icos.save
{
  background-image:url(../img/ico/save.png);
  background-size: 12px 12px;
}
body#identity .icos.save {
	margin-top: -29px;
    height: 48px;
    width: 144px;
    padding-left: 72px;
    background: url(../img/ico/ok.svg) 25px 14px no-repeat #222c44;
    margin-left: 15px;
    background-size: 21px 21px;
}
.icos.user
{
  background-image:url(../img/ico/user2.png);
}
.icos.refresh
{
  background-image:url(../img/ico/reset.png);
}
.icos.list
{
  background-image:url(../img/ico/list.png);
}
.icos.add
{
  background-image:url(../img/ico/add.png);
}
.icos.kosz
{
  background: url(../img/ico/koszyk-fromfile-grey.png) 20px center no-repeat transparent;
  background-size: 25px 28px;
  color: #484848;
  font-weight: 600;
  font-family: 'OpenSans';
  background-color: #f4f4f4;
  margin-bottom: 15px;
  text-align: right;
  padding: 15px 22px 15px 74px;
  letter-spacing: 0;
}
.icos.kosz:hover {
	background-image: url(../img/ico/koszyk-fromfile-white.png);
}
#ZmienZapytanie a.btn45
{
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}
#ZmienZapytanie .icos.kosz.zap
{
  background-image: url(../img/mobile/ico/cart-mobile-askv2.png);
  background-size: 22px 22px;
}
#ZmienZapytanie .icos.kosz.zap:hover
{
  background-image: url(../img/ico/question-white.png);
}
.icos.back23
{
  padding-right: 35px;
  background-image: url(../img/ico/back2.png);
	background-size: 12px 12px;
}

.zapytanie1 .kontenerKontoDostawaPlatnosc > .title,
.zapytanie1 .kontenerKontoDostawaPlatnosc > .blokKontoKoszyk,
.zapytanie1 .kontenerKontoDostawaPlatnosc > .blokDostawaKoszyk,
.zapytanie1 .page-heading span.heading-counter-3,
.zapytanie1 #CartSort
{
    display: none!important;
}
.zapytanie1 .blokDostawaKoszyk,
.zapytanie1 .blokPlatnoscKoszyk
{
    margin-top: 0;
}
.zapytanie1 .blokPlatnoscKoszyk #opc-payment-wrapper
{
    margin-top: 10px;
}

.fields_label label
{
  font-size: 20px;
}
#field_email .help-block ul
{
  margin-bottom: .0rem;
}
#field_email .help-block ul li
{
  margin-bottom: .0rem;
}
#eMailExistOpcje
{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#new_account_form #eMailExistOpcje
{
  margin:10px 0px;
}
#eMailExistOpcje a.icos
{
  margin: 0px 0px;
  padding: 0 45px;
  height: 45px;
  line-height: 45px;
  background-position: 20px center;
}
#eMailExistOpcje a.icos.refresh
{
  float: left;
  color: #000;
  font-weight: bold;
  padding: 0 25px 0 65px;
  background-color: #ffc600;
}
#eMailExistOpcje a.icos.user
{
    float: right;
    font-weight: bold;
    padding: 0 25px 0 65px;
}
#wizytowkaKontakt
{
  width: 100%;
  padding: 25px;
  background: #164a98;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin: 10px auto;
  margin-top: 10px;
}
#new_account_form #wizytowkaKontakt
{
  margin-bottom: 0;
  padding: 29px 20px 32px 20px;
}
#wizytowkaKontakt b
{
  font-size: 15px;
  font-family: OpenSansBold;
  font-weight: normal;
}
#wizytowkaKontakt a
{
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  font-family: 'OpenSansBold';
}
#wizytowkaKontakt img {
	margin-top: -4px;
}
#wizytowkaKontakt a:hover
{
  text-decoration: none;
}

.orderNoStandard {
	float: left;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
  display: none;
}
.less-padding {
	padding: 1.2rem;
}
.inputOwnNumber {
  font-weight: bold;
	float: left;
  clear: left;
  margin: 10px 0px;
  width: 462px;
  line-height: 25px;
  font-size: 15px;
}
.zapytanie1 .inputOwnNumber
{
  margin: 19px 0px;
}
#twojNumerZamowienia
{
  width: 100%;
  float: left;
  font-weight: normal;
}
.payment_warning {
    color: red;
    background-color: #fff;
    font-size: 0.9rem;
    line-height: 1.4rem;
	  padding: 0 2.25rem;
}
.payment_warning_old {
	background-color: #b31414;
    color: #ffffff;
    border-radius: 2px;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4rem;
	padding-top: 1.5rem;
}
#cart-subtotal-shipping
{
  display: block !important;
}

.cartImage {
	max-width: 74px;
    margin-right: 0rem;
	height: 5.5rem;
    display: flex;
    align-items: center;
    padding: 0!important;
}
.head .cartImage {
	border-right: 0!important;
	margin-right: 0;
	max-width: 79px;
}
.cartImage .product-image {
	border: 1px solid #dfdfdf;
}
.cartImage .product-image img {
	padding: 0 !important;
}
.zaznHurt {
	width: 1.0rem;
    padding-right: 0.7rem;
}


.address_add
{
  width: 100%;
}
.address_add a
{
  width:auto;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 25px;
  background-size: 10px auto;
}
#address_from_list
{
  padding-right: 10px;
}
.address_title, .address_alias
{
  font-weight: bold;
}
.delivery-vs-invoice
{
  margin-top: 10px;
  width: 100%;
}
.delivery-vs-invoice .select > label
{
  cursor: default;
}
.nazwaProd {
	font-weight: normal;
    font-family: 'OpenSansBold';
	color: #232323;
	display: inline-block;
	overflow: hidden;
	max-height: 60px;
	font-size: 15px;
}
.nazwaProd:hover {
	color: #164a98;
}
.minCountSale .infoImage img {
    margin-top: -0.3rem;
}
.separator {
	border-color: #dfdfdf;
}



.address_invoice.select
{
  display: none!important;
}

.longName {
	line-height: 1.1rem !important;
    font-size: 16px;
}
.attachment h4 span {
	float: right;
	line-height: 2.2rem;
}
.attachment h4 span.longName {
	line-height: 34px !important;
}

 #opc_wrapper .page-heading {

 }

.form-control::placeholder {
	font-style: italic;
}


.widokKoszyk.summary-row {
	padding-left: 0;
}


.podsumowanieKoszyk {
	margin-bottom: 0;
    margin-top: -11px;
    padding: 30px 0;
}

section#category_description
{
	width: 100%;
    max-width: 1240px;
    margin: 50px auto;
}
section#category_description .container
{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

section#guardian .container {
	width: 100%;
    background-color: #164a98;
}
section#guardian .contactGuardianCart {
	width: 1240px;
	margin: 0 auto;
	font-family: OpenSansBold;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background: transparent;
	padding: 28px 0;
    float: none;
	margin-top: 56px;
}
section#guardian .contactGuardianCart .row1,
section#guardian .contactGuardianCart .row2,
section#guardian .guardianData,
section#guardian a {
	font-family: OpenSansBold;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: 26px;
}
section#guardian .guardianData img {
	margin-top: -3px;
}
.regular-font {
	font-family: OpenSans;
	font-weight: normal;
}

.uwagiKoszyk #delivery {
	margin-top: 0.0rem;
	padding-right: 0;
}
.uwagiKoszyk #delivery > label:nth-of-type(1) {
	margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#login_form_content
{
	float: left;
	background: none;
	border: 0;
	padding: 0;
	width: 100%;
	clear: left;
}
#login_form_content p.submit
{
  margin-top: 19px;
  margin-bottom: 0;
  clear: left;
  float: left;
}
#login_form_content p.submit button {
	line-height: 26px;
    padding: 12px 25px 12px 74px;
    height: 48px;
	background: url('../img/mobile/ico/login_big_white.png') 25px center no-repeat #222c44;
}
#login_form_content .lost_password {
	float: right;
	font-size: 14px;
    color: #164a98;
    margin-bottom: 0;
    margin-top: -4px;
}
#login_form_content .form-group
{
  margin-bottom: 20px;
}
#login_form_content .input-group .phup-cont {
	width: 100%;
	margin: 0 0 0px 0;
}
#login_form_content .input-group .phup-cont .input-group-btn
{
    position: absolute;
    right: 52px;
    top:0;
}
#login_form_content .form-group label
{
    width: 100%;
	margin: 0;
}
#login_form_content .input-group
{
  margin-bottom: 20px;
}
#login_form_content p.form-group
{
  float: left;
  font-size: 12px;
}
#login_form_content p.lost-password-cont {
	float:right;
}
#login_form fieldset p
{
  margin-bottom: 0;
}

#opc_wrapper .box-opc .title {
	font-family: OpenSansBold;
	font-size: 18px;
	color: #333333;
}
#opc_wrapper .box-opc .register .subtitle {
	margin-top: 7px !important;
	line-height: 20px !important;
}
#opc_wrapper .box-opc .register .btn-primary {
	line-height: 26px;
    padding: 12px 22px 12px 70px;
	margin-top: 6px;
    height: 48px;
    background: url(../img/mobile/ico/logon_big_white.png) 25px center no-repeat #222c44;
}

main > #notifications .alert.alert-danger.checkCartWarning {
	background-color: #d8d6d6;
    border-color: transparent;
    color: #252527;
	width: 32rem;
    float: right;
    margin-top: 1.1rem;
    margin-right: 1px;
	position: relative;
}
main > #notifications .alert.alert-danger .wskaznik,
#notifications .alert.alert-danger .bold {
	color: red;
	font-weight: bold;
}
#notifications .alert.alert-danger .underline,
.js-alert-payment-conditions .underline {
	text-decoration: underline;
}

.js-alert-payment-conditions {
	position: relative;
	background-color: transparent;
    border-color: transparent;
	color: #cd4e4f;
    font-family: 'OpenSansBold';
	font-size: 14px;
}
.js-alert-payment-conditions.final_simmary {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
	width: 100%;
}
.js-alert-payment-conditions.final_simmary a {
	text-decoration: underline;
	color: #cd4e4f;
    font-family: 'OpenSansBold';
    font-size: 14px;
}

.delivery-options-list .alert-danger
{
  width: 100%;
}

.product-miniature.loading_refresh
{
  opacity: 0.5;
}
.product-miniature.loading_refresh .thumbnail-container img
{
  opacity: 0.5;
}
.product-miniature.loading_refresh2 .thumbnail-container,
.product-miniature.loading_refresh2 .product-description
{
  background:none!important;
}
.product-miniature.loading_refresh button
{
  pointer-events: none;
}

.div-cart-product.loading_refresh
{
  opacity: 0.5;
}
.div-cart-product.loading_refresh2 > div
{
  background:none!important;
}
.div-cart-product.loading_refresh button,
.div-cart-product.loading_refresh input,
.div-cart-product.loading_refresh a.btn
{
  pointer-events: none;
}

/*loader*/
#circularG{
	position:relative;
	width:58px;
	height:58px;
	margin: auto;
	top: 43%;
}
.loaderjs.nobackground {
	background: none;
}
/* .loaderjs.25p #circularG { blad stylu! wylaczam
	top: 25%;
} */
.circularG{
	position:absolute;
	background-color:rgb(0,0,0);
	width:14px;
	height:14px;
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}
#circularG_1{
	left:0;
	top:23px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}
#circularG_2{
	left:6px;
	top:6px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}
#circularG_3{
	top:0;
	left:23px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}
#circularG_4{
	right:6px;
	top:6px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}
#circularG_5{
	right:0;
	top:23px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}
#circularG_6{
	right:6px;
	bottom:6px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}
#circularG_7{
	left:23px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}
#circularG_8{
	left:6px;
	bottom:6px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}
@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}
@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}
@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}
@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}
@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}

.resetpos .loaderjs {
	left: 0px;
    top: 0px;
}

#opc_address_form #field_vat_number,
#opc_address_form #field_phone_mobile,
#opc_address_form #field_id_country
{
  display: none!important;
}
#bigcart_opc #customer-form,
#authentication23 #customer-form
{
  max-width: 440px;
  margin: 0px auto;
}
#bigcart_opc #new_account_form:not(.logged) #customer-form {
	max-width: initial;
}

#zgody2btn
{
  margin: 0 20px;
}

.selector:not(*:root)
{
  #identity #rodzajKonta { /* hack for chrome */
	max-width: 74%;
  }
}


#ZgodyBrakiInfo h2
{
  width: 100%;
  font-size: 20px;
  font-weight:normal;
  color:black;
}
#ZgodyBrakiInfo h3
{
  width: 100%;
  font-size: 16px;
  font-weight:normal;
  color:black;
}


#customer-form #rodzajKonta .form-control-valign {
	margin-left: 0px;
    padding: 30px 0;
    width:100%;
    float: left;
}
#customer-form #rodzajKonta .rodzaj-konta .form-control-label {
	text-transform: initial;
    padding-top: 22px;
}

#customer-form .form-group.row > div > .help-block ul
{
  margin-top: 0px;
  margin-bottom: 0;
}
#customer-form .form-group.row > div > .help-block li.alert
{
  float: none;
  font-size: 14px;
  font-weight: bold;
  background-color:white;
  border:0px;
  padding: 0px;
  margin-top: 0;
  margin-bottom: 0;
  color:#c62425;
}
#customer-form .form-group.row > div > .help-block li.alert b,
#customer-form .form-group.row#field_siret > div > .help-block li.alert,
#customer-form .form-group.row#field_email > div > .help-block li.alert,
.login-form > .help-block li.alert.alert-danger
{
    color:white;
    display: block;
    padding: 20px 10px;
    font-weight: normal;
    background-color:#cd4e4f;
}
#customer-form .form-group.row > div > .help-block li.alert.alert-success
{
    background-color: #4ab67d !important;
}
#customer-form .form-group.row > div > .help-block li.alert.alert-white
{
    color:#333333!important;
    background-color: #fff !important;
}
#customer-form .form-group.row > div > .help-block li.alert br
{
    display: block;
}
#customer-form .form-group.row#field_siret > div > .help-block li.alert br,
#customer-form .form-group.row#field_email > div > .help-block li.alert br
{
    display: block;
}
#customer-form #form_fields .form-group.row.fields_label label,
#customer-form #form_fields .form-group.row.fields_label span.odbior-osobisty-label
{
  display: block!important;
  visibility: visible!important;
  width:100%!important;
  text-indent: 0px!important;
  text-align: left;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: bold;
    font-weight: normal;
    font-family: 'OpenSansBold';
	color: #333333;
}
#customer-form #form_fields .form-group.row.fields_label .smal-on-off label {
	font-family: 'OpenSans' !important;
    font-weight: normal !important;
    font-size: 14px !important;
	color: #333333;
}
#opc_guest_choice #field_newsletter,
#opc_guest_choice #field_optin
{
    display: none!important;
}
#opc_guest_choice #customer-form #form_fields .form-group.row.fields_label#fields_adres
{
  display: block!important;
  clear: both;
}
#opc_guest_choice .map-odbior {
	width: 100%;
	height: 200px;
}
#opc_guest_choice .map-odbior .left-side,
#opc_guest_choice .map-odbior .right-side {
	width: calc(50% - 10px);
	float: left;
	max-height: 200px;
}
#opc_guest_choice .map-odbior .left-side #wizytowkaOdbior,
#adres-dostawy-odbior #wizytowkaOdbior {
	background-color: #164a98;
	height: 200px;
    padding: 42px 15px 15px 15px;
    text-align: center;
    color: #ffffff;
	font-size: 14px;
	line-height: 26px;
}
#opc_guest_choice .map-odbior .left-side #wizytowkaOdbior {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-around;
    flex-wrap: nowrap;
	padding: 15px 15px 15px 15px;
}
#adres-dostawy-odbior #wizytowkaOdbior {
	height: 160px;
	padding: 27px 15px 15px 15px;
	clear: both;
    width: 100%;
	margin-bottom: 30px;
}
#opc_guest_choice .map-odbior .left-side #wizytowkaOdbior b,
#adres-dostawy-odbior #wizytowkaOdbior b {
	font-size: 15px;
	font-family: OpenSansBold;
	font-weight: normal;
}
#opc_guest_choice .map-odbior .left-side #wizytowkaOdbior a,
#adres-dostawy-odbior #wizytowkaOdbior a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-family: 'OpenSansBold';
	font-size: 14px;
}
#opc_guest_choice .map-odbior .left-side #wizytowkaOdbior img,
#adres-dostawy-odbior #wizytowkaOdbior img {
	margin-top: -4px;
}
#opc_guest_choice .map-odbior .left-side #wizytowkaOdbior a:hover,
#adres-dostawy-odbior #wizytowkaOdbior a:hover {
	text-decoration: none;
}

#opc_guest_choice .map-odbior .right-side {
	overflow: hidden;
    float: right;
}
#opc_guest_choice .map-odbior .right-side iframe {
    margin-left: -100px;
    margin-top: -65px;
}
#opc_guest_choice .map-odbior .right-side .place-card-large {
	display: none;
}
#customer-form #form_fields .form-group.row.fields_label#fields_adres22 label
{
  display: block!important;
}

#new_account_form #customer-form #form_fields .form-group.row.fields_label label,
#new_account_form #customer-form #form_fields .form-group.row.fields_label span.odbior-osobisty-label
{
  margin: 4px 0px 13px 0px;
}
#bigcart_opc #new_account_form.newAccountFormNotOK #opc_account_wrapper .subtitle,
#authentication #regMain.newAccountFormNotOK #rodzajKonta2kkk .form-control-label {
	color: red !important;
}
#new_account_form.newAccountFormNotOK .form-control[required="required"]:not(.filled),
#new_account_form.newAccountFormNotOK label.phup-cont.red,
#authentication #regMain.newAccountFormNotOK .form-control[required="required"]:not(.filled),
#authentication #regMain.newAccountFormNotOK label.phup-cont.red {
	border: 1px solid red !important;
}
#authentication #regMain.newAccountFormNotOK .form-control[readonly="readonly"]
{
    cursor: not-allowed;
}
#customer-form #form_fields .form-group.row.field_checkbox > label
{
  width:2%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  line-height: 21px;
}
#customer-form.zgody1.zgody2 #form_fields .form-group.row.field_checkbox > label
{
  line-height: 35px;
}
#consent-lack #customer-form.zgody1.zgody2 #form_fields .form-group.row.field_checkbox > label
{
  line-height: 21px;
}
#customer-form #form_fields .form-group.row.field_checkbox > label:after
{
  margin-left: -5px;
}
#customer-form #form_fields.zgody1 .form-group.row.field_checkbox > label:after
{
  color:red;
}
#bigcart_opc #customer-form #form_fields .form-group.row .form-control-valign.col-md-7,
#authentication #customer-form #form_fields .form-group.row .form-control-valign.col-md-7
{
  width:100%;
  margin-bottom: 0.5rem;
}
#customer-form #form_fields .form-group.row.field_checkbox
{
  margin-top: 10px;
  color: #64646a;
  font-size: 13px;
  vertical-align: middle;
}
#customer-form #form_fields .form-group.row.field_checkbox {
	margin: 0 !important;
    width: 100%;
    float: left;
}

#customer-form #form_fields .form-group.row.field_checkbox .form-control-valign.col-md-7
{
  width:100%!important;
}
#customer-form #form_fields .form-group.row.field_checkbox#field_nazwisko_faktura .form-control-valign.col-md-7
{
  width:57%!important;
  width: 63.34% !important;
}

#customer-form #form_fields .form-group.row.field_checkbox .form-control-valign.col-md-7 label
{
  margin-right: 0;
  padding-right: 0;
}

.register-form #customer-form #form_fields .help-block,
#identity #customer-form #form_fields .help-block
{
  margin-top: 0px;
}
#new_account_form #customer-form .help-block
{
  margin-top: 0px;
}
#new_account_form #customer-form .help-block:not(:empty)
{
  margin-top: -0px;
}
.register-form #customer-form #form_fields #field_siret .help-block li.alert,
.register-form #customer-form #form_fields #field_email .help-block li.alert
{
  text-align: center;
  margin-top: 10px;
  margin-left: -0%;
  line-height: 30px;
  width: 100%;
  float: none;
}
#new_account_form #customer-form #form_fields #field_siret .help-block li.alert,
#new_account_form #customer-form #form_fields #field_email .help-block li.alert
{
  text-align: center;
  margin-top: 0px;
  margin-left: -0%;
  line-height: 20px;
  width: 100%;
  margin: 0 auto;
  float: none;
}
#new_account_form #customer-form #form_fields #field_siret .help-block li.alert
{
  width: 70%;
}
#new_account_form #customer-form #form_fields #field_email .help-block li.alert
{
  width: 95%;
}
#customer-form #field_email .help-block li.alert span
{
  color: black;
  font-weight: normal;
}
#customer-form div.g-recaptcha
{
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#customer-form .form-control::placeholder
{
  font-style: italic;
}
#customer-form select.form-control.form-control-select, .form-control-select
{
  padding: 0 1rem;
}
#customer-form #field_email .form-control-valign.col-md-7
{
  text-align: center;
}

.renew-password [type=submit]
{
  margin-left: 0;
}
.address-form23 form[data-id-address="0"] .form-group.row > label
{
  visibility: hidden;
}

#authentication .register-form .alert-success {
	background-color: #f4f4f4;
    color: #333333;
    border: 0;
    font-size: 14px;
}
.alert .title {
	clear: both;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	padding-bottom: 30px;
}

.returnMainPage {
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
	cursor: pointer;
	font-size: 13px;
	padding-right: 12px;
    background: url(../img/ico/back2.png) 10px center no-repeat transparent;
    background-size: 14px 15px;
    padding-left: 33px;
    border-radius: 3px;
	display: inline-block !important;
    background-color: #164a98;
    width: auto;
    color: #ffffff;
}
.returnMainPage:hover,
.returnMainPage:active,
.returnMainPage:visited {
	text-decoration: none;
	border: 0;
	color: #ffffff;
}
form.succRegisterAccount{
	margin-left: 0 !important;
}

#polecane
{
	margin-top: 54px;
}
#polecane, #polecaneTitle, #polecanePages
{
  float: left;
  width: 100%;
}
#polecaneTitle
{
  color: #252527;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  font-family: 'OpenSansBold';
  position: relative;
}
#polecanePages
{
  margin-top: 37px;
}
#polecane .polecane
{
  width:100%;
  float: left;
  /*margin-bottom: -48px;*/
  margin-bottom: -7px;
  text-align: center;
}
#polecane .polecane:hover
{
  background: white;
}
#polecane .polecane .polecane-thumbnail-container
{
  width: 100%;
  height: 240px;
}
#polecane .polecane .polecane-thumbnail-container a.all-product-link  {
	
}
#polecane .polecane .polecane-thumbnail-container a.all-product-link 
{
	display: block;
	text-decoration: none;
	z-index: 9999;
    background-color: #ffffff;
    width: 256px;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'OpenSans';
    border-radius: 2px;
	margin-top: 44px;
    letter-spacing: 0.5px;
}
#polecane .polecane .polecane-thumbnail-container img
{
  max-width: initial;
  max-height: 160px;
  width: 100%;
}
#polecane .polecane .polecane-thumbnail-container {
	height: auto;
    max-height: 160px;
}

#polecane .polecane .polecane-product-title
{
  width: 100%;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  color:#252527;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  
  color: #ffffff;
	float: left;
	width: auto;
	font-size: 32px;
	font-family: 'OpenSansExtraBold';
	line-height: 158px !important;
	position: relative !important;
	left: -2px;
}

#polecane .polecane:hover .polecane-product-title a
{
  text-decoration:underline;
  display: block;
}
#polecanePages .subcategory {
	float: left;
	width: 14.28%;
	padding-right: 8px;
    padding-left: 8px;
}
#polecanePages .subcategory:nth-of-type(1) {
	padding-left: 0;
}
#polecanePages .subcategory:nth-of-type(7) {
	/*padding-right: 0;*/
}
#polecanePages .subcategory .name {
	margin-top: 17px;
    font-size: 14px;
    color: #252527;
    font-family: 'OpenSansSemiBold';
    padding: 0 8px;
    height: 104px;
    line-height: 18px;
}
#index .owl-carousel:not(#carousel-main) {
	height: 477px;
}
body#index .onsale-products .owl-carousel .owl-stage-outer.clickEvent {
	min-height: 25.5rem;
}
body#index .owl-carousel:not(#carousel-main) .owl-item img,
body#product #prod-powiazane .owl-carousel:not(#carousel-main) .owl-item img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
	padding: 18px;
}
body#index .featured-products .product-title a,
#index  .product-miniature .product-title a,
body#product #prod-powiazane .product-miniature .product-title a,
body#product #related-full .product-miniature .product-title a  {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    font-family: OpenSansBold;
    color: #252527;
	line-height: 20px;
}
body#index .featured-products .product-title a:hover {
	color: #164a98;
}

body#index .featured-products .product-price-and-shipping .cheaper23, #index .product-miniature .product-price-and-shipping .cheaper23 {
    font-size: 16px;
    font-family: 'OpenSansBold';
    color: #ffc600;
}
body#index .featured-products .product-price-and-shipping, #index .product-miniature .product-price-and-shipping {
	
}
.owl-carousel .quickview_cart input.input-group {
	width: 110px;
}
.owl-carousel .product-quantity .add, .product-quantity .qty {
	width: 50.2%;
	margin-right: 0;
}

.owl-carousel .product-quantity .add {
    float: right;
    margin-right: 0px;
	margin-left: 0;
	margin: 0px 0 0 8px;
}
.owl-carousel .quickview_cart .add-to-cart {
    padding: 0px 7px;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 0;
  left:1px;
}

body#index #featured-products-tabs #featured-products-next,
body#index #featured-products-tabs #featured-products-prev,
body#index #onsale-products-tabs #onsale-products-next,
body#index #onsale-products-tabs #onsale-products-prev {
	display: none;
}
body#index #featured-products-tabs,
body#index #onsale-products-tabs {
	border-bottom: 0;
}
body#index #oferta-specjalna h3,
body#index #featured-products-tabs h1,
body#index #onsale-products-tabs h1,
body#index #polecaneTitle h1 {
	font-family: OpenSansExtraBold;
	text-align: left;
    padding-left: 0;
	font-size: 32px;
	height: 33px;
	text-transform: initial;
    margin-bottom: 4px;
}
body#index #featured-products-tabs h1 a,
body#index #onsale-products-tabs h1 a,
body#index #polecaneTitle h1 {
	color: #252527;
}
body#index #featured-products-tabs h1 a .yellow,
body#index #onsale-products-tabs h1 a .yellow,
body#index #polecaneTitle h1 .yellow {
	color: #ffc600;
}
body#index #onsale-products-tabs {
	margin-top: 64px;
}
body#index #onsale-products-tabs.without-prom {
	margin-top: 2rem;
}
body#index .onsale-products .products .owl-carousel {
	z-index: 0;
}


body#index .products-section-title.active,
body#index .products-section-title:hover,
body#index .featured-products-nav:hover,
body#index .onsale-products-nav:hover,
body#index .wiedza-products-nav:hover {
    color: #252527;
    background: transparent;
    border-bottom: 0;
    font-size: 30px;
    font-family: 'OpenSansBold';
    text-align: center;
    width: 100%;
	text-transform: none !important;
	height: 2rem;
}
body#index #WiedzaLink {
	color: #252527;
    background: transparent;
    border-bottom: 0;
    font-size: 32px;
    font-family: 'OpenSansExtraBold';
    text-align: left;
    width: 100%;
    text-transform: none !important;
    height: 3rem;
    float: left;
    padding-left: 0;
}
body#index #WiedzaLink .all-product-link {
	
}

body#index .owl-carousel:not(#carousel-main) .owl-dots,
body#category .owl-carousel:not(#carousel-main) .owl-dots,
body#product .owl-carousel:not(#carousel-main) .owl-dots {
	position: absolute;
    top: 424px;
    width: 100%;
    text-align: center;
    z-index: 0;
    padding-left: 0px;
}
body#category .owl-carousel:not(#carousel-main) .owl-dots {
	top: 316px;
}
body#product .owl-carousel:not(#carousel-main) .owl-dots {
	top: 340px;
}
body#product #prod-powiazane .owl-carousel:not(#carousel-main) .owl-dots {
	top: 475px;
}
body#category #content-wrapper .owl-carousel:not(#carousel-main) .owl-dots {
	top: 325px;
}
body#index .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot,
body#index .oferta-reszta .owl-dots button.owl-dot,
body#category .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot,
body#product .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot {
    background: #8798bb;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    outline: none !important;
}
body#category .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot:last-child,
body#product .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}
body#index .oferta-reszta .owl-dots button.owl-dot:last-child {
	margin-right: 2px;
}
body#index .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot.active,
body#category .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot.active,
body#product .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot.active {
	background-color: #103178;
}
body#index .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot:focus
{
  outline: none !important;
}
body#index .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot span {
	display: none;
}
body#index .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot.active span {
	display: none;
}
body#index #products .product-miniature,
body#index .featured-products .product-miniature,
body#index .product-accessories .product-miniature,
body#index .product-miniature .product-miniature,
body#index .onsale-products .product-miniature {
    margin-right: 18px !important;
}
.product-miniature .info {
	width: 95%;
    clear: both;
    float: left;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-left: 0;
}
.product-miniature .info:last-child {
	border-bottom: 0;
}
.product-miniature .info23:last-child span {
	overflow-wrap: break-word;
    max-width: 140px;
}
.product-miniature .info b {
	float: left;
    padding-left: 0;
    color: #232323;
}
.product-miniature .info span {
    float: right;
}
body#index .product-miniature .product-quantities {
	float: right;
    width: 50%;
    font-size: 0.8rem;
	line-height: 1.6rem;
    font-family: 'OpenSansBold';
    background-size: 0.9rem 0.9rem;
    background-position: left 0.2rem;
    text-align: left;
}
body#index .onsale-products {
	height: 28rem;
}

#custom-text {
    position: relative;
    z-index: 0;
	margin-top: 6.8rem;
    margin-bottom: 0rem;
}
#custom-text.without-okazje {
	margin-top: 105px;
}
#custom-text p {
    color: #949498;
    font-weight: 400;
    font-size: 0.8em;
	font-family: OpenSans;
	margin-bottom: 0rem;
    line-height: 1.15rem;
    width: 100%;
	max-width: 1240px;
    margin: 0 auto;
    text-align: left;
}
#custom-text p:first-child {
	margin-bottom: 0.5rem;
}
#custom-text strong {
	color: #252527;
	font-family: 'OpenSansBold';

}
#custom-text td {
    display: block;
    float: left;
}
#background-icons {
	display: none;
	background: #f6f6f6;
    height: 17rem;
    width: 100%;
    position: absolute;
    top: 900px;
	left: 0;
    z-index: 0;
}

.mainpage-guardian {
	background-color: #25252f;
    height: 217px;
	margin-top: 5px;
}
.mainpage-guardian #infoopiekun {
    margin: 0 auto;
    width: 1240px;
}

#infoopiekun {
	float: initial;
    padding: 45px 7px 0 7px;
    clear: both;
}
.mainpage-guardian #infoopiekun .title {
	font-family: 'OpenSansBold';
	font-size: 32px;
	color: #ffffff;
	margin-bottom: 42px;
}
#infoopiekun a {
	color: #ffffff;
}
#infoopiekun .boks .tekst {
	width: auto;
    float: left;
    padding-left: 16px;
    color: #ffffff;
    font-family: 'OpenSansBold';
    font-size: 20px;
    min-height: 60px;
    line-height: 1.3rem;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#infoopiekun .boks.nazwa {
	margin-left: 0px;
    margin-right: 50px;
    display: inline-block;
    float: left;
}
#infoopiekun .boks.kontakt {
    margin-right: 75px;
    display: inline-block;
    float: left;
}
#infoopiekun .boks.email {
    display: inline-block;
    float: left;
}
#infoopiekun .boks.godziny .tekst {
	line-height: 1.5rem;
}
#infoopiekun .boks .tekst2 {
	line-height: 3.2rem;
}
#infoopiekun .boks .tekst span {
	float: left;
    text-align: left;
    color: #ffffff;
	font-family: 'OpenSans';
    font-size: 0.8rem;
	width: 100%;
    display: block;
    margin-bottom: 0.4rem;
}
#infoopiekun .boks.godziny .tekst span {
	margin-bottom: 1px;
  line-height: 1.3rem;
}
#infoopiekun .boks .ikona {
	width: 60px;
	height: 60px;
	float: left;
	clear: left;
}
#infoopiekun .boks.nazwa .ikona {
	background: url(../img/ico/dane-konta-v2.svg) no-repeat center center #ffc600;
	background-size: 30px 30px;
	border-radius: 50%;
}
#infoopiekun .boks.kontakt .ikona:first-child {
	background: url(../img/ico/telefon.svg) no-repeat center center #ffc600;
    background-size: 30px 30px;
    border-radius: 50%;
}
#infoopiekun .boks.kontakt .ikona2 {
	background: url(../img/ico/email.svg) no-repeat center center #ffc600 !important;
	background-size: 30px 30px;
}
#infoopiekun .boks.godziny .ikona {
	background: url(../img/info-godziny.png) no-repeat center center transparent;
}
#infoopiekun .boks.email .ikona {
	background: url(../img/ico/email.svg) no-repeat center center #ffc600;
	background-size: 30px 30px;
	border-radius: 50%;
}
#infoopiekun.kontakt {
	background: #f6f6f6;
    float: left;
    clear: both;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
#contact #infoopiekun.kontakt
{
    display: none;
}
.cms-id-4 #content
{
  padding: 0;
  border: 0;
}
.cms-id-4 #WiedzaPages
{
  margin: 0;
}
#Wiedza .tytul {
    text-align: left;
    width: 100%;
    display: block;
}
#Wiedza .tytul > a {
    display: inline;
    width: auto;
    float: none;
}
#WiedzaPages .lewa {
	padding-right: 10px;
	clear: left;
	margin-bottom: 20px;
}
#WiedzaPages .prawa {
	padding-left: 10px;
	margin-bottom: 20px;
}
#WiedzaPages .duzy-boks {
	position: relative;
	height: 400px;
	max-height: 400px;
	margin-bottom: 18px;
}
#WiedzaPages .maly-boks {
	position: relative;
	height: 240px;
    max-height: 240px;
	margin-bottom: 18px;
}
#WiedzaPages .duzy-boks,#WiedzaPages .maly-boks
{
  background-size: contain!important;
  background-position: center right!important;
}
#WiedzaPages .duzy-boks:hover,#WiedzaPages .maly-boks:hover
{
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
#WiedzaPages .tytul, #WiedzaPages .tytul a {
	font-family: 'OpenSansBold';
    color: #252527;
    font-size: 18px;
    overflow: hidden;
}
#WiedzaPages.WiedzaPages5 .tytul
{
  color: #000;
}
#WiedzaPages .tresc {
    color: #313438;
    font-family: OpenSansLight;
    font-size: 16px;
    text-transform: none;
    padding-top: 1rem;
    line-height: 24px;
    overflow: hidden;
}
#WiedzaPages .maly-boks .tresc
{
  max-height: 95px;
}
#WiedzaPages .duzy-boks .tresc
{
  max-height: 295px;
}
#WiedzaPages.WiedzaPages5 .tresc
{
  color: #000;
}
#WiedzaPages a.link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#wiedza-button-kontener {
	width: 100%;
	text-align: center;
	clear: both;
}
#wiedza_button {
	margin:  0 auto;
    float:  initial;
    clear:  both;
	line-height: 1.2rem;
    height: 2.5rem;
	background: url(../img/ico/save.png) no-repeat 10.2rem 0.85rem #164a98;
    background-size: 0.6rem 0.7rem;
    padding-right: 2.1rem;
	font-size: 12px;
    font-family: 'OpenSansLight';
    font-weight: 200;
    letter-spacing: 0.8px;
    padding-left: 1rem;
}
#featured-products-tabs h1 a:hover,
#onsale-products-tabs h1 a:hover {
	text-decoration: underline;
}
#onsale-products-tabs {
	z-index: 99;
	position: relative;
}

.product-miniature:not(.product_show_list) .product-add-to-cart.dn {
	display: block
}

.product-add-to-cart .add-to-cart i.shopping-cart {
	background: url(../img/ico/koszyk-lite-white.svg) 0 center no-repeat transparent !important;
	background-size: 25px 23px !important;
	width: 30px;
    margin-top: -2px;
}
#prod-powiazane .product-add-to-cart .add-to-cart i.shopping-cart {
	background-size: 20px 20px !important;
	width: 22px;
}
.product-add-to-cart .add-to-cart.disabled i.shopping-cart {
	background: url(../img/ico/cart-grey.svg) 0 center no-repeat transparent !important;
	background-size: 25px 23px !important;
}

.product-add-to-cart .add-to-cart i.shopping-cart span {
	font-size: 13px;
}
#js-product-list .product-add-to-cart .add-to-cart i.shopping-cart {
	margin-top: 1px;
}
body.logged #js-product-list .product-add-to-cart .add-to-cart i.shopping-cart {
	margin-top: 8px;
}

.owl-item .product-add-to-cart .add-to-cart i.shopping-cart {
	margin-top: 1px;
}


#opc_customer_choice select.form-control:not([size]):not([multiple])
{
  height: calc(2.5rem - 6px);
}

.form-group input, .form-group select
{
  box-shadow: none;
  outline: none!important;
}
.form-group.has-error input, .form-group.has-error select
{
  outline: .1rem solid #ff4c4c!important;
  border-color: #ff4c4c;
}
.form-group input.nipUsed, .form-group input.mailUsed
{
  outline: .1rem solid #ffc600!important;
  border-color: #ffc600 !important;
}
.form-group.has-error > div.field_div:after
{
  content: attr(data-invalid);
  position: absolute;
  right: -213px;
  top: -1px;
  width:210px;
  min-height: 40px;
  padding: 8px 10px;
  padding-left: 25px;
  color: white;
  text-align: left;
  font-size: 12px;
  line-height: 1.5rem;
  background: url('../img/err2.jpg') left top no-repeat;
  background-color: #ed1717;
  outline: .0rem solid #ed1717;
  z-index: 9;
}
.form-group.has-error.field_checkbox > div.field_div:after
{
  display: none !important;
}
.form-group.has-error > div.form-control-valign:after
{
  right: -158px;
  width:155px;
  line-height: 0.8rem;
  z-index: 9999;
}
.form-group:not(.has-error) input:not(:placeholder-shown):not(:focus),
.form-group:not(.has-error) select:not(.empty):not(:focus)
{
  outline: .15rem solid #a5de9b;
  outline: none;
  border-color: #f6f6f6;
}


.category-sub-menu li .arrows
{
	position: absolute;
	top: 0px;
	right: 25px;
	width: auto;
	height: inherit;
	color: white!important;
	right: -11px;
    top: 7px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 5px;
}
.catprod .category-sub-menu li .arrows
{
    right: 9px;
}
.category-sub-menu li .arrows i:after
{
  position: absolute;
  top:0px;
  left: 9px;
  width: 35px;
  height: inherit;
  font-size: 24px;
  font-family: FontAwesome;
  color: #252527!important;
}
.catprod .category-sub-menu li[data-depth="1"] .arrows
{
    top:0;
}
.catprod .category-sub-menu li[data-depth="2"] .arrows,
.catprod .category-sub-menu li[data-depth="3"] .arrows
{
    top:0;
    margin-top: 0;
}
.category-sub-menu li[data-depth="1"] .arrows i:after,
.category-sub-menu li[data-depth="2"] .arrows i:after {
	left: 8px;
}
.category-sub-menu li[data-depth="2"] .arrows i:after {
	top: 5px;
}
.category-sub-menu li:hover > .arrows i:after
{
  color: #164a98!important;
}
.category-sub-menu li .arrows i.material-icons
{
  margin: 0px;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: inherit;
  font-size: 0px;
}
.block-categories li .arrows i.arrow-down:after
{
  content: "\f0d8";
}
.block-categories li .arrows i.arrow-right:after
{
  content: "";
	background: url(../img/arr_down.png) no-repeat right center !important;
	background-size: 15px 8px !important;
	display: block;
	width: 16px;
	height: 16px;
}
.block-categories .arrows[aria-expanded=true] .arrow-right {
	display: block;
}
.block-categories .arrows[aria-expanded=true] .arrow-right:after {
	transform: rotate(-180deg);
	transition: transform 0.5s;
	left: 9px;
}
.block-categories .arrows[aria-expanded=false] .arrow-right:after {
	transform: rotate(0deg);
	transition: transform 0.5s;
}
.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded=true] .arrow-down {
	display: none;
}
.block-categories .navbar-toggler[aria-expanded=true] ~ div.collapse {
	width: 100%;
}
.block-categories .navbar-toggler[aria-expanded=false] ~ div.collapse {
	width: 100%;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before
{
  display: none;
}



.custom-field-range, .custom-field-range-label {
	position: relative;
	float: left;
	top: -3px;
	clear: both;
}


.more, .less {
	width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -10px;
    color: #164a98;
    font-size: 15px;
    text-decoration: underline;
}


.block-category .category-cover
{
  display: none;
}
body#index .product-pack {
	margin-top: 0;
}
.product-pack article {
	float: left;
	display: block !important;
}
.errorProduct
{
  font-size: 0.8rem;
  padding-left: 20px;
  display: inline-block;
  background: url(../img/ico/alert-red.svg) no-repeat left 2px;
}
.errorProduct.bezzwrotny
{
  background: url(../img/bezzwrotny.png) no-repeat left top;
}
.errorProduct.czas_dostawy
{
    font-size: 0.75rem;
}
.errorProduct.czas_dostawy.CzasDniExt
{
    color:#ffc600!important;
}
.errorProduct.czas_dostawy span.czas_data
{
    white-space: nowrap;
}
.product-line-grid
{
    padding: 0rem 0px;
}
.cart-item.OverStock, .product-line-grid.OverStock, .product-line-grid.OverStock > div
{
    background:#faeded;
}

.carousel .carousel-control .icon-prev i, .carousel .carousel-control .icon-next i {
    font-size: 5.125rem;
    color: #d0d0d0;
}
.carousel .carousel-control .icon-prev:hover i, .carousel .carousel-control .icon-next:hover i{
	color: #164a98;
}
.carousel .carousel-control .icon-prev {
    left: -4.8rem;
}
.carousel .carousel-control .icon-next {
    right: -0.8rem;
}
.carousel-control .icon-prev {
    margin-left: 0px;
}
.carousel-control .icon-next {
    margin-left: 0px;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    top: 42%;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 0;
	height: 0;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
	font-size: 6.125rem;
    color: #d0d0d0;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.owl-nav .owl-prev i:hover, .owl-nav .owl-next i:hover {
	color: #164a98;
}
.owl-nav .owl-prev i {
    left: -5rem;
}
.owl-nav .owl-next i {
    right: -4.4rem;
}

body#product #related-full {
    display: block !important;
}

body#index .featured-products .owl-nav .owl-prev i,
body#index .featured-products .owl-nav .owl-next i,
body#product .featured-products .owl-nav .owl-prev i,
body#product .featured-products .owl-nav .owl-next i,
body#index .onsale-products .owl-nav .owl-prev i,
body#index .onsale-products .owl-nav .owl-next i,
body#product #related-full .owl-nav .owl-prev i,
body#product #related-full .owl-nav .owl-next i {
	color: transparent;
	text-shadow: none;
	background: url(../img/ico/arrow-left-v2.png) no-repeat center center transparent;
	left: -101px;
    top: 21px;
}
body#index .featured-products .owl-nav .owl-prev i:hover,
body#index .onsale-products .owl-nav .owl-prev i:hover,
body#product #related-full .owl-nav .owl-prev i:hover {
	background: url(../img/ico/arrow-left-v3.png) no-repeat center center transparent;
}
body#index .featured-products .owl-nav .owl-next i,
body#product .featured-products .owl-nav .owl-next i,
body#index .onsale-products .owl-nav .owl-next i,
body#product #related-full .owl-nav .owl-next i {
	background: url(../img/ico/arrow-right-v2.png) no-repeat center center transparent;
	left: initial;
    right: -102px;
}
body#index .featured-products .owl-nav .owl-next i:hover,
body#index .onsale-products .owl-nav .owl-next i:hover,
body#product #related-full .owl-nav .owl-next i:hover {
	background: url(../img/ico/arrow-right-v3.png) no-repeat center center transparent;
}

#content-hook_order_confirmation {
	background: none;
    border: 0;
    color: #000000;
}
#content-hook_order_confirmation > .card-block {
	padding: 8px 0;
    text-indent: -3px;
}
#content-hook_order_confirmation .h1 {
	font-size: 32px;
    color: #313438;
    font-family: OpenSans;
    font-weight: normal;
    text-transform: initial;
	margin-bottom: 86px;
}
#content-hook_order_confirmation p {
    margin-bottom: 14px;
	color: #313438;
    font-family: OpenSansBold;
    font-size: 18px;
	text-indent: 2px;
	margin-bottom: 17px;
}
body#module-tpay-ordererror #content-hook_order_confirmation p {
	margin-bottom: -46px;
}
#content-hook_order_confirmation p span {
    color: #4ab67d;
    display: inline-block;
}
.page-order-confirmation.card {
	border: 0;
	background-color: transparent;
}
.page-order-confirmation.card .card-block {
	padding: 0;
}
.page-order-confirmation #order-details {
	margin-top: 0;
	font-size: 18px;
    font-family: OpenSans;
	font-weight: normal;
}
.page-order-confirmation .what-now {
	clear: both;
    margin-top: 20px;
    float: left;
    color: #313438;
    font-size: 18px;
    font-family: OpenSans;
	max-width: 578px;
}
.page-order-confirmation .what-now a {
	text-decoration: underline;
    display: inline-block;
}
.page-order-confirmation .what-now span {
	font-family: OpenSans;
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 8px;
}
.page-order-confirmation .what-now span:nth-of-type(1) {
	font-family: OpenSansBold;
}
.page-order-confirmation .what-now span:nth-of-type(2),
.page-order-confirmation .what-now span:nth-of-type(3) {
	padding-left: 30px;
	background: url(../img/ico/check-solid.svg) 0px 10px no-repeat transparent;
    background-size: 16px;
    line-height: 30px;
    margin-top: -3px;
    margin-bottom: 3px;
}
body.page-order-confirmation #main {
	background: url(../img/empty-cart.svg) 107.2% 15px no-repeat transparent;
    background-size: 50% 66%;
}
.page-order-confirmation .icos.back,
body#module-tpay-ordererror:not(.page-order-confirmation) .icos.back {
	margin-top: 44px;
    width: 290px;
    height: 49px;
    margin-bottom: 100px;
    line-height: 27px;
    font-family: 'OpenSansBold';
    letter-spacing: 0.2px;
	background-image: url(../img/ico/circle-arrow-left.svg);
	padding-left: 40px;
    padding-right: 4px;
    background-position: 27px center;
    background-size: 20px 20px;
}
.page-order-confirmation .icos.back.down
{
    width:auto;
    margin-left: 10px;
    padding-left: 60px;
    padding-right: 30px;
    color: black;
    background-color: #ffc600 !important;
    background-position: 27px center;
    background-image: url(../img/ico/arrow-down-circle.svg);
}
.page-order-confirmation.card .h3 {
	background-color: #dfdfdf;
    height: 3.2rem;
    line-heighT: 3.2rem;
    padding-left: 1.2rem;
    font-size: 1.2rem;
	margin-bottom: 0;
}
.order-confirmation-table .order-line.first > div {
	text-transform: uppercase;
}
.order-confirmation-table .order-line.first .qty .row div {
	text-transform: initial;
}
.order-confirmation-table .order-line.first .qty .row div:nth-child(1) {
	padding-right: 1.5rem;
}
.order-confirmation-table .order-line.first .qty .row div:nth-child(2) {
	padding-right: 5px;
}
.order-confirmation-table .order-line.first .qty .row div:nth-child(3) {
	padding-right: 15px;
}
.order-confirmation-table .order-line {
	margin: 0 !important;
}
.order-confirmation-table .order-line > div {
	margin: 0 !important;
	height: 5rem;
}
.order-confirmation-table .order-line > div span {
	height: 5rem;
    display: flex;
	align-items: center;
}
.order-confirmation-table .order-line > div .image {
	width: 100%;
	text-align: center;
	justify-content: center;
}
.order-confirmation-table .order-line > div .image img {
	max-height: 4rem;
    heighT: auto;
    width: auto !important;
    max-width: 100%;
	margin-bottom: 0rem !important;
}
.order-confirmation-table .order-line .details span {
	justify-content: left;
	text-align: left;
}
.order-confirmation-table .order-line:not(.first) .qty {
	padding: 0;
}
.order-confirmation-table .order-line:not(.first) .qty .row div {
	justify-content: flex-end;
    text-align: right !important;
    align-items: center;
    height: 4rem;
    display: flex;
	padding: 16px;
    height: 7rem;
    border-bottom: 1px solid #dfdfdf;
}
.order-confirmation-table .order-line:not(.first) .qty .row div:nth-child(1) {
	padding-right: 1.5rem;
	border-right: 1px solid #dfdfdf;
}
.order-confirmation-table .order-line:not(.first) .qty .row div:nth-child(2) {
	padding-right: 1.5rem;
	border-right: 1px solid #dfdfdf;
}
.order-confirmation-table .order-line:not(.first) .qty .row div:nth-child(3) {
	border-right: 1px solid #dfdfdf;
}
.order-confirmation-table .order-line:nth-child(1) > div {
    font-size: 1rem;
    text-align: center;
	font-size: 1rem;
	line-height: 3rem;
	height: 3rem;
    padding: 0;
	font-weight: bold;
	background-color: #dfdfdf;
}

.order-confirmation-table .order-line > div:last-child {
	padding-right: 0;
}
.order-confirmation-table .order-line > div {
	border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    height: 7rem;
    padding: 1rem;
}


.podsumowanie-koszty {
	background-color: #dfdfdf;
    padding: 1rem;
	float: left;
    width: 100%;
}
.podsumowanie-koszty .sum-row {
	background-color: #dfdfdf;
    padding: 0.5rem;
    clear: both;
    float: left;
    width: 100%;
}
.podsumowanie-koszty .sum-row.bold {
	font-weight: normal;
	font-family: OpenSansBold;
}
.podsumowanie-koszty .sum-row .left {
	float: left;
}
.podsumowanie-koszty .sum-row .right {
	float: right;
}

#content-hook_payment_return p {
	font-weight: bold;
	margin-bottom: 0;
}
.owl-carousel .product-quantity .qty,
.product-quantity .qty {
	margin-left: 7px;
}

#additions-selector {
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    width: 100vw;
    padding: 50px;
}

body#product #additions-selector .container #featured-products-tabs {
    margin-bottom: 30px;
}

#additions-selector ul li {
    padding: 10px 0;
    font-size: 1.1rem;
}

.additions-selector-spacer {
    display: block;
    margin-bottom: 400px;
}

#oferta-specjalna {
    padding-top: 13px;
	margin-bottom: 50px;
    clear: both;
    float: left;
    width: 100%;
}
body#index #oferta-specjalna h1.products-section-title,
body#index #oferta-specjalna h3.products-section-title {
	margin-bottom: 31px;
}
body#category #oferta-specjalna,
body#product #oferta-specjalna {
	margin-bottom: 0px;
}
body#category #content-wrapper #oferta-specjalna {
	margin-top: -21px;
	margin-bottom: 30px;
}
body#category #oferta-specjalna #featured-products-tabs,
body#product #oferta-specjalna #featured-products-tabs,
body#product #related-full #featured-products-tabs,
body#product #accessories-full #featured-products-tabs,
body#product #additions-selector #featured-products-tabs {
	border: 0;
}
body#category #oferta-specjalna .products-section-title {
	font-family: 'OpenSansSemiBold';
    text-transform: none;
    font-size: 28px;
    color: #252527;
}
body#category #content-wrapper #oferta-specjalna .products-section-title {
    font-family: 'OpenSansExtraBold';
    text-transform: none;
    font-size: 24px;
    color: #252527;
    float: left;
    margin-bottom: 0px;
}
body#product #oferta-specjalna .products-section-title,
body#product #related-full .products-section-title,
body#product #accessories-full .products-section-title,
body#product #additions-selector #featured-products-tabs {
    font-family: 'OpenSansExtraBold' !important;
	text-transform: none !important;
    color: #252527 !important;
	font-size: 32px !important;
	margin-bottom: 13px;
}
#oferta-specjalna .featured-products {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	margin-top: 16px !important;
}
body#category #oferta-specjalna .featured-products {
	margin-top: 15px !important;
}
body#product #oferta-specjalna .featured-products {
	margin-top: 38px !important;
}
#oferta-specjalna li.product-flag.has_discount {
	display: none;
}
#oferta-specjalna .oferta-duza {
	float: left;
	border: 1px solid #efefef;
    max-width: 610px;
    max-height: 605px;
	width: calc(100% - 610px - 20px);
}
#oferta-specjalna .oferta-duza .product-miniature,
#oferta-specjalna .oferta-duza .thumbnail-container,
#oferta-specjalna .oferta-reszta .thumbnail-container {
	width: 100%;
	background-color: transparent;
}
#oferta-specjalna .oferta-reszta .thumbnail-container {
	min-height: 289px !important;
}
body#category #oferta-specjalna .oferta-reszta .thumbnail-container,
body#product #oferta-specjalna .oferta-reszta .thumbnail-container {
	border: 0;
}
#oferta-specjalna .oferta-duza .left-side > .product-title {
	display: none;
}
#oferta-specjalna .oferta-duza .product-miniature img,
#oferta-specjalna .oferta-reszta .product-miniature img {
	height: 338px;
	width: auto;
	max-width: 100%;
}
#oferta-specjalna .oferta-reszta .product-miniature img {
	height: 118px;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature img,
body#product #oferta-specjalna .oferta-reszta .product-miniature img {
	margin-top: 8px;
	height: 130px;
}
body#product #oferta-specjalna .oferta-reszta .product-miniature img {
	margin-top: 12px;
}
body#category #oferta-specjalna .owl-carousel:not(#carousel-main) .owl-item img,
body#product #oferta-specjalna .owl-carousel:not(#carousel-main) .owl-item img,
body#product #related-full .owl-carousel:not(#carousel-main) .owl-item img {
	height: 120px !important;
}
body#category #oferta-specjalna .oferta-reszta .quickview_cart .product-quantity {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#oferta-specjalna .oferta-duza .quickview_cart .product-quantity {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#oferta-specjalna .oferta-duza .quickview_cart .add,
#oferta-specjalna .oferta-reszta .quickview_cart .add {
	float: left;
	left: 0%;
}
#oferta-specjalna .oferta-reszta .quickview_cart .product-quantity {  /**/
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#oferta-specjalna .oferta-reszta .quickview_cart .add {
	left: 0;
	width: 40px;
}
body#index #oferta-specjalna:not(.b2b) .oferta-reszta .quickview_cart .add {
	margin-right: 0;
}
body#category #oferta-specjalna .oferta-reszta .quickview_cart .add {
	left: 0;
	margin-left: 0;
}
body#product #oferta-specjalna .oferta-reszta .quickview_cart .add {
	left: 0;
	margin-left: 0;
	top: -21px;
}
body#product #oferta-specjalna.b2b .oferta-reszta .quickview_cart .add {
	left: 0;
	margin-right: 3px;
}
body#category #oferta-specjalna.b2b .oferta-reszta .quickview_cart .add {
	left: 0;
	margin-right: 3px;
}
body#product #oferta-specjalna .product-miniature.product_show_list .quickview_cart {
	width: 100%;
}

body#category #oferta-specjalna .products-section-title:hover,
body#product #oferta-specjalna .products-section-title:hover,
body#product #related-full .products-section-title:hover,
body#product #accessories-full .products-section-title:hover,
body#product #additions-selector .products-section-title:hover {
	background: initial;
    border-bottom: initial;
    color: initial;
}
#oferta-specjalna.b2b .oferta-duza .quickview_cart .add {
	left: 0;
}
#oferta-specjalna.b2b .oferta-reszta .quickview_cart .add {
	/*left: 35.8%;*/
	left: 0;
	margin-right: 4px;
}
#oferta-specjalna .oferta-duza .quickview_cart .product-add-to-cart .add-to-cart i.shopping-cart,
#oferta-specjalna .oferta-reszta .quickview_cart .product-add-to-cart .add-to-cart i.shopping-cart {
    background: url(../img/ico/koszyk-lite-white.svg) center center no-repeat transparent !important;
    background-size: 35px 35px !important;
    width: 60px;
    height: 60px;
    margin-top: -4px;
}
#oferta-specjalna .oferta-reszta .quickview_cart .product-add-to-cart .add-to-cart i.shopping-cart {
	background-size: 20px 20px !important;
    width: 28px;
    height: 24px;
    margin-top: 0px;
}
#oferta-specjalna .oferta-duza .quickview_cart .product-quantity .question-button .wishlist,
#oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist {
	top: -20px;
    /*float: left;
    left: 51%;*/
	left: 0;
	position: relative;
    right: 0px;
}
body#category #oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist,
body#product #oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist {
	top: 0;
    float: left;
    left: 0;
}
body#product #oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist {
	top: -21px;
    left: 0;
	margin-left: 3px;
}
#oferta-specjalna .oferta-duza .product-add-to-cart .wishlist_zapyt i.material-icons,
#oferta-specjalna .oferta-reszta .product-add-to-cart .wishlist_zapyt i.material-icons {
    background: url(../img/ico/question-black.svg) center center no-repeat transparent !important;
    margin-right: 0;
    background-size: 36px 35px !important;
    margin-top: 3px;
    width: 50px;
    height: 45px;
}
#oferta-specjalna .oferta-reszta .product-add-to-cart .wishlist_zapyt i.material-icons {
	background-size: 21px 24px !important;
    margin-top: 0px;
    width: 21px;
    height: 20px;
}	
#oferta-specjalna .oferta-duza .quickview_cart .product-quantity .question-button .wishlist a.btn-secondary:hover,
#oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist a.btn-secondary:hover {
	background-color: #ffc709 !important;
}

#oferta-specjalna .oferta-duza .product-title {
	padding: 0 8%;
}
#oferta-specjalna .oferta-reszta .product-title {
	padding: 0 11%;
	line-height: 19px;
	max-height: 42px;
}
body#category #oferta-specjalna .oferta-reszta .product-title,
body#product #oferta-specjalna .oferta-reszta .product-title {
	width: 100%;
	margin: 0 0;
}
body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-title {
	line-height: 19px;
    max-height: 66px;
}
body#product #oferta-specjalna .oferta-reszta .product-title {
	padding: 0 5%;
}
body#category #oferta-specjalna .product-miniature.product_show_list .information-bar,
body#product #oferta-specjalna .product-miniature.product_show_list .information-bar {
	z-index: -1;
}
body#index #oferta-specjalna .oferta-duza .product-miniature .product-title a {
	font-size: 18px !important;
}
body#index #oferta-specjalna .oferta-reszta .product-miniature .product-title a {
	font-size: 14px !important;
}
#oferta-specjalna .oferta-duza .left-side {
	height: 554px;
}
#oferta-specjalna .oferta-duza .left-side .product-thumbnail,
#oferta-specjalna .oferta-reszta .left-side .product-thumbnail {
	height: initial;
	max-height: 100%;
	border: 0;
}
body#category #oferta-specjalna .oferta-reszta .left-side .product-thumbnail,
body#product #oferta-specjalna .oferta-reszta .left-side .product-thumbnail {
	height: 120px !important;
	width: 100% !important;
    margin-left: 0;
}
#oferta-specjalna .oferta-duza .left-side .product-thumbnail img {
	max-width: 100%;
	max-height: 100%;
}
#oferta-specjalna .quickview_cart .add {
	width: 70px;
}
#oferta-specjalna .oferta-duza .add-to-cart.addToCart,
#oferta-specjalna .oferta-reszta .add-to-cart.addToCart {
	width: 70px;
    height: 70px;
    border-radius: 50%;
}
#oferta-specjalna .oferta-reszta .add-to-cart.addToCart {
	width: 40px;
    height: 40px;
}
#oferta-specjalna .oferta-duza .add-to-cart.addToCart span,
#oferta-specjalna .oferta-reszta .add-to-cart.addToCart span {
	display: none;
}
#oferta-specjalna .oferta-duza .quickview_cart .product-quantity .question-button .wishlist .addToWishlist,
#oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist .addToWishlist {
	width: 70px;
    height: 70px;
    background-color: #ffc709;
    border-radius: 50%;
}
#oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist .addToWishlist {
	width: 40px;
    height: 40px;
}
#oferta-specjalna .oferta-duza .product-description {
	margin-top: 13px;
}
body#index #oferta-specjalna .featured-products .oferta-duza  .product-price-and-shipping {
	margin-top: 29px;
}
#oferta-specjalna .oferta-reszta .product-miniature .product-price-and-shipping {
	margin-top: 13px;
}
#oferta-specjalna .oferta-duza .product-miniature:not(.product_show_list) .product-price-and-shipping .price {
    font-size: 40px;
}
#oferta-specjalna .oferta-duza .product-miniature .quickview_cart #product-availability,
#oferta-specjalna .oferta-reszta .product-miniature .quickview_cart #product-availability {
	display: none;
}
#oferta-specjalna .oferta-duza .product-miniature .regular-price {
    margin-top: 12px;
}
#oferta-specjalna .oferta-reszta .product-miniature .regular-price {
	margin-top: 1px;
    font-size: 14px;
}
#oferta-specjalna .oferta-duza .product-miniature:not(.product_show_list) .product-info-box .omnibus-price,
#oferta-specjalna .oferta-reszta .product-miniature:not(.product_show_list) .product-info-box .omnibus-price {
    text-align: center;
}
#oferta-specjalna .oferta-reszta .product-miniature:not(.product_show_list) .product-info-box .omnibus-price {
	font-size: 12px;
    width: 89%;
	margin: -1px auto 0 auto;
    text-align: center;
}

#oferta-specjalna .oferta-reszta {
    max-width: 610px;
    float: right;
	width: 610px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
body#category #oferta-specjalna .oferta-reszta,
body#product #oferta-specjalna .oferta-reszta {
	width: 100%;
	max-width: 100%;
}
body#product #oferta-specjalna .oferta-reszta {
	max-width: 100%;
	flex-wrap: nowrap;
}
#oferta-specjalna .oferta-reszta .product-miniature {
	float: left;
    border: 1px solid #efefef;
    max-width: 295px;
    width: 47%;
}
body#product #oferta-specjalna .oferta-reszta .product-miniature {
	max-width: 233px;
}
body #oferta-specjalna .oferta-reszta .product-miniature {
	margin-right: 0px !important;
	width: calc(50% - 10px);
	max-height: 289px;
    overflow: hidden;
	margin-bottom: 27px !important;
	overflow: initial;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature {
	height: 290px !important;
	max-height: 300px;
	margin-bottom: 34px !important;
}
body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature {
	height: 290px !important;
	max-height: 323px;
	margin-bottom: 34px !important;
}
body#product #oferta-specjalna .oferta-reszta .product-miniature {
	height: 296px !important;
	max-height: 316px;
	margin-bottom: 34px !important;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .left-side,
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .left-side {
    width: 100%;
    float: left;
    clear: both;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-title a {
	padding: 0 4%;
}
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-title a {
	padding: 0 0%;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-title a {
	font-size: 14px;
    color: #252527;
	line-height: 19px !important;
}
body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-title a {
	line-height: 18px !important;
    margin-top: 0px;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-title a {
	font-family: 'OpenSansBold';
    text-align: center !important;
}
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-title a {
	font-size: 14px !important;
	color: #252527;
	line-height: 19px !important;
	font-family: 'OpenSansBold' !important;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-description,
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-description {
	width: 100% !important;
    padding-left: 0;
}
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-description {
	margin-top: 0;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature .product-price-and-shipping,
body#product #oferta-specjalna .oferta-reszta .product-miniature .product-price-and-shipping {
	margin-top: 9px;
}
body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature .product-price-and-shipping {
	margin-top: 6px;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .price {
	margin: 0 auto !important;
    text-align: center;
    color: #252527;
    font-size: 25px;
    font-family: 'OpenSansExtraBold';
	height: 25px;
	border: 0;
	width: 100%;
}
body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .price {
	font-size: 20px;
    font-family: 'OpenSansExtraBold';
}
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .price {
	margin: 0 auto !important;
    text-align: center;
    color: #252527 !important;
    font-size: 25px !important;
    font-family: 'OpenSansExtraBold' !important;
	height: 25px;
	border: 0;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .price .non-bold,
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .price .non-bold {
	font-size: 15px; 
	font-family: 'OpenSansBold';
}
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .price .non-bold {
	font-family: 'OpenSansBold' !important;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .regular-price,
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .regular-price {
    text-align: center;
	position: relative;
    top: initial;
	left: initial;
    right: initial;
}
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .regular-price {
	color: #ffc609 !important;
    margin-right: 0px;
    font-size: 16px;
    padding-right: 3px;
    background: transparent; 
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-family: 'OpenSansExtraBold' !important;
	left: 0;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box,
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box {
	width: 100%;
    text-align: center;
    position: relative;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box .omnibus-price {
	font-size: 12px;
    color: #252527;
}
body#category #left-column #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box .omnibus-price {
	padding-left: 20px;
    padding-right: 20px;
    line-height: 16px;
    margin-top: 3px;
    float: left;
}
body#index #oferta-specjalna .oferta-reszta .product-miniature .product-info-box .omnibus-price {
	padding-left: 20px;
    padding-right: 20px;
}
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box .omnibus-price {
	font-size: 12px !important;
    color: #252527 !important;
	line-height: 12px !important;
	margin-top: 7px;
    float: left;
}
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box .omnibus-price .price-text {
	font-size: 12px !important;
}

#oferta-specjalna .oferta-reszta .left-side > .product-title {
	display: none;
}
body#category #oferta-specjalna #oferta-specjalna #add-to-cart-or-refresh,
body#product #oferta-specjalna #oferta-specjalna #add-to-cart-or-refresh {
	height: 60px;
}
#oferta-specjalna .oferta-reszta .quickview_cart {
    float: left;
    width: 100%;
    bottom: -42px;
    position: relative;
}
body#category #oferta-specjalna .oferta-reszta .quickview_cart {
	top: -2px;
}
body#category #content-wrapper #oferta-specjalna .oferta-reszta .quickview_cart {
	top: -2px;
}
body#product #oferta-specjalna .oferta-reszta .quickview_cart {
	top: 14px;
}
body#category #oferta-specjalna .oferta-reszta .quickview_cart,
body#product #oferta-specjalna .oferta-reszta .quickview_cart {
	border: 0;
	padding: 0;
}
#oferta-specjalna .quickview_cart {
	display: block;
}
#oferta-specjalna .quickview_cart * {
    display: none;
}
body#product #oferta-specjalna .quickview_cart .product-quantity {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#oferta-specjalna #add-to-cart-or-refresh,
#oferta-specjalna .product-add-to-cart, 
#oferta-specjalna .quickview_cart .product-quantity,
#oferta-specjalna .quickview_cart .add,
#oferta-specjalna .quickview_cart .add-to-cart.addToCart,
#oferta-specjalna .quickview_cart .add-to-cart.addToCart *,
#oferta-specjalna.b2b .quickview_cart .product-quantity .question-button,
#oferta-specjalna .quickview_cart .product-quantity .question-button .wishlist,
#oferta-specjalna .quickview_cart .product-quantity .question-button .wishlist .addToWishlist,
#oferta-specjalna .quickview_cart .product-quantity .question-button .wishlist .addToWishlist *,
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-description .product-title,
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-description .product-title,
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box .omnibus-price,
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box .omnibus-price,
body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .left-side
/*body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .quickview_cart .price,
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .quickview_cart .price * */ {
    display: block;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping > span,
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping > span {
    display: block !important;
}

body#category #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product-shipment,
body#product #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product-shipment,
body#category #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product_reference,
body#product #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product_reference,
body#category #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity,
body#product #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity,
body#category #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product_manufacturer,
body#product #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product_manufacturer,
body#category #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product-quantities,
body#product #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product-quantities,
body#category #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product-ean,
body#product #oferta-specjalna .product-miniature.product_show_list .product-price-and-shipping .product-ean {
	display: none;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list #product-availability .info,
body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list #product-availability .info,
body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .quickview_cart .product-price-and-shipping > span {
	display: none !important;
}

@media screen and (max-width: 1270px) {
	.featured-products .product-miniature,
	.onsale-products .product-miniature	{
		width: calc(23.4% - 18px);
		height: 340px;
	}
}
#contact main #wrapper #content-wrapper {
	display: none;
}
#contact #content-wrapper.maps {
	display: block !important;
	padding: 0;
}
#contact #content-wrapper.maps #content {
	border: 0;
	padding: 0;
}
#contact #content-wrapper.maps #content .title {
    font-family: OpenSans;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2rem;
    display: block;
    color: #232323;
    font-size: 1.2rem;
    width: 818px;
    float: right;
}
#contact #content-wrapper.maps iframe {
	border: 0;
	float: right;
}
#contact main #wrapper #left-column {
	width: 100%;
}
#contact main #wrapper #left-column .contact-rich {
    float: left;
}
#contact main #wrapper #left-column .contact-rich a {
	font-size: 0.9rem;
}

#opiekunowie
{
	float: left;
	width:100%;
}
.kont-opiekunowie {
	margin-bottom: 1rem;
}
.opiekun
{
	float: left;
	width:32%;
	background: url(../img/osoba.png) no-repeat 20px 18px #f6f6f6;
	padding: 10px 10px 10px 57px;
	margin: 15px 2% 15px 0;
	line-height: 24px;
	color: #232323;
	font-size: 0.8rem;
	line-height: 1.4rem;
	font-family: OpenSans;
}
.opiekun:hover {
	background-color: #ebeaea;
}
.opiekun b {
	font-size: 0.9rem;
	font-weight: bold;
	font-family: OpenSans;
}
.opiekun:nth-child(3n)
{
	margin-right: 0%;
}

.padright1rem {
	padding-right: 1rem;
}


.wrap_search_widget {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.wrap_search_widget > form {
	z-index: 99;
}
.wrap_search_widget > form.zindex {
	z-index: 9999;
}
.wrap_search_widget #search_popup {
	max-width: 1260px;
    min-height: 200px;
	position: absolute;
    left: 39%;
	top: -26px;
    transform: translate(-50%,0%);
	overflow: hidden;
  display: none;
}
#search_popup .search_close
{
  display: none;
}
#search_popup .catprod.category .phsearch-item {
    border-bottom: 1px solid #e6e6e6;
	background-color: #fafafa;
    background:none;
    margin-right: 10px;
	padding-bottom: 0;
    padding-top: 0;
}
#search_popup .catprod.category .phsearch-item svg {
    margin: 20px 0;
	right: 10px;
}
#search_popup .catprod.category .phsearch-item svg:nth-of-type(2) {
	display: none;
}
#search_popup li+li:before
{
    display: none;
    content: "";
}
#search_popup .wrap_item .catprodrow .catprod {
	padding-left: 33px;
    padding-right: 0;
    float: right;
    width: calc(100% - 327px);
}
#search_popup .wrap_item .catprodrow .catprod.category {
	bottom: 0;
    max-width: 310px;
    position: relative;
    left: -17px;
	top: -4px;
    padding-left: 0px;
    margin: 0;
    background: none;
}
#search_popup .catprod.category .phsearch-item .phsearch-name {
	display: inline-block;
    font-size: 14px;
    font-weight: 700;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    color: #164a98;
    font-family: 'OpenSansBold';
}
#search_popup .catprod.category .phsearch-item .phsearch-cat_count {
	font-size: 14px;
    margin-top: -3px;
    font-family: OpenSans;
    color: #232323;
	display: none;
}
#search_popup .phsearchcol-image {
    border: 0;
    height: 85px;
    width: 85px!important;
    padding: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	margin-right: 0px !important;
	margin-left: 10px !important;
}
#search_popup .phsearch-item .phsearch-image {
	width: 85px;
}
#search_popup .phsearch-item a {
	height: 85px;
}
#search_popup .category .phsearch-item a {
	height: 58px;
}
#search_popup .catprod.category .phsearch-item .phsearch-name {
	max-width: 192px;
	overflow: initial;
	white-space: normal;
	height: auto;
	margin-top: 6px;
}
#search_popup .wrap_item .catprodrow .catprod.category {
	padding: 0;
}
#search_popup .wrap_item .catprodrow .catprod.category.grey {
	height: 100%;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
	margin-top: 0px;
	padding-top: 0px;
	width: 310px;
    max-width: 310px;
	left: -17px;
}
#search_popup .phsearch-item {
	padding: 6px 0;
	border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
#search_popup .phsearch-item .phsearch-post {
	color: #164a98;
    margin-top: 0px !important;
    font-style: normal !important;
    font-family: OpenSansSemiBold;
}
#search_popup .phsearch-item .phsearch-name {
    font-size: 14px !important;
    font-family: 'OpenSansBold';
    color: #232323;
    margin-bottom: 7px;
    font-weight: normal;
    margin-top: 6px;
}
#search_popup .phsearch-item .regular-price {
	text-decoration: none;
	font-family: 'OpenSansBold';
	font-size: 14px;
	color: #232323;
	text-align: center;
	font-weight: bold;
}
#search_popup .phsearch-item .price-for-you {
	color: #164a98;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
	display: none;
}
#search_popup .phsearch-item .phsearchcol-desc {
	width: 92% !important;
}
#search_popup .phsearch-item .phsearchcol-price {
	margin-top: -24px !important;
	width: initial;
	padding-left: 0;
	float: right;
}
#search_popup .phsearch-item .phsearchcol-desc {
	width: 48%;
}
#search_popup .wrap_item > .catprodrow {
    clear: both;
    position: relative;
	padding-top: 17px;
	overflow: hidden;
}
#search_popup .regular-price:before {
	content: '';
	background: transparent;
    border: 0;
}
#search_popup .search-query {
	float: left;
    padding-left: 40px;
    color: #232323;
}
#search_popup .search-query:not(.label) {
	display: none;
}
#search_popup .search-query.label {
	float: left;
    width: 310px;
    text-align: left;
    color: #252527;
    font-family: 'OpenSansSemiBold';
    font-size: 22px;
    position: relative;
}
#search_popup .search-query {
    padding: 19px 20px 6px 0;
}
.inpostship-content {
	order: 20;
    width: 100%;
    margin-top: 20px;
    background: transparent;
    border: 0 !important;
    padding: 0;
}
.inpostship-content .inpostship-main-box .openMap {
	background: #222c44;
    max-width: 263px;
    /* padding-top: 16px; */
    height: 48px;
    line-height: 33px;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 17px;
}
.inpostship-content .inpost-geowidget-box {
	border: 1px solid grey;
}
.inpostship-main {
	padding: 15px;
    background: #ffffff;
    border: 0;
    margin-top: 0px;
    float: left;
	width: 100%;
}
.inpostship-main-box {
	width: 100%;
    clear: both;
    float: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.inpostNear {
	display: none;
}
.inpostNear .nearInpost {
	border: 3px solid #222c44 !important;
    padding: 10px 5px 5px;
}
.inpostship-main p.point-info {
	font-size: 14px;
}

@media (min-width: 1199px) {
	#search_popup {
		min-width: 1260px;
	}
}
#search_block_top {
	padding-left: 1px;
}
#search_block_top #searchbox {
	max-width: 552px;
}
#search_block_top.mobile_vh
{
  opacity: 0;
  height: 0;
  display: block!important;
}
#search_block_top #search_query_top {
	border: 1px solid #cbcbcb;
    border-radius: 0px;
    -webkit-border-radius: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
}
#search_block_top #search_query_top::placeholder {
	line-height: 40px;
}
.facet_remove, .facet_toggle
{
  position: absolute;
  float: right;
  top: 0;
  right: 10px;
  line-height: 55px;
  font-family: OpenSans;
  font-weight: bold;
  font-size: 13px;
  color:black;
}

.facet_toggle
{
  right: 0;
  display: none;
}
.ismobile1 #search_filters.may_have_hidden_values .facet_remove
{
  display: none;
}
.ismobile1 #search_filters.may_have_hidden_values .facet_toggle
{
  display: block;
}
.ismobile1 #search_filters.may_have_hidden_values .facet:not(.hidden_values) .facet_toggle i.add,
.ismobile1 #search_filters.may_have_hidden_values .facet.hidden_values .facet_toggle i.remove
{
  display: none;
}
.facet_remove:hover, .facet_toggle:hover {
	text-decoration: none;
}
.facets_popup
{
  width:1240px!important;
  top:100px!important;
}
#facets_popup {
  position: relative;
}
.facets_popup .fancybox-inner, #facets_popup
{
  width:100%!important;
}
.facets_popup .fancybox-skin
{
  padding: 47px 50px !important;
}
#facets_popup .cscroll {
	float: left;
    overflow: visible;
    clear: both;
	width: 100%;
    height: 350px;
    overflow: auto;
    max-height: 350px;
	margin-top: 10px;
	border:1px solid rgba(0,0,0,.25);
	display: block;
}
#facets_popup .wrap_search_widget {
  width:225px;
  float: left;
}
#facets_popup h2
{
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'OpenSansSemiBold';
	width: 100%;
    text-align: left;
}
#facets_popup div.text
{
  padding: 5px 0 32px 0;
  font-size: 14px;
  color: #999999;
}
#facets_szukaj
{
  background: white;
}
#facets_list
{
  float: left;
  width:100%;
  height: 100%;
  overflow-y: visible;
}
#facets_list > div
{
	float: left;
}
#facets_list div input[type="checkbox"]
{
  float: left;
  margin: 10px 10px;
  max-width: 20px;
  display: none;
}

#facets_list div label.active, .relatedcategory.active
{
	border-color: #222c44;
	color: #222c44;
}
#facets_list div label, .relatedcategory
{
	color:#252527;
	font-size: 14px;
	text-align: left;
	float: left;
    width: auto;
    line-height: 46px;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
    margin-right: 16px;
    margin-bottom: 15px;
    height: 46px;
    max-width: initial;
    padding-right: 12px;
	padding-left: 12px;
	min-width: 123px;
	cursor: pointer;
}
#facets_buttons
{
  float: left;
  width:100%;
  margin-top: 20px;
}
#facets_popup .nav{
	position: absolute;
	top: 3px;
	right: 0;
}
#facets_popup .check-all,
#facets_popup .uncheck-all {
	color: #292929;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 189px;
    line-height: 46px;
    border: 1px solid #dfdfdf;
    background-color: #fafafa;
    margin-right: 16px;
    margin-bottom: 16px;
    height: 46px;
    max-width: initial;
    padding-right: 12px;
    padding-left: 12px;
    min-width: 123px;
    cursor: pointer;
    padding-left: 49px;
    padding-right: 12px;
    background-color: #fafafa;
    letter-spacing: -0.6px;
}
#facets_popup .check-all {
	background: url(../img/ico/arrows.png) 14px center no-repeat #fafafa;
}
#facets_popup .uncheck-all {
	background: url(../img/ico/x.png) 16px center no-repeat #fafafa;
	margin-right: 0;
}
#facets_popup .products-sort-order
{
  width:260px;
  float: right;
  margin-top: -1px;
}
#facets_popup .products-sort-order .select-title
{
  border:1px solid rgba(0,0,0,.25);
}
#facets_popup .fancyboxconfirm{
	height: 48px;
    width: 145px;
    background: url(../img/ico/ok.png) 25px center no-repeat #222c44;
	padding-left: 57px;
	line-height: 48px;
}

#search_block_top .btn.button-search, #facets_popup .btn.button-search
{
	background: #fbfbfb;
	color: #949498;
    border-radius: 0;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
	padding: 0;
}
#search_block_top #search_query_top {
	background-color: #ffffff;
}
#search_block_top .btn.button-search .search {
	color: transparent;
	background: url(../img/ico/search.svg) center center no-repeat #164a98;
	background-size: 21px 21px;
	width: 48px;
    height: 48px;
}
#facets_popup .btn.button-search
{
  position: absolute;
  top:2px;
  background: transparent;
}
#search_popup .no-results,
#search_popup .no-results-start {
	margin: 0;
    padding: 0;
    min-height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 1rem;
    font-family: 'OpenSans';
    color: #232323;
	padding-bottom: 100px;
    padding-top: 0px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#search_popup.zeroprod {
	left: 39%;
    top: -49px;
    width: 100%;
}
#search_popup.zeroprod .wrap_item {
	width: 100%;
}
#search_query_top {
	line-height: 48px;
    font-size: 14px;
	font-style: normal;
}
#search_query_top::placeholder {
	color: #949498;
	line-height: 48px;
    font-size: 14px;
	font-style: normal;
}
#search_popup {
	background-color: transparent;
}
#search_popup .wrap_item {
    margin: 0;
    padding-top: 112px;
    background-color: #ffffff;
    height: 100%;
    float: left;
	width: 100%;
}
#search-background {
	display: none;
	width: 100%;
    height: 100%;
    background-color: #232323;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
#search_popup {
    box-shadow: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	z-index: 9999;
}
#search_popup .close {
	opacity: 1;
    position: absolute;
    right: 0;
    top: 35px;
}
#search-more-results {
	color: #ffffff !important;
	float: right;
	margin-right: -20px;
}

#search_popup .more-results a {
	background: url(../img/ico/magnifierv3.svg) 25px center no-repeat #222c44;
	background-size: 21px 21px;
    padding-left: 68px;
    padding-right: 29px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wrap_search_widget #cancel {
	right: 65px;
	display: none;
}
#_desktop_logo.zindex {
	z-index: 9999;
}
.wrap_search_widget #search_popup {
	max-width: 100vw;
    position: fixed;
    transform: translate(-0%,0%);
    background-color: #ffffff;
    left: 0;
    top: 0;
	padding-top: 40px;
}
#search_popup .wrap_item {
    margin: 0 auto;
    background-color: #ffffff;
    float: none;
    width: 100%;
    max-width: 1240px;
    max-height: 88vh;
	position: relative;
}
#search_popup .no-results .title,
#search_popup.no-products .no-results .title {
	color: #cd4e4f;
    line-height: 25px;
    font-size: 22px;
    text-align: left;
    margin-left: 0;
    font-family: OpenSansSemiBold;
    margin-bottom: 10px;
	margin-left: 332px;
    order: 1;
}
#search_popup .no-results .desc,
#search_popup.no-products .no-results .desc,
#search_popup .no-results-start .desc,
#search_popup.no-products-start .no-results .desc {
	color: #252527;
    line-height: 28px;
    margin-top: 0;
    font-size: 22px;
    text-align: left;
    margin-left: 332px;
	font-family: OpenSansSemiBold;
	margin-left: 332px;
    order: 2;
}
#search_popup.no-products .wrap_item {
	height: 400px;
	text-align: center;
}
.ismobile0 #search_popup .wrap_item
{
  min-height: 375px;
}
.modal.in .modal-dialog {
	margin: 30px auto 0 auto;
    /*height: 93vh;*/
	max-width: 77vw;
	height: 100vh;
}
#product-modal .modal-content {
	height: 100%;
}
#product-modal .modal-content .modal-body .product-cover-modal {
	/*width: 700px;*/
	/*width: 100%;*/
	max-width: 95vw;
    width: auto;
    max-height: 77vh;
	z-index: 9999; 
	display: block;
    /*left: 0;
    position: absolute;*/
	margin: 0 auto;
	position: absolute;
	top: 0 !important;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 700px;
	display: none;
}
#product-modal .modal-content .modal-body .thumbnails {
	/*bottom: 35px;*/
    position: absolute;
	bottom: 0vh;
	/*position: relative;*/
	left: -10vw;
    width: 99vw;
	padding-left: 8px;
	z-index: 9999;
	padding-bottom: 5vh;
    /*background-color: #ffffff;*/
}
body#zoom #product-modal .modal-content .modal-body .thumbnails {
	padding-bottom: 0;
}
#product-modal .modal-content .modal-body .product-images {
	margin-left: 0;
}
#product-modal .modal-content .modal-body {
    flex-wrap: wrap;
    flex-direction: column;
	padding: 0;
    /*height: 100%;*/
	height: 100vh;
    display: block;
	/*margin-left: -10%;*/
	margin-left: 0%;
}
body#product #mainImgProduct {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.js-product-images-modal .close {
	position: absolute;
    right: 4%;
    top: 28px;
    opacity: 1;
    padding: 0;
    margin: 0;
    width: 68px;
    height: 44px;
    text-align: center;
	z-index: 9999;
}
.js-product-images-modal .close a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/ico/closev4.png) center center no-repeat transparent;
}
.js-product-images-modal .close a:hover {
	background: url(../img/ico/closev4-active.png) center center no-repeat transparent;
}
.mm_menus_ul .extraCarts {
	font-size: 13px;
    font-family: 'OpenSans';
    color: #000000;
	cursor: pointer;
}
.mm_menus_ul .extraCarts.extraCartsZapytanie {
	margin-right: 9px;
}
.mm_menus_ul .extraCarts .material-icons {
	margin-top: -2px;
    margin-left: -4px;
    font-size: 20px;
}
.mm_menus_ul .extraCarts:hover {
	color: #164a98;
}
#place_order23
{
  background:red!important;
}
.errorOrder
{
  margin:25px 0px!important;
}

.infostan
{
  float: left;
  width:100%;
  padding-top:5px;
  text-align: center;
  color: #ffffff;
  display: none;
}
.ilosc .allert_note
{
  position: absolute;
  bottom: 0;
  left: 100%;
  height: 100%;
  background: white;
}

.ilosc .allert_note .allert_note_container
{
  top:0;
  left: 0;
  width: 150px;
  height: 100%;
  display: flex;
  align-items:center;
}

.ilosc .allert_note {
	display: none;
}
.ilosc .allert_note .infostan
{
  display: block;
  padding: 0;
  line-height: 16px;
}
.ilosc .allert_note .allert_note_wskaznik
{
  top:43.5%;
  left: -12px;
}
.infostan a
{
  color:red;
  text-decoration: underline;
}

/* animacja infotip */
/* fade */
.allert_note {

  transform: translate3d(0,-10px,0);
  transition: all .15s ease-in-out;
}
body#module-bestkit_opc-checkout #fv_opcje.disabled:hover > .allert_note,
.allert_note.visible {
  display: block !important;
  opacity: 1;
  transform: translate3d(0,0,0);
  left: 0;
}
article.product-miniature.product_show_list .allert_note {
	top: initial;
	bottom: 16px !important;
}
body#category article.product-miniature.product_show_list .product-add-to-cart .allert_note {
	display: none !important;
}
/* animacja infotip */

.forceShow.product_show_list.product-miniature .quickview_cart #product-availability
{
  height: auto;
}
.forceShow.product_show_list.product-miniature .quickview_cart #product-availability > span
{
  display: none;
}
.forceShow.product_show_list.product-miniature .quickview_cart #product-availability > div.infostan
{
  padding-top:0px;
  background-color: #f4c82f;
  display: block!important;
  width:96%;
  margin: 0 2%;
}

#chce_fv, #nazw_fv, #date_demand_checkbox
{
  margin-right: 0.25rem;
}

#content > #notifications
{
  display: none;
}
.page-customer-account:not(.page-authentication) #content
{
  padding: 0px;
  box-shadow:none;
}

@keyframes animateborderleft {
	0% {
		border-left: 5px solid #eeeeee;
	}
	100% {
		border-left: 5px solid #164a98;
	}
}

.table a {
	color: #252527;
	text-decoration: underline;
}
.table thead th {
	background:#edebeb;
}
.table-bordered thead th {
	color: #252527;
	font-size: 13px;
	font-weight: normal;
	height: 90px;
    vertical-align: middle;
	border-color: #dfdfdf;
}
.table-bordered thead.rozliczenia th
{
  height: auto;
  font-weight: bold;
  text-transform: uppercase;
}
tbody.rozliczenia tr:last-child td
{
  border-bottom: 2px solid #dfdfdf;
}
#import_details thead th
{
  height: auto;
}
.table-labeled td {
	color: #252527;
	font-size: 12px;
	border-color: #ededed;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: initial;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: initial;
}
.scroll-x {
	overflow-x: auto;
}
.w-table-long {
	width: auto;
	margin-bottom: 0;
}
.w-table-long .th-norm {
	width: 88px;
}
.w-table-long .th-med {
	width: 125px;
}
.w-table-long .th-med2 {
	width: 145px;
}
.w-table-long .background0 > td {
	background-color: #ffffff;
}
.w-table-long .background1 > td {
	background-color: #f5f5f5;
}
.w-table-long .background2 > td {
	background-color: #ffffff;
}
.container-pag .pagination {
	margin-top: 2rem;
}
.container-pag .pagination > div:last-child {
	float: none;
}
.my-account-itembody .address-form .form-group.row > label
{
  width:25%!important;
}
.nowrap
{
  white-space: nowrap;
}
.table .doc-number {
	position: relative;
}
.table td .type {
    position: absolute;
    left: calc(100% + 8px);
    left: calc(100% + 18px);
    top: 4px;
    top: -4px;
    padding: 4px 15px 4px 10px;
    background-color: #c5c5c5;
    width: 180px;
    width:auto;
    text-align: center;
    display: none;
    z-index: 10;
	font-size: 13px;
}
.table td .type:after{
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 15px solid #c5c5c5;
    top: 0;
    left: -15px;
}
.table td .number {
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.table td .number a.next
{
  position: absolute;
  top:8px;
  top:0px;
  right:5px;
  right:-5px;
  font-size: 14px;
  text-decoration: none;
}
.table td .number:hover .type {
	display: block;
}
.table .text-right {
	text-align: right;
}
.table .text-center {
	text-align: center;
}
.table .w100 {
	width: 100%;
	display: block;
}

body > .ui-selectmenu-menu #select-filtruj-menu li:nth-of-type(1) {
	display: none;
}
 

.w95 {
	width: 95px;
}
.w105 {
	width: 105px;
}
.w115 {
	width: 115px;
}
.max-width {
	width: 100%;
}
.font11 {
	font-size: 11px;
}

/* popup zgłoś zmianę danych */
.fancybox-opened.shadow {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.fancybox-opened.report-data {
	background-color: #ffffff;
}
#identity .fancybox-wrap:not(.consent-lack) {
	top: 24% !important;
}
#identity .fancybox-wrap.report-data {
	top: 20% !important;
}
.fancybox-wrap.fancybox-content_only,
#identity .fancybox-wrap.fancybox-content_only
{
	top: 20px !important;
  width:1200px!important;
  max-width: calc(100% - 40px);
}
.fancybox-wrap.fancybox-content_only .fancybox-inner
{
  width: 100%!important;
  max-height: 100%;
}
.fancybox-wrap.fancybox-content_only .fancybox-skin
{
  background: #fff;
}
.fancybox-wrap.fancybox-content_only .fancybox-outer
{
  overflow-x: hidden;
  overflow-y: auto;
}
.fancybox-wrap.fancybox-content_only .fancybox-inner .content-only #content
{
  margin: 0;
}

.fancybox-opened .exit {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 32px;
	height: 32px;
	background: url(../img/ico/close.png) 0px 0px no-repeat transparent;
	cursor: pointer;
}

.fancybox-success {
	padding: 30px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* adresy */
.my-account-itembody .radio_button_checked {
	width: 20px;
    height: 20px;
    display: block;
	background: url('../img/ico/checked.png') 0 0 no-repeat transparent;
}
.my-account-itembody .radio_button_unchecked {
	width: 20px;
    height: 20px;
    display: block;
	background: url('../img/ico/unchecked.png') 0 0 no-repeat transparent;
}
.my-account-itembody .click-on .radio_button_unchecked {
	background: url('../img/ico/unchecked-background.png') 0 0 no-repeat transparent !important;
}
.my-account-itembody .click-on .radio_button_unchecked .circle {
	background: url('../img/ico/checked-circle.png') 0 0 no-repeat transparent !important;
	display: block;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
	position: relative;
	animation: animatecircleon 0.13s linear 1;
	animation-fill-mode: forwards;
}
.my-account-itembody .click-on .radio_button_unchecked .circle:after {
	border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.my-account-itembody .click-off .radio_button_checked {
	background: url('../img/ico/checked-background.png') 0 0 no-repeat transparent !important;
}
body .my-account-itembody .click-off .radio_button_checked .circle {
	background: url('../img/ico/unchecked-circle.png') 0 0 no-repeat transparent !important;
	display: block;
    width: 18px;
    height: 18px;
    left: 60%;
    top: 0;
	position: relative;
	animation: animatecircleoff 0.13s linear 1;
	animation-fill-mode: forwards;
}
.my-account-itembody .click-off .radio_button_checked .circle:after {
	border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.my-account-itembody .edit-ico, .address_update .edit-ico  {
	width: 26px;
    height: 26px;
    display: block;
	margin-top: 5px;
	background: url('../img/mobile/ico/edit.png') 0 0 no-repeat transparent;
}
.address_update .edit-ico
{
  margin-top: 0px;
}
#bigcart_opc .address_update .edit-ico
{
  margin-top: -2px;
}
.my-account-itembody a:hover .edit-ico, .address_update:hover .edit-ico {
	background: url('../img/mobile/ico/edit-hover.png') 0 0 no-repeat transparent;
}
.my-account-itembody a:hover .edit-ico .hover, .address_update:hover .edit-ico .hover {
	display: inline-block !important;
    background: url(../img/mobile/ico/edit.png) 0 0 no-repeat transparent;
    animation: animate 0.33s linear 1;
    animation-fill-mode: forwards;
    margin: 0;
    padding: 0px;
    width: 26px;
    height: 31px;
	min-width: 20px !important;
	background-color: transparent !important;
    left: 0 !important;
}
.address_update:hover .edit-ico .hover
{
  height: 21px !important;
}


.my-account-itembody .koszyk-nofill {
	width: 24px;
    height: 20px;
    display: block;
	margin-top: 5px;
	background: url('../img/ico/cart-grey-med.png') 0 0 no-repeat transparent;
}
.my-account-itembody a:hover .koszyk-nofill {
	background: url('../img/ico/cart-grey-med-hover.png') 0 0 no-repeat transparent;
}
.my-account-itembody a:hover .koszyk-nofill .hover {
	display: inline-block !important;
    background: url(../img/ico/cart-grey-med.png) 0 0 no-repeat transparent;
    animation: animate 0.33s linear 1;
    animation-fill-mode: forwards;
    margin: 0;
    padding: 0px;
    width: 24px;
    height: 31px;
	min-width: 20px !important;
    left: 0;
    top: 2px;
}

.my-account-itembody span.hover:before,
.my-account-itembody span.hover:after {
	display: none;
}

.my-account-itembody .trash-ico {
	width: 21px;
    height: 26px;
    display: block;
	margin-top: 10px;
    margin-left: 0px;
	background: url('../img/ico/trash.png') 0 0 no-repeat transparent;
}
.my-account-itembody a:hover .trash-ico {
	background: url('../img/ico/trash-hover.png') 0 0 no-repeat transparent;
}
.my-account-itembody a:hover .trash-ico .hover {
	display: inline-block !important;
    background: url(../img/ico/trash.png) center center no-repeat transparent;
    animation: animate 0.33s linear 1;
    animation-fill-mode: forwards;
    margin: 0;
    padding: 0px !important;
    width: 21px !important;
    height: 26px;
    left: 0 !important;
    top: 0px;
	min-width: 18px !important;
    position: relative !important;
    background-color: transparent !important;
}
.my-account-itembody address {
	font-size: 13px;
	font-size: 13px;
    line-height: 22px;
}

body > .fancybox-wrap.zgloszenie-zmiany,
body > .fancybox-wrap.zgloszenie-zmiany .fancybox-inner {
	width: 262px !important;
}



@keyframes animate {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes animateup {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes animatetext {
	0% {
		color: #929292;
	}
	100% {
		color: #164a98;
	}
}


/* adresy */

.table td, .table th
{
  padding: .65rem;
}



#main .page-header22
{
  float: left;
  width:100%;
}
#main .page-header h1
{
  color:black;
  font-weight: normal;
}

#order-products-box
{
  float: left;
  width:100%;
}
#order-products .zdjecie-min {
	width: 85px;
}
#order-products .zdjecie-kont {
    float: left;
    width: 24%;
	height: 80px;
    align-items: center;
	padding-right: 1%;
}
#order-products .nazwa-kont {
    float: left;
    width: 75%;
    font-size: 13px;
    padding-top: 16px;
    align-items: center;
}

.order-options a
{
  margin-left: 10px;
}



table#order-products .grupa-ikona
{
  font-size: 12px;
  white-space: nowrap;
}

@keyframes animatetextblack {
	0% {
		color: #232323;
	}
	100% {
		color: #164A98;
	}
}
#guestOrderTrackingForm
{
  padding-bottom: 10px;
}
#guestOrderTrackingForm header p
{
  margin: 10px;
}
#guestOrderTrackingForm label
{
  margin-right: 10px;
}

.page-order-detail .messages .message > div {
	text-align: justify;
}
button[name=csv_form_submit] {
	color: #ffffff;
    background-image: none;
    background-color: #164A98;
    border-color: #164A98;
    border-radius: 3px;
	font-size: 13px;
    text-transform: uppercase;
    padding-top: 9px;
}
.btn-tertiary-outline {
    color: #222c44;
    background-image: none;
    background-color: transparent;
    border-color: #222c44;
    border: .05rem solid #222c44;
    border-radius: 3px;
	font-size: 13px;
    text-transform: uppercase;
    line-height: 23px;
}
#module-xycsvcart-default .titlepagecsv {
	font-size: 18px;
	color: #232323;
}
#module-xycsvcart-default .page-header {
	clear: both;
    height: auto;
    float: right;
    width: 100%;
}
#module-xycsvcart-default .my-account-itembody {
	border: 1px solid #dfdfdf;
    padding: 20px;
}
#module-xycsvcart-default .my-account-itembody .box .material-icons {
	vertical-align: -30%;
}
#module-xycsvcart-default .my-account-itembody #import_csv_form i.material-icons {
	background: url('../img/ico/koszyk-lite-white.png') 0 0 no-repeat transparent;
}
#module-xycsvcart-default .my-account-itembody #import_csv_form i.material-icons.question {
	background: url('../img/ico/question-white.png') 0 0 no-repeat transparent;
}
#module-xycsvcart-default #import_csv_form {
	margin-top: -3px;
}
#module-xycsvcart-default .info-title label {
	margin-bottom: 0px;
}
#module-xycsvcart-default #imports_list {
	border-color: #164A98;
}
#module-xycsvcart-default .btn-outline-primary {
	color: #ffffff;
    border-color: #222c44;
    background-color: #222c44;
}
#module-xycsvcart-default #import_csv_form > label {
	margin-bottom: 14px;
}
#module-xycsvcart-default #example-file:hover {
    border: 1px solid #384156;
	color: #384156;
}


table#order-products .tyt-prod .nazwa-kont {
	font-family: 'OpenSans';
    font-size: 14px;
	color: #232323;
}
table#order-products .tyt-prod .nazwa-kont strong,
table#order-products .tyt-prod .nazwa-kont strong a {
    color: #232323;
    text-decoration: none;
    font-weight: normal;
    font-family: 'OpenSansBold';
    font-size: 14px;
}

	

#mywishlist a:hover .box-nowy-koszyk .material-icons {
    animation: animatetext 0.33s linear 1;
    animation-fill-mode: forwards;
}
#mywishlist .single-koszyk.nowy-koszyk a:hover .box-nowy-koszyk .box-after-icon p {
	animation: animatetext 0.33s linear 1;
	animation-fill-mode: forwards;
}
.moje-koszyki .domyslny {
    width: 100%;
    background-color: #cecece !important;
}
.moje-koszyki .single-koszyk {
	background-color: #f4f4f4 !important
}
.moje-koszyki .single-koszyk.default {
	background-color: #edebec !important;
}
.moje-koszyki .nowy-koszyk {
    background-color: #fff !important;
}
.moje-koszyki .domyslny p {
	font-weight: bold !important;
}
.moje-koszyki .single-koszyk .content-box .box-right .radio_button_unchecked {
	right: 28px !important;
}
.moje-koszyki .single-koszyk .content-box .box-right .radio_button_unchecked:hover{
    background: url(../img/ico/unchecked.png) 0 0 no-repeat transparent !important;
}
.moje-koszyki a.click-on,
.moje-koszyki a.click-on * {
	pointer-events: none;
	cursor: not-allowed;
}
.my-account-itembody .single-koszyk a:hover .koszyk-nofill .hover {
	padding: 0 !important;
	margin: 0 !important;
	height: 20px;
}
.my-account-itembody .single-koszyk a:hover .trash-ico .hover {
	top: 0px !important;
}

@keyframes animatecircleon {
	0% {
		left: 0%;
	}
	100% {
		left: 56%;
	}
}
@keyframes animatecircleoff {
	0% {
		left: 56%;
	}
	100% {
		left: 0%;
	}
}



.cart_options
{
  float: left;
  width:100%;
  margin: 3px 0px 19px 0px;
}
.cart_options .prel
{
  float: left;
  width: 100%;
  margin: 5px 0px 2px;
}
.cart_options .prel label
{
  float: left;
  clear: left;
  cursor: pointer;
}
.cart_options .prel input
{
  cursor: pointer;
}
.cart_options .prel a:nth-of-type(2) {
	display: block;
    margin-top: 8px;
    float: left;
}

a.small-on-off {
	position: relative;
    display: block;
	clear: both;
	text-decoration: none;
    line-height: 16px;
}
a.small-on-off.disabled {
	pointer-events: none;
	cursor: not-allowed;
}
a.small-on-off p,
a.small-on-off {
    font-family: "OpenSans";
    font-size: 14px;
    margin-bottom: 0px;
    color: #292929;
	float: left;
	padding-left: 40px;
}
a.small-on-off.click-on span.zip {
    background-color: #ffc600;
	border: 1px solid #ffc600;
}
a.small-on-off.click-off span.zip {
	background-color: #ffffff;
}
a.small-on-off.click-off.disabled span.zip {
	background-color: #f6f6f6;
}
a.small-on-off.click-off.redOutlineAnime span.zip {
	outline: 2px solid red;
}
a.small-on-off span.zip {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	left: 0px;
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
    margin: 0!important;
    border: 1px solid #afafaf;
    border-radius: 34px;
    width: 31px;
    height: 16px;
}
a.small-on-off.bigger span.zip {
	width: 39px;
    height: 21px;
}
a.small-on-off span.zip i {
    display: none;
}
a.small-on-off span.zip:before {
	display: none;
}
a.small-on-off.click-off span.zip:after {
	position: absolute;
    content: "";
	height: 12px;
    width: 12px;
    left: 2px;
    bottom: 1px;
	-webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    background-color: #afafaf;
}
a.small-on-off.bigger.click-off span.zip:after {
	height: 15px;
    width: 15px;
    left: 2px;
    bottom: 2px;
}
a.small-on-off.click-off.disabled span.zip:after {
	background-color: #afafaf;
}
a.small-on-off.click-on span.zip:after {
	position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 1px;
    background-color: #555555;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: #ffffff;
}
a.small-on-off.bigger.click-on span.zip:after {
	height: 15px;
    width: 15px;
    left: 2px;
    bottom: 2px;
	-webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.phup-cont {
	position: relative;
	width: 100%;
}
body#identity .phup-cont {
	margin-bottom: 13px;
}
.phup-cont span.phup-label {
	display: block;
    position: absolute;
    top: 0;
    left: 18px;
    padding: 0px 0px 0px 0px;
    border: 0px solid green;
    font-family: OpenSans;
    font-weight: 300;
    font-size: 14px;
    color: #292929;
    height: 100%;
    line-height: 56px;
	z-index: 99;
}
body#identity #field_new_password .phup-cont span.phup-label {
	line-height: 59px;
	letter-spacing: 0.4px;
}
.phup-cont.blue span.phup-label {
	left: 26px;
	line-height: 46px;
}
.phup-cont span.phup-label i {
	color: #d41a1a;
}
.phup-cont input,
.phup-cont select {
	width: 100%;
	height: 56px;
	padding-left: 20px;
	color: #292929;
	outline: 0;
	font-family: 'OpenSans';
    font-weight: normal;
    font-size: 14px;
	position: relative;
	border: 1px solid #f6f6f6;
	background-color: #f6f6f6;
}
.phup-cont select:before {
	content: ' ';
	width: 20px;
	height: 56px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: #f6f6f6;
}
.phup-cont label {
	margin: 0;
}
.phup-cont textarea {
	height: 90px;
    line-height: 18px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background: #fafafa;
    padding: 14px 14px;
    font-size: 14px;
    font-weight: normal;
    color: #292929;
}
.phup-cont .ui-selectmenu-button {
	border: 1px solid transparent !important;
	outline: 0 !important;
}
.phup-cont input:focus,
.phup-cont textarea:focus,
.phup-cont select:focus,
.phup-cont .ui-selectmenu-button:focus {
	border: 1px solid #cccccc !important;
	outline: 0 !important;
}
.phup-cont input:focus ~ span.phup-label,
.phup-cont input.filled ~ span.phup-label,
.phup-cont textarea:focus ~ span.phup-label,
.phup-cont textarea.filled ~ span.phup-label,
.phup-cont select:focus ~ span.phup-label,
.phup-cont select.filled ~ span.phup-label,
.phup-cont select ~ .ui-selectmenu-button-open ~ span.phup-label {
	font-size: 12px;
	background-color: #ffffff;
	height: 10px;
	left: 5px;
    line-height: 8px !important;
    padding: 2px 2px 2px 2px !important;
	-webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
	-webkit-transition: .4s;
    transition: .4s;
	text-transform: initial;
	z-index: 99;
}
.phup-cont select option[value=""] {
	display: none;
}
.phup-cont .ui-selectmenu-button {
	margin: 0;
    width: 100%;
    height: 56px !important;
    line-height: 56px;
    background-color: #f6f6f6;
    font-family: 'OpenSans';
    font-weight: normal;
    color: #292929;
	border: 0;
}
.phup-cont.blue .ui-selectmenu-button {
	line-height: 46px;
	height: 46px !important;
	padding-right: 0 !important;
	border: 1px solid #dfdfdf !important;
}
.phup-cont .ui-selectmenu-button + select {
	display: initial !important;
    height: 0;
    position: absolute;
    bottom: 0;
}
.phup-cont select:not(.filled) + .ui-selectmenu-button.redOutlineAnime {
	outline: 2px solid red !important;
}
.phup-cont.phup-short .ui-selectmenu-button {
	width: 100%;
    margin-right: 0;
}
.phup-cont .ui-selectmenu-text {
	font-size: 14px;
}
#CartSortOverStockFirst-button .ui-selectmenu-text:before {
	content: 'Sortuj: ';
}
.phup-cont .filled + .ui-selectmenu-button .ui-selectmenu-text {
	color: #232323;
}
.phup-cont .filled + .ui-selectmenu-button#id_state-button[aria-labelledby=ui-id-2] .ui-selectmenu-text  {
	color: transparent;
}
.phup-cont.phup-short .ui-selectmenu-button .ui-selectmenu-text {
	width: 80%;
	text-overflow: ellipsis;
	margin-right: 0;
}
.phup-cont:not(#kodywybordiv):not(.no-label) select:not(.filled) ~ .ui-selectmenu-button .ui-selectmenu-text {
	font-size: 14px;
	display: none;
	font-size: 14px;
}
.phup-cont .ui-selectmenu-button .ui-icon,
body#module-bestkit_opc-checkout .phup-cont .ui-selectmenu-button .ui-icon {
	background: url(../img/arr_down_v3.svg) 0 19px no-repeat transparent !important;
	background-size: 15px 14px !important; 
    height: 56px !important;
    width: 15px !important;
    margin-right: 10px !important;
}
body#module-bestkit_opc-checkout .phup-cont .ui-selectmenu-button.ui-selectmenu-button-open .ui-icon {
	background: url(../img/ico/arrow-down-white-open.png) 0 22px no-repeat transparent !important;

}
.phup-cont.blue .ui-selectmenu-button .ui-icon,
body#module-bestkit_opc-checkout .phup-cont.blue .ui-selectmenu-button .ui-icon {
	background: url(../img/arr_down_white.svg) center center no-repeat #222c44 !important;
    height: 46px !important;
    width: 46px !important;
    margin-right: -1px !important;
    margin-top: -1px !important;
    background-size: 14px 14px !important;
}
body#module-bestkit_opc-checkout .phup-cont.blue .ui-selectmenu-button.ui-selectmenu-button-open .ui-icon {
	background: url(../img/arr_up_white.svg) center center no-repeat #222c44 !important;
	background-size: 14px 14px !important;
}
.ui-selectmenu-menu .ui-menu {
	max-height: 200px;
}
.ui-selectmenu-menu .ui-menu#wishlist_select_popup-menu {
	max-height: 230px;
    max-width: 240px;
}
#wishlist_select_popup-menu.ui-menu .ui-menu-item
{
    line-height: 22px;
    display: flex;
    align-items: center;
}
#wishlist_select_popup-menu.ui-menu .ui-menu-item-wrapper.ui-state-active
{
    line-height: 22px;
    display: flex;
    align-items: center;
    width:100%;
}
.ui-selectmenu-menu > .ui-menu {
	padding-right: 0px;
}
.ui-menu .ui-menu-item {
	color: #353535;
	height: 45px;
    line-height: 44px;
	padding: 0 0;
	margin-left: -2px;
    margin-right: -2px;
    border-bottom: 1px solid #cccccc;
}
.ui-menu .ui-menu-item:last-child {
	border-bottom: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	line-height: 44px;
    background: #f4f4f4 !important;
    color: #164a98;
    border-left: 0;
    border-right: 0;
    margin: 0;
    padding: 0 15px;
    border: 0;
    height: 44px;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 0 23px;
	cursor: pointer;
}
#kodywybor-menu.ui-menu
{
    max-width: 300px;
}
#kodywybor-menu.ui-menu .ui-menu-item
{
    line-height: 22px;
    display: flex;
    align-items: center;
}
#kodywybor-menu.ui-menu .ui-menu-item-wrapper.ui-state-active
{
    line-height: 22px;
    display: flex;
    align-items: center;
    width:100%;
}
#kodywybor-menu.ui-menu .ui-menu-item-wrapper
{
    padding: 0 5px;
}
.ui-menu .ui-state-disabled {
    margin: 0;
	border-top: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	padding-top: 0;
}
body#module-bestkit_opc-checkout .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
	background: #ffffff;
    border: 1px solid #cccccc;
    outline: 0;
}


a.small-on-off label:not(.zip) {
	margin-left: 0;
	font-family: 'OpenSans';
    font-weight: normal;
    font-size: 14px;
}
a.small-on-off .material-icons {
    font-size: 24px;
}

.text_lower
{
  text-transform:lowercase;
}
.custom-checkbox input[type=checkbox]
{
  top:2px;
  margin-top:0.15rem;
}

.no-items
{
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 20px 0 20px;
  line-height: 172px;
  text-align: center;
  display: inline-block;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  font-family: OpenSansBold;
  font-size: 15px;
  height: 174px;
}

.table#order-products td {
    border: 1px solid #ededed;
}

.order-confirmation-table .order-podsumowanie-div .podsumowanie-box-right .podsumowanie-koszty.order-podsumowanie
{
  line-height: 2em;
}
.order-confirmation-table .order-table thead th.k4,
.order-confirmation-table .order-table thead th.k5,
.order-confirmation-table .order-table thead th.k6,
.order-confirmation-table .order-table thead th.k7
{
  width:9%;
}
.order-confirmation-table .order-podsumowanie-div p
{
  margin-bottom: 10px;
}
.order-confirmation-table .podsumowanie-uwagi-pole p
{
  margin-bottom: 0;
}
.page-order-confirmation #order-details .card-title
{
  padding: 1rem 0;
}
.page-order-confirmation #order-details ul li
{
  padding-left: 0rem;
}
.page-order-confirmation #order-details ul li span.bold span
{
    display: inline-block;
}
.form-alert {
	display: inline-block;
    position: relative;
    top: 5px;
    left: 0;
    background-color: red;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 8px;
    width: auto;
    z-index: 999999;
}
.form-alert:after {
	content: '';
    position: absolute;
    width: auto;
    height: auto;
    border-bottom: 15px solid red;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: -15px;
    left: 15px;
}

.moje-koszyki .nowy-koszyk a .cart_add {
	background: url(../img/ico/nowy-koszyk.png) 0 center no-repeat transparent;
    width: 80px;
    height: 67px;
    display: block;
    margin: 0 auto;
}
.moje-koszyki .nowy-koszyk a:hover .cart_add {
	background: url(../img/ico/nowy-koszyk_hover.png) 0px center no-repeat transparent;
}
.moje-koszyki .nowy-koszyk a:hover .cart_add .hover {
	display: inline-block;
	background: url(../img/ico/nowy-koszyk.png) 0px center no-repeat transparent;
	width: 80px;
    height: 67px;
	animation: animate 0.33s linear 1;
	animation-fill-mode: forwards;
	margin: 0 auto;
	padding: 0;
}

.moje-koszyki .nowy-koszyk a:hover .cart_add ~ .nowy-adres-tekst {
	animation: animatetext 0.33s linear 1;
	animation-fill-mode: forwards;
}


/* popup koszyk */
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity {
	height: 2.4rem;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .counter {
	width: 38px;
    height: 38px;
    border-radius: 24px;
    line-height: 38px;
    font-size: 17px;
    padding-left: 13px;
    color: rgb(255, 255, 255);
    background-color: transparent !important;
    color: #222c44 !important;
    font-family: 'OpenSansBold';
    border-righT: 0;
    border-top: 0;
    border-bottom: 0;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .container-quantity {
	position: relative;
	width: 95px;
	order: 2;
	border: 1px solid #dae1e7;
    background-color: #f0f2f5;
    border-radius: 40px;
    height: 40px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .up {
	right: 0;
    top: 0;
	left: 90px;
    position: absolute;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .down {
	right: initial;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 31px;
    height: 40px;
    margin: 0;
    text-align: center;
}

#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .container-quantity .productQuantity {
	display: block;
    width: 130px;
    height: 38px;
    margin-left: 0;
    font-size: 1rem;
    line-height: 2.2rem;
    border: 0;
    position: relative;

	background-color: rgb(255, 255, 255);
    width: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    left: 44px;
    position: absolute;
    line-height: 37px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block a[data-link-action="delete-from-cart"] i.remove {
    background: url(../img/ico/cancel-v2.svg) 0px 0px no-repeat transparent;
	background-size: 15px 15px;
    width: 15px;
    height: 15px;
    opacity: 1 !important;
    display: inline-block;
}
#totblockcart #totblockcart_dropdown .totblockcart-block a[data-link-action="delete-from-cart"] i.remove:hover {
	background: url(../img/ico/trash-hover.png) 0px 0px no-repeat transparent;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info > * + * {
	margin: 6px 0 0;
}

.test {
	MARGIN: 78PX;
}

.alert-danger.errorsbig
{
  color:white;
  background: #f4f4f4;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  padding: 0px 0px;
  margin-bottom: 0;
  z-index: 998;
  position: relative;
}
.alert-danger.errorsbig ul
{
    padding: 15px 0px;
}
.alert-danger.errorsbig .errorsbig_error
{
    background: #e50000;
}
.alert-danger.errorsbig .errorsbig_warning
{
    background: #ffc600;
}
.alert-danger.errorsbig .errorsbig_success
{
    font-size: 14px;
    background: #4ab67d;
}
.alert-danger.errorsbig.fixed
{
  position: fixed;
  width:100%;
  left:0px;
  top:75px;
  z-index: 999;
}
.alert-danger.errorsbig.fixed.top {
  top:0;
}
body#my-account.page-my-account #content .links a {
	height: 156px;
	margin-bottom: 20px;
	width: 33.333333%;
	text-decoration: none;
}
.mCSB_draggerContainer {
	z-index: 9999;
}
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	z-index: 9;
}
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=1)";
    -ms-filter: "alpha(opacity=1)";
}

#wrapper #breadcrumb ol > a {
	float: left;
    margin-top: -4px;
}
.owl-carousel .owl-stage-outer {

}
.ref_long input,
.ref_short input {
	padding: 0;
    margin: 0;
    border: 0;
	width: 100% !important;
}
.moje-koszyki .single-koszyk .content-box .box-right .radio_button_checked {
	background: url(../img/ico/checked.png) 0px 0px no-repeat transparent !important;
}


span.zip i {
	display: none;
}
span.zip {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #555;
	-webkit-transition: .4s;
	transition: .4s;
	display: block;
	margin: 0!important;
	border: none;
	border-radius: 34px;
	width: 60px;
	height: 26px;
	width: 57px;
    height: 23px;
}
a.click-off span.zip {
	background-color: #555;
}
a.click-on span.zip {
	background-color: #164a98;
}
span.zip::before{
	position: absolute;
	content: "";
	height: 23px;
	width: 23px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
	border: solid 1px #555;
}
span.zip::after{
	position: absolute;
	content: "";
	height: 11px;
    width: 11px;
    left: 6px;
    bottom: 6px;
	background-color: #555555;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}
a.click-on span.zip:before {
	-webkit-transform: translateX(34px);
	-ms-transform: translateX(34px);
	transform: translateX(34px);
}
a.click-on span.zip:after {
	-webkit-transform: translateX(34px);
	-ms-transform: translateX(34px);
	transform: translateX(34px);
	background-color: #164a98;
}
span.zip .radio_button_checked,
span.zip .radio_button_unchecked {
	display: none;
}
.modal {
	z-index: 99999;
}
.modal-backdrop {
	z-index: 9999;
}


#zgodyInfo
{
	margin-top: 3px;
    letter-spacing: 0.2px;
    line-height: 18px;
	font-weight: normal;
}
.fancybox-wrap.consent-lack {
	top: 5% !important;
}
#consent-lack-temp,#zgodyInfoTemp
{
	display: none;
}
#consent-lack #zgodyErr
{
  color:red;
  margin-bottom: 20px;
}
#consent-lack #customer-form.zgody2
{
  border: 0;
  margin-top: 0;
}
#consent-lack {
	max-width: 765px;
    margin: 25px 15px 25px 35px;
	padding-right: 20px;
	overflow-y: scroll;
    max-height: 70vh;
}
#consent-lack #ZgodyBrakiInfo,
#consent-lack #odmawiam-wszystkie,
#consent-lack .show-gdpr-modal
{
	display: none;
}
#consent-lack .intro {
    font-size: 16px;
    font-weight: normal;
    color: black;
	text-align: justify;
}
#consent-lack .intro .title {
	font-size: 20px;
}
#consent-lack .label {
    font-size: 16px;
    font-weight: bold;
    color: black;
}
#consent-lack .field_div {
	width: 100%;
}
#consent-lack .custom-checkbox label {
	padding-left: 0px;
}
#consent-lack .field_text .field_div {
	max-width: 366px;
	margin-left: 0px;
}
#consent-lack .form-control-label {
	color: #dd0101;
	font-weight: bold;
    text-transform: uppercase;
}
#consent-lack #odmawiam-wszystkie, #consent-lack .show-gdpr-modal {
	display: none;
}
#consent-lack .form-footer {
	color: #dd0101;
	font-size: 14px;
}
#consent-lack .field_checkbox23 > label {
	display: none;
}
#consent-lack #zgodyInfo
{
  margin-top: 20px;
}
#consent-lack #form_fields.zgody1 {
	padding:0;
}
#consent-lack #form_fields.zgody1 .form-control-valign .custom-checkbox > span,
#consent-lack #form_fields.zgody1 .form-control-valign .custom-checkbox input,
#consent-lack #form_fields.zgody1 .form-control-valign .custom-checkbox label p
{
	top: 0;
}
#consent-lack #form_fields.zgody1 .form-group.row.field_checkbox > label.required:after {
	color: red;
	content: '*';
}
#consent-lack .custom-checkbox span.required {
	display: inline-block;
	float: left;
	color: #dd0101;
	margin-right: 10px;
}
.myaccount-title.open {
    border-bottom: 1px solid #646a6f;
    float: left;
	padding-top: 3px;
    padding-bottom: 16px;
    margin-bottom: 10px;
}
.links.foot .link-title.open {
	border-bottom: 1px solid #646a6f;
    margin-bottom: 0px;
	border: 0;
    padding-bottom: 0;
}
.links.foot .link-title.open ~ .block-content-footer {
	border-bottom: 1px solid #646a6f;
	margin-top: 15px;
	margin-bottom: 16px;
    padding-bottom: 8px;
}

body.modal-open {
	overflow: initial; /* żeby nie ukrywało paska scrollowania np: przy podwiększeniu zdjęcia */
	padding-right: 0px !important;  /* żeby nie dodawało paddingu równego paska scrollowania */
}
#products .total-products {
	display: none;
}
body > .fancybox-wrap .extraCartsList {
	display: none !important;
}
body > .fancybox-wrap .extraCartsList:nth-of-type(1) {
	display: block !important;
}
.extraCartsTopMenu > ul > li span {
	line-height: 15px;
}
.dropdown-backdrop {
	z-index: -1; /*nie dawać  >= 0, w wersji mobilnej zasłania selecty i nie da się ich używać */
}

.product-add-to-cart .question-button {
	display: none;
	order: 3;
}
.product-miniature.product_show_list .product-add-to-cart .question-button {
	display: block;
}
.product-miniature.product_show_list .product-add-to-cart .wishlist_zapyt {
	display: block;
	position: relative;
    top: 0;
    right: 0;
    margin: 12px 0 0 0;
    float: left;
	width: calc(50% - 3px);
}
.product-miniature:not(.product_show_list) .product-add-to-cart .wishlist_zapyt {
	display: none;
}
.product-miniature.product_show_list .product-add-to-cart .wishlist_zapyt a {
	height: 48px;
	width: 100%;
}
.product-add-to-cart .wishlist_zapyt i.material-icons {
    background: url(../img/ico/question-white.svg) center center no-repeat transparent !important;
	margin-right: 0;
	background-size: 22px 22px !important;
	margin-top: 3px;
}
.product-add-to-cart .wishlist_zapyt .disabled i.material-icons {
	background: url(../img/ico/question-grey.svg) 0 center no-repeat #d9d9d9 !important;
	background-size: 22px 22px !important;
}

/* + i - */
.product-miniature .quickview_cart .add-to-cart span {
	display: none;
}
.product-miniature.product_show_list .quickview_cart .add.full .add-to-cart span {
	display: inline;
	line-height: 50px;
}
body#product .product-miniature.product_show_list .quickview_cart .add.full .add-to-cart span {
	color: transparent;
}
body#product #accessories-full .product-miniature.product_show_list .quickview_cart .add.full .add-to-cart span::before,
body#product #related-full .product-miniature.product_show_list .quickview_cart .add.full .add-to-cart span::before {
	content: 'Do koszyka';
	color: #ffffff;
}
body#product #accessories-full .product-miniature.product_show_list .quickview_cart .add.full .add-to-cart[disabled=disabled] span::before,
body#product #related-full .product-miniature.product_show_list .quickview_cart .add.full .add-to-cart[disabled=disabled] span::before {
	color: #939393;
}
.product-miniature:not(.product_show_list) .quickview_cart .add-to-cart {
	height: 40px;
	width: 100%;
    line-height: 24px;
}
.product-miniature:not(.product_show_list) .quickview_cart .add-to-cart span {
	display: none;
}
.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
	width: calc(100% - 185px);
	order: 2;
}
.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
	width: calc(100% - 179px);
	margin-right: 8px;
}
.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .qty {
	width: 190px !important;
	order: 1;
}
.product-miniature .quickview_cart input.input-group {
	font-size: 2rem;
	padding: 0;
	font-size: 16px;
	font-size: 16px;
	border: 1px solid #d5d5d5;
}
.product-miniature:not(.product_show_list) .quickview_cart input.input-group {
	width: 72px;
}
.product-miniature.product_show_list .quickview_cart input.input-group {
	width: calc(100% - 92px);
}
.product-miniature.product_show_list .product-quantity .add {
	width: calc(50% - 3px);
    margin-top: 12px;
    margin-right: 0;
}
body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-quantity .add {
    /*margin-top: 8px;*/
	margin-top: 0px;
}
.product-miniature.product_show_list.has-accessories:not(.onStock) .product-quantity .add {
	display: none;
}
.product-miniature.product_show_list .product-quantity .add.full {
	width: 100%;
}
.product-miniature.product_show_list .product-quantity .add .add-to-cart {
	height: 48px;
	width: 100%;
}

.product-miniature .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up,
.product-miniature .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
	top: 0px;
	width: 40px;
    height: 40px;
    line-height: 40px;
	font-size: 15px;
}
.product-miniature .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
	right: -92px;
}
.product-miniature.product_show_list .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
	right: 0px;
}
.product-miniature.product_show_list .bootstrap-touchspin {
	width: 100%;
}
.product-miniature .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up i,
.product-miniature .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down i {
	color: #949498;
    font-weight: 900;
    width: 40px;
    height: 40px;
}
.product-miniature .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
	left: 0px;
}
.product-miniature .quickview_cart .product-quantity .input-group-btn-vertical .btn {
	right: 4px;
}
.product-miniature .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after,
.product-miniature .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after	{
	font-size: 23px;
    height: 40px;
    width: 40px;
    line-height: 40px;
	font-weight: 900;
    font-family: 'OpenSansLight';
}

/* + i - w koszyku */
.cart-items .ilosc {
	width: 13.85%;
}
.cart-items .head .ilosc {
	width: 14.1%;
}
#module-bestkit_opc-checkout .cart-items .bootstrap-touchspin {
	position: relative;
    width: 150px;
}
#module-bestkit_opc-checkout .cart-items .bootstrap-touchspin input.form-control {
	width: 60px;
	height: 40px;
    border-radius: 3px;
    left: 45px;
	padding: 0;
	border: 1px solid #d5d5d5;
	font-size: 15px;
}
#module-bestkit_opc-checkout .cart-items .bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
    width: 100%;
    right: initial;
    left: 0;
    top: 0;
}
#module-bestkit_opc-checkout .cart-items .input-group-btn-vertical .btn.bootstrap-touchspin-up {
	border-radius: 3px;
    background-color: #949498;
    color: #fff;
}
#module-bestkit_opc-checkout .cart-items .input-group-btn-vertical .btn.bootstrap-touchspin-down {
     border-radius: 3px;
    background-color: #949498;
    color: #fff;
    top: 23px;
}
#module-bestkit_opc-checkout .cart-items .input-group-btn-vertical .btn.bootstrap-touchspin-up,
#module-bestkit_opc-checkout .cart-items .input-group-btn-vertical .btn.bootstrap-touchspin-down {
	width: 40px;
    height: 40px;
    background-color: #ffffff;
    right: 0px;
    position: absolute;
    left: initial;
	margin: 0;
	border: 1px solid #d5d5d5;
}

#module-bestkit_opc-checkout .cart-items .input-group-btn-vertical .btn.bootstrap-touchspin-down {
	top: 0;
	left: 0;
	right: initial;
}
#module-bestkit_opc-checkout .cart-items .input-group-btn-vertical .btn.bootstrap-touchspin-up.disabled,
#module-bestkit_opc-checkout .cart-items .input-group-btn-vertical .btn.bootstrap-touchspin-down.disabled {
	background-color: #ffffff !important;
}
#module-bestkit_opc-checkout .cart-items .input-group-btn-vertical .btn i {
	width: 40px;
    height: 40px;
}
#module-bestkit_opc-checkout .cart-items .input-group-btn-vertical .btn i:after {
	color: #949498;
	width: 40px;
    height: 40px;
    line-height: 40px;
    font-family: 'OpenSansBold';
}

/* + i - */

/* nowy wygląd koszyka popup */

#totblockcart.fancybox-wrap.fancybox-koszyk {
	width: 360px !important;
	margin-top: 0;
	left: initial !important;
	right: 0;
	height: 100vh !important;
	display: none;
}
#totblockcart.fancybox-wrap.fancybox-koszyk.fancybox-opened .fancybox-skin {
	padding: 0 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 100vh !important;
}
#totblockcart.fancybox-wrap.fancybox-koszyk .fancybox-inner {
	width: 360px !important;
}
#totblockcart.fancybox-wrap.fancybox-koszyk #totblockcart_dropdown {
	display: block !important;
}
#totblockcart.fancybox-wrap.fancybox-koszyk #totblockcart #totblockcart_dropdown {
	width: 360px;
}
#totblockcart.fancybox-wrap #totblockcart_dropdown_container {
	max-height: calc(100vh - 257px);
	height: calc(100vh - 257px);
}
#totblockcart #totblockcart_dropdown .tytul {
	width: 100%;
	height: 56px;
	background-color: #164a98;
	line-height: 54px;
	padding-left: 19px;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase !important;
}
body #totblockcart #totblockcart_dropdown .tytul .close {
	background: url(../img/ico/closev5.svg) no-repeat center center transparent;
	background-size: 36px 36px;
	width: 20px;
    height: 20px;
    display: block;
    opacity: 1;
    margin: 13px 20px;
    float: right;
}
body #totblockcart #totblockcart_dropdown .tytul {
	width: 100%;
    height: 46px;
    background-color: #25252f;
    line-height: 48px;
	font-family: 'OpenSansSemiBold';
    font-weight: normal;
}
body > .fancybox-wrap.fancybox-koszyk .fancybox-close {
	top: 0;
	right: 6px;
	width: 58px;
	height: 56px;
	background: url(../img/ico/closev2.png) no-repeat center center transparent;
	background-size: auto!important;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity {
	height: 48px;
	clear: left;
	position: relative;
	flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
	width: 100%;
    float: left;
	margin-top: 5px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .counter {
	width: 34px;
    height: 40px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .up .counter {
	padding-left: 6px;
    padding-right: 13px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .container-quantity .productQuantity {
    background-color: #f0f2f5 !important;
	border: 0 !important;
    width: 31px;
    height: 38px;
    left: 31px;
    line-height: 38px;
    color: #222c44;
    border-radius: 0;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info {
	overflow: visible;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .thumbnail {
	height: 63px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .title {
	height: 51px;
	display: block;
	margin-top: -4px;
	overflow: hidden;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .up {
	left: 58px;
    text-align: center;
    height: 40px;
    width: 34px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .price {
	order: 1;
    width: 47%;
    text-align: left;
    font-size: 25px;
    margin-right: 3%;
    text-transform: initial !important;
    font-family: OpenSansExtraBold;
    color: #252527 !important;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .price .currency-sign {
	font-size: 15px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .thumbnail {
	margin: 0 8px 0 0;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .remove:before,
#totblockcart #totblockcart_dropdown .totblockcart-block .remove:after {
	border-top: none !important;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .remove {
	width: 19px;
	height: 19px;
}
#totblockcart #totblockcart_dropdown .totblockcart-block a[data-link-action="delete-from-cart"] {
	margin: 3px 0 2px 0;
    order: 3;
    display: inline-block;
    color: #164a98;
    font-family: OpenSansBold;
    font-size: 12px;
	float: left;
    margin-right: 11px;
}
#totblockcart #totblockcart_dropdown .result {
	z-index: 999999999;
	padding: 0px 20px 13px 20px;
	margin-top: 0px;
}
#totblockcart #totblockcart_dropdown .result .freeshipping_info ~ span {
	padding-right: 10px;
}
/* nowy wygląd koszyka popup */


.rodo-pow {
	margin-top: -8px;
}
.rodo-pow label {
	font-family: 'OpenSans';
    font-size: 14px;
    text-align: justify;
	line-height: 17px;
	display: block;
	float: right;
	width: calc(100% - 20px);
	font-weight: 500;
	color: #232323;
	margin-bottom: 18px;
}
.rodo-pow label a {
	font-family: 'OpenSans';
    font-size: 14px;
	text-decoration: underline;
	color: #232323;
	font-weight: 500;
}
.rodo-pow input {
	float: left;
	width: 15px;
    margin-right: 5px;
	margin-top: 3px;
}
.rodo-pow span {
	display: block;
	float: left;
	height: 100%;
	width: 20px;
}

.product-miniature:not(.product_show_list) .product-quantity {
	display: flex;
    justify-content: flex-end;
}
.sresult-lab {
	text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    color: #252527;
    font-weight: normal;
    font-family: 'OpenSansSemiBold';
}
body#category .searchres h1 {
	margin-bottom: 0;
}
.second-list-prod {
	margin-bottom: 20px;
}
.second-list-prod .sort-by {
	display: none;
}
.other-results-lab {
	text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-family: 'OpenSansBold';
    color: #252527;
	padding-top: 30px;
	padding-bottom: 30px;
}
#search_popup .phsearch-item > .row > div {
	padding: 0 10px;
}
.block-categories .category-sub-menu.searchres > li.active {
	display: list-item;
}
.block-categories .category-sub-menu.searchres li.active li {
	display: list-item;
}
.product-miniature.product_show_list.hasAccessories .price {
	border-bottom: 0;
}
.product-miniature.product_show_list.hasAccessories .label-price,
.product-miniature.product_show_list.hasAccessories .buy-price {
	color: #939393;
}

#add-to-cart-or-refresh {
	height: calc(100% - 29px);
    position: relative;
}
.replacementButton {
	display: block;
    height: 48px;
    width: 100%;
    background-color: #ffc600;
    clear: both;
    line-height: 48px;
    color: #252527;
    text-align: left;
    font-size: 13px;
	text-transform: uppercase;
	padding: 0 15px 0 17px;
	position: absolute;
	bottom: -6px;
}
a.replacementButton:hover,
a.replacementButton:active,
a.replacementButton:visited,
a.replacementButton:focus {
	color: #252527 !important;
	text-decoration: none;
}
.replacementButton .on {
	display: none;
}
.replacementButton .on:after {
    content: ''; /*\e5cf*/
    font-family: "Material Icons";
    font-size: 20px;
    font-weight: 300;
    float: right;
	width: 14px;
	height: 100%;
	background: url(../img/ico/arrow-up.png) center center no-repeat transparent;
}
.replacementButton .off:after {
	content: ''; /*\e5ce*/
    font-family: "Material Icons";
    font-size: 20px;
    font-weight: 300;
    float: right;
	width: 14px;
	height: 100%;
	background: url(../img/ico/arrow-bottom.png) center center no-repeat transparent;
}
.product-miniature:not(.product_show_list) .replacementButton {
	display: none;
}
.product-miniature:not(.product_show_list) .quickview_cart .product-title,
.product-miniature:not(.product_show_list) .quickview_cart .product-thumbnail,
.product-miniature:not(.product_show_list) .quickview_cart .product-price-and-shipping	{
	display: none !important;
}
.empty-bar {
	display: none;
}
.product_show_list ~ .empty-bar.list-bar {
	display: block;
	width: 100%;
	height: 20px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	z-index: 200;
}
.empty-bar.list-bar:last-child {
	display: none;
}
.categoryPodobny22
{
    width: 100%;
}
.categoryPodobny .empty-bar.list-bar
{
    display: block;
}

.goleftanimate.dblock {
	display: block !important;
}
#totblockcart.fancybox-wrap.fancybox-koszyk.goleftanimate,
div.goleftanimate {
	animation-name: goleftanimate;
	animation-duration: 0.33s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	display: block;
	right: -408px;
	top: 0 !important;
}
.product-miniature.product_show_list .information-bar #product-availability span span.zadzwon, 
.product-miniature.product_show_list .information-bar #product-availability span span.produkt_dostepny
{
	width: auto;
	display: inline-block;
}

#realiz_warianty
{
    float: left;
    width: 100%;
    margin: 50px 0;
    padding:40px 0;
    width: 100%;
    background: #222c44;
    text-align: center;
    margin-left: -10000px;
    border-left: 10000px solid #222c44;
    border-right: 10000px solid #222c44;
	box-sizing:content-box;
}

.condition-label label[for="conditions_to_approve[terms-and-conditions]"] p:before,
input#zgoda_przetwarzanie ~ label p:before,
input#zgoda_przetwarzanie_popup ~ label p:before,
body#identity input#zgoda_regulamin ~ label p:before,
body#identity input#zgoda_regulamin_popup ~ label p:before,
.condition-label label[for="gdpr_consent_chkbox"] p:before,
input#gdpr_consent_chkbox ~ label p:before {
	color: #d41a1a !important;
	content: '*';
	margin-right: 1px;
}

body > .fancybox-wrap.left > div {
	left: -20px;
}

.plus-row .remove-from-cart {
	display: none;
}
#CartSort {
    width: 37.2%;
}
#CartSort label
{
    cursor: pointer;

}
#CartSort label.phup-cont {
	float: left;
	width: 100%;
}

#payment-option-2-additional-information,
#payment-option-1-additional-information {
	display: none !important;
}
body > .fancybox-wrap #form_wishlist .fancybox-anuluj {
	height: 35px;
    line-height: 35px;
}
span.br {
	clear: both;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 5px;
}

body.show-list #products .products {
	overflow: hidden;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	height: 45px;
	margin: 0;
}
.ui-menu .ui-menu-item {
	margin: 0;
	border-bottom: 1px solid #dfdfdf;
}
.ui-widget.ui-widget-content {
	border: 1px solid #dfdfdf;
}

.ui-selectmenu-menu .ui-menu {
	padding: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border-bottom: 1px solid #cccccc;
}
.ui-menu-item:last-child .ui-state-active, .ui-widget-content .ui-menu-item:last-child  .ui-state-active {
	border-bottom: 0;
}

.blokPlatnoscKoszyk #opc-payment-wrapper .payment-options .alert-warning {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 22px;
}
.js-visible-password ~ .input-group-btn {
	border: 1px solid #f6f6f6;
}
section#products .js-product-list {
	overflow: hidden;
}
#prices-drop #search_filters_wrapper,
#new-products #search_filters_wrapper, 
#onsale #search_filters_wrapper {
	display: none;
}
body#my-account #main .page-header h1 {
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
	
.imie-nazwisko-label {
	width: 100%;
	font-size: 31px;
}
.imie-nazwisko-label em {
	font-style: normal;
    color: #164a98;
    font-family: 'OpenSansBold';
}
.my-account-desc {
	display: block;
    font-size: 16px;
    margin-top: 50px;
	width: calc(100% - 205px);
}

.akceptacje-div {
	float: left;
	margin-top: -28px;
}
.akceptacje-div > button {
	width: 186px;
    margin-left: 1px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    height: 46px;
	margin-right: 14px;
	font-family: 'OpenSans';
    font-weight: normal;
}
.akceptacje-div #akceptuje-wszystkie {
	background: url(../img/ico/arrows-v2.svg) 14px center no-repeat #fafafa;
    background-size: 21px 21px;
    padding-left: 40px;
    letter-spacing: 0.2px;
}
.akceptacje-div #odmawiam-wszystkie {
	background: url(../img/ico/x.svg) 16px center no-repeat #fafafa;
    background-size: 18px 18px;
    padding-left: 44px;
    letter-spacing: 0.3px;
	width: 189px;
}
#footer {
	/*display: none;*/
}


/* loader */
.dot-loader-background {
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/loader-background.png) 0 0 repeat transparent;
	z-index: 9999999998;
    width: 100%;
    height: 100%;
}
.dot-loader-cont {
	width: 92px;
	position: fixed;
	left: calc(50% - 46px);
	top: 48% !important;
	z-index: 9999999999;
}
.dot-loader {
	float: left;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #164a98;
    position: relative;
    -webkit-animation: 1.2s scaleDown ease-in-out infinite ;
    animation: 1.2s scaleDown ease-in-out infinite ;
}

.dot-loader:nth-child(2){
    margin: 0 15px;
    -webkit-animation: 1.2s scaleDown ease-in-out infinite .15555s;
    animation: 1.2s scaleDown ease-in-out infinite .15555s;
}

.dot-loader:nth-child(3){
    -webkit-animation: 1.2s scaleDown ease-in-out infinite .300000s;
    animation: 1.2s scaleDown ease-in-out infinite .300000s;
}
.products-selection {
    margin: 30px 0;
}
    
#module-gdprpro-erasemydata #delete-my-data {
	margin-bottom: 20px;
}

.title-dane-konta {
	clear: both;
    margin-top: 28px;
    font-size: 31px;
    float: left;
    letter-spacing: 0.5px;
    margin-left: -2px;
	color: #313438;
}
body#index #polecaneAjaxData {
	/*min-height: 500px;*/
	float: left;
    width: 100%;
}
#header .header-nav-mobile.hide {
	display: block;
}
body#index .desc-cglowna {
	float: left;
    margin-top: 16px;
	letter-spacing: -0.5px;
	padding-bottom: 79px;
	line-height: 24px;
}
body#index .desc-cglowna p,
body#index .desc-cglowna span,
body#index .desc-cglowna strong,
body#index .desc-cglowna em {
	font-size: 16px;
}
body#index .desc-cglowna p,
body#index .desc-cglowna span,
body#index .desc-cglowna strong,
body#index .desc-cglowna em,
body#index .desc-cglowna div {
	color: #313438;
}
body#index .desc-cglowna b,
body#index .desc-cglowna strong {
    font-weight: normal;
    font-family: 'OpenSansSemiBold';
}
body#index .desc-cglowna a {
	color: #164a98;
	font-weight: 500;
}
body#index .desc-cglowna p,
body#index .desc-cglowna div {
    margin-bottom: 23px;
}
body#index .nobottom {
	margin-bottom: 0 !important;
}

body#cms .page-content.page-cms {
	padding-left: 0;
	padding-right: 0;
}
body#cms .page-content.page-cms strong {
	font-weight: normal;
	font-family: 'OpenSansBold';
}

@-webkit-keyframes scaleDown{
    0%, 80%, 100%{
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    40%{
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}

@keyframes scaleDown{
    0%, 80%, 100%{
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    40%{
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
/* loader */

body form.resetAnimation,
body > .fancybox-wrap.fancybox-address.resetAnimation,
body > .fancybox-wrap.resetAnimation	{
	left: 100vw !important;
}
body form.slideUpAnimation,
body > .fancybox-wrap.fancybox-address.slideUpAnimation
body > .fancybox-wrap.facets_popup.slideUpAnimation,
body > .fancybox-wrap.slideUpAnimation,
#exCollapsingNavbarFilters.slideUpAnimation {
	animation: animateslideleft 0.23s linear 1 !important;
	animation-fill-mode: forwards !important;
	display: block !important;
	left: 100vw;
}
body form.slideDownAnimation,
body > .fancybox-wrap.fancybox-address.slideDownAnimation,
body > .fancybox-wrap.slideDownAnimation,
#exCollapsingNavbarFilters.slideDownAnimation {
	animation: animateslideright 0.23s linear 1 !important;
	animation-fill-mode: forwards !important;
	display: block !important;
}
.ets_mm_megamenu .menu-prods > .menu-scroll {
	z-index: 9999;
}
.ets_mm_megamenu .menu-prods > .menu-scroll.slideUpAnimation,
.ets_mm_megamenu .menu-prods > .menu-scroll.slideUpAnimation .menu-title,
.ets_mm_megamenu .menu-prods > .menu-scroll.slideUpAnimation .menu-subtitle,
.ets_mm_megamenu .menu-prods > .menu-scroll.slideUpAnimation .menu-footer {
	animation: animateslideleftmm 0.23s linear 1 !important;
	animation-fill-mode: forwards !important;
	display: block !important;
	left: 0;
}
.ets_mm_megamenu .menu-prods > .menu-scroll.slideDownAnimation,
.ets_mm_megamenu .menu-prods > .menu-scroll.slideDownAnimation .menu-title,
.ets_mm_megamenu .menu-prods > .menu-scroll.slideDownAnimation .menu-subtitle,
.ets_mm_megamenu .menu-prods > .menu-scroll.slideDownAnimation .menu-footer {
	animation: animatesliderightmm 0.23s linear 1 !important;
	animation-fill-mode: forwards !important;
	display: block !important;
}
@keyframes animateslideleft {
	0% {
		left: 100vw;
	}
	100% {
		left: 0;
	}
}
@keyframes animateslideleftmm {
	0% {
		left: 0;
	}
	100% {
		left: -400px;
	}
}
@keyframes animateslideright {
	0% {
		left: 0;
	}
	100% {
		left: 100vw;
	}
}
@keyframes animatesliderightmm {
	0% {
		left: -400px;
	}
	100% {
		left: 0;
	}
}

@keyframes goleftanimate {
	0% {
		right: -360px;
	}
	100% {
		right: 0px;
	}
}
#totblockcart.fancybox-wrap.fancybox-koszyk.gorightanimate,
div.gorightanimate {
	animation-name: gorightanimate;
	animation-duration: 0.7s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	display: block;
	top: 0 !important;
}
div.gorightanimate {
	animation-name: gorightanimate460;
}
@keyframes gorightanimate {
	0% {
		top: 0 !important;
		right: 0px;
	}
	100% {
		top: 0 !important;
		right: -360px;
	}
}
@keyframes gorightanimate460 {
	0% {
		top: 0 !important;
		right: 0px;
	}
	100% {
		top: 0 !important;
		right: -460px;
	}
}



@media screen and (min-width: 1019px) {
	#wrapper #breadcrumb ol > a {
		margin-top: -1px;
	}
	.extra-carts-container {
		display: none;
	}
	#_desktop_cart .extraCarts {
		display: none;
	}
	.footer-container .arrow {
		display: none;
	}
	.header-top > .container > .row.mobile {
		display: none;
	}
	#_desktop_cart .search-mobile-ico {
		display: none;
	}
	#mobile_top_menu_wrapper {
		display: none !important;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll {
		height: auto !important; /* zeby po powrocie do menu głównego zresetować wysokość podkateogrii */
	}
	
  .twoje-konto-label {
		display: none;
	}
	.imie-nazwisko-label {
		display: inline-block;
	}
	
	/* nowy wygląd wyszukiwarki mobilnej */
	.wrap_search_widget #search_popup {
		max-height: 92vh;
		padding-right: 17px;
	}
	.wrap_search_widget #search_popup .head-search {
		color: #252527;
		font-size: 22px;
		font-family: 'OpenSansSemiBold';
		font-weight: normal;
		padding-top: 21px;
		padding-left: 51px;
		float: left;
	}
	.wrap_search_widget #search_popup.no-products .head-search { 
		display: none;
	}
	.wrap_search_widget #search_popup .close .white {
		display: none;
	}
	.wrap_search_widget #search_popup .close .black {
		display: inline;
	}
	#search_popup .wrap_item .catprodrow .catprod.category > div {
		max-height: initial !important;
	}
	#search_popup .wrap_item .catprodrow .catprod {
		max-height: 50vh !important;
	}
	#search_popup .wrap_item > .catprodrow .catprod .mCustomScrollBox {
		max-height: 54vh !important;
		border-bottom: 1px solid #e9e9e9;
	}
	body.search_popup_on {
		overflow: hidden;
	}
	body.search_popup_on #search_block_top {
		margin-top: 0px;
		margin-left: 20px;
	}
	body.search_popup_on #header .header-top .container {
		width: 1240px;
	}
	#search_popup .wrap_item .catprodrow .catprod.category.grey {
		height: 50vh !important;
		background: #fafafa;
        background: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#search_popup .phsearch-item:hover .phsearch-name {
		color: #164a98;
	}

	/* nowy wygląd wyszukiwarki mobilnej */

	#search_popup > .wrap_item > .phsearch-additionnal {
		padding: 15px 20px 15px;
		width: 70.9%;
		float: right;
		margin-top: 0;
		display: block;
	}
	#search_popup > .wrap_item > .catprodrow .phsearch-additionnal {
		display: none;
	}
	body > .fancybox-wrap.fancybox-address .title {
		text-transform: uppercase;
	}
	.fancybox-wrap.fancybox-address .fancybox-inner .fancybox-close,
	.fancybox-wrap.add-new-cart .fancybox-inner .fancybox-close,
	.fancybox-wrap.fancybox-adresy .fancybox-inner .fancybox-close	{
		display: none;
	}
	
	#delivery .phup-cont span.phup-label .long {
		display: inline;
	}
	#delivery .phup-cont span.phup-label .short {
		display: none;
	}
	.stockAlert {
		display: none;
	}
	body.search_popup_on #search_popup .wrap_item .recent,
	#search_popup .wrap_item > .catprodrow > .label,
	.ets_mm_megamenu .menu-prods > .menu-scroll.slideDownAnimation .menu-title .lub	{
		display: none;
	}
	.gdpr-consent-tabs-v2 {
		padding: 25px 49px 43px 48px;
		text-align: justify;
	}
	.gdpr-consent-tabs-v2 .div_accept_moreinfo {
		width: 245px;
	}
	#wrapper #breadcrumb ol > a {
		margin-top: -1px;
	}
	body > .fancybox-wrap.add-new-cart .title {
		clear: both;
		width: 100%;
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
		font-family: 'OpenSansBold';
	}
	body#category #content-wrapper #oferta-specjalna {
		display: none;
	}
	body#index #oferta-specjalna .oferta-duza {
		display: block !important;
	}
	body#index #oferta-specjalna .oferta-reszta article.product-miniature:nth-of-type(5) {
		display: none !important;
	}
}
@media screen and (min-width: 1019px) and (max-width: 1366px) and (max-height: 960px) {
	body > .fancybox-wrap.fancybox-adresy {
		top: 0px !important;
		width: 100vw !important;
		left: 0;
		margin-top: 0 !important;
		position: fixed !important;
		opacity: 1 !important;
		overflow: visible !important;
	}
	body > .fancybox-wrap.fancybox-adresy .fancybox-skin {
		padding: 0 !important;
	}
	body > .fancybox-wrap.fancybox-adresy .title {
		background-color: #222c44;
		color: #ffffff;
		height: 56px;
		line-height: 56px;
		position: absolute;
		top: -95px;
		left: -30px;
		width: 100vw;
		padding-left: 30px;
		text-transform: none;
		font-size: 16px;
		font-weight: 500;
		font-family: 'OpenSans';
		text-transform: initial;
		text-align: left;
	}
	body > .fancybox-wrap.fancybox-adresy .title {
		top: -63px;
	}
	body > .fancybox-wrap.fancybox-adresy .fancybox-inner {
		padding: 62px 15px 30px 30px !important;
		height: 100vh !important;
	}
	body > .fancybox-wrap.fancybox-adresy .subtitle {
		font-size: 14px;
		line-height: 34px;
		text-align: left;
	}
	body > .fancybox-adresy .page-addresses .adresy-dodatkowe .address {
		max-height: 300px;
	}
	body > .fancybox-wrap.fancybox-adresy .fancybox-close {
		top: -56px;
		right: 15px;
		width: 36px;
		height: 28px;
		background-image: url(../img/ico/closev5.svg);
		background-size: 36px 36px !important;
		border-radius: 0%;
		background-repeat: no-repeat;
		background-color: #222c44;
	}
	.delivery-vs-invoice {
		max-height: 100vh;
	}
	body > .fancybox-adresy .delivery-vs-invoice .adresy-dodatkowe {
		max-height: 646px;
	}

	body > .fancybox-adresy .adres-glowny {
		width: 320px;
	}
	body > .fancybox-adresy .delivery-vs-invoice .adresy-dodatkowe {
		width: calc(100% - 340px);
	}
	body > .fancybox-adresy .adres-glowny .title2row {
		height: 118px;
		background: url(../img/ico/address-default-small.png) no-repeat center bottom transparent;
	}
	body > .fancybox-adresy .adresy-dodatkowe .title2row {
		height: 120px;
		background: url(../img/ico/addresses-other-small.png) no-repeat center bottom transparent;
		padding-top: 17px;
	}
	body > .fancybox-adresy .adres-glowny .subtitle2row {
		padding-top: 19px;
		margin-bottom: 29px;
	}
	body > .fancybox-adresy .adresy-dodatkowe .subtitle2row {
		padding-top: 17px;
		margin-bottom: 29px;
	}
	body > .fancybox-adresy .page-addresses .address .address-body h4,
	body > .fancybox-adresy .page-addresses .adresy-dodatkowe .address .address-body h4 {
		height: 43px;
		line-height: 43px;
	}
	body > .fancybox-adresy .page-addresses .address address {
		padding: 6px 21px 6px 21px;
		min-height: 220px;
	}
	body > .fancybox-wrap.fancybox-adresy .page-addresses .address .address-body address p {
		line-height: 18px;
	}
	body > .fancybox-wrap.fancybox-adresy .fancybox-close {
		top: -56px;
		right: 11px;
		display: block !important;
	}
	body > .fancybox-adresy .delivery-vs-invoice .adresy-dodatkowe .flex-cont {
		height: calc(100vh - 347px);
		overflow: auto;
		min-height: 289px;
	}
	body > .fancybox-wrap.fancybox-adresy .fancybox-outer {
		overflow: hidden !important;
	}
}
@media screen and (min-width: 900px) and (max-width: 1019px) {
	body#index #carousel-main .owl-item .caption-description span {
		width: 76% !important;
	}
}
@media screen and (min-width: 861px) {
	#footer .footer-container .links h3,
	#footer .footer-container .links h4 {
		pointer-events: none;
	}
	#footer .footer-container h3.block-contact-title {
		margin-left: 0;
	}
}
@media screen and (min-width: 768px) {
	.js-top-menu-bottom {
		display: block;
	}
	.product-miniature.product_show_list .quickview_cart .product-title,
	.product-miniature.product_show_list .quickview_cart .product-thumbnail {
		display: none !important;
	}
	.footer-container .links:nth-of-type(1) {
		margin-left: 10px;
	}
	body#index #carousel-main.owl-carousel .owl-item img.desktop {
		display: inline;
	}
	body#index #carousel-main.owl-carousel .owl-item img.mobile {
		display: none;
	}
}
@media screen and (min-width: 651px) {
	#search-ico-mobile {
		display: none;
	}
}
@media screen and (min-width: 538px) {
	#_desktop_search_filters_clear_all .btn .long {
		display: inline;
	}
	#_desktop_search_filters_clear_all .btn .short {
		display: none;
	}
	#facets_popup .wrap_search_widget
	#search_filters #close-filters,
	#facets_list .custom-checkbox,
	#facets_list > .uncheck-all,
	#search_filters .no-result,
	.fancybox-wrap.facets_popup #facets_popup > .fancybox-close {
		display: none;
	}
}
@media screen and (min-width: 481px) {
	#polecane .polecane .polecane-thumbnail-container img.small {
		display: none;
	}
	#polecane .polecane .polecane-thumbnail-container img.big {
		display: inline;
	}
}
@media screen and (min-width: 480px) {
	.fancybox-wrap.fancybox-popup-notify .phup-label {
		display: none;
	}
	.footer-container .links:nth-of-type(1) {
		/*margin-left: 10px !important;*/
	}
}

@media screen and (max-width: 1660px) {
	#tab-window > div {
		width: 300px;
	}
	
	#carousel-main .owl-item .item {
		width: 100vw;
		height: 450px;
		position: relative;
		display: block;
		right: 0;
	}
	#carousel-main figure {
		height: 450px;
		display: block;
		position: absolute;
		width: 100%;
	}
	#carousel-main .owl-item .item > figure > a {
		display: block;
		position: relative;
		width: 100vw;
		height: 450px;
		overflow: hidden;
	}
	body#index #carousel-main.owl-carousel .owl-item img.desktop {
		display: block;
		float: right;
		max-height: 450px;
		position: absolute;
		right: 0px;
		right: -16vw;
		max-width: 135%;
		height: 450px;
		width: 1920px;
	}
	#carousel-main .owl-item figcaption {
		width: 100%;
		margin: -114px auto 0 auto;
	}
	#carousel-main .owl-item .caption-description {
		position: absolute;
		top: 0;
		left: 28px;
		margin-top: 30px;
	}
}
@media screen and (max-width: 1366px) {
	body > .fancybox-wrap:not(.fancybox-content_only):not(.fancybox-address):not(.facets_popup):not(.report-data):not(.popupAlert):not(.add-new-cart) {
		margin-top: 0rem;
		top: 0 !important;
		width: 100% !important;
		left: 0 !important;
	}
}	
@media screen and (max-width: 1330px) {
	body > main {
		overflow: hidden;
	}
	.header-top > .container > .row.mobile {
		display: none;
	}
	#_desktop_cart .search-mobile-ico {
		display: none;
	}
	.owl-nav .owl-prev i {
		left: -4rem;
	}
	.owl-nav .owl-next i {
		right: -3.7rem;
	}
	.owl-nav .owl-prev i, .owl-nav .owl-next i {
		font-size: 2.425rem;
	}
	.owl-nav .owl-prev i {
		left: -2.2rem;
		top: 2.8rem;
	}
	.owl-nav .owl-next i {
		right: -2rem;
		top: 2.8rem;
	}
	.carousel .carousel-control .icon-prev i, .carousel .carousel-control .icon-next i {
		font-size: 3.125rem;
	}
	.carousel .carousel-control .icon-next {
		right: -0.6rem;
	}
	.carousel .carousel-control .icon-prev {
		left: -2.8rem;
	}
	
	body#index #carousel-main.owl-carousel .owl-item img.desktop {
		right: -18vw;
	}
}
@media screen and (max-width: 1280px) {
	
	#header .header-top {
		padding: 0px 10px 11px 10px;
	}
	.header-top.fixed-menu {
		padding: 10px 10px !important;
	}
	#header .header-nav {
		padding: 0px 10px;
	}
	.wrap_search_widget #search_popup {
		position: fixed !important;
		width: 100vw !important;
		top: 0px !important;
	}
	.carousel .carousel-item img {
		width: 97%;
		height: auto;
		margin-left: 1.5%;
	}
	.carousel .carousel-control .icon-prev i, .carousel .carousel-control .icon-next i {
		font-size: 3.125rem;
	}
	.carousel .carousel-control .icon-prev {
		left: -1rem;
	}
	.carousel .carousel-control .icon-next {
		right: 1.2rem;
	}
	.owl-nav .owl-prev i, .owl-nav .owl-next i {
		font-size: 2.425rem;
	}
	.owl-nav .owl-prev i {
		left: -2.2rem;
		top: 2.8rem;
	}
	.owl-nav .owl-next i {
		right: -2rem;
		top: 2.8rem;
	}
	#infoopiekun {
		padding: 45px 20px 0 20px;
		clear: both;
		float: left;
		width: 100%;
	}
	#infoopiekun .boks .tekst {
		font-size: 1rem;
		font-size: 15px;
	}
	body#index #products .product-miniature, 
	body#index .featured-products .product-miniature, 
	body#product .featured-products .product-miniature,
	body#index .product-accessories .product-miniature, 
	body#index .product-miniature .product-miniature, 
	body#index .onsale-products .product-miniature {
		width: 100%;
	}
	.featured-products, .onsale-products {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.product-miniature .product-description {
		margin-top: 0;
		height: 155px !important;
	}
	#oferta-specjalna .oferta-reszta .product-miniature .product-description {
		margin-top: 10px;
		height: 90px !important;
	}
	body#category #oferta-specjalna .oferta-reszta .product-miniature .product-description {
		margin-top: 0px;
		height: 150px !important;
	}
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature .product-description {
		padding-top: 0;
	    margin-top: 0;
	}
	#background-icons {
		display: none !important;
	}
	#custom-text {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 0;
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
		min-height: 16vw;
		padding-top: 2.5vw;
	}
	#custom-text td {
	    padding: 2.5% 0 2.5% 2.5% !important;
	}
	#custom-text td img {
		height: auto;
	}
	#custom-text td p br {
		display: none;
	}
	.product-features > dl.data-sheet dd.value {
		width: 50%;
		min-width: 50%;
	}

	.footer-container .links,
    .footer-container .block-contact.links {
        margin-bottom: 40px;
        float: left;
    }
	.footer-container .links:nth-of-type(1) {
		margin-left: 30px;
	}
	.footer-container {
		padding-top: 2.5vw;
	}
	.footer-container .container {
		margin-bottom: 0;
	}
	
	.ets_mm_megamenu_content > .container {
		margin: 0 30px 0 30px;
	}
	.product-miniature.product_show_list .product-quantity .add .add-to-cart {
		height: 48px;
	}
	/* + i - */
	#module-bestkit_opc-checkout .cart-items .bootstrap-touchspin input.form-control {
		width: 40px;
		min-width: 35px;
	}
	#module-bestkit_opc-checkout .cart-items .bootstrap-touchspin {
		width: 130px;
	}
	/* + i - */

	#js-product-list .product-miniature:not(.product_show_list) .product-add-to-cart .add-to-cart i.shopping-cart {
		margin-top: 1px;
	}
	body.logged #js-product-list .product-miniature:not(.product_show_list) .product-add-to-cart .add-to-cart i.shopping-cart {
		margin-top: 12px;
	}
	#js-product-list .product-miniature.product_show_list .product-add-to-cart .add-to-cart i.shopping-cart {
		margin-top: 1px;
	}
	body.logged .owl-item .product-add-to-cart .add-to-cart i.shopping-cart {
		margin-top: 5px;
	}
	.product-miniature:not(.product_show_list) .quickview_cart input.input-group {
		width: 72px;
		left: 55px;
		height: 48px;
	}
	#wishlist_popup_form {
		padding: 0px 0px;
		margin: 0;
		width: 100%;
	}
	#koszyki_warianty_all .new_cart {
		width: 240px;
		height: 43px;
		margin: 0 auto 15px auto;
		float: none;
		padding: 0;
		position: relative;
	}
	#wishlist_popup_form #new_cart, .wishlist_popup_form #new_cart {
		width: 100%;
	}
	#koszyki_warianty_all .new_cart button {
		right: 0;
	}
	#polecane .polecane .polecane-thumbnail-container a img {
		max-width: initial;
		max-height: 160px;
		width: auto;
	}
	body#index #polecane .featured-products {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	body#index #polecane #polecanePages .subcategory {
		min-width: 169px;
	}
	.fancybox-opened .fancybox-skin {
		  -webkit-box-shadow: none;
		  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
		  box-shadow: 0;
	}
	.fancybox-opened.fancybox-checkCartWarning .fancybox-skin {
		padding: 0px !important;
	}
	#koszyki_warianty > div > h1,
	#koszyki_warianty > div > .ha1 {
		background: #222c44;
		outline: 15px solid #222c44;
		color: #fff;
		height: 50px;
	}
	#koszyki_warianty > div > h1 {
		height: 61px;
		padding-top: 10px;
	}
	#koszyki_warianty > div > .ha1 {
		position: absolute;
		/* left: -1px; */
		/* width: 92vw; */
		/* z-index: 99999999999999999; */
		/* display: block; */
		top: -57px;
		height: 42px;
		padding-top: 10px;
		padding-left: 12px;
		padding-right: 12px;
	}
	#koszyki_warianty > div > .ha2 {
		margin-top: 57px !important;
		padding: 12px;
	}
	#koszyki_warianty > div > .ha3 {
		padding: 0 12px;
	}
	.fancybox-checkCartWarning .fancybox-inner {
		overflow: visible !important;
	}
	
	body#index #oferta-specjalna .featured-products .oferta-reszta .product-miniature {
		width: 100%;
	}
	
	body#product #oferta-specjalna .oferta-reszta .quickview_cart {
		top: 73px;
	}
	body#product #oferta-specjalna .product-miniature.product_show_list .quickview_cart {
		width: 100%;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature {
		max-width: 100%;
	}
	/*body#product #oferta-specjalna .owl-carousel.owl-drag .owl-item {
		margin-left: 5px;
		margin-right: 5px;
	}
	body#product #oferta-specjalna .owl-carousel .owl-stage {
		margin-left: -5px;
	}*/
	body#product #oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist {
		left: 0;
	}
	body#product #oferta-specjalna.b2b .oferta-reszta .quickview_cart .add {
		left: 0%;
	}
}
@media screen and (max-width: 1270px) {
	#header .header-top {
		padding: 0px 30px 11px 30px;
	}
	body.search_popup_on #header .header-top {
		padding: 0px 30px 30px 10px;
	}
	body#search_popup_on #header .header-top {
		padding-right: 0px;
	}
	.header-top.fixed-menu {
		padding: 10px 30px !important;
	}
	#header .header-nav {
		padding: 0px 30px;
	}
	
	#search_popup > .wrap_item > .phsearch-additionnal {
		padding: 15px 20px 15px;
		width: calc(100% - 346px);
		float: right;
		margin-top: 0;
		display: block
	}
	#search_popup > .wrap_item > .catprodrow .phsearch-additionnal {
		display: none;
	}
	#search_popup .close {
		right: 10px;
	}

	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up,
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
		width: 48px;
		height: 48px;
		line-height: 48px;
	}
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up i,
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down i {
		width: 48px;
		height: 48px;
	}
	.product-miniature:not(.product_show_list) .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after,
	.product-miniature:not(.product_show_list) .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after	{
		height: 48px;
		width: 48px;
		line-height: 48px;
	}
	
	
	#pageNo::placeholder {
		font-family: 'OpenSans';
		color: #292929;
		height: 14px;
		opacity: 1;
		height: 20px
	}
	/* #search_filters .facet {
		width: 31.65%;
	} */
    #related-full #search_filters .facet
    {
        width: 30%!important;
        margin: 0 1.5% 20px;
        width: 31%!important;
        margin: 0 1.15% 20px;
    }
	#carousel-main .owl-item .caption-description {
		margin-left: 18px;
		margin-right: 18px;
	}
	
}

@media screen and (max-width: 1255px) {
	
}
@media screen and (max-width: 1240px) {
	.extraCartsTopMenu {
		position: relative;
		margin-left: 0!important;
		margin-right: 58px!important;
	}
	#carousel {
		overflow: hidden;
		height: 26vw;
		float: left;
		clear: both;
		display: block;
		width: 100%;
	}
	.carousel .carousel-inner {
		height: 26vw;
	}
	.carousel .carousel-inner {
		max-height: 340px;
	}
	.owl-carousel .quickview_cart input.input-group {
		width: 6rem;
	}
  #products .product-miniature, .featured-products .product-miniature,
  .product-accessories .product-miniature, .product-miniature .product-miniature, .onsale-products .product-miniature
  {
    height: 320px;
  }
	#products .thumbnail-container, .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container, .product-miniature .thumbnail-container, .onsale-products .thumbnail-container {
		min-height: 388px !important;
	}

	
	.quickview_cart .add-to-cart {
		min-width: 100%;
	}
	.quickview_cart .add-to-cart span {
		display: none;
	}
	.mm_menus_li:not(.menu-prods):not(.mm_has_sub) .mm_menu_content_title, .mm_menus_li.menu-brands .mm_menu_content_title {
		padding: 0 12px 0 12px;
	}
	section#guardian .contactGuardianCart {
		padding: 28px 30px;
		width: 100%;
	}
	

	#wrapper .breadcrumb {
		margin-bottom: 16px
	}
	
	.mainpage-guardian #infoopiekun {
		width: 100vw;
	}
	#tab-window > div {
		width: 250px;
	}
	/*body#index #polecane .polecane .polecane-product-title {
		height: 140px !important;
		position: absolute !important;
		top: 0;
		left: 0;
		line-height: 140px!important;
		font-size: 24px;
		font-family: 'OpenSansExtraBold';
		padding-left: 10px;
	}
	#polecane .polecane .polecane-thumbnail-container .lazy-load-container {
		position: relative;
	}*/
	#polecane .polecane .polecane-thumbnail-container img.big {
		left: -28% !important;
		width: 2000px;
	}
	
}
@media (max-width: 1199px) {
	.extraCartsTopMenu {
		margin-left: 0.5rem!important;
		margin-right: 0!important;
	}
	.extra-carts-container {
		display: block;
	}
	.ets_mm_megamenu .extraCarts {
		display: none;
		margin-top: 5px;
	}
	.extra-carts-container {
		width: 23%;
		float: right;
		padding-right: 1%;
	}
	.ico-ask-offer > a {
		background: url(../img/mobile/ico/cart-mobile-askv2.png) 0px 1px no-repeat transparent;
		width: 30px;
		height: 42px !important;
	}
	.ico-ask-offer, .ico-many-cart {
		border: 3px solid transparent;
		width: 50px;
		float: left;
		overflow: visible;
		background-color: transparent;
		margin-top: 16px;
	}
	.logged .ico-many-cart {
		margin-top: 12px;
	}
	.ico-ask-offer {
		margin-top: 22px;
	}
	.ico-ask-offer .counter {
		background-color: #ffc600;
		width: 26px;
		height: 26px;
		font-size: 14px;
		color: #252527;
		top: -5px;
		right: 0.1rem;
		line-height: 26px;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	.ico-many-cart > a {
		background: url(../img/mobile/ico/many-cartsv2.png) 0px 0px no-repeat transparent;
		width: 57px;
		height: 32px !important;
	}
	#totblockcart {
		width: 0px;
	}
	#_desktop_cart .cart-preview {
		margin-top: 0px;
	}
	#_desktop_cart .empty-cart {
		display: none !important;
	}
	#_desktop_cart .extraCarts {
		display: block;
		float: right;
	}
	#_desktop_cart .extraCarts {
		display: block;
		float: right;
	}
	#_desktop_cart .material-icons.shopping-cart {
		/*padding: 3px 10px 0px 18px;*/
		background: url(../img/mobile/ico/cart-mobilev2.png) no-repeat 0px 12px transparent;
	}

	/* wyłączanie menu mobilnego mega menu */
	.changestatus .ybc-menu-toggle {
		display: none;
	}
	.changestatus.transition_floating .mm_menus_ul {
		position: relative;
		display: block;
		width: 100%;
		max-width: initial;
		left: initial;
		top: initial;
	}
	.changestatus.ets_mm_megamenu .mm_menus_ul .close_menu {
		display: none;
	}
	.changestatus .mm_menus_li {
		border-top: 0px solid #DDDDDD;
		border-left: 0px solid #DDDDDD;
		border-right: 0px solid #DDDDDD;
		width: initial !important;
	}
	.changestatus .mm_menus_li > a {
		padding: initial;
	}
	.changestatus .arrow {
		display: none;
	}
	.changestatus.transition_floating .close_menu, .changestatus.transition_full .close_menu {
		display: none !important;
	}
	.changestatus.transition_floating .mm_menus_ul {
		opacity: 1;
		transform: initial;
		-webkit-transform: initial;
		transition: initial;
		-webkit-transition: initial;
		visibility: visible;
	}

	/* wyłączanie menu mobilnego mega menu  */

	.featured-products, .onsale-products {
		width: 97%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	#featured-products-tabs, #onsale-products-tabs {
		margin-top: 1rem;
	}
	
	body > main > #guardian {
		clear: both;
		width: 100%;
	}
	
	#delivery_message {
		height: 72px;
	}
	
	/* nowy wygląd koszyka popup */
	#totblockcart.fancybox-wrap {

	}
	#totblockcart.fancybox-wrap.fancybox-koszyk {
		width: 360px !important;
		margin-top: 0;
		left: initial !important;
		right: 0;
		height: 100vh !important;
		display: none;
	}
	#totblockcart.fancybox-wrap.fancybox-koszyk.fancybox-opened .fancybox-skin {
		padding: 0 !important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		height: 100vh !important;
	}
	#totblockcart.fancybox-wrap.fancybox-koszyk .fancybox-inner {
		width: 360px !important;
	}
	#totblockcart.fancybox-wrap.fancybox-koszyk #totblockcart #totblockcart_dropdown {
		width: 360px;
		height: 100% !important;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .counter {
		text-align: center;
	}
	#totblockcart.fancybox-wrap #totblockcart_dropdown_container {
		height: auto;
		min-height: 0;
	}
	#totblockcart #totblockcart_dropdown .tytul {
		width: 100%;
		height: 56px;
		background-color: #164a98;
		line-height: 54px;
		padding-left: 31px;
		color: #ffffff;
		font-size: 16px;
		text-transform: capitalize !important;
		display: block;
	}
	body > .fancybox-wrap.fancybox-koszyk .fancybox-close {
		top: 0;
		right: 6px;
		width: 58px;
		height: 56px;
		background: url(../img/ico/closev2.png) no-repeat center center transparent;
		background-size: auto!important;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info {
		overflow: visible;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .thumbnail {
		height: 63px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .title {
		height: 51px;
		display: block;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .thumbnail {
		margin: 0 8px 0 0;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .remove:before,
	#totblockcart #totblockcart_dropdown .totblockcart-block .remove:after {
		border-top: none !important;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .remove {
		width: 19px;
		height: 19px;
	}
	#totblockcart #totblockcart_dropdown .result {
		z-index: 999999999;
	}

	/* nowy wygląd koszyka popup */
	
	/* #search_filters .facet {
		width: 31.5%;
	} */
	.ets_mm_megamenu .menu-scroll {
		width: 275px;
	}
	.mm_menus_li.menu-prods.animate .menu-title,
	.mm_menus_li.menu-prods.animate .menu-footer {
		width: 275px !important;
	}
	.menu-prods .mm_tab_toggle_title a {
		width: 244px;
	}
	#tab-window > div {
		width: 250px;
	}
	#search_block_top #searchbox {
		max-width: 500px;
	}
	body.page-customer-account .my-account-menu a,
	body.page_name_order-detail .my-account-menu a {
		line-height: 33px;
	}
}
@media screen and (max-width: 1160px) {
	.extraCartsTopMenu {
		position: relative;
		margin-left: 0.5rem!important;
		margin-right: 1.2rem !important;
	}
	.mm_menus_li.mm_has_sub .mm_menu_content_title {
		padding: 22px 9px;
	}
	.mm_menus_li:not(.menu-prods):not(.mm_has_sub) .mm_menu_content_title, .mm_menus_li.menu-brands .mm_menu_content_title {
		padding: 0 9px 0 9px
	}
	.owl-carousel .quickview_cart input.input-group {
		width: 4.6rem;
	}
	#product #product_manufacturer_reference {
		max-width: 338px !important;
	}
	.ets_mm_megamenu .ico-ask-offer > a {
		width: 51px;
		margin-top: 5px !important;
	}
	.ets_mm_megamenu .ico-many-cart > a {
		width: 51px;
	    margin-top: 5px !important;
	}
	
	body.page-order-confirmation #main {
		background: url(../img/empty-cart.svg) 107.2% 15px no-repeat transparent;
		background-size: 39% 66%;
	}
	body#product #oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist {
		left: 0;
	}
	body#product #oferta-specjalna.b2b .oferta-reszta .quickview_cart .add {
		left: 0;
	}
	
}
@media screen and (max-width: 1076px) {
	.extra-carts-container {
		display: block;
	}
	.ets_mm_megamenu .extraCarts {
		display: none;
		margin-top: 5px;
	}
	.extra-carts-container {
		width: 23%;
		float: right;
		padding-right: 1%;
	}
	.ico-ask-offer > a {
		background: url(../img/mobile/ico/cart-mobile-askv2.png) 0px 1px no-repeat transparent;
		width: 30px;
		height: 42px !important;
	}
	.ico-ask-offer, .ico-many-cart {
		border: 3px solid transparent;
		width: 50px;
		float: left;
		overflow: visible;
		background-color: transparent;
	}
	.ico-ask-offer {
		margin-top: 22px;
	}
	.logged .ico-ask-offer {
		margin-top: 17px;
	}
	.ico-ask-offer .counter {
		background-color: #ffc600;
		width: 26px;
		height: 26px;
		font-size: 14px;
		color: #252527;
		top: -5px;
		right: 2px;
		line-height: 26px;
		padding-left: 0.3rem;
		padding-right: 0.2rem;
	}
	.ico-many-cart > a {
		background: url(../img/mobile/ico/many-cartsv2.png) 0px 0px no-repeat transparent;
		width: 57px;
		height: 32px !important;
	}
	#_desktop_cart {
		width: 34%;
		border: 0 !important;
		background-color: transparent !important;
	}
	#_desktop_cart .header span.hidden-sm-down {
		width: 78%;
	}
	.search_popup_on #_desktop_cart {
		display: none;
	}
	#_desktop_cart .cart-preview {
		float:right;
		margin-right: 0px;
		width: 100%;
	}
	#_desktop_cart .material-icons.shopping-cart {
		/*padding: 3px 10px 0px 18px;*/
		background: url(../img/mobile/ico/cart-mobilev2.png) no-repeat 0px 12px transparent;
	}
	#totblockcart {
		width:0px;
	}
	#search_block_top {
		width: 59%;
		margin-top: 3px;
	}
	#_desktop_cart .extraCarts {
		display: block;
		float: right;
	}
	#_desktop_cart .extraCartsTopMenu{
		margin-right: 0.7rem;
	}
	.product-quantity #quantity_wanted {
		width: 92px;
	}

	.ico-ask-offer:hover,
	.ico-ask-offer > a:hover {
		animation: none;
		animation-fill-mode: none;
	}
	.ico-many-cart:hover,
	.ico-many-cart > a:hover {
		animation: none;
		animation-fill-mode: none;
	}
	
	/* + i - */
	#module-bestkit_opc-checkout .cart-items .bootstrap-touchspin input.form-control {
		width: 40%;
	}
	#module-bestkit_opc-checkout .cart-items .bootstrap-touchspin {
		width: 125px;
	}

	/* + i - */

	.product-miniature.product_show_list .product-price-and-shipping .product-shipment,
	.product-miniature.product_show_list .product-price-and-shipping .product-quantities,
	.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity,
	.product-miniature.product_show_list .product-price-and-shipping .product_manufacturer,
	.product-miniature.product_show_list .product-price-and-shipping .product_reference	{
		font-size: 12px;
	}
	.product-miniature.product_show_list .product-description {
		padding-left: 0;
	}
	.uwagiKoszyk #delivery .phup-cont span.phup-label {
		line-height: 25px;
		padding-top: 12px;
	}
	#delivery .phup-cont span.phup-label .long {
		display: inline;
	}
	#delivery .phup-cont span.phup-label .short {
		display: none;
	}
	.my-account-desc {
		margin-top: 29px;
		font-size: 15px;
		width: calc(100% - 194px);
	}
	
	body#index #carousel-main.owl-carousel .owl-item img.desktop {
    right: -21vw;
}
	
}

#header .header-nav .user-info .reg-user i {
  display: inline-block;
  background: url(../img/ico/reg.svg) no-repeat center center transparent;
  vertical-align: -6px;
  margin-right: 6px;
}
#header .header-nav .user-info .log-user i {
  display: inline-block;
  background: url(../img/ico/login.svg) no-repeat center center transparent;
  vertical-align: -6px;
  margin-right: 3px;
}
#header .header-nav .user-info .logout i {
  display: inline-block;
  background: url(../img/mobile/ico/logout.png) no-repeat center center transparent;
  vertical-align: -7px;
}
html.block-main-scroll, body.block-main-scroll {
	height: auto;
	overflow: hidden;
}
body.block-main-scroll {
	margin-right: 17px;
}

/* wtyczka x13 do rodo/cookies */
.btn.x13eucookies__box:not(.x13eucookies__box--cloud-full), .btn.x13eucookies__btn, .btn.x13eucookies__cloud {
    border-radius: 2px !important;
    font-weight: normal !important;
    font-family: 'OpenSans';
}
.x13eucookies .x13eucookies__nav li a:before {
	display: none !important;
}
.x13eucookies .x13eucookies__nav li a {
    color: #000000 !important;
    font-size: 15px;
    font-family: 'OpenSansBold';
    line-height: 30px;
    font-weight: normal !important;
}
.x13eucookies__title {
    font-weight: normal;
    font-family: 'OpenSansBold';
	margin-top: 8px;
}
.x13eucookies__card-header button {
    font-weight: normal !important;
    font-family: 'OpenSansBold';
}
.x13eucookies__table, .x13eucookies__table th, .x13eucookies__table td {
    font-weight: normal;
}
.x13eucookies__box-title {
    font-weight: normal;
    font-family: 'OpenSansBold';
}
.footer-container .x13eucookies__navbar.x13eucookies__btn {
	color: #ffffff;
    padding: 0;
    font-family: 'OpenSans';
    font-size: 15px !important;
    letter-spacing: 1px;
}
.footer-container .x13eucookies__navbar--displayX13EuCookiesNav span {
	display: none;
}
#x13eucookies-footer-link span:before {
    content: "•";
    color: #ffc600;
    font-size: 15px;
    font-family: 'OpenSans';
    margin-left: -10px;
	
}
.footer-container #x13eucookies-footer-link .x13eucookies__navbar {
    text-transform: none !important;
    font-size: 15px !important;
	background-color: transparent;
    border: 0;
}
body#identity .x13eucookies__navbar {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px !important;
}
/* wtyczka x13 do rodo/cookies */

@media screen and (max-width: 1019px) {
    .onlymobile {
		display: inline-block;
    }
	main > .loaderjs #circularG {
		left: calc(50% - 29px) !important;
		position: absolute;
	}
	html.search_popup_on, body.search_popup_on {
		overflow: hidden;
	}
	html.block-main-scroll, body.block-main-scroll {
		height: auto;
		overflow: hidden;
	}
	#search_popup .phsearch-additionnal {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	#search_popup .wrap_item .catprodrow .catprod.category {
		padding-left: 10px;
	}
	#search_popup .search-query.label {
		padding-left: 15px !important;
	}
    .displaydiscount,
    .cart-items .minCountSale {
        display: block;
		font-size: 13px;
		line-height: 16px;
    }
    .jednostka {
        display: none;
    }
    .index_product {
        font-size: 12px;
    }
	.overflowyOff {
		overflow-y: hidden !important;
	}
	.mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content .mm_tab_name::before {
		border: 0; /*niepotrzebne z desktop*/
	}
	.wrap_search_widget #search_popup .head-search {
		width: 100vw;
		background-color: #222c44;
		height: 46px;
		position: fixed;
		top: 0;
		color: #ffffff;
		font-family: 'OpenSans';
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		float: left;
		text-align: center;
		padding: 12px 31px;
		letter-spacing: 0.4px;
	}
	#search_popup .close {
		position: fixed;
		right: 21px;
	}
    #attachments {
		padding-left: 0px;
	}
    #product-details {
        width: 100%;
        float: none;
        display: block;
    }

    #left-column22 {
        width: 100%;
        margin-bottom: 20px;
    }

    #content-wrapper.left-column22 {
        width: 100%;
    }

    .block-categories {
        margin-bottom: 0px;
    }

    .block-categories > ul.category-top-menu > li:last-child {
        display: none;
    }

    .block-categories .collapse-icons {
        display: inline-block;
    }

    

    .block_newsletter > .row > p,
    .block_newsletter > .row > div {
        width: 100%;
    }

    .block_newsletter form > .row > div:first-child {
        margin-right: 20px;
    }

	#_desktop_logo {
		margin-top: 8px;
		width: 270px;
	}
	#header .logo {
		max-width: 100%;
		width: 312px;
		height: auto;
		min-width: initial;
		min-height: initial;
	}
	#header a:hover {
		color: #164a98;
	}
	#header .header-top {
		height: 94px;
		padding: 10px 30px 10px 30px;
	}
	#header .header-nav {
		display: none;
		padding: 0px 3%;
	}
	#header .header-nav #contact-link .fa-phone {
		margin-right: 5px;
	}
	#header .header-nav #contact-link .fa-envelope {
		margin-right: 5px;
	}
	#header .header-nav .user-info a:last-child {
		border-left: 0;
		margin-left: 0.9rem;
		padding-left: 0.9rem;
	}
	#header .search-cart {
		width: calc(100% - 320px);
	}
	#wrapper .breadcrumb li {
		display: block;
		line-height: 16px;
		font-size: 12px;
		float: left;
	}
	.extraCartsTopMenu .extraCartsTopMenu {
		float: right;
	}
	.extraCartsTopMenu .extraCartsZapytanie {
		float: right;
	}
	#search_block_top {
		width: 67%;
		margin-top: 3px;
	}
	.header-top.fixed-menu {
		padding: 10px 30px !important;
	}
	body #background-menu {
		display: none;
	}
	.ets_mm_megamenu.layout_layout1 {
		display: none !important;
	}
	body #background-menu {
		display: none;
	}
	.header-nav .mobile {
		display: block;
	}
	#totblockcart #totblockcart_button_cart {
		display: none;
	}

	#menu-icon {
		display: none;
		width: 7%;
		height: 60px;
	}
	#menu-icon a {
		display: block;
		width: 100%;
		height: 100%;
		padding-top: 18%;
	}
	#menu-icon a i {
		height: 4px;
		margin: 3px 3px 4px 0;
		width: 26px;
		background-color: #164a98;
		border-radius: 2px;
		display: block;
	}
	#mobile_top_menu_wrapper {
		display: none;
	}
	#mobile_top_menu_wrapper::before {
		background-color: rgba(0, 0, 0, 0.4);
		bottom: 0;
		content: "";
		height: 100%;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
	#tab-window {
		display: none;
	}

	/* wersja mobilna menu */
	#mobile_top_menu_wrapper #_mobile_top_menu {
		position: fixed;
		z-index: 9999999;
		top: 0;
		left: 0;
		background-color: #ffffff;
		width: 100%;
		min-width: 500px;
		padding-bottom: 15px;
		height: 100%;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu > ul {
		height: 100%;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .close_menu {
		display: block !important;
		background-color: #f6f6f6;
		color: #484848;
		padding: 15px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		line-height: 18px;
		visibility: hidden;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .close_menu span.label {
		font-size: 18px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu li {
		display: block;
		width: 100% !important;
		min-height: 30px;
		padding-top: 10px;
		overflow: hidden;
		background-color: #ffffff;
		background-color: transparent;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .active {

	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll {
		overflow-y: auto;
		background-color: #ffffff !important;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll {
		position: absolute;
		width: 100%;
		background-color: #ffffff;
		z-index: 9999;
		top: 0;
		left: 0;
		/*height: auto !important;*/ /* nie dawać, blokuje scrolla podkategorii */ /* zeby po powrocie do menu głównego zresetować wysokość podkateogrii */
		/*height: 100%;
		display: block;*/
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll:not(.mCustomScrollbar) {
		overflow-y: auto;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll .opensubscroll {
		height: 46px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll .opensubscroll > ul,
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll .opensubscroll > ul > li > ul,
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll .opensubscroll > ul > li > ul > li > div > div > ul,
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll .opensubscroll ul.active {
		display: block !important;
		opacity: 1 !important;
		top: 71px;
		top: 66px;
		margin: 0 10px;
		width: calc(100% - 20px) !important;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll li.has-sub > .ets_mm_categories {
		box-shadow: none;
		-webkit-box-shadow: none;
		top: 71px;
		top: 66px;
	}
	#mobile_top_menu_wrapper .ets_mm_block_content .has-sub > a:after {
		right: 15px;
		display: none;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll.openscroll .mm_tabs_has_content,
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll.openscroll .ets_mm_block_content {
		overflow: visible;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll > ul {
		display: none;
		padding: 0 20px !important;
		margin: -10px 0 0 0;
		overflow-y: auto;
		padding-bottom: 110px !important;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll.active > ul > li > ul {
		display: none;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll .active {
		display: block !important;
		position: fixed !important;
		/*height: 100%;*/
		height: 82vh;
		width: 100%;
		top: 0; /*71px;*/
		left: 0 /*!important*/;  /*dać important tylko gdy animacja menu wyłączona*/
		overflow-y: auto;
		background-color: #ffffff;
		padding: 0 0 60px 0!important;
		border:0;
	}

	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll li {
		padding-top: 0px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll li.menu-title {
	    color: #ffc600;
		font-family: 'OpenSansBold';
		font-size: 15px;
		line-height: 45px;
		padding: 0 11px;
		border-bottom: 1px solid #f2f2f2;
		margin-left: 0;
		margin-right: 0;
		min-height: 46px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu li.submenu-header {
		padding-top: 15px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu li.submenu-header .pull-left {
		width: 89%;
		padding-left: 15px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu li a {
		height: 100%;
		width: 97%;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu li .mm_tab_name.noArrow::after {
		background: none;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu > ul > li > a {
		margin-top: 0;
		background-color: transparent !important;
		visibility: hidden;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .submenu-header {
		margin-bottom: 3px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .mm_tabs_li .mm_columns_contents_ul.active {
		opacity: 0;
		visibility: hidden; /*żeby nie przeszkadzało w wersji mobilnej, klasę dodaje event z wersji dekstop*/
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .ets_mm_categories.active .submenu-header {
		margin-bottom: 0;
		padding-top: 0 !important;
		padding-bottom: 0;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .ets_mm_categories.active a {
		font-size: 15px;
		text-transform: uppercase;
		clear: both;
		float: left;
		font-weight: normal;
		font-family: 'OpenSansBold' !important;
		color: #252527;
		width: 79.5%;
		padding: 0 0 0 1px;
		margin: 0 0 0 8px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .ets_mm_categories.active li {
		padding-bottom: 12px;
		padding-top: 13px !important;
		border-bottom: 1px solid #f2f2f2;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .ets_mm_categories.active li .arrow {
		content: "";
		height: 6px;
		position: absolute;
		right: 17px;
		top: 18px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: all 0.35s;
		-webkit-transition: all 0.35s;
		width: 6px;
		border-left: 6px solid;
		border-right: 0;
		border-top: 6px solid rgba(0, 0, 0, 0);
		border-bottom: 6px solid rgba(0, 0, 0, 0);
		color: #164a98;
		display: block;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .ets_mm_categories.active {
		z-index: 10000;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .ets_mm_categories.active .ets_mm_categories.active {
		z-index: 10010;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .ets_mm_categories.active .ets_mm_categories.active .ets_mm_categories.active {
		z-index: 10020;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .ets_mm_categories.active .ets_mm_categories.active .ets_mm_categories.active .ets_mm_categories.active {
		z-index: 10030;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .ets_mm_categories.active .ets_mm_categories.active .ets_mm_categories.active .ets_mm_categories.active .ets_mm_categories.active {
		z-index: 10040;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .mm_menus_back_icon {
		background: url(../img/mobile/ico/close.png) no-repeat center center transparent;
		width: 22px;
		height: 23px;
		display: block;
		float: right;
		margin-top: -3px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .ets_mm_categories .pull-right {
		display: none;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .ets_mm_categories.active .mm_menus_back_icon {
		margin-top: 12px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .mm_menus_li.mm_has_sub .mm_menu_content_title {
		padding: 6px 17px 11px 17px;
		text-align: left;
		border-right: 0;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .mm_menus_li.mm_has_sub:not(.menu-prods-mobile) .mm_menu_content_title {
		padding-left: 9px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .mm_menus_li:not(.menu-prods-mobile):not(.mm_has_sub) .mm_menu_content_title {
		text-align: left;
		border-right: 0;
		height: auto;
		float: left;
		display: block;
		padding: 7px 0px 14px 9px;
		margin: 0 0px 0 8px;
	}
	#mobile_top_menu_wrapper .mm_menus_li.menu-brands .mm_menu_content_title {
		height: auto;
	}
	#mobile_top_menu_wrapper .mm_menus_li.menu-brands > a > span {
		margin-left: 8px;
		padding: 11px 10px;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .extraCarts {
		display: none;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu ul li a span:not(.mm_arrow) {
		border-bottom: 1px solid #f2f2f2;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu > ul > li.menu-prods-mobile > a > span {
		border-bottom: 0;
		color: #164a98;
		font-weight: bold;
	}
	#mobile_top_menu_wrapper .menu-scroll > div > div > .mm_columns_ul_tab {
		width: 100% !important;
	}

	#mobile_top_menu_wrapper .openscroll {
		height: 100% !important;
		top: 0 !important;
		left: 0;
		width: 50%;
		min-width: 500px;
		z-index: 99999999;
		position: fixed !important;
	}
	#mobile_top_menu_wrapper .openscroll > div {
		top: 0; /*71px;*/
		margin: 0 20px;
	}
	#mobile_top_menu_wrapper .openscroll > div.mCustomScrollBox > div {
		display: block !important;
	    position: relative;
		top: 0;
		left: 0;
	}
	#mobile_top_menu_wrapper .openscroll .mm_columns_ul {
		opacity: 1 !important;
		display: block !important;
	}
	#mobile_top_menu_wrapper .openscroll .mm_columns_ul .mm_columns_contents_ul  /* ukrywanie niepotrzebnych rzeczy z wersji desktop */
	{
		width: 0 !important;
		display: none;
		background-color: transparent;
		border: 0px;
	}
	#mobile_top_menu_wrapper .mm_columns_ul_tab
	{
		height: 100%;
	}
	#mobile_top_menu_wrapper .mm_tab_li_content-mobile {
		width: 100% !important;
		height: 100%;
		font-size: 15px;
		font-family: 'OpenSansBold';
		padding: 4px 0 3px 0;
		text-transform: uppercase;
		border: 0;
	    text-transform: uppercase;
		width: 100%;
	}
	#mobile_top_menu_wrapper .mm_tab_li_content > span {
		border-bottom: 1px solid #f2f2f2;
	}
	#mobile_top_menu_wrapper .submenu-header {
		padding: 15px 15px 15px 0;
		background-color: #f6f6f6;
	}
	#mobile_top_menu_wrapper .submenu-header .label {
		font-family: 'OpenSansBold';
		text-transform: uppercase;
		font-weight: normal;
		font-size: 15px;
		line-height: 17px;
		margin-left: 10px;
		color: #ffc600;
		position: relative;
		text-align: left;
	}
	#mobile_top_menu_wrapper .ets_mm_categories.active .submenu-header .label {
		padding-top: 14px;
		display: block;
		margin-left: 27px;
		height: 45px;
	}
	#mobile_top_menu_wrapper .submenu-header .mm_arrow {
		width: 15px;
		display: block;
		float: left;
		margin-left: -5px;
		top: 0px;
		position: relative;
		display: block;
		background: url(../img/mobile/ico/arrow-left-yellow.svg) -3px 1px no-repeat transparent;
		background-size: 15px;
		height: 17px;
	}
	#mobile_top_menu_wrapper .ets_mm_categories.active .submenu-header .mm_arrow {
		margin-left: -29px;
		top: -1px;
	}
	#mobile_top_menu_wrapper .mm_has_sub > a .mm_arrow:after {
		border-left: 9px solid;
		border-top: 9px solid rgba(0, 0, 0, 0);
		border-bottom: 9px solid rgba(0, 0, 0, 0);
		content: "";
		display: inline-block;
		font-size: 81%;
		vertical-align: 3px;
		margin-left: 1px;
	}
	#mobile_top_menu_wrapper li.has-sub > .mm_arrow_2 {
		position: absolute;
		right: 20px;
	}
	#mobile_top_menu_wrapper li.has-sub > .mm_arrow_2:after {
		content: "";
		display: inline-block;
		font-size: 81%;
		margin-left: 23px;
		margin-top: 2px;
		
		background: url(../img/ico/arrow_right_blackv2.svg) 0 0 no-repeat transparent;
	}

	#mobile_top_menu_wrapper .mm_has_sub > a .mm_arrow {
		margin-right: -17px;
		margin-top: 2px;
	}
	#mobile_top_menu_wrapper .cscroll .mm_tab_toggle_title {
		padding-bottom: 12px;
		border-bottom: 1px solid #f2f2f2;
	}
	#mobile_top_menu_wrapper li:last-of-type .mm_tab_toggle_title {
		border-bottom: 0 !important;
	}
	#mobile_top_menu_wrapper .mm_tab_has_child:not(.no-arrow)::after {
		border-right: 0;
		content: "";
		height: 16px;
		position: absolute;
		right: 13px;
		top: 19px;
		left: initial;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transition: all 0.35s;
		-webkit-transition: all 0.35s;
		width: 14px;
		display: block;
		background: url(../img/ico/arrow_right_blackv2.svg) 0 0 no-repeat transparent;
		background-size: 16px 16px;
	}
	#mobile_top_menu_wrapper .mm_tab_has_child.no-arrow::after {
		width: 0;
		height: 0;
		border: 0;
	}
	#mobile_top_menu_wrapper .mm_tab_toggle_title {
		background-color: #ffffff !important;
	}
	#mobile_top_menu_wrapper .active > li > ul {
		display: none;
	}
	#mobile_top_menu_wrapper .menu-brands {
		height: initial;
	}
	#mobile_top_menu_wrapper .mm_tab_toggle_title {
		width: 100%;
	}
	#mobile_top_menu_wrapper .mm_tab_toggle_title > .next-subcat {
		height: 2.6rem !important;

		height: 1rem !important;
	}
	#mobile_top_menu_wrapper .next-subcat {
		position: relative;
		display: block;
		width: 2rem !important;
		height: 2rem !important;
		right: 0;
		top: 0;
		margin-top: 0% !important;
		border: 1px solid red !important;

		float: right;
		height: 1rem !important;
		width: 3rem !important;
		margin-right: -1rem !important;
	}
	#mobile_top_menu_wrapper .next-subcat.green {
		border: 1px solid green !important;
	}
	#mobile_top_menu_wrapper .next-subcat.blue {
		border: 1px solid blue !important;
	}
	#mobile_top_menu_wrapper .arrow-mobile {
		display: block;
		cursor: pointer;
		height: 40px;
		line-height: 40px;
		margin-top: 0;
		position: absolute;
		right: 0;
		text-align: center;
		width: 40px;
		z-index: 100;
		cursor: pointer;
		
		border: 0;
		width: 14px;
		height: 16px;
		position: absolute;
		right: 10px;
		top: 15px;
		background: url(../img/ico/arrow_right_blackv2.svg) 0 0 no-repeat transparent;
	}
	#mobile_top_menu_wrapper .slideMenu {
		animation-name: slideMenu;
		animation-duration: .3s;
		animation-fill-mode: forwards;
		top: 71px;
		top: 66px;
	}
	#mobile_top_menu_wrapper .slideMenuBack {
		animation-name: slideMenuBack;
		animation-duration: 0.4s;
		animation-fill-mode: forwards;
	}
	@keyframes slideMenu {
		from {

		}
		to {
			left: 0;
		}
	}
	@keyframes slideMenuBack {
		from {
			left: 0;
		}
		to {
			left: 100vw;
		}
	}
	/* wersja mobilna menu - koniec */

	#search_block_top {
		width: 100%;
		margin-left: 0;
		padding-left: 8px;
		padding-right: 0;
		margin-top: 13px;
	}
	#search_block_top #searchbox {
		max-width: 100%;
	}
	#_desktop_cart .cart-preview {
		float: right;
		margin-right: 0px;
		width: 24px;
	}

	#wrapper .breadcrumb li a {
		font-size: 12px;
	}
	#wrapper #breadcrumb li a span {
		line-height: 16px;
	}
	#wrapper .breadcrumb li:last-child {
		/*margin-top: 2px;*/
	}
	#product_name > b {
		display: block;
		font-size: 18px;
		line-height: 20px;
		margin-top: 5px;
	}
	#productRow > div#product_manufacturer_reference {
		width: 26.5%;
	}
	
	.btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons {
		margin-right: 0;
	}
	.btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary span {
		font-weight: normal;
	}
	.product-actions .add-to-cart .material-icons {
		width: 30px;
		height: 28px;
	}
	
	.product-miniature span.ref_short, .product-miniature span.ref_long {
		position: relative;
	}
	.product-miniature span.textChecked {
		position: relative;
		background-color: #3390ff;
		color: #ffffff;
		min-width: 74px;
		text-align: right;
	}
	.product-miniature span.textChecked::after {
		content: 'skopiowano';
		position: absolute;
		right: 0;
		top: -27px;
		background-color: #424242;
		padding: 0px 5px;
		border-radius: 5px;
	}
	.product-miniature span.ref_short.textChecked::after {
		left: 0;
		right: initial;
	}
	.product-miniature .product_reference span.ref_short.textChecked {
		text-align: left;
	}

	.product-miniature .product-references span.textChecked::after {
		top: -32px;
		left: 0;
		right: initial;
	}
	.product-pack {
		margin-top: 1.5rem;
	}
	#carousel {
		overflow: hidden;
		height: 26vw;
		float: left;
		clear: both;
		display: block;
	}
	.carousel .carousel-inner {
		height: 26vw;
	}
	.carousel .carousel-inner {
		max-height: 340px;
	}
	body#index .owl-carousel .owl-stage-outer {
		min-height: 34.5rem;
	}
	body#index .onsale-products .owl-carousel .owl-stage-outer {
		min-height: 25rem;
	}
	body#index .onsale-products .owl-carousel .owl-stage-outer.clickEvent {
		min-height: 21.5rem;
	}
	.owl-nav .owl-prev i {
		left: -1.8rem;
	}
	.owl-nav .owl-next i {
		right: -1.7rem;
	}
	#index .owl-carousel {
		height: 28rem;
	}
	body#index .owl-carousel .owl-dots {
		top: -20px;
	}
	.owl-carousel.owl-drag .owl-item {
		touch-action: manipulation !important; /*potrzebne żeby przesuwac ekran w góre i w dół na karuzeli */
	}
	#infoopiekun .boks .tekst {
		padding-left: 14px;
	}
	#infoopiekun .boks.kontakt {
		margin-right: 6.2%;
	}
	#infoopiekun .boks:nth-of-type(2) {
		width: 38%;
	}
	.owl-carousel .quickview_cart input.input-group {
		width: 6.6rem;
	}
	#custom-text {
	    margin-bottom: 1rem;
	}
	#WiedzaPages .lewa {
		width: 50%;
		padding-right: 0;
		padding-left: 0px;
		padding-right: 10px;
	}
	#WiedzaPages .prawa {
		width: 50%;
		padding-left: 0;
		padding-left: 10px;
		padding-right: 0px;
	}

	#WiedzaPages .duzy-boks {
		height: 183px;
		max-height: 185px;
		background-position: right 33% !important;
		margin-bottom: 24px;
		background-size: cover !important;
	}
  #WiedzaPages .duzy-boks .tresc
  {
    max-height: 95px;
  }
	#WiedzaPages .maly-boks {
		margin-bottom: 17px;
		background-position: right 33% !important;
		background-size: cover !important;
		max-height: 185px;
	}
	#WiedzaPages .tytul, #WiedzaPages .tytul a {
		font-size: 16px;
		line-height: 22px;
	}
	#WiedzaPages .tresc {
		font-size: 14px;
		line-height: 22px;
		padding-top: 12px;
	}
	#WiedzaPages .tlo {
		width: 35.5%;
		height: 183px;
		min-height: 183px;
		padding: 1rem;
		padding-top: 17px;
		text-align: left;
	}
	#WiedzaPages .tytul, #WiedzaPages .tresc {
		text-align: left;
	}
	#Wiedza > .tytul {
		display: none;
	}
	body#index #Wiedza > .tytul {
		display: block;
	}
	#Wiedza {
		margin-top: -26px;
	}



	.twoje-konto-label {
		display: none;
	}
	.imie-nazwisko-label {
		display: inline-block;
		font-size: 28px;
		margin-top: 5px;
		margin-top: 3px;
		text-indent: -2px;
	}
	.my-account-desc {
	    margin-top: 26px;
		font-size: 15px;
		width: calc(100% - 193px);
		line-height: 22px;
	}
	
	
	.product-miniature.visible .thumbnail-container .product-description::after {
		content: "";
		border-top: 1px solid #7a7a7a;
		position: absolute;
		width: 80%;
		top: 0;
		left: 10%;
		opacity: .25;
	}
	.product-miniature.visible { /* żeby po kliknięciu i przytrzymaniu myszki na innej kafelce, ona dalej była otwarta */
		z-index: 9;
		overflow: visible!important;
	}
	.fancybox-wrap:not(.fancybox-content_only):not(.fancybox-address) {
		margin-top: -5rem;
	}
	body > .fancybox-wrap.fancybox-adresy,
	body > .fancybox-wrap.fancybox-address,
	body > .fancybox-wrap.add-new-cart,
	body > .fancybox-wrap.facets_popup	{
	    top: 0px !important;
		width: 100vw !important;
		left: 0; /*!important;*/
		margin-top: 0 !important;
		position: fixed !important;
		opacity: 1 !important;
		overflow: visible !important;
	}
	body > .fancybox-wrap.facets_popup, body > .fancybox-wrap.facets_popup .fancybox-skin, body > .fancybox-wrap.facets_popup .fancybox-outer, body > .fancybox-wrap.facets_popup .fancybox-inner {
        height: 100% !important;
    }
	body > .fancybox-wrap.fancybox-address .form-footer {
		margin-right: 15px;
		position: absolute;
		width: calc(100vw - 60px);
		bottom: 15px;
	}
	body > .fancybox-wrap.fancybox-adresy .title,
	body > .fancybox-wrap.fancybox-address .title,
	body > .fancybox-wrap.add-new-cart .title,
	body > .fancybox-wrap.facets_popup .title	{
		background-color: #222c44;
		color: #ffffff;
		height: 56px;
		line-height: 56px;
		position: absolute;
		top: -95px;
		left: -30px;
		width: 100vw;
		padding-left: 30px;
		text-transform: none;
		font-size: 16px;
		font-weight: 500;
		font-family: 'OpenSans';
		text-transform: initial;
		text-align: left;
	}
	body > .fancybox-wrap.fancybox-adresy .title {
		padding-left: 9px;
		line-height: 56px;
		left: 0;
		top: 0;
		position: fixed;
		margin-top: 0;
		z-index: 999;
	}
	body > .fancybox-wrap.fancybox-address .title,
	body > .fancybox-wrap.add-new-cart .title,
	body > .fancybox-wrap.facets_popup .title	{
		left: 0;
		top: 0;
	}
	body > .fancybox-wrap.fancybox-address .fancybox-close,
	body > .fancybox-wrap.add-new-cart .fancybox-close,
	body > .fancybox-wrap.facets_popup .fancybox-close	{
		/*top: 14px;
		right: 30px;
		width: 25px;
		height: 25px;
		background-image: url(../img/ico/closev2.svg);*/
		top: 14px;
		right: 22px;
		width: 29px;
		height: 29px;
		background-image: url(../img/ico/closev2.svg);
		background-size: 22px 24px !important;
		background-color: transparent;
	}
	body > .fancybox-wrap.facets_popup, body > .fancybox-wrap.facets_popup .fancybox-skin, body > .fancybox-wrap.facets_popup .fancybox-outer, body > .fancybox-wrap.facets_popup .fancybox-inner {
        height: 100% !important;
    }
	body > .fancybox-wrap.fancybox-adresy .fancybox-close {
		top: 15px;
		right: 6px;
		position: fixed;
		width: 36px;
		height: 25px;
		/*background-image: url(../img/ico/closev2.png);*/
		/*background-image: url(../img/ico/closev5.svg);
		background-size: 36px 36px;*/
		background-image: url(../img/ico/closev5.svg);
		background-size: 36px 36px !important;
		border-radius: 0%;
		background-color: #222c44;
	}
	body > .fancybox-wrap.fancybox-adresy .subtitle {
		font-size: 14px;
		line-height: 34px;
		text-align: left;
	}
	body > .fancybox-wrap.fancybox-adresy .fancybox-skin,
	body > .fancybox-wrap.fancybox-address .fancybox-skin,
	body > .fancybox-wrap.add-new-cart .fancybox-skin,
	body > .fancybox-wrap.facets_popup .fancybox-skin	{
		padding: 0 !important;
	}
	body > .fancybox-wrap.fancybox-adresy .fancybox-inner {
		padding: 62px 15px 30px 30px !important;
		height: 100vh !important;
		position: relative;
	}
	body > .fancybox-wrap.fancybox-address .fancybox-inner,
	body > .fancybox-wrap.add-new-cart .fancybox-inner,
	body > .fancybox-wrap.facets_popup .fancybox-inner	{
		padding: 74px 15px 15px 30px !important;
		height: 100vh !important;
	}
	body > .fancybox-wrap.add-new-cart .fancybox-inner {
		width: 100% !important;
	}
	body > .fancybox-wrap.fancybox-adresy .fancybox-outer ~ .fancybox-close,
	body > .fancybox-wrap.fancybox-address .fancybox-outer ~ .fancybox-close,
	body > .fancybox-wrap.add-new-cart .fancybox-outer ~ .fancybox-close/*,
	body > .fancybox-wrap.facets_popup .fancybox-outer ~ .fancybox-close*/	{
		display: none;
	}
	body > .fancybox-adresy .delivery-vs-invoice .select > .selector {
		max-height: initial;
		overflow-y: initial;
	}
	body > .fancybox-wrap.fancybox-adresy .page-addresses .address .address-body {
		min-height: 198px;
	}

	body.ismobile1 .ico-ask-offer:hover,
	body.ismobile1 .ico-ask-offer > a:hover {
		animation: none;
		animation-fill-mode: none;
	}
	body.ismobile1 .ico-many-cart:hover,
	body.ismobile1 .ico-many-cart > a:hover {
		animation: none;
		animation-fill-mode: none;
	}
	body.ismobile1 .extraCarts .allert_note {
		display: none !important;
	}
	body.ismobile1 .extraCartsTopMenu:hover .ico-many-cart > a {
		background: url(../img/mobile/ico/many-cartsv2.png) center center no-repeat transparent !important;
	}
	body.ismobile1 .extraCartsZapytanie:hover .ico-ask-offer > a {
		background: url(../img/mobile/ico/cart-mobile-askv2.png) center center no-repeat transparent !important;
	}
	body.ismobile1 .tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
		background: #f2f2f2;
		color: #252527;
		animation: none;
		border-bottom: 2px solid #dadada;
	}
	
	body.ismobile1 #MyAccountGoBack:hover {
		color: #252527 !important;
		background: #e6e6e6 !important;
	}
	body.ismobile1 #mywishlist a:hover .box-nowy-koszyk .material-icons {
		animation: none;
		animation-fill-mode: none;
	}
	body.ismobile1 .moje-koszyki .nowy-koszyk:hover .content-box .box-nowy-koszyk .box-icon i,
	body.ismobile1 .moje-koszyki .nowy-koszyk:hover .content-box .box-nowy-koszyk .box-after-icon p {
		color: #929292;
		animation: none !important;
		animation-fill-mode: none !important;
	}
	body.ismobile1 .addToWishlist2:hover {
		background: #164a98;
	}


	#delivery_message {
		height: 83px;
	}
	.fancybox-wrap.fancybox-address {
	    width: 96%!important;
	}
	.fancybox-wrap.fancybox-address .form-group.row label {
		line-height: 19px;
		margin-bottom: 0;
	}
	.fancybox-wrap.fancybox-address .form-control {
		padding: .3rem 0.5rem;
	}

	.blokKontoKoszyk {
		padding: 0 0 0 0;
	}
	
	.fancybox-wrap.consent-lack {
		top: 20% !important;
	}
	

		/* wygląd mobilny wyszukiwarki */
	.search_popup_on #search_block_top {
		display: block;
	}
	.product-miniature .allert_note.add2cart {
		left: initial;
		top: 65px;
		right: -28%;
	}
	.wrap_search_widget #search_popup {
		width: 100vw !important;
		left: 0vw !important;
		top: 0px !important;
		min-width: initial;
	}
	.wrap_search_widget #search_popup .close .white {
		display: inline;
		padding: 12px;
	}
	.wrap_search_widget #search_popup .close .black {
		display: none;
	}
	#search_popup .wrap_item > .catprodrow {
		border: 0;
	}
	#search_block_top .btn.button-search {
		right: 0px;
	}
	#search_popup .no-results .desc, #search_popup.no-products .no-results .desc,
	#search_popup .no-results-start .desc, #search_popup.no-products .no-results-start .desc {
		margin-top: 8px;
		font-family: 'OpenSansSemiBold';
		font-size: 16px;
		color: #252527;
		margin-left: 0;
	}
	#search_popup .no-results .desc,
	#search_popup .no-results-start .desc	{
		order: 2;
		margin-top: 8px;
	}
	#search_popup.no-products .wrap_item {
		height: 100vh;
	}
	#search_popup .no-results,
	#search_popup .no-results-start	{
		padding-bottom: 0;
		padding-top: 6px;
		font-family: 'OpenSans';

		text-align: left;
		padding-left: 0;
		margin-top: 0;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	#search_popup .search-query {
		display: none;
	}
	#search_popup .phsearch-item {
		padding: 8px 10px 14px 10px;
	}
	#search_popup .phsearch-item > .row > div.phsearchcol-price {
		display: none;
	}
	#search_popup .phsearch-item:nth-child(odd) {
		background-color: #f4f4f4;
	}
	#search_popup .phsearch-item + .phsearch-item {
		border-top: 0;
	}
	#search_popup .phsearch-item .phsearch-name {
		font-weight: 900;
		margin-bottom: 6px;
		line-height: 18px;
		font-size: 14px !important;
	}
	#search_popup .phsearch-item .phsearch-post {
		font-size: 12px;
		font-weight: 500;
		margin-bottom: 0px;
		line-height: 18px;
	}
	#search_popup .wrap_item > .catprodrow {
		margin-top: 0px;
		padding-top: 0;
		width: calc(100vw - 60px);
		margin-left: auto;
		margin-right: auto;
	}
	#search_popup .wrap_item > .catprodrow > .label {
		color: #252527;
		font-family: 'OpenSansSemiBold';
		font-size: 16px;
		line-height: 69px;
		margin-top: -17px;
		display: block;
		text-align: left;
	}
	#search_popup .wrap_item .catprodrow .catprod {
		padding: 0 !important;
		height: calc(100vh - 127px);
	}
	#search_popup .phsearchcol-image {
		border: 0;
		width: 85px !important;
	}
	#search_popup .phsearch-item .phsearch-image {
		width: 85px;
		margin-top: 4px;
	}
	#search_popup .phsearch-item a {
		height: 71px;
	}
	#search_popup .phsearch-item {
		border-top: 1px solid #e9e9e9;
		border-left: 1px solid #e9e9e9;
		border-right: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
	}
	#search_popup .phsearch-item:nth-child(odd) {
		background-color: transparent;
	}
	#search_popup .phsearch-item > .row > div.phsearchcol-image {
		max-width: 80px;
		max-height: 65px;
		height: 65px;
		margin: 0 !important;
	}
	#search_popup .phsearch-item > .row > div.phsearchcol-desc {
		width: 90% !important;
		max-width: calc(100% - 85px) !important;
		flex: 0 0 90%;
		align-items: flex-start;
		height: 90px;
		margin: 5px 0 0 0 !important;
		padding: 0 9px;
	}
	#search_popup .phsearch-additionnal {
		margin-right: 10px !important;
		border:0;
	}
	body.search_popup_on .header-top .row.second #_desktop_logo {
		display: none;
	}
	#search_popup .close {
		top: 10px;
		width: 25px;
		height: 25px;
		background: url(../img/ico/closev5.svg) center center no-repeat transparent;
		background-size: 34px;
		right: 26px;
	}
	#search_popup .wrap_item .catprodrow .catprod.category {
		display: none;
	}
	#search_popup .wrap_item .catprodrow .catprod {
		width: 100%;
		overflow: auto;
	}
	.search_popup_on #search_block_top {
		width: 100% !important;
	}
	#search_popup .wrap_item {
		padding-top: 100px;
	}
	#search_block_top #search_query_top {
	    font-size: 16px !important;
		padding: 0 14px;
		color: #252527;
	}
	#search_block_top #search_query_top::placeholder {
		color: #a8a8a8;
		font-size: 14px;
	}
	#search_block_top .btn.button-search .menu-list {
		width: 48px;
		height: 48px;
		margin-left: 0px;
		margin-top: 0px;
	}
	.wrap_search_widget #search_popup {
		position: fixed !important;
		transform: none;
		height: calc(100vh - 59px);
	}

	/* wygląd mobilny wyszukiwarki */

	/* listy produktów po nowemu */

	body#category #left-column,
	body#prices-drop #left-column,
	body#new-products #left-column,
	body#onsale #left-column,
	body#phsearch #left-column {
		display: none;
	}
	body#category #content-wrapper.left-column,
	body#prices-drop #content-wrapper.left-column,
	body#new-products #content-wrapper.left-column,
	body#onsale #content-wrapper.left-column,
	body#phsearch #content-wrapper.left-column {
		width: 100%;
	}
	.product-miniature.product_show_list .product-price-and-shipping .product-shipment,
	.product-miniature.product_show_list .product-price-and-shipping .product-quantities,
	.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity,
	.product-miniature.product_show_list .product-price-and-shipping .product_manufacturer,
	.product-miniature.product_show_list .product-price-and-shipping .product_reference {
		font-size: 14px;
		line-height: 30px;
	}
	.product-miniature.product_show_list .product-price-and-shipping .product-quantities.infostockwarn,
	.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity.infostockwarn	{
		font-size: 14px;
		line-height: 30px;
	}
	.product-miniature.product_show_list .product-description {
		padding-left: 28px;
	}
	.product-miniature.product_show_list .product-description {
		width: calc(100% - 205px)!important;
	}
	#products .product-miniature.product_show_list .product-price-and-shipping .product-shipment,
	#products .product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity {
		height: 28px;
	}
	#products .product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity {
		line-height: 17px;
		padding-top: 4px;
	}
	/* listy produktów po nowemu */

	#search_popup > .wrap_item > .catprodrow .phsearch-additionnal {
		display: block;
	}
	#search_popup > .wrap_item > .phsearch-additionnal {
		display: none;
	}
	.wholesaleJob {
		width: 100%;
	}
	
	.fancybox-wrap.fancybox-address .form-fields {
		max-height: 73vh;
		height: calc(100vh - 185px);
	}
	#opc_wrapper .box-opc#login_form {
		border: 0;
		padding: 0;
		width: 100%;
	}
	#login_form_content .item-login {
		width: calc(50% - 25px);
		float: left;
	}
	#login_form_content .item.register {
		width: calc(50%);
		padding-left: 25px;
		float: right;
		margin-top: -69px;
		border-left: 1px solid #e5e5e5;
		min-height: 330px;
	}
	#login_form_content .item.register p.submit {
		margin-top: 0px;
	}
	#opc_wrapper .box-opc#login_form .item.register .subtitle {
		margin-top: 5px;
		margin-bottom: 17px;
	}
	#opc_wrapper .box-opc#login_form .item.register .title {
		text-transform: uppercase;
		margin-top: 0px;
	}
	#opc_wrapper .box-opc .register .btn-primary {
		padding: 12px 25px 12px 66px;
	}
	#login_form_content .item-login p.submit button {
		margin-top: 0;
		padding: 12px 25px 12px 69px;
	}
	

	body > .fancybox-adresy .adres-glowny {
		width: 320px;
	}
	body > .fancybox-adresy .delivery-vs-invoice .adresy-dodatkowe {
		width: calc(100% - 340px);
	}
	body > .fancybox-adresy .adres-glowny .title2row {
		height: 118px;
		background: url(../img/ico/address-default-small.png) no-repeat center bottom transparent;
	}
	body > .fancybox-adresy .adresy-dodatkowe .title2row {
		height: 120px;
		background: url(../img/ico/addresses-other-small.png) no-repeat center bottom transparent;
		padding-top: 17px;
	}
	body > .fancybox-adresy .adres-glowny .subtitle2row {
		padding-top: 19px;
		margin-bottom: 29px;
	}
	body > .fancybox-adresy .adresy-dodatkowe .subtitle2row {
		padding-top: 17px;
		margin-bottom: 29px;
	}
	body > .fancybox-adresy .page-addresses .address .address-body h4,
	body > .fancybox-adresy .page-addresses .adresy-dodatkowe .address .address-body h4 {
		height: 43px;
		line-height: 43px;
	}
	body > .fancybox-adresy .page-addresses .adresy-dodatkowe .address {
		max-height: 300px;
	}
	body > .fancybox-adresy .page-addresses .address address {
		padding: 6px 21px 6px 21px;
		min-height: 220px;

	}
	body > .fancybox-wrap.fancybox-adresy .page-addresses .address .address-body address p {
		line-height: 18px;
	}
	body > .fancybox-adresy .delivery-vs-invoice .adresy-dodatkowe .flex-cont {
		height: calc(100vh - 347px);
		overflow: auto;
		min-height: 289px;
	}
	body > .fancybox-wrap.fancybox-adresy .fancybox-outer {
		overflow: hidden !important;
	}
	
	.stockAlert {
		display: none;
	}
	
	#facets_popup .nav {
		position: relative;
		float: right;
		margin-top: -15px;
		margin-right: 14px;
	}
	#facets_buttons {
		margin-top: 14px;
		padding-right: 15px;
	}
	
	#_desktop_cart {
		display: none;
	}
	#header .header-nav-mobile {
		display: block;
		position: fixed;
		background-color: #ffffff;
		/*height: 59px;*/
		height: 62px;
		width: 100vw;
		bottom: 0vh;
		z-index: 99999999;
		border-bottom: 4px solid #ffffff;
		-webkit-box-shadow: 0px 61px 36px 40px rgba(90, 90, 90, 1);
		-moz-box-shadow: 0px 61px 36px 40px rgba(90, 90, 90, 1);
		box-shadow: 0px 61px 36px 40px rgba(90, 90, 90, 1);
		padding: 0 30px;
	}
	#header .header-nav-mobile ul {
		height: 100%;
	}
	#header .header-nav-mobile li {
		height: 100%;
		display: block;
		margin-top: 4px;
		position: relative;
		border-bottom: 4px solid #ffffff;
	}
	#header .header-nav-mobile li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	#header .header-nav-mobile li.width5 {
		width: 20%;
	}
	#header .header-nav-mobile li.width5.nth3 {
		width: 20%;
	}
	#header .header-nav-mobile li.active {
		border-bottom: 4px solid #ffc600;
	}
	#header .header-nav-mobile li.main-page {
		background: url(../img/mobile/ico/menu-home.svg) center center no-repeat transparent;
		background-size: 22px 24px;
	}
	#header .header-nav-mobile li.main-page.active {
		/*background: url(../img/mobile/ico/menu-home-hover.svg) center center no-repeat transparent;
		background-size: 27px 27px;*/
		background: url(../img/mobile/ico/menu-home-hover.svg) center center no-repeat transparent;
		background-size: 23px 23px;
	}
	#header .header-nav-mobile li .desc {
		position: absolute;
		bottom: 1px;
		left: 1px;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 12px;
		color: #4d4d4d;
		padding-bottom: 0;
	}
	#header .header-nav-mobile li.cart .desc {
		left: 0;
	}
	#header .header-nav-mobile li.login .desc {
		left: 0;
	}
	#header .header-nav-mobile li.more-menu .desc {
		left: 0;
	}
	#header .header-nav-mobile li.active .desc {
		color: #ffc600;
	}
	#header .header-nav-mobile li.menu-list {
		background: url(../img/mobile/ico/menu-magnifier-v2.svg) center center no-repeat transparent;
		background-size: 22px 23px;
	}
	#header .header-nav-mobile li.menu-list.active {
		background: url(../img/mobile/ico/menu-magnifier-hover-v2.svg) center center no-repeat transparent;
		background-size: 23px 23px;
	}
	#header .header-nav-mobile li.cart {
		background: url(../img/mobile/ico/menu-cart.svg) center center no-repeat transparent;
		/*background-size: 27px 27px;*/
		background-size: 24px 24px;
	}
	#header .header-nav-mobile li.cart i,
	#header .header-nav-mobile li.more-menu i {
		position: relative;
		display: block;
		margin: 0 auto;
		width: 30px;
		height: 47px;
	}
	#header .header-nav-mobile li.more-menu .more-popup i {
		display: inline-block;
		top: 12px;
	}
	#header .header-nav-mobile li.cart i span.cart-products-count,
	#header .header-nav-mobile li.more-menu i span.more-count	{
		background-color: #ffc600;
		border-radius: 50%;
		right: -15px;
		position: absolute;
		top: 3px;
		width: 18px;
		height: 18px;
	    display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		font-family: 'OpenSans';
		font-size: 11px;
		padding-bottom: 1px;
	}
	#header .header-nav-mobile li.cart.active {
		background: url(../img/mobile/ico/menu-cart-hover.svg) center center no-repeat transparent;
		background-size: 27px 27px;
	}
	#header .header-nav-mobile li.manycarts {
		background: url(../img/mobile/ico/menu-manycarts.svg) center center no-repeat transparent;
		background-size: 34px 26px;
	}
	#header .header-nav-mobile li.manycarts.active {
		background: url(../img/mobile/ico/menu-manycarts-hover.svg) center center no-repeat transparent;
		background-size: 34px 26px;
	}
	#header .header-nav-mobile li.inquiries {
		background: url(../img/mobile/ico/menu-inquire.svg) center center no-repeat transparent;
		background-size: 26px 26px;
	}
	#header .header-nav-mobile li.inquiries.active {
		background: url(../img/mobile/ico/menu-inquire-hover.svg) center center no-repeat transparent;
		background-size: 26px 26px;
	}
	#header .header-nav-mobile li.login {
		background: url(../img/mobile/ico/menu-login.svg) center center no-repeat transparent;
		background-size: 22px 22px;
	}
	#header .header-nav-mobile li.login.active {
		background: url(../img/mobile/ico/menu-login-hover.svg) center center no-repeat transparent;
		background-size: 22px 22px;
	}
	#header .header-nav-mobile li.more-menu {
		background: url(../img/mobile/ico/more.svg) center center no-repeat transparent;
		background-size: 22px 22px;
	}
	#header .header-nav-mobile li.more-menu.active {
		background: url(../img/mobile/ico/more-hover.svg) center center no-repeat transparent;
		background-size: 22px 22px;
	}
	#header .header-nav-mobile li.more-menu .more-popup {
		display: none;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #ffffff;
		height: 453px;
		max-height: 100vh;
		overflow-y: auto;
		z-index: 999999999;
		-webkit-box-shadow: 0 61px 36px 40px rgba(90,90,90,1);
		-moz-box-shadow: 0 61px 36px 40px rgba(90,90,90,1);
		box-shadow: 0 61px 36px 40px rgba(90,90,90,1);
	}
	#header .header-nav-mobile li.more-menu .more-popup .entry {
		clear: both;
		width: 100%;
		float: left;
		height: 56px;
		border-top: 1px solid #f3f3f3;
		padding: 0px 10px;
		line-height: 55px;
	}
	#header .header-nav-mobile li.more-menu .more-popup .entry:nth-of-type(1),
	#header .header-nav-mobile li.more-menu .more-popup .entry.button {
		border-top: 0;
	}
	#header .header-nav-mobile li.more-menu .more-popup .img {
		display: block;
		float: left;
		width: 50px;
		height: 100%;
	}
	#header .header-nav-mobile li.more-menu .more-popup .text {
		display: block;
		float: left;
		width: calc(100% - 50px);
	}
	#header .header-nav-mobile li.more-menu .more-popup .many-carts .img {
		background: url(../img/mobile/ico/menu-manycarts.svg) center center no-repeat transparent;
		background-size: 26px 26px;
	}
	#header .header-nav-mobile li.more-menu .more-popup .inquires .img {
		background: url(../img/mobile/ico/chat.svg) center center no-repeat transparent;
		background-size: 22px 22px;
	}
	#header .header-nav-mobile li.more-menu .more-popup .news .img {
		background: url(../img/mobile/ico/clock.svg) center center no-repeat transparent;
		background-size: 22px 22px;
	}
	#header .header-nav-mobile li.more-menu .more-popup .outlet .img {
		background: url(../img/mobile/ico/tag.svg) center center no-repeat transparent;
		background-size: 22px 22px;
	}
	#header .header-nav-mobile li.more-menu .more-popup .promotions .img {
		background: url(../img/mobile/ico/hourglass.svg) center center no-repeat transparent;
		background-size: 22px 22px;
	}
	#header .header-nav-mobile li.more-menu .more-popup .manufacturers .img {
		background: url(../img/mobile/ico/briefcase.svg) center center no-repeat transparent;
		background-size: 22px 22px;
	}
	#header .header-nav-mobile li.more-menu .more-popup .wip .img {
		background: url(../img/mobile/ico/bulb.svg) center center no-repeat transparent;
		background-size: 22px 22px;
	}
	#header .header-nav-mobile li.more-menu .more-popup .button {
		height: 48px;
		opacity: 1;
	}
	#header .header-nav-mobile li.more-menu .more-popup .button a {
		border: 1px solid #febf00;
		border-radius: 5px;
		width: 100%;
		height: 100%;
		margin-top: 2px;
		margin-bottom: 11px;
		text-align: center;
		font-size: 14px;
		line-height: 47px;
		padding-left: 15px;
		letter-spacing: 1px;
		color: #febf00;
	}
	#mobile_top_menu_wrapper #search-in-menu {
		margin: 23px 20px 0px 20px;
		padding-bottom: 10px;
		background-color: #ffffff;
		z-index: 9;
		position: relative;
	}
	
	#search-in-menu #search_mobile_input {
	    border: 1px solid #cbcbcb;
		height: 48px;
		width: 100%;
		padding-left: 15px;
	}
	#search-in-menu #search_mobile_input::placeholder {
		font-family: 'OpenSans';
		font-weight: normal;
		color: #252527;
		font-size: 14px;
	}
	#search-in-menu button {
		width: 48px;
		height: 48px;
		position: absolute;
		right: 0;
		top: 0;
		background: url(../img/ico/search.svg) center center no-repeat #164a98;
		background-size: 21px 21px;
		border: 0;
	}
	#mobile_top_menu_wrapper .mm_tab_toggle_title {
		padding: 9px 0 9px 11px;
	}
	#mobile_top_menu_wrapper .mCSB_scrollTools {
		right: -35px;
	}
	#mobile_top_menu_wrapper .ets_mm_block > h4,
	.ets_mm_megamenu .menu-prods > .menu-scroll.slideDownAnimation .menu-title .lub	{
		display: block;
	}
	body.search_popup_on #search_block_top {
		width: calc(100vw - 60px) !important;
		margin: 0 30px 0 30px !important;
		padding-left: 0;
		position: fixed;
		z-index: 999;
		left: 0;
		top: 76px;
	}
	#search_popup .phsearch-additionnal {
		padding: 50px 20px 3px;
	}
	#search_popup .close a {
		width: 48px;
		height: 48px;
		display: inline-block;
		text-align: center;
		padding-top: 4px;
		margin-right: 13px;
	}
	body.search_popup_on #search-ico-mobile {
		display: none;
	}
	/* wyszukiwarka odpalana z mobilnego menu kategorii, modyfikacja podstawowego popupu */
	body.touchinsearch #search-background {
		display: none !important;
	}
	body.touchinsearch.search_popup_on #header .header-top > .container {
		z-index: 999999999;
	}
	body.touchinsearch.search_popup_on .wrap_search_widget #search_popup .head-search {
		display: none;
	}
	body.touchinsearch.search_popup_on #search_block_top {
		width: calc(100vw - 40px) !important;
		margin: 0 20px 0 20px !important;
		top: 23px;
	}
	body.touchinsearch.search_popup_on #search_popup .wrap_item {
		padding-top: 36px;
	}
	body.touchinsearch.search_popup_on #search_popup .wrap_item > .catprodrow {
		width: calc(100vw - 38px);
	}
	body.touchinsearch.search_popup_on #search_popup .wrap_item > .catprodrow > .label {
		margin-top: -6px;
	}
	body.touchinsearch.search_popup_on #search_popup .wrap_item .recent {
		width: 100%;
		padding-top: 30px;
	}
	body.touchinsearch.search_popup_on #search_popup .wrap_item .recent .title {
		font-family: OpenSansBold;
		font-size: 14px;
		color: #252527;
		width: 100%;
		text-align: left;
		margin-bottom: -4px;
	}
	body.touchinsearch.search_popup_on #search_popup .wrap_item .recent .del-all {
		float: right;
		font-family: 'OpenSansSemiBold';
		font-size: 12px;
		color: #252527;
		letter-spacing: 0.3px;
		margin-top: 1px;
	}
	
	body.touchinsearch.search_popup_on #search_popup .wrap_item .recent .one-frase {
		font-family: OpenSansSemiBold;
		font-size: 15px;
		color: #252527;
		width: 100%;
		text-align: left;
		background: url(../img/ico/clockv2.png) 0 0 no-repeat transparent;
		padding-left: 30px;
		margin-top: 39px;
		height: 21px;
	}
	body.touchinsearch.search_popup_on #search_popup .wrap_item .recent .one-frase .del {
		float: right;
		width: 16px;
		height: 16px;
		background: url(../img/ico/x.png) 0 0 no-repeat transparent;
		margin-right: 16px;
		margin-top: 4px;
	}
	
	/* wyszukiwarka odpalana z mobilnego menu kategorii, modyfikacja podstawowego popupu */
	
	#search_popup > .wrap_item > .catprodrow .phsearch-additionnal {
		margin: 0 0 20px 0 !important;
		padding-bottom: 40px;
	}
	body:not(.touchinsearch).search_popup_on #search_popup .wrap_item .recent{
		display: none;
	}
	#search_popup .no-results .title, #search_popup.no-products .no-results .title {
		margin-left: 0;
		margin-bottom:0;
		font-size: 16px; 
	}
	#totblockcart #totblockcart_dropdown {
		width: 100vw;
	}
	#totblockcart #totblockcart_dropdown .result > * {
		justify-content: flex-end;
		padding-right: 11px;
	}
	#totblockcart #totblockcart_dropdown .result > .shipping {
		text-align: right;
		padding: 8px 11px 9px 0 !important;
	}
	body #totblockcart #totblockcart_dropdown .tytul {
		text-transform: uppercase !important;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-wrapper {
		margin-bottom: 0;
	}
	#totblockcart #totblockcart_dropdown .result {
		padding: 0px 30px 13px 30px;
	}
	#totblockcart #totblockcart_dropdown .result > .freeshipping {
		padding-right: 11px !important;
	}
	#totblockcart #totblockcart_dropdown .total {
		padding-top: 6px !important;
	}
	#totblockcart #totblockcart_dropdown .checkout {
		max-width: 410px;
		float: right;
		margin: 0 30px 0 30px;
		letter-spacing: 0.5px;
	}
	#totblockcart #totblockcart_dropdown .result > .freeshipping.niebrakuje {
		text-align: right;
		padding-right: 17px !important;
	}
	#totblockcart #totblockcart_dropdown .result > .freeshipping.niebrakuje .totblockcart-freeshipping ~ i,
	#totblockcart #totblockcart_dropdown .result > .freeshipping.niebrakuje i {
		text-align: initial;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .title {
		height: 50px;
	}
	#totblockcart.fancybox-wrap.fancybox-koszyk.gorightanimate, div.gorightanimate {
		animation-name: gorightanimate;
	}
	@keyframes gorightanimate {
		0% {
			top: 0 !important;
			right: 0px;
		}
		100% {
			top: 0 !important;
			right: -100vw;
		}
	}
	#main-carousel-container {
		max-height: 350px;
	}
	#index .owl-carousel {
		height: 350px;
	}
	body#index .owl-carousel .owl-stage-outer {
		max-height: 383px;
		min-height: 250px;
	}
	body#index .product-miniature:not(.product_show_list) .product-info-box .omnibus-price {
		width: 100%;
	}
	.owl-carousel .owl-nav {
		top: 0;
	}
	#carousel-main.owl-carousel .owl-nav button.owl-prev, 
	#carousel-main.owl-carousel .owl-nav button.owl-next {
		top: 160px;
	}
	body#index #carousel-main .owl-item .item {
		width: 100vw;
		height: 350px;
		position: relative;
		display: block;
		right: 0;
	}
	body#index #carousel-main .owl-item .item > a {
		display: block;
		width: 100%;
		height: 350px;
		position: relative;
		top: 0;
	}
	body#index #carousel-main .owl-item .item figure {
		width: 100vw;
		height: 350px;
		position: absolute;
		display: block;
		right: 0;
		top: 0;
	}
	body#index #carousel-main .owl-item .caption-description {
		position: absolute;
		top: 0;
		left: 0;
	}
	body#index #carousel-main.owl-carousel .owl-item img.desktop {
		max-height: 350px;
		position: absolute;
		right: -20vw;
		top: 0;
		max-width: 1920px;
		width: initial;
		height: 100%;
	}
	#totblockcart .empty-cart span {
		padding-top: 35.2vh;
	}
	#totblockcart .empty-cart {
		background: url(../img/empty-cart.svg) no-repeat 51.5% 2.6vh transparent;
		height: calc(100vh - 68px - 257px - 60px);
		background-size: 56.5% 73%;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity {
		width: 50.4%;
		margin-top: 0px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block {
		margin: 0 30px 0 30px;
	}
	body #totblockcart #totblockcart_dropdown .tytul .close {
		margin: 13px 30px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block a[data-link-action="delete-from-cart"] {
		margin: 10px 12px 2px 0;
		float: right;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block a[data-link-action="delete-from-cart"] i.remove {
		margin-right: 2px;
		top: 1px;
	}
	
	#main-carousel-container {
		max-height: 350px;
        margin-bottom: 20px;
	}
	body#index #featured-products-tabs, 
	body#index #onsale-products-tabs {
		margin-bottom: 0;
		margin-left: -2px;
		/*margin-top: 18px;*/
		margin-top: 50px;
	}
	body#index #featured-products-tabs.new {
		margin-top: 23px;
		margin-bottom: -1px;
	}
	body#index #featured-products-tabs h1, 
	body#index #onsale-products-tabs h1 {
		font-size: 30px;
	}
	body#index #polecaneTitle h1 {
		font-size: 32px;
	}
	.featured-products, .onsale-products {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.featured-products .product-thumbnail, 
	.onsale-products .product-thumbnail {
		height: 189px;
	}
	.featured-products img, 
	.onsale-products img {
		max-height: 187px;
	}
	body#index .owl-carousel:not(#carousel-main) .owl-item img {
		width: 182px !important;
	}
	li.product-flag.has_discount {
		right: 15px;
		top: 16px !important;
	}
	li.product-flag.has_discount.has_promo_xl {
		width: 77px;
		height: 27px;
		background-size: 77px 27px !important;
	}
	body.tax-display-enabled .featured-products .product-description {
		padding-top: 15px;
		height: 190px;
	}
	body#index .featured-products .product-title a, #index .product-miniature .product-title a {
		font-size: 14px;
		font-weight: normal;
		text-transform: none;
		font-family: OpenSansBold;
		color: #252527;
		line-height: 18px;
	}
	.product-miniature:not(.product_show_list) .product-price-and-shipping .price {
		padding-top: 10px;
		clear: both;
		float: left;
		text-align: center;
		width: 100%;
	}
	body#index .owl-carousel:not(#carousel-main) .owl-dots {
		top: 398px;
	}
	#products .thumbnail-container, .featured-products .thumbnail-container,
	.product-accessories .thumbnail-container, .product-miniature .thumbnail-container, .onsale-products .thumbnail-container {
		min-height: 384px !important;
	}
	.featured-products .all-product-link, 
	.onsale-products .all-product-link, 
	#polecane .all-product-link, 
	#Wiedza .all-product-link {
		font-size: 14px;
	}
	body#index .product-miniature .regular-price {
		margin-top: 7px;
	}
	#index .owl-carousel:not(#carousel-main) {
		height: 373px;
	}
	#polecane {
		margin-top: 33px;
	}
	#polecanePages .featured-products,
	#polecanePages .onsale-products {
		margin-top: 30px !important;
	}
	#polecane .polecane {
		margin-bottom: 46px;
	}
	#Up-button {
		display: none;
	}
	#carousel-main .owl-item .item {
		height: 350px;
	}
	#carousel-main .owl-item figcaption {
		width: 100%;
		margin: -350px auto 0 auto;
	}
	#carousel-main .owl-item .caption-description {
		margin-top: 40px;
	}
	#carousel-main .owl-item .caption-description {
		margin-left: 30px;
		margin-right: 30px;
	}
	.owl-carousel .owl-nav {
		display: none;
	}
	#carousel-main .owl-item .caption-description .btn {
		line-height: 44px !important;
		font-size: 13px !important;
		letter-spacing: 2.4px !important;
		margin-top: -16px !important;
	}
	.gdpr-consent-tabs .div_top_buttons {
		margin: -4px 0px 16px 0;
	}
	.gdpr-consent-tabs-v2 {
		padding: 12px 30px 12vh 30px;
	}
	#custom-text .about-left {
		width: calc(100% - 370px);
	}
	#custom-text .about-right {
		width: calc(100% - (100% - 370px));
		padding-top: 5px !important;
		padding-left: 40px !important;
	}
	#custom-text .dlaczego-warto {
		margin-top: 7px !important;
		margin-left: -2px !important;
	}
	#custom-text .table-dlaczego td {
		padding-top: 13px !important;
		padding-left: 0 !important;
	}
	#custom-text .table-dlaczego td p {
		font-size: 14px !important;
	}
	#custom-text .table-dlaczego td strong {
		font-size: 16px !important;
	}
	#infoopiekun {
		padding: 45px 24px 0 30px;
	}
	#infoopiekun .title {
		font-size: 28px;
		margin-bottom: 20px;
		width: 100%;
	}
	#infoopiekun .boks .tekst {
		font-size: 18px;
	}
	#infoopiekun .boks.nazwa .ikona,
	#infoopiekun .boks.kontakt .ikona,
	#infoopiekun .boks.email .ikona	{
		background-size: 23px 23px !important;
	}
	#infoopiekun .boks .ikona {
		width: 45px;
		height: 45px;
	}
	#infoopiekun .boks .tekst {
		min-height: 45px;
	}
	#infoopiekun .boks:nth-of-type(2) {
		width: initial;
	}
	body.logged #infoopiekun .title {
		margin-bottom: 51px;
	}
	body.logged #infoopiekun {
		padding: 45px 30px 0 30px;
	}
	
	.mainpage-guardian {
		height: initial;
		display: flex;
		padding-bottom: 50px;
	}
	.footer-container .links,
	.footer-container li a	{
		font-size: 14px;
	}
	.footer-container {
		padding-top: 44px;
	}
	.footer-container .block-contact-title {
		line-height: 24px;
		padding-bottom: 15px;
	}
	.footer-container .ico {
		line-height: 22px;
	}
	.footer-container .ico.gps {
		background-position: left 1px;
	}
	.footer-container .ico.clock {
		margin-top: 22px;
		background-position: left 3px;
	}
	.footer-container .ico.phone {
		margin-top: 22px;
		background-position: left 3px;
	}
	.footer-container .ico.fax {
		margin-top: 23px;
		background-position: left 1px;
	}
	.footer-container .ico.email {
		margin-top: 22px;
		background-position: left 3px;
	}
	.footer-container .ico.nip {
		margin-top: 20px;
		background-position: left 3px;
	}
	#footer .footer-container .block-contact.links {
		max-width: 402px;
	}
	.footer-container #block_myaccount_infos.links {
		width: 242px;
	}
	body#index #carousel-main.owl-carousel .owl-item figcaption img {
		width: 29% !important;
		height: auto !important;
	}
	body > .fancybox-wrap #form_wishlist {
		width: 100%;
	}
	body.page-order-confirmation #main {
		background: url(../img/empty-cart.svg) 101.2% 45px no-repeat transparent;
		background-size: 39% 53.3%;
	}
	#content-hook_order_confirmation p, #content-hook_order_confirmation .card-title {
		font-size: 28px;
		margin-bottom: 4px;
	}
	#content-hook_order_confirmation p {
		text-indent: -3px;
		letter-spacing: -1px;
		margin-bottom: 19px;
	}
	#content-hook_order_confirmation .card-title ~ p {
		font-size: 18px;
		text-indent: -1px;
	}
	.page-order-confirmation #order-details {
		font-size: 16px;
	}
	.page-order-confirmation .what-now {
		letter-spacing: -1px;
		max-width: 571px;
	}
	.page-order-confirmation .what-now span:nth-of-type(2), 
	.page-order-confirmation .what-now span:nth-of-type(3) {
		padding-left: 24px;
	}
	.page-order-confirmation .icos.back {
		margin-top: -7px;
	}
	
	.twoje-konto-label {
		display: none;
	}
	#wrapper .breadcrumb {
		margin-top: 5px;
	}
	#wrapper .breadcrumb li {
		font-size: 16px;
		margin-left: 0px;
		letter-spacing: 0.5px;
		height: 23px;
	}
	#wrapper .breadcrumb li:first-child {
		margin-left: 0;
	}
	
	body.page-customer-account .my-account-menu a {
		line-height: 33px;
	}
	body.page-customer-account .title-dane-konta {
		font-size: 28px;
		letter-spacing: 0px;
		margin-top: 19px;
	}
	
	body.page-customer-account .phup-cont input {
		padding-left: 16px;
	}
	
	#wrapper .breadcrumb {
		margin-bottom: 0px;
	}
	#totblockcart {
		overflow: hidden;
	}
	
	.mainpage-guardian #infoopiekun .title {
		font-size: 28px;
	}
	
	body > .fancybox-wrap #form_wishlist {
		padding-left: 0;
		padding-right: 10px;
	}
	#wrapper #breadcrumb ol > a {
		margin-top: 0px; 
		margin-left: 0px;
	}
	
	#header .header-nav-mobile li {
		margin-top: 5px;
		background-position: center 6px !important;
	}
	#header .header-nav-mobile li.manycarts {
		background-position: 9px 8px !important;
	}
	#header .header-nav-mobile li.inquiries {
		background-position: 12px 9px !important;
	}
	#header .header-nav-mobile li.login {
		background-position: center 6px !important;
	}
	#header .header-nav-mobile li.more-menu {
		background-position: center 6px !important;
	}
	#header .header-nav-mobile li.active {
		border-bottom: 5px solid #ffffff;
	}
	#header .header-nav-mobile li.cart {
		background-position: center 6px !important;
	}
	#header .header-nav-mobile li.cart i span.cart-products-count {
		right: -1px;
		top: 2px;
	}
	#header .header-nav-mobile li.more-menu > a i span.more-count {
		right: -9px;
		top: 2px;
	}
	#header .header-nav-mobile li.more-menu .more-popup i span.more-count {
		left: 8px;
		top: 1px;
	}
	#koszyki_warianty_all #realiz_wariant_2 {
		height: auto !important;
	}
	body > .fancybox-wrap.fancybox-addtocart.fancybox-opened .fancybox-skin {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#wrapper .breadcrumb {
		overflow-x: visible;
		overflow-y: hidden;
		width: 99vw;
		margin-left: -5px;
	}
	#wrapper .breadcrumb ol {
		display: flex !important;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		white-space: nowrap;
		margin-left: 2px;
		padding-left: 0 !important;
		height: 40px;
	}
	main > section#wrapper {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-top: 1px solid #e1e1e1;
	}
	#product-modal .modal-content .modal-body img.product-cover-modal {
		max-width: 86vw;
		max-height: 69vh;
		position: absolute;
		top: -20px;
		width: auto;
	}
	#header .header-nav-mobile.hide {
		display: none;
	}
	#totblockcart #totblockcart_dropdown {
		z-index: 9999999;
	}
	#prodTabs.fixed-menu {
		top: -7px;
		margin-top: 12px;
	}
	body.index #custom-text {
		display: none;
	}
	body#index #featured-products-tabs,
	body#index .featured-products.prom,
	body#index #custom-text	{
		display: none;
	}
	#polecane,
	#polecanePages {
		margin-top: 0;
	}
	#polecane .polecane .polecane-thumbnail-container a {
		margin-top: 0px;
		
	}
	#polecane .polecane .polecane-thumbnail-container > div > .all-product-link {
		margin-top: 44px;
	}
	#polecane .polecane {
		margin-bottom: 0px;
	}
	.footer-container #x13eucookies-footer-link .x13eucookies__navbar {
		font-size: 14px !important;
	}
	body#product #oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist {
		left: 0%;
	}
	body#product #oferta-specjalna.b2b .oferta-reszta .quickview_cart .add {
		left: 0;
		top: -8px;
	}
	body#product #oferta-specjalna .oferta-reszta .quickview_cart .add {
		top: -8px;
	}
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-title {
		line-height: 39px;
		max-height: 38px;
		margin-top: 13px !important;
	}
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature .product-price-and-shipping {
		margin-top: 10px;
	}
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .price {
		font-size: 25px;
	}
	body#index #oferta-specjalna .oferta-reszta .product-description {
		padding-top: 0px;
	}
	body#index #oferta-specjalna .oferta-duza {
		display: none !important;
	}
	#oferta-specjalna .oferta-reszta { /* nie tylko na stronie głównej */
		max-width: 100%;
		width: 100%;
	}
	body#index #oferta-specjalna .oferta-reszta {
		height: 316px;
        overflow: hidden;
	}
	body#index #oferta-specjalna .oferta-reszta .owl-nav.disabled {
		display: none;
	}
	body#index #oferta-specjalna .oferta-reszta .owl-dots {
        top: 355px;
        position: absolute;
        width: 100%;
        text-align: center;
    }
	body#index #oferta-specjalna .oferta-reszta .owl-stage {
		display: flex;
	}
	body#index #oferta-specjalna .oferta-reszta .owl-item:nth-of-type(1) {
		order: 2;
	}
	body#index #oferta-specjalna .oferta-reszta .owl-item:nth-of-type(2) {
		order: 3;
	}
	body#index #oferta-specjalna .oferta-reszta .owl-item:nth-of-type(3) {
		order: 4;
	}
	body#index #oferta-specjalna .oferta-reszta .owl-item:nth-of-type(4) {
		order: 5;
	}
	body#index #oferta-specjalna .oferta-reszta .owl-item:nth-of-type(5) .product-miniature {
		display: block !important;
	}
	body#index #oferta-specjalna .oferta-reszta .owl-item:nth-of-type(5) {
		order: 1;
	}
	body#index #oferta-specjalna #featured-products-tabs {
		display: block;
		margin-top: 36px;
	}
	body#index #featured-products-tabs.new {
		display: block; 
	}
	body#index #featured-products-tabs.new h1 a * {
		display: none;
	}
	body#index #featured-products-tabs.new h1 a span:first-child {
		display: inline;
	}
	body#index #oferta-specjalna {
		padding-top: 1px;
	}
	#oferta-specjalna .featured-products {
		margin-top: 0px !important;
	}
	.featured-products.new {
		margin-bottom: 33px;
	}
	body#index #oferta-specjalna .oferta-reszta .quickview_cart {
		bottom: -70px;
	}
    body#index #oferta-specjalna .oferta-reszta {
        height: 375px;
	}
	body #oferta-specjalna .oferta-reszta .product-miniature {
		height: 315px;
		max-height: 315px;
	}
}
@media screen and (max-width: 1000px) {
	#productRow > div#product_manufacturer_reference {
		width: 20.5%;
	}
	#productRow > div#product_manufacturer_reference {
		padding: 0px 0 0 3%;
	}
	
	#consent-lack #form_fields.zgody1 .form-control-valign .custom-checkbox label p {
		padding-bottom: 10px;
	}
	body#cms section#wrapper img {
		max-width: 92vw !important;
		height: auto !important;
	}
	section#wrapper .container-brand img {
		max-width: 100% !important;
	}
	section#wrapper .cart-item img {
		max-width: 7vw !important;
	}
	
	.footer-container #block_myaccount_infos.links {
		width: 200px;
	}
	
	body.logged #infoopiekun .title {
		font-size: 24px;
	}
	body.logged #infoopiekun .title {
		line-height: 30px;
	}
	.product-miniature .product-description {
		height: 195px !important;
	}
}
@media screen and (max-width: 950px) {

	
	body > .fancybox-adresy .adres-glowny {
		width: 250px;
	}
	body > .fancybox-adresy .delivery-vs-invoice .adresy-dodatkowe {
		width: calc(100% - 270px);
	}
	body > .fancybox-adresy .adresy-dodatkowe .subtitle2row {
		margin-bottom: 49px;
	}
	
	#custom-text .about-left {
		width: calc(100% - 470px);
	}
	#custom-text .about-right {
		width: calc(100% - (100% - 470px));
		padding-left: 20px !important;
	}
	#custom-text .dlaczego-warto {
		line-height: 40px !important;
	}
	#custom-text .table-dlaczego td {
		min-height: 278px;
	}
	#footer .footer-container .block-contact.links {
		max-width: 375px;
	}
	.footer-container #block_myaccount_infos.links {
		width: 156px;
	}
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box .omnibus-price {
		line-height: 15px !important;
	}
}
@media screen and (max-width: 900px) {

	.extra-carts-container {
		 width: 27%;
	}
	#_desktop_cart {
		width: 42% !important;
	}
	#infoopiekun .boks:nth-of-type(1) {
		width: 50%;
	}
	#infoopiekun .boks:nth-of-type(3) {
		clear: both;
		margin: 0 auto;
		float: none;
		padding-top: 2rem;
		padding-left: 0rem;
		width: initial;
	}
	.owl-carousel .quickview_cart input.input-group {
		width: 100%;
	}
	.owl-nav .owl-prev i {
		top: 2rem;
	}
	.owl-nav .owl-next i {
		top: 2rem;
	}
	#products .product-thumbnail, .featured-products .product-thumbnail, .product-accessories .product-thumbnail, .product-miniature .product-thumbnail, .onsale-products .product-thumbnail {
		height: 200px;
	}
	#products .product-thumbnail img, .featured-products .product-thumbnail img,
	.product-accessories .product-thumbnail img, .product-miniature .product-thumbnail img, .onsale-products .product-thumbnail img
	{
		max-height: 200px;
	}
	#products .product-miniature, .featured-products .product-miniature,
	.product-accessories .product-miniature, .product-miniature .product-miniature, .onsale-products .product-miniature
	{
		height: 300px;
	}
	#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container, .onsale-products .thumbnail-container {
		min-height: 300px !important;
	}
	#custom-text td {
		width: 48% !important;
	}
	#custom-text td p {
		float: right;
		width: 82.5%;
	}
	#custom-text td:nth-of-type(3) {
		margin-left: 27%;
		padding-bottom: 4vw !important;
	}
	#WiedzaPages .tlo {
		width: 44.5%;
	}

	.fancybox-wrap .wishlist_popup_form {
		width: calc(100% + 5px);
	}
	.fancybox-wrap #wishlist_popup_form {
		padding: 0px 0px;
	}
	.fancybox-wrap .ui-selectmenu-text {
		margin-right: 10px;
	}
	#wishlist_select_popup-button {
		width: 12.5rem;
	}
	#wishlist_popup_form #new_cart, .wishlist_popup_form #new_cart {
		width: 100%;
	}
	
	#twojNumerZamowienia {
		width: 100%;
	}
	.fancybox-wrap.fancybox-adresy {
		width: 91%!important;
	}
	#form_wishlist {
		width: 100%;
	}
	/* + i - */
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .qty {
		width: 189px !important;
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart .product-quantity .qty {
		width: 172px !important;
	}
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
		width: calc(100% - 154px);
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
		width: calc(100% - 179px);
		margin-right: 6px;
	}
	/* + i - */

	
	.plus-row label {
		font-size: 0.8rem;
	}
	#delivery .phup-cont span.phup-label .long {
		display: inline;
	}
	#delivery .phup-cont span.phup-label .short {
		display: none;
	}
	
	
	
	body#index .featured-products .product-miniature, 
	body#index .onsale-products .product-miniature {
		height: 392px;
	}
	.page-order-confirmation .what-now {
		max-width: 379px;
	}
	body#index .owl-carousel:not(#carousel-main) .owl-dots {
		top: 418px;
	}
	body#index #featured-products-tabs, body#index #onsale-products-tabs {
		margin-top: 36px;
	}
	div.products-sort-order {
		width: 400px;
		max-width: 94.5vw;
	}
	
	body#index #carousel-main.owl-carousel .owl-item img.desktop {
		display: none;
	}
	body#index #carousel-main.owl-carousel .owl-item img.mobile {
		display: inline;
		display: block;
		float: right;
		max-height: 350px;
		position: absolute;
		right: 0;
	}
	#main-carousel-container {
		/*max-height: 300px;*/
	}
	#carousel-main .owl-item .item {
		/*height: 300px;*/
	}
	body#index #carousel-main.owl-carousel .owl-item .item figure {  
		/*height: 300px;*/
		display: block;
		position: absolute;
		width: 100%;
	}
	#carousel-main .owl-item .caption-description {
		position: absolute;
		top: 0;
		left: 0;
	}
	body#index .owl-carousel {
		/*height: 300px;*/
	}
}

@media screen and (min-width: 1019px) and (max-width: 1280px) and (orientation:landscape) {
	/* zmiana układu dla urządzeń mobilnych */
	#products .product-miniature {
		width: 48%;
		margin-right: 0px !important;
	}
	#products .product-miniature:nth-child(2n+1),
	#content-wrapper.left-column .product-miniature:nth-child(2n+1)	{
		margin-right: 0% !important;
	}
	#products .product-miniature:not(.product_show_list):nth-child(2n+0),
	#content-wrapper.left-column .product-miniature:not(.product_show_list):nth-child(2n+0)	{
		margin-left: 4% !important;
	}
	#products .thumbnail-container {
		width: 100%;
	}
	/* zmiana układu dla urządzeń mobilnych */
	#delivery .phup-cont span.phup-label .long {
		display: inline;
	}
	#delivery .phup-cont span.phup-label .short {
		display: none;
	}
}
@media screen and (min-width: 1020px) and (max-width: 1145px) {
	.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity.infostockwarn {
		background-position: left 3px;
		height: auto;
		margin-right: 3px;
	}
}
@media screen and (min-width: 1020px) and (max-width: 1100px) {
	.product-miniature.product_show_list .information-bar #product-availability span span.pav.na-zamowienie,
    .product-miniature.product_show_list .information-bar #product-availability span span.pav.na-zamowienie span
    {
        font-size: 12px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1018px) and (orientation:portrait) {
	/* zmiana układu dla urządzeń mobilnych */
	#products .product-miniature {
		width: 100%;
	}
	#products .product-miniature:nth-child(2n+1),
	#content-wrapper.left-column .product-miniature:nth-child(2n+1)	{
		margin-right: 0% !important;
	}
	#products .product-miniature:nth-child(2n+0),
	#content-wrapper.left-column .product-miniature:nth-child(2n+0)	{
		margin-left: 0% !important;
	}

	/* zmiana układu dla urządzeń mobilnych */
}
@media screen and (min-width: 768px) and (max-width: 1280px) {

	/* dla fizycznych komórek*/
	body.fizTel #products .product-miniature {
		width: 100%;
	}
	body.fizTel #products .product-miniature:nth-child(2n+1),
	body.fizTel #content-wrapper.left-column .product-miniature:nth-child(2n+1)	{
		margin-right: 0% !important;
	}
	body.fizTel #products .product-miniature:nth-child(2n+0),
	body.fizTel #content-wrapper.left-column .product-miniature:nth-child(2n+0)	{
		margin-left: 0% !important;
	}
	/* + i - */
	.product-miniature .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
		right: -110px;
	}
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
		width: calc(100% - 205px);
		max-width: 200px;
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
		width: calc(100% - 173px);
		margin-left: 0;
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart input.input-group {
		width: 48px;
	}
	.product-miniature:not(.product_show_list) .quickview_cart .add-to-cart {
		height: 48px;
	}
	/* + i - */
	/* dla komórek*/
}
@media screen and (max-width: 860px) {
	.product-miniature.product_show_list .product-price-and-shipping .product-shipment,
	.product-miniature.product_show_list .product-price-and-shipping .product-quantities,
	.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity,
	.product-miniature.product_show_list .product-price-and-shipping .product_manufacturer,
	.product-miniature.product_show_list .product-price-and-shipping .product_reference {
		font-size: 13px;
	}
	.product-miniature.product_show_list .product-description {
		width: calc(100% - 168px)!important;
	}
	.product-miniature.product_show_list .product-price-and-shipping .product-quantities.infostockwarn,
	.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity.infostockwarn	{
		font-size: 13px;
		line-height: 30px;
	}

	#productRow > div:first-child {
		position: relative;
	}
	#resultsPerPageDiv {
		float: none !important;
		margin-bottom: 15px !important;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		align-content: center;
	}
	.pagination .page-list {
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.pagination > div:last-child {
		width: 100% !important;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		align-items: stretch;
	}
	.pagination .page-list li {
		margin-bottom: 15px;
	}
	
	.footer-container .links, .footer-container .block-contact.links {
		width: calc(100% - 60px);
		margin-left: 30px;
		margin-bottom: 0;
		margin-right: 30px;
	}
	.footer-container #block_myaccount_infos {
	    width: calc(100% - 60px);
		margin-left: 30px;
		margin-right: 30px;
	}
	.footer-container .block-contact-title, .footer-container .myaccount-title {
		margin-bottom: 0;
	}
	.footer-container .block-contact-title hr, .footer-container .myaccount-title hr {
		display: none;
	}
	.block-contact .block-contact-title {
		padding-bottom: 25px;
	}
	.footer-container .block-content-footer {
		display: none;
	}
	.block-contact-title, .footer-container .links .title, .footer-container .links h3, #block_myaccount_infos .myaccount-title a {
		font-size: 1rem;
	}
	.footer-container .links h3 {
		margin-bottom: 0;
		padding-bottom: 15px;
	}
	.footer-container .links .myaccount-title.open h3 {
		padding-bottom: 17px;
	}
	.block-contact .block-contact-title {
		padding-bottom: 15px;
		border-bottom: 1px solid #33333c;
		margin-bottom: 15px;
	}
	.links.foot {
		padding: 0;
	}
	.links.foot .link-title {
		padding-bottom: 15px;
		border-bottom: 1px solid #33333c;
		margin-bottom: 15px;
	}
	.links.foot .link-title hr {
		display: none;
	}
	.links.foot .row {
		padding: 0 !important;
	}
	.footer-container .arrow {
		display: block;
	}
	.aeuc_footer_info {
		display: none;
	}
	.footer-container .arrow {
		height: 18px;
		width: 10px;
		float: right;
	}
	.footer-container .arrow {
		height: 18px;
		width: 10px;
		position: relative;
	}
	.footer-container .arrow {
		height: 13px;
		width: 19px;
		background: url(../img/mobile/ico/arrow-down.svg) 0px -2px no-repeat transparent;
		background-size: 19px 19px;
		display: block;
		transform: rotate(0deg);
		transition: transform 0.5s;
	}
	.footer-container .open .arrow {
		transform: rotate(-180deg);
		transition: transform 0.5s;
	}
	.block-contact .block-contact-title.open, .links.foot .block-contact-title.open {
		padding-bottom: 25px;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.block-contact .block-contact-title.open ~ .block-content-footer, .links.foot .block-contact .block-contact-title.open ~ .block-content-footer {
		padding-bottom: 15px;
		border-bottom: 1px solid #33333c;
		margin-bottom: 7px;
		padding: 0 10px 10px 10px;
	}
	#block_myaccount_infos .myaccount-title.open ~ .block-content-footer {
		padding-bottom: 15px;
		border-bottom: 1px solid #646a6f;
		margin-bottom: 25px;
	}
	.footer-container .row:last-child {
		padding: 0px 30px;
		margin-bottom: 0px;
		padding-top: 0;
		margin-top: 0;
	}
	.footer-container .row.endtext {
		margin-bottom: 62px;
	}
	.footer-container a {
		text-decoration: none;
		color: #aaaaaa;
	}
	#footer .footer-container .block-contact.links {
		max-width: initial;
	}
	.footer-container h3.block-contact-title {
		border-bottom: 1px solid #33333c;
		margin-bottom: 16px;
	}
	.footer-container .links h3 {
		margin-left: 0;
	}
	.footer-container #block_myaccount_infos.links {
		width: calc(100% - 60px);
	}
	.footer-container {
		padding-top: 0;
	}
	.block-contact .block-contact-title {
		padding-top: 15px;
	}
	.links.foot .link-title.open ~ .block-content-footer {
		border-bottom: 1px solid #33333c;
		margin-top: 8px;
		margin-bottom: 8px;
		padding: 0 20px 10px 20px;
	}
	#block_myaccount_infos .myaccount-title.open ~ .block-content-footer {
		padding: 0 10px 10px 10px;
		margin-bottom: 25px;
		clear: both;
		border: 0;
	}
	.footer-container .block-contact-title .arrow {
		margin-top: 6px;
	}
	.myaccount-title.open {
		padding-top: 1px;
	}
	
	.page-my-account #content .links a {
		width: 50% !important;
	}
	body#product #oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist {
		left: 0;
	}
	body#product #oferta-specjalna.b2b .oferta-reszta .quickview_cart .add {
		left: 0%;
	}
	
}
@media screen and (max-width: 800px) {
	#CartSort {
		width: 100%;
	}
	body > .fancybox-wrap.fancybox-adresy .page-addresses .address .address-body .anim-choose {
		max-width: 97%;
	}
	#products .product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity {
		line-height: 19px;
		background-position: left 3px;
		height: auto;
		margin-right: 3px;
	}
}
@media screen and (max-width: 767px) {
	body > main {
		overflow:hidden;
	}
	#header .header-nav {
		display: none;
		height: 0;
		border: 0 !important;
		padding: 0px 0%;
		margin: 0 0px 4px 0;
	}
	.js-top-menu-bottom {
		display: none;
	}
	#mobile_top_menu_wrapper .mm_menus_back_icon {
		border-left: 0;
		border-top: 0;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}
	#mobile_top_menu_wrapper .mm_tab_toggle_title a {
		margin: initial;
	}
	#mobile_top_menu_wrapper .mm_menus_back {
		display: none;
	}
	#mobile_top_menu_wrapper .mm_menus_li {
		border-top: 0;
	}
	#mobile_top_menu_wrapper .mm_menus_li > a {
		padding: 0;
	}
	#header #_mobile_user_info .user-info .reg-user i {
		display: inline-block;
		background: url(../img/mobile/ico/signin.png) no-repeat center center transparent;
		margin-top: -6px;
	}
	#header #_mobile_user_info .user-info .log-user i {
		display: inline-block;
		background: url(../img/mobile/ico/login.png) no-repeat center center transparent;
		margin-top: -6px;
	}
	#mobile_top_menu_wrapper .ets_mm_block_content .has-sub > a:after {
		content: '' !important;
		right: 15px !important;
	}
	#header #_mobile_user_info .user-info .logout i {
		display: inline-block;
		background: url(../img/mobile/ico/logout.png) no-repeat center center transparent;
		vertical-align: -6px;
	}
	#_mobile_user_info .user-info a {
		margin: 7px 0px;
	}
	#_mobile_user_info .user-info a.account {
		margin: 14px 0px;
	}
	#_mobile_user_info .user-info a:last-child {
		border-left: 0;
	}
	#menu-icon a {
		padding-top: 6px;
	}
	#menu-icon a i {
		height: 3px;
		margin: 7px 0;
		width: 30px;
		border-radius: 3px;
	}
	.ico-ask-offer, .ico-many-cart {
		height: 48px;
		margin-top: 11px;
	}
	.ico-many-cart > a {
		background: url(../img/mobile/ico/many-cartsv2.png) center center no-repeat transparent;
		width: 48px;
		height: 48px !important;
	}
	.ico-ask-offer > a {
		background: url(../img/mobile/ico/cart-mobile-askv2.png) center center no-repeat transparent;
		width: 48px;
		height: 48px !important;
	}
	.header-top.fixed-menu {
		padding: 0px 0px 10px 0px!important;
	}
	.ico-ask-offer .counter {
		top: 4px;
		right: -6px;
	}

	
	#header .header-top {
		height: 68px;
		padding: 10px 30px 10px 30px/* !important*/;
	}
	#header .header-top.margin-bottom-fixed {
		margin-bottom: 0 !important;
	}
	#header .header-top .mobile #_desktop_logo a.logo-url {
		float: left;
		margin-left: 12px;
	}
	#header .header-top #_desktop_cart .material-icons.shopping-cart {
		margin: 11px 0 3px 4px;
	}
	#_desktop_logo {
		float: left;
		margin-top: 8px;
		margin-bottom: 2px;
	}
	#menu-icon {
		width: 7%;
		height: 48px;
		margin-left: 12px;
		margin-top: 5px;
	}
	#_desktop_cart .search-mobile-ico {
	    width: 48px;
		float: right;
		margin-right: 1px;
		margin-top: 2px;
		display: block;
	}
	.header-top.logged #_desktop_cart .search-mobile-ico {
		margin-right: 1px;
	}
	#_desktop_cart .search-mobile-ico img {
		padding: 9px;
	}
	.search-cart {
		clear: left;
		width: 100%;
		position: relative;
	}
	#_desktop_cart {
		width: 78% !important;
		right: 0;
		margin-top: -8px;
		top: 0px;
		position: absolute;
		overflow: hidden;
	}
	#_desktop_cart .header span.cart-products-count, #_desktop_cart_zapytanie .header span.cart-products-count, #_mobile_cart .header span.cart-products-count {
		width: 26px;
		height: 26px;
		border: 2px solid #ffc600;
		line-height: 15px;
		margin: 6px 1px;
		padding: 3px 1px;
		text-align: center;
	}
	#_desktop_cart .material-icons.shopping-cart {
		width: 48px;
		padding: 4px 0px 0px 0px;
		background: url(../img/mobile/ico/cart-mobilev2.png) no-repeat center 12px transparent;
	}
	#_desktop_cart .header span.cart-products-count {
		right: -25px;
	}
	#search_block_top {
		clear: left;
		width: 100%;
		margin: 0 0 0 0;
	}



	.extra-carts-container {
	    position: absolute;
		right: 0;
		top: 0px;
		margin-right: 5%;
	}
	.header-top.logged .extraCartsTopMenu {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.header-top > .container > .row.mobile {
		display: none;
		height: 94px;
	}
	.header-top .mobile #_desktop_logo {
		width: 100%;
		display: block;
		text-align: center;
	}
	.header-top .mobile #_desktop_logo a {
		display: inline-block;
	}
	.header-top .mobile #_desktop_logo img {
		margin: 2px auto;
		float: none;
		display: block;
	}
	.header-top .mobile .log-user {
		width: 48px;
		height: 48px;
		display: inline-block;
		float: right;
		margin-right: 11px;
	}
	.header-top .mobile .log-user i{
	    display: inline-block;
		background: url(../img/mobile/ico/signin_big.png) no-repeat center center transparent;
		margin-top: -1px;
		width: 48px;
		height: 48px;
	}
	.header-top .mobile .reg-user {
		width: 48px;
		height: 48px;
		display: inline-block;
		float: right;
		margin-right: 12px;
	}
	.header-top .mobile .reg-user i {
	    display: inline-block;
		background: url(../img/mobile/ico/login_big.png) no-repeat center center transparent;
		margin-top: -1px;
		width: 48px;
		height: 48px;
	}
	.header-top .mobile .account {
		width: 48px;
		height: 48px;
		display: none !important;
		float: right;
		margin-right: 19px;
	}
	.header-top.logged .mobile .account {
		margin-right: 9px;
	}
	.header-top .mobile .account i {
	    display: inline-block;
		background: url(../img/mobile/ico/login_big.png) no-repeat center center transparent;
		margin-top: -2px;
		width: 48px;
		height: 48px;
	}
	.header-top .mobile .logout {
		width: 48px;
		height: 48px;
		display: none !important;
		float: right;
		margin-right: 14px;
	}
	.header-top .mobile .logout i {
	    display: inline-block;
		background: url(../img/mobile/ico/logout_big.png) no-repeat center center transparent;
		margin-top: -2px;
		width: 48px;
		height: 48px;
	}
	.header-top .mobile .phone {
		display: none !important;
		float: left;
		margin-left: 10px;
		margin-top: 0.5rem;
		visibility: hidden;
	}
	.header-top .mobile .mail {
		display: none !important;
		float: left;
		margin-left: 2.2rem;
		margin-top: 0.5rem;
		visibility: hidden;
	}
	.header-top .mobile .phone img, .header-top .mobile .mail img {
		height: 26px !important;
	}

	.wrap_search_widget #search_popup {
		margin-top: 0px !important;
		width: 100vw !important;
	}
	#search_popup .wrap_item {
		margin-top: 0 !important;
		position: relative;
	}

	#header .search-cart {
		/*width: calc(100% - 320px);*/
		width: calc(100% - 270px);
		float: right;
		clear: right;
	}
	.header-top .row.second #_desktop_logo {
		margin-top: 0;
	}
	#_desktop_cart .cart-preview {
		margin-right: 21px;
		width: 48px;
	}
	.mm_tab_toggle_title a {
		padding: 9px 15px 9px 0;
	}
	#carousel {
		margin-left: -10px;
		width: calc(100% + 20px);
	}
	.carousel .carousel-item img {
		width: 100%;
		margin-left: 0;
	}
	.carousel .carousel-control .icon-next {
		right: 1.9rem;
		margin-top: -10px !important;
	}
	.carousel .carousel-control .icon-prev {
		left: -0.2rem;
		margin-top: -10px !important;
	}
	body#index .onsale-products .owl-carousel .owl-stage-outer {
		min-height: 25rem;
	}
	body#index .onsale-products .owl-carousel .owl-stage-outer.clickEvent {
		min-height: 21rem;
	}
	#infoopiekun .boks:nth-of-type(1) {
		width: 50%;
		min-width: 340px;
		margin: 0 auto;
	}
	#infoopiekun .boks:nth-of-type(2) {
		width: 50%;
		min-width: 340px;
		float: none;
		margin: 0 auto;
		padding-top: 1rem;
		clear: both;
	}
	#infoopiekun .boks:nth-of-type(3) {
		clear: both;
		margin: 0 auto;
		float: none;
		padding-top: 1rem;
		width: 50%;
		min-width: 340px;
		margin: 0 auto;
	}
	#featured-products-tabs, #onsale-products-tabs {
		margin-top: 1rem;
	}
	.featured-products, .onsale-products {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
	

	.owl-carousel .quickview_cart input.input-group {
		width: 6.6rem;
	}
	.owl-nav .owl-next,
	.owl-nav .owl-prev	{
		display: none;
	}
	.owl-nav .owl-prev i {
		top: 1.4rem;
	}
	.owl-nav .owl-next i {
		top: 1.4rem;
	}
	body#index .owl-carousel .owl-dots button.owl-dot {
		display: none;
	}
	body#index .owl-carousel .owl-dots button.owl-dot:nth-of-type(1),
	body#index .owl-carousel .owl-dots button.owl-dot:nth-of-type(2),
	body#index .owl-carousel .owl-dots button.owl-dot:nth-of-type(3),
	body#index .owl-carousel .owl-dots button.owl-dot:nth-of-type(4),
	body#index .owl-carousel .owl-dots button.owl-dot:nth-of-type(5) {
		display: inline-block;
	}
	#index .page-home .links {
		display: none;
	}
	#custom-text {
		padding-left: 20%;
		padding-right: 20%;
	}
	#custom-text td {
		width: 100% !important;
	}
	#custom-text td p {
		width: 76.5%;;
	}
	#custom-text td:nth-of-type(2) {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	#custom-text td:nth-of-type(3) {
		margin-left: 0;
		padding-bottom: 4vw !important;
	}
	#custom-text td img {
		padding: 0 !important;
	}
	
	#WiedzaPages .tlo {
		width: 52.5%;
		height: 184px;
		min-height: 184px;
	}
	.footer-container .links, .footer-container .block-contact.links {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.footer-container #block_myaccount_infos {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	.footer-container .row.endtext {
		padding: 0px 10px;
	}
	.footer-container .arrow {
		margin-top: 3px;
	}
	#Up-button {
		padding: 0;
		width: auto;
		margin: 1.5rem;
		z-index: 9;
	}

	.twoje-konto-label {
		display: none;
	}
	.imie-nazwisko-label {
		display: inline-block;
	}
	/*dla iphone żeby nie powiekszał ekranu po kliknięciu w pole */
	.fancybox-opened input[type="color"],
	#search_block_top input[type="color"],
	.fancybox-opened input[type="date"],
	#search_block_top input[type="date"],
	.fancybox-opened input[type="datetime"],
	#search_block_top input[type="datetime"],
	.fancybox-opened input[type="datetime-local"],
	#search_block_top input[type="datetime-local"],
	.fancybox-opened input[type="email"],
	#search_block_top input[type="email"],
	.fancybox-opened input[type="month"],
	#search_block_top input[type="month"],
	.fancybox-opened input[type="number"],
	#search_block_top input[type="number"],
	.fancybox-opened input[type="password"],
	#search_block_top input[type="password"],
	.fancybox-opened input[type="search"],
	#search_block_top input[type="search"],
	.fancybox-opened input[type="tel"],
	#search_block_top input[type="tel"],
	.fancybox-opened input[type="text"],
	#search_block_top input[type="text"],
	.fancybox-opened input[type="time"],
	#search_block_top input[type="time"],
	.fancybox-opened input[type="url"],
	#search_block_top input[type="url"],
	.fancybox-opened input[type="week"],
	#search_block_top input[type="week"],
	.fancybox-opened textarea,
	#search_block_top textarea {
	  font-size: 16px !important;
	}

	.moje-koszyki .single-koszyk .content-box .box-right .opis {
		display: none !important;
	}
	

	.product-minimal_quantity .checkbox_descicon .info-desc {
		left: 28px;
		right: initial;
	}
	.product-minimal_quantity .checkbox_descicon .info-desc::after {
		border-left: none;
		border-right: 15px solid #c5c5c5;
		right: initial;
		left: -15px;
	}

	.fancybox-inner .wishlist_popup_form {
		width: 100%;
	}
	.fancybox-addtocart .wishlist_popup_form {
		min-height: 100vh;
	}
	#koszyki_warianty_all {
		min-height: 100vh;
	}
	.fancybox-inner .wishlist #wishlist_select_popup-button {
		width: 100%;
	}
	.fancybox-inner .wishlist_popup_form34 button {
		width: 100%;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.fancybox-inner .wishlist_popup_form .wishlist a {
		width: 100%;
	}
	.fancybox-inner #wishlist_popup_form #new_cart, .wishlist_popup_form #new_cart {
		width: 100%;
		margin-top: 0rem;
		padding-left: 10px;
	}


	
	#module-xycsvcart-default .fancybox-wrap {
		margin-top: -10rem;
	}
	
	.uwagiKoszyk #delivery {
		padding-right: 0;
	}
	
	#delivery .phup-cont span.phup-label {
		line-height: 16px;
		padding-top: 15px;
	}
	.fancybox-wrap.fancybox-address {
		width: 95.5%!important;
	}
	.fancybox-address .fancybox-inner, .fancybox-adresy .fancybox-inner {
		height: 81.4vh !important;
		overflow-y: scroll;
	}
	.product-miniature:not(.product_show_list) .clicable-area {
		width: 100%;
		height: 100%;
		position: absolute;
		display: block;
		z-index: 99999999;
	}
	.product-miniature.visible:not(.product_show_list) .clicable-area {
		width: 100%;
		height: 59%;
		min-height: 200px;
		position: absolute;
		display: block;
		z-index: 99999999;
	}
	.fancybox-wrap #customer-form .form-group.row label {
		float: left;
		width: 150px;
	}
	.fancybox-wrap #customer-form .form-group.row .custom-checkbox label {
		width: 80%;
	}
	.fancybox-wrap #consent-lack .field_text .field_div {
		float: left;
		width: 60%;
	}
	.fancybox-wrap #form_fields.zgody1 .form-control-valign .custom-checkbox {
		width: 100%;
	}
	#consent-lack #form_fields.zgody1 .form-group.row.field_checkbox > label.required:after {
		left: 0;
	}
	#consent-lack #form_fields.zgody1 .form-control-valign .custom-checkbox label p {
		width: 100%;
	}
	#polecane .polecane .polecane-thumbnail-container a img {
		max-height: 140px;
	}
	body#authentication #rodzajKonta > label {
		line-height: 2rem;
		padding-top: 0rem;
        float: left;
	}
	section#wrapper .cart-item img {
		max-width: 9vw !important;
	}

	#products .product-miniature {
		width: 100%;
	}
	#products .product-miniature:nth-child(2n+1),
	#content-wrapper.left-column .product-miniature:nth-child(2n+1)	{
		margin-right: 0% !important;
	}
	#products .product-miniature:nth-child(2n+0),
	#content-wrapper.left-column .product-miniature:nth-child(2n+0)	{
		margin-left: 0% !important;
	}
	.footer-container .arrow {
		right: 2px;
	}

	/* + i - */
	.product-miniature .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after,
	.product-miniature .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
		font-weight: 900;
		font-family: 'OpenSansBold';
	}
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .qty {
		width: 182px !important;
	}
	.product-miniature .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
		right: -108px;
	}
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
		width: calc(100% - 200px);
	}
	.product-miniature:not(.product_show_list) .quickview_cart .add-to-cart {
		height: 48px;
	}

	.product-miniature:not(.product_show_list) .quickview_cart input.input-group {
		width: 70px;
		height: 48px;
		left: 54px;
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart input.input-group {
		width: 48px;
	}
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .qty {
		width: 184px !important;
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart .product-quantity .qty {
		width: 164px !important;
	}
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
		width: calc(100% - 201px);
		max-width: 200px;
		margin-right: 0;
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
		width: calc(100% - 170px);
	}
	.product-miniature.product_show_list .product-quantity .add .add-to-cart {
		height: 40px;
		margin-top: 4px;
		width: 73px;
		min-width: initial;
	}
	.product-miniature.product_show_list .product-quantity .add.full .add-to-cart {
		width: 100%;
	}
	.product-miniature.product_show_list .product-quantity .add {
		width: 27%;
	}
	.product-miniature.product_show_list .product-quantity .add.full {
		width: 50%;
		max-width: 152px;
	}

	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .container-quantity {
		width: 110px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .price {
		width: calc(100% - 133px);
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity {
		height: 48px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .up,
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .down {
		width: 48px;
		text-align: center;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .up {
		left: 68px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .counter {
		width: 48px;
		padding-left: 6px;
		line-height: 12px;
		text-align: center;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .container-quantity .productQuantity {
		width: 48px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .price {
		line-height: 38px;
	}
	/* + i - */

	body > .fancybox-koszyk.fancybox-popup {
		width: 96vw !important;
		left: 1vw !important;
	}
	body > .fancybox-koszyk.fancybox-popup .fancybox-skin {
		padding: 5px !important;
	}
	body > .fancybox-koszyk.fancybox-popup #totblockcart_dropdown {
		display: block !important;
	}
	.payment_warning {
		padding: 0 41px;
	}
	.wrap_search_widget #search_popup {
		position: fixed !important;
		transform: none;
	}
	.rodo-pow label {
		clear: none;
	}

	/* lista produktów po nowemu */
	.product-miniature.product_show_list .left-side {
		display: none;
	}
	.product-miniature.product_show_list .quickview_cart {
		width: 100%;
	}
	.product-miniature.product_show_list .quickview_cart .product-thumbnail {
		margin-left: 0;
	}
	.product-miniature.product_show_list .label-price,
	.product-miniature.product_show_list .price	{
		width: calc(100% - 142px);
		border-bottom: 0;
	}
	.product-miniature.product_show_list .quickview_cart {
		padding: 0;
		border: 0;
	}
	#products .product-miniature.product_show_list .quickview_cart .product-title a {
		line-height: 15px !important;
		font-size: 14px!important;
		padding: 8px 10px 10px 10px;
		height: 63px;
		font-family: 'OpenSansBold';
	}
	.product-miniature.product_show_list .quickview_cart .product-title {
		height: 63px !important;
	}
	.product-miniature.product_show_list.accessory .quickview_cart .product-title,
	.product-miniature.product_show_list.related .quickview_cart .product-title {
		height: 64px !important;
	}
	.product-miniature.product_show_list .product-thumbnail {
		height: 117px !important;
		width: 117px !important;
	}
	#products .product-miniature.product_show_list .disc-per-lab {
		margin-top: 0px;
		left: 138px;
		display: inline-table;
	}
	.product-miniature .price {
		position: relative;
	}
	.product_show_list .promocja-label {
		width: 160px;
		top: -26px;
		left: 26px;
	}
	.product-quantity {
		clear: both;
		width: 100%;
	}
	.product_show_list .product-add-to-cart .qty {
		clear: left;
		width: 50%;
		margin-left: 10px;
		max-width: 159px;
	}
	.product-miniature.product_show_list .product-quantity .add {
		float: left !important;
		width: 73px;
		max-width: 174px;
		margin: 0 0 0 7px;
	}
	.product-add-to-cart,
	#add-to-cart-or-refresh {
		clear: both;
	}

	.product-miniature.product_show_list,
	#products .product-miniature.product_show_list,
	#content-wrapper.left-column .product-miniature.product_show_list {
		height: 394px!important;
	}
	.product-miniature.product_show_list .thumbnail-container,
	#products .product-miniature.product_show_list .thumbnail-container {
		height: 394px!important;
	}
	.product-miniature.product_show_list .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up,
	.product-miniature.product_show_list .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
		width: 40px;
		height: 40px;
		line-height: 40px;
		max-width: 40px;
	}
	.product-miniature.product_show_list .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up i,
	.product-miniature.product_show_list .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down i {
		width: 40px;
		height: 40px;
		border: 1px solid #d5d5d5;
		border-radius: 3px;
		margin: 0px;
	}
	.product-miniature.product_show_list .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after,
	.product-miniature.product_show_list .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
		height: 40px;
		width: 40px;
		line-height: 40px;
		font-weight: 900;
		font-family: 'OpenSansBold';
	}
	.product-miniature.product_show_list .quickview_cart input.input-group {
		height: 48px;
		left: 42px;
	}
	.product-miniature.product_show_list .product-quantity .qty input[name="qty"] {
		border: 1px solid #d5d5d5;
		height: 40px;
		margin-top: 0;
		width: calc(100% - 88px);
		left: 44px;
	}
	.product-miniature.product_show_list .product-quantity .qty.disabled input[name="qty"] {
		background-color: #d5d5d5 !important;
	}
	.product-miniature.product_show_list .quickview_cart input.input-group {
		width: calc(100% - 89px);
	}
	.product-miniature.product_show_list .product-quantity .input-group-btn-vertical .btn {
		border: 0;
	}
	.product-miniature.product_show_list .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
		left: 0px;
	}
	.product-miniature.product_show_list .quickview_cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
		right: 0px;
	}
	.product-miniature.product_show_list .quickview_cart input.input-group {
		border: 0;
	}
	.replacementButton {
		bottom: initial;
		top: 4px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	#add-to-cart-or-refresh {
		width: calc(100% - 20px);
		height: 155px;
		left: 10px;
	}
	body#product .product-actions #add-to-cart-or-refresh {
		width: 100%;
		height: auto;
		left: 0;
	}
	.product-miniature.product_show_list .product-add-to-cart .add-to-cart i.shopping-cart {
		height: 40px;
	}
	.product-miniature.product_show_list .quickview_cart .add.full .add-to-cart span {
		line-height: 42px;
	}
	.product-miniature.product_show_list .product-add-to-cart .add.full .add-to-cart i.shopping-cart {
		background: url(../img/ico/koszyk-lite-white.svg) 0 2px no-repeat transparent !important;
		background-size: 25px 23px !important;
	}
	#js-product-list .product-miniature.product_show_list .product-add-to-cart .add-to-cart i.shopping-cart {
		margin-top: -1px;
		height: 30px;
	}
	.product-miniature.product_show_list .information-bar #product-availability span {
		line-height: 21px;
	}
	.product-miniature.product_show_list .product-add-to-cart .qty {
		margin-left: 0;
		margin-top: 4px;
	}
	.product-miniature.product_show_list .product-price-and-shipping .product-shipment,
	.product-miniature.product_show_list .product-price-and-shipping .product-quantities,
	.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity,
	.product-miniature.product_show_list .product-price-and-shipping .product_manufacturer,
	.product-miniature.product_show_list .product-price-and-shipping .product_reference,
	.product-miniature.product_show_list .product-price-and-shipping .product-ean {
		font-size: 12px;
		height: 20px !important;
		line-height: 21px;
	}
	.product-miniature.product_show_list .product-price-and-shipping .product_reference {
		height: auto !important;
	}

	#products .product-miniature.product_show_list .product-price-and-shipping b {
		/*font-weight: 900;*/
		font-family: 'OpenSansBold';
		color: #252527;
	}
	.product-miniature.product_show_list .product-info-box .accessories-sum {
		color: #252527;
	}
	#products .product-miniature.product_show_list .quickview_cart .product-price-and-shipping {
		padding-left: 0px;
		padding-top: 7px;
		display: block;
	}
	#products .product-miniature.product_show_list.has-accessories .quickview_cart .product-price-and-shipping {
		/*padding-top: 55px;*/
	}
	#products .product-miniature.product_show_list.accessory .product-price-and-shipping,
	#products .product-miniature.product_show_list.related .product-price-and-shipping {
		padding-top: 7px;
	}
	#products .product-miniature.product_show_list form ~ .product-price-and-shipping {
		margin-top: -108px;
		margin-left: 10px;
	}
	.product_show_list .label-price {
		margin-top: 4px;
		margin-left: 25px;
	}
	.product_show_list .buy-price {
		margin-top: 8px;
	}
	#products .product-miniature.product_show_list .product-thumbnail,
	.product-miniature.product_show_list .product-thumbnail, .onsale-products .product-thumbnail {
		margin-left: 0px;
	}
	.product-miniature.product_show_list .product-quantities,
	.product-miniature.product_show_list .product-shipment,
	.product-miniature.product_show_list .product_reference,
	.product-miniature.product_show_list .product_manufacturer,
	.product-miniature.product_show_list .product-minimal_quantity {
		background-size: 15px !important;
	}
	.product-miniature.product_show_list .information-bar #product-availability span {
		font-size: 12px;
		font-family: 'OpenSans';
		font-weight: 300;
	}
	.product-miniature.product_show_list .information-bar #product-availability span .new-line {
		display: inline;
	}
	.product-miniature.product_show_list .information-bar #product-availability span span.pav {
		text-align: center;
		padding-left: 10px;
	}
    .product-miniature.product_show_list .information-bar #product-availability span span.produkt_dostepny
    {
		display: none!important;
	}
    .product-miniature.product_show_list .information-bar #product-availability span span.na_zamow
    {
		text-transform: capitalize;
	}
	#products .product-miniature.product_show_list.accessory,
	#products .product-miniature.product_show_list.related {
		height: 408px !important;
	}
	#products .product-miniature.product_show_list.related .thumbnail-container {
		height: 408px !important;
	}
	#products .product-miniature.product_show_list.accessory .thumbnail-container {
		height: 419px !important;
	}
    #related-full #products .product-miniature.product_show_list.accessory,
	/*#related-full #products .product-miniature.product_show_list.related,*/
    #related-full #products .product-miniature.product_show_list.accessory .thumbnail-container/*,
	#related-full #products .product-miniature.product_show_list.related .thumbnail-container*/
    {
		height: 378px !important;
	}
	#related-full #products .product-miniature.product_show_list.related,
	#related-full #products .product-miniature.product_show_list.related .thumbnail-container
    {
		height: 395px !important;
	}
	body#product .product-miniature.product_show_list.related .quickview_cart {
		width: 100%;
	}
	body#product #related-full .product-miniature.product_show_list.related .product-add-to-cart .add.full .add-to-cart i.shopping-cart {
		background-size: 43px 23px !important;
		width: 35px;
	}
	#products .product-miniature.product_show_list.accessory,
	#products .product-miniature.product_show_list.related {
		border-color: #ffffff !important;
	}
	.product-miniature.product_show_list .top-bar {
		text-align: center; /*left*/
		padding-left: 8px;
		width: calc(100% + 2px);
		margin-left: -1px;
	}
	.replacementButton .on:after,
	.replacementButton .off:after	{
		height: 40px;
	}
	.product-miniature.product_show_list .information-bar #product-availability .material-icons {
		width: 20px;
	}
	.product-miniature.product_show_list .quickview_cart .product-info-box {
		display: block;
		clear: both;
		bottom: 12px;
	}
	.product-miniature.product_show_list .product-info-box .accessories-sum {
		background-size: 15px;
		font-size: 13px;
	}
	#products .product-miniature.product_show_list.has-accessories {
		height: 386px!important;
	}
	.product-miniature.product_show_list .product-price-and-shipping .product-quantities {
		background: url(../img/ico/mag.svg) no-repeat left center;
		background-size: 15px 15px;
	}
	.product-miniature.product_show_list .product-price-and-shipping .product-shipment {
		background: url(../img/ico/delivery.svg) no-repeat left center;
		background-size: 15px 12px;
	}
	.product-miniature.product_show_list .product-price-and-shipping .product_reference {
		background: url(../img/ico/catalog-num.svg) no-repeat left center;
		background-size: 15px 16px;
	}
	.product-miniature.product_show_list .product-price-and-shipping .product_manufacturer {
		background: url(../img/ico/producer.svg) no-repeat left center;
		background-size: 15px 15px;
	}
	.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity {
		background: url(../img/ico/min-count.svg) no-repeat left center;
		background-size: 16px !important;
	}
	.product-miniature.product_show_list .product-info-box .accessories-sum {
		background: url(../img/ico/arrow-circle.png) no-repeat left center;
	}


	.product-miniature.product_show_list .product-add-to-cart .question-button {
		width: 73px;
		height: 40px;
		float: left;
		max-width: 100%;
		clear: none;
		margin-left: 6px;
	}
	.product-miniature.product_show_list .product-add-to-cart .wishlist_zapyt {
		margin-top: 4px;
		width: 100%;
	}
	body#product #accessories-full .product-miniature.product_show_list .product-add-to-cart .wishlist_zapyt,
	body#product #related-full .product-miniature.product_show_list .product-add-to-cart .wishlist_zapyt	{
		margin-top: 2px;
	}
	.product-miniature.product_show_list .product-add-to-cart .wishlist_zapyt a {
		height: 40px;
		padding: 7px;
	}
	.product-miniature.product_show_list.accessory .information-bar,
	.product-miniature.product_show_list.related .information-bar {
		width: 100%;
	}
	.product-miniature.product_show_list .product-price-and-shipping .product-quantities.infostockwarn,
	.product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity.infostockwarn	{
		font-size: 12px;
		line-height: 21px;
	}
	/* lista produktów po nowemu */

	.product-add-to-cart .wishlist_zapyt i.material-icons {
		margin-top: 1px;
	}
	.fancybox-wrap.fancybox-address .field_div {
		min-height: initial;
	}
	.phup-cont input, .phup-cont select {
		float: right;
	}
	
	body > .fancybox-wrap.fancybox-adresy .subtitle {
		line-height: 18px;
	}
	body > .fancybox-wrap.fancybox-adresy .subtitle span.br {
		margin-top: 17px;
	}
	body > .fancybox-wrap.fancybox-adresy .fancybox-inner {
		padding: 61px 10px 10px 10px !important;
	}
	body > .fancybox-adresy .adres-glowny {
		border: 0;
		width: 100%;
		padding-right: 0;
		border-bottom: 1px solid #eaeaea;
	}
	body > .fancybox-adresy .adres-glowny .title2row {
		font-size: 13px;
		padding-top: 9px;
		letter-spacing: 3px;
		height: 84px;
		background: url(../img/ico/address-default-smallest.png) no-repeat center bottom transparent;
		background-size: auto 40px;
	}
	body > .fancybox-adresy .adres-glowny .subtitle2row {
		font-size: 13px;
		padding-top: 12px;
		margin-bottom: 16px;
	}
	body > .fancybox-adresy .page-addresses .address {
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px !important;
	}
	body > .fancybox-adresy .page-addresses .address .address-body h4,
	body > .fancybox-adresy .page-addresses .adresy-dodatkowe .address .address-body h4 {
		width: 100%;
		font-size: 13px;
	}
	body > .fancybox-adresy .delivery-vs-invoice .adresy-dodatkowe {
		width: 100%;
	}
	body > .fancybox-adresy .page-addresses .address .kol:nth-of-type(1),
	body > .fancybox-adresy .page-addresses .address .kol:nth-of-type(2) {
		margin-bottom: 8px;
	}
	body > .fancybox-adresy .page-addresses .address address {
		width: 100%;
		padding: 6px 21px 15px 21px;
		min-height: 220px;
	}
	body > .fancybox-adresy .delivery-vs-invoice .select > .selector.cscroll {
		padding-right: 0;
	}
	body > .fancybox-adresy .adresy-dodatkowe .title2row {
		font-size: 13px;
		letter-spacing: 3.5px;
		padding-top: 9px;
		background-size: auto 38px;
		height: 85px;
		    background: url(../img/ico/addresses-other-smallest.png) no-repeat center bottom transparent;
	}
	body > .fancybox-adresy .delivery-vs-invoice .adresy-dodatkowe .flex-cont {
		height: auto;
	}
	body > .fancybox-adresy .adresy-dodatkowe .subtitle2row {
		font-size: 13px;
		color: #414141;
		padding-top: 11px;
		margin-bottom: 15px;
	}
	body > .fancybox-adresy .page-addresses .adresy-dodatkowe .address {
		max-height: initial;
		width: 100%;
		max-width: 100%;
	}
	.fancybox-adresy .page-addresses .adresy-dodatkowe .address:nth-of-type(2n) {
		margin-left: 0 !important;
	}
	body > .fancybox-wrap.fancybox-address .form-fields {
		max-height: calc(100vh - 185px);
	}
	body > .fancybox-wrap.fancybox-address .form-footer {
		/*bottom: 60px;*/
	}
	.logged .ico-ask-offer {
		margin-top: 12px;
	}
	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select:focus,
	textarea {
	  font-size: 16px !important;
	}
	
	#products .products-selection {
		float: left;
		clear: both;
	}
	#products #js-product-list {
		clear: both;
		width: 100%;
	}
	#breadcrumb {
		margin-bottom: 4px;
	}
	#breadcrumb > ol {
		width: 100%;
		padding-left: 40px !important;
		margin-top: -4px;
		margin-left: -3px;
	}
	#breadcrumb > ol > a {
		/*margin-left: -36px;*/
	}
	#wrapper .breadcrumb li:nth-of-type(1) {
		margin-left: 0px;
	}
	#productRow > div:first-child {
		margin-top: 0;
	}
	.product-features > dl.data-sheet div.name_value:nth-of-type(1) {
		height: 51px;
		line-height: 46px; 
	}
	.product-features > dl.data-sheet div.name_value:nth-of-type(1) .value {
		padding-bottom: 13px;
	}
	.flex-container {
		display: flex;
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.order1, .order2, .order3, .order4, .order5 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;
	}
	.order3 {
		order: 3;
	}
	.order4 {
		order: 4;
	}
	.order5 {
		order: 5;
	}
	#accessories-full {
		display: flex;
		order: 1;
		flex-direction: row;
		flex-wrap: wrap;
	}

	body#product #accessories-full #product-availability span.pav.na-zamowienie,
	body#product #related-full #product-availability span.pav.na-zamowienie,
	.product-miniature.product_show_list .information-bar #product-availability span .new-line	{
		font-size: 12px;
	}
	#facets_popup .nav{
		margin-top: 0;
	}
	.wrap_search_widget #search_popup {
		height: calc(100vh - 57px);
	}
	.search_popup_on .wrap_search_widget #cancel {
		right: 60px;
	}
	body#index .featured-products .product-miniature, 
	body#index .onsale-products .product-miniature {
		height: 398px;
	}
	#custom-text .about-right {
		padding-left: 0px !important;
		margin: 0;
	}
	#WiedzaPages .lewa {
		float: left;
	}
	#WiedzaPages .prawa {
		float: right;
	}
	#custom-text.without-okazje table td img,
	#custom-text .table-dlaczego td img {
		float: none !important;
	}
	.mainpage-guardian {
		float: left;
		height: initial;
	}
	body.logged #infoopiekun .title {
		line-height: 30px;
	}
	body.logged #infoopiekun .title {
		font-size: 24px;
	}
	.mainpage-guardian {
		padding: 19px 10px;
	}
	body.logged #infoopiekun {
		padding: 0;
	}
	.footer-container #block_myaccount_infos.links {
		width: calc(100% - 20px);
		float: left; 
		margin-left: 10px !important;
	}
	.product-miniature.product_show_list .product-add-to-cart .add.full .add-to-cart.disabled i.shopping-cart {
		background: url(../img/ico/cart-grey.svg) 0 3px no-repeat transparent !important;
		background-size: 25px 23px !important;
	}
	#main .images-container .js-qv-mask.scroll {
		min-height: 110px;
		height: auto;
	}
	#realiz_wariant_1 .realiz_wariant_icon {
		background-size: contain !important;
		background-position: center -6px !important;
	}
	#realiz_wariant_2 .realiz_wariant_icon {
		background-size: contain !important;
		background-position: center -6px !important;
	}
	#realiz_wariant_3 .realiz_wariant_icon {
		background-size: contain !important;
		background-position: center -6px !important;
	}
	
	#content-hook_order_confirmation .card-block {
		padding: 3px 1px;
	}
	#content-hook_order_confirmation .card-title {
		font-size: 20px;
		margin-bottom: 15px;
		letter-spacing: 0.5px;
		margin-bottom: 19px;
	}
	#content-hook_order_confirmation .card-title ~ p {
		font-size: 14px;
		letter-spacing: 0px;
		line-height: 25px;
		margin-bottom: 12px;
	}
	.page-order-confirmation .what-now {
		font-size: 14px;
		margin-top: 18px;
		letter-spacing: 0px;
	}
	.page-order-confirmation .what-now span:nth-of-type(1) {
		    margin-bottom: 4px;
	}
	.page-order-confirmation .what-now span:nth-of-type(2), 
	.page-order-confirmation .what-now span:nth-of-type(3) {
		padding-left: 22px;
		line-height: 26px;
		margin-top: -1px;
		margin-bottom: 1px;
		background: url(../img/ico/check-solid.svg) 0px 9px no-repeat transparent;
		background-size: 11px;
	}
	body.page-order-confirmation #main {
		background: url(../img/empty-cart.svg) 51.2% 250px no-repeat transparent;
		background-size: 80% 58.3%;
	}
	.page-order-confirmation .icos.back {
		margin-top: 75%;
		width: 50%;
		background-position: 25px center;
	}
	.page-order-confirmation .what-now {
		max-width: 100%;
	}
	
	#wrapper .breadcrumb {
		margin-top: 0px;
	}
	.akceptacje-div > button {
		width: calc(50% - 10px);
		margin-right: 10px;
		border: 0;
	}
	.akceptacje-div #akceptuje-wszystkie {
		padding-left: 0px;
	}
	.akceptacje-div #odmawiam-wszystkie {
		width: calc(50% - 2px);
		margin-right: 0;
		padding-left: 0px;
		padding-right: 12px;
	}
	.akceptacje-div button > span {
		display: none;
	}
	.mainpage-guardian {
		margin-top: 8px;
	}
	
	body.block-main-scroll {
		margin-right: initial;
	}
	.moje-koszyki {
		clear: both;
	}
	.footer-container .links:nth-of-type(1) {
		margin-left: 10px;
	}
	#polecane .all-product-link {
		display: none !important;
	}
	#products .product-miniature.product_show_list .product-price-and-shipping .product-minimal_quantity {
		padding-top: 1px;
	}
	
	.product-miniature.product_show_list.related .top-bar, 
	.product-miniature.product_show_list.accessory .top-bar {
		width: 101%;
	}
	.alert-danger.errorsbig.fixed {
		position: relative;  /*na komórkach nie może pływać*/
	}
	main > section#wrapper {
		margin-top: 0 !important;
	}
	body#index #carousel-main.owl-carousel .owl-item img.desktop {
		display: none;
	}
	body#index #carousel-main.owl-carousel .owl-item img.mobile {
		display: inline;
		display: block;
		float: right;
		max-height: 300px;
	}
	body#index #carousel-main .owl-item .item {
		height: 300px;
	}
	body#index #carousel-main .owl-item .item > a {
		height: 300px;
	}
	#main-carousel-container {
		max-height: 300px;
	}
	#carousel-main .owl-item .item {
		height: 300px;
	}
	body#index #carousel-main.owl-carousel .owl-item .item figure {  
		height: 300px;
		display: block;
		position: absolute;
		width: 100%;
	}
	#carousel-main .owl-item .caption-description {
		position: absolute;
		top: 0;
		left: 0;
	}
	#carousel-main .owl-item .caption-description {
		margin-top: 15px;
	}
	body#index .owl-carousel {
		height: 300px;
	}
		
	/*#main-carousel-container {
		height: 60vw;
		max-height: 462px;
	}
	body#index .owl-carousel {
		height: 57vw;
		max-height: 462px;
	}
	body#index .owl-carousel .owl-stage-outer {
		min-height: 217px;
	}
	body#carousel-main .owl-item .item {
		height: 60vw;
		max-height: 462px;
	}
	body#index #carousel-main.owl-carousel .owl-item img {
		width: 100vw;
		max-height: 462px;
	}
	body#index .owl-carousel .owl-stage-outer {
		min-height: 217px;
		max-height: 462px;
	}
	body#index #carousel-main .owl-item .item {
		height: initial;
	}
	body#index .owl-carousel .owl-stage {
		height: 60vw;
		max-height: 462px;
	}*/
	
	body#index #polecane .polecane .polecane-product-title {
		height: 140px !important;
		position: absolute !important;
		top: 0;
		left: 0;
		line-height: 140px!important;
		font-size: 24px;
		font-family: 'OpenSansExtraBold';
		padding-left: 10px;
	}
	body#index #polecane .polecane .polecane-product-title a {
		font-size: 24px;
		font-family: 'OpenSansExtraBold';
		padding-left: 10px;
		line-height: 140px !important;
		max-height: 100px;
		line-height: 142px !important;
	}
	body#index #polecane .polecane .polecane-thumbnail-container .lazy-load-container {
		position: relative;
	}
	body#index #polecane .polecane .polecane-thumbnail-container img.big {
		left: -28% !important;
		width: 2000px;
	}
	body#index #polecane .featured-products {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	body#index #polecane .featured-products img {
		max-height: 121px;
	}
	body#index #polecane #polecanePages .subcategory {
		min-width: 108px;
	}
	#product-modal .modal-content .modal-body .thumbnails {
		bottom: 7vh;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature {
		height: 309px !important;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .left-side {
		display: block;
	}
	body#product #oferta-specjalna .oferta-reszta .quickview_cart .product-quantity .question-button .wishlist {
		top: 7px;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-add-to-cart .wishlist_zapyt a {
		padding: 10px;
	}
	body#product #oferta-specjalna.b2b .oferta-reszta .quickview_cart .add {
		top: 6px;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .price {
		width: 100%;
	}
	body#product #oferta-specjalna .product-miniature.product_show_list .product-add-to-cart .question-button {
		margin-left: 0;
		width: auto;
	}
	body#product #oferta-specjalna .oferta-reszta .quickview_cart .add {
		top: 0px;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box {
		margin-top: 0;
	}
	body#category #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box .omnibus-price,
	body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-info-box .omnibus-price	{
		line-height: 7px !important;
		margin-top: 5px;
		float: left;
		width: 100%;
	}
	body#product #oferta-specjalna {
		padding-top: 22px;
	}
	body#product #oferta-specjalna .products-section-title {
		font-size: 24px;
	}
	body#product #oferta-specjalna .featured-products {
		margin-top: 4px !important;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-description {
		padding-top: 0;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-title a {
		font-size: 13px !important;
		line-height: 17px !important;
		text-align: center !important;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .price {
		font-size: 20px !important;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .regular-price {
		font-size: 12px !important;
		margin: -3px 0 7px 0;
	}
	body#product #oferta-specjalna .oferta-reszta .product-title {
		max-height: 72px;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature {
		height: 305px !important;
	}
	body#product #oferta-specjalna .oferta-reszta .quickview_cart .add {
		top: -3px;
	}
	body#product .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot {
		width: 7px;
		height: 7px;
	}
	body#product .owl-carousel:not(#carousel-main) .owl-dots {
		top: 345px;
	}
	body#product #oferta-specjalna .oferta-reszta .quickview_cart {
		top: 64px;
	}
	body#category #content-wrapper #oferta-specjalna .product-miniature.product_show_list .product-add-to-cart .question-button {
		width: initial;
		margin-left: initial;
	}
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-add-to-cart .wishlist_zapyt i.material-icons {
		width: 25px;
		height: 25px;
	}
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .quickview_cart {
		top: -6px;
	}
	body#category .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot {
		width: 7px;
		height: 7px;
	}
	body#index #oferta-specjalna .oferta-reszta .product-miniature .product-info-box .omnibus-price {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	body#index .desc-cglowna {
	    margin-top: 0;
		padding-bottom: 30px; 
	}
}
@media screen and (min-width: 724px) and (max-width: 900px) {
	body#index #carousel-main .owl-item .caption-description span br:nth-of-type(1) {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	#search_block_top .wrap_search_widget {
		justify-content: flex-end;
	}
	body:not(.search_popup_on) #search-ico-mobile {
		/*display: block;*/
		display: none;
	}
	body:not(.search_popup_on) #search-ico-mobile a {
		display: block;
		width: 48px;
		height: 48px;
		background: url(../img/ico/search.svg) center center no-repeat #164a98;
		background-size: 21px 21px;
	}
	body:not(.search_popup_on) #search_block_top #searchbox {
		display: block;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity {
		width: 61.4%;
	}
	#infoopiekun .title {
		line-height: 32px;
	}
}

@media screen and (max-width: 600px) {
    .product-miniature.product_show_list .information-bar #product-availability span span.zadzwon.zadzwon_napisz
    {
		display: none!important;
	}
    .product-miniature.product_show_list .information-bar #product-availability span span.zadzwon.zadzwon_mobile
    {
		display: inline!important;
        font-weight: bold;
	}

	#mobile_top_menu_wrapper #_mobile_top_menu {
		width: 100%;
		min-width: initial;
	}
	#mobile_top_menu_wrapper .openscroll {
		width: 100% !important;
	    min-width: initial;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll .active {
		width: 100% !important;
	    min-width: initial;
	}
	.owl-carousel .quickview_cart input.input-group {
		width: 3rem;
	}
	.owl-carousel .quickview_cart input.input-group {
		width: 100%;
	}
	#WiedzaPages .tlo {
		width: 72.5%;
	}
	/*.product-images > li.thumb-container:nth-of-type(2n) {
		margin-right: 0;
	}*/
	.fancybox-wrap.fancybox-address {
		width: 94%!important;
	}
	#new_account_form .addresses-box > div {
		float: left;
		width: 100%;
	}
	#payment-confirmation .ps-shown-by-js {
		text-align: center;
	}
	.fancybox-adresy .page-addresses .address h4 {
		width: 85%;
		float: left;
	}
	.fancybox-wrap #consent-lack #form_fields.zgody1 .form-control-valign .custom-checkbox > span {
		top: 18px;
	}
	.fancybox-wrap #consent-lack #form_fields.zgody1 .form-control-valign .custom-checkbox input {
		top: 18px;
	}
	#notifications .container {
		width: 100%;
	}

	.text-sm-center {
		text-align: center!important;
	}
	.phup-cont input, .phup-cont select {
		width: 100%;
	}
	.product-line-grid-body > .product-line-info > .label {
		padding: 0 35px 0 0;
	}
	#infoopiekun {
		padding: 30px 10px 0 10px;
	}
	.footer-container .block-contact .block-contact-title {
		padding-right: 40px;
	}
	.footer-container .block-contact .arrow {
		right: -38px;
	}
	.page-order-confirmation .icos.back {
		width: 100%;
		background-position: 50px center;
		margin-bottom: 0;
	}
	.page-order-confirmation .icos.back.down {
		margin: 10px 0 100px 0;
		width: 100%;
		background-position: 50px center;
	}
	
	#main-carousel-container {
		max-height: 250px;
	}
	#carousel-main .owl-item .item {
		height: 250px;
	}
	body#index #carousel-main.owl-carousel .owl-item .item figure {  
		height: 250px;
		display: block;
		position: absolute;
		width: 100%;
	}
	body#index #carousel-main.owl-carousel .owl-item img.mobile {
		max-height: 250px;
	}
	body#index #carousel-main .owl-item .item {
		height: 250px;
	}
	body#index #carousel-main .owl-item .item > a {
		height: 250px;
	}
	body#index #carousel-main .owl-item .caption-description {
		position: absolute;
		top: 0;
		left: 0;
	}
	body#index #carousel-main .owl-item .caption-description .btn {
		/*display: none !important;*/
	}
	body#index .owl-carousel {
		height: 250px;
	}
	
}
@media screen and (min-width: 601px) {
	body#index #carousel-main .owl-item .caption-description span {
		/*width: 76% !important;*/
		width: 100% !important;
		display: inline-block !important;
	}
}
@media screen and (min-width: 535px) and (max-width: 600px) {
	body#index #carousel-main .owl-item .caption-description span {
		width: 100% !important;
		display: inline-block !important;
	}
}
@media screen and (min-width: 481px) and (max-width: 534px) {
	body#index #carousel-main .owl-item .caption-description span {
		width: 90% !important;
		display: inline-block !important;
	}
}
@media screen and (max-width: 480px) {
	body#index #carousel-main .owl-item .caption-description span {
		width: 65% !important;
		display: inline-block !important;
	}
}
@media screen and (max-width: 537px) {    
    #search_filters #exCollapsingNavbarFilters > div#facets_popup
    {
        display: none;
        padding: 20px;
        float: left;
    }
    #facets_popup.dn {
        display: none;
    }
	.product-images > li.thumb-container:nth-of-type(2n) {
		margin-right: 10px;
	}
	#product_manufacturer_reference_mobile {
		margin-top: 0.1rem;
	}
	#product_manufacturer_reference_mobile #product_manufacturer > div > b {
		margin-bottom: 0.25rem;
		margin-top: 0.25rem;
	}
	#product_manufacturer_reference_mobile #product_manufacturer {
		float: none;
		width: 275px;
		clear: both;
		margin: 0 auto;
	}
	.fancybox-wrap #consent-lack {
		margin: 5px 5px 5px 5px;
	}
	.fancybox-wrap #customer-form .form-group.row label {
		width: 32%;
	}
	section#wrapper .cart-item img {
		max-width: 12vw !important;
	}
	.popupAlert .fancybox-confirm {
		width: auto;
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart .product-quantity .qty {
		width: 155px !important;
	}
	body > main > #wrapper.prod-count-0 + #guardian {
		float: left;
	}
	.fancybox-wrap.fancybox-address .field_div .phup-cont {
		width: 47.8%;
	}
	body > .fancybox-wrap.fancybox-address .form-fields {
		max-height: calc(100vh - 228px);
	}
	.product-information > .row-info > div {
		margin-left: 0px;
	}
	.product-miniature.product_show_list .quickview_cart .add.full .add-to-cart span {
		width: 50%;
		display: inline-block;
	}
	
	.block-category h1 {
		font-size: 20px;
		line-height: 27px;
        margin-bottom: 0;
	}
	.products-sort-order .select-title {
		padding: 0px 0px 0px 8px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	body > .fancybox-wrap.facets_popup .fancybox-inner {
		padding: 74px 10px 15px 10px !important;
	}
	body > .fancybox-wrap.facets_popup .fancybox-close {
		top: 15px;
		right: 8px;
		background-image: url(../img/ico/closev5.png);
		background-position: center center;
	}
	body > .fancybox-wrap.facets_popup .fancybox-inner {
		padding: 69px 10px 15px 10px !important;
	}
	
	#totblockcart #totblockcart_dropdown .totblockcart-block .info {
		position: realative;
		margin-bottom: 2px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block a[data-link-action="delete-from-cart"] {
		float: left;
		clear: both;
		position: absolute;
		bottom: 11px;
		right: 9px;
		margin: 0;
		padding: 12px 5px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block a[data-link-action="delete-from-cart"] i.remove {
		top: 1px;
		margin-right: 4px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block {
		margin: 0 10px 0 10px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .price {
		text-align: left;
	}
	#totblockcart #totblockcart_dropdown .result {
		padding: 0px 10px 7px 10px;
	}
	body #totblockcart #totblockcart_dropdown .tytul {
		text-align: center;
		height: 57px;
		padding: 0;
		line-height: 57px;
		font-size: 14px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-wrapper {
		padding: 8px 0px 0px 0px;
	}
	body #totblockcart #totblockcart_dropdown .tytul .close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 28px 19px;
		margin: 0 !important;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .container-quantity {
		width: 95px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .up, 
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .down {
		width: 38px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .up {
		left: 57px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .container-quantity .productQuantity {
		width: 39px;
		left: 28px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .counter {
		width: 38px;
	}
	#totblockcart #totblockcart_dropdown .result > .shipping {
		text-align: left;
	}
	#totblockcart #totblockcart_dropdown .result > .value-order {
		float: left;
		clear: both;
		width: 100%;
		text-align: left;
		padding-bottom: 8px;
		line-height: 14px;
		border-top: 1px solid #ecf0f3;
		padding-top: 9px;
		line-height: 15px;
	}
	#totblockcart #totblockcart_dropdown .result > .shipping {
		clear: both;
		font-size: 13px;
		padding: 4px 11px 5px 0 !important;
	}
	#totblockcart #totblockcart_dropdown .result > * {
		justify-content: flex-start;
	}
	#totblockcart #totblockcart_dropdown .result > .freeshipping {
		display: block;
		font-size: 13px;
		padding-right: 0 !important;
		padding: 5px 0px 3px 0!important;
	}
	#totblockcart #totblockcart_dropdown .result > .freeshipping .freeshipping_info {
		font-size: 13px;
	}
	#totblockcart #totblockcart_dropdown .result > .freeshipping .totblockcart-freeshipping ~ i, 
	#totblockcart #totblockcart_dropdown .result > .freeshipping i {
		margin-left: 6px;
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-top: 0px;
		line-height: normal;
	}
	#totblockcart #totblockcart_dropdown .value-order span {
		font-size: 13px;
	}
	#totblockcart #totblockcart_dropdown.goleftanimate .result > .freeshipping i svg {
		margin-top: 4px;
		margin-left: 5px;
		width: 10px;
		height: 11px;
	}
	#totblockcart #totblockcart_dropdown .total {
		padding-top: 0px !important;
		margin-left: -1px !important;
		line-height: 33px;
		display: block;
		clear: both;
	}
	#totblockcart #totblockcart_dropdown .result > * + * {
		font-size: 13px;
	}
	#totblockcart #totblockcart_dropdown .result > .freeshipping.niebrakuje .freeshipping_info {
		float: left;
		text-align: left;
		clear: none;
		display: inline-block;
		line-height: 29px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .title {
		height: auto;
	}
	#totblockcart #totblockcart_dropdown .checkout {
		margin: 0 10px 0 10px;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity {
		width: 100%;
		height: auto;
	    display: flex;
		font-weight: normal;
		padding-top: 20px;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#totblockcart #totblockcart_dropdown .result > .freeshipping.niebrakuje .totblockcart-freeshipping ~ i,
	#totblockcart #totblockcart_dropdown .result > .freeshipping.niebrakuje i {
		margin-top: 5px;
	}
	body#product #related-full .product-miniature.product_show_list.related .product-add-to-cart .add.full .add-to-cart i.shopping-cart {
		background-size: 97px 23px !important;
		width: 79px;
	}
	#products .product-miniature.product_show_list.related {
		min-height: 245px;
	}
    .only-phone {
        display: block;
    }
    .wrap_search_widget.only-phone {
        display: flex;
    }
    body#category #search_filters h4.only-phone {
        display: block;
    }
    .not-phone {
        display: none;
    }
    #facets_popup {
        position: unset;
    }
    #facets_popup.dn-temp {
        display: unset;
    }        
    #facets_popup h2
    {
        text-transform: uppercase;
    }
}
@media screen and (max-width: 500px) {
	body#product #prod-powiazane .featured-products .product-miniature {
		height: 430px;
	}
	body#product #prod-powiazane .product-miniature:not(.product_show_list) .product-quantity .add {
        width: 40px;
    }
}
@media screen and (max-width: 480px) {
	#_mobile_user_info {
		float: none !important;
		text-align: center;
	}
	.header-top .mobile {
		display: block;
	}
	.header-top .mobile #_desktop_logo {
		width: 100%;
	}
	#_desktop_cart .search-mobile-ico {
		display: block;
	}
	.header-top .mobile #_desktop_logo img {
		height: 40px;
		margin: 2px auto;
		float: left;
		display: block;
	}
	.header-top .row.second {
		padding: 10px;
	}
	.header-top .row.second #_desktop_logo {
		/*width: 250px;*/
		width: 40px;
	}
	.header-top .mobile .phone {
		margin-top: 0.2rem;
	}
	.header-top .mobile .mail {
		margin-left: 1.2rem;
		margin-top: 0.2rem;
	}
	.header-top .mobile .log-user {
		margin-right: 11px;
	}
	.header-top .mobile .reg-user i, .header-top .mobile .log-user i {
		height: 48px;
	}
	.header-top .mobile .account {
		margin-right: 7px;
	}
	.header-top .mobile .account i {
		margin-top: -2px;
	}
	.header-top .mobile .logout i {
		margin-top: -2px;
	}
	.carousel .carousel-control .icon-prev {
		left: -0.5rem;
	}
	.owl-nav .owl-prev i {
		top: 0rem;
	}
	.owl-nav .owl-next i {
		top: 0rem;
	}
	.carousel .carousel-control .icon-prev {
		left: -0.5rem;
	}
	#_mobile_contact_link #contact-link {
		display: none;
	}
	#header .logo {
		max-height: 56px;
		position: relative;
		left: -3px;
		top: -3px;
		max-width: 43px;
	}
	#header .header-top {
		padding: 0px 0px 10px 0px;
		height: 68px;
	}
	#_desktop_logo {
		float: left;
		margin-top: 0px;
	}
	#menu-icon {
		width: 48px;
		height: 48px;
		margin: 3px 0 3px 14px;
	}
	#_desktop_cart .search-mobile-ico {
	    width: 48px;
		float: right;
		margin-right: 1px;
	}
	#_desktop_cart.logged .search-mobile-ico {
		margin-right: -2px;
	}
	.search-cart {
		clear: left;
		width: 100%;
		position: relative;
	}
	#_desktop_cart {
		width: 78% !important;
	}
	#search_block_top {
		clear: left;
		width: 100%;
		margin: 0;
	}
	.extra-carts-container {
		margin-top: -101px;
		width: 44%;
	}
	#header .search-cart {
		/*width: calc(100% - 250px);*/
		width: calc(100% - 45px);
	}
	#_desktop_cart .extraCartsTopMenu {
		margin-left: 6px !important;
		margin-right: 10px !important;
	}
	.carousel-control .icon-next, .carousel-control .icon-prev {
		top: 32%;
	}
  #products .product-miniature, .featured-products .product-miniature,
  .product-accessories .product-miniature, .product-miniature .product-miniature, .onsale-products .product-miniature
  {
	height: 205px;
    margin-bottom: 10px!important;
	}
	#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container, .onsale-products .thumbnail-container {
		min-height: 205px !important;
	}
	body#index .owl-carousel .owl-item img {
		width: auto !important;
		height: 217px !important;
	}
	#products .product-thumbnail, 
	.product-accessories .product-thumbnail, 
	.product-miniature .product-thumbnail {
		height: 110px;
	}
	.featured-products .product-thumbnail,
	.onsale-products .product-thumbnail {
		height: 138px;
	}
  #products .product-thumbnail img, 
  .product-accessories .product-thumbnail img, 
  .product-miniature .product-thumbnail img
  {
    max-height: 110px;
  }
  .featured-products .product-thumbnail img,
  .onsale-products .product-thumbnail img
  {
    max-height: 136px;
  }
	#products .product-title a, body#index .featured-products .product-title a, #index .product-miniature .product-title a {
		font-size: 13px;
		font-weight: bold;
		text-transform: none;
		line-height: 16px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin-right: 10px;
		margin-top: 4px;
	}
  .product-miniature.product_show_list .product-title a
  {
    font-size: 13px!important;
    line-height: 14px!important;
  }
	body#index .featured-products .product-price-and-shipping, 
	#index .product-miniature .product-price-and-shipping {
		font-size: 22px;
		line-height: 18px;
		padding-top: 0;
		margin-top: 17px;
	}
	.product-miniature:not(.product_show_list) .product-price-and-shipping .price {
		font-size: 1rem;
		padding-top: 0;
		font-size: 18px;
	}
	body.tax-display-enabled #products .product-description, body.tax-display-enabled .featured-products .product-description, body.tax-display-enabled .product-accessories .product-description {
		height: 90px;
	}
	#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title, .onsale-products .product-title {
		height: 65px;
	}
	#index .owl-carousel {
		height: 217px;
	}
	.owl-carousel .product-quantity .add, #index .product-quantity .qty {
		width: 100%;
		margin: 0;
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart .product-quantity .qty {
		width: 193px !important;
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
		max-width: 240px;
	}
	body#index .quickview_cart .add-to-cart {
		width: 100%;
	}
	.owl-carousel .quickview_cart input.input-group {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	body#index .onsale-products {
		height: 21rem;
	}
	#custom-text strong {
		font-size: 0.85rem;
	}
	#custom-text {
		padding-left: 3%;
		padding-right: 3%;
	}
	#custom-text td {
		padding: 1.2% 0 2.5% 1.2% !important;
	}
	#custom-text td p {
		width: 79.5%;
		line-height: 1.1rem;
		float: left;
	}
	#WiedzaPages .tlo {
		width: 100%;
	}
	.product-features > dl.data-sheet dd.value {
		width: 30%;
		min-width: 30%;
	}

	.footer-container .row.endtext span {
		width: 100%;
		text-align: left !important;
	}
	#Up-button {
		margin-bottom: 0.5rem;
	}
	#Up-button a {
		width: 42px;
		height: 42px;
	}
	body#index .owl-carousel .owl-stage-outer {
		min-height: 30rem;
	}
	body#index .onsale-products .owl-carousel .owl-stage-outer {
		min-height: 17rem;
	}
	body#index .onsale-products .owl-carousel .owl-stage-outer.clickEvent {
		min-height: 17rem;
	}
	.moje-koszyki .single-koszyk .content-box .box-right .radio_button_unchecked {
		height: 22px !important;
		width: 58px !important;
		background: url(../img/mobile/ico/unchecked.png) 0 0 no-repeat transparent !important;
		right: 35px !important;
	}
	.moje-koszyki .single-koszyk .content-box .box-right .radio_button_checked {
		height: 22px !important;
		width: 58px !important;
		right: 35px !important;
		background: url(../img/mobile/ico/checked.png) 0 0 no-repeat transparent !important;
	}
	.page-addresses .my-account-itembody .address .address-footer .radio_button_checked {
		height: 22px !important;
		width: 58px !important;
		background: url(../img/mobile/ico/checked.png) 0 0 no-repeat transparent !important;
	}
	.page-addresses .my-account-itembody .address .address-footer .radio_button_unchecked {
		height: 22px !important;
		width: 58px !important;
		background: url(../img/mobile/ico/unchecked.png) 0 0 no-repeat transparent !important;
	}
	.page-addresses .my-account-itembody .address .address-footer .radio_button_unchecked .circle {
		background: url('../img/mobile/ico/checked-circle.png') 0 0 no-repeat transparent !important;
		width: 22px !important;
		height: 22px !important;
	}
	body:not(#module-advansedwishlist-mywishlist) .page-addresses .my-account-itembody .address .address-footer .radio_button_checked .circle {
		background: url('../img/mobile/ico/unchecked-circle.png') 0 0 no-repeat transparent !important;
		width: 22px !important;
		height: 22px  !important;
	}
	
	.fancybox-wrap.fancybox-address {
		width: 92%!important;
	}
	.fancybox-address .fancybox-inner, .fancybox-adresy .fancybox-inner {
		height: 61.4vh !important;
		overflow-y: scroll;
	}
	
	.fancybox-adresy .fancybox-inner {
		height: 74.4vh !important;
	}
	.fancybox-adresy .page-addresses .address {
		width: 100%;
	}
	body#authentication #rodzajKonta #b2b, body#authentication #rodzajKonta #b2c33 {
		margin-left: 0;
		margin-right: 20px;
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart input.input-group {
		width: 78px;
	}
	.owl-carousel .product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
		width: calc(100% - 192px);
		margin-right: 0;
	}

	#totblockcart #totblockcart_dropdown .totblockcart-block .info .price {
		width: 100%;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .container-quantity {
		left: initial;
		right: initial;
		position: relative;
		z-index: 999;
		margin-top: 7px;
	}

	#totblockcart #totblockcart_dropdown {
		width: 100vw;
	}
	#totblockcart #totblockcart_dropdown .checkout {
		width: calc(100vw - 20px) !important;
		margin: 0 10px;
		float: left;
	}
	#totblockcart.fancybox-wrap.fancybox-koszyk.goleftanimate {
		right: -100vw;
	}
	#totblockcart.fancybox-wrap.fancybox-koszyk .fancybox-inner {
		width: 100vw !important;
	}
	#totblockcart.fancybox-wrap.fancybox-koszyk {
		width: 100vw !important;
	}
	
	@keyframes goleftanimate {
		0% {
			right: -100vw;
		}
		100% {
			right: 0px;
		}
	}
	@keyframes gorightanimate {
		0% {
			top: 0 !important;
			right: 0px;
		}
		100% {
			top: 0 !important;
			right: -100vw;
		}
	}
	.product_show_list .product-add-to-cart .qty {
		max-width: 202px;
	}
	.product-miniature.product_show_list .quickview_cart input.input-group {
		width: calc(100% - 88px);
	}
	.product-miniature.product_show_list .product-quantity .qty.disabled input[name="qty"] {
		background: url(../img/ico/input-content-long.png) center center no-repeat transparent !important;
	}
	.product-miniature.product_show_list .product-quantity .add.full {
		width: calc(100% - 210px);
		max-width: 228px;
	}

	.phup-cont input, .phup-cont select {
		width: 100%;
		max-width: 97vw;
	}
	.fancybox-wrap.fancybox-address .form-group.row label {
		position: relative;
	}
	.fancybox-wrap.fancybox-address .field_div .phup-cont .phup-label {
		left: 10px;
	}
	.fancybox-wrap.fancybox-address .field_div .phup-cont {
		width: inherit;
	}
	div.fancybox-wrap.fancybox-address .phup-cont input:focus ~ span.phup-label,
	div.fancybox-wrap.fancybox-address .phup-cont input.filled ~ span.phup-label,
	div.fancybox-wrap.fancybox-address .phup-cont textarea:focus ~ span.phup-label,
	div.fancybox-wrap.fancybox-address .phup-cont textarea.filled ~ span.phup-label,
	div.fancybox-wrap.fancybox-address .phup-cont select:focus ~ span.phup-label,
	div.fancybox-wrap.fancybox-address .phup-cont select.filled ~ span.phup-label,
	div.fancybox-wrap.fancybox-address .phup-cont select ~ .ui-selectmenu-button-open ~ span.phup-label {
		font-size: 12px !important;
		background-color: #ffffff;
		height: 12px !important;
		left: 5px;
		line-height: 8px !important;
		padding: 2px 2px 2px 2px;
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-transition: .4s;
		transition: .4s;
		text-transform: initial;
		z-index: 99;
	}
	.fancybox-wrap.fancybox-address .field_div {
		margin-bottom: 9px;
	}
	body > .fancybox-wrap.fancybox-address .fancybox-inner {
		padding: 71px 0px 15px 8px !important;
	}
	body > .fancybox-wrap.fancybox-address .title {
		padding-left: 8px;
	}
	body > .fancybox-wrap.fancybox-address .fancybox-close {
		right: 9px;
	}
	.fancybox-wrap.fancybox-address .subtitle, .fancybox-wrap.fancybox-adresy .subtitle {
		line-height: 18px;
	}
	.fancybox-wrap.fancybox-address .form-fields.cscroll {
		padding-right: 8px;
	}
	body > .fancybox-wrap.fancybox-address .form-footer {
		margin-right: 8px;
	}
	.btn.fancybox-anuluj {
		padding-left: 62px;
	}
	.fancybox-wrap.fancybox-address .form-footer .btn-primary[type=submit] {
		padding-left: 68px;
	}
	.plus-row .remove-from-cart {
		float: right;
		display: block;
		position: absolute;
		right: 35px;
	}
	#delivery_message {
		height: 89px;
	}
	#delivery .phup-cont span.phup-label {
		line-height: 16px;
		padding-top: 15px;
	}
	#delivery .phup-cont span.phup-label .long {
		display: none;
	}
	#delivery .phup-cont span.phup-label .short {
		display: inline;
	}
	.stockAlert {
		display: inline;
	}
	body > .fancybox-wrap.fancybox-address .form-footer {
		width: calc(100vw - 16px);
	}
	body > .fancybox-wrap.fancybox-address .form-fields {
		max-height: calc(100vh - 170px);
		height: calc(100vh - 170px);
	}

	body > .fancybox-wrap:not(.fancybox-content_only):not(.fancybox-address):not(.facets_popup):not(.report-data):not(.popupAlert):not(.add-new-cart) {
		margin-top: 0rem;
		top: 0 !important;
		width: 100% !important;
		left: 0 !important;
	}
	body > .add-new-cart {
		margin-top: 0rem;
		top: 4% !important;
		width: 94% !important;
		left: 3% !important;
	}
	.fancybox-wrap.fancybox-popup-notify .fancybox-skin {
		padding: 0 !important;
	}
	.fancybox-wrap.fancybox-popup-notify .fancybox-inner {
		width: 100% !important;
		border-left: 1px solid #dedede;
		border-right: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
		height: 57px;
		padding: 54px 11px;
		height: 100vh !important;
	}
	.fancybox-wrap.fancybox-popup-notify .popup-notify .title {
		height: 57px;
		width: 100%;
		padding-left: 10px;
		background-color: #164a98;
		color: #ffffff;
		line-height: 57px;
		font-family: 'OpenSans';
		font-size: 16px;
		color: transparent;
	    position: absolute;
		left: 0;
		top: 0;
	}
	.fancybox-wrap.fancybox-popup-notify .popup-notify .title:before {
		content: 'Powiadom o dostępności';
		color: #ffffff;
	}
	.fancybox-wrap.fancybox-popup-notify .popup-notify .phup-cont > .label {
		display: none;
	}
	.fancybox-wrap.fancybox-popup-notify .popup-notify input.form-control {
		width: 100%;
	}
	.fancybox-wrap.fancybox-popup-notify .popup-notify .phup-cont span.phup-label {
		width: auto;
	}
	.fancybox-wrap.fancybox-popup-notify .popup-notify .subtitle {
		margin-top: 18px;
	}
	.fancybox-wrap.fancybox-popup-notify .popup-notify .rodo-pow {
		margin-top: 8px;
	}
	.fancybox-wrap.fancybox-popup-notify .popup-notify .rodo-pow label {
		width: calc(100% - 0px);
		line-height: 18px;
		margin-top: -1px;
		margin-bottom: px;
	}
	.fancybox-wrap.fancybox-popup-notify .fancybox-close {
		top: 17px;
		right: 11px;
		width: 25px;
		height: 25px;
		background-image: url(../img/ico/closev2.png);
	}
	#search_popup .wrap_item > .catprodrow > .label {
		display: none;
	}
	#search_popup .wrap_item > .catprodrow {
		width: 100vw;
		height: calc(100vh - 134px);
	}
	#search_popup .close {
		right: 7px;
		top: 16px;
	}
	.wrap_search_widget #search_popup .head-search {
		height: 57px;
		font-size: 14px;
		line-height: 33px;
		letter-spacing: 0.2px;
	}
	body.search_popup_on #search_block_top {
		width: calc(100vw - 20px) !important;
		margin: 0 10px 0 10px !important;
		top: 77px;
	}
	#search_popup .wrap_item {
		padding-top: 105px;
	}
	#search_popup .phsearch-item a {
		height: 88px;
	}
	#search_popup .phsearch-item .phsearch-name {
		margin-top: -1px;
		margin-bottom: 4px;
	}
	#search_popup .phsearch-item {
		border-left: 0;
		border-right: 0;
	}
	#search_popup .no-results .desc, #search_popup.no-products .no-results .desc,
	#search_popup .no-results-start .desc, #search_popup.no-products .no-results-start .desc	{
		font-size: 14px;
		margin-top: 8px;
	}
	#search_popup .no-results .title, #search_popup.no-products .no-results .title{
		margin-bottom: -10px;
	}
	#search_popup.no-products .wrap_item,
	#search_popup.no-products-start .wrap_item	{
		padding-top: 80px !important;
	}
	#search_popup .no-results,
	#search_popup .no-results-start	{
		padding-left: 9px;
	}
	#search_popup .no-results .title, #search_popup.no-products .no-results .title {
		font-size: 14px;
		margin-top: 9px;
	}
	#search_popup .no-results .title ~ .desc {
		margin-top: -2px;
	}
	#search_popup > .wrap_item > .catprodrow .phsearch-additionnal {
		padding: 15px 10px 20px 10px;
		margin: 0 !important;
	}
	#search_popup .more-results a {
		right: initial;
		left: initial;
		float: left;
		width: 100%;
	}
	
	#mobile_top_menu_wrapper #search-in-menu {
		margin: 10px 10px 0px 10px;
		position: relative;
	}
	#mobile_top_menu_wrapper #_mobile_top_menu .cscroll.menu-scroll > ul {
		padding: 0 10px !important;
		padding-bottom: 95px !important;
	}
	.search_popup_on .wrap_search_widget #cancel {
		right: 65px;
	}
	
	body.touchinsearch.search_popup_on #search_block_top {
		width: calc(100vw - 20px) !important;
		margin: 0 10px 0 10px !important;
		top: 10px;
	}
	body.touchinsearch.search_popup_on #search_popup.no-products .wrap_item {
		padding-top: 14px !important;
	}
	body.touchinsearch.search_popup_on #search_popup .wrap_item > .catprodrow {
		width: calc(100vw - 0px);
	}
	body.touchinsearch.search_popup_on #search_popup .no-results {
		padding-left: 10px;
		padding-top: 5px;
	}
	body.touchinsearch.search_popup_on #search_popup .wrap_item {
		padding-top: 38px;
	}
	body.touchinsearch.search_popup_on #search_popup .wrap_item .recent {
		width: 100%;
		padding-top: 30px;
		padding: 28px 9px 0 9px;
	}
	#main-carousel-container {
		max-height: 217px;
	}
	body#index .owl-carousel .owl-stage-outer {
		min-height: initial;
	}
	#carousel-main .owl-item .item {
		height: 217px;
	}
	body#index #carousel-main.owl-carousel .owl-item img {
		/*max-height: 217px;
		max-width: 134%;*/
		max-width: 100%;
		width: auto !important;
		height: 100% !important;
		max-height: initial;
	}
	body#index #carousel-main.owl-carousel .owl-item figcaption img {
		width: 17% !important;
		height: auto !important;
	}
	body#index #featured-products-tabs h1, 
	body#index #onsale-products-tabs h1 {
		font-size: 24px;
	}
	body#index #oferta-specjalna h1.products-section-title,
	body#index #oferta-specjalna h3.products-section-title	{
		margin-bottom: 4px;
		margin-top: 39px;
	}
	#main-carousel-container {
		max-height: 213px;
	}
	.featured-products .all-product-link, 
	.onsale-products .all-product-link, 
	#polecane .all-product-link, 
	#Wiedza .all-product-link {
		display: none;
	}
	.featured-products,
	.onsale-products {
		margin-top: 1px !important;
	}
	.product-miniature .product-description {
		margin-top: 10px;
	}
	body#index .owl-carousel:not(#carousel-main) .owl-item img {
		width: auto !important;
		max-width: 156px;
		height: auto!important;
		max-height: 135px;
	}
	li.product-flag.has_discount.has_promo_xl {
		width: 55px;
		height: 19px;
		background-size: 55px 19px !important;
	}
	li.product-flag.has_discount {
		right: 12px;
		top: 12px !important;
	}
	body.tax-display-enabled .featured-products .product-description {
		padding-top: 10px;
	}
	.featured-products .product-title, 
	.onsale-products .product-title {
		height: 67px;
	}
	body#index .product-miniature .regular-price {
		margin-top: 2px;
		font-size: 12px;
	}
	body#index .featured-products .product-miniature, 
	body#index .onsale-products .product-miniature {
		height: 329px;
	}
	body#index #polecanePages .featured-products .product-miniature {
		height: 300px;
	}
	#index .owl-carousel:not(#carousel-main) {
		height: 310px;
	}
	body#index .owl-carousel:not(#carousel-main) .owl-dots {
		top: 332px;
	}
	body#index .new .owl-carousel:not(#carousel-main) .owl-dots {
		top: 324px;
	}
	body#index #featured-products-tabs.new {
		margin-top: 9px;
	}
	body#index #polecaneTitle h1 {
		font-size: 24px;
	}
	body#index #polecaneTitle h1 {
		line-height: 30px;
	}
	body#index #polecane .polecane .polecane-product-title {
		height: 100px !important;
		position: absolute !important;
		top: 0;
		left: 0;
		line-height: 96px!important;
		font-size: 24px;
		font-family: 'OpenSansExtraBold';
		padding-left: 10px;
	}
	#polecane .polecane .polecane-thumbnail-container .lazy-load-container {
		position: relative;
	}
	#polecane .polecane .polecane-thumbnail-container {
		max-height: 116px;
		overflow: hidden;
		margin-left: -10px;
		width: 100vw;
	}
	#polecane .polecane .polecane-thumbnail-container a img {
		max-height: 100px;
		height: 100px;
		max-width: initial;
	}
	#polecane .polecane .polecane-thumbnail-container img.small {
		display: inline;
	}
	#polecane .polecane .polecane-thumbnail-container img.big {
		display: none;
	}
	#polecany-49798 img {
		float: right;
	}
	#polecanePages {
		margin-top: 16px;
	}
	body#index #polecanePages .featured-products .product-price-and-shipping {
		margin-top: 1px;
	}
	body#index #polecanePages .owl-carousel:not(#carousel-main) .owl-dots {
		/*top: 269px;*/
		top: 295px;
	}
	body#index #polecanePages .owl-carousel:not(#carousel-main) {
		height: 290px;
	}
	#polecane .polecane {
		margin-bottom: 35px;
	}
	#carousel-main .owl-item .item {
		height: 217px;
	}
	#carousel-main .owl-item figcaption {
		width: 100%;
		margin: -217px auto 0 auto;
	}
	#carousel-main .owl-item .caption-description .btn {
		display: none !important;
	}
	#carousel-main .owl-item .caption-description {
		margin-top: 33px;
		margin-left: 10px;
		margin-right: 10px;
	}
	#carousel-main .owl-item .caption-description .hidebr br {
		display: none;
	}
	body#index #main-carousel-container {
		max-height: 163px;
	}
	body#index #carousel-main .owl-item .item {
		height: 217px;
	}
	body#index #carousel-main.owl-carousel .owl-item .item figure {  
		height: 217px;
		display: block;
		position: absolute;
		width: 100%;
	}
	body#index #carousel-main.owl-carousel .owl-item img.mobile {
		max-height: 217px;
	}
	body#index #carousel-main .owl-item .item {
		height: 217px;
	}
	body#index #carousel-main .owl-item .item > a {
		height: 217px;
	}
	body#carousel-main .owl-item .caption-description {
		position: absolute;
		top: 0;
		left: 0;
	}
	.product-flags {
		top: 4px;
		right: 0px;
	}
	body#product #prod-powiazane .product-flags {
        top: -12px; 
	}
	body#index .owl-carousel {
		height: 217px;
	}
	#WiedzaPages .lewa {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#WiedzaPages .prawa {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	body#index #WiedzaLink {
		font-size: 24px;
	}
	#WiedzaPages {
		margin-top: 19px;
	}
	#WiedzaPages .tytul, #WiedzaPages .tytul a {
		font-size: 14px;
	}
	#WiedzaPages .tresc {
		font-size: 13px;
		padding-top: 19px;
	}
	#custom-text.without-okazje .icon-container-center > span {
		font-size: 24px !important;
		margin-top: 8px;
		margin-bottom: -22px;
	}
	#custom-text.without-okazje {
		padding: 0;
	}
	#custom-text .about-left {
		text-align: justify !important;
	}
	#custom-text .dlaczego-warto {
		font-size: 24px !important;
		line-height: 30px !important;
	    margin-top: -24px !important;
	}
	#custom-text .table-dlaczego {
		margin-top: -16px;
	}
	#custom-text .table-dlaczego td strong {
		font-size: 14px !important;
		margin-top: 9px;
		clear: both;
		display: inline-block;
	}
	#custom-text .table-dlaczego td p {
		font-size: 13px !important;
		margin-top: 5px !important;
		line-height: 22px !important;
	}
	#custom-text .table-dlaczego td {
		min-height: 223px;
	}
	#custom-text .table-dlaczego td:nth-of-type(2) {
		margin-top: 3px;
	}
	.mainpage-guardian {
		padding: 19px 10px;
	}
	#infoopiekun .title {
		font-size: 24px;
		width: 81%;
	}
	body.logged #infoopiekun {
		padding: 0;
	}
	.footer-container .links, .footer-container .block-contact.links {
		width: 100%;
		margin-left: 10px;
		margin-bottom: 0;
		margin-right: 10px;
		margin: 0 !important;
	}
	.block-contact .block-contact-title,
	.footer-container .links.foot .link-title,
	.footer-container .links h3,
	.footer-container #block_myaccount_infos .myaccount-title a	{
		font-size: 14px;
		line-height: 22px;
		
	}
	.block_myaccount_infos {
		width: 100%;
	}
	.block-contact .block-contact-title,
	.footer-container .links.foot .link-title,
	.block_myaccount_infos	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-container .links.foot .link-title {
		padding-bottom: 9px;
		margin-bottom: 8px;
	}
	
	.block-contact .block-contact-title {
		padding-top: 9px;
		padding-bottom: 10px;
		margin-bottom: 9px;
	}
	.footer-container .row.endtext {
		margin-top: -16px;
	}
	.footer-container > .row > .container span:first-child,
	.footer-container > .row > .container span:last-child {
		font-size: 12px;
		width: 100%;
	}
	.footer-container > .row > .container span:last-child {
		float: left;
		padding-bottom: 0;
	}
	.footer-container .block-contact .arrow {
		right: -28px;
	}
	.footer-container .links h3 {
		margin-bottom: 10px;
	}
	
	.gdpr-consent-tabs-v2 .div_control_your_privacy .div_text p a,
	#gdpr-info-o-cookie p a {
		font-size: 13px !important;
	}
	#header .header-nav-mobile {
		/*padding: 0 10px;*/
		padding: 0 2px !important;
	}
	#js-product-list .product-miniature.product_show_list .product-add-to-cart .add.full .add-to-cart i.shopping-cart {
		margin-right: -6px;
		margin-left: 7px;
	}
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-add-to-cart .add.full .add-to-cart i.shopping-cart {
		margin-left: 0px;
	}
	
	#custom-text {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	body > .fancybox-wrap.add-new-cart .fancybox-inner {
		padding: 74px 10px 15px 10px !important;
	}
	body > .fancybox-wrap.add-new-cart .title {
		padding-left: 10px;
	}
	body > .fancybox-wrap.add-new-cart .fancybox-close {
		right: 7px;
	}
	#header .logo {
		display: none;
	}
	#header .logo.mobile {
		display: inline-block;
	}
	#header .logo {
		width: 52px;
		height: 52px;
	}
	body#index .featured-products .product-price-and-shipping, 
	body#index .product-accessories .product-price-and-shipping, 
	body#index .product-miniature .product-price-and-shipping, 
	body#index .onsale-products .product-price-and-shipping {
		margin-top: 14px;
	}
	.product-miniature:not(.product_show_list) .product-info-box {
		margin-top: -3px;
	}
	body#index .owl-carousel:not(#carousel-main) .owl-dots {
		top: 325px;
	}
	body#index .owl-carousel:not(#carousel-main) .owl-dots button.owl-dot,
	body#index #oferta-specjalna .oferta-reszta .owl-dots button.owl-dot	{
		width: 7px;
		height: 7px;
	}
    body#index #oferta-specjalna .oferta-reszta .owl-dots {
        top: 341px;
	}
	body#product #prod-powiazane .featured-products .product-miniature {
		height: 357px;
	}
}

@media screen and (max-width: 460px) {
	/*body > .fancybox-wrap.fancybox-address .form-fields {
		max-height: calc(100vh - 185px);
		height: calc(100vh - 185px);
	}*/
	body > .fancybox-wrap.fancybox-address .form-fields {
		max-height: calc(100vh - 228px);
	}
	body > .fancybox-wrap.fancybox-address .form-footer {
		bottom: 60px;
	}
	.footer-container .row.endtext {
		margin-bottom: 54px;
	}
}
@media screen and (min-width: 451px) {
	body#index #polecane .featured-products > .karuzela {
		display: none;
	}
	body#index #polecane .featured-products > .subcategory,
	body#index #polecane .featured-products > .subcategory .link {
		display: block;
	}
	body#index #polecane .featured-products .owl-item .subcategorySet {
		width: 99%;
		height: 400px;
	}
	body#index #polecane .featured-products > .karuzela .owl-dots {
		top: initial;
	}
}



@media screen and (max-width: 480px) {
	.gdprModal footer button#accept-all-gdpr2 {
	  width: 100%;
	  max-width: 100%;
	}
	body#index #oferta-specjalna .oferta-reszta .product-miniature .product-description { 
        margin-top: 0px;
	}
	body#index #oferta-specjalna .oferta-reszta .product-miniature .product-title a {
		font-size: 13px !important;
	}
	body#index #oferta-specjalna .oferta-reszta .product-title {
        max-height: 67px; 
    }
	body#index #oferta-specjalna .product-miniature:not(.product_show_list) .product-info-box {
        margin-top: 2px;
    }
	body#index #oferta-specjalna .oferta-reszta .quickview_cart {
		bottom: -70px;
	}
    body#index #oferta-specjalna .oferta-reszta {
        height: 325px;
	}
	body #oferta-specjalna .oferta-reszta .product-miniature {
		height: 305px;
		max-height: 305px;
	}
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-title a {
		line-height: 17px !important;
	}
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-title { 
        max-height: 67px;
        margin-top: -3px !important;
    }
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature.product_show_list .product-price-and-shipping .price {
        font-size: 20px;
		margin-top: -2px !important;
        margin-bottom: -3px !important;
    }
	#oferta-specjalna .oferta-reszta .product-miniature .regular-price {
		margin-top: 2px;
		font-size: 12px;
		padding: 0;
	}
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .quickview_cart {
        top: 8px;
    }
	body#category #content-wrapper #oferta-specjalna .oferta-reszta .product-miniature {
		height: 302px !important;
	}
	body#product #oferta-specjalna .products-section-title {
		font-size: 24px !important;
		margin-bottom: 8px;
	}
	body#index .desc-cglowna {
        margin-top: 40px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 450px) {
	#infoopiekun .boks.email .tekst {
		font-size: 14px;
	}
	#polecane .polecane .polecane-thumbnail-container a img {
		max-height: 100px;
		height: 100px;
		max-width: initial;
	}
	#polecane .polecane .polecane-thumbnail-container img.small {
		display: inline;
	}
	body#index #polecane .featured-products > .karuzela {
		display: block;
	}
	body#index #polecane .featured-products > .subcategory {
		display: none;
	}
	body#index #polecane .featured-products .owl-item {
		width: calc(100vw - 20px) !important;
	}
	body#index #polecane .featured-products {
		height: 400px;
		margin-top: 2px !important;
	}
	body#index #polecane .featured-products .karuzela.owl-carousel {
		height: 478px;
	}
	body#index #polecane .featured-products .karuzela.owl-carousel:not(#carousel-main)  .owl-dots {
		top: 395px;
		position: absolute;
		left: 4px;
	}
	body#index #polecane .featured-products .karuzela.owl-stage-outer {
		max-height: initial;
	}
	
	body#index #polecane .featured-products .karuzela.owl-carousel .subcategory {
		padding-left: 0;
		padding-right: 0;
		/*padding-right: 8px;*/
	}
	/*body#index #polecane .featured-products .karuzela.owl-carousel .subcategory:nth-of-type(3n) {
		padding-right: 0;
	}*/
	body#index #polecane .featured-products .karuzela.owl-carousel .owl-item img {
		max-height: 125px;
		padding: 0;
	}
	
	body#index #polecane .featured-products .karuzela.owl-carousel .subcategorySet {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		min-height: 400px; /* dodane */
	}
	
	body#index #polecane .featured-products .karuzela.owl-carousel .subcategory .name {
		font-size: 12px;
		line-height: 14px;
		height: 68px;
		padding: 0;
		margin-top: 13px;
	}
	body#index #polecane .featured-products .karuzela.owl-carousel:not(#carousel-main) .owl-dots button.owl-dot {
		width: 7px;
		height: 7px;
		margin-right: 7px;
	}
	body#index #polecane .polecane {
		margin-bottom: 36px;
	}
	body#index #polecane .polecane .polecane-thumbnail-container {
		max-height: 116px;
	}
	body#index #polecane .polecane .polecane-product-title {
		height: 100px !important;
		line-height: 95px!important;
	}
	body#index #polecane .polecane .polecane-product-title a {
		line-height: 100px !important;
	}
	/*body#product #oferta-specjalna .oferta-reszta .quickview_cart .add {
		top: -9px;
	}
	body#product #oferta-specjalna .oferta-reszta .product-miniature {
		height: 300px !important;
	}*/
}

@media screen and (max-width: 440px) {

	/* + i - */
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .add {
		width: calc(100% - 180px);
	}
	.product-miniature.product_show_list .product-quantity .add {
		max-width: initial;
	}
	.product-miniature.product_show_list .product-add-to-cart .qty {
		width: 50%;
	}
	.product-miniature.product_show_list .quickview_cart input.input-group {
		min-width: 48px;
	}
	.product-miniature:not(.product_show_list) .quickview_cart .product-quantity .qty {
		width: 200px !important;
	}
	/* + i - */

	.footer-container .block-contact-title .arrow {
		margin-top: -6px;
	}
	body#product #related-full .product-miniature.product_show_list.related .product-add-to-cart .add.full .add-to-cart i.shopping-cart {
		background-size: 43px 23px!important;
		width: 39px;
	}
}

@media screen and (max-width: 430px) {
	.product-miniature .info23 b {
		width: 100%;
	}
	.product-miniature .info23 span {
		width: 100%;
	}
	.product-miniature .quickview_cart23 #product-availability {
		line-height: 1rem;
	}
	#custom-text td p {
		width: 79.5%;
		line-height: 0.95rem;
	}
	
	body#index .onsale-products .owl-carousel .owl-stage-outer {
		min-height: 17rem;
	}
	body#index .onsale-products .owl-carousel .owl-stage-outer.clickEvent {
		min-height: 17rem;
	}
	.product-add-to-cart .add-to-cart i.shopping-cart {
		margin-top: -3px;
		margin-right: 0px;
	}
	.product-miniature .ref_short {
		text-align: left !important;
	}

	.fancybox-wrap #customer-form .form-group.row label {
		width: 40%;
	}

	.fancybox-wrap.fancybox-koszyk #totblockcart_dropdown {
		width: 100% !important;
	}

	.facet .clear {
		right: 3px;
		position: absolute;
		bottom: -9px;
	}
	section#content.page-cms table {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	section#content.page-cms table:not(.tabela-img) td {
		width: 100% !important;
		height: auto !important;
		display: block;
	}
	section#content.page-cms table.scroll-overflow td {
		display: table-cell;
	}
	section#content.page-cms table:not(.tabela-img) tr {
		height: auto !important;
	}
	section#content.page-cms table.tabela-img td img {
		max-width: 30px !important;
	}
	section#content.page-cms iframe {
		width: 100% !important;
	}
	section#content.page-cms .tabel-container-scroll {
		width: 100%;
		overflow-x: scroll;
	}

	.quickview_cart input.input-group {
		font-size: 2rem;
	}
	#totblockcart #totblockcart_dropdown .totblockcart-block .thumbnail {
		height: 50%;
	}
	.product_show_list .product-add-to-cart .qty {
		max-width: 159px;
	}
	.product-miniature.product_show_list .quickview_cart input.input-group {
		width: calc(100% - 89px);
	}
	.product-miniature.product_show_list .product-quantity .qty.disabled input[name="qty"] {
		background: url(../img/ico/input-content.png) center center no-repeat transparent !important;
		background-size: cover !important;
	}
	.product-miniature.product_show_list .product-quantity .add.full {
		width: calc(100% - 167px);
		max-width: 220px;
	}
	.wholesaleJob {
		width: 100%;
	}
	#adres-dostawy-odbior #wizytowkaOdbior b {
		font-size: 14px;
	}
	#adres-dostawy-odbior #wizytowkaOdbior a {
		font-size: 13px;
	}
	#adres-dostawy-odbior #wizytowkaOdbior {
		font-size: 13px;
	}
	.product-miniature.product_show_list .quickview_cart .add.full .add-to-cart span {
		width: 50%;
		display: inline-block;
	}
}
@media screen and (max-width: 420px) {
	

}
@media screen and (max-width: 375px) {
	.product_show_list .promocja-label {
		left: initial;
		right: 5px;
	}
	#products .product-miniature.product_show_list .disc-per-lab {
		left: initial;
		right: 5px;
	}
	.product-miniature.product_show_list .product-quantity .add.full {
		margin-left: 0;
		float: right !important;
		width: calc(100% - 163px);
		max-width: 158px;
	}
	.product-miniature.product_show_list .quickview_cart .add.full .add-to-cart span {
		width: 75%;
		display: inline-block;
	}
	#main .images-container .js-qv-mask.scroll {
		width: 100%;
	}
	/*#header .header-nav-mobile li {
		margin-top: 5px;
		background-position: center 6px !important;
	}
	#header .header-nav-mobile li.manycarts {
		background-position: 9px 8px !important;
	}
	#header .header-nav-mobile li.inquiries {
		background-position: 12px 9px !important;
	}
	#header .header-nav-mobile li.login {
		background-position: 37% 6px !important;
	}
	#header .header-nav-mobile li.more-menu {
		background-position: 33% 6px !important;
	}
	#header .header-nav-mobile li.active {
		border-bottom: 5px solid #ffc600;
	}
	
	#header .header-nav-mobile li.cart {
		background-position: 44% 6px !important;
	}
	#header .header-nav-mobile li.cart i span.cart-products-count {
		right: -1px;
		top: 2px;
	}*/
	#header .header-nav-mobile {
		height: 62px;
		border-bottom: 5px solid #ffffff;
		padding: 0 9px;
		z-index: 99999999;
	}
	.page-order-confirmation .icos.back {
		width: 100%;
		margin-bottom: 10px;
	}

	
	
}
/* na wszystkie + i - w projekcie, mobilna i desktop */
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .counter:active {
	background-color: #d5d5d5 !important;
}
#totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .counter:active {
	color: #ffffff !important;
}
.activeButton,
.product-quantity .btn.disabled.activeButton,
#module-bestkit_opc-checkout .cart-items .input-group-btn-vertical .btn.disabled.activeButton {
	background-color: #d5d5d5 !important;
}
.activeButton i:after,
.product-quantity .btn.disabled.activeButton i:after,
#module-bestkit_opc-checkout .cart-items .input-group-btn-vertical .btn.disabled.activeButton i:after {
	color: #ffffff !important;
}


#pagenotfound #main, .page404 #main
{
  text-align: center;
}
#pagenotfound #main .page-header, .page404 #main .page-header
{
  margin: 0;
  padding: 100px 0;
  background: #f4f4f4;
}
#pagenotfound .page-header h1, .page404 .page-header h1
{
  margin: 0 auto;
}
#pagenotfound .page-header h1 b, .page404 .page-header h1 b
{
  color:#164a98;
  font-size: 100px;
}
#pagenotfound .page-header h1 span, .page404 .page-header h1 span
{
  font-size: 34px;
  font-weight: bold;
  line-height: 44px;
  max-width: 330px;
  margin-bottom: 10px;
  display: inline-block;
}
#pagenotfound .page-header p, .page404 .page-header p
{
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
#pagenotfound #main .page-content.page-not-found
{
  margin-top: 30px;
  margin-bottom:0;
  box-shadow: none;
  max-width: 650px;
}
.page-not-found p
{
  font-size: 16px;
  display: inline;
}
.page-not-found a,
#pagenotfound .page-header a,
.page404 .page-header a
{
  color:#164a98;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.page-not-found #search_block_top
{
  margin: 20px auto;
  width: 500px;
  max-width: 100%;
  float: none!important;
  display: block!important;
}
#pagenotfound #content, .page404 #content
{
  display: none;
}

#oddzial0
{
  width: 100%!important;
}
.grecaptcha-badge
{
  right: auto;
  left:0px;
  width:66px!important;
  z-index: 999;
}

.fancybox-checkCartWarning
{
    width:100%!important;
    left: 0 !important;
}
.fancybox-checkCartWarning,.fancybox-addtocart
{
    top: 20px!important;
    text-align: center;
    margin-top: 0!important;
    background: white;
}
.fancybox-checkCartWarning {
	top: 0px!important;
}
.fancybox-checkCartWarning a[title="Close"]
{
    display: none;
}
.fancybox-addtocart33
{
    max-width:1240px!important;
}
.fancybox-checkCartWarning .fancybox-inner,
.fancybox-addtocart33 .fancybox-inner
{
    width:100%!important;
}
.fancybox-checkCartWarning .wishlist_popup_form,
.fancybox-addtocart .wishlist_popup_form
{
    float: none;
    padding: 0;
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
}

.realiz_warianty h2
{
    margin: 0!important;
}
#realiz_warianty h2
{
    color: white;
    font-size: 30px;
}
#koszyki_warianty h4
{
    color: #252525;
    font-size: 30px;
    padding: 20px 0;
}
#koszyki_warianty h5
{
    color: #252525;
    font-size: 18px;
    font-weight: normal;
}
.realiz_warianty h3
{
    margin: 0px 0;
}
#realiz_warianty h3
{
    color: white;
    margin: 40px 0;
    font-size: 18px;
    font-weight: normal;
}
#koszyki_warianty h6
{
    color: #252525;
    margin: 5px 0;
    font-size: 18px;
}
.fancybox-checkCartWarning #koszyki_warianty h6
{
    color: #cd4e4f;
}
.fancybox-addtocart #koszyki_warianty h6
{
    font-weight: normal;
    text-transform: none;
}
#koszyki_warianty h6 a
{
    color: #252525;
    text-decoration: underline;
}
.realiz_warianty_all
{
    padding: 17px 0 17px 0;
    background: white;
    border-radius: 2px;
    box-sizing:border-box;
}
.realiz_wariant
{
    padding: 20px 0;
    border-right: 1px solid #eaeaea;
}
#koszyki_warianty_all #realiz_wariant_1
{
    border-right: 0px solid #eaeaea;
}
#koszyki_warianty_all #realiz_wariant_2
{
    border-left: 1px solid #eaeaea;
	height: 100%;
}
.realiz_wariant.inactive .new_cart
{
    display: none!important;
}
.realiz_wariant.inactive
{
    opacity: 0.5;
}
.realiz_wariant.inactive a
{
    cursor: not-allowed !important;
    pointer-events: none !important;
}
.realiz_wariant:last-child
{
    border:0;
}
.realiz_wariant_title
{
    position: relative;
    color:#252525;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.realiz_wariant_title span
{
    position: relative;
}
.realiz_wariant_active
{
    display: none;
}
.realiz_wariant.active .realiz_wariant_active
{
	display: none;
    position: absolute;
    top:-5px;
    right: -35px;
    width: 30px;
    height: 30px;
    text-indent: 4px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    background: #00aa66;
    border-radius: 30px;
    color: white;
}
.realiz_wariant_icon
{
    margin-top: 10px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}
#vb_overstock #realiz_wariant_1 .realiz_wariant_icon
{
    background-image: url(../img/war1.svg);
	background-size: 125px 114px;
    background-position: center -11px;
}
#koszyki_warianty #realiz_wariant_1 .realiz_wariant_icon
{
    background-image: url(../img/war1_koszyki.svg);
    background-size: 117px 108px;
}
#vb_overstock #realiz_wariant_2 .realiz_wariant_icon
{
    background-image: url(../img/war2.svg);
	background-size: 142px 125px;
    background-position: center -17px;
}
#koszyki_warianty #realiz_wariant_2 .realiz_wariant_icon
{
    background-image: url(../img/war2_koszyki.svg);
	background-size: 113px 100px;
}
#vb_overstock #realiz_wariant_3 .realiz_wariant_icon
{
    background-image: url(../img/war3.svg);
	background-size: 126px 122px;
    background-position: center -14px;
}
#koszyki_warianty #realiz_wariant_3 .realiz_wariant_icon
{
    background-image: url(../img/war3_koszyki.svg);
    background-size: 121px 108px;
}
#koszyki_warianty #realiz_wariant_4 .realiz_wariant_icon
{
    background-image: url(../img/war4_koszyki.png);
}
.realiz_wariant_text
{
    color:#414141;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    height: 75px;
    padding: 0 50px;
    overflow: hidden;
}
#koszyki_warianty_all .realiz_wariant_text
{
    height: 50px;
    padding: 0 95px;
    margin-bottom: 25px;
}
.realiz_wariant_wybieram, #koszyki_warianty_all #wishlist_select_popup-button
{
    color:#252525;
    margin-top: 30px;
    height: 50px;
    line-height: 45px;
    padding: 0 50px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: inline-block;
    border:2px solid #252525;
    border-radius: 0px;
}

/**/
/*@import url(https://fonts.googleapis.com/css?family=Dosis:400,800);*/

a.anim-choose {
	clear: both;
    display: block;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    font-family: 'OpenSansBold';
    border: 2px solid #252525;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 2px;
}

a.anim-choose,
.realiz_wariant .realiz_wariant_wybieram, #koszyki_warianty_all #wishlist_select_popup-button
{
	line-height: 45px;
	letter-spacing: 3px;
	display: block;
	position: relative;
	width: 188px;
	height: 48px;
	margin: 25px auto 0 auto;
	padding: 0px 24px 0;
	border-radius: 2px;
	font-family: "OpenSansBold", sans-serif;
	font-weight: 500;
	color: #252525;
	font-size: 12px;
	background-color: #ffffff;
	z-index: 1;
	outline: none;
	cursor: pointer;
	transform: translateZ(0);
	transition: transform 0.2s, background-color 0.2s ease-out;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}
#koszyki_warianty_all #wishlist_select_popup-button
{
    float: none;
    margin-top: 0px;
}
#koszyki_warianty .realiz_wariant .realiz_wariant_wybieram
{
    margin-top: 0;
    padding: 0px 14px 0;
}
#koszyki_warianty .realiz_wariant#realiz_wariant_2 a.realiz_wariant_wybieram,
#koszyki_warianty_all #wishlist_select_popup-button
{
    width: 240px;
    max-width: 100%;
}
#koszyki_warianty .realiz_wariant#realiz_wariant_2 a.realiz_wariant_wybieram, .new_cart
{
    margin-bottom:15px;
}
a.anim-choose:hover,
.realiz_wariant a.realiz_wariant_wybieram:hover {
	text-decoration: none;
	color: #252525;
}
a.anim-choose:hover,
.realiz_wariant:not(.active) a.realiz_wariant_wybieram:hover {
	color: #ffffff;
	background-color: #222c44;
}
a.anim-choose:before,
.realiz_wariant a.realiz_wariant_wybieram:before {
  content: "";
  position: absolute;
  top: calc(100% + 24px);
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 24px;
  z-index: -1;
  border-radius: 60px;
  transform: translateZ(0);
}
a.anim-choose:before,
.realiz_wariant a.realiz_wariant_wybieram:before {
  background-color: #686868;
}

a.anim-choose.active,
.realiz_wariant.active a.realiz_wariant_wybieram {
  background-color: #1c1c1c;
  -webkit-animation: btn-complete 0.2s 0.2s ease-out forwards;
          animation: btn-complete 0.2s 0.2s ease-out forwards;
}
a.anim-choose.active:before,
.realiz_wariant.active a.realiz_wariant_wybieram:before {
  -webkit-animation: /*bounce-in 0.2s ease-out forwards, bounce-out 0.2s 0.2s ease-out forwards,*/ check-in 0.2s 0.3s ease-out forwards;
          animation: /*bounce-in 0.2s ease-out forwards, bounce-out 0.2s 0.2s ease-out forwards,*/ check-in 0.2s 0.3s ease-out forwards;
}
a.anim-choose.active span:first-child,
.realiz_wariant.active a.realiz_wariant_wybieram span:first-child {
  display: none;
}


@-webkit-keyframes bounce-in {
  50% {
    width: 100%;
  }
  100% {
    width: calc(100% - 24px * 2);
  }
}

@keyframes bounce-in {
  50% {
    width: 100%;
  }
  100% {
    width: calc(100% - 24px * 2);
  }
}
@-webkit-keyframes bounce-out {
  0% {
    left: 0;
    right: 0;
    width: calc(100% - 24px * 2);
  }
  50% {
    width: 100%;
  }
  100% {
    left: 0;
    right: 0;
    width: 0;
  }
}
@keyframes bounce-out {
  0% {
    left: 0;
    right: 0;
    width: calc(100% - 24px * 2);
  }
  50% {
    width: 100%;
  }
  100% {
    left: 0;
    right: 0;
    width: 0;
  }
}
@-webkit-keyframes fill-up {
  20% {
    width: 40%;
  }
  65% {
    width: 50%;
  }
  90% {
    width: 60%;
  }
  100% {
    width: calc(100% - 24px * 2);
  }
}
@keyframes fill-up {
  20% {
    width: 40%;
  }
  65% {
    width: 50%;
  }
  90% {
    width: 60%;
  }
  100% {
    width: calc(100% - 24px * 2);
  }
}
@-webkit-keyframes btn-complete {
  100% {
    color: #4ab67d;
    background-color: #4ab67d;
	border-color: #4ab67d;
  }
}
@keyframes btn-complete {
  100% {
    color: #4ab67d;
    background-color: #4ab67d;
	border-color: #4ab67d;
  }
}
@-webkit-keyframes check-in {
  0% {
    top: -22px;
    bottom: 0;
    width: 12px;
    height: 24px;
    margin: auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: white 6px 6px 0 2px;
    z-index: 2;
    opacity: 0;
    transform: scale(0.1) rotate(45deg);
  }
  50% {
    transform: scale(2) rotate(45deg);
  }
  100% {
    top: -22px;
    bottom: 0;
    width: 12px;
    height: 24px;
    margin: auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: white 6px 6px 0 2px;
    z-index: 2;
    opacity: 1;
    transform: scale(1) rotate(45deg);
  }
}
@keyframes check-in {
  0% {
    top: -22px;
    bottom: 0;
    width: 12px;
    height: 24px;
    margin: auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: white 6px 6px 0 2px;
    z-index: 2;
    opacity: 0;
    transform: scale(0.1) rotate(45deg);
  }
  50% {
    transform: scale(2) rotate(45deg);
  }
  100% {
    top: -22px;
    bottom: 0;
    width: 12px;
    height: 24px;
    margin: auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: white 6px 6px 0 2px;
    z-index: 2;
    opacity: 1;
    transform: scale(1) rotate(45deg);
  }
}

/**/

.realiz_wariant_wybieram:hover
{
    color: white;
    background: #252525;
}
.realiz_wariant_red
{
    color:#cd4e4f;
}
.realiz_wariant_green
{
    color:#4ab67d;
}
.realiz_wariant_yellow
{
    color:#ffc600;
}


#regHej
{
    width:100%;
    font-size: 14px;
    line-height: 33px;
    color:#333333;
}
#regHej .title
{
    font-size: 18px;
    font-weight: bold;
    color:#333333;
    margin-bottom: 50px;
}
#regHej .red
{
    font-weight: bold;
    color: #cd4e4f!important;
}
#regHej a.btn
{
    width: auto!important;
    margin-top: 80px;
}
#regHej strong {
	font-family: 'OpenSansBold';
	font-weight: normal;
}
.remember-login
{
    display: none;
}
#maszJuzKonto
{
    width:150px;
    font-size: 14px;
    text-align: left;
    color:#999999;
}
#maszJuzKonto a
{
    color:#999999;
    text-decoration: underline;
}
#maszJuzKonto span
{
    display: none;
}
#customer-form[krokrej="1"].isfirma1 #maszJuzKonto
{
    display: none;
}
#customer-form[krokrej="2"] #maszJuzKonto
{
    width:100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 0;
}
#customer-form[krokrej="2"] #maszJuzKonto span
{
    display: inline;
}
#authentication .icos.back
{
    height: 45px;
    line-height: 45px;
    width: 130px;
    font-weight: normal;
    padding: 0 40px 0 60px;
	background-image:url(../img/ico/arrow_left_blackv2.svg);
    background-position: 20px center;
    background-size: 22px 22px;
    background-color: #ffc600;
    color:#000;
	font-family: 'OpenSansBold';
}
#authentication .icos.back:hover {
	background-color: #ffd133 !important;
	color: #000000 !important;
}
#authentication .icos.next
{
    height: 45px;
    line-height: 45px;
    width: 170px;
    font-weight: normal;
	background-image:url(../img/ico/arrow_right_whitev2.svg);
    background-position: calc(100% - 20px) center;
    background-size: 22px 22px;
	font-family: 'OpenSansBold';
}
#authentication .icos.save
{
    height: 45px;
    line-height: 45px;
    width: 170px;
    font-weight: normal;
	background-image:url(../img/ico/arrow_right_whitev2.svg);
    background-position: calc(100% - 20px) center;
    background-size: 22px 22px;
    font-family: 'OpenSansBold';
}
.regBox
{
    width:50%;
}
#regMain
{
    float: left;
    min-height: 400px;
    padding-right: 50px;
    padding-bottom: 100px;
    border-right: 1px solid #e5e5e5;
    position: relative;
}
#regMain footer
{
    position: absolute;
    left:0;
    bottom: 0;
    width:calc(100% - 50px);
}
#regMain li.alert
{
    padding: 10px 10px !important;
}
#regMain li.alert.alert-danger
{
    color:black!important;
    background: #ffc600 !important;
}
#regMain #wizytowkaKontakt,
#regMain #maszJuzKonto
{
    display: none !important;
}
#regWhy
{
    float: right;
    padding-left: 50px;
}
#regWhy h1 b
{
    color:#ffc600;
}
#regWhys
{
    float: left;
    width:100%;
    margin-top: 40px;
    text-align: left;
}
.regWhy
{
    float: left;
    width:100%;
    height: 50px;
    line-height: 15px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-left: 80px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    color:#333333;
}
.regWhy.inactive
{
    opacity: 0.5;
}
#indWarHan
{
    background-image: url(../img/warto5.svg);
    background-size: 73px 56px;
    background-position: -7px center;
}
#hisTraPla
{
    background-image: url(../img/warto6.svg);
    background-size: 72px 64px;
    background-position: -8px center;
}
#mozZapOfe
{
    background-image: url(../img/warto1.svg);
    background-size: 63px 53px;
    background-position: -7px center;
}
#zamProNie
{
    background-image: url(../img/warto2.svg);
    background-size: 73px 57px;
    background-position: -8px center;
}


/*img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive[src='https://geowidget.easypack24.net/images/desktop/markers/pop.svg'] {
 	display: none;
}*/

#smartsupp-widget-container > div[data-testid="widgetButtonFrame"]
{
    bottom:75px !important;
}
#smartsupp-widget-container > div[data-testid="widgetPopupFrame"]
{
    bottom:130px !important;
}
#smartsupp-widget-container > div[data-testid="widgetMessengerFrame"]
{
    bottom:25px !important;
}


@media screen and (min-width: 1281px) {
    #related-full .grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 1280px) {

    #related-full .grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 830px) {

    #related-full .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 537px) {
    #related-full .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

#related-full .grid {
    display: grid;
}

#related-full .grid .product-miniature {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    height: auto;
    margin: 0px !important;
    margin-bottom: 30px !important;
    margin-right: 30px !important;
    overflow: visible;
}

#related-full .owl-carousel .product-miniature {
    border: 1px solid #efefef;
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0px !important;
    margin-bottom: 40px !important;
    margin-right: 30px !important;
}

#related-full .grid .product-miniature img{
    width: 120px;
}

#related-full .categoryPodobny .product-miniature {
    border: 1px solid #efefef;
    display: flex;
    justify-content: center;
}

#related-full .thumbnail-container {
    min-height: auto !important;
    height: auto !important;
    width: auto;
}

#related-full .featured-products,
#related-full .onsale-products {
    margin-top: 43px !important;
}

#related-full .product-ean {
    display: none;
}

#related-full .product-quantities, 
#related-full .product-shipment, 
#related-full .product-miniature:not(.product_show_list) .product-add-to-cart .wishlist_zapyt,
#related-full .product-add-to-cart .question-button {
    display: block;
}

body#product #related-full .product-description {
    padding: 0 10px 35px 10px;
    margin-top: 0;
}

#related-full .product-description {
    height: auto !important;
}

#related-full .product-miniature .product-title {
    height: 45px;
    margin-bottom: 10px;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}

#related-full .product-miniature a.clicable-area {
    height: 90%;
}

#related-full .product-price-and-shipping {
    height: auto;
}

#related-full .product-miniature:not(.product_show_list) b {
    width: auto !important;
    text-indent: 0;
    background: none;
    padding-left: 0;
}

#related-full .product-quantities, 
#related-full .product-shipment {
    margin-bottom: 7px;
    line-height: 1;
    text-wrap: nowrap;
    text-overflow: clip;
    overflow: hidden;
    font-size: 14px;
    padding-left: 25px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 32px;
    align-items: start;
    justify-content: center;
}

#related-full .product-price-and-shipping .price {
    padding-top: 10px;
    display: block;
}

body#product #related-full .product-add-to-cart  .wishlist a,
body#product #related-full .product-add-to-cart  .wishlist a.disabled,
body#product #related-full .product-add-to-cart  .wishlist.wishlist_zapyt a,
body#product #related-full .product-add-to-cart  .wishlist.wishlist_zapyt a.disabled,
body#product #related-full .product-add-to-cart  .add a,
body#product #related-full .product-add-to-cart  .add a.disabled,
body#product #related-full .product-add-to-cart  .add button {
    font-size: 0;
    padding-left: 0;
    padding: 0;
    height: 48px;
    width: 48px;
    border-radius: 40px;
    background-size: 25px !important;
    background-position: center !important;
    transition: background-color 0.2s ease-out;
}

body#product #related-full .product-quantity .question-button ~ .add,
body#product #related-full .product-quantity .add{
    width: 48px;
    margin-left: 0;
}

body#product #related-full .product-add-to-cart  .add a i {
    margin: 0;
    vertical-align: bottom;
    text-align: center;
    width: 26px;
}

body#product #related-full .product-add-to-cart  .add button i {
    margin: 0;
    vertical-align: middle;
    text-align: center;
    width: 26px;
}

body#product #related-full .product-add-to-cart  .wishlist.wishlist_zapyt a{
    background: url(../img/ico/question-black.svg) center center no-repeat transparent;
    background-color: #ffc600;
    color: #313438;
}

body#product #related-full .product-add-to-cart  .wishlist.wishlist_zapyt a i{
    display: none;
}

body#product #related-full .product-add-to-cart  .wishlist.wishlist_zapyt a:hover,
body#product #related-full .product-add-to-cart  .wishlist.wishlist_zapyt a:focus {
    background-color: #ffd133 !important;
}

.product-attachments
{
    float: left;
    width: 100%;
}

body#product #related-full .powiazane_buttons {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    width: 110px;
    margin: 0 auto;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    flex-direction: row-reverse;
} 

#related-full .powiazane_buttons .add span, #related-full .qty {
    display: none !important;
}


#related-full #products {
    color: inherit;
}

body#product #related-full .product-add-to-cart  .wishlist {
    text-align: center;
    width: 100%;
    margin: 0;
    position: unset;
}

body#product #related-full .owl-carousel .owl-dots {
    top: unset;
}

body#product #related-full .owl-carousel {
    margin-bottom: 20px;
}

body#product #related-full .product-miniature .product-info-box .omnibus-price {
    width: 100%;
    margin: 0;
}

#related-full #add-to-cart-or-refresh {
    position: unset;
    height: auto;
}

body#product #related-full .product-miniature .product-info-box {
    position: absolute;
    top: -45px;
    left: 0;
    padding: 0 10px;
    width: 100%;
    background: #fff;
}

body#product #related-full .product-miniature .product-info-box span {
    font-size: 11px;
}

#related-full .product-price-and-shipping .regular-price {
    position: absolute;
    left: 0;
    bottom: 56px;
    font-size: 14px;
}

#related-full .product-price-and-shipping .product-unavailable {
    display: none;
}

#related-full .product-quantities span, #related-full .product-quantities b #related-full .product-shipment span, #related-full .product-shipment b {
    max-width: 80px;
    overflow: visible;
}

/* do usunięcia po nowym imporcie z pim 14.05.2025*/ 
.productcard>.show-more {
    display: none;
}

/* tpay ukryty przycisk i info */
#module-tpay-validation .tpay-buttons-holder::before {
    content: "Proszę czekać... Za chwilę nastąpi przekierowanie do bezpiecznego panelu płatności.";
    display: block;
}
#module-tpay-validation input#tpay-payment-submit {
    display: none;
}

#prestashop_profiling .row:nth-of-type(3) table:nth-of-type(1) tr{
    display: flex;
}

#prestashop_profiling .row:nth-of-type(3) table:nth-of-type(1) td:nth-of-type(1),
#prestashop_profiling .row:nth-of-type(3) table:nth-of-type(1) th:nth-of-type(1){
    width: 50vw;
}

#prestashop_profiling .row:nth-of-type(3) table:nth-of-type(1) td, #prestashop_profiling table:nth-of-type(1) th {
    min-width: 100px;
}

.x13gpsr__informations
{
    float: left;
    width: 100%;
    margin-top:20px;
}