/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
}

.products {
	width: 100%;
	margin-right: unset;
    margin-left: unset;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	text-transform: unset!important;
}
.products-section-title {
	text-transform: unset!important;
}

li.alert-info > div.radio > input { z-index: -1 !important; }

#_mobile_search_filters_wrapper .dropdown-menu .collapse-facet{
    max-height: 300px;
    overflow: scroll;
}

#fb-messenger-fake-button {
    position: fixed;
    z-index: 100;
    bottom: 74px;
    right: 24px;
    padding: 0 !important;
    border-radius: 50%;
    /* you may use a color of your theme */
    border: none;
    background: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s;
}
@media(max-width: 991px){
    #fb-messenger-fake-button {
        display: none !important;
    }
}
#fb-messenger-fake-button svg {
    display: block;
}
#fb-messenger-fake-button.active #logo {
    opacity: 0;
}
#fb-messenger-fake-button.active #spinner {
    animation: spin 3s linear infinite;
    transform-origin: center;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.ratio-homeslider{
    padding-top: calc(600 / 1920 * 100%);
}

.menu__item--0 .icon-wrapper{
    width: 22px;
    height: 22px;
    background: #fa0;
}
.menu__item-link--top:hover .icon-wrapper{
    background: black;
}


#carousel{
    max-height: 600px;
}
/*
.l-header{
	overflow: hidden;
}
*/

main {
	overflow-x: hidden;
}

@media(max-width: 991px) {
    .iframe-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
    }

    .iframe-wrapper > iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
    }
    #product .product-availability {
        /* display: block !important; */
    }
    #product .product-availability a[data-toggle="modal"]{
        display: inline-block !important;
        margin-top: .5rem;
    }
    #carousel{

    }
}

.modal-ask{z-index:1055;}

/* .rutko_nav */

body .ets_mm_megamenu::before { width: 150%; }

.rutko_nav .ets_mm_megamenu_content {
	background: unset!important;
}

.rutko_nav .ets_mm_block * {
    font-size: 14px;
}
.rutko_nav .mm_menus_li > a {
    font-weight: 400;
}

/* .rutko_nav > main arrows */

.rutko_nav .mm_has_sub > a .mm_arrow:after {
    content: '';
    width: 8px;
    height: 8px;
    margin-left: 5px;
    border-top: 2px solid #484848;
    border-right: 2px solid #484848;
    transform: rotate(135deg);
    border-left: unset;
}
.rutko_nav .mm_has_sub:hover > a .mm_arrow:after {
    border-color: #ffaa00;
}
.rutko_nav ._cats > a .mm_arrow:after,
.rutko_nav ._cats:hover > a .mm_arrow:after {
    border-color: #fff;
}

/* .rutko_nav > bubbles */

.rutko_nav .mm_bubble_text {
    border-radius: 10px;
}

/* .rutko_nav > cats */

.rutko_nav ._cats .mm_tab_toggle {
    cursor: unset;
}
.rutko_nav ._cats .mm_tab_toggle_title > a {
	display: flex;
    align-items: center;
    gap: 15px;
    text-transform: none;
    font-size: 14px;
	color: #414141;
}
.rutko_nav ._cats .mm_tabs_li:hover .mm_tab_toggle_title > a {
    color: #ffaa00;
}
.rutko_nav ._cats .mm_tabs_li:hover .mm_tab_has_child::after {
    border-right: 1px solid #ffaa00;
    border-top: 1px solid #ffaa00;
}
.rutko_nav ._cats .mm_tab_toggle_title > a:before {
	content: "";
	display: block;
	width: 25px;
    height: 22px;
	background: #414141;
	-webkit-mask-size: contain;
	        mask-size: contain;
}
.rutko_nav ._cats .mm_tabs_li:hover .mm_tab_toggle_title > a:before {
    background: #ffaa00;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(1) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/gitarowe.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/gitarowe.svg) 100% 100% no-repeat;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(2) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/klawiszowe.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/klawiszowe.svg) 100% 100% no-repeat;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(3) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/perkusyjne.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/perkusyjne.svg) 100% 100% no-repeat;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(4) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/smyczkowe.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/smyczkowe.svg) 100% 100% no-repeat;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(5) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/dete.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/dete.svg) 100% 100% no-repeat;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(6) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/naglosnienie.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/naglosnienie.svg) 100% 100% no-repeat;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(7) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/dj.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/dj.svg) 100% 100% no-repeat;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(8) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/oswietlenie.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/oswietlenie.svg) 100% 100% no-repeat;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(9) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/studio.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/studio.svg) 100% 100% no-repeat;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(10) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/sluchawki.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/sluchawki.svg) 100% 100% no-repeat;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(11) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/statywy.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/statywy.svg) 100% 100% no-repeat;
}
.rutko_nav ._cats .mm_tabs_li:nth-child(12) .mm_tab_toggle_title > a:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/multimedia.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/multimedia.svg) 100% 100% no-repeat;
}

/* .rutko_nav > cats sub arrow */

.rutko_nav ._cats .ets_mm_block_content .has-sub > a:after {
    border-left: unset!important;
	border-right: 1px solid #999!important;
    border-top: 1px solid #999;
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.35s;
            transition: all 0.35s;
}

/* .rutko_nav > cats level 2 */


.rutko_nav ._cats .ets_mm_categories li:hover > a {
    color: #ffaa00!important;
}
.rutko_nav ._cats .ets_mm_categories li:hover > a:after {
	border-right: 1px solid #ffaa00!important;
    border-top: 1px solid #ffaa00!important;
}
.rutko_nav ._cats .ets_mm_categories li a:before {
    content: none;
}
.rutko_nav ._cats .mm_columns_contents_ul .mm_blocks_li {
    margin-bottom: 0;
    white-space: nowrap;
}

@media only screen and (min-width: 992px) {
    .rutko_nav ._cats .mm_columns_contents_ul {
        display: flex;
        width: min-content!important;
        min-height: 517px;
        padding: 15px;
    }
}

/* .rutko_nav > social */

.rutko_nav ._social {
    float: right;
    border: none!important;
}
.rutko_nav ._social:hover > a {
    background: unset!important;
}
.rutko_nav ._social:hover > a:before {
    opacity: 0!important;
}
.rutko_nav ._social .mm_menu_content_title {
    margin: 14px 3px;
    padding: 5px;
    font-size: 0;
    border: 1px solid #424242;
}
.rutko_nav ._facebook .mm_menu_content_title:before,
.rutko_nav ._twitter .mm_menu_content_title:before,
.rutko_nav ._youtube .mm_menu_content_title:before,
.rutko_nav ._instagram .mm_menu_content_title:before {
	content: "";
	display: block;
	width: 18px;
    height: 18px;
	background: #414141;
	-webkit-mask-size: contain;
	        mask-size: contain;
}
.rutko_nav ._facebook .mm_menu_content_title:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/facebook.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/facebook.svg) 100% 100% no-repeat;
}
.rutko_nav ._twitter .mm_menu_content_title:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/twitter.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/twitter.svg) 100% 100% no-repeat;
}
.rutko_nav ._youtube .mm_menu_content_title:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/youtube.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/youtube.svg) 100% 100% no-repeat;
}
.rutko_nav ._instagram .mm_menu_content_title:before {
	-webkit-mask: url(/themes/midi/assets/img/nav_icons/instagram.svg) 100% 100% no-repeat;
	        mask: url(/themes/midi/assets/img/nav_icons/instagram.svg) 100% 100% no-repeat;
}
.rutko_nav ._facebook:hover .mm_menu_content_title:before,
.rutko_nav ._twitter:hover .mm_menu_content_title:before,
.rutko_nav ._youtube:hover .mm_menu_content_title:before,
.rutko_nav ._instagram:hover .mm_menu_content_title:before {
	background: #ffaa00;
}

/* .rutko_nav > mobile */

@media only screen and (max-width: 991px) {
	.rutko_nav .ybc-menu-toggle {
		display: none!important;
	}
    .rutko_nav {
        margin-top: 0!important;
    }
    .rutko_nav ._cats .mm_tabs_li .mm_columns_contents_ul { column-count: unset; }
	.rutko_nav ._social .mm_menu_content_title {
        margin: 0;
    }
    .rutko_nav ._instagram  {
        border-top: 1px solid #e7e7e7!important;
    }
    .rutko_nav ._social:hover > a {
        width: fit-content;
    }
}

/* */

.rutko_nav .mm_menus_ul li:nth-child(4) .mm_menu_content_title {
	background: #ff3131;
    color: #fff;
}
/*
.rutko_nav .mm_menus_ul li:nth-child(5) .mm_menu_content_title {
	background: #ff3131;
    color: #fff;
}
*/
/* */

.header-nav .user-info,
.header-nav .blockcart {
	display: none;
}

/* Page > Koszty dostawy */

.rutkop2-p-delivery {
	display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
}
.rutkop2-p-delivery > div {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 1rem;
	width: 250px;
	margin-bottom: 1rem;
}
.rutkop2-p-delivery ._cost {
	background: #f7f7f7;
    width: 100%;
    padding: 1rem 1.5rem;
}
.rutkop2-p-delivery .float_right { float: right; }

@media (max-width: 1000px) {
	.rutkop2-p-delivery {
		flex-direction: column;
		align-items: center;
	}
}

/* rutko-desc-v2 */

.rutkop2-desc-v2 {
	display: flex;
    justify-content: center;
    color: #4d4d4d;
}
.rutkop2-desc-v2 .wrapper {
	width: 100%;
	max-width: 1398px;
}
.rutkop2-desc-v2 .section {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.rutkop2-desc-v2 .flex-50 {
	flex: 0 0 50%;
}
.rutkop2-desc-v2 .flex-100 {
	flex: 0 0 100%;
}
.rutkop2-desc-v2 .flex-reverse {
	flex-direction: row-reverse;
}
.rutkop2-desc-v2 .text-side.flex-50 {
	padding: 1.5rem;
}
.rutkop2-desc-v2 .text-side.flex-100 {
	padding: 0 1.5rem;
}
.rutkop2-desc-v2 a {
	display: inline-block;
    text-decoration: none;
    transition: 0.2s ease;
    color: #4d4d4d;
	box-shadow: 0px -2px 0px 0px #fa0 inset;
}
.rutkop2-desc-v2 a:hover {
	color: #fff;
    box-shadow: 0px -22px 0px 0px #fa0 inset;
}
.rutkop2-desc-v2 .section img {
	width: 100%;
}
@media (max-width: 992px) {
	.rutkop2-desc-v2 .section {
		flex-direction: column;
		align-items: unset;
	}
}

@media (max-width: 576px) {
	#fb-root {
		display: none!important;
	}
	#back-to-top {
		right: 24px;
	}
}

#supercheckout-option .radio-inline:nth-child(2) label {
	background: #ffaa00;
	color: #fff;
}

/* video tab */

.video_product .page-product-box {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.video_product .page-product-box .rte {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%!important;
	height: 0;
}
.video_product iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

.product-textblock1{
    min-height: 156.59px;
}

/*.product-textblock1 ul .ratio_1{
    padding-top: calc(23 / 132 * 100%);
}
.product-textblock1 ul .ratio_2{
    padding-top: calc(28 / 136 * 100%);
}
.product-textblock1 ul .ratio_3{
    padding-top: calc(55 / 110 * 100%);
}
.product-textblock1 ul .ratio_4{
    padding-top: calc(42 / 150 * 100%);
}*/

.product-textblock1 ul li:first-child{
    min-height: 23px;
}
.product-textblock1 li:nth-child(2){
    min-height: 28px;
}
.product-textblock1 li:nth-child(3){
    min-height: 55px;
}
.product-textblock1 li:nth-child(4){
    min-height: 42px;
}

/* PayU */

#module-payu-payment .l-wrapper {
	max-width: 1398px;
	padding: 1rem;
}
#payMethodContainer-c,
#payMethodContainer-dpt,
#payMethodContainer-ai,
#payMethodContainer-ap,
#payMethodContainer-blik,
#payMethodContainer-p,
#payMethodContainer-m,
#payMethodContainer-g,
#payMethodContainer-w,
#payMethodContainer-o,
#payMethodContainer-wm,
#payMethodContainer-ab,
#payMethodContainer-i,
#payMethodContainer-l,
#payMethodContainer-b,
#payMethodContainer-wc,
#payMethodContainer-bo,
#payMethodContainer-ps,
#payMethodContainer-bnx,
#payMethodContainer-gbx,
#payMethodContainer-nlx,
#payMethodContainer-bs,
#payMethodContainer-plsb,
#payMethodContainer-ma,
#payMethodContainer-vc,
#payMethodContainer-nstb { display: none; }

/* default description */

.product-description ul {
	margin-top: 10px;
}

/* .search_filters */

.search_filters {
	gap: 1rem;
}

/* .midi-messages */

.midi-messages {
	margin-bottom: 10px;
	padding: 5px 10px;
    color: #fff;
	font-size: 14px;
    text-align: center;
	background: #ffaa00;
}
.midi-messages .midi-messages-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.midi-messages .check-btn {
    padding: 5px 10px;
	color: #000;
	background-color: #fff;
    border-radius: 15px;
}
.midi-messages .check-btn:hover {
	color: #fa0;
}

/* .product-ribbon */

.product-miniature .card-product,
.page-content--product .images-container {
	overflow: hidden;
}
.product-ribbon {
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
}
.product-ribbon .sale-ribbon,
.product-ribbon .promo-ribbon,
.product-ribbon .new-ribbon,
.product-ribbon .bstock-ribbon {
	position: absolute;
	width: 200px;
    background: #fff;
    border: 2px solid #ffaa00;
    color: #ffaa00;
    font-weight: 700;
    text-transform: uppercase;
	text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
}
.product-ribbon .sale-ribbon.top-left,
.product-ribbon .promo-ribbon.top-left,
.product-ribbon .new-ribbon.top-left,
.product-ribbon .bstock-ribbon.top-left,
.product-ribbon .gift-ribbon.top-left {
	top: 36px;
	left: -50px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.product-ribbon .promo-ribbon {
	background: #fff;
    border: 2px solid #ffaa00;
    color: #ffaa00;
}
.product-ribbon .gift-ribbon {
	position: absolute;
	width: 200px;
    background: #ff0000;
    border: 2px solid #ff0000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
}
.product-ribbon .sale-ribbon.black-weeks {
	background: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

/* .product-note */

.product-note {
	padding: 1rem;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	border: 1px solid #ffc300;
}

/* .raty-content */

.raty-content {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.raty-content .title {
	font-size: 1.125rem;
}
.raty-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
}
.raty-content .santander {
	width: 130px;
	height: 23px;
	background: url(/themes/midi/assets/img/raty-logos.webp) 0 0;
}
.raty-content .credit-agricole {
	width: 99px;
	height: 23px;
	background: url(/themes/midi/assets/img/raty-logos.webp) -130px 0;
}
.raty-content .payu-raty {
	width: 87px;
	height: 23px;
	background: url(/themes/midi/assets/img/raty-logos.webp) -229px 0;
}
.raty-content .paypo {
	width: 84px;
	height: 23px;
	background: url(/themes/midi/assets/img/raty-logos.webp) -316px 0;
}
.raty-content .leaselink {
	width: 112px;
	height: 23px;
	background: url(/themes/midi/assets/img/raty-logos.webp) -400px 0;
}
.raty-content ul a {
	display: block;
	width: 100%;
    height: 100%;
	padding: 10px 15px;
}
.raty-content .tooltip-top {
	position: relative;
	text-align: center;
}
.raty-content .tooltip-top:after {
	background-color: #333;
	border-radius: 10px;
	color: #fff;
	display: none;
	padding: 10px 15px;
	position: absolute;
	text-align: center;
	z-index: 999;
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 10px));
	width: max-content;
	max-width: 200px;
}
.raty-content .tooltip-top:before {
	background-color: #333;
	content: '';
	display: none;
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 999;
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}
.raty-content .tooltip-top:hover:after,
.raty-content .tooltip-top:hover:before {
	display: block;
}
.raty-content .santander.tooltip-top:after {
	content: 'Symulator rat on-line Santander';
}
.raty-content .credit-agricole.tooltip-top:after {
	content: 'Symulator rat on-line Credit Agricole';
}
.raty-content .leaselink.tooltip-top:after {
	content: 'Symulator leasingu Leaselink';
}

/* Różne */

.rc {
	background: transparent!important;
}

.featured-products > h2 {
	text-align: center;
}
.featured-products > h2:after {
	width: 300px;
    left: 10px;
    height: 3px;
    background: #fa0;
    content: "";
	display: block;
    margin: 1rem auto;
}

#product-modal .slick-arrow { width: 50%; }
#product-modal .slick-prev > img { margin-left: auto; }
#product-modal .slick-next > img { margin-left: auto; }

/* .discount-list */

.pr-discount-list h3 {
	margin: 0;
	margin-bottom: 5px;
	text-transform: unset;
	font-size: 1.25rem;
}
.pr-discount-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ffc300;
    border-radius: 15px;
    padding: 1rem 2rem;
	margin-bottom: 1rem;
}
.pr-discount-list .item a {
	color: #424242;
	margin-bottom: 5px;
}
.pr-discount-list .item a:hover {
	color: #fa0;
}
.pr-discount-list .col-l,
.pr-discount-list .col-r {
	display: flex;
    flex-direction: column;
	gap: 0.5rem;
}
.pr-discount-list .coupon {
	width: fit-content;
	padding: 5px 10px;
    color: #fff;
	background: #ffc300;
	font-size: 1.25rem;
	font-weight: bolder;
}

@media only screen and (max-width: 767px) {
	.pr-discount-list .col-r {
		margin-top: 1rem;
	}
}
@media only screen and (max-width: 450px) {
	.pr-discount-list .item {
		flex-direction: column;
		text-align: center;
	}
	.pr-discount-list .col-r {
		margin: 1rem auto 0;
	}
	.pr-discount-list .coupon {
		width: unset;
	}
}

/* yamaha ssdb */

.home-ssdb {
	display: flex;
	flex-wrap: wrap;
    gap: 15px;
}
.home-ssdb .item {
	width: calc(25% - 11.25px);
}
.home-ssdb .item img {
    display: flex;
	margin: 0 auto;
    width: 100%;
	max-width: 300px;
    height: auto;
}
@media (max-width: 768px) {
	.home-ssdb .item {
		width: calc(50% - 7.5px);
	}
}
@media (max-width: 576px) {
	.home-ssdb .item {
		width: 100%;
	}
}

/* .under-footer */

.under-footer {
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 1rem;
    width: 100%;
	margin: 0 15px;
}
.under-footer .stamps {
	display: flex;
    gap: 1rem;
}
.under-footer .text {
	margin: 0;
}
@media (max-width: 768px) {
	.under-footer {
		flex-direction: column;
	}
}

/* .authorized-dealer */

#product .product-manufacturer {
	display: inline-flex;
    align-items: center;
}
#product .product-manufacturer .authorized-dealer {
	margin-left: 10px;
}
#product .product-manufacturer .tooltip-top {
	position: relative;
	text-align: center;
}
#product .product-manufacturer .tooltip-top:before {
	background-color: #333;
    content: '';
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}
#product .product-manufacturer .tooltip-top:after {
    content: 'Autoryzowany sprzedawca';
	background-color: #333;
    border-radius: 10px;
    color: #fff;
    display: none;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 10px));
    width: max-content;
    max-width: 200px;
}
#product .product-manufacturer .tooltip-top:hover:after,
#product .product-manufacturer .tooltip-top:hover:before {
    display: block;
}

/* .product-availability */

#product .product-availability {
	margin-bottom: 0;
}

/* .product-add-to-cart */

#product .product-add-to-cart {
	align-items: center;
	width: 100%;
}
#product .product-add-to-cart .add {
	margin: 0;
}
#product .product-add-to-cart .product-price {
	display: flex;
    flex-direction: column;
}
#product .product-add-to-cart .product-price .regular-price {
	margin: 0;
}
#product .product-add-to-cart .qty {
	margin-right: 1rem;
	margin-left: 0;
}
#product .product-add-to-cart .qty .input-group {
	flex-wrap: nowrap;
}

@media (max-width: 991.98px){
	#product .price-wrapper-has-discount {
		flex-wrap: nowrap;
	}
	.price-wrapper-has-discount .product-prices {
		flex: unset!important;
		margin-bottom: 0!important;
	}
	#product .product-add-to-cart .qty {
		margin-left: 1rem!important;
	}
}
@media (max-width: 499.98px){
	#product .product-add-to-cart {
		flex-direction: column;
	}
	#product .product-add-to-cart .add {
		margin-top: 1rem;
	}
}

/* .product-pack */

#product .product-pack {
	margin-top: 1.2rem;
	margin-bottom: 0!important;
	padding-bottom: 1.2rem;
    border-bottom: 1px solid #dcdcdc;
}
#product .product-pack .card {
	border: 0!important;
}
#product .product-pack .pack-product-container {
	padding: 0;
}
#product .product-pack .thumb-mask {
	padding: 0;
}
#product .product-pack .pack-product-quantity {
	border: 0;
}
#product .product-pack a {
	color: #424242;
}
#product .product-pack a:hover {
	color: #fa0;
}
#product .product-pack .pack-product-quantity > span {
	white-space: nowrap;
}
#product .product-pack .pack-product-price {
	flex: 0 0 100px;
	text-align: right;
}
#product .product-pack .pack-product-price.has-discount > strong {
	color: #fa0;
	font-size: 18px;
}
#product .product-pack .product-discount .regular-price {
	margin-left: 0;
}

/* .block_newsletter */

footer .block_newsletter {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}
footer .block_newsletter > .row {
	flex-direction: column;
}
footer .block_newsletter #block-newsletter-label {
	margin-bottom: 10px;
}
footer .block_newsletter > .row > * {
	flex: 0 0 50%;
    max-width: 50%;
    margin: 0 auto;
}
@media (max-width: 991px) {
	footer .block_newsletter > .row > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* #tab-content */

#tab-content .product-description h1,
#tab-content .product-description h2,
#tab-content .product-description h3,
#tab-content .product-description h4,
#tab-content .product-description h5,
#tab-content .product-description h6 {
	text-transform: unset;
	margin-bottom: 2rem;
}

/* Black Weeks > Menu Btn */

/*
.rutko_nav .mm_menus_ul .mm_menus_li:nth-child(6) > a {
	color: #fff!important;
	background: #ff0000!important;
}
.rutko_nav .mm_menus_ul .mm_menus_li:nth-child(6):hover > a {}
*/

/* hottest categories */

#pr-hottest-categories .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
#pr-hottest-categories .item {
    position: relative;
    overflow: hidden;
}
#pr-hottest-categories .item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
#pr-hottest-categories .item:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}
#pr-hottest-categories .item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}
#pr-hottest-categories .item:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
}
#pr-hottest-categories .item:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
}
#pr-hottest-categories .item:nth-child(6) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
}
#pr-hottest-categories .item:nth-child(7) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
}
#pr-hottest-categories .item:nth-child(8) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
}
#pr-hottest-categories .item:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
}
#pr-hottest-categories .item:nth-child(10) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
}
#pr-hottest-categories .item:nth-child(11) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
}
#pr-hottest-categories .item:nth-child(12) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 5;
}
#pr-hottest-categories .image {
    width: 100%;
    height: 100%;
    transition: all 0.25s ease-in-out;
    object-fit: cover;
}
#pr-hottest-categories .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}
@media (max-width: 992px) {
    #pr-hottest-categories .item:nth-child(5) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    #pr-hottest-categories .item:nth-child(6) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    #pr-hottest-categories .item:nth-child(7) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    #pr-hottest-categories .item:nth-child(8) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    #pr-hottest-categories .item:nth-child(9) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    #pr-hottest-categories .item:nth-child(10) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    #pr-hottest-categories .item:nth-child(11) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 6;
        grid-row-end: 7;
    }
    #pr-hottest-categories .item:nth-child(12) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 6;
        grid-row-end: 7;
    }
}
@media (max-width: 576px) {
    #pr-hottest-categories .item:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 5;
    }
    #pr-hottest-categories .item:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    #pr-hottest-categories .item:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    #pr-hottest-categories .item:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    #pr-hottest-categories .item:nth-child(5) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    #pr-hottest-categories .item:nth-child(6) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    #pr-hottest-categories .item:nth-child(7) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 6;
        grid-row-end: 7;
    }
    #pr-hottest-categories .item:nth-child(8) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 7;
        grid-row-end: 8;
    }
    #pr-hottest-categories .item:nth-child(9) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 8;
        grid-row-end: 9;
    }
    #pr-hottest-categories .item:nth-child(10) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 9;
        grid-row-end: 10;
    }
    #pr-hottest-categories .item:nth-child(11) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 10;
        grid-row-end: 11;
    }
    #pr-hottest-categories .item:nth-child(12) {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 11;
        grid-row-end: 12;
    }
}

/* x13pricehistory */

.x13pricehistory {
	margin-top: 15px;
}
.x13pricehistory__lowest__toda--smallmargin,
.x13pricehistory__omnibus-text,
.x13pricehistory__lowest__today,
.x13pricehistory__text {
	font-size: 14px;
	font-weight: 400;
}
.x13pricehistory__omnibus-text,
.x13pricehistory__text {
	margin-bottom: 5px;
}
.x13pricehistory__lowest__toda--smallmargin .price,
.x13pricehistory__omnibus-text .price,
.x13pricehistory__lowest__today .price,
.x13pricehistory__text .price {
	font-size: 14px!important;
}
.product-add-to-cart .qty_add {
	display: flex;
}
#product .product-add-to-cart .product-price {
	margin-bottom: 15px;
}
@media (max-width: 576px) {
	.product-add-to-cart .qty_add {
		flex-direction: column;
	}
	#product .product-add-to-cart .add {
		padding: 0 1rem;
	}
	#product .product-add-to-cart .add button {
		width: 100%;
	}
	#product .product-add-to-cart .qty input {
		max-width: 100%;
	}
}

body{
	padding-top: 0 !important;
}

header#header.sticky{
	position: fixed;
}

header.sticky .header-top .mobile-nav{
	margin-top: 5px;
}
header.sticky .header-top > .container {
    display: none;
}

@media (min-width: 992px) {

	header.sticky  .header-bottom{
		margin-top: 40px;
	}
	header.sticky  .header-nav.text-black,
	header.sticky .header-top{
		display: none;
	}
}

/* Simple Blog */

.ets_block_latest.page_home {
	margin: 0 auto;
}
.ets_block_latest.page_home .title_blog {
	text-transform: unset;
}
.ets_block_latest.page_home .owl-carousel li,
.ets_blog_related_posts_type_carousel .owl-carousel li {
	flex: 0 0 100%;
	max-width: 100%;
}
.ets_block_latest.page_home .owl-carousel .ets_item_img:hover > img,
.ets_blog_related_posts_type_carousel .owl-carousel .ets_item_img:hover > img {
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
			transform: scale(1.05);
}
.ets_block_latest.page_home .ets_title_block,
.ets_blog_related_posts_type_carousel .ets_title_block {
	text-transform: unset;
	transition: color .15s ease-in-out;
}
.ets_block_latest.page_home .read_more,
.ets_blog_related_posts_type_carousel .read_more {
	padding: 5px 10px;
    font-style: unset;
    color: #fff;
	background-color: #ffaa00;
	border: 0;
	border-radius: 3px;
	transition: background-color .15s ease-in-out;
}
.ets_block_latest.page_home .read_more:hover,
.ets_blog_related_posts_type_carousel .read_more:hover {
	color: #fff;
	background-color: #ffc400;
}
.ets_block_latest.page_home .owl-prev,
.ets_blog_related_posts_type_carousel .owl-prev,
.ets_block_latest.page_home .owl-next,
.ets_blog_related_posts_type_carousel .owl-next {
	transition: background .15s ease-in-out, border .15s ease-in-out;
}
.ets_block_latest.page_home .owl-prev:before,
.ets_blog_related_posts_type_carousel .owl-prev:before,
.ets_block_latest.page_home .owl-next:before,
.ets_blog_related_posts_type_carousel .owl-next:before {
	transition: color .15s ease-in-out;
}
.ets_block_latest.page_home .owl-prev:hover,
.ets_block_latest.page_home .owl-next:hover,
.ets_blog_related_posts_type_carousel .owl-nav > div:hover {
	background: #ffaa00!important;
	border: 1px solid #ffaa00!important;
}
.ets_block_latest.page_home .owl-prev:hover:before,
.ets_blog_related_posts_type_carousel .owl-prev:hover:before,
.ets_block_latest.page_home .owl-next:hover:before,
.ets_blog_related_posts_type_carousel .owl-next:hover:before {
	color: #fff!important;
}
@media (min-width: 576px){
	.ets_block_latest.page_home {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.ets_block_latest.page_home {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.ets_block_latest.page_home {
		max-width: 960px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ets_block_latest.page_home {
		max-width: 100%;
	}
}
@media (min-width: 1200px){
	.ets_block_latest.page_home {
		max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.ets_block_latest.page_home {
		max-width: 1398px;
	}
}
#ets_blog_page .breadcrumb-wrapper {
	margin: 0;
}
#ets_blog_page #wrapper > .row > div {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#ets_blog_page #wrapper > .row {
	margin: 0;
}
#ets_blog_page #content-wrapper > div:nth-child(1) {
	flex: unset;
	padding-left: 0;
}
#ets_blog_page #content-wrapper > div:nth-child(2) {
	flex: unset;
	padding-right: 0;
}
@media (min-width: 576px){
	#ets_blog_page #wrapper > .row > div {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	#ets_blog_page #wrapper > .row > div {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	#ets_blog_page #wrapper > .row > div {
		max-width: 960px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#ets_blog_page #wrapper > .row > div {
		max-width: 100%;
	}
}
@media (min-width: 1200px){
	#ets_blog_page #wrapper > .row > div {
		max-width: 1140px;
	}
}
@media (min-width: 1400px){
	#ets_blog_page #wrapper > .row > div {
		max-width: 1398px;
	}
}
@media (max-width: 767px){
	#ets_blog_page #content-wrapper > div:nth-child(1),
	#ets_blog_page #content-wrapper > div:nth-child(2) {
		max-width: 100%;
		padding: 0;
	}
	#ets_blog_page #wrapper > .row > div {
		flex-direction: column-reverse;
	}
}
#ets_blog_page .page-heading,
#ets_blog_page .title_cat {
	text-transform: unset;
}
#ets_blog_page .ets-blog-wrapper-comment {
	display: none;
}
.ets_blog_sidebar {
	padding-top: 16px;
}
.ets_blog_sidebar .block {
	padding: 0!important;
	box-shadow: none!important;
}
.ets_blog_sidebar .read_more {
	padding: 5px 10px;
    font-style: unset;
    color: #fff!important;
    background-color: #ffaa00;
    border: 0;
    border-radius: 3px;
    transition: background-color .15s ease-in-out;
}
.ets_blog_sidebar .read_more:hover {
	color: #fff;
    background-color: #ffc400;
}
.ets_blog_sidebar .blog_view_all_button > a {
	background: unset;
	border: 1px solid #ffaa00;
	color: #ffaa00!important;
	text-transform: unset;
	transition: background .15s ease-in-out, color .15s ease-in-out;
}
.ets_blog_sidebar .blog_view_all_button > a:hover {
	background: #ffaa00;
	color: #fff!important;
}
#left-column .ets_block_slider .owl-controls {
	position: absolute;
	top: 15px;
    right: 40px;
    left: unset;
    width: unset;
	margin: 0;
	-webkit-transform: unset;
	   -moz-transform: unset;
			transform: unset;
}
#left-column .ets_block_slider .owl-controls .owl-prev {}
#left-column .ets_block_slider .owl-controls .owl-next {
	float: left;
}
#left-column .owl-carousel:hover .owl-controls .owl-nav > div {
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
	background: #fff!important;
}
#left-column .owl-carousel:hover .owl-controls .owl-nav > div:hover {
	background: #ffaa00!important;
}
#left-column .owl-carousel:hover .owl-controls .owl-nav > div:hover:before {
	color: #fff;
}
#left-column .title_blog,
#right-column .title_blog {
	text-transform: unset;
}
.ets_blog_layout_list {
	padding-left: 0;
    padding-top: 30px;
}
.ets_blog_layout_list .ets_title_block {
	text-transform: unset;
	transition: color .15s ease-in-out;
}
.ets_blog_layout_list .read_more {
	padding: 5px 10px;
    font-style: unset;
    color: #fff;
	background-color: #ffaa00;
	border: 0;
	border-radius: 3px;
	transition: background-color .15s ease-in-out;
}
.ets_blog_layout_list .read_more:hover {
	color: #fff;
	background-color: #ffc400;
}
.view_detail_link.blog_view_all {
	text-transform: unset;
	transition: background .15s ease-in-out;
}
.view_detail_link.blog_view_all:hover {
    background: #ffc400;
}
.ets-blog-wrapper .page-heading {
	margin-top: 0;
	margin-bottom: 27px;
}
.ets-blog-list li:not(:last-child) {
	border-bottom: 1px solid #eee;
    padding-bottom: 35px;
}
.ets-blog-related-posts .title_blog {
	text-transform: unset;
}
@media (max-width: 575px){
	.ets-blog-related-posts {
		display: none;
	}
}
.blog-category h1,
.blog_description h1,
.blog-category h2,
.blog_description h2,
.blog-category h3,
.blog_description h3 {
	text-transform: unset;
}
.blog-category h1,
.blog_description h1 {
	font-size: 34px!important;
}
.blog-category h2,
.blog_description h2 {
	font-size: 26px;
}
.blog-category h3,
.blog_description h3 {
	font-size: 18px;
}

/* mod-slots */

.mod_slot { margin-top: 4rem; }

@media (max-width: 576px){
	.mod_slot .rwd_column { flex-direction: column; }
}

/* pod SEO */

#main .header-banner .rs-waction {
	cursor: pointer;
}

/* G4Rent */

#g4r-shop-button-form-link div:first-of-type { display: none; }

/* Landing Page */

.lp-head {
	text-align: center;
}
.lp-head h2 {
	text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
}
.lp-head h2 > span {
	padding-bottom: 1rem;
    display: inline-block;
    position: relative;
}
.lp-head h2 > span:after {
	width: calc(100% - 20px);
    left: 10px;
    height: 3px;
    background: #fa0;
    content: "";
    position: absolute;
    bottom: 0;
}
.lp-head > p {}
#lp-hottest-categories {
	margin-bottom: 2rem;
}
#lp-hottest-categories .items-wrapper {
	display: flex;
	justify-content: center;
	gap: 30px;
}
#lp-hottest-categories .item {}
#lp-hottest-categories .item a {
	display: block;
    padding: 10px 30px;
    color: #242424;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
}
#lp-hottest-categories .item a:hover {
	border: 1px solid #ffaa00;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}
#lp-hottest-brands {
	margin-bottom: 2rem;
}
#lp-hottest-brands .items-wrapper {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
	padding: 15px 0;
}
#lp-hottest-brands .item {
	width: calc(12.5% - 26.25px);
}
#lp-hottest-brands .item a {
	border: 1px solid #e2e2e2;
    display: block;
    padding: 20px;
    border-radius: 15px;
}
#lp-hottest-brands .item a:hover {
	border: 1px solid #ffaa00;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}
#lp-hottest-brands .item img {}

@media (max-width: 992px){
	#lp-hottest-brands .item {
		width: calc(25% - 26.25px);
	}
}
@media (max-width: 576px){
	#lp-hottest-brands .item {
		width: calc(33.33333% - 26.25px);
	}
	#lp-hottest-categories .items-wrapper {
		flex-direction: column;
	}
}

/* product.quantity on product page */

.page-product #product-availability .d-lg-flex {
	display: flex;
	flex-direction: column;
}

@media (max-width: 576px){
	#product .product-availability .font-weight-bold.mr-2,
	#product .product-availability .mt-3 {
		margin-left: 0.25rem;
	}
}

/* Zaufane opinie Ceneo */

#pdceneozaufaneopiniepro {
	background: unset;
    border: unset;
}
#pdceneozaufaneopiniepro .card-block {
	background: unset;
	border: unset;
	padding: 0;
}
#pdceneozaufaneopiniepro .h1 {
	font-size: 14px;
	margin: 0;
}
#pdceneozaufaneopiniepro .cart-overview-new {
    padding: 0;
}
#pdceneozaufaneopiniepro label {
	font-size: 12px;
    font-weight: 400;
}
#pdceneozaufaneopiniepro .float-xs-left {
	margin-right: 5px;
}
#pdceneozaufaneopiniepro .custom-checkbox {
	display: flex;
    margin-top: 7px;
}
#pdceneozaufaneopiniepro .checkbox-checked {
	display: none!important;
}

/* Eikon warranty */

.eikon-warranty {
	display: flex;
	align-items: center;
	gap: 25px;
	margin: 25px 0;
}
.eikon-warranty .warranty-image {
	max-width: 120px;
}
.eikon-warranty .warranty-title {
	margin: 0 0 10px 0!important;
}
.eikon-warranty .warranty-text {
	margin: 0;
}
@media (max-width: 576px){
	.eikon-warranty {
		flex-direction: column;
		text-align: center;
	}
}

/* HoHoHo 2023 */

#hohoho-2023 .container-gifts,
#hohoho-2023 .container-cats {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	gap: 20px;
	margin-bottom: 20px;
}
#hohoho-2023 .container-gifts .column {
	display: flex;
	width: calc(100% / 2 - 10px);
	overflow: hidden;
}
#hohoho-2023 .container-cats .column {
	display: flex;
	width: calc(100% / 4 - 15px);
	overflow: hidden;
}
#hohoho-2023 .inside-column {
	width: 100%;
	display: flex;
}
#hohoho-2023 .image {
	width: 100%;
}
@media (max-width: 768px) {
	#hohoho-2023 .container-gifts .column,
	#hohoho-2023 .container-cats .column {
		width: 100%;
	}
}

/* christmas info delivery */

.before-christmas-info,
.after-christmas-info {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #ff0000;
}
.before-christmas-info:hover .i-icon:before,
.before-christmas-info:hover .i-icon:after,
.after-christmas-info:hover .i-icon:before,
.after-christmas-info:hover .i-icon:after {
	display: block;
}
.before-christmas-info svg,
.after-christmas-info svg {
	fill: #dfdfdf;
}
.before-christmas-info .i-icon,
.after-christmas-info .i-icon {
	position: relative;
}
.before-christmas-info .i-icon:before,
.after-christmas-info .i-icon:before {
	background-color: #333;
    content: '';
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}
.before-christmas-info .i-icon:after,
.after-christmas-info .i-icon:after {
	background-color: #333;
    border-radius: 10px;
    color: #fff;
    display: none;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 10px));
    width: max-content;
    max-width: 200px;
}
.before-christmas-info .i-icon:after {
	content: 'Przewidywany czas dostawy ustalony na podstawie realizacji wcześniejszych zamówień';
}
.after-christmas-info .i-icon:after {
	content: 'Zapytaj o faktyczny czas realizacji naszych handlowców';
}

/* home */

.featured-products.mt-zibi {
	margin: 0 auto!important;
}
@media (min-width: 576px){
	.featured-products.mt-zibi {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.featured-products.mt-zibi {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.featured-products.mt-zibi {
		max-width: 960px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.featured-products.mt-zibi {
		max-width: 100%;
	}
}
@media (min-width: 1200px){
	.featured-products.mt-zibi {
		max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.featured-products.mt-zibi {
		max-width: 1398px;
	}
}

/* crosssell */

.js-product-images-modal .modal-dialog {
	height: 100vh;
	margin: 0 auto;
	padding: 1.75rem;
}
.js-product-images-modal .modal-content,
.js-product-images-modal .modal-body,
.js-product-images-modal .slick-slider,
.js-product-images-modal .slick-track,
.js-product-images-modal .slick-list {
	height: 100%;
}
.js-product-images-modal .rc {
	padding-top: unset;
}
.js-product-images-modal .rc > img {
	object-fit: contain;
}
.ets_crosssell_block .tab_content .slick-track {
	display: unset;
}
.ets_crosssell_block .tab_content .slick-list {
	padding: 10px 0 65px 0;
}
h4.ets_crosssell_title {
	text-align: center;
    display: block;
    font-size: 1.875rem;
}
.ets_crosssell_block .featured-products .slick-arrow:hover {
	background: #ffaa00;
	border-color: #ffaa00;
}
.ets_crosssell_home_page {
	margin: 0 auto;
}
@media (min-width: 576px){
	.ets_crosssell_home_page {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.ets_crosssell_home_page {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.ets_crosssell_home_page {
		max-width: 960px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.ets_crosssell_home_page {
		max-width: 100%;
	}
}
@media (min-width: 1200px){
	.ets_crosssell_home_page {
		max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.ets_crosssell_home_page {
		max-width: 1398px;
	}
}

/* faq */

.faq_on_product {
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0 0 2rem 0;
}
.faq_on_product .title_block {
	position: relative;
	display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 20px auto;
	padding-bottom: 1rem;
	text-align: center;
}
.faq_on_product .title_block:after {
	width: calc(100% - 20px);
    left: 10px;
    height: 3px;
    background: #fa0;
    content: "";
    position: absolute;
    bottom: 0;
}
.faq_on_product .faq_question_name.open {
	background-color: #dfdfdf;
}
.faq_on_product .faq_answer {
	color: unset;
	font-style: unset;
}
#product .faq_ask_a_question {
	text-align: center;
}
@media (min-width: 992px){
	.faq_on_product .title_block {
		font-size: 21px;
	}
}

/* product-to-order */

.product-to-order {}
.product-to-order .d-lg-flex .ml-1 {
	display: flex;
    flex-direction: column;
}
.product-to-order .d-lg-flex .ml-1 .link {
	padding: 5px 10px;
	background: #ffaa00;
	width: fit-content;
	color: #fff;
}
.product-to-order .d-lg-flex .ml-1 .availability-info {
	font-size: 14px;
	margin-bottom: 10px;
}
.product-to-order .d-lg-flex .ml-1 .link:after {
	content: "";
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: 5px;
}

/* Xyears_warranty */

.warranty_content {
	display: flex;
	gap: 2rem;
}
.warranty_content .warranty_img {
	flex: 0 0 400px
}
@media (max-width: 768px){
	.warranty_content {
		flex-direction: column;
	}
	.warranty_content .warranty_img {
		flex: unset;
	}
	.warranty_content .warranty_img img {
		max-width: 300px;
	}
}

/* slot_grid_3x */

.slot_grid_3x {
	display: flex;
}

@media (max-width: 576px){
	.slot_grid_3x {
		flex-direction: column;
	}
	.slot_grid_3x .item {
		flex: 0 0 100%;
	}
}

/* hohoho2024 lp */

.christmas-wrapper-1 .section {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.christmas-wrapper-1 .lp-link {
	flex: 0 0 calc(33.3333% - .66666rem);
}
.christmas-wrapper-1 .lp-link img {
	width: 100%;
}

.christmas-wrapper-2 {
	width: 100%;
}
.christmas-wrapper-2 .section {
	display: flex;
	flex-wrap: wrap;
}
.christmas-wrapper-2 .section.flex-reverse {
	flex-direction: row-reverse;
}
.christmas-wrapper-2 .flex-35 {
	flex: 0 0 calc(33.3333% - .66666rem);
}
.christmas-wrapper-2 .flex-65 {
	flex: 0 0 calc(66.6667% + .66666rem);
}
.christmas-wrapper-2 .text-side {}
.christmas-wrapper-2 .text-side .lp-link {
	display: inline-block;
	text-decoration: none;
	background: #d50032;
    color: #fff;
    padding: 10px 20px;
	border-radius: 20px;
}
.christmas-wrapper-2 .text-box {
	padding: 0 1.5rem;
}
.christmas-wrapper-2 .image-side {}
.christmas-wrapper-2 .image-side img {
	width: 100%;
}

@media (max-width: 992px){
	.christmas-wrapper-1 .lp-link,
	.christmas-wrapper-2 .flex-35,
	.christmas-wrapper-2 .flex-65 {
		flex: 0 0 100%;
	}
	.christmas-wrapper-2 .text-box {
		padding: 0;
	}
}

/* gpsr */

.seigi-gpsr-info {}
.seigi-gpsr-info .gpsr-entity-cards {}
.seigi-gpsr-info .gpsr-card {
	font-size: 14px;
	border: 0;
    box-shadow: none;
	padding: 15px 0;
}
.seigi-gpsr-info .gpsr-card p {
	margin-bottom: 0;
}
.seigi-gpsr-info .gpsr-card p:first-child {
	margin-bottom: 1rem;
}

/* sticker */

#js-product-list .fmm_sticker_base_span { left: unset!important; }

/* Multi Accessories with Checkboxes */

.multi-accessories {
	margin-top: 15px;
}
.multi-accessories .product-miniature {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.multi-accessories .ajax_block_product {
	padding: 5px 0 5px 0;
}
.multi-accessories .ajax_block_product.last_item {
	border-bottom: none;
}
.multi-accessories .accessorycheckbox {
	border: none;
}
.multi-accessories .product-miniature table {
	margin: 0;
}
.multi-accessories .product-miniature table a > strong {
	font-weight: 400;
}
.multi-accessories .product-miniature tr {
	background-color: unset;
}
.multi-accessories .product-miniature td {
	vertical-align: middle;
}
.multi-accessories .product-miniature td .accessories_checkbox {}
.multi-accessories .product-miniature td > div {
	display: flex;
    align-items: center;
}
.multi-accessories .product-miniature .price {
	margin: 0 0 0 10px;
    font-size: 16px;
}
.multi-accessories .bootstrap-touchspin {
	box-shadow: none;
	position: relative;
	padding: 0 20px;
	border: 0;
}
.multi-accessories .bootstrap-touchspin .input-group-btn-vertical {
	position: unset;
}
.multi-accessories .bootstrap-touchspin .touchspin-up,
.multi-accessories .bootstrap-touchspin .touchspin-down {
	position: absolute!important;
    top: 0;
    width: unset!important;
    height: 100%;
}
.multi-accessories .bootstrap-touchspin .touchspin-up {
	right: 0;
}
.multi-accessories .bootstrap-touchspin .touchspin-down {
	left: 0;
}
.multi-accessories .bootstrap-touchspin .btn {
	background-size: 12px 12px;
}