@media all and (max-width: 1260px) {

/* CUSTOMS GT */
.checkout-page .payment-method .payment-logo {
top:20px;
}
#cookiescript_badge {
bottom: 65px !important;
}
.html-shipping-method-page .buttons, .html-payment-method-page .buttons, .html-payment-info-page .buttons{
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin: 0 !important;
  left:0;
  z-index: 10000;
  border: solid 1px #eee !important;
  background: #fff !important;
  box-shadow: 0 7px 20px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 7px 20px 10px rgba(0,0,0,.3);
}
.html-checkout-page .header {
	padding-top: 15px;
}
.html-checkout-page .responsive-strip {
	position: relative;
}
.checkout-page .shipping-method .buttons, .checkout-page .payment-method .buttons, .checkout-page .payment-info .buttons {
	padding: 10px;
}

.category-description p, .category-short-description p, .manufacturer-description p, .vendor-description p, .full-description p, .topic-html-content p, .topic-page p, .custom-tab p {
text-align: justify;
}



.checkout-page .shipping-method, .checkout-page .payment-method {
	margin: 0 0 50px;
}

.html-order-confirm-page .ui-dialog {
	z-index: 1111111;
}

.html-shopping-cart-page .checkout-buttons {
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0;
	background: white;
	padding: 10px;
	z-index: 111;
}
.free-shipping-left, .free-shipping-mobile {
display:none;
}

.html-shopping-cart-page .free-shipping-mobile {
    position: fixed;
    bottom: 74px;
    left: 0;
    right: 0;
    width: 100%;
    text-align:center;
    z-index: 111;
    display: block;
    box-shadow: 0 7px 20px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 7px 20px 10px rgba(0,0,0,.3);
}
.html-shopping-cart-page .free-shipping-mobile .not-valid, .free-shipping-mobile .valid{
    padding: 10px;
    font-size: 15px;
}

/* single product fixed button */
.html-product-details-page.k-mobile .overview .add-to-cart {
  position: fixed;
  bottom: 0px;
  z-index: 111;
  width: 100%;
  left: 0;
  padding: 1px 0px; 
  background-color: #fff;
  border-top:1px dashed #e6e6e6;
  box-shadow: 0 7px 20px 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 7px 20px 10px rgba(0,0,0,.3);
}
.add-to-cart-qty-wrapper .qty-input {
width: 70px;
}
.add-to-cart-qty-wrapper .plus, .add-to-cart-qty-wrapper .minus {
display: none;
}

.html-product-details-page.k-mobile .overview .add-to-cart {
	margin: 0;
}

.html-product-details-page.k-mobile .scroll-back-button, .html-shopping-cart-page .scroll-back-button {
      bottom: 63px;
}
/*CROSS-SELL ADD BUTTON*/

.html-shopping-cart-page .carousel-item .item-box .add-info {
display: block;
}
.html-shopping-cart-page .carousel-item button.button-2.add-to-wishlist-button {
    display: none;
}

.html-shopping-cart-page .carousel-item .item-box .product-box-add-to-cart-button {
    width: calc(100% - 40px);
    overflow: hidden;
    background-image: none;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #29b4ff;
}

.html-shopping-cart-page .carousel-item .product-box-add-to-cart-button {
    position: relative;
    top: 50%;
    margin-top: 5px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
}
.html-shopping-cart-page .carousel-item .item-box .product-box-add-to-cart-button:hover {
    color: #fff;
    background-color: #29b4ff;
}

.promo, .promo-blue, .promo-christmas {
    font-size: 12px;
}
.promo-blue .title, .promo-christmas .title {
   font-size: 19px;
}

/* END CUSTOMS */


.admin-header-links { 
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
}
.responsive-strip {
	position: fixed;
	top: 0;
	z-index: 1020;
	width: 100%;
	text-align: center;
}
.header {
	padding-top: 90px;
}
.header .header-selectors-wrapper,
.header .header-links-wrapper,
.header .header-logo {
    display: none;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-logo-wrapper {
	position: relative;
    z-index: 2;
    height: 54px;
    box-shadow: 0 1px 0px #e3e3e3;
	background-color: #fff;
    padding: 0 50px;
	text-align: center;
	font-size: 0;
}
.responsive-logo-wrapper .logo {
    display: inline-block;
    height: 55px;
    max-width: 100%;
    padding: 1px;
}
.responsive-logo-wrapper .logo img {
    max-height: 100%;
}
.responsive-logo-wrapper:after {
	content: "";
	display: block;
	clear: both;           
}

/* OVERLAY & SCROLL */

.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
	z-index: 1060;
    background-color: rgba(0,0,0,0);
    transition: background 0.3s ease;
}
.overlayOffCanvas.show {
	background-color: rgba(0,0,0,.4);
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}

/* RESPONSIVE MENU */
	
.header-menu {
    position: fixed;
    top: 0; left: 0;
	z-index: 1050;
    width: 285px;
    height: 100%;
    background-color: #fff;
	text-align: left;
    transition: 0.7s ease;
    -webkit-transform: translate(-285px);
    -ms-transform: translate(-285px);
    transform: translate(-285px);
}
.header-menu.open {
    z-index: 1070;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.menu-button {
    position: absolute;
    left: 100%; top: 2px;
}
.menu-open {
    display: block;
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    background-color: #eee;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.7s ease;
    cursor: pointer;
}
.header-menu.open .menu-open {
    width: 40px;
    border-color: #29b4ff;
    background-color: #29b4ff;
}
.header-menu.open .menu-open span {
    background-color: #fff;
    opacity: 0.9;
}
.menu-open span {
    display: block;
    position: absolute;
    left: 0; right: 0;
    width: 17px; height: 1px;
    margin: auto; opacity: 1;
    background-color: #666;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease;
}
.menu-open span:nth-child(1) {
    top: 15px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.menu-open span:nth-child(2) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.menu-open span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.header-menu.open .menu-open span:nth-child(1) {
    top: 14px; left: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-menu.open .menu-open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.header-menu.open .menu-open span:nth-child(3) {
    top: 26px; left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-menu .menu-close {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: -1;
    cursor: pointer;
    opacity: 0;
}
.header-menu.open .menu-close {
    z-index: 2;
}
.menu-header {
    display: table;
    width: 100%;
    height: 60px;
}
.menu-header > div {
    display: table-cell;
    position: relative;
    min-width: 34.5px;
    border: 1px solid #d1d1d1;
    border-width: 0 1px 1px 0;
    vertical-align: middle;
    font-size: 0;
}
.menu-header > div {
	font-size: 9px;
}

.menu-header > div a,
.menu-header > div select {
    display: block;
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
}
.menu-header > div a:before,
.menu-header .tax-display-type-selector:before,
.menu-header .currency-selector:before{
    content: "";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    font-family: 'pacific';
    font-size: 15px;
    line-height: 50px;
    cursor: pointer;
}

.menu-header > div a {
top:33px;
text-align: center;
}
.menu-header > div a:before {
    top:-38px;
}


.menu-header > div select {
    width: 100%;
    min-width: 0;
    height: 50px; /*fixed height because of IE, otherwise should be 100%*/
    padding: 0;
    cursor: pointer;
    opacity: 0;
}
.menu-header > div:last-child {
    border-right: 0;
}
.menu-header .ico-register:before {
    content: "\e929";
}
.menu-header .ico-login:before {
    content: "\e919";
}
.menu-header .ico-wishlist:before {
    content: "\e935";
}
.menu-header .ico-account:before {
    content: "\e91e";
    font-size: 17px;
}
.menu-header .ico-logout:before {
    content: "\e91a";
}
.menu-header .ico-compare:before {
    content: "\e90c";
    font-size: 13px;
}
.menu-header .ico-inbox:before {
    content: "\e914";
    font-size: 13px;
}
.menu-header .tax-display-type-selector:before {
    content: "\e938";
    font-size: 18px;
}
.menu-header .currency-selector:before {
    content: "\e939";
    font-size: 22px;
}

.menu-header .wishlist-qty,
.menu-header .inbox-unread {
    position: absolute;
    top: -40px; right: 0;
    bottom: 0; left: 0;
    width: 13px; height: 13px;
    margin: auto;
    border-radius: 50%;
    background-color: #29b4ff;
    text-align: center;
    font-size: 8px;
    line-height: 12px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.88);
    -webkit-transform: translate(9px ,-9px);
    -ms-transform: translate(9px ,-9px);
    transform: translate(9px ,-9px);
}
.menu-header .tax-display-type-selector,
.menu-header .currency-selector,
.menu-header .mobile-language-selector {
    background-color: #e9e9e9;
}
.menu-header .desktop-language-selector {
    display: none;
}
.menu-header .current-language-image {
    width: 16px;
    height: 11px;
    margin: auto;
}
.menu-body {
    position: relative;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}
.menu-body > ul li {
    border-bottom: 1px solid #e6e6e6;
}
.menu-body > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.menu-body > ul li > a,
.menu-body > ul li > span {
	display: block;
	position: relative;
	z-index: 0;
	padding: 15px 20px !important;
	font-size: 15px;
    font-weight: bold;
    color: #444;
}
.menu-body > ul li:last-child > a,
.menu-body > ul li:last-child > span {
	border-bottom: 0;
} 
.menu-body > ul li > .with-subcategories {
	float: left; 
	width: calc(100% - 49px);
}
.plus-button {
	position: relative;
	z-index: 1;
	float: right;
	width: 49px;
	height: 49px;
	cursor: pointer;
}
.plus-button:before {
    content: "\e901";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    font-family: 'pacific';
    font-size: 8px;
    line-height: 49px;
    cursor: pointer;
} 
.menu-body .sublist-wrap {
    position: fixed;
    top: 0; left: 0;
	z-index: 2;
    width: 285px !important;
    height: 100%;
    overflow: hidden;
    background-color: #fff !important;
    transition: all 0.7s ease;
}
.menu-body .sublist-wrap {
    -webkit-transform: translate(-285px);
    -ms-transform: translate(-285px);
    transform: translate(-285px);
}       
.menu-body .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.menu-body .sublist-wrap ul li {
    border-right: 1px solid #e6e6e6;
}
.menu-body ul li.back-button {
    border-color: #d1d1d1;
	background-color: #e9e9e9;
    cursor: pointer;
}
.menu-body .back-button span {
	padding: 15.5px 20px !important;
	text-align: right;
	font-weight: normal;
	text-transform: none;
}
.menu-body .back-button span:before {
    content: "\e902";
    display: inline-block;
    margin: 0 10px 3px 0;
    vertical-align: middle;
    font-family: 'pacific';
    font-size: 8px;
}

/* FLYOUT CART */

.header-flyout-cart {
    position: fixed;
    top: 2px; right: 0;
    z-index: 1055;
    width: 285px;
    height: 100%;
    background-color: #fff;
    text-align: left;
    transition: 0.7s ease;
    -webkit-transform: translate(285px);
    -ms-transform: translate(285px);
    transform: translate(285px);
}
.header-flyout-cart.open {
    z-index: 1075;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.flyout-cart-wrapper, .flyout-cart,
.mini-shopping-cart {
    height: 100%;
}
.header-flyout-cart .flyout-cart-link {
    position: absolute;
    right: 100%;
    transition: 0.7s ease;
    pointer-events: none;
}
.header-flyout-cart .flyout-cart-link:before {
    content: "\e905";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: 2;
    text-align: center;
    font-family: 'pacific';
    font-size: 25px;
    line-height: 47px;
    transition: 0.7s ease;
    cursor: pointer;
}
.header-flyout-cart.open .flyout-cart-link:before {
    opacity: 0;
}
.header-flyout-cart .flyout-cart-link a {
    display: block;
    position: relative;
    width: 50px; height: 50px;
    border: 4px solid #fff;
    background-color: #eee;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.7s ease;
    cursor: pointer;
}
.header-flyout-cart.open .flyout-cart-link a {
    width: 40px;
}
.header-flyout-cart .cart-qty-number-mobile {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    margin: auto;
    width: 14px;
    height: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #29b4ff;
}
.header-flyout-cart .cart-qty,
.header-flyout-cart .cart-qty-number-desktop {
    display: none;
} 
.mobile-flyout-cart-toggle {
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: transparent;
    transition: 0.7s ease;
    cursor: pointer;
}
.open .mobile-flyout-cart-toggle {
    left: -40px;
    width: 40px;
    background-color: #29b4ff;
}
.mobile-flyout-cart-toggle span {
    display: block;
    position: absolute;
    left: 0; right: 0;
    width: 17px; height: 1px;
    margin: auto; opacity: 0;
    background-color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.7s ease;
}
.mobile-flyout-cart-toggle span.first {
    top: 24px; left: -14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-flyout-cart-toggle span.second {
    top: 24px; left: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.open .mobile-flyout-cart-toggle span.first {
    top: 24px; left: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 1;
}
.open .mobile-flyout-cart-toggle span.second {
    top: 24px; left: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 1;
}
.no-items-in-cart span {
    display: none;
}
.mini-shopping-cart .items {
    position: relative;
    height: calc(100% - 167px);
    overflow-y: auto;
}

/* SEARCH BOX */

.store-search-box {
    transition: 0.5s ease;
}
.header-lower .store-search-box {
    display: none;
}
.store-search-box form {
    position: relative;
    z-index: 1075;
}
.store-search-box.nav-down {
    margin-top: -40px;
}
.store-search-box .ui-autocomplete {
    transition: 0.7s ease;
}
.store-search-box.nav-down .ui-autocomplete {
    -webkit-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transform: translate(0,-100%);
}
.search-box-opener {
    display: none;
}

/* HEADER LINKS */

.header-links-wrapper {
	display: none;
	position: fixed;
	top: 0; left: 0;
	z-index: 1070;
	width: 100%;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background-color: #fff;
	text-align: center;
}
.header-links-wrapper.open {
	display: block;
}

/* CATEGORY PAGE */

.product-selectors {
/*GT CUSTOM    position: fixed;
    left: 0; right: 0;
    bottom: 0; z-index: 1050; odklejamy*/
    background-color: #29b4ff;
    border: 1px solid rgba(0,0,0,.2);
    height: 56px;
    margin-bottom: 10px;
}
.product-sorting,
.product-page-size {
    float: left;
    width: 55px;
    font-size: 0;
}
.product-sorting select,
.product-page-size select {
    position: relative;
    z-index: 2;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(0,0,0,.2);
    border-width: 0 1px 0 0;
    background: none;
    padding: 0;
    font-size: 0;
}
.product-sorting option,
.product-page-size option {
    background-color: #fff;
    font-size: 14px;
}
.product-selectors .product-viewmode {
    float: left;
    border-right: 1px solid rgba(0,0,0,.2);
    padding: 7.5px 12px 7.5px 5px;
}
.product-selectors .product-viewmode a {
    border: none;
    background-color: rgba(0,0,0,.05);
}
.product-selectors .product-viewmode a.selected {
	background-color: #fff;
}
.product-selectors .product-viewmode a.selected:before {
    opacity: 0.8;
}

.filters-button {
    display: none;
    position: relative;
    float: right;
    width: calc(100% - 110px);
    overflow: hidden;
    padding: 0 55px 0 20px;
    text-align: left;
    font-size: 18px;
    line-height: 55px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #fff; cursor: pointer;
}
.filters-button:before {
    content: "\e911";
    position: absolute;
    top: 0; right: 0;
    width: 55px;
    height: 55px;
    text-align: center;
    font-family: 'pacific';
    font-size: 18px;
    line-height: 55px;
    color: #fff;
    opacity: 0.9;
}

.category-page-body {
    padding-bottom: 55px;
}
.category-page-body .scroll-back-button {
    bottom: 65px;
}

/* PRODUCT PAGE */

.product-details-page .breadcrumb li:last-child {
    display: none;
}
.product-details-page .breadcrumb li:nth-last-child(2) a > span {
    font-weight: normal;
    color: #aaa;
}
.product-details-page .breadcrumb li:nth-last-child(2) .delimiter {
    display: none;
}

.product-details-page .block-category-navigation {
    display: none;
}

.product-details-grouped-page .overview-buttons {
    width: 100%;
    text-align: center;
}

.product-page-layout-two .gallery .picture a {
    pointer-events: none;
}
.product-page-layout-two .gallery .slick-dots {
    font-size: 0;
    margin: 10px 0 0;
}
.product-page-layout-two .gallery .slick-dots li {
    display: inline-block;
    margin: 10px 2px;
}
.product-page-layout-two .gallery .slick-dots button {
    position: relative;
    width: 30px;
    height: 4px;
    border: none;
    background-color: #dedede;
    font-size: 0;
}
.product-page-layout-two .gallery .slick-dots button:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px; right: 0;
    bottom: -10px; left: 0;
    background-color: transparent;
}
.product-page-layout-two .gallery .slick-dots .slick-active button {
    background-color: #29b4ff;
}

.product-page-layout-two .product-grid {
    margin: 35px 0;
}

/* ACCOUNT PAGES */

.html-account-page .block {
	float: none;
	width: auto;
	text-align: center;
}
.html-account-page .block a.active {
    font-weight: bold;
    color: #29b4ff;
}

/* SHOPPING CART */

.cart-footer ~ .cross-sells {
    display: none;
}
.cart-info-stick {
    position: static !important;
}

/* RESPONSIVE TABLES */

.wishlist-page .table-wrapper,
.shopping-cart-page .table-wrapper,
.checkout-page .section.order-summary
.cart-content .table-wrapper {
    border: none;
    background-color: transparent;
}
.cart thead {
    display: none;
}
.cart tr, .cart td {
    display: block;
}
.cart .td-title {
    display: inline-block;
    margin: 0 5px 0 0;
}
.cart tr {
    position: relative;
    margin: 0 0 10px;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #fff;
    padding: 0 0 80px;
    text-align: center;
    font-size: 0;
}
.cart td {
    border: none;
    font-size: 13px;
}
.cart tr > *:first-child,
.cart tr > *:last-child {
    border: none;
    padding: 10px;
}
.cart .checkbox-label {
    width: auto;
    height: auto;
    padding: 0 0 0 25px;
    font-size: 14px;
}
.cart .checkbox-label:before {
    top: 0;
}
.cart input[type="checkbox"]:checked ~ label:after {
    top: -1px;
}
.cart td.remove-from-cart, 
.cart td.add-to-cart {
 /*    display: inline-block; przerzucamy na dół*/
    width: 50%;
}
.shopping-cart-page .cart td.remove-from-cart {
    width: 100%;
    padding:20px;
    position: absolute;
    bottom: 0px;
}
.cart td.sku {
    border-top: 1px solid #eee;
}
.cart td.sku:first-child {
    border-top: none;
}

.cart .product-picture {
    float: left;
    width: 140px;
    border-top: 1px solid #eee;
    padding-right: 0;
}
.cart .product-picture a {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
}
.cart .product-picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.cart .product-picture img {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.cart .product-picture ~ td {
    margin: 0 0 0 140px;
    text-align: left;
}
.cart .product {
    border-top: 1px solid #eee;
}
.cart .product a {
    font-size: 14px;
}
.cart .unit-price {
    padding: 0 10px 10px;
    font-size: 14px;
}
.cart .quantity {
    padding: 0 10px 10px;
}
.cart .qty-input {
    width: 35px;
    height: 35px;
    padding: 0;
}
.cart .qty-dropdown {
    width: 50px;
    height: 35px;
    padding: 0 20px 0 10px;
    line-height: 35px;
}
.cart .product-picture ~ td.subtotal {
    position: absolute;
    left: 0; right: 0;
    bottom: 40px;
    clear: both;
    height: 40px;
    margin: 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.cart .subtotal .discount, 
.cart .subtotal .discount + div {
    display: inline-block;
    margin: 0 5px;
}
/*.cart .product-picture ~ td.subtotal .td-title {
    display: none;
} odsłaniamy sumę*/

}


@media all and (max-width: 479px) {
.terms-of-service {
	padding: 0 1px;
}
.home-page-product-grid .item-box:last-child {
width:100%;
}

    .compare-products-page .remove-button {
        padding: 5px;
    }
    .compare-products-page .remove-button span {
        display: block;
        width: 30px;
        height: 30px;
        margin: auto;
        padding: 0;
        font-size: 0;
    }
    .compare-products-page .remove-button span:before {
        left: 0; right: 0;
        text-align: center;
        line-height: 30px;
    }

    .login-page .login-tabs .login-tabs-header li a {
        padding: 15px 7px;
        font-size: 13px;
    }
    .login-page .login-tabs .login-tabs-header li a strong {
        padding: 0;
    }
    .login-page .login-tabs .login-tabs-header li a strong:before {
        display: none;
    }

    .downloadable-products-page .table-wrapper,
    .reward-points-history .table-wrapper {
        border: none;
        background-color: transparent;
    }
    .downloadable-products-page .data-table thead,
    .reward-points-history .data-table thead {
        display: none;
    }
    .downloadable-products-page .data-table tr,
    .reward-points-history .data-table tr {
        display: block;
        margin: 0 0 20px;
        border: 1px solid #eee;
    }
    .downloadable-products-page .data-table td,
    .reward-points-history .data-table td {
        display: block;
        border: none;
        border-bottom: 1px solid #eee;
        padding: 15px;
        text-align: center;
    }
    .downloadable-products-page .data-table td:last-child,
    .reward-points-history .data-table td:last-child {
        border: none;
    }
    .downloadable-products-page .data-table label,
    .reward-points-history .data-table label {
        display: inline-block;
    }
    .reward-points-history .data-table label {
        margin: 0 5px 0 0;
        vertical-align: text-top;
        font-weight: normal;
    }
    .reward-points-history .title {
        margin: 0 0 20px;
        border-bottom: 1px solid #eee;
    }

    .opc .back-link a,
    .opc .buttons button {
        padding: 12px;
    }

    .private-messages-page thead,
    .private-messages-page .date {
        display: none;
    }
    .private-messages-page tr,
    .private-messages-page td {
        display: block;
    }
    .private-messages-page tr+tr {
        border-top: 1px solid #eee;
    }
    .private-messages-page th,
    .private-messages-page td {
        text-align: center;
    }
    .private-messages-page td {
        padding: 10px 20px;
    }
    .private-messages-page td {
        border: none;
    }
    .private-messages-page .select {
        border: none !important;
        background-color: #f6f6f6;
        padding: 10px 20px !important;
    }
    .private-messages-page .from a,
    .private-messages-page .to a {
        font-weight: normal;
    }
}

@media all and (max-width: 767px) {

    .order-details-page .table-wrapper {
        border: none;
        background-color: transparent;
    }
    .order-details-page thead {
        display: none;
    }
    .order-details-page .data-table tr {
        display: block;
        margin: 0 0 20px;
        border: 1px solid #eee;
    }
    .order-details-page .data-table td {
        display: block;
        border: none;
        border-bottom: 1px solid #eee;
        padding: 15px;
        text-align: center;
    }
    .order-details-page td:last-child {
        border: none;
    }
    .order-details-page .data-table .product a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .order-details-page .data-table .product .download a {
        display: none;
    }
    .order-details-page .data-table .td-title,
    .order-details-page .data-table label {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        color: #888;
    }
    .shipment-details-page .data-table .sku {
        display: none;
    }
    .shipment-details-page .data-table .quantity {
        width: 40%;
    }

    .return-request-page .data-table .unit-price {
        display: none;
    }

}
/*CUTOMS GT przycisk shine
.html-product-details-page.k-mobile .overview .add-to-cart-button:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #7fd2ff;
    animation: shiny-btn 5s ease-in-out infinite;
}
@keyframes shiny-btn {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
*/
