



/* from config */

    


/* empty override */



    
           @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');

.font2, * {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}
.font2.ic3.itemname {
	font-size: 16px;
}
.ic1border {
	border: 1px solid #83b81a;
	border-radius: 4px;
	padding: 10px;
	transition: all ease-in-out .4s;
}
.ic1border:hover {
	background: #83b81a;
}
#itemdetaildiv.ic1border,
#smallcartt.ic1border,
#profilep .ic1border,
#abo .ic1border,
#orders .ic1border,
#cartbody .ic1border {
	background: none;
	border:none;
}
#itemdetaildiv.ic1border:hover,
#smallcartt.ic1border:hover,
#profilep .ic1border:hover,
#abo .ic1border:hover,
#orders .ic1border:hover,
#cartbody .ic1border:hover {
	background: transparent;
}
#smallcartt.ic1border,
#profilep .ic1border,
#abo .ic1border,
#orders .ic1border,
#cartbody .ic1border {
	border-bottom: 1px dashed #ccc;
	max-width: 95%;
}
div.legend {
	color:#83b81a;
}
#profilep td {
	padding: 5px;
}
#profilep input,
#orders input,
.inputtext {
	font-size: 14px;
	padding: 3px 5px;
	border-radius: 4px;
	border: 1px solid #ececec;
}
#profilep input.required {
	border:1px solid red;
}
#email2nd {
	margin-top: 5px;
}
#profilep textarea {
	border-radius: 4px;
	min-height: 75px;
	width: 100%;
}
.action,
.button {
	font-size: 16px;
	padding: 5px 15px;
	color: #83b81a;
	background: #ececec;
	border-radius: 4px;
	margin-top: 15px;
}
.font1 {
	font-size: 14px;
}
.font2 {
	font-size: 16px;
}
.error {
	color: red;
	font-size: 12px;
	padding: 5px 15px;
	border-radius: 4px;
	border-color: red;
}
#r3cartlink, #cartlink, #agblink {
	clear: both;
}
.ic2, .ic1 {
	color: #333;
}
#scc {
	background: #ececec;
	padding: 15px 5px;
	border-radius: 4px;
}
#cheadline.ic2.font2,
#item h1,
h1.headline {
	font-size: 20px;
	color: #83b81a;
	background: #83b81a;
	color: white;
	font-size: 300;
	border-bottom: none;
	padding: 5px 15px;
	margin: 0px 0 20px;
}
body#shopl {
	background-size: cover;
}
body#shopr {

}
body#shoptop {
	background: url('http://dlta.paginup.fr/sites/default/files/logo.jpg') no-repeat center center;
	padding: 30px;
}
body#item,
body#orders {
	max-width: 500px;
}
a.navi {
    font-size: 14px;
    padding-top: 5px;
    display: block;
    color: #83b81a;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
}

a.navi:before {
	background: none;
	display: inline-block;
	content: ' ';
	width: 100%;
	transition: all ease-in-out .3s;
	height: 100%;
	position: relative;
	transform: scaleX(0);
	transform-origin: left center;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}
a.navi:hover {
	color: white;
}
a:hover:before {
	background: #83b81a;
	color:white;
	transform: scaleX(1);
}
#r3cartlink, #cartlink, #agblink {
	display: block;
	clear: both;
}
#topcatf {
	border:1px solid #83b81a;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 10px;
}
#left1search {
	font-size: 14px;
	width: 90%;
	padding: 0;
}
#left1searchimage {
	float: right;
}
#left1 {
	height: 200px;
}
#cmenu1 .font2.padded.ic4 {
	position: absolute;
	top: 0;
}
.vblinkon img {
	height: 20px;
}
.price {
	padding: 5px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #83b81a;
}
.ic1border:hover .price {
	color: white;
}
.price .pvat {
	font-size: 14px;
}
input#item_entry {
	font-size: 12px;
	padding: 2px 4px;
}
.item_sel {
	clear: both;
	margin-bottom: 10px;
}
#item #itemdetaildiv {
	display: flex;
	flex-direction: column;
}
#itemdetaildiv #id_right {
	float: none;
}
#itemdetaildiv #id_right #infoimg {
	float: none;
}


#id_left dd {
  display: inline;
  margin: 0;
}
#id_left dd:after{
  display: block;
  content: '';
  border-bottom: 1px dashed #ececec;
}
#id_left dt{
  display: inline-block;
  min-width: 170px;
  padding: 10px 0;
}
#seldiv {
	position: absolute;
	right: 0;
}
#item #all {
	position: relative;
}
#cmenu1 a.navi:not(#agblink) {
	font-size: 10px;
	padding: 3px 5px;
}
#olink {
	text-align: center;
}
@media (min-width: 440px) {
	#itemlist {
    	margin: 0;
    	width: 100%;
	}
}
@media (min-width: 450px) {
	table.itemtable, #info .info {
    	width: 100%;
	}
}
/* cal */
.shop_hk, .shop_itemno {display: none;}

.caltourday.booked {
    color: blue;
    border: none;
}
BODY#s2categories {
   margin-top: 0;
}
.caloffday {
  font-weight: bold;
}
    
