@import "/shops/fashion/design/1008/design.css"; /* Import Blocks template */

@font-face {
	font-family: 'Droid Sans';
	src: local('Droid Sans'),
		url('/scripts/font/Droid Sans.woff2') format('woff2'),
		url('/scripts/font/Droid Sans.woff') format('woff');
}


/* Navigation hover */
nav a:hover,
#lang a:hover,
#catbutton ul ul a:hover,
#cart span,
footer #cat a:hover,
#footnav a:hover,
.slidelang a:hover		{  background: #f80; }
#searchbox:hover svg,
#searchbox:hover svg path,
#cart:hover svg,
#cart:hover svg path,
#mnav a:hover svg,	
#mnav a:hover svg path		{ fill: #fb0; }

/* Sunset on bottom */
#cont5 {
	background-image: url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w2NDkwMDN8MHwxfGFsbHx8fHx8fHx8fDE3MjU0NjA0Mjd8&ixlib=rb-4.0.3&q=80&w=1080);
	background-repeat: no-repeat; background-position: center bottom; background-size: contain;
	padding-bottom: 700px;
}

#footer1 {
	border-width: 2px 0 0 0; border-style: solid; border-color: #f90; padding-top: 20px;
}

/* Responsive */
@media all and (max-width: 1400px) {
	#cont5 { padding-bottom: 400px;	}
}
@media all and (max-width: 1200px) {
	#cont5 { padding-bottom: 300px;	}
}
@media all and (max-width: 1000px) {
	#cont5 { padding-bottom: 200px;	}
}
@media all and (max-width: 600px) {
	#cont5 { padding-bottom: 100px;	}
}

body {
	font-family: Droid Sans, Helvetica, Arial, sans-serif;
}
