

body {
	background-color: #fc014d;
	background-image: url(../../src/img/finchlovetape_bg.jpg);
	background-size:  cover;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.page-wrap {
    padding-top: 0;
	background: transparent url(../../src/img/finchlovetape_clouds1.png) repeat-y;
	background-size:  contain;
	background-position: center top;
}
.header-main,
.container,
.footer-main {
    background: transparent;
}

.listing--actions,
.listing--bottom-paging,
.product--box .product--rating-container,
.product--navigation,
.product--details .product--actions,
.product--rating-count {
    display: none;
}
.panel.is--rounded {
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btn {
	padding-left: 1.7em;
	padding-right: 1.7em;
	border-radius:  50px;
	-webkit-border-radius:  50px;
}
.is--primary {
	background: #FFF;
	border: 2px solid #fc014d;
	color: #fc014d;
}
.is--primary:hover {
	background: #fc014d;
	border: 2px solid #FFFFFF;
	color:  #FFF;
}
.panel .is--primary {
	background: #fc014d;
	border: 2px solid #FFFFFF;
	color:  #FFF;
}
.panel .is--primary:hover {
	background: #454545;
	border: 2px solid #454545;
	color:  #fc014d;
}
.footer-main .column--headline {
	color: #FFF;
}
.footer-main .column--headline, .footer-main .navigation--link, .footer--vat-info {
	text-shadow: 2px 2px 3px #000000;
}


.footer-main .footer--columns {
    border-bottom: 3px dotted #FFF;
    border-top: 3px dotted #FFF;
}

.footer-main .footer--bottom {
	min-height: 160px;
	padding-top: 40px;
	padding-bottom: 120px;
	background: transparent url(../../src/img/finchfooter_mobile.png) no-repeat;
	background-size:  contain;
	background-position: center bottom;
}
.footer-main .footer--bottom a {
	color: #FFF;
}

.register--advantages-list {
display: none;	
}
@media Screen and (min-width: 768px) {
	.footer-main .footer--bottom {
		min-height: 220px;
		padding-bottom: 40px;
		padding-top: 40px;
		background: transparent url(../../src/img/finchfooter.png) no-repeat;
		background-size:  contain;
		background-position: center bottom;
	}	
}
@media Screen and (min-width: 1200px) {
	.footer-main .footer--bottom {
		min-height: 270px;}
}



@media Screen and (max-width: 48em) {
.shop--navigation .navigation--entry .btn {
		color: #fc014d;
}
.content--breadcrumb {
	display: none;
}
.footer-main .footer--column {
	background: rgba(250,0,80, .75);
}
.product--box {width: 98%;
}
.footer-main .column--headline::after {
	color: #fff;
}
.footer-main .footer--columns {
	border-top: none;
}
.footer-main .footer--column{
	border-top: 3px dotted #fff;
}
.off-canvas .ajax--cart .button--container .button--checkout {
	background: #fc014d;
	color: #FFF;
}
}





.cookie-permission--accept-button.is--primary {
	background: #fc014d;
	border: 2px solid #FFFFFF;
	color:  #FFF;
}
.cookie-permission--accept-button.is--primary:hover {
	background: #fc014d;
	border: 2px solid #FFFFFF;
	color:  #FFF;
}
.cookie-removal--container .cookie-removal--buttons .btn {
	width: auto;
}
.cookie-removal--container .cookie-removal--buttons .btn.cookie-permission--close-button,
.js--modal.sizing--content .modal--close {
	display: none;
}


.steps--content .is--active .text {
	color: #FFF;
}
.navigation--list .entry--cart .cart--link .cart--amount {
	color: #fff;
}
.product--box {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:  0px 0px 5px rgba(0,0,0,.25);
	overflow: hidden;
}

@media Screen and (min-width: 48em) {
	.navigation-main .navigation--link {
		position: relative;
		z-index: 20;
		padding: 12px 20px;
		text-shadow: 2px 2px 2px #000;
		font-size: 1.6em;
	}
	.navigation-main .navigation--link span {
		position: relative;
		z-index: 20;
	}
	.navigation-main .navigation--link:after {
		  position: absolute;
		  content: "";
		  left: 50%;
		  right: 50%;
		  top: 12px;
		  height: 1px;
		  background: rgba(255,255,255,0);
		  display: block;
		  z-index: 17;
		-moz-transform: rotate(-1deg) skewX(6deg);
		-webkit-transform: rotate(-1deg) skewX(6deg);
		-o-transform: rotate(-1deg) skewX(6deg);
		-ms-transform: rotate(-1deg) skewX(6deg);
		transform: rotate(-1deg) skewX(6deg);
	}
	.navigation-main .navigation--link:after {
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
	}
	.navigation-main .navigation--link:hover:after, 
	.navigation-main .navigation--link.is--active:after {
		  position: absolute;
		  content: "";
		  left: 5px;
		  right: 5px;
		  top: 16px;
		  height: 33px;
		  background: rgba(255,255,255,1);
		  display: block;
		  z-index: 17;
		-moz-transform: rotate(-1deg) skewX(6deg);
		-webkit-transform: rotate(-1deg) skewX(6deg);
		-o-transform: rotate(-1deg) skewX(6deg);
		-ms-transform: rotate(-1deg) skewX(6deg);
		transform: rotate(-1deg) skewX(6deg);
	}
	.navigation-main .is--active .navigation--link:hover {
		color: #fc014d;
	}
	.content--breadcrumb {
		padding-left: 0;
		color: #fff;		
		border-top:  1px dotted #FFF;
		border-bottom: 1px dotted #FFF;
		margin-bottom: 20px;
	}
	.content--breadcrumb .breadcrumb--link,
	.content--breadcrumb .is--active .breadcrumb--link{
		color: #fff;
		font-weight: bold;
	}
	.product--details .product--header .product--title {
		font-size: 3.25em;
		line-height: 2.3em;
	}
	.product--details .product--buybox .price--content{
		font-size: 3.25em;
		line-height: 2.3em;
	}
	.is--ctl-detail .content-main--inner {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		box-shadow:  0px 0px 5px rgba(0,0,0,.25);
	}
	.product--details .product--header {
		padding-top: 1rem;
	}
	.content--breadcrumb .breadcrumb--link, .content--breadcrumb .is--active .breadcrumb--link {
		text-shadow: 1px 1px 2px #000;
	}
	.is--ctl-forms .sidebar-main .shop-sites--container, .is--ctl-custom .sidebar-main .shop-sites--container, .content--custom, .account--menu, .panel.has--border.is-rounded, .account--content {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow:  0px 0px 5px rgba(0,0,0,.25);
		overflow: hidden;
		border: none;
		background: #FFF;
	}
}
.product--details .product--buybox .price--content,
.product--details .product--header .product--title {
	color: #fc014d;
	text-shadow:  1px 1px 1px #000;
	font-family: 'Oswald', 'Open Sans', Arial;
}

 .footer--benefit.block,
 .register--advantages.block,
 .logo--supportinfo.block, 
 .footer--logo{
     display: none;
 }
.paypal--sidebar {
	background: transparent;
	border: none;
}
.footer--vat-info a, .footer--service-menu a {
	color: #FFFFFF;
}
.footer--vat-info a:hover, .footer--vat-info a:focus,
.footer--service-menu a:hover, .footer--service-menu a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer--column.column--hotline,
.logo--supportinfo.block,
.footer--column.column--newsletter.block,
.navigation--entry.entry--search {
	display: none;
}
body .cc-category-checkbox,
body .cc-window.cc-banner label.cookiegory .cc-category-checkbox,
.cc-color-override--248367459.cc-window {
	color: #454545 !important;
}
.cc-color-override--248367459.cc-window a {
	color: #454545;
}
.cc-color-override--248367459.cc-window a:hover {
	color: #454545;
	text-decoration: underline;
}