/*
**Changed chalkboard font to CoolCrayon - left this here in case we want to change back**
@font-face {
    font-family: 'eraserregular';
    src: url('Fonts/EraserRegular-webfont.eot');
    src: url('Fonts/EraserRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/EraserRegular-webfont.woff') format('woff'),
         url('Fonts/EraserRegular-webfont.ttf') format('truetype'),
         url('Fonts/EraserRegular-webfont.svg#eraserregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@import url("//hello.myfonts.net/count/2c80d7");
@font-face {
	font-family: 'CoolCrayon';
	src: url('Fonts/2C80D7_0_0.eot');
	src: url('Fonts/2C80D7_0_0.eot?#iefix') format('embedded-opentype'),
		 url('Fonts/2C80D7_0_0.woff2') format('woff2'),
		 url('Fonts/2C80D7_0_0.woff') format('woff'),
		 url('Fonts/2C80D7_0_0.ttf') format('truetype');}
 

.wc_limited_time_offers_widget {
	width: 100%;
	padding-left: 0 !important;
	margin: 0 auto;

}

.entry ul ul li.limited-offers {
	list-style-type: none;
}

.entry ul ul li.limited-offers:before {
	display: none;
}

.limited-descr {
	background-color: #48626F;
	padding: 10px 10px 5px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
}

.limited-descr img {
	background: none !important;
    border: 2px solid #DDDEDF !important;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	padding: 0 !important;
    margin-bottom: 1.5em;
}

.limited-descr h1 {
	font-size: 24px !important;
}

.limited-descr h1+p {
    min-height: 38px;
}


.limited-price {
	background-color: #8BC53F;
	padding: 15px 20px 5px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
}

#sale_price {
	padding-bottom: .5em;
}


#sale_price ins .amount {
	display: none;
}

#regular_price del .amount {
	display: none;
}

#sale_price .amount {
    color: #8BC53F;
}

#sale_price del .amount {
	display: inherit;
    color: #00773D;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: line-through;
}

#sale_price del {
	color: #00773D !important;
}

#regular_price ins .amount, 
#regular_price .amount {
	font-size: 3em;
	font-weight: bold;
	color: #FFF;
}

ins {
	text-decoration: none;
}

.limited-price p {
	font-size: .8em !important;
}

.limited-offers p {
	margin-bottom: 0 !important;
}

.limited-offers {
	width: 22.7%;
	float: left;
	margin-right: 3%;
	text-align: center;
}

.limited-offers:last-child {
	margin-right: 0;
}

.limited-offers a:hover {
	text-decoration: none !important;
}

.limited-offers h1, .limited-offers p {
	color: #ffffff !important;
}

.limited-offers h1 {
	font-family: 'CoolCrayon';
	font-size: 2.4em;
	margin-bottom: 0 !important;
}

.shadow {
	background: url(https://supremeplastics.co.nz/wp-content/themes/supreme-plastics/images/drop-shadow.png) center bottom;
    background-repeat: no-repeat;
	height: 14px;
}

/*******************/
/** MEDIA QUERIES **/
/*******************/

@media only screen and (max-width:1024px) { 
	/* CSS rules here */
}

@media only screen and (max-width:768px) { 
	.limited-offers {
        width: 45%;
        margin: 0 2.5%;
        min-height: 380px;
    }
}

@media only screen and (max-width:480px) { 
	/* Featured Product width */
    .limited-offers {
        width: 80%;
        margin: 0 10%;
    }
}