
html{
    position:relative;	
}


* {
    box-sizing: border-box;
	font-family: 'Museo Sans',Arial,Helvetica,sans-serif;	
}

body {	
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;    
    -webkit-font-smoothing: antialiased;
	
	
 /*	font-size: 1.0625em;
   line-height: 1.3333333333;*/
	color: #6d6e70;
}



h1 {     
    font-size: 1.5em;
    line-height: 1.125;
	margin: 1.25em 0 0;	
	font-weight:normal;
	color:#555555;	
	text-transform: uppercase;
}

h1:after {
    content:' ';
    display:block;
    border-bottom:1px solid #dddddd;    
	/*border-style :collapse;*/
}


h2 {    
	font-size: 1.25em;
    font-weight: normal;
    margin: 1.25em 0 0;
	line-height: 1.25;    	
}

h3 {
	font-size: 1.125em;
    font-weight: normal;
    margin: 1.25em 0 0;
	line-height: 1.25; 
}

a {
    text-decoration: none;
    color: inherit;
}

a.normal-link {
	text-decoration:revert;
	color:revert;
}


p {
    margin-top: 0.5em;
	margin-bottom: 0.5em;
}


input {
    border: 1px solid #ccc;     
	margin:0px;
	/*font-size: 1.125em;*/
	font-size: 1em;
	padding: 5px;
	line-height: 1.25em;
}

input:hover:not([disabled]) {
    background-color: #FFFFEE;
}

input[type="radio"] {
	margin-top: -1px;
	vertical-align: middle;
  }

select {
    border: 1px solid #ccc;    
    font-size: 1em;
	padding: 5px;
}

textarea {
    border: 1px solid #ccc;
	font-size: 1em;
	padding: 5px;
}

textarea:hover:not([disabled]) {
	background-color: #FFFFEE;	
}

select:hover:not([disabled]) {
    background-color: #FFFFEE;
}



input[type="submit"]:not([disabled]) {
	color: white;	
	background-color: #5A0076;
	cursor: pointer;
}

input[type="submit"][disabled] {
	background-color: #EEEEEE;
	color: #5A0076;
	cursor: auto;
}

input[type="submit"]:hover:not([disabled]) {
	background-color: #EEEEEE;
	color: #5A0076;
}
		
input[type="button"]:not([disabled]) {
	color: white;	
	background-color: #5A0076;
	cursor: pointer;
}

input[type="button"][disabled] {
	background-color: #EEEEEE;
	color: #5A0076;
	cursor: auto;
}

input[type="button"]:hover:not([disabled]) {
	background-color: #EEEEEE;
	color: #5A0076;
}

div.indent {
	margin-left:20px;
}

.max-width {
    max-width: 83em;
    margin-left: auto;
    margin-right: auto;    
}

.no-pad {
    padding: 0;
}

ul {	
	margin:1em;
	padding-left:0px;
}


ul > li {
	margin:0.5em;
	display: list-item;	
}

ul.padded > li {
	padding: 10px;
}




.inline > div {
    display: inline-block;
    vertical-align: middle;
}
.inline > img {
    display: inline-block;
    vertical-align: middle;
}

.inline > form {
    display: inline-block;
    vertical-align: middle;
}


div.sort-heading {
	border-bottom:1px solid #dddddd;    
	/*border-style:collapse;*/
	margin: 1.25em 0 0;	
	padding-bottom: 0.25em;
	overflow: hidden;
}

div .sort-heading > h1 {
	margin: 0;
	display:inline-block;
}
div .sort-heading > h1:after {
	content: none;
}

div .sort-heading > form {
	/*display:inline-block;*/
	float: right;
	font-size: 0.8em;
}

div .sort-heading > form > select {
	margin-left: 0.2em;
	padding: 0.2em;
	color:#555555;	
}



dt {
	float: left;
	clear: left;
	
}

dt:after {
	content: ":";
}

dd {
	padding: 0 0 0.5em 0;
	margin-left: 8.1em;
}



.right {
    float: right;
}

.cart {
    font-size: 8pt;
    color: #606062;
    text-align: center;
}


.header {
    width: 100%;
}

.header li {
    margin:0;
}


.footer {
    padding: 12px 5px 12px 5px;
    width: 100%;
    background-color: #eee;
    margin-top: 2em;
    font-size: 11pt;
    overflow: hidden;
}

.footer li {
    margin:0.25em;
}

.footer a:hover {
   color: #5A0076;
}





.header-top {
    padding: 12px 5px 12px 5px;
    overflow: hidden;
    width: 100%;
}

#main-logo {
	margin-bottom:0.25em;
	margin-right:4em;
	/*height: 50px;*/
	max-width: 263px;
	width:100%;
}

#search-form {
    text-align: center;
    padding: 0;    
    width: 240px;
	vertical-align:top;
}


#search-form > input {
	vertical-align: middle;
	display: inline-block;
}

#search-form input[type="text"] {		
	max-width: 200px;
}

#search-form input[type="submit"] {
	border:none;
	background: url("/images/icon-search.png") no-repeat;
	background-position: center;
	cursor: pointer;
	height: 28px;
	width: 28px;			
	padding: 2px;
}

#search-form input[type="submit"]:hover:not([disabled]) {
	background: url("/images/icon-search-hover.png") no-repeat;
	background-position: center;
	height: 28px;
	width: 28px;			
	padding: 2px;
	border:none;
}


#header-contact  {
	margin: 0;
	padding: 0;
/*	float: right;*/
	display: inline-block;	
}

#header-contact > li {
    display: block;   
    padding-bottom: 5px; 
	font-size : 1.2em;
	font-weight:bold;
	font-style:italic;
	color:#000000;
}

.top-menu {
	background-color: #5A0076;
    overflow: hidden;
    margin: 0px;
    color: #EEEEEE;
}

.top-menu  ul {
	margin: 0;
	padding: 0;
	
}

.top-menu  ul > li {
	display: block;	
}

.top-menu  ul > li > a {	
	line-height: 32px;	
	height: 32px;
	padding-left: 1em;
	padding-right: 1em;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-align: center;
	float: left;	
}

.top-menu  ul > li > a:hover {
	background-color: #EEEEEE;
	color: #5A0076;
}

.top-menu-mycart {
	float:right;
	padding-right: 5px;
}


.top-menu-mycart div
{
	position: relative;
	width: 0px;
	height: 0px;
}


.top-menu-mycart div > div {
	display: inline-block;
	color: white;

	/*background: #ffcc00;    
    
    height: 18px;
    line-height: 18px;
    border-radius: 50%;*/    
    position: absolute;
	width: 2em;
	text-align: center;
    left: 9px;    
	top: -44px;
	font-size: 0.8rem;
}

.mask {
	opacity: 0.1;
	background-color:black;
	width:100%;
	height:100%;
	position:absolute;
	z-index: 500;
	overflow:hidden;
}

.submenu {
	background-color: white;
    overflow: hidden;
    margin: 0px;
    color: black;
	width: 100%;
	border-bottom: 1px solid black;
}

.submenu > div > div {
	text-align:left;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.submenu > div  > div > div {	
	font-size: 0.8em;	
	margin-bottom: 1em;	
	
}

.submenu > div  > div > div > div {	
	text-align:left;
}





.submenu a:hover {
	background-color: #EEEEEE;
	color: #5A0076;
}

.submenu  ul {
	margin: 0;
	padding: 0;		
}

.submenu  li {
	display: inline-block;	
	max-width: 18em;
	width:100%;
	margin-left : 0.5em;
}



.submenu  a {
    line-height: 28px;	
	height: 28px;
	transition: background-color 0.3s ease, color 0.3s ease;	
	display: block;	
	text-align:left;
	width:100%;   

}

/*.submenu a > div:nth-child(1) {
	width: 32px;
	height: 32px;	
	display: inline-block;	
	vertical-align:top; 
}*/

.submenu a > div {
	display: inline-block;	
    color: #5a5a5a;
    font-size: 1.2em; 
}


.submenu h1 {				
	font-size: 0.9em;	 	
}

.submenu h1 > a {
	text-align: left;
	color: #000000;   
	font-weight: bolder;
}

.submenu h2 {
    font-weight:bold;
}
.submenu h2:after {    
    content:' ';
    display:block;
    border-bottom:1px solid #dddddd;       
    padding-right: 2em;
	/*border-style:collapse;*/
}

.submenuvert {
	display:inline-block;
	text-align:left;
	max-width: 18em;
	vertical-align:top;
}

.footer-menu {
    margin: 10px 0px 10px 0px;
    padding: 0;
	display: inline-block;
}

.footer-menu > li {	
	padding-bottom: 3px; 
	display: block;
}

/*#price_total::before {
	content : 'Total: ';
}*/


.about > div {
	text-align:left;
	margin-left:auto;
	margin-right:auto;	
	display: inline-block;
}

.img-icon {
	height: 72px;
	width: 72px;
}

.img-micon {
	max-width: 124px;
	height: 160px;
}

/*
.iconmenu {	
	position: absolute;		
	width: 100%;	
	left: 0;
	z-index: 1000;
}



.iconmenu > div {		
	margin-left: auto;
	margin-right: auto;
	max-width: 80em;
	background-color: white;
	border : 1px solid black;
	padding: 2px;	
	vertical-align: top;
}




.iconmenu  ul {
	margin: 0;
	padding: 0;	
}

.iconmenu  ul>li {
	vertical-align:top;
}

.iconmenuitem {
	display: inline-block;	
	width: 120px;	
	overflow:hidden;
	margin: 2px;
	
}

.iconmenuitem  a {   
	transition: background-color 0.3s ease, color 0.3s ease;	
	display: block;	
	text-align:center;
	cursor: pointer;
	
}

.iconmenuitem a:hover {
	background-color: #EEEEEE;
	color: #5A0076;
}


.iconmenuitem a > div:nth-child(1) {
     width: 72px;
	height: 72px;  
	margin-left:auto;
	margin-right:auto;
}
.iconmenuitem a > img {
	width: 72px;
	height: 72px;
	display: inline-block;	
}

.iconmenuitem a > div:nth-child(2) {  	

	width: 100px; 
	font-size: 0.9em;	
	display: inline-block;
	vertical-align:middle;            
}



.iconmenulink  {
	color: black;
	width: 100%;	
	cursor: pointer;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
}


.iconmenulink  > a {	
	line-height: 1em;
	padding: 5px;
	width: 100%;
}

.iconmenulinksmall > img{	
	width: 100%;
	max-width: 124px;
}

.iconmenulinktiny > div:nth-child(1) {
    width: 72px;
	height: 72px;
	font-size: 1rem;	
	vertical-align:middle;
	display: inline-block;	
}


.iconmenulink:hover {	
	background-color: #FFFFEE;
}



.iconmenuitem a > div > div {
	display: block;

	
}
*/


/*
.smallmenuitem {
	display: inline-block;	
	max-width:124px;	
	overflow:hidden;
	vertical-align:top;
	border: 1px solid rgb(167, 167, 167);
}

.smallmenuitem  a {   
	transition: background-color 0.3s ease, color 0.3s ease;	
	display: block;	
	text-align:left;
	cursor: pointer;	
}

.smallmenuitem a:hover {
	background-color: #EEEEEE;
	color: #5A0076;
	opacity: 0.5;
}


.smallmenuitem a > div {
	text-align: center;
}

.smallmenuitem a > img {
    max-width: 124px;
	height: 160px;
}

.smallmenulink  {
	font-size: 1rem;
	width: 100%;
}

.smallmenuitem a > div > div {
	display: inline-block;
}*/




/* utility classes */
.float-right {
	float:right;
}

dl.bold-first > dd {
	margin-left: 2em;	
}

dl.bold-first > dt {
	font-weight: bold;	
}


.copyright {
    text-align:center;
    font-size: 10pt;
}


.bread-crumbs-panel {
    padding: 10px;    
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
	overflow:hidden;
}

.bread-crumbs-panel ol {
	list-style-type:none;
	display:inline-block;
	padding:0px;
	margin:0px;
}

.bread-crumbs-panel li {	
	display:inline-block;
}

.bread-crumbs-panel a {
	color: black !important;
    margin: 0px 5px 0px 5px;
}

.bread-crumbs-panel a:hover {
    color: #5A0076;
}

.bread-crumbs-panel li:after {
	content: '>';
}

.bread-crumbs-panel li:last-child {
    margin: 0px 5px 0px 5px;
    color: gray;
}

.bread-crumbs-panel li:last-child:after {
	content:'';
}

/* navigation buttons */
.bread-crumbs-panel div {
	float: right;
	
}

.nav-panel div > a {    
	font-weight: bold;
	cursor: pointer;		
	margin:0px;
	line-height: 1.25em;
	display: inline-block;
	width: 18px;
	height: 1.25em;
}

/* navigation button place holder */
.nav-panel div > div {    
	display: inline-block;
	height: 1.25em;
	width: 18px;
	float: none;
	vertical-align:top;
}

.nav-panel-end {
    
    margin: inherit !important;
}



.body-panel {    
    padding: 0.5em;
    max-width: 100%;   	
}

.grid-item {
    display: inline-block;  
    margin-top:1em;  
	margin-bottom:1em;  
	margin-left: 2.5%;
	margin-right: 2.5%;
	width:156px;	
    text-align: center;
}
.grid-item img {	
    max-width: 156px;	
	margin-bottom: 0.2em;
}

.grid-item > a {	
	display: inline-block;
	vertical-align: top;
}

.grid-item a:hover {
    opacity: 0.87;
}

.grid-item span {
    display: block;    
    font-size: 0.8em;
}


.grid-item-large {
	display: inline-block;     
	width:33%;	
	
	min-width:250px;
	  
	padding-bottom: 2em;
	padding-top: 2em;
	padding-left: 2%;
	padding-right: 2%;
}

.grid-item-large > div {
	margin: 0 auto;
	max-width:300px;
	  
	text-align: center;
}

.grid-item-large > div > a {	
	display: inline-block;
	vertical-align: top;
}

.grid-item-large > div > a > h1 {	
	margin:0;	
}

.grid-item-large > div > a > img{
	width: 100%;
}

.grid-item-large span {
	padding-top: 0.8em;
    display: block;  
    font-size: 0.8em;
}

.grid-item-large a:hover {
    opacity: 0.87;
}



.paginator {
    text-align: center;
	font-size: 13px;
}

.paginator > li {
    line-height: 30px;
	display: inline-block; 	
	padding: 0px;
	margin: 0px;
}

.paginator > li:first-of-type * {
    border-radius: 4px 0px 0px 4px;
}

.paginator > li:last-of-type * {
    border-radius: 0px 4px 4px 0px;
}

.paginator > .active > span {
    cursor:default;
    background-color: #eee;
}

.paginator > .disabled {
    color: #ddd;
    cursor: not-allowed;
}

.paginator > li > * {
    border: 1px solid #eee;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px -1px;    
}

.paginator > li > a:hover {
    color: #5A0076;
    background-color: #f8ecf8;
}

.cat-description {
	font-size: 0.80em;
	margin-bottom: 2em;
}

.cat-note {
	margin-top: -1.5em;
	font-size: 0.80em;
	font-style: italic;
}

.italic {
	font-style: italic;
}

.cat-list li {
	display:inline-block;
	padding: 5px;	
	margin: 0;
	width: 18em;
	font-size: 0.8em;
}

.cat-list img{
	max-height: 32px;
	max-width: 32px;	
}

.cat-list a{
	display:block;
	line-height: 32px;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-align: left;
}

.cat-list a:hover {
	background-color: #EEEEEE;
	color: #5A0076;

	
}

.price-cat {
	font-size: 0.75em !important;
}

.price-cat-table {
	border: 0;
	font-size: 0.75em;
	width: 100%;
	text-align: center;
}

.price-cat-table th {		
	font-weight: normal;	
	color: rgb(181, 181, 181);
}

.price-cat-table td:not(:first-child)
{
	border-left: 1px solid rgb(190, 190, 190);
}



.product-panel h1 {
     font-weight: normal;  
     margin-bottom: 2px;
}



.product-panel h2 {
    font-weight: normal;  
    margin-bottom: 2px;
}

.product-options {   
	font-size: 0.75em;
    border: none;
	
}

.product-options table {	
	border-collapse: collapse;
	
}

.product-options th {
    padding: 4px;
    border: 1px solid #eee;
    background-color: #f9f6fa;
    margin: 0px 0px 0px -1px;
}

.product-options td {
    padding: 4px;
    border: 1px solid #eee;
    margin: 0px 0px 0px -1px;
}



.product-img { 
	max-width: 600px;
	width: 100%;
	vertical-align: top;
	cursor: pointer;

}

.imagegroup {
	display:block;
	text-align:center;
}

.imagegroup > a {
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0.5em;
}

.imagegroup > a :hover {
	opacity: 0.8;
	cursor: pointer;
}

.imagegroup > a > img {
	max-width: 90px;	
}


.product-description {	
	margin-bottom: 2em;
}

.product-section {	
	margin-top: 1em;
	margin-bottom: 1em;
}

.product-price-note {
	font-size: 1em;	
	height: 32px;
}



#product_price {		
	font-weight: bold;	
	font-size: 1.25em;	
	text-align: right;
	padding: 0.2em;
	height: 32px;
}


.product-note {		
	font-size: 0.85em;			
}



.price-note {		
	font-size: 0.85em;			
}
.price-note-eng {
	font-size: 1em;	
	padding:0.3em;
	text-align: center;
	background-color:hsla(35, 47%, 38%, 1);
	color:white;
	font-weight:bold;
}

.price-note-no-eng{
	color: #83379a;
	padding:0.3em;	
}

.product-detail {
	display: inline-block;
    margin: 0;	
	padding: 1%;
	font-size: 0.80em;
}

.product-detail h1 {
	margin:0;
}

.product-detail dd {
    margin: 0;    
    display: inline-block;    
}

.product-detail dt {    
    display: inline-block;    
    font-weight:bold;
   /* float:left;*/
    clear:left;
    text-align: left; 
    width: 100px;   
    white-space: nowrap;
}



.product-order  {
	width:100%;
	border-top: solid 1px #F0F0F0;
	border-bottom: solid 1px #F0F0F0;
	background-color: #F6F6FA;	
	padding: 0.4em;
}

.product-order .control {
	overflow: hidden;
	/*padding-top: 0.5em;*/
	/*padding-bottom: 1em;	*/
}

.product-order .control > div {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.product-order input {
	width:80%;
	padding: 0.4em;
	font-size: 1.1em;
	/*font-weight: bold;*/
}

.product-order input[type="number"] {
	width:20%;	
}

.product-order select {
	width:80%;
	padding: 0.4em;
	font-size: 1.1em;
	/*font-weight: bold;*/
}

.product-order input[type="submit"] {	
	cursor: pointer;	
}

.product-order .submit {	
	text-align:right;
}



.mycart-items {
	border-collapse: collapse;
	width: 100%;	
	padding: 1em;	
	margin-top: 1em;	
	vertical-align: top;	
}

.mycart-items tr >td {
	padding: 0.5em;
}

.mycart-total td {
	background-color:  #F6F6FA;	
}

.totals  {
	border-top : 1px solid #ccc;
	padding-top: 1em;
}


.mycart-items  th {
	text-align: left;
	padding: 0.5em;
}

.price {
	text-align:right;
}


.mycart-controls > a {
	display: inline-block;
	padding: 0.25em 0.5em 0.25em 0.5em;
	margin: 0.25em 0.25em 0.25em 0.5em;
	background-color: #5A0076;
	color:white;
	cursor: pointer;
	border: 1px solid #EEEEEE;
	font-size: 0.8em;
}

.mycart-controls > a:hover {
	background-color: #EEEEEE;
	color: #5A0076;
}

.mycart-totals {
	border-collapse: collapse;
	width: 100%;
/*	border-top: solid 1px #F0F0F0;*/
	border-bottom: solid 1px #F0F0F0;
	background-color: #F6F6FA;	
	padding: 0em 1em 1em 1em;
	/*margin-top: 1em;*/
	margin-bottom: 1em;
	/*font-size: 0.8em;*/
}

.mycart-total > * {
	padding-top: 1em;
	padding-bottom: 1em;
	
}

.submit-order  {
	width:100%;
	/*border-top: solid 1px #F0F0F0;
	border-bottom: solid 1px #F0F0F0;*/
	background-color: #F6F6FA;	
	/*padding-top: 1em;*/
	padding-bottom: 1em;
	font-size: 0.8em;
}

.submit-order .control {	
	padding-top: 0.5em;
	/*padding-bottom: 0.5em;		*/
}

.submit-order .control-heading  {
	font-weight:bold;
	padding-top: 1em;
}

.submit-order .control > label {
	display: inline-block;		
	width: 8em;			
}

.submit-order .control > div > label {
	display: inline-block;		
	width: 8em;			
}

.submit-order .control > div > .text-error {
	display: inline-block;	
	max-width: 30em;
	padding-left: 1px;
}


.submit-order .control > input {
	display: inline-block;
	width:100%;
	max-width: 25em;
}

.submit-order .control > textarea {
	display: inline-block;
	width:100%;
	max-width: 25em;
	height: 4.5em;
}

.submit-order .single > * {
	display: inline-block;
	width:100%;
	max-width: 40em;
}



.no-after:after {
   content: none;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight : bold;
}

.padded  {
	padding: 0.25em;	
}

.padding > * {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.margined {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.top > * {
	vertical-align:top;
}

.col2 > * {
	display: inline-block;
	width: 50%;	
}

.col2-dynamic > * {
	display: inline-block;
	width: 50%;	
}

.shipping-method {
	display: inline-block;
}

.shipping-method > * > *:nth-child(2){
	padding-left: 1em;
}

.shipping-method > * >label {
	padding-left: 1em;
}

.shipping-method > div {
	height: 1.5em;
	/*vertical-align: center;*/
}
.shipping-method > div > input {
	height: 100%;
}

.col3 > * {
	width: 33.333%;	
}


.error-text {
	color: red;
}

.success-text {
	color: green;
}


.scroll-x  {
	overflow-x: auto;
}

.clip-x {
	overflow-x: hidden;
}



dl.product > dt {
	font-weight:bold;
}

#my-cart-narrow {
	display:none;
}

#my-cart-wide {
	display:inline-block;
}

.control-header {
	width: 100%;
	/*background: linear-gradient(to bottom, #bfbebe 0%, #eaeaea 100%);
	border: 1px solid #bfbebe;	
	height: 1.5em;
	padding-left: 0.4em;*/


	height: 1.5em;
/*padding-left: 0.4em;*/
font-weight: bold;
color: #2b2b2b;
}

button {
	cursor: pointer;
}

button:disabled {
	cursor: default;
	opacity: 0.2;
}

.text-error {
	color: #820000;
}

.control-error {
	border: 2px solid red !important;
}

.control-carousel > div > div > ul {	
	overflow-x: scroll;
	
	white-space: nowrap;
	position: relative;
	margin: auto;

	/* hide scroll bars, to allow scrolling on mobile phones, but don't show scroll bars on desktop */
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}

.smooth-scroll {
	scroll-behavior: smooth;
}

.control-carousel > div > div > ul::-webkit-scrollbar {
	display: none;
  }

.control-carousel> div > div > ul > li {	
	white-space: normal;
	display: inline-block;
}

.control-carousel  > div > div > ul > li > a {	
	border: 1px solid #bfbebe;
	display: inline-block;
	transition: background-color 0.3s ease, color 0.3s ease;	
	cursor: pointer;
}

.control-carousel > div > div > ul > li > a:hover {
	background-color: #EEEEEE;
	color: #5A0076;
	opacity: 0.5;
}

.control-carousel-filter {
	width:initial;
	float:right;
}

.control-carousel-price {
	height: 1em;
	/*font-weight: bold;*/
	text-align: center;
}

.control-carousel-value {
	font-weight: bold;
	font-size: 1.1em;
}


.control-carousel-selected {	
	border: 2px solid purple !important;			
}

.control-carousel-active > li > a{
	background: rgba(255,255,255,0.3);
    cursor: grabbing !important;	
    cursor: -webkit-grabbing !important;	
    transform: scale(1);
}

.arrow-right {
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px  solid transparent;	
	border-left: 20px  solid purple;		
	margin-left:4px;
  }
  
  .arrow-left {
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 20px  solid transparent;
	border-bottom: 20px  solid transparent; 	
	border-right:20px solid purple; 	
	margin-right:4px;
  }

  .arrow-prev,
  .arrow-next {
	cursor: pointer;
	display:inline-block;			
	color: purple;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	padding-top: 20px;
	padding-bottom: 20px;
	user-select: none;
	-webkit-user-select: none;	
  }

  .arrow-next {
	border-radius: 3px 0 0 3px;
  }

.arrow-prev[disabled="true"], .arrow-next[disabled="true"] {
	color: gray;
	cursor: default;
}

.arrow-prev[disabled="false"]:hover,
.arrow-next[disabled="false"]:hover {
	background-color: rgba(230, 230, 230, 0.8);
}


.special {
	font-style: italic;
	color: red;
}

.strike {
	text-decoration: line-through;
}


.price-summary {
	
	text-align: right;
	padding-bottom: 0.4em;
	padding-top: 0.5em;
}

.price-summary > div {
	display:inline-block;
	
	font-size: 1.4em;
}

.price-summary > div:nth-child(1) {
	padding-right: 1em;	

}

.price-summary > div:nth-child(2) {
	width: 7.5em;

}

.price-summary-suffix {
	font-size: 0.6em;
	vertical-align: super;
}

.lb-row > .lb-column {
	padding: 0 8px;
  }
  
  .lb-row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Create four equal columns that floats next to eachother */
  .lb-column {
	float: left;
	width: 25%;
  }

.lb-panel {
	display: block;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000000AD;
	/*opacity: 50%;*/
	
}
  /* The Modal (background) */
.lb-modal {
	position: relative;
	display: block;
	z-index: 1;
	padding-top: 10px;
	margin: auto; /* center */
	max-width: 80%;
	height: 100%;
	/* max-height: 80%; */
	/*transform: translate(-50%, 0%);*/
	overflow: auto;
	background-color: white;
	/* flex-direction: row; */
	/* flex-wrap: wrap; */
	/* justify-content: center; */
	/* align-items: center;


	/*display: flex;
	position: absolute;
	z-index: 1;
	padding-top: 10px;
	top: 50%;
	left: 50%;
	max-width: 80%;
	height: 100%;
	
	transform: translate(-50%, -50%);
	overflow: auto;
	background-color: white;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;*/
}
  
  /* Modal Content */
.lb-modal-content {
	/*position: relative;*/
	background-color: white;
	/*width: 100%;*/
	/*max-width: 1200px;*/
}


  
  /* The Close Button */
.lb-close {
	position: absolute;
	top: 0.125em;
	right: 0.125em;
	color: black;
	padding-right: 0.125em;
	background-color: #FFFFFF70;
	font-size: 48pt;
	z-index: 1;
	/*font-weight: bold;*/
}
  
  .lb-close:hover,
  .lb-close:focus {
	color: #111;
	text-decoration: none;
	cursor: pointer;
  }
  
  /* Hide the slides by default */
  .lb-slides {
	display: none;
	background-color: white;
  }

	.lb-slides > img {
		display:block;
		margin-left: auto;
		margin-right: auto;
		max-width:95%;
	/*max-height: 95%;
	height: auto;*/
		background-color: white;
	}
  
  /* Next & previous buttons */
  .lb-prev,
  .lb-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: black;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .lb-next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .lb-prev:hover,
  .lb-next:hover {
	background-color: rgba(230, 230, 230, 0.8);
  }
  
  /* Number text (1/3 etc) */
.lb-numbertext {
	color: #969696;
	font-size: 12px;
	padding: 8px 12px;
	text-align:center;
	/*position: absolute;*/
	/*top: 0;
	*/
}
  
  /* Caption text */
  .lb-caption-container {
	text-align: center;
	background-color: white;
	padding: 2px 16px;
	color: black;
  }
  
  img.lb-dots {
	opacity: 0.6;
  }
  
  .lb-active,
  .lb-dots:hover {
	opacity: 1;
  }
  
  img.lb-hover-shadow {
	transition: 0.3s;
  }
  
  .lb-hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
  }


@media print {
	.noprint {
		display:none;
	}
	
	/* need to explicitly specify display none for id selectors */
	#search-form { display: none }
}

@media screen and (max-width:840px) {    

	#header-contact {
		display: none;
	}

	.lb-modal {
		display: block;
		width: 100%;
		height: 100%;
		max-width: 100%;
		/* bring your own prefixes */
		overflow: auto;
		background-color: white;
	}
   
	.top-menu {
		font-size: 0.8em;
	}
	
	.col2-dynamic > * {
		width:100%;
	}
	
	.product-img {
		margin:auto;
		 display:block;
	}
	
	.product-order {
		margin-left: 0;
		margin-right: 0;
	}
	
	.hide-mid {
		display:none;
	}
	
	/*.grid-item {
		width:30%;
		margin:0.25em 0.25em 2em 0.25em;
	}
	
	.grid-item img {
		width:100%;
	}*/
	
	h1 {
		font-size:1.25em;
	}
	
	h2 {
		font-size:1.25em;
	}
}

@media screen and (max-width:520px) {    
	#my-cart-narrow {
		display:inline-block;
	}
	
	#my-cart-wide{
		display:none;
	}
		
	
	.grid-item-large {
		margin:0em 0em 1em 0em;
	}
	
/*	#price_total::before {
	content : '';
}*/

	.wide {
		display: none;
	}
	

	.hide-small{
		display:none;
	}
	
	.grid-item {
		width:45%;
		margin:0.25em 0.25em 1em 0.25em;
	}
	
	.grid-item img {
		width:100%;
	}
	
	.top-menu {
		font-size: 0.65em;
	}

	
	.top-menu-mycart div > div {
		color: black;
		left: 9px;    
		top: -29px;
	}

}

/* popup stuff from w3schools.com */
/* Popup container */
.popup {
	position: relative;
	display: inline-block;
	cursor: pointer;
  }
  
  /* The actual popup (appears on top) */
  .popup .popuptext {
	visibility: hidden;
	width: 20em;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
  }
  
  @keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1 ;}
  }