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


.product-reference{
	display: none;
}

body#checkout #wrapper {
    padding-top: 50px!important;
}


.shopping-cart-header{
	display: none;
}

.checkout-area-2{
	padding: 0px!important;
}

.checkout-block .cart-overview .cart-item{
	padding: 5px 0px!important;
	padding-left: 50px!important;
	padding-right: 50px!important;
}

body#checkout #tc-checkout .checkout-block .inner-area .cart-summary{
	padding-left: 40px!important;
}

body#checkout #tc-checkout .btn{
	background: #0073b9!important;
}

.an_homeproducts-container .js-an_homeproducts-block:nth-child(3){
	margin-top: 25px;
}

.block-category #category-description p {
    margin-bottom: 19px!important;
}

/*.sb-menu-right .cart-action .btn-primary{
	font-size: 12px;
}*/

#thecheckout-newsletter, #thecheckout-psgdpr, #thecheckout-data-privacy{
	display: none;
}

.an_homeproducts-container .js-an_homeproducts-block:nth-child(4), .an_homeproducts-container .js-an_homeproducts-block:nth-child(2), .an_homeproducts-container .js-an_homeproducts-block:nth-child(5){
	margin-top: 25px;
}

.an_homeproducts-banner-type2.an_homeproducts-banner-overlay{
	margin: 0px 0px 30px 0px;
}

/*.an_productpage-slider-item, #product #content{
	width: 450px!important;
}*/

#footer_contact_info svg{
	width: 20px;
}

#cookiescript_badge{
	display: none!important;
}

body#checkout #tc-checkout .checkout-block .cart-overview .product-line{
	padding: 20px 40px;
}


/*cookies by 1code.pl*/

#cookie-consent-banner {
	position: fixed;
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	bottom: 20px;
	right: 20px;
	width: calc(100% - 40px);
	max-width: 800px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 30px #00000029;
	border-radius: 10px;
	opacity: 0.95;
	font-family: system-ui, sans-serif;
	font-weight: normal;
	color: #000000;
	z-index: 40000;
}

#cookie-consent-banner h3 {
	text-align: center;
	font-size: 30px;
	line-height: 37px;
	font-weight: 700;
	margin-bottom: 20px;
}
#cookie-consent-banner p {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	text-wrap: balance;
	margin-bottom: 20px;
}
#cookie-consent-banner label {
	font-size: 18px;
	line-height: 26px;
}
#cookie-consent-banner label input {
	margin-right: 7px;
}

#cookie-consent-banner .cookie-consent-options,
#cookie-consent-banner .cookie-consent-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	gap: 20px;
}

#cookie-consent-banner .cookie-consent-buttons button {
	display: block;
	width: 200px;
	height: 50px;
	border: 0;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
	text-align: center;
}
#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(1) {
	background-color: #000000;
}
#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(2) {
	background-color: #1A0D60;
}
#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(3) {
	background-color: #4E38C7;
}

@media screen and (width < 600px) {
	#cookie-consent-banner h3 {
		font-size: 20px;
		line-height: 25px;
	}
	#cookie-consent-banner p {
		font-size: 14px;
		line-height: 16px;
	}

	#cookie-consent-banner .cookie-consent-buttons {
		flex-direction: column;
	}
}

.cookie-consent-copyright span, .cookie-consent-copyright a{
	color: #0000005c;
}

.cookie-consent-options label:last-child{
	margin-bottom: auto;
}