/* ===========================================================
   webshop.css – refactored copy (SAFE)
   Date: 2026-01-23
   Notes:
   - Original CSS kept intact (no class/selector removed)
   - One global table background rule disabled (was breaking admin)
   - Mobile product-grid/product-card stabilizers appended at end
   =========================================================== */

@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);
* {
	box-sizing: border-box;
        font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
}
body {
        line-height: 135%;        
        color: #1D2D45;
	margin: 0;
	padding: 0;
	font-size: 12px;
        width: 100%;
}


#headerTop {
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
}

#superBody {
	background: #fff;
	border-top: 3px solid #d55959;
}
th {    
 
    font-weight:bold;
}

p {  
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	padding-bottom: 5px;
	margin: 0 0;
}

h1 {
    font-size: 150%;
    margin-bottom: 0px;
    padding-top: 14px;
}

h2 {
	font-size: 140%;
	margin-bottom: 0px;
}

h3 {
   font-size: 130%;
   margin-bottom: 0px;
   padding-bottom: 0px;
}

h4 {
	font-size:  120%;
}
a:link,
a:active,
a:visited {
        color: #55bbe5;
	text-decoration: none;
}
a:hover {

	text-decoration: underline;
}

form {
	border: 0;
	margin: 0;
	padding: 0;	
}
submit {
	font-size:10px;
}

button {
	font-size:10px;
}
select {
	font-size:10px;
}
input {
	font-size:11px;
}

button:focus {
	background:#F1E9E0 none repeat scroll 0 0;
	border-color:#00007C;
	font-size:10px;
}
submit:focus {
	background:#F1E9E0 none repeat scroll 0 0;
	border-color:#00007C;
	font-size:10px;
}
input:focus {
	background:#F1E9E0 none repeat scroll 0 0;
	border-color:#00007C;
	font-size:11px;
}

div.PhotoSlice * { padding: 0px; margin: 0px; }
div.PhotoSlice div.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}
div.PhotoSlice img {
	visibility: hidden;
}

div#PSbackground {
	background: #000;
}
div#PSstage img {
	border: 6px solid #FFF;
	margin: 0px auto;
}
div#PSstage-replica {
	background: #FFF;
}
div#PSmenu {
	text-align: center;
	padding: 4px 0px;
}
div#PSmenu div#PSbuttons {
	height: 38px;
	padding: 5px 10px;
}
div.PhotoSlice a.button {
        cursor: pointer;
	margin: 0px 2px; 
	padding: 10px 20px;
	background: #333;
	border: 2px solid #999;
	color: #FCFCFC;
	font: 13px Trebuchet MS;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
}
div.PhotoSlice a.button:hover {
	border: 2px solid #CCC;
}
div.PhotoSlice a.disabled {
        display: none;
}
div#PScaption {
        font: 13px Trebuchet MS;
}
div#PScaption p {
	color: #FCFCFC;
	text-align: center;
	line-height: 32px;
}
div#PScaption p a {
	border-bottom: 1px dotted #CCC;
	color: #CCC;
	text-decoration: none;
}
div#PScaption p a:hover {
	background: #333;
}
div#PScaption a#PSabout {
	float: right;
	line-height: normal;
	margin: 4px; padding: 0px 14px;
	line-height: 30px;
}
.tiny{
    font-size:10px;
}
#header
{
	height: 111px;
	overflow: hidden;
	width: 90%;
	margin-right:auto;
	margin-left:auto;
}

div#header .rk-1 {
	height: 75px;
	overflow: hidden;
}

#headline {
    height: 75px;
    vertical-align:middle;        
    color: rgb(255, 255, 255);
    margin-top:auto;
    margin-bottom:auto;
    text-decoration: none;     
}
#headline a{
	font-size: 35px;
	color: #a3b2bb;
	font-weight: 700;
	letter-spacing: 4px;
}

img#logo {
	float: right;
        vertical-align: top;
	margin-left: 8px;
	width: 315px;
	height: 75px;
	background: url(../images/logo.png) 0 0 no-repeat;
}

div#horiz-menu {
    background: #55bbe5;
    height: 54px;    
}
div#horiz-menu ul {
	margin: 0;	
        padding: 0;
}

div#horiz-menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;	
	list-style: none;	
        height: 54px;        
}
div.bread-crumbs{
        position:absolute;  
        top:100px;        
        background-color: transparent;
}
div.bread-crumbs a:link,
div.bread-crumbs a:active,
div.bread-crumbs a:visited,
div.bread-crumbs a:hover {
	color: #FFF;
}

#sameLevelNavi {
    display: none;
}
#breadCrumbs img {    
    vertical-align: text-top;
}
#breadCrumbs img:last-child  {    
    cursor: pointer;    
}

div.bread-crumbs a:hover {
        background: #4F6FA7;	
}
div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	float: left;
	padding: 0 25px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;        
}

div#horiz-menu a:hover {
	background: #4F6FA7;
}

div#horiz-menu li:last-child {
	padding-right: 0;
}

#active_menu-suckerfish-horizontal,
a.mainlevel_active-suckerfish-horizontal, a.mainlevel_current-suckerfish-horizontal,
a.mainlevel_active-suckerfish-horizontal:link, a.mainlevel_current-suckerfish-horizontal:link,
a.mainlevel_active-suckerfish-horizontal:visited, a.mainlevel_current-suckerfish-horizontal:visited,
a.mainlevel_active-suckerfish-horizontal:hover, a.mainlevel_current-suckerfish-horizontal:hover,
ul.mainlevel-suckerfish-horizontal, .mainlevel-suckerfish-horizontal ul {

	padding: 0;
	margin: 0;
	list-style: none;
}

ul.mainlevel-suckerfish-horizontal {
	width: auto;
	z-index: 101;
}

ul.mainlevel-suckerfish-horizontal ul {
	z-index: 102;
}

ul.mainlevel-suckerfish-horizontal ul ul {
	z-index: 103;
}


ul.mainlevel-suckerfish-horizontal li {
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
	float: left;
	position: relative;
	margin-right: 1px;
}

ul.mainlevel-suckerfish-horizontal li li {
	position: relative;
	width: 10em;
	margin: 0;
}

ul.mainlevel-suckerfish-horizontal li li ul {
	left: 10em;
	top: 0;
}

ul.mainlevel-suckerfish-horizontal ul {
	display: none;
	position: absolute;
	top: 1.85em;
	left: 0;
}

ul.mainlevel-suckerfish-horizontal li > ul {
	top: 1.85em;
	left: auto;
}

ul.mainlevel-suckerfish-horizontal li:hover ul,
ul.mainlevel-suckerfish-horizontal li.hover ul {
	display: block;
}

ul.mainlevel-suckerfish-horizontal li:hover ul ul,
ul.mainlevel-suckerfish-horizontal li.hover ul ul {
	display: none;
}

ul.mainlevel-suckerfish-horizontal li:hover ul li:hover ul,
ul.mainlevel-suckerfish-horizontal li.hover ul li.hover ul {
	display: block;
}

ul.mainlevel-suckerfish-horizontal, ul.mainlevel-suckerfish-horizontal li li {
	clear: left;
}
span.mainlevel-suckerfish-horizontal, span.sublevel-suckerfish-horizontal {
	border-width: 0px;
	padding: 5px;
}


#iframe {        
	
	width: 60%;
	height: 100%;
	background: #ffffff;
}
#fTree{
	width: 100%;
        overflow:auto;
}

#verticalSpaceLeft{
	
	width: 5%;
	height: 100%;
}

#verticalMenuLeft{	
	width: 15%;
	height: 100%;
	overflow: hidden;
        background: #ffffff;
	vertical-align:top;
	padding-right: 15px;
}

#verticalMenuRight
{
	width: 15%;
	height: 100%;
	overflow: hidden;
	background: #ffffff;
	vertical-align:top;        
}
#verticalSpaceRight
{	
	width: 5%;
	height: 100%;
}

#bestSellers ul{
    padding-left: 15%;
    
}


.footerLeft, .footerRight, .footer {
	background: #444c51;
	height: auto;
}

.footer {
        margin: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
        vertical-align: top;	
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5em;        
}
.footer a {
	color: #55bbe5;
	display: inline-block;
	padding: 0 3px;
}

.footerRight {	
        overflow: hidden;
}

.footerLeft {	
	overflow: hidden;
}

#main-search-div {
    position: absolute;
    width: 300px;
    height: 0px;
    background-color:#FFFFFF;
    overflow: hidden;
    border-style: none;
    border-width: 0;
    text-align: left;
    z-index: 1;
}

#main-tip-div {
    position: absolute;
    width: 300px;
    height: 0px;
    background-color:#FFFFFF;
    overflow: hidden;
    border-style: none;
    border-width: 0;
}

.roundcontainer {background: #f5f5f5; width:100%; overflow: hidden;}
.roundtop, .roundbottom {
	display: none;
}
.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #D7D7D7;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #D7D7D7;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #D7D7D7;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #D7D7D7;}

.roundcontent {
        padding: 5px;
        overflow: hidden;
	color: #444c51;
	font-size: 16px;
	line-height: 1.25em;
	max-height: 100% !important;
	padding: 15px 10px;
}
#fbContainer{
    height:80%;
}
.wrapword, div.img, pre{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}
div.fd {
    text-align: center;    
    cursor: pointer;
    background-color: white;
    border: 1px solid black;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;    
    float:left;
    width:160px;
    height:190px;
    box-shadow: 7px 7px 3px #888888;
    padding: 1px 3px 3px 3px;
    margin: 2px 12px 12px 0px;
    position: relative;
    behavior: url(/style/pie/PIE.htc);
    display: table;
}

.acc-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    align-items: start;     /* Viktigt: boxarnas toppekantar linjeras */
}


div.acc {  
    background: white;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;

    display: block;    
}


div.acc img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 4px auto;
}


.acc-ctrl {
    display: flex;                 /* Viktigt  haller checkbox + text i samma linje */
    justify-content: center;
    align-items: center;           /* Vertikal centrering */
    gap: 4px;                      /* Lite luft mellan box och label */
    flex: 0 0 auto;
    white-space: nowrap;
    padding-left: 6px;
}

.acc-ctrl input[type="checkbox"],
.acc-ctrl input[type="radio"] {
    transform: scale(1.15);        /* Lagom storlek */
    margin: 0;
    cursor: pointer;               /* Battre UX */
}

.acc-ctrl input {
    vertical-align: middle;
}

.acc-label {
    cursor: pointer;
    user-select: none;
    display: block;
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 6px;

    overflow-wrap: anywhere;
    word-break: break-word; 
    hyphens: auto;
}



.acc-price {
    margin: 4px 0;
    font-size: 13px;
    display: block;
}

div.img {        
    background-color: white;
    float:left;
    width:160px;
    height:160px;    
    margin: 0px 2px 2px 0px;
}
.vert {   
    
position: relative;
display: table;
height: 160px;
text-align: center;        
vertical-align: middle;
margin: 0 auto;        
}
.vert2 {    
    text-align: center;    
    width:160px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;     
}
div.item {            
    border: 1px solid black;
    border-radius: 10px;    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;        
    box-shadow: 10px 10px 5px #888888;
    padding: 5px 5px 5px 5px;
    margin: 0px 12px 20px 0px;    
    behavior: url(/style/pie/PIE.htc);
}
@-ms-viewport{
  width: device-width;
}
    .accountLinks{    
        background-color:#FFFFFF;
        width: 100%;
        height:72px;        
    }
    .accountLink{ 
        padding-top: 20px;
        width: 75px;
        float:left;
        text-align: center;        
        cursor: pointer;            
    }
    .threeLines{
        width: 75px;
        display:none;
        float:left;
        text-align: center;        
        cursor: pointer;                    
        text-rendering: optimizeLegibility;
        font: bold 37px Sans-Serif;        
    }
    .threeLines a{
        font-weight:normal;
    }
@media(min-width: 50px) and (max-width: 1024px){
    #verticalSpaceLeft{
        width: 0%;
        display:none;
    }
    #verticalSpaceRight{
        width: 0%;
        display:none;
    }
    #iframe{
        width: 70%;
    }
    .stripable1{
        display:none;
    }
}
@media(min-width: 50px) and (max-width: 950px){
    #bSell{
        display:none;
    }

}
@media(min-width: 50px) and (max-width: 800px){
    
    #verticalMenuRight
    {        
        position: absolute;
        overflow: visible;
        left: -9999em;
        width: 600px;
    }    
    .accountLinks{            
        position:relative;
        top:-70px;
        float:left;
        left:9999em;
    }
    
    .stripable2{
        display:none;        
    }    
    .accountLink{
        padding-top: 0px;
    }
    .threeLines{
        display:inline-table;
    }    
    #fTree{    
        width:95%;
        background-color:#FFFFFF;
        border: 1px solid black;
        box-shadow: 7px 7px 3px #888888;
        border-bottom-right-radius: 25px;
        -webkit-border-bottom-right-radius: 25px;
        -moz-border-bottom-right-radius: 25px;
        behavior: url(/style/pie/PIE.htc);        
    }
    #verticalMenuLeft{
        width: 0%;
        display:none;        
    }
    img#logo {
        display:none;
    }  
    div.bread-crumbs{
        display:none;
    }
    div#horiz-menu{
        display:none;
    }
    #headline{
        vertical-align:top;
        margin-top:0px;
    }
    #headline a{
        font-size:25px;
    }
    #iframe{
        width: 100%;
    }        
}
@media(min-width: 50px) and (max-width: 639px){
    #oText{
        display:none;
    }    
    
    .stripable3{
        display:none;
    }    
    div.fd, div.img, div.acc{
        width:130px;
        height:180px;
    }
}

@media(min-width: 50px) and (max-width: 490px){
    .accountLink{ 
        width: 60px;
    }
    .threeLines{
        width: 60px;
    }    
    div.fd, div.img, div.acc{
        width:125px;
        height:180px;
    }
    
}
@media(min-width: 50px) and (max-width: 450px){
    div.fd, div.img, div.acc{
        width:120px;
        height:180px;
    }
    .vert{
        height:150px;
    }
    .vert2{
        width:150px;
    }
}
@media(min-width: 50px) and (max-width: 359px){
    #tipLinkDiv{
        display:none;
    }
    #headline a{
        font-size:20px;
    }    
    div.fd, div.img, div.acc{
        width:120px;
        height:180px;
    }
    .vert{
        height:130px;
    }
    .vert2{
        width:130px;
    }
}
UL.jqueryFileTree {	
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 14px;
        padding-bottom: 3px;
	margin: 0px;
	white-space: nowrap;
}

UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 1px 0px 4px;
}

UL.jqueryFileTree A:hover {
	background: #BDF;
}

.jqueryFileTree LI.directory { background: url(/fileTree/images/directory.png) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(/fileTree/images/folder_open.png) left top no-repeat; }
.jqueryFileTree LI.file { background: url(/fileTree/images/file.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(/fileTree/images/spinner.gif) left top no-repeat; }
.jqueryFileTree LI.ext_3gp { background: url(/fileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_afp { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_afpa { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_asp { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_aspx { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_avi { background: url(/fileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_bat { background: url(/fileTree/images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_bmp { background: url(/fileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_c { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_cfm { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_cgi { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_com { background: url(/fileTree/images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_cpp { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_css { background: url(/fileTree/images/css.png) left top no-repeat; }
.jqueryFileTree LI.ext_doc { background: url(/fileTree/images/doc.png) left top no-repeat; }
.jqueryFileTree LI.ext_exe { background: url(/fileTree/images/application.png) left top no-repeat; }
.jqueryFileTree LI.ext_gif { background: url(/fileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_fla { background: url(/fileTree/images/flash.png) left top no-repeat; }
.jqueryFileTree LI.ext_h { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_htm { background: url(/fileTree/images/html.png) left top no-repeat; }
.jqueryFileTree LI.ext_html { background: url(/fileTree/images/html.png) left top no-repeat; }
.jqueryFileTree LI.ext_jar { background: url(/fileTree/images/java.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpg { background: url(/fileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpeg { background: url(/fileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_js { background: url(/fileTree/images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_lasso { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_log { background: url(/fileTree/images/txt.png) left top no-repeat; }
.jqueryFileTree LI.ext_m4p { background: url(/fileTree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_mov { background: url(/fileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp3 { background: url(/fileTree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp4 { background: url(/fileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpg { background: url(/fileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpeg { background: url(/fileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_ogg { background: url(/fileTree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_pcx { background: url(/fileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_pdf { background: url(/fileTree/images/pdf.png) left top no-repeat; }
.jqueryFileTree LI.ext_php { background: url(/fileTree/images/php.png) left top no-repeat; }
.jqueryFileTree LI.ext_png { background: url(/fileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_ppt { background: url(/fileTree/images/ppt.png) left top no-repeat; }
.jqueryFileTree LI.ext_psd { background: url(/fileTree/images/psd.png) left top no-repeat; }
.jqueryFileTree LI.ext_pl { background: url(/fileTree/images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_py { background: url(/fileTree/images/script.png) left top no-repeat; }
.jqueryFileTree LI.ext_rb { background: url(/fileTree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rbx { background: url(/fileTree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rhtml { background: url(/fileTree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rpm { background: url(/fileTree/images/linux.png) left top no-repeat; }
.jqueryFileTree LI.ext_ruby { background: url(/fileTree/images/ruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_sql { background: url(/fileTree/images/db.png) left top no-repeat; }
.jqueryFileTree LI.ext_swf { background: url(/fileTree/images/flash.png) left top no-repeat; }
.jqueryFileTree LI.ext_tif { background: url(/fileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_tiff { background: url(/fileTree/images/picture.png) left top no-repeat; }
.jqueryFileTree LI.ext_txt { background: url(/fileTree/images/txt.png) left top no-repeat; }
.jqueryFileTree LI.ext_vb { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_wav { background: url(/fileTree/images/music.png) left top no-repeat; }
.jqueryFileTree LI.ext_wmv { background: url(/fileTree/images/film.png) left top no-repeat; }
.jqueryFileTree LI.ext_xls { background: url(/fileTree/images/xls.png) left top no-repeat; }
.jqueryFileTree LI.ext_xml { background: url(/fileTree/images/code.png) left top no-repeat; }
.jqueryFileTree LI.ext_zip { background: url(/fileTree/images/zip.png) left top no-repeat; }


#intro {
	text-align: center;
	padding: 25px 0px;
	box-sizing: border-box;
}
#intro h3 {
	color: #444c51;
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 20px;
	font-weight: 300;
}
#intro td[style="cursor:pointer"] {
	display: none;
}
#srch h4 {
	color: #444c51;
	font-size: 18px;
	margin-bottom: 5px;
}

#searchLooseForm {
	border: 1px solid #e6e6e6;
	background: #fff;
	height: 34px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	position: relative;
}
#searchLooseForm input[type="TEXT"] {
	border: none;
	height: 32px;
	outline: none;
	background: #fff;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	width: 100% !important;
	padding-left: 10px;
	padding-right: 40px;
	box-sizing: border-box;
}
#searchLooseForm input[type="SUBMIT"] {
	height: 34px;
	width: 34px;
	position: absolute;
	top: 0;
	right: 6px;
	border: none;
	background: url(../images/search-icon.png) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}

div.fd {
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #fff !important;
	margin: 0;
	min-width: 180px;
	width: 20%;
	padding: 0px 10px 20px 10px;
}
div.fd table {
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,.05);
	border: 1px solid #eee;
	transition: all .4s;
	color: #81888c;
}
div.fd:hover > table {
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,.15);
        background-color: rgba(85,187,229,.25) !important;
        
}
div.fd table img {
	display: inline-block;
	margin-bottom: 10px;
}
div.fd table a {
	color: #55bbe5;
	font-weight: 700;
	letter-spacing: 1px;
}
div.fd table tr td {
	padding-left: 5px;
	padding-right: 5px;
}

#tabs {
	margin-bottom: 20px;
	border: 1px solid #f5f5f5;
	border-radius: 10px 10px 0 0;
	padding: 0;
	background: #fff;        
	box-sizing: border-box;
}
#tabs .ui-tabs-nav {
	border-radius: 10px 10px 0 0;	
	padding: 0;
}
#tabs .ui-tabs-nav .ui-state-default {
	background: transparent;
	border: none;
}
#tabs .ui-state-default a {
        color: #55bbe5;
	display: block;
	padding: 10px 15px;
	outline: none;
}
#tabs .ui-state-default a:hover{
    background: rgba(85,187,229,.25) !important;
}
#tabs .ui-state-active a {
        background: #55bbe5;
	border-radius: 10px 10px 0 0;
	color: #fff !important;
}
#tabs .ui-state-active a:hover {
    background: #55bbe5 !important;
}
#tabs table {
	border-spacing: 0 !important;
	color: #515356;
}
#tabs table[name="rio"] {
	border-bottom: 1px solid #d4e5ec;
	padding-bottom: 5px;
}
#tabs table[name="rio"]:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#tabs table[name="rio"] a {
    color: #8c939d;
}
#tabs table[name="rio"] td[width="*"] {
	color: #32a0cf;
}

#tabs table pre {	
	font-size: 12px;
	word-break: normal;
}
#tabs tr th {
	border: none;
	border-bottom: 1px solid #d4e5ec;
	border-right: 1px solid #d4e5ec;
	padding: 5px;
}
#tabs tr th:last-child {
	border-right: none;
}
#tabs tr[onclick] {
	background: #fff !important;
        background-color: rgba(0, 0, 0, 0.0) !important;
}
#tabs tr[onclick]:hover {
	background: rgba(85,187,229,.25) !important;
}
#filesHeader tr:nth-child(odd) {
    background-color: #FFFFFF;
}
#filesHeader tr:nth-child(even) {
    background-color: #F7F7F7;
}
#filesHeader tr:hover {
    cursor: pointer;
    background-color: rgba(85,187,229,.25) !important;
}
#refsTable tr:nth-child(odd) {
    background-color: #FFFFFF;
}
#refsTable tr:nth-child(even) {
    background-color: #F7F7F7;
}
#refsTable tr:hover {
    cursor: pointer;
    background-color: rgba(85,187,229,.25) !important;
}
#refsTable tr td a {
    display:block;
    height:100%;
    width:100%;
}
#tabs tr[onmouseover] {
    font-weight: 700;
}
#tabs tr td {
	padding: 5px;
}
#tabs tr {
	background: #fff;        
}

#cookie-bar {background:#000000; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0; width:100%;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; z-index:100; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0 10px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy:hover {text-decoration:underline;}



html {
  font-size: 16px; /* basstorlek, justera till 1517 vid behov */
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Inter, Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;   /* ka frn 12px till lsbar niv */  
  color: #222;              /* neutral textfrg */
  line-height: 1.55;        /* bekvm lsbarhet */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;     /* samma font som body */
  font-weight: 600;
  color: #111;
  line-height: 1.25;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}

h1 { font-size: clamp(1.8rem, 1.2rem + 1.5vw, 2.4rem); }
h2 { font-size: clamp(1.4rem, 1.1rem + 0.6vw, 1.8rem); }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.1rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.9rem; }

p, li {
  font-size: 1rem;
  margin-bottom: 0.8em;
}

a {
  color: #005cc8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
}


.mainlevel-suckerfish-horizontal a,
ul.mainlevel-suckerfish-horizontal > li > a {
  font-family: inherit !important;   /* anvnd samma font som <body> */
  font-size: 15px !important;        /* ka frn 12px till 15px */
  font-weight: 500;                  /* modern, lite fetare meny */
  line-height: 1.4;
}



/* =========================================
   PRODUKTGRID  RESPONSIV
   ========================================= */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

@media (max-width: 1400px) {
    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 900px) {
	#headerTop{ padding-top: 10px; padding-bottom: 10px; }
    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 18px;
    }
}

@media (max-width: 600px) {
  #headerTop{ padding-top: 10px; padding-bottom: 10px; }

    .product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* =========================================
   PRODUKTKORT
   ========================================= */
.product-card {
    border: 1px solid #e0e0e0;
    padding: 12px;
    text-align: center;
    background: white;
    cursor: pointer;
    transition: background-color .15s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-card:hover {
    background-color: #e7f4ff;
}

/* =========================================
   BILDKONTAINER  FIXAR ALLA PROPORTIONER
   ========================================= */
.product-card-image {
    width:100%;
    height: 120px;                 /* fast och stabil hjd */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}


@media (max-width: 600px) {  
    .product-card-image {
        height: 100px;
    }
}

.product-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

/* =========================================
   TITEL
   ========================================= */
.product-card-title {
    font-weight: bold;
    color: #1c75bc;
    margin-bottom: 6px;
}

.product-card-title a {
    color: #1c75bc;
    text-decoration: none;
}

@media (max-width: 600px) {
    .product-card-title {
        font-size: 15px;
    }
}

/* =========================================
   BESKRIVNING
   ========================================= */
.product-card-desc {
    font-size: 13px;
    line-height: 1.3;
    min-height: 54px;
    height: auto;        /* fast hjd (23 rader) */
    overflow: hidden;
}

@media (max-width: 600px) {  
    .product-card-desc {
        height: auto;
        max-min-height: 54px;
    height: auto;
    }
}

/* ===========================================================
   PRODUCT GRID / CARD – STABIL RESPONSIV FIX (MOBILE FIRST)
   Added 2026-01-23
   =========================================================== */

.product-grid { width:100%; max-width:100%; box-sizing:border-box; }

.product-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:18px;
  margin-top:18px;
}

@media (max-width: 900px){
  .product-grid{ grid-template-columns:repeat(auto-fill,minmax(180px,1fr)); gap:14px; }
}

@media (max-width: 600px){
  .product-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
}

@media (max-width: 380px){
  .product-grid{ grid-template-columns:1fr; }
}

.product-card{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  border:1px solid #e0e0e0;
  background:#fff;
  padding:10px;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  height:auto;
  min-height:0;
}

@media (max-width: 600px){
  .product-card{ padding:8px; }
}




.product-card-image img,
.product-card img{
  max-width:100%;
  max-height:100%;
  height:auto;
  width:auto;
  object-fit:contain;
  display:block;
}

.product-card-title{
  font-weight:700;
  margin-bottom:6px;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.product-card-title a{
  display:block;
  color:#55bbe5;
  text-decoration:none;
}

.product-card-desc{
  font-size:13px;
  line-height:1.25;
  overflow:hidden;
  max-height:4.8em;
}

@media (max-width: 600px){
  .product-card-desc{ max-height:6.0em; }
}

/* ===========================================================
   SAFER TABLE BACKGROUND RULE – limit scope to shop tabs
   =========================================================== */

#tabs table, #tabs tbody, #tabs tr, #tabs th, #tabs td{
  background-color: rgba(0,0,0,0.0) !important;
}



/* ===========================================================
   WEBSHOP.CSS v3 PATCH (append-only over v2)
   Goal:
   - Fix mobile product-grid/card layout issues reliably
   - Keep backward compatibility (no selector removed)
   - Reduce layout brittleness from legacy floats/tables
   =========================================================== */

html { -webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: border-box; }

img { max-width: 100%; height: auto; }

.product-grid{
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)) !important;
    gap: 10px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    align-items: stretch !important;
}

.product-card{
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;           /* kill legacy fixed widths */
    min-width: 0 !important;          /* allow text wrap */
    height: auto !important;
    cursor: pointer;
}

.product-card-image,
.product-card-title,
.product-card-desc{
    min-width: 0;
}

.product-card-title a{
    display: block;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.product-card-desc{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;        /* keep cards aligned */
}

td.acc-container{
    padding: 0;
}

.acc-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 8px;
    align-items: stretch;
}

div.acc{
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    padding: 8px 6px;
}

div.acc .acc-ctrl{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-left: 0 !important;
}

div.acc a.acc-label{
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.2;
    margin: 6px 0 4px 0;
}

@media (max-width: 720px){

    body, td, th, input, select, textarea, button{
        font-size: 14px;
    }

    table{
        max-width: 100%;
    }

    .rio-table, .item table, #itemDiv table{
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .product-grid{
        grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)) !important;
        gap: 8px !important;
    }

    .acc-container{
        grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
        gap: 6px;
    }
}

/* =====================================================
   AKUSTIKSHOPPEN – STABIL CSS V10
   Fokus:
   - Återställda boxramar
   - Bättre proportioner på desktop
   - Luft runt kort på mobil
   - Vit footer igen
   ===================================================== */


/* =========================
   PRODUKT / KATEGORI-KORT
========================= */

.product-card {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
    transition: box-shadow 0.15s ease;
}

.product-card:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}


/* =========================
   GRID-LAYOUT LISTNINGAR
========================= */

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 18px;
}


/* =========================
   BILDER I KORT
========================= */

.product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
}


/* =========================
   FOOTER – ÅTER VIT
========================= */

#footer,
#footer td,
.footer {
    background: #ffffff !important;
    color: #333;
    border-top: 1px solid #ddd;
}


/* =========================
   MOBILANPASSNING
========================= */

@media (max-width: 600px){

    .product-grid {
        padding-left: 16px;
        padding-right: 16px;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card {
        padding: 10px;
    }

}
/* ========== MOBIL – lite luft på sidorna ========== */
@media (max-width: 768px) {
    .product-grid {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .product-card {
        margin-bottom: 12px;
    }
}