@media screen and (max-width: 991px) {
	.container-bread-cart > .row {
		display: grid;
	}
	.container-bread-cart .col-lg-1 {
		padding: 0;
		max-width: 50px;
		margin-bottom: 40px;
	}
	.container-bread-cart .col-lg-2 {
		display: none;
	}
	.site-login .container-bread-cart {
		margin-bottom: 0px !important;
	}
	.cartdiv h2 {
		font-size: 16px;
		
	}
	.cartbox .cartContentsCount {
		font-size: 16px;
	}
	.cartname a {
		font-size: 16px !important;
	}
	.cartname .box2 p {
		font-size: 13px;
	
	}
	.pricebox {
		
		font-size: 13px;
	}
	.finalprice_box div span {
	
		font-size: 13px;
	}
	.container-bread-cart {
		padding-bottom: 0 !important;
		padding-top: 29px !important;
	}
	.padding100 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.favandremove a {
	
		font-size: 14px;
	}
	.container-bread-cart .col-lg-1 {
		
		display: none;
	}

	.container-bread-cart .col-lg-1.bread-active {
		display: block;
	}
	.cartname .box2 p {
		font-size: 13px !important;
		
	}
	.deliveryMethods {
		font-size:13px;
	}
	.padding100 {
		padding-top: 10px !important;
		padding-bottom: 0px !important;
	}

	.acconut-content table {
		display: grid;
	}
	.acconut-content tr {
		display: block;
	}
	.acconut-content th{
		display: none;
	}
	.acconut-content td {
		width: 100%;
		display: block;
	}
	.acconut-content .brnone br {
		display: none;
	}
	td .mobileopis {
		display: block !important;
		font-weight:bold;
		color:black !important;
	}
	.cartdetails {
		
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.orderdetails {
		padding-bottom: 15px;
		border-bottom: 1px solid #f1f1f1;
		margin-bottom: 15px;
	}
	.cartbox {
		margin-bottom:0 !important;
		padding-bottom:0px !important;
	}

}
@media screen and (max-width: 576px) {
	.cartdiv h2 {
		font-size: 16px !important;
	
	}
	.cartbox .cartContentsCount {
	
		font-size: 16px !important;
		
	}
}


/* style koszyka **************/

.cartbox {
	background-color: white;
	padding: 20px 0;
	margin-bottom: 29px;
}
.cartbox h2 {
	padding: 0px 15px 20px 15px;
}
.cartdiv h2 {
	font-size: 20px;
	color: black;
	text-transform: none;
	font-weight: lighter !important;
	margin-bottom:10px;
}
.summarydiv .summary-edit-box {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 65px;
}
.summarydiv .summary-edit-box a {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cartbox .cartContentsCount {
	background: white;
	color: black;
	font-size: 22px;
	top: 0px;
	min-width: 10px;
}
.cartflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7ebef;
	margin-bottom: 20px;
}
.cartphoto {
	width: 120px;
	padding: 0 10px;
	height: 135px;
	margin-left:5px;
}
.cartphoto img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.divall {
	width: 100%;
	display: -ms-grid;
	display: grid;
}
.cartname {
	line-height: 1;
}
.cartname .box1 {
	margin-bottom: 10px;
}
.cartname a {
	width: auto;
	display: block;
	color: #212529;
	margin-bottom: 15px;
	font-family: Poppins-Light;
	font-size: 18px;
}
.cartname .box2 p {
	font-size: 16px;
	color: black;
	margin-bottom: 5px;
}
.cartname .box2 p span {
	text-transform: uppercase;
}
.cartdetails {
	margin-left: auto;
}
.cartdetails .number_div {
	width: 120px;
	min-width: 100px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.number_div .down {
	position: absolute;
	left: 10px;
	cursor: pointer;
	padding: 15px 5px;
	width: 24px;
}
.cartdetails input {
	width: 100%;
	padding: 0 28%;
	height: 100%;
	text-align: center;
	-webkit-appearance: textfield;
	min-height: 40px;
	font-size: 18px;
	font-family: Poppins-Light;
	margin:0;
}

.cartdetails input::-webkit-outer-spin-button,
.cartdetails input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number_div .up {
	position: absolute;
	right: 10px;
	cursor: pointer;
	padding: 15px 5px;
	width: 27px;
}
.div2 {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.favandremove {
	width: auto;
	margin-right: 20px;
}
.favandremove div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.favandremove a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Poppins-Light;
	cursor: pointer;
}
.favandremove i {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
.favandremove span {
	margin-right: 10px;
	-webkit-transition: 0.1s all;
	transition: 0.1s all;
}
.pricebox {
	width: auto;
	padding-right: 15px;
	text-align: right;
	margin-left: auto;
}
.normal_price {
	color: black;
	margin-right: 10px;
	font-family: Poppins-Light;
}
.promotion {
	color: #308fce;
	margin-top: 5px;
	margin-bottom: 0;
}
.cartdiv .col-lg-4 {
	position: relative;
}
.fixed_pricebox {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
}
.finalprice_box {
	background-color: white;
	padding: 21px 20px;
	margin-bottom: 10px;
}
.finalprice_box div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.finalprice_box div span {
	margin-left: 10px;
	display: ruby;
	font-family: Poppins-Light;
}

.cartdiv .kontener {
	border: 1px solid #ebebeb;
	padding: 20px;
}
.finalprice_box .finalprice {
	border-top: 1px solid #e7ebef;
	padding-top: 10px;
	padding-bottom: 20px;
}
.finalprice_box {
	background-color: white;
	padding: 21px 20px;
	margin-bottom: 10px;
}
.finalprice_box .box1::after {
	content: "";
	display: block;
	background: url(../image/template/arrow_bottom.png) no-repeat 90%;
	width: 12px;
	height: 5px;
	position: absolute;
	right: 0px;
	top: 10px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}
.cartdiv input[type="text"] {
	width: 60%;
	border: 1px solid #e7ebef;
	padding: 7px;
	font-family: Poppins-Light;
}

.danelist p {
	margin-bottom:5px;
}

.deliveryMethods {
	font-family: Poppins-Light;
}

.finalprice_box .box1 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	position: relative;
	cursor: pointer;
}

.showClassNewAdress {
	cursor: pointer;
}

/* koniec koszyka */

/* koszyk boczny */


.toggle_cart {
	position: fixed;
	background: #FFF;
	right: 0;
	top: 0;
	width: 350px;
	height: 100%;
	z-index: 300;
	overflow-y: auto;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 300ms;
	transition: all 300ms;
	padding: 0;
	border-left: 1px solid #e7ebf2;
	z-index: 10000;
}

.toggle_cart .cart_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.toggle_cart .cart_title {
	color: #000;
	text-transform: uppercase;
	font-family: Poppins-Light;
	font-size: 15px;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	letter-spacing: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.cart_x {
	width: 20px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 0px;
	top: 5px;
	display: block;
	z-index: 110;
	margin-left: 10px;
}

.cart_x span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background-color: black;
}

.cart_x span:nth-child(1) {
	top: 4px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cart_x span:nth-child(2) {
	top: 5px;
	opacity: 0;
	left: -60px;
}

.cart_x span:nth-child(3) {
	top: 4px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.toggle_cart_counter .cartContentsCount {
	background: transparent;
	display: inline-block;
	min-width: 15px;
	color: black;
	top: 0px;

	font-size: 15px;
}

.toggle_cart_counter {
	font-family: Poppins-Light;
}


.toggle_cart .cart_content {
	padding: 15px;
	padding-top: 0;
	border-top: 1px solid #e0e0e0;
	/* border-bottom: 1px solid #e0e0e0; */
}

.toggle_cart .cart_content ul {
	padding-left: 0;
	margin-bottom: -10px;
}

.toggle_cart .cart_content ul li {
	list-style: none;
	border-bottom: 1px solid #e7ebef;
	padding-top: 15px;
}

.toggle_cart .cart_content ul li a {
	cursor: pointer;
	width: 100%;
	display: block;
	text-align: right;
}

.toggle_cart .cart_content ul li .photo {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.toggle_cart .cart_content ul li .photo img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 420px;
	position: relative;
	height: auto;
}

.toggle_cart .cart_content ul li .name {
	margin-top: 10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.toggle_cart .cart_content ul li .name p {
	color: black;
	font-family: Poppins-Light;
	font-size: 18px;
	/* text-transform: uppercase; */
	margin-bottom: 0;
}

.toggle_cart .cart_content ul li .name i {
	font-family: Poppins-Light;
	color: black;
	margin-left: 10px;
	width: 100%;
	font-style: inherit;
}

.toggle_cart .product_info2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e7ebef;
}

/* .toggle_cart .product_info2 .number_div {
	width: 120px;
	min-width: 100px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-right: 0;
} */

/* .toggle_cart .product_info2 .number_div .down {
	position: absolute;
	left: 10px;
	cursor: pointer;
	padding: 15px 5px;
	width: 24px;
} */

/* .toggle_cart .product_info2 input {
	padding: 10px 28%;
	width: 100%;
	text-align: center;
} */

/* .toggle_cart .product_info2 .number_div .up {
	position: absolute;
	right: 10px;
	cursor: pointer;
	padding: 15px 5px;
	width: 27px;
} */


.number_div .up {
	right: 20px;
	padding: 0;
	width: auto;
	top: 11px;
	font-size: 22px;
	height: 50px;
	font-family: Poppins-Light;
}
.number_div .down {
	left: 25px;
	padding: 0;
	width: auto;
	top: 11px;
	font-size: 22px;
	height: 50px;
	font-family: Poppins-Light;
}
.number_div input {
	width: 50px !important;
	height: 50px;
	text-align: center;
	padding: 7px;
	margin-left: 50px;
	border: none !important;
}
.number_div {
	position: relative;
	width: 150px !important;
	border: 1px solid #f1f1f1;
}

.cart_bottom {
	padding: 15px;
}

.cart_bottom .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cart_bottom .price p {
	font-size: 20px;
	color: var(--maincolor);
	font-family: Poppins-Light
}

.cart_bottom .price p strong {
	font-size: 20px;
	letter-spacing: 0.5px;
	color: black;
	font-family: Poppins-Light
}


.toggle_cart.vis {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* koniec koszyka bocznego */

/* logowanie */

.site-login .container-bread-cart {
	margin-top: 30px;
	margin-bottom: 130px;
	padding-bottom: 0 !important;
}
.container-bread-cart > .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.container-bread-cart .col-lg-1 {
	padding: 0;
	max-width: 50px;
}

.container-bread-cart .num {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #7c7c7c;
	border-radius: 50%;
	color: #181818;
	line-height: 1;
	font-size: 13px;
	padding-bottom: 5px;
}

.container-bread-cart .bread-active .num {
	border: 1px solid black;
	background-color: black;
	color: white;
}

.container-bread-cart p {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-top: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #000;
	font-family: Poppins-Light;
}
.container-bread-cart .bread-line {
	width: 100%;
	height: 2px;
	background-color: #e0dfdf;
	margin-top: 15px;
}
.container-bread-cart .num {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #7c7c7c;
	border-radius: 50%;
	color: #181818;
	line-height: 1;
	font-size: 13px;
	padding-bottom: 0px;
	font-family: Poppins-Light;
}

.login_content {
	border: 1px solid #e7ebef;
	border-bottom: 4px solid var(--maincolor);
	/* margin-top: 150px; */
}
.login_div {
	background-color: white;
	padding: 65px 40px 65px 25px;
	position: relative;
}
.loginbuttons.b2 {
	border-bottom: 1px solid #e7ebef;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.custom-control-input:checked ~ .custom-control-label::before {
	background-color: #000 !important;
	border: 1px solid #fff !important;
}

a.greenA {
	
	font-family: Poppins-Light;
}

.container-bread-cart {
	padding-top: 70px;
	padding-bottom: 70px;
}

.cartdiv .container {
	background-color: #e7ebef;
	padding: 30px 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

.acconut-content .card-body .data-account .icon {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	border: 1px dashed #dee2e6 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center; 
	justify-content: center;
}
.acconut-content .card-body .editMailAccount, .acconut-content .card-body .editPasswordAccount, .acconut-content .card-body .saveMailAccount, .acconut-content .card-body .savePasswordAccount {
	width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	cursor: pointer;
	height: 45px;
}

.padding100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.summarydiv.padding100 {
	padding-top:0;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
	width: 100%;
	border: 1px solid #f1f1f1;
	padding: 7px;
}
.container-login-box h2 {
    margin-bottom:30px;
}
.container-login-box h3 {
    margin-bottom:20px;
}

.logoutclick {
	width: 20px;
	margin-right: 10px;
	margin-top: -4px;
}

/* koniec logowania */

/* mooje konto */



.main_ul li {
	list-style: none;
    cursor: pointer;
    padding-left:0 !important;
}
.main_ul li:first-child {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}

.mainbtn.low_height {
	height: 25px;
}
.orderdetails p {
	font-size:13px;
	line-height:1.3;
	margin-bottom:5px;
}
td .mobileopis {
	display: none;
}


/*cookies */

#cookies {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: white;
	color: black;
	z-index: 600;
	text-align: center;
	padding: 10px 30px;
	box-shadow: 0px 2px 4px 0px black;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

#cookies p {
	color: black;
	margin-bottom: 0px;
	font-size: 11px;
	font-family: Poppins-Light;
	letter-spacing: 1px;
}

#cookies a {
	/* color: black;
	font-family: Poppins-SemiBold;
	font-size: 14px; */
	margin-left:5px;
}


/*bread */

.bread {
	/* border-bottom: 1px solid #f1f1f1; */
	padding-top: 40px;
	padding-bottom: 50px;
}
.bread ul {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	flex-wrap:wrap;
	
}

.bread ul li {
	list-style: none;
}

.bread ul li a {
	color:#6c6b6b;
	font-size:13px;
	font-family: Poppins-Light;
	letter-spacing: 1px;
}

.bread ul li a.active {
	font-family: Poppins-SemiBold;
	color:black;
}

.bread ul li span {
	margin: 0 20px;
	display: block;
	color: #6c6b6b;
	font-family: Poppins-Light;
	font-size: 10px;
	margin-top: 7px;
}

/*przycisk class */

.minipromobtn {
	height: 27px !important;
	font-family: Poppins-Light !important;
	font-size: 11px !important;
	margin-right:20px;
}

.mybtn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: 0.2s all;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Poppins-SemiBold;

}

/*przyciski nawigacji */

.cart_btns a span {
	position: absolute;
	background: var(--maincolor);
	border-radius: 50%;
	min-width: 19px;
	font-size: 13px;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 3px;
	left: 20px;
	top: 0;
}

.cart_btns img {
	width: 20px;
	margin-right: 10px;
	height: 20px;
}

.cart_btns a {
	display: flex;
	align-items: center;
	padding: 10px;
	margin-left: 5px;
	position: relative;
	cursor: pointer;
}


/*photo classes */

.photo {
	position: relative;
}

.photo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s all;
}

/*hamburger */

.animated-icon1 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 0px;
	top: 0;
	display: none;
}

.animated-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background-color: var(--maincolor);
}


.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;

}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


/*center naglowek */

.headerdiv {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 100px 0;
	overflow: hidden;
}

/*brak sztuk */

.emptyattrib {
	display: none;
	margin-top: 20px;
	flex-wrap: wrap;
}
.emptyattrib.show {
	display: flex;
}
.emptyattrib input {
	width: max-content;
}