*{
	margin:0px;
	padding:0px;

}
:root{
	--color-main-1 : var(--primary);
	--color-main-1-dark : #6b0909;
}

@font-face {
	font-family: "Rowdies-Regular";
	src: url("/css/Rowdies-Regular.ttf"),
		 url("/css/Rowdies-Light.ttf"),
		 url("/css/Rowdies-Bold.ttf");
  }
@font-face {
	font-family: "Oswald";
	src: url("/css/Oswald-VariableFont_wght.ttf");
  }

body{
	/* background: url('../img/bg_rick3.jpg') no-repeat; */
	/* background: url('../img/www/background/RAM_SGR_EP1_RGB06_S3SG.png') no-repeat; */
	/* background-color: var(--light); */
	/*background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url('../img/rick_bg1.jpg');*/
	/*background:;*/
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top;
	min-height: 100vh;
	/* font-family: 'Oswald'; */
	background-attachment: fixed;
	/* font-family: 'Mitr', sans-serif; */
	/*overflow: hidden;*/
	/*background: #fff;*/
	/*font-family: 'Anton', sans-serif;*/
	/*font-family: 'Righteous', cursive;*/
	position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bg-blur{
	position:fixed;
	top:0px;
	left:0px;
	height: 100vh;
	width: 100vw;
	background: url('../img/hobbymasters/www/background/pexels-sharon-mccutcheon-1191710.jpg') no-repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	z-index:-1;
	/* filter: blur(10px); */
	/* background: linear-gradient(0deg, #bbbbbb, transparent); */
	background: #eee;
}
.head-logo{
	max-height: 150px;
}
.banner-img{
	max-height: 300px;
}
.overlay{
	z-index:9000;
	background: rgba(0,0,0,0.8);
	height: 100vh;
	width: 100vw;
	position: fixed;
	display: none;

	justify-content: center;
	align-items: center;
}

.alert_success{
	z-index:8000;
	position: fixed;
	top:100px;
	height:auto;
	width:100vw;
	display: none;
}

.alert_success_box{
	background: #eee;
	padding:20px;
	color:var(--color-main-1);
	box-shadow: 0px 0px 126px -2px rgba(0,0,0,0.9);
}
.alert_success_box::before{
	content : '';
	position :absolute;
	height: 100%;
	width: 20px;
	top:0px;
	left:-20px;
	background: var(--color-main-1);
}


.alert_danger{
	z-index:8000;
	position: fixed;
	top:100px;
	height:auto;
	width:100vw;
	display: none;
}

.alert_danger_box{
	background: #eee;
	padding:20px;
	color:#dc3545;
	box-shadow: 0px 0px 126px -2px rgba(0,0,0,0.9);
}
.alert_danger_box::before{
	content : '';
	position :absolute;
	height: 100%;
	width: 20px;
	top:0px;
	left:-20px;
	background: #dc3545;
}

.text-shadow{
	text-shadow: 1px 1px var(--light)000;
}
.bg-black{
	background: #000;
}
.bg-grey{
	background: #ccc;
}
.text-grey{
	color:#666;
}
.cursor-pointer{
	cursor:pointer;
}
.section_1{ 
	/*height:1200px;*/
}
.bg-dark-grey{
	background: #d6d6d6;
}

.menu{

	background: var(--color-main-1);
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-top:30px; */
	padding:0px;

}

.menu a{
	padding: 10px;
	width: 100%;
    text-align: center;
     color:#fff;
     transition: ease .2s;
}
.menu a:hover{
	padding: 10px;
	width: 100%;
    text-align: center;
    background: var(--color-main-1-dark);
    color:#fff;
}

/*  Menu */

.menu-main{
	display:flex;
	justify-content:center;
	align-items: center;
}
.menu-main i{
	padding-right:10px;
}
/* Wyszukiwarka */
.search_input{
	background: transparent;
    border: none;
    /*border: 2px solid var(--color-main-1);*/
    /* border-bottom: 2px solid var(--color-main-1); */
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--color-main-1);
    background: #fff;	
    width: 100%;
}

.search_hint_box{
    position: absolute;
    left:0px;
    width: 100%;
    height: auto;
    /*padding: 20px;*/
    background: #fff;
    top: 50px;
    border-radius: 0px 0px 10px 10px;	
    color:var(--light);
    display: none;

}
.search_hint:hover{
	cursor:pointer;
	color: var(--color-main-1);
	transition: ease 0.1s;
	background: #eee;
}

.search_hint{
	border-top: 2px solid #eee;
}
.hint_img{
	max-height: 40px;

}
.top_menu{
	height:50px;
	box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.35);
} 



.mobile_menu_box{
	position:fixed !important;
	width: 100% !important; 
	max-width: 100vw !important;
    margin: 0 auto;
    transform : none !important;
    top:50px !important;

}
.mobile_menu_box a {
	display:  block;
	text-align:center;
	padding: 10px 0px;
}



/* Promo */
.shadow1{
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25);
}
.promo_bg{
	/* border: 1px solid var(--light); */
	/*background: url('../img/rick_bg1_blur.jpg') no-repeat fixed;*/
	background: rgba(0,0,0,0.6);
	background: #eee;
    /*min-height: 800px;*/
    background-position: top;
    /*border-radius: 5px;*/
/*   filter: blur(8px);
  	-webkit-filter: blur(8px);*/
 	 overflow:hidden;

	
}

a:hover{
	text-decoration: none !important;
}


.box_bg{
	/*border: 1px solid var(--light);*/
	/*background: url('../img/rick_bg1_blur.jpg') no-repeat fixed;*/
	/*background: rgba(0,0,0,0.6);*/
    height:auto;
    background-position: top;
    
    /*border-radius: 5px;*/
/*    filter: blur(8px);
  	-webkit-filter: blur(8px);*/
 	 overflow:hidden;
 	 /* -webkit-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.75);	 */
}

.promo_title{
	background: var(--color-main-1);
	font-size: 20px;
	padding:5px;
	color:#dbf9c6;
}

/* promo */

.img-promo-min{
	border-radius:5px;
}

.img-promo-min:hover{
	 -ms-transform: scale(1.2); /* IE 9 */
  	-webkit-transform: scale(1.2); /* Safari */
 	 transform: scale(1.05);
 	 transition:  0.3s all;
 	 cursor:pointer;
}
/* koszyk */
.top_menu_koszyk{
	font-size: 16px;
	background:var(--color-main-1);
	/*max-width: 100%;*/
	box-sizing: border-box;
	padding: 5px;
	cursor: pointer;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.cart-img{
	height:30px;
	margin-left: 10px;
}

.top_menu_katalog{
	background:var(--color-main-1);
	cursor:pointer;
}
/* Stopka */

footer{
	min-height: 200px;
	margin-top:30px;
	position: relative;
	bottom: 0;
	left:0;
	right:0;
    width: 100%;
}

footer ul{
	list-style-type: none;
}
/* Katalog */
.kategorie_box{
	/*top:50px !important;*/
	height:auto;
	background: rgba(0,0,0,0.9);
	/*background: rgba(255,255,255,1);*/
	box-sizing: border-box;
	/*border-left:2px solid rgba(0,0,0,1);*/
	/*border-bottom:2px solid rgba(0,0,0,1);*/
	/*border-right:2px solid rgba(0,0,0,1);*/
}

.katalog-ul{
	list-style: none;
}
.katalog-ul li {
	width:100%;

}
.katalog-ul li a {
	text-decoration: none;
	padding:3px 10px;
	width:100%; 
	text-align: center;
	margin:0 auto;
}
.katalog-ul li a:hover {
	text-decoration: none;
	/*background: rgba(255,255,255,0.1);*/
	/*color:#00f;*/
	font-size: 15px;
	transition: ease .2s;
}
.katalog-title{
	font-size:20px;
	font-weight: bold;
	/*background: rgba(0,0,0,0.6);*/
	text-align: center;
	padding: 10px 5px;
}
.katalog-column{
	/*border-right:2px solid var(--light);*/
	position: relative;
	cursor: pointer;
}
.katalog-column img{
	max-height:60px;
}
.katalog-column:hover{
	background: var(--color-main-1 );
	transition: ease .2s;
}
.overflow-hidden{
	overflow: hidden;
}
.top_menu_slide{
	/*padding-top:50px;*/
	top:50px;
	position:fixed !important;
	width:100%;
	display:none;
	z-index: 1021;
}
.inp-none{
	border:none;
	background: transparent;
}

.my-collapse{
		
		
}


.filtr_checkbox{
	padding-left: 30px;
	margin-top: 5px;
}
.filtr_checkbox::before{
	content : "";
	position: absolute;
	height:20px;
	width: 20px;
	left:0px;
	top:0px;
	/*background: var(--light);*/
	/*box-sizing: border-box;*/
	border:2px solid #ccc;
	/*padding-right: 20px;*/
}
.filtr_checkbox:hover{
		transition: 0.2s all;
		padding-left:40px;
}
.filtr_checkbox_selected{
/*background: var(--color-main-1 );*/
color:var(--color-main-1 );
}
.filtr_checkbox_selected::before{
	content : "X";
	position: absolute;
	height:20px;
	width: 20px;
	left:0px;
	top:0px;
	/*background: var(--light);*/
	/*box-sizing: border-box;*/
	border:2px solid var(--color-main-1 );
	display: flex;
	justify-content: center;
	color:var(--color-main-1 );
	line-height: 18px;
	/*padding-right: 20px;*/
}
.filtr_nazwa_box{
	display: none;
}
@media (max-width: 1200px) {
	.produkt_box .btn{
		font-size: 70%;
	}
	.top_menu .container{
		max-width: 100%;
	}	
}
@media (max-width: 576px) {
	.produkt_box .btn{
		font-size: 100%;
	}		
}
@media (max-width: 768px) {
	.my-collapse-hidden{
		display: none;
	}
	.filtr_checkbox{
		padding:10px 0px;
	}

	.search_hint_box{
	    width: 100vw;
	    position: fixed;

	}
}


/* Katalog główny */
.catalog_box{
	color : #888;
	text-align: center;
	transition: ease .2s;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	cursor:pointer;
	padding:20px;
	/*background: #fff;*/
}
.catalog_box a{
	color:#888;
}
.catalog_box:hover{
	color : #888;
	text-align: center;
	background: #ddd;

}
.catalog_box_icon{
	font-size:200px;
	transition: ease .2s;
}
.catalog_box:hover .catalog_box_icon{
	transform: scale(1.1);
}
.catalog_box_title{
	font-size: 20px;
}
/* Mobile menu */
.menu_dropdown{
	width: 100%;
	max-width: 300px;
	overflow: hidden;
	transform: none !important;
	top:50px !important;
	margin-top:-1px;
	border-radius:0px 0px 5px 5px;
	height: 100%;
	max-height: calc(100% - 50px);
    position: fixed;
    left: 0px;
    background: #eee;
    color: #333;
    z-index:30;
    display: none;
}

.mobile_menu_body a{
	padding: 10px 0px;
}
.katalog_mobile_ajax a{
	padding: 10px 0px;
}

/* Koszyk */
.slide_panel{
	width: 100%;
	max-width: 300px;
	overflow: hidden;
	transform: none !important;
	top:50px !important;
	margin-top:-1px;
	border-radius:0px 0px 5px 5px;
	height: 100%;
	max-height: calc(100% - 50px);
    position: fixed;
    right: 0px;
    background: #eee;
    color: #333;
    z-index:30;
    display: none;
}
.slide_panel_title{
	/* margin-bottom: 30px; */
    background: #ddd;
    box-shadow: 0px 2px 4px 0px var(--light)00026;
    border-bottom: 1px solid #ccc;
	background: linear-gradient(0deg, #6565652e, transparent);
	padding:10px;
	font-size: 25px;
	text-align:center;
	color:#777;
}

.slide_panel_close_box{
	
}

.koszyk_lista{
	font-size: 14px;
	touch-action: pan-y
}
.koszyk_item_amount{
	max-width: 50px;
	text-align: center;
}
.koszyk_item{
border-bottom: 2px solid #cccaca;
}

.koszyk_item:nth-of-type(1){
border-top: 2px solid #cccaca;
}
.button_change_amount{
	cursor:pointer;
}
/* PRODUKT */

.produkt_box{
	/*border:1px solid #fff;*/
	padding:10px;
	padding:5px;
	padding:20px;
	border-radius: 5px;
	background: rgba(255,255,255,0.1);
	margin:10px 10px;
	background: #d6d6d6;
	background: var(--light);
	background: #fff;
	color:#eee;
	color:#444;
	display: flex;
    flex-direction: column;
    justify-content: space-between;	
    max-height: 300px;
	height: 100%;

}
.produkt_box:hover .produkt_box_img{
	transform: scale(0.95);
}
.produkt_box:hover{
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.produkt_box_inactive{
	filter: grayscale(1);
}


.produkt_box a{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;	
    max-height: 190px;
}
.produkt_box a:hover, .produkt_box a:link, .produkt_box a:visited ,.produkt_box a:active{
color:#eee;
color:#444;

}
.produkt_box_cena{
	font-size:20px;
}
.btn_przejdz_do_koszyka{
	font-size:13px; 
}
.produkt_box_img{
	transition: .2s all;
	max-height: 130px;
	background: #fff;
}
.produkt_box_title{
	height: 60px;

	overflow: hidden;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* Kolory */
/* 
Tło szare - 				background: #eee;

Tło szare (ciemniejsze)	 	background: #d6d6d6;
				- kolor 	color:#666;


*/

/* PRODUKT */
.main_bg{
	background: #eee;
	background: #fff;
	/*background: #111;*/
}


.prod_img{
	border-radius:3px;
	border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.prod_title{
	/*border-bottom: 1px solid #ccc;*/
}

.prod_opis{
	background: #d6d6d6;
	/*background: #292929;*/
	font-weight: 300;
	color:#666;
	/*color:#999;*/
	padding:20px;
}
.prod_table{
	margin: 0px;
}
.prod_table tr td{
 border:none;
}
.prod_cena{
	font-size: 27px;
}

/* koszyk */
.koszyk_img{
	max-height: 100px;
}
.koszyk_img_box:hover .koszyk_img {
	/* opacity:0.4; */
	transition: ease .2s;
}
.koszyk_img_box:hover .koszyk_item {
background: rgba(255, 191, 191,1);
}
.koszyk_img_box:hover:after {
	/* opacity:1; */
	cursor:pointer;
	transform: scale(1.1);
}
.koszyk_img_box::after{
	content :"";
	background: url(/public/img/icon/trash_icon.png);
	background-size: 40%;
	background-position: center;
	position: absolute;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	opacity:0;
	transform: scale(1.0);
	transition: ease .2s;
}
.koszyk_row{
	border-bottom: 2px solid #d5d5d5;
	padding:10px 0px;
	padding: 20px;
}

.koszyk_lista_produkty{
	height: 100%;
}
.koszyk_box{
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
    flex-direction: column;
}

.koszyk_box_title{
	height: auto;
	padding:30px 0px;
}

.koszyk_box_lista{
	/*height: 70%;*/
	/*height: calc(100% - 50px);*/
    overflow-y: scroll;
}
.koszyk_box_bottom{
	height: auto;
	padding:30px 0px;
}


/* zamówienie  */
.delivery_info{
	display: none;
}
.order_title{
	background: #d5d5d5;
	color:#666;
	padding:20px;
	text-align: center;

}
.order_delivery_option{
	transition: .2s all;

}
.order_delivery_option:hover{
	cursor:pointer;
	background: rgba(0,0,0,0.1);
	border-right: 5px solid var(--color-main-1);
}
.order_delivery_selected{
	background: rgb(192, 226, 194);
	border: 1px solid #a6c590; 
	border-right: 5px solid var(--color-main-1);
	transition: .2s all;

}
.order_delivery_selected:hover{
	background: rgb(169, 193, 171);
	border: 1px solid #a6c590; 
    border-right: 5px solid var(--color-main-1);
}
.required_input_label{
	padding-left:5px;
	color:#dc3545;
}

.btn_payment{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer; 
    height:100%;
}
.btn_payment:hover img{
	transform: scale(1.07);
	transition: ease .2s;
}
.btn_payu{
	height: 60px;
	background: url('');
	background-repeat: no-repeat;
	background-position: center;	
	background-size: cover;
}
.btn_payment img{
	max-height: 45px;
}
.btn_paypal{
	height: 60px;
	background: url('');
	background-repeat: no-repeat;
	background-position: center;
}

.btn-delete-order{
	
}
@media (max-width: 768px) {

	.kategorie_box_row{
		flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}

	.slide_panel{
		position: fixed !important;
		height:100vh !important;
		top:0px !important;
		overflow: hidden;
    	padding: 0px 0px;
    	max-width: 100vw;
    	margin:0 !important;
    	border:none !important;
    	border-radius:0px !important;
    	z-index:1050;
		max-height: 100%;
		left: 0px;
    	width: 100vw;

	}
	.koszyk_lista{
		height:70vh;
		overflow: auto;
	}

}

/* Cookie */

.cookie_box{
	position: fixed;
	bottom: 0em;
	z-index:4;
	width:100%;
	display:none;
}

/* loading */

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller-black div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--light);
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*  Debug */

.xdebug-error{
	font-family: initial !important;
	color: initial !important;
	font-size: initial !important;
}