@font-face {
  font-family: Yellowtail;
  src: url("https://www.dinrabattkod.se/assets/fonts/Yellowtail-Regular.ttf");  
}
body {	
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-style: normal; font-variant: normal; font-weight: 700;
	padding:0;
	margin:0;
	background: #d2f4d1 url('https://www.dinrabattkod.se/assets/web/dinrabattkod/images/site/top-cloud-bg.jpg')  left top repeat-x;
	color:#404040;
}
.bold {
	font-weight: 700;
}
.normal {
	font-weight: 500;
}
.clear {
	clear:both;
}
.hidden {
	display:none !important;
}
.artistic {
	font-family: Yellowtail;
	font-weight: 500;
	font-size:30px;
}
.fullWidthHolder {
	width:100%;	
	position: relative;
  	min-height: 100vh;
}
h1 {
	margin-top:3px;
	padding-top:3px;
	margin-bottom:3px;
	padding-bottom:3px;
}
.header {	
	margin-top:10px;
	text-align: center;
}
.headerMenu {	
	text-align: center;	
	background-color:#d2f4d1;
	padding:10px 0 10px 0;
	color:#079a02;
}
.footer {	
	text-align: center;	
	background-color:#d2f4d1;	
	color:#404040;
	position: absolute;
  	bottom: 0;
  	width: 100%;
}
.headerMenu a {
	color:#079a02;
	text-decoration:none;	
}
.main {
	margin-top:8px;
	padding:12px;
	text-align: center;
	width: 1200px;
	margin:auto;
}
.mainContent {
	display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding-bottom:120px;
}
.mainContentLeft {	    
    flex-grow: 0;
    /*border:1px solid black;*/
}
.mainContentLeft .productImg {
	width:450px;
	border-radius: 7px;
}
.mainContentRight {
	padding:10px;
    flex-grow: 1;
    /*border:1px solid black;*/
    text-align: left;
	max-width:750px;
}
.mainContentCenter {
	padding:10px;
    flex-grow: 1;    
}

.rTable {
	display: table;
	width: 100%;
	background-color:#ffffff;
	border-radius: 7px;
}
.rTableRow {
	display: table-row;		
}
.rTableHeading {
	display: table-header-group;	
}
.rTableCell, .rTableHead {
	display: table-cell;
	padding: 6px 10px 2px 10px;
	vertical-align: middle;	
	border-bottom: 1px solid #e6ebd1;	
	text-align:center;	
	color:#4a6163;
}
.rTableHeading {
	display: table-header-group;	
	font-weight: bold;
}
.rTableFoot {
	display: table-footer-group;
	font-weight: bold;	
}
.rTableBody {
	display: table-row-group;
}
.productBrand {
	color:#353535;
	text-decoration: none;
}
.productName {
	color:#353535;
	font-size:27px;
}
.pricesTitle {
	color:#4a6163;
	font-size:19px;
}
.productDescription {
	color:#4d6f72;
	font-size:17px;
}
.shopLogo {
	width:140px;
}
.shopProductImg {
	width:74px;	
	max-width:74px;	
}
.shopPriceOrd {
	color:#c1c1c1;
	font-size:16px;
	text-decoration:line-through;
	font-weight: normal;
}
.shopPrice {
	color:#03915a;
	font-size:25px;
	font-weight: bold;
}
.goParfymBtn {
	background-color:#44c767;
	border-radius:5px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;	
	font-size:17px;
	font-weight:bold;
	padding:11px 48px;
	text-decoration:none;
}
.goParfymBtn:hover {
	background-color:#03915a;
}
.goParfymBtn:active {
	position:relative;
	top:1px;
}
.goNotInStockBtn {
	background-color:#dedede;
	border-radius:5px;
	border:1px solid #a4a4a4;
	display:inline-block;
	cursor:pointer;
	color:#7b7a7a;	
	font-size:17px;
	font-weight:bold;
	padding:11px 48px;
	text-decoration:none;
}
.goNotInStockBtn:hover {
	background-color:#c1c0c0;
}
.toCompareBtn {
	background-color:#f47a7e;
	border-radius:5px;
	border:1px solid #ee6c71;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;	
	font-size:17px;
	font-weight:bold;
	padding:11px 48px;
	text-decoration:none;
}
.toCompareBtn:hover {
	background-color:#f56f74;
}
.toCompareBtn:active {
	position:relative;
	top:1px;
}
.mbottom5 {
	margin-bottom: 5px;
}

.blockSmall {
	padding-bottom:20px;
}
.searchHolder, .boxesWrapper {
	margin-bottom:20px;
}

.searchHolder input[type=text] {
	border:2px solid #079a02;
	margin:4px;
	border-radius: 5px;
	width:560px;
	padding:10px;
}
.searchHolder input[type=submit] {
	padding:10px;
	border:2px solid #079a02;
	margin:4px;
	border-radius: 5px;
	cursor:pointer;
}
.searchHolder input[type=submit]:hover, .searchHolder input[type=submit]:active {
	background-color:#7dcf7b;
}
.boxesWrapper {
	display: flex;
    justify-content: center; 
    width:100%;
    flex-wrap: wrap;   
    flex-flow: row wrap;
}
.itemBoxWrapper {
	width: 210px;
	overflow: visible;
	float: left;
	background-color: #fff;
	margin: 5px;
	position: relative;
	border: 2px solid #fff; /* without this you have unwanted size effects on hover*/	
	text-align: center;
	border-radius: 5px;
}
.mainCategoryBox {
	display:block;
	padding:14px;
	text-decoration:none;
	color:#262626;
	border:1px solid #079a02;
	background-color:#ffffff;
	margin:4px;
	border-radius: 5px;
}
.mainCategoryBox:hover, .mainCategoryBox:active {
	background-color:#7dcf7b;
}
.itemBoxContent {
	width: 210px;
	height: 270px;
	display:block;
	text-decoration: none;
}
.itemBoxContent img {
	max-width:170px;
    max-height:170px;
}

.itemBoxActions {
	display: none;
	position: absolute;
	background-color: #fff;
	top:270px;
	z-index: 10;
	left: -2px;
	width: 210px;
	height: 100px;
	border: 2px solid #fff;
}
.itemBoxBrand {	
	color:#b7b4ae;
}
.itemBoxName {	
	color:#f47a7e;
}
.itemBoxBestPrice {	
	color:#03915a;
}
.itemBoxBestPrice span {
	color:#b7b4ae;	
}
.inputSok {
	width:260px;
	height:30px;
	padding:5px;
	border-radius: 5px;
	border:1px solid #079a02;
	box-shadow:inset 0 0 6px #e3e5dc;
}
.insideCell a{
	text-decoration:none;
	color:#4a6163;
}

ul.pagination {
	list-style-type: none;
	padding: 20px;
	margin: 0;	
}
ul.pagination > li.page-item {
	float: left;
	padding: 0;
	margin-right: 4px;
	margin-bottom: 4px;
}
ul.pagination > li.page-item a.page-link {
	display: block;
	text-decoration: none;
	border: 1px solid # eee;
	background-color:  # fff;
	color:  #116281;
	border-radius: 5px;
	padding: 7px 12px;
	margin: 0;
}
ul.pagination > li.active {
	background-color:  #e3e5dc;
	font-weight: 700;
	display: block;
	text-decoration: none;
	border: 1px solid #eee;
	color:  #116281;
	border-radius: 5px;
	padding: 7px 12px;
}
ul.pagination > li.disabled {
	display: block;
	text-decoration: none;
	border: 1px solid # eee;
	color:  #116281;
	border-radius: 5px;
	padding: 5px 10px;
}
ul.pagination > li.page - item a.page-link: hover {
	background-color:  #eee;
}

.box-save-badge-1{
    position: absolute;
    right:-6px;
    top:10px;
    background:#fc1313;
    text-align: center;
    border-radius: 2px 10px 2px 10px;
    color:white;
    padding:5px 15px;
    font-size:18px;
	z-index:9;
}

.box-save-badge-2{
    position: absolute;
    right:-6px;
    top:10px;
    background:#ff9000;
    text-align: center;
    border-radius: 2px 10px 2px 10px;
    color:white;
    padding:5px 15px;
    font-size:18px;
	z-index:9;
}

.box-save-badge-3{
    position: absolute;
    right:-6px;
    top:10px;
    background:#02a437;
    text-align: center;
    border-radius: 2px 10px 2px 10px;
    color:white;
    padding:5px 15px;
    font-size:18px;
	z-index:9;
}

.productImgL {			
	display:block;
	text-decoration: none;
	position: relative;
}
.product-badge-1{
    position: absolute;
    left:-6px;
    top:10px;
    background:#fc1313;
    text-align: center;
    border-radius: 2px 15px 2px 15px;
    color:white;
    padding:10px 20px;
    font-size:20px;
	z-index:9;
}
.product-badge-2{
    position: absolute;
    left:-6px;
    top:10px;
    background:#ff9000;
    text-align: center;
    border-radius: 2px 15px 2px 15px;
    color:white;
    padding:10px 20px;
    font-size:20px;
	z-index:9;
}
.product-badge-3{
    position: absolute;
    left:-6px;
    top:10px;
    background:#02a437;
    text-align: center;
    border-radius: 2px 15px 2px 15px;
    color:white;
    padding:10px 20px;
    font-size:20px;
	z-index:9;
}

.contactinput {
	border:1px solid #c2c1c1;
	margin:4px;
	border-radius: 5px;
	width:260px;
	padding:10px;
}
.contacttextarea {
	border:1px solid #c2c1c1;
	margin:4px;
	border-radius: 5px;
	width:260px;
	height:75px;
	padding:10px;
}
.contactsubmit {
	border:1px solid #c2c1c1;
	margin:4px;
	border-radius: 5px;
	width:160px;
	padding:10px;
}

@media (max-width : 420px) {
    .fullWidthHolder { display:block; margin: auto; }  
    .main { padding:10px 0 10px 0; width: 100%; }  
    .mainContent { display:block; padding:0; margin:0; width: 100%; padding-bottom:120px; }
    .hideSmall { display:none; }
    .blockSmall { display:block; width:100%;     	
    	padding-bottom:2px;
    }
    .blockSmall:empty {
		display: none;
	}
    
	.shopLogo {
		width:100px;
	}
	.mainContentLeft {				
		width: 100%;
		padding:0;
		text-align:center;		
	}
	.mainContentLeft .productImgL {
		width: 100%;		
	}
	.mainContentLeft .productImg {
		width: 85%;
		margin:0;
		padding:0;	
	}
	.rTableCell, .rTableHead {		
		text-align:left;
		padding: 14px 0 8px 0;
	}
	.insideCell {
		padding-left:6px;
	}
	.searchHolder input[type=text] {				
		width:55%;		
	}
	
	.product-badge-1, .product-badge-2, .product-badge-3 {    
		left: 28px;
	}
}

@media print {
	body {
		background-color:#fff;
		color:#404040;
		background-image:none;
	}
	.fullWidthHolder {
		width:97%;
	}
	.main {
		margin-top:0;
		padding:0;
		text-align:center;
		width:99%;   
	}
	.footer, .searchHolder {
		visibility: hidden;
	}
	.mainContentLeft {
		display:none;
	}  
}