/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
a {
   outline: 0;
}


	/*PP Login*/
.login-section {height: 150px;}

	/*category menu*/
ul#category-menu {margin:0; padding:0;}
ul#category-menu li {border-bottom:1px dotted #ccc; list-style:none; text-align:left;}
ul#category-menu li a, ul#best-sellers li a {text-decoration: none; display: block; padding:4px;}
ul#category-menu li:last-child, ul#best-sellers li:last-child {border-bottom:none!important;}
ul#category-menu li a:hover, ul#best-sellers li:hover, li.active-cat a {
    background:/*#EAECF #dbd7cb;   */ white; 
    -moz-transition: all 0.2s ease-in-out 0s; 
    -webkit-transition: all 0.2s ease-in-out 0s; 
    cursor:pointer;
    color:#111;
    }
ul#cat-menu li a, li active-cat a {background: white;}

.checkout-page { width: 800px; margin: 0 auto;}

/* 360spins */
.arqspin {
    align: center;
    position: relative;
    padding-bottom: 100%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.arqspin iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* products page */
@media only screen and (max-width : 605px) {
.products_page_image {
	width: 100%;
	overflow: auto;
	text-align:center;
/*	margin-left:25px; */
}
.products_page_details {
	width: 100%;
	overflow: auto;
}
}

@media only screen and (min-width : 801px) {
.products_page_image {
    width: 60%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    margin: 0px auto;
    text-align: center;
}
.products_page_details {
	width: 38%;
    float: left;
    margin-left: 5px;
    text-align: left;
}
}

.products_page_image img {
	max-width: 600px;
}

/*products*/
#all {padding: 10px 0;}
#all .item {float: left; width: 29.3%;  height:260px; text-align: center; border: solid 0px #efefef; /* margin: 5px 10px 30px 0;*/  padding: 2%; */}
#all .item.i-3 {margin-right: 0;}
#all .item:nth-child(3) {margin-right: 0;}
#all .item:hover .item-info {display: block;}
#all .item-image {}
#all .item-image img {width: 100%; height: auto; max-width: 250px;}
#all .item-name a { line-height:1.2em; display:inline-block; height:auto; background-color: #ffffff; display: block; text-decoration: none; color:black;}
#all .item-stars {padding: 5px 0;}
#all .item-reviews {padding: 2px 0; font-size: 9px;}
#all .item-short-description {font-size: 10px; margin: 5px 0 0;}
#all .item-price { background-color: #ffffff; }
#all .item-rrp {font-size: 11px; margin: 5px 0 0; text-decoration: line-through;}

/* panel */
.panel, .panelcollapsed {
	margin: 5px;
	padding: 0px 0px 5px;
/*	width: 80%; */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* panel heading */
.panel h2, .panelcollapsed h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #9f9d9e;
	cursor: pointer
}
/* heading of a collapsed panel */
.panelcollapsed h2 {
	border-color: #CCC;
}
/* panel content - do not set borders or paddings */
.panelcontent {
	background: #EEE;

}
/* collapsed panel content */
.panelcollapsed .panelcontent {
	display: none;
}

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: #8eabb1;
	font-size: 12px;
	padding: 1em;
	display: none;
}
.back-to-top a:active {
	color: #FFF;
}
.back-to-top:hover {
	background-color: #505f64;
	color: #FFF;
}

.cart-area{ 
	float:right;
	margin-top: 5px;
}

.search img {
	vertical-align :top;
}
.search-area {
	float:left;
	height:2em;
}
.category-text
{
	font-size : large;
}
.category-text h1 {
	display:inline-block;
		font-size: large;
		margin : 0px;
		font-style: normal;
			font-weight: normal;
}

.category-text h2 {
	font-size: large;
	margin : 0px;
	font-style: normal;
		font-weight: normal;
		text-align: center;
}
.category-text h3 {
		font-size: large;
		margin : 0px;
		font-style: normal;
			font-weight: normal;
			text-align: center;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
/*
html {
    font-size: 1em;
    line-height: 1.4;
}
*/
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
/*
body {
   font: 14px/26px "Trebuchet MS",Arial,Helvetica,sans-serif; 

}
*/
html {
  font-size: 62.5%; }
body {
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


.wrapper, .ekmpscart-wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Blue Theme
   =================== */


.header_top{
padding-bottom:0px;
}
.header_top,
.header_bottom{
	width: 100%;
}
   
.header-container {
    border-bottom: 5px solid #526569;
}


.main aside {
    border-top: 5px solid #526569;
}

.header-container,
.main aside {
    background: #ECEAEA;
}
.footer-container {
    background: #526569;
}
.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */
/*
nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #526569;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}
*/
/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 10px 0;
}

.main article h1 {
    font-size: 2em;
	line-height: 1em;

}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 0 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.view-logo img {
  max-width: 100%;
  height: auto;
}
.trustpilot-row {
   display: table;
   width: 100%;
 /*  height:302px; */
}
@media only screen and (max-width: 1028px) {

.trustpilot-row {
 clear:both;
/*   height:413px; */
}	
}


.trustpilot-row-inner{
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

.trustpilot-row li {
  width: 50%;
/*  float: left; */
  list-style:none;
}

.trustpilot-row li img {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.trustpilot-row img {
float:right; padding-left:15px;
}

@media only screen and (max-width: 480px) {
.trustpilot-row img {
/* float:left; */
margin:0 auto;
}
}







/* ==========================================================================
   Media Queries
   ========================================================================== */

/*@media only screen and (min-width: 480px) {
*/
/* ====================
    INTERMEDIATE: Menu
   ==================== */
/*
    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }
*/
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */
/*
    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}
*/
@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }
/*
    nav {
        float: right;
        width: 100%;
    }
*/
/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper, .ekmpscart-wrapper {
        width: 960px;         
  /*       width: 1026px; 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* RL extras for promo top boxes */

ul.rig {
    font-size: 0;
    list-style: none outside none;
    margin-left: -7.5%;
}
ul.rig li {
    background: none repeat scroll 0 0 #8EABB1;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1rem;
    margin: 0 0 2.5% 2.5%;
    padding: 0px;
    vertical-align: top;
}

ul.rig li a {
    display: block;
    width: 100%;
    height: 100%;
    
text-decoration: none;
}

ul.rig li img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

ul.rig li h3 {
    text-align: center;
    text-transform: uppercase;
 font-weight: bold;
   	color: white;
    font-size:1.0em;
}
/*@media screen and (min-width: 1025px) { 
ul.rig li h3 {
	color: white;
    font-size:1.0em;
}
} */


ul.rig li p {
    color: white;
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: center;
    padding : 10px;

}

@media screen and (min-width: 1025px) {
ul.rig li p {
    font-size: 0.7em;
}
}

ul.rig.columns-3 li {
    width: 30%;
}
@media (max-width: 1199px) { 
.container {
    padding: 0 10px;
    width: auto;
}
} 

@media (max-width: 480px) {
ul.grid-nav li {
    display: block;
    margin: 0 0 5px;
}
ul.grid-nav li a {
    display: block;
  
}
ul.rig {
    margin-left: 0;
}
ul.rig li {
    margin: 0 0 20px;
    width: 100% !important;
}
}

.promo_message{
	float:right; 
	padding:0.1em;
	margin:0.2em 0em; 
	width:300px;
	background:#c17243;
	text-align:center;
	font-weight:bold; 
	color:white;
}
@media screen and (max-width: 1025px) and (min-width:480px) {
.promo_message{
width:200px;
font-size:0.8em;
}
}

.promo_message2{
	float:right; 
	padding:0.1em;
	margin:0.2em 0em; 
	width:300px;
	background:#10691F;
	text-align:center;
	font-weight:bold; 
	color:white;
}
@media screen and (max-width: 1025px) and (min-width:480px) {
.promo_message2{
width:200px;
font-size:0.8em;
}
}

.search-box {
    font-size: 15px;
    color: #4E5D62;
    background-color: white;
    border-width: thin;
    border-style: none;
    border-color: #8EABB1 #8EABB1 #505F64;
    width: 175px;
    height:25px;
    line-height : 35px;
    text-align: right;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.template-header-right {float:right; width:100%;}
.template-header-right a:link {color:#4e5d62;text-decoration: none;}      /* unvisited link */
.template-header-right a:visited {color:#4e5d62;text-decoration: none;}  /* visited link */
.template-header-right a:hover {color: #4e5d62;text-decoration: underline;}  /* mouse over link */
.template-header-right a:active {color: #4e5d62;text-decoration: none;}  /* selected link */ 

.line-wall-art{
	background-color: #beb6a1;
	height: 15px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: left;
}








