/* DPR Social Slider Start */

.dprsocials {
  height: 200px;   
}

.dprsocialstext {
    opacity:0;
    position: absolute;
    vertical-align: middle;
    top: 0;
    left: 0;
    font-size: 13px;
    font-weight: 400;
    height:200px;
    width:inherit;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;

}

.dprsocialstext:hover {
    background-color:#000;
    opacity:0.60;
    color: lightgrey;
}

.dprverticalcenter {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px; 
}

/* Social Slider End */


/* DPR CSS for Descriptions under Sliders Titles Start */
div.dpr_descriptions{
	font-size: 16px;
	font-style: italic;
	display: block;
	margin-right: 10%; /* DPR space for icons */
	margin-left:3%; /* DPR Even up space both sides */
}

@media only screen and (max-width: 767px) {
div.dpr_descriptions{
        	margin-right: 24%; /* DPR more space for icons */
			margin-left:10%; /* DPR Even up space both sides */
    }
}
/* DPR CSS for Descriptions under Sliders Titles End */


/* Featured Products on small displays only start */
div.slider_featuredproducts {
	display:none; /* DPR hide as default */
}

@media only screen and (max-width: 767px) {
div.slider_featuredproducts {
	display:inherit; /* DPR hide as default */
}
}
/* Featured Products on small displays only end */


/* Toggle drop down icons */
.dpr-toggle.collapsed .icon-up {
  display: none;
}
.dpr-toggle.collapsed .icon-down {
  display: inline-block;
}
.dpr-toggle .icon-down {
  display: none;
}
/* Toggle drop down icons */

/* DPR Test*/
ul.dprlist{
	margin:0;
    margin-left: 30px;
	padding: 0px;
	display: block;
	list-style-type: disc;
}

div.dprcentre{
	margin:10px auto;
	text-align: center
}
	
div.dprwrapleft{
	float: left;
}
		
div.infoBoxContentsHeading{
	background-color: #F0F0F0;
}

div.infoBoxContentsCentre {
	text-align: center
}

.dpr_radios > span
{
    white-space: nowrap;
}

span.menu_gt {
	color:#F30;
}

/* Used for headline at top of all pages*/
.topLineHeadline {
	font-size: 15px;
	font-style: italic;
	color: #F00;
}

.dprCreditCard {
    border-radius: 25px;
    border: 1px solid lightgrey;
    padding: 20px;
    padding-top: 15px;
    width: 310px;
    height: 210px;
    margin-top:10px;
    background-color:#F0F0F0;
}

.dprRoundedBox {
    border-radius: 10px;
    border: 1px solid lightgrey;
    padding: 20px;
    padding-top:10px;
    padding-bottom:10px;
}

.dprLightBackground {
    background-color:#F4F4F4;
}

/* DPR widen drop down boxes for specific select ids only */
select[name="categories_id"] {
  width: 220px;
}

select[name="manufacturers_id"] {
  width: 220px;
}

/* DPR top line change colours */
.dpr_top_line_header, .dpr_top_line_header a, .dpr_top_line_header span{
	text-align:right;
	background-color:#DFC173; /* Header Souza Gold */
	color:white;
	line-height: 20px;
	padding-top:3px;
	padding-bottom: 0px;
	Padding-right:2px;
	align-content: flex-end;
	border-radius: 10px;	
}


