/*#region ---------- GENERELL CSS*/
/*#endregion*/
/*#region ---------- GENERELL CSS*/

img { -ms-interpolation-mode: bicubic; }
html { overflow-y: scroll; }
ul {
list-style-type: none;
}
* {
outline: 0px;
margin: 0;
padding: 0;
}
body {
padding-bottom: 2px;
background-color: #f2f2f2;
font-family: arial;
}
a img {
border: none;
text-decoration: none;
}
a {
color: #333;
text-decoration: none;    
}
a:hover {
    color: #08c !important;
}
h4 {
text-decoration: none;
font-size: 14px;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.masterMainTable {
margin: 0 auto; width: 970px; 
}
.hoverBold:hover {
font-weight:bold;
}
.valiDiv {
text-align:right;
margin-bottom:0px;
font-size:11px;
color:red;
max-height:14px;
max-width:153px;
}
#rblGenderM input{
margin-right: 5px;
}
#rblGenderM label{
margin-right: 10px;
}
#cbMailNewsM{
margin-right:5px;
}
#lblBackLogin2 {
display:none;
}
.new_memberDiv {
margin:0 0 10px 10px;
}
.new_memberDiv div {
vertical-align:top;
display:inline-table;
}
.new_memberDiv div div{
vertical-align:top;
display:inline-table;
}
.new_memberDiv div div span{
margin-top:2px;
}
.new_memberDiv div:nth-child(odd) {
margin-top:2px;
margin-right:16px;
}
.new_memberDiv div div span {
vertical-align: middle;
margin-bottom:10px;
}
.new_memberDiv div div div{
display:block;
height:18px;
}
.bottom_new_member
{
width:auto; 
display:block;
margin-top:10px;
}
#back_login
{
display:inline-block; 
cursor:pointer; 
font-size:12px; 
font-weight:bold; 
margin-top:5px;
}
#reg_new_member_button
{
display:inline-block; 
margin:0 25px 10px 0; 
float:right
}
.pag_arrow_left {
display:inline-block;
margin-right:5px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 6px 10.4px 6px 0;
border-color: transparent #000000 transparent transparent;
line-height: 0px;
}
.pag_arrow_right {
display:inline-block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 6px 0 6px 10.4px;
border-color: transparent transparent transparent #000000;
line-height: 0px;
_border-color: #ffffff #ffffff #ffffff #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}
.grey_arrow_left {
display:inline-block;
margin-right:5px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 6px 10.4px 6px 0;
border-color: transparent #8a8a8a transparent transparent;
line-height: 0px;
_border-color: #000000 #8a8a8a #000000 #000000;
}
.grey_arrow_right {
display:inline-block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 6px 0 6px 10.4px;
border-color: transparent transparent transparent #8a8a8a;
line-height: 0px;
_border-color: #000000 #000000 #000000 #8a8a8a;
}
.whiteArrowDown {
vertical-align:top;
margin-top:3px;
margin-left:2px;
display: inline-block;
width: 0px;
height: 0px;
border-style: solid;
border-width:  8px 5.5px 0 5.5px;
border-color: #fff transparent transparent transparent;
line-height: 0px;
_border-color: #fff #ffffff #ffffff #ffffff;
}
.blackArrowUp {
display:inline-block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 9px 10px 9px;
border-color: transparent transparent #000000 transparent;
line-height: 0px;
_border-color: #ffffff #ffffff #000000 #ffffff;
}
.blackArrowDown {
display: inline-block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 7.5px 0 7.5px;
border-color: #000000 transparent transparent transparent;
line-height: 0px;
_border-color: #000000 #ffffff #ffffff #ffffff;
}
.blackArrowRight {
cursor:pointer;
display: inline-block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 5px 0 5px 11px;
border-color: transparent transparent transparent #000000;
line-height: 0px;
_border-color: #ffffff #ffffff #ffffff #000000;
}
.ddlSizes {
width: 240px;
height: 34px;
overflow: hidden;
background: url(/images/arrow_down.png) no-repeat right #ddd;
border: 1px solid #ccc;
}
.ddlSizes select {
background: transparent;
width: 268px;
padding: 5px;
font-size: 16px;
line-height: 1;
border: 0;
border-radius: 0;
height: 34px;
-webkit-appearance: none;
}
.blackButton {
cursor: pointer;
border: none;
background: #000000;
background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
background: -webkit-linear-gradient(top, #000000, #000000);
background: -moz-linear-gradient(top, #000000, #000000);
background: -ms-linear-gradient(top, #000000, #000000);
background: -o-linear-gradient(top, #000000, #000000);
padding: 3.5px 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: #ffffff;
font-size: 12px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
}
.blackButton:hover {
color: #a1a1a1;
}
.greenButton_master {
margin-right: 5px;
cursor: pointer;
border: none;
background: #3eba35;
background: -webkit-gradient(linear, left top, left bottom, from(#58a134), to(#58a134));
background: -webkit-linear-gradient(top, #3eba35, #3eba35);
background: -moz-linear-gradient(top, #3eba35, #3eba35);
background: -ms-linear-gradient(top, #3eba354, #3eba35);
background: -o-linear-gradient(top, #3eba35, #3eba35);
padding: 6.5px 13px;
border-radius: 5px;
-moz-box-shadow: inset 0 0 2px 2px #fff;
color: white;
font-weight: bold;
font-size: 12px;
font-family: "Arial", Helvetica, Sans-Serif;
text-decoration: none;
vertical-align: top;
}
.greenButton_master:hover {
color: #555555;
}
.greenButton {
cursor: pointer;
border: none;
background: #3eba35;
background: -webkit-gradient(linear, left top, left bottom, from(#58a134), to(#58a134));
background: -webkit-linear-gradient(top, #3eba35, #3eba35);
background: -moz-linear-gradient(top, #3eba35, #3eba35);
background: -ms-linear-gradient(top, #3eba354, #3eba35);
background: -o-linear-gradient(top, #3eba35, #3eba35);
padding: 6.5px 30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0 0 2px 2px #fff;
color: white;
font-weight: bold;
font-size: 12px;
font-family: "Arial", Helvetica, Sans-Serif;
text-decoration: none;
vertical-align: middle;
margin-left: 25px;
}
.greenButton:hover {
color: #555555;
}
.greenButton_unclickable {
cursor: pointer;
border: none;
background: #68b662;
background: -webkit-gradient(linear, left top, left bottom, from(#58a134), to(#58a134));
background: -webkit-linear-gradient(top, #68b662, #68b662);
background: -moz-linear-gradient(top, #68b662, #68b662);
background: -ms-linear-gradient(top, #68b662, #68b662);
background: -o-linear-gradient(top, #68b662, #68b662);
padding: 6.5px 30px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0 0 2px 2px #fff;
color: #b3d1b1;    
font-weight: bold;
font-size: 12px;
font-family: "Arial", Helvetica, Sans-Serif;
text-decoration: none;
vertical-align: middle;
margin-left: 25px;
}
.bold {
font-weight: bold;
}
.floatleft {
float: left;
}
.green {
color: green;
}
.red {
color: #fe0043;
}
.hiddenBox {
display: none;
}
.linkSpan {
cursor: pointer;
}
.floatright {
float: right !important;
}
.listBread {
font-weight: normal;
margin-top: 12px;
margin-left: 20px;
display: inline-table;
font-size: 11px;
font-family: arial,serif;
display:inline-table;
}
.listBreadRight {
float:right;
display:inline-table;
font-weight: bold;
font-size: 11px;
font-family: arial,serif;
margin: 10px 15px 10px 0;
}
.listBread span:last-child a{
font-weight: bold;
}
.pageName {
display: inline-table;
font-family: Arial;
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
margin: 13px 0 0 12px;
}
.topDivider {
border-bottom: 1px solid #e1e1e1;
margin: 5px 0 10px 15px;
width: 940px;
}

/*          SPOTS*/

.spotsTable {
z-index: 995;
margin: 0 auto 10px auto;
}
.spot {
    width: 310px;
    height: 376px;
    vertical-align: top;
    background-size: 101% auto;
    background-position: center center;
}
.h3Black {
color: Black;
font-size: 14px;
}
.contentSmall {
color: Black;
font-size: 11px;
}
.errorSmall {
color: Red;
font-size: 11px;
}

/* För default.aspx*/

.spotsText {
position: absolute;
background-color: white;
height: 75px;
width: 310px;
margin: 200px 0 0 0;
opacity: 0.8;
-webkit-transition: opacity .2s ease;
-moz-transition: opacity .2s ease;
-ms-transition: opacity .2s ease;
-o-transition: opacity .2s ease;
transition: opacity .2s ease;
}
.spotsText p {
font-family: Arial;
font-size: 12px;
text-align: center;
padding: 4px;
}
.spotsText img {
margin-left: 4px;
width: 9px;
height: 9px;
}
.spotsText p:nth-child(1) {
font-family: Arial;
font-size: 12px;
}
.spotsText p:nth-child(2) {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
.spotsText p:nth-child(3) {
font-size: 11px;
}
.spotList {
width: 253px;
height: 336px;
vertical-align: top;
}
.spotsTextList {
position: absolute;
background-color: white;
height: 75px;
width: 253px;
margin: 150px 0 0 0;
opacity: 0.8;
}
.spotsTextList p {
font-family: Arial;
font-size: 12px;
text-align: center;
padding: 4px;
}
.spotsTextList img {
margin-left: 4px;
width: 9px;
height: 9px;
}
.spotsTextList p:nth-child(1) {
font-family: Arial;
font-size: 12px;
}
.spotsTextList p:nth-child(2) {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
.spotsTextList p:nth-child(3) {
font-size: 10px;
}
.wrapper {
 width: 970px;
 margin: 0px auto;
 display: table;
 box-sizing: border-box;
}
.col-xs-4 {
 width: 33.3%;
 min-height: 380px;
 position: relative;
 float: left;
 padding-right: 10px;
 padding-bottom: 10px;
 box-sizing: border-box;
}
.col-xs-4:hover .spot-tile {
    color: #000;
}
.col-xs-4:hover .spot-bodytext {
    color: #000;
}
.col-xs-4:hover .spot-bottom-link-text {
    text-decoration: underline;
}
.spot-container a:nth-child(3n+1) .col-xs-4 {
 padding-left: 10px;
}
.spot-image {
 background-color: #ccc;
 width: 100%;
 height: 350px;
 background-size: cover;
 background-position: top center;
}
.spot-title {
 font-size: 20px;
 color: #333;
 margin-top: 15px !important;
 font-family: 'Lobster Two', cursive;
 font-style: italic;
}
.spot-container {
 overflow: hidden;
}
.spot-bodytext {
 color: #555;
 font-size: 13px;
 font-family: arial;
 margin-top: 10px;
 line-height: 1.4;
}
.spot-bottom-link-text {
 color: #08c;
 font-family: arial;
 font-size: 14px;
 margin-top: 10px;
 padding-bottom: 20px;
}
.spot-row {
 margin-left: 0px;
 margin-right: 0px;
 overflow: hidden;
}

/*Special infoBoard*/

.infoBoard {
    overflow: hidden;
    margin: -3px 10px 10px 10px;
    font-family: arial;
}
.infoContainer {
    height: 90px;
    width: 20%;
    float: left;
    color: #333;
    cursor: pointer;
}
.infoContainer:hover {
    color: #08c;
    background-color: #f5f5f5;
}
.infoImageHolder {
    width: 40%;
    height: 90px;
    float: left;
    background-position: center center;
    background-size: auto 100px;
}
.infoTextHolder {
    Width: 60%;
    float: left;
    font-size: 15px;
    margin-top: 25px;
}

.svg #deliveryInfo {
    background-image: url("http://images.zoovillage.com/images/infoBoard/deliveryVector.svg")
}
#deliveryInfo {
    background-image: url("http://images.zoovillage.com/images/infoBoard/deliveryVector.png")
}
.svg #returnInfo {
    background-image: url("http://images.zoovillage.com/images/infoBoard/returnVector.svg")
}
#returnInfo {
    background-image: url("http://images.zoovillage.com/images/infoBoard/returnVector.png")
}
.svg #secureInfo {
    background-image: url("http://images.zoovillage.com/images/infoBoard/secureVector.svg")
}
#secureInfo {
    background-image: url("http://images.zoovillage.com/images/infoBoard/secureVector.png")
}
.svg #measureInfo {
    background-image: url("http://images.zoovillage.com/images/infoBoard/measureVector.svg")
}
#measureInfo {
    background-image: url("http://images.zoovillage.com/images/infoBoard/measureVector.png")
}
.svg #instockInfo {
    background-image: url("http://images.zoovillage.com/images/infoBoard/instockVector.svg")
}
#instockInfo {
    background-image: url("http://images.zoovillage.com/images/infoBoard/instockVector.png")
}

/*End Special infoBoard*/

/************************/
/*        FLASH         */
/************************/
#bigimage {
    position: relative;
}
.flash-button-container {
    width: 500px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -250px; 
}
.gender-buttons {
    min-width: 125px;
    border: 3px solid #08c;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.80);
    text-transform: uppercase;
}
.dark-background.women {
    background-color: rgba(254, 0, 67, 0.8);
    color: #fff !important;
}
.dark-background.men {
    background-color: rgba(0, 136, 204, 0.8);
    color: #fff !important;
}
.men {
    border-color: #08c;
    color: #08c;
    margin-left: 10px;
}
.men:hover {
    background-color: #08c;
    color: #fff;
}
.women {
    border-color: #fe0043;
    color: #fe0043;
}
.women:hover {
    background-color: #fe0043;
    color: #fff;
}

/*SALE SPOTS*/

.spotsTextListSale {
position: absolute;
background-color: white;
height: 75px;
width: 253px;
margin: 150px 0 0 0;
opacity: 0.8;
}
.spotsTextListSale p {
font-family: Arial;
font-size: 12px;
text-align: center;
padding: 4px;
color: Red;
}
.spotsTextListSale img {
margin-left: 4px;
width: 9px;
height: 9px;
}
.spotsTextListSale p:nth-child(1) {
font-family: Arial;
font-size: 12px;
}
.spotsTextListSale p:nth-child(2) {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
.spotsTextListSale p:nth-child(3) {
font-size: 10px;
}
.spotsTextListSale img {
margin-left: 4px;
width: 9px;
height: 8px;
}
/*SALE SPOTS SLUT*/

/*Customer service CSS (CS)*/

.divBetalning {
    font-size: 14px;
}
.deliveryImages {
    max-width: 100px;
}
.textBoxes {
    padding: 10px;
    width: 350px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    color: #777;
}
.textBoxes:focus {
    color: #000;
}
.contactTextArea {
    padding: 10px;
    height: 150px;
    width: 350px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    resize: none;
    font-family: Arial;
    font-size: 14px;
    color: #777;
    overflow-y: auto;
    overflow-x: hidden;
}
.contactTextArea:focus {
    color: #000;
}
.contactSubmit {
    width: 350px;
    padding: 10px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.contactSubmit:hover {
    color: #08c;
}
.contactError {
    display: block;
    margin: 5px 0px 10px 0px;
}

/*#endregion*/

/*#region ---------- Controller CSS*/    
#divPopup {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.errorRed {
color:red;
font-weight:bold;
}
.ErrorContent {
margin:0 auto;
background-color: White; 
vertical-align: top; 
padding-right: 11px;
font-family: Arial; 
font-size: 11px;
width:70%
}
/*#endregion*/

/****************************START MASTER CSS*/

/*#region ---------- HEADER MASTER CSS*/
/********fixed meny*********/

.svg .headerLogoContainer {
    background-image: url("http://images.zoovillage.com/images/header/ZOOVILLAGElogo.svg");
}
.headerLogoContainer {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    display: block !important;
    background-image: url("http://images.zoovillage.com/images/header/ZOOVILLAGElogo.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.ul_1 {
margin:15px 0px 10px 15px;
font-size:10px;
font-weight:bold;
width:120px;
}
.ul_1 a{
color:white;
}
.ul_1 span{
font-weight:normal;
font-style:italic;
}
.ul_1 li{
padding-bottom:2px;
}
.ul_1 li:first-child {
padding-bottom:3px;
text-decoration:underline;
}

.newMemberDiscountDiv {
float: left;
height: 55px;
vertical-align: top;
line-height: 17px;
}
.arrow_box_gender {
z-index: 995;
margin: 60px 0 0 0;
position: absolute;
display: none;
white-space: nowrap;
min-width: 175px;
background-color: rgba(0, 0, 0, 0.85);
filter:85;
color: white;
}
.arrow_box_gender a {
color: white;
}
.arrow_box_gender a:hover {
text-decoration: underline;
}
.arrow_box_gender ul {
font-family: Arial;
font-size: 11px;
margin: 20px 0 0 10px;
padding-bottom: 5px;
}
.arrow_box_gender li {
padding-bottom: 5px;
}
.arrow_box_gender:after, .arrow_box_gender:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box_gender:after {
border-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0.45);
border-width: 15px;
left: 31%;
margin-left: -15px;
}
.arrow_box_gender:before {
opacity: 0.85;
border-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0.85);
border-width: 16px;
left: 31%;
margin-left: -16px;
}

.arrow_box_gender_man {
z-index: 995;
margin: 60px 0 0 0;
position: absolute;
display: none;
white-space: nowrap;
min-width: 175px;
background-color: rgba(0, 0, 0, 0.85);
filter:85;
color: white;
}
.arrow_box_gender_man a {
color: white;
}
.arrow_box_gender_man a:hover {
text-decoration: underline;
}
.arrow_box_gender_man ul {
font-family: Arial;
font-size: 11px;
margin: 20px 0 0 10px;
padding-bottom: 5px;
}
.arrow_box_gender_man li {
padding-bottom: 5px;
}
.arrow_box_gender_man:after, .arrow_box_gender_man:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box_gender_man:after {
border-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0.45);
border-width: 15px;
left: 50%;
margin-left: -15px;
}
.arrow_box_gender_man:before {
opacity: 0.85;
border-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0.85);
border-width: 16px;
left: 50%;
margin-left: -16px;
}
.boxDivider {
border-bottom:1px solid white;
width:100px;
margin:5px 0;
}

#onTop {
color:#fff;
font-size: 12px;
float: right;
position: fixed;
background: rgba(0, 0 ,0 , 0.85);
top: 0%;
width: 100%;
margin: 0 auto;
z-index: 8000;
padding: 10px 0px;
}
.min-width {
    min-width: 970px;
}
.mobileNav {
    min-width: 970px;
}
.infoTextHeader {
color:#fff;
float: left;
margin-top: 2px;
}
.infoTextHeader a{
color:#fff;
}
#infoTopL {
color:white;
font-size: 14px;
font-weight: normal;
text-transform: none;
}
#infoTopR {
font-size: 12px;
}
.topLinks {
font-size:11px;
float:right;
margin-right:15px;
height: 20px;
/*text-transform:uppercase;*/
}
.topLinks a {
color:white;
}
.topLinks div{
text-align:right;
display:inline-table;
}
.topLinks img{
height:10px;
}
#shopping_bag img {
width: 19px;
height: 24px;
}
.topLinkDiv {
vertical-align:top;
margin-right:15px;
height: 20px;
line-height: 20px;
}
.myStoreTopLinkDiv {
    float: left;
    height: 20px;
    line-height: 20px;
}
.loveBrands {
    background-image: url(http://images.zoovillage.com/images/header/lovebrands.png);
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    height: 40px;
    top: 0px;
    z-index: 8001;
}
#shopping_bag {
    cursor:pointer;
    margin-right:5px;
    background-image: url("http://images.zoovillage.com/images/header/shoppingBag.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.svg #shopping_bag {
    background-image: url("http://images.zoovillage.com/images/header/shoppingBag.svg");
}
#cart {
/*min-width:120px;*/
cursor:pointer;
}
#marketID {
cursor:pointer;
}
#mystore_logIn {
cursor:pointer;
margin-left: 10px;
}
#mystore_logIn:hover {
text-decoration: underline;
}
#mystore_logIn a {
font-family: arial; 
}
#mystore_log {
margin-left: 10px;
}
/********zoo Logo*********/

.memberMail {
margin-right:70px;
margin-left: 15px;
font-family: Arial;
font-size: 11px;
float: left;
}
.memberMail img {
height: 8px;
width: 10px;
}
.subscribeNewsletter {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #333 !important;
}
.subscribeNewsletter:hover {
    color: #08c;
}
.subscribeNewsletter a {
    color: #333;
}
.subscribeNewsletter:hover a {
    color: #08c;
}
.svg .discountNewsletterImage {
    background-image:url('');
}
.newselement {
    stroke: #333 !important;
    height:60px; 
    width:60px;
    line-height:60px;
    font-weight: bold; 
    font-size: 19px;
    margin-top: 0px;
    text-align:center;
    float: left;
}
.subscribeNewsletter:hover .newselement {
    stroke: #0088cc !important;
}

.discountNewsletterImage {
    background-image:url('http://images.zoovillage.com/images/header/discountNewsletterIcon.png');
    height:60px; 
    width:60px;
    line-height:60px;
    font-weight: bold; 
    font-size: 19px;
    margin-top: 0px;
    text-align:center;
    float: left;
    position: relative;
}
#discountNew_memberDiv {
    margin-left:10px;
    cursor:pointer;
    overflow: hidden;
}
.newsletterText {
    padding-left: 8px;
    padding-top: 13px;
    font-size: 14px;
}
#newLetterSvg {
    position: absolute;
    top: 0px;
    left: 0px;
}
.marks {
float: right;
margin-right: 22px;
}
.marks img {
float: right;
height: 55px;
width: 55px;
}
.markers {
    width: 182px;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
}
.lowerMarkers {
    display: block;
    padding: 0px;
    margin: 0px auto;
    display: inline-block;
    height: 70px;
}
.centerMarkers {
    text-align: center;
    height: 70px;
}
footerBotHolder:hover a {
    color: #08c;
}
.footerBotHolder a:first-child .halfSplit {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width: 49.9%;
    margin-right: -2px;
}
.centerMarkers:hover bottomRubrikTwo {
    color: #08c;
}
.markerHolder {
    float: left;
}
.markerHolder.size1 {
    height: 40px;
    min-width: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.markerHolder.size2 {
    height: 25px;
    min-width: 25px;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
}
.markerHolder.size3 {
    height: 20px;
    min-width: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 120px;
}
a:nth-child(n+2) .markerHolder {
    margin-left: 15px;
}
.markerHolder.size1 img {
    height: 40px;
}
.markerHolder.size2 img {
    height: 25px;
}
.markerHolder.size3 img {
    height: 20px;
}
.markerHolder:nth-child(n+2) {
    margin-left: 10px;
}
.eHandelCertifiering {
}
.PaymentDivs {
    background-size: 50px auto;
    background-position: center center;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
}
.deliveryDivs {
    background-size: contain;
    background-position: center center;
    height: 50px;
    width: 100px;
    background-repeat: no-repeat;
}
.klarna {
    background-image: url("https://cdn.klarna.com/public/images/SE/badges/v1/invoice/SE_invoice_badge_std_blue.png");
}
.klarnaKonto {
    background-image: url("https://cdn.klarna.com/public/images/SE/badges/v1/account/SE_account_badge_std_blue.png");
}
/*#header-logo {
margin-left: 70px;
}*/
#header-logo img {
width: 415px;
}
.header {
font-family: Arial;
font-size: 12px;
margin-left: auto;
margin-right: auto;
margin-top: 65px;
position: relative;
}
.header div {
}

/********Meny CSS*********/

.menu {
position:absolute;
z-index: 995;
float: left;
list-style: none;
margin-bottom: 0px; /*margin-left: -40px;*/
margin-top: 0px;
width: 970px;
}
.menu-box div.content ul li {
list-style: none outside none;
}
.close_panelbox, #close_filter {
float: right;
position: relative;
padding: 10px 10px 0 0;
text-align: right;
}
.menu-box {
margin-top: 53px;
width: 970px;
float: left;
display: none;
position: absolute;
z-index: 4;
}
.menu-box div.content, #panel_b {
width: 100%;
background-color: #2e2e2e;
float: left;
}
.menu-box div.content ul {
float: left;
padding: 10px 20px 20px 15px;
}
.menu-box div.content ul li {
margin-bottom: -8px;
list-style: none;
}
.menu-box div.content, #panel_b {
width: 100%;
background-color: #ffffff;
color: #000000;
float: left;
}
#brandList li a {
font-family: Arial;
}
.headerGender {
width: 780px;
margin: 0 0 0 175px;
padding: 0px 0 0px 0;
}
.headerGender img:last-child {
width: 780px;
}
.headerGender img:first-child {
margin: 0 auto;
display: block;
}
.menuGender {
height:25px;
width:970px;
margin: 0 auto;
font-family: 'Times new roman';
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
}

.menuHeader {
margin: 0 auto;
}
.menuHeader ul.menu li a {
/*background-image: url(/images/menu_latest_version_arial.png);*/

background-image: url("http://images.zoovillage.com/images/header/menu_se_official_v2.jpg");
background-size:970px 45px;
float: left;
height: 45px;
width:970px;
text-decoration: none; /*background: url(/images/menu_se_v21.png) no-repeat 0px 53px;*/
}

.menuHeader ul.menu li.menu-link-woman a {
background-position: -0px -45px;
width: 104px;
}
.menuHeader ul.menu li.menu-link-man a {
background-position: -104px -45px;
width: 110px;
}
.menuHeader ul.menu li.menu-link-kids a {
background-position: -214px -45px;
width: 93px;
}
.menuHeader ul.menu li.menu-link-brands a {
background-position: -307px -45px;
width: 180px;
}
.menuHeader ul.menu li.menu-link-premiumbrands a {
background-position: -487px -45px;
width: 165px;
}
.menuHeader ul.menu li.menu-link-news a {
background-position: -652px -45px;
width: 123px;
}
.menuHeader ul.menu li.menu-link-lastcall a {
background-position: -775px -45px; 
background-repeat:no-repeat;
width: 115px;
}
.menuHeader ul.menu li.menu-link-sale a {
background-position: -775px -45px; 
width: 173px;
}

.dropDownDiv {
width: 150px;
height: 300px;
border: 1px solid #e9e9e9;
border-radius: 5px;
}
.dropDownBox {
z-index: 995;
margin: 23px 0 0 350px;
position: absolute;
display: none;
white-space: nowrap;
}
.dropDownImg {
z-index: 996;
display: table;
margin: 0 auto;
}
.dropDownRubrik {
margin-top: 15px;
font-family: arial;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
margin-left: 10px;
}
.arrow_box {
cursor: pointer;
z-index: 995;
margin: 45px 0 0 0;
position: absolute;
display: none;
white-space: nowrap;
min-width: 150px;
background-color: rgba(0, 0, 0, 0.85);
filter:80;
color: white;
}
.arrow_box a {
color: white;
}
.arrow_box ul {
font-family: Arial;
font-size: 11px;
margin: 10px 0 0 10px;
padding-bottom: 5px;
}
.arrow_box li {
padding-bottom: 5px;
}
.arrow_box li:hover {
text-decoration: underline;
}
.arrow_box:after, .arrow_box:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box:after {
border-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0.45);
border-width: 15px;
left: 50%;
margin-left: -15px;
}
.arrow_box:before {
opacity: 0.8;
border-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0.85);
border-width: 16px;
left: 50%;
margin-left: -16px;
}
       
.chooseBrand{
font-family:arial; 
font-size:15px; 
padding:0 0 0 15px;
font-weight: bold;
}
.c_name {
font-size: 15px;
font-family: Arial;
font-weight: bold;
margin-top: 15px;
}
.c_name:hover {
text-decoration: none;
}
.arrow_box_brands {
z-index: 995;
margin: 60px 0 0 0;
position: absolute;
display: none;
white-space: nowrap;
width: 970px;
padding-bottom: 30px;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0.85);
color: white;
}
.arrow_box_brands a {
color: white;
}
.arrow_box_brands li {
padding: 1px;
width: 125px;
}
.arrow_box_brands a:hover {
text-decoration: underline;
}
.arrow_box_brands ul {
display: inline-table;
font-family: Arial;
font-size: 11px;
margin: 10px 0 0 10px;
padding-bottom: 15px;
}
.arrow_box_brands:after, .arrow_box_brands:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box_brands:after {
border-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0.45);
border-width: 15px;
left: 360px;
margin-left: -15px;
}
.arrow_box_brands:before {
opacity: 0.8;
border-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0.85);
border-width: 16px;
margin-left: -16px;
left: 360px;
}
#country_div {
color:white;
z-index: 999;
max-height: 350px;
width: 135px;
overflow: hidden;
outline: none;
}
.arrow_box_country {
margin: 42px 0 0 820px;
background: rgba(0, 0, 0, 0.85);
z-index: 995;
position: absolute;
display: none;
white-space: nowrap;
border-radius: 2px;
}
.arrow_box_country:after, .arrow_box_country:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
}
.arrow_box_country:after {
border-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(0, 0, 0, 0.45);
border-width: 12px;
left: 80%;
margin-left: -12px;
}
.arrow_box_country:before {
opacity: 0.8;
border-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(0, 0, 0, 0.85);
border-width: 13px;
margin-left: -13px;
left: 80%;
}
.cartDetails {
display: none;
background-color: rgb(255, 255, 255);
width: 400px;
height: 150px;
float: right;
margin-top: 10px;
}
.cartDetails table {
float: right;
font-size: 11px;
color: black;
background-color: rgb(255, 255, 255);
width: 400px;
}
#cart_div {
background-color: white;
opacity: 1;
color:black;
z-index: 999;
width: 340px;
max-height: 171px;
overflow:auto;
}    
#cart_div table{
margin-top:5px;
min-height:80px;
margin-left:5px;
text-align:center;
width:90%;
font-size:10px;
}
#cart_div table td{
padding-bottom:5px;
vertical-align:top;
}
#cart_div table tr:first-child{
font-family:arial;
font-size:11px;
font-weight:bold;
}
#cart_div td img{
width:35px;
}
.arrow_box_cart {
margin: 42px 0 0 615px;
background-color: white;
opacity: 1.0;
z-index: 995;
position: absolute;
display: none;
white-space: nowrap;
border-radius: 2px;
}
.arrow_box_cart:after, .arrow_box_cart:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
}
.arrow_box_cart:after {
border-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(255, 255, 255, 1);
border-width: 12px;
left: 44%;
margin-left: -12px;
}
.arrow_box_cart:before {
opacity: 1;
border-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(255, 255, 255, 1);
border-width: 13px;
margin-left: -13px;
left: 44%;
}    
.arrow_box_mystore {
margin: 42px 0 0 0px;
background-color: white;
opacity: 1.0;
z-index: 995;
position: absolute;
display: none;
white-space: nowrap;
border-radius: 2px;
font-size: 11px;
line-height:20px;
}
.arrow_box_mystore:after, .arrow_box_mystore:before {
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
}
.arrow_box_mystore:after {
border-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(255, 255, 255, 1);
border-width: 12px;
left: 50%;
margin-left: -12px;
}
.arrow_box_mystore:before {
opacity: 1;
border-color: rgba(255, 255, 255, 0);
border-bottom-color: rgba(255, 255, 255, 1);
border-width: 13px;
margin-left: -13px;
left: 50%;
}
.arrow_box_mystore a {
font-weight:normal;
}
.arrow_box_mystore a:hover {
text-decoration:underline;
}

/*#endregion*/
/*#region ---------- CONTENT MASTER CSS*/

.content a {
font-family: Arial;
font-size: 11px;
text-decoration: none;
color: rgb(177, 177, 177);
}
.content a:hover {
color: rgb(255, 255, 255);
}

/*#endregion*/

/* LINK CLASSES */

/* blue link */
.blueLink {
    color: #08c !important;
}
.blueLink a {
    color: #08c !important;
}
.blueLink:hover {
    color: #555 !important;
}
.blueLink:hover a {
    color: #555 !important;
}
.blueLink:hover.bg {
    background-color: #f2f2f2;
}

/* grey link */
.greyLink {
    color: #777 !important;
    overflow: hidden;
}
.greyLink a {
    color: #777 !important;
    overflow: hidden;
}
.greyLink:hover {
    color: #08c !important;
    overflow: hidden;
}
.greyLink:hover a {
    color: #08c !important;
    overflow: hidden;
}
.greyLink:hover.bg {
    background-color: #f2f2f2;
    overflow: hidden;
}
.bottomList .greyLink a {
    padding-top: 4px;
    padding-bottom: 4px;
    overflow: hidden;
}

/* grey to white link */

.greyWhiteLink {
    color: #777 !important;
}
.greyWhiteLink:hover {
    color: #fff !important;
}

/* dark link */
.darkLink {
    color: #333 !important;
}
.darkLink a {
    color: #333 !important;
}
.darkLink:hover {
    color: #08c !important;
}
.darkLink:hover a {
    color: #08c !important;
}
.darkLink:hover.bg {
    background-color: #f2f2f2;
}

/* zooRedIcon */

.zooRedIcon {
    color: #fe0043 !important;
}
.zooRedIcon:hover {
    color: #fe0043 !important;
}

/* END LINK CLASSES*/

/*#region ---------- BOTTOM (FOOTER) MASTER CSS*/

.footerTopInfo {
    float:left;
    width: 25%;
    min-height: 120px;
    border-right: 1px solid #ddd;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    vertical-align: top;
    position: relative;
}
.footerTopInfo:hover {
}
.footerTopInfo:hover .footerFourIcons img {
    margin-top: -50px;
}
.footerTopInfo:last-child {
    border: none;
}
.footerTopInfo a:hover {
    color: #08c !important;
}
.footerFourIcons {
    position: absolute;
    height: 50px;
    top: 22px;
    left: 50%;
    margin-left: -25px;
    text-align: center;
    width: 50px;
    overflow: hidden;
}
.footerFourIcons img {
    height: 100px;
}
.footerBotHolder {
    border: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
    word-spacing: -1px;
    font-size: 0px;
    margin: 10px 0px 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 0px;
    height: 70px;
}
.footerMidHolder {
    margin: 10px 0px;
    padding: 10px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.footerTopHolder {
    overflow: hidden;
    margin: 0px 0px;
    border: 1px solid #ddd;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width: 950px;
}
.copyright {
    text-align: center;
    background-color: #fff;
    padding: 25px 0px;
    color: #777;
    cursor: pointer;
    font-size: 14px;
}
.copyright:hover {
    color: #08c;
}
.footerHolder {
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    max-width: 950px;
}
.customerServiceImg {

}
.deliveryAltImg {
    margin-left: -50px;
}
.paymentAltImg {
    margin-left: -100px;
}
.aboutUsImg {
    margin-left: -150px;
}
.socialBox {
    border: 1px solid #ddd;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    overflow: hidden;
    position: relative;
}
.socialIconHolder {
    float: left;
}
.socialInfo {
    float: left;
    width: 70px;
    height: 70pX;
    border-right: 1px solid #ddd;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: background-position .2s ease;
    -moz-transition: background-position .2s ease;
    -ms-transition: background-position .2s ease;
    -o-transition: background-position .2s ease;
    transition: background-position .2s ease;
    position: relative;
}
.socialInfo:hover {
    background-position: center 20px;
}
.socialInfoText {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 9px;
    padding-bottom: 8px;
    -webkit-transition: padding-bottom .2s ease;
    -moz-transition: padding-bottom .2s ease;
    -ms-transition: padding-bottom .2s ease;
    -o-transition: padding-bottom .2s ease;
    transition: padding-bottom .2s ease;
}
.socialInfo:hover .socialInfoText {
    padding-bottom: 12px;
}
.facebook {
    background-image: url('http://images.zoovillage.com/images/socialNetwork/social-02.png');
}
.svg .facebook {
    background-image: url('http://images.zoovillage.com/images/socialNetwork/social-02.svg');
}
.facebook:hover {
    background-color: #3B5998;
    background-image: url('http://images.zoovillage.com/images/socialNetwork/social-01.png');
}
.svg .facebook:hover {
    background-image: url('http://images.zoovillage.com/images/socialNetwork/social-01.svg');
}
.instagram {
    background-image: url('http://images.zoovillage.com/images/socialNetwork/social-04.png');
}
.svg .instagram {
    background-image: url('http://images.zoovillage.com/images/socialNetwork/social-04.svg');
}
.instagram:hover {
    background-color: #3f729b;
    background-image: url('http://images.zoovillage.com/images/socialNetwork/social-03.png');
}
.svg .instagram:hover {
    background-image: url('http://images.zoovillage.com/images/socialNetwork/social-03.svg');
}
.newsletterHolder {
    margin-left: 140px;
    overflow: hidden;
    position: relative;
}
.subscribeText {
    float: left;
    padding-left: 10px;
    position: relative;
}
.successTextHolder {
    height: 70px;
    float: left;
    top: 0px;
    left: 0px;
    padding: 0px 20px;
    text-align: center;
    border-right: 1px solid #ddd;
    width: 70%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.successTextHeader {
    font-weight: bold;
    line-height: 26px;
    padding-top: 12px;
}
.successTextParagraph {
    line-height: 16px;
}
.successCouponHolder {
    float: left;
    height: 70px;
    width: 30%;
    background-color: #08c;
    color: #fff;
    font-weight: bold;
}
.couponHeader {
    font-weight: bold;
    line-height: 26px;
    padding-top: 12px;
}
#coupon {
    line-height: 20px;
}
.noDiscount {
    color: #fe0043;
    padding: 10px;
    border: 2px solid #fe0043;
    margin-top: 10px;
    font-weight: bold;
}
.infoBox {
    color: #c69e00;
    padding: 10px;
    border: 2px solid #c69e00;
    margin-top: 10px;
    font-weight: bold;
}
.subscribeText.success{
    width: 100%;
    text-align: center;
    display: none;
    float: none;
    padding-left: 0px;
}
.mailText {
    height: 40px;
    line-height: 30px;
    font-weight: normal;
    color: #777;
    font-size: 14px;
    text-align: center;
}
.mailText.error {
    color: #ff0000;
    line-height: 40px;
}
.mailText.success {
    color: #555;
}
.socialBox:hover .mailText {
    color: #111;
}
.socialBox:hover .mailText.error {
    color: #ff0000;
}
.socialBox:hover .mailText.success {
    color: #333;
}
.socialImage {
    width:25px;
    height: 25px;
    float: left;
    background-size: 25px 25px;
    background-position: center center;
}
.socialText {
    float: left;
    line-height: 25px;
    margin-left: 6px;
}
.subscribeButton {
    background-color: #1c1c1c;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    color: #fff;
    padding: 5px 20px;
    display: block;
    border: 1px solid #111;
    cursor: pointer;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    float: left;
}
.subscribeButton:nth-child(2n) {
    margin-left: 10px;
}
.subscribeButton:hover {
    color: #08c;
}
.conditionText {
    font-size: 9px;
    color: #777;
    position: absolute;
    width: 250px;
    margin-left: -125px;
    left: 50%;
    text-align: center;
    top: 40px;
}
.emailInputField {
    padding: 12px 12px 12px 35px;
    min-width: 200px;
    border: 1px solid #ddd;
    z-index: 1;
    position: relative;
}
.emailInputField:active {
    border-color: #777;
}
.emailInputField:focus {
    border-color: #777;
}
.emailInputField:hover {
    border-color: #777;
}
.errorInput {
    background-color: #ffdfdf !important;
    border-color: #ff0000 !important;
}
#sucessText {
    color: #68b662;
}
.textSlider {
    display: none;
}
.emailIconHolder {
    position: absolute;
    left: 21px;
    top: 28px;
    z-index: 2;
    color: #aaa;
}
.emailInputField:hover .emailIcon {
    background-image: url('http://images.zoovillage.com/images/socialNetwork/social-02.svg');
}
.newsletterIcon {
    background-image: url("http://images.zoovillage.com/images/socialNetwork/newsletter.png");
}
.svg .newsletterIcon {
    background-image: url("http://images.zoovillage.com/images/socialNetwork/newsletter.svg");
}
.facebookIcon {
    background-image: url("http://images.zoovillage.com/images/socialNetwork/facebook.png");
}
.svg .facebookIcon {
    background-image: url("http://images.zoovillage.com/images/socialNetwork/facebook.svg");
}
.instagramIcon {
    background-image: url("http://images.zoovillage.com/images/socialNetwork/instagram.png");
}
.svg .instagramIcon {
    background-image: url("http://images.zoovillage.com/images/socialNetwork/instagram.svg");
}
.fifteenPercentWidth {
    width: 15%;
}
.seventeenPercentWidth {
    width: 17%;
}
.twentyPercentWidth {
    width: 20%;
}
.twentyfourPercentWidth {
    width: 24%;
}
.twentyfivePercentWidth {
    width: 25%;
}
.bottomRubrik {
font-family: Arial;
font-weight: 400;
font-style: normal;
font-size: 15px;
display: block;
width: 100%;
text-align: center;
position: absolute;
bottom: 27px;
}
.bottomRubrikTwo {
    font-family: Arial;
    font-weight: 400;
    color: #777;
    font-size: 15px;
}
.servicesImageButton {
    width: 100%;
    height: 120px;
    background-size: 40px auto;
    background-position: center 35px;
    background-repeat: no-repeat;
}
.noPadding {
    padding: 0px;
}
.rubrikNoLink {
    padding: 10px;
    color: #333;
}
.bottom {
font-family: Arial;
font-size: 14px;
background-color: #fff;
/*background-color: #f9f9f9;
box-shadow: 0px 2px 3px #a8a8a8;
-webkit-box-shadow: rgba(168,168,168,1) 0 2px 3;
-moz-box-shadow: rgba(1686,168,168,1) 0 2px 3;*/
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.bottomList {
    padding: 10px;
}
.bottomList li {
list-style-type: none;
}
.bottomList li a {
padding: 10px;
display: block;
}
.displayInline {
    display: inline !important;
}
.bottomTable {
float: none;
margin: 0 auto;
margin-top: 15px;
}
.bottomTable td {
padding-bottom: 10px;
padding-right: 75px;
vertical-align: top;
}
.bottomTable td:last-child {
padding-right: 0px;
}

/*#endregion*/

/****************************END MASTER CSS*/

/****************************LISTPAGE CSS*/

/*#region ---------- GENERELL LISTPAGE CSS*/

.activePageNR {
font-weight: bold;
}
#content {
margin-bottom: 40px;
font-family: Arial;
font-size: 11px;
}
.ordPris {
text-decoration: none;
font-weight: bold;
}
.rabattPris {
color: #fa2727;
font-weight: bold;
font-size: 11px;
}
.rabattOrdPris {
text-decoration: line-through;
}
.rabattPris {
color: #fa2727;
font-weight: bold;
}
.ordPrisProDetail {
font-size:13px;
text-decoration: none;
font-weight: bold;
}
.rabattPrisProDetail {
font-size:13px;
color: #fa2727;
font-weight: bold;
font-size: 11px;
}
.rabattOrdPrisProDetail {
font-size:13px;
text-decoration: line-through;
}
.rabattPrisProDetail {
font-size:13px;
color: #fa2727;
font-weight: bold;
}
.pag_number {
display:inline-block;
margin-right:5px;
}
#active_page {
font-size:15px;
font-weight:bolder;
}
.pageList {
display:inline-block;
margin-left:282px;
width: 565px;
height: 15px;
font-size: 15px;
}
#pag_div {
width:44%;
margin:0 auto;
text-align:center;
}
#clickto_top {
text-align:right;
cursor:pointer;
font-size:12px;
text-transform:uppercase;
font-weight:bolder;
font-family:arial;
display:inline-block;
width:100px;
float:right;
}
#blackArrowTop {
margin:0 15px 0 1px;
display:inline-block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 7px 10px 7px;
border-color: transparent transparent #0e0f0f transparent;
}
.acitvePagenation {
margin:0 3px;
width:25px;
height:20px;
background-image:url(/images/dark_button.jpg);
text-align:center;
line-height: 20px; 
color:white;
font-size:12px;
font-family:arial;
display:inline-table;
z-index:500;
}
.Pagenation {
margin:0 3px;
width:25px; 
height:20px; 
background-image:url(/images/light_button.jpg); 
text-align:center; 
line-height: 20px; 
color:black; 
font-size:12px; 
font-family:arial;
display:inline-table;
z-index:500;
}
.pag_next_prev_grey {
margin:0 3px;
width:25px;
height:20px;
background-image:url(/images/dark_button.jpg);
text-align:center;
line-height: 20px; 
color:white;
font-size:12px;
font-family:arial;
display:inline-table;
}
.pag_next_prev {
margin:0 3px;
width:25px; 
height:20px; 
background-image:url(/images/light_button.jpg); 
text-align:center; 
line-height: 20px; 
color:black; 
font-size:12px; 
font-family:arial;
display:inline-table;
}
.sortBy 
{
margin-left: 10px;
margin-top: 22px;
margin-bottom: 5px;
height: 15px;
}
.pageItems {
margin-left: 163px;
font-weight: bold;
font-size: 12px;
}
.pageSortering {
float: left;
margin-left: 12px;
margin-top: 10px;
}
.pageAntal {
float: right;
padding-right: 13px;
margin-top: 10px;
}
.brandnameList {
margin: 0 auto;
text-align: center;
padding: 3px 0;
}
.brandnameList img:first-child {
padding-right: 8px;
}
#storeList {
margin-top: 40px;
margin-left: 165px;
width: 805px;
position: static;
z-index: 700;
}
.imgDiv {
width: 190px;
position: relative;
left: 0;
top: 0;
}
.imgDiv a img:first-child {
width: 190px;
}
.threefortwo {
position:absolute;
background: none;
top: 6px;
right: 8px;

}
.listProduct {
padding: 2px 9px;
margin: 0 auto;
width: 180px;
height: 320px;
display: inline-block;
}
.listProduct a img:first-child {
width: 190px;
}

/*#endregion*/

/*#region ---------- LISTNEST MASTER CSS*/

#rensa {
cursor: pointer;
padding-top: 15px;
margin-left: 5px;
text-transform: uppercase;
font-weight: bold;
color: #000000;
}
#rensa img {
width: 10px;
height: 10px;
margin-left: 33px;
}
.rensaDetail {
cursor: pointer;
padding-top: 3px;
margin-right: 10px;
float: right;
text-transform: uppercase;
font-weight: bold;
color: #000000;
}
.rensaDetail img {
width: 10px;
height: 10px;
}
#listPageRubrik {
font-size: 23px;
font-weight: bold;
}
.filterTable {
z-index: 400;
float: left;
width: 155px;
font-size: 11px;
font-family: Arial;
}
.fliterTable ul {
list-style: none;
padding: 0 0 0 0;
width: 150px;
}
.filterTable a {
}
.filterTable li {
margin-top: 10px;
height: 11px;
}
.image-container {
position: relative;
}
.captionWhite, .captionTransparent, .captionBlack {
width: 256px;
height: 75px;
line-height: 22px;
padding: 10px 0 0 0;
font-size: medium;
text-align: center;
font-weight: bold;
margin-top: 220px;
margin-left: 2px;
top: 0;
position: absolute;
}
.captionWhite {
background: #fff;
opacity: 0.8;
color: #171717;
}
.captionBlack {
background: #000;
opacity: 0.8;
color: #fff;
}
.captionTransparent {
background: transparent;
color: red;
}

/*#region ## Brand, Categories, Gender and Size FILTER */

.filterRubrik {
width: 150px;
font-weight: bold;
text-transform: uppercase;
}
.brandscroll {
display: block;
overflow: hidden;
outline: none;
height: auto;
max-height: 220px;
width: 165px;
}
a.brandcheckbox_checked, a.brandcheckbox, a.categorycheckbox, a.categorycheckbox_checked, a.subcategorycheckbox, a.subcategorycheckbox_checked, a.sizecheckbox_checked, a.sizecheckbox, a.colorcheckbox_checked, a.colorcheckbox {
float: left;
margin-top: 1px;
margin-right: 3px;
margin-left: 3px;
text-align: left;
overflow: hidden;
display: block;
height: 14px;
background-repeat: no-repeat; /* text-indent: -1000px; */
text-indent: 17px;
}
a.brandcheckbox_checked, a.brandcheckbox, a.categorycheckbox, a.categorycheckbox_checked, a.subcategorycheckbox_checked {
width: 150px;
}
a.sizecheckbox_checked, a.sizecheckbox, a.colorcheckbox_checked, a.colorcheckbox {
width: 75px;
}
a.brandcheckbox, a.categorycheckbox, a.subcategorycheckbox, a.sizecheckbox, a.colorcheckbox {
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_white_unchecked.png);
}
a.brandcheckbox_checked, a.categorycheckbox_checked, a.subcategorycheckbox_checked, a.sizecheckbox_checked, a.colorcheckbox_checked {
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_white_checked.png);
}
#boy-link, #girl-link {
float: left;
margin-top: 1px;
margin-right: 3px;
margin-left: 3px;
text-align: left;
display: block;
width: 68px;
height: 14px;
overflow: hidden;
text-indent: 17px;
background-repeat: no-repeat;
}
#boy-link, #girl-link {
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_white_unchecked.png);
}
#boy-link.checked, #girl-link.checked {
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_white_checked.png);
}
#boy-input, #girl-input {
display: none;
}
#boy-cb, #girl-cb {
display: none;
}

/*#endregion */

/*#region ## Color FILTER */

a.colorcheckbox_Black, a.colorcheckbox_checked_Black, a.colorcheckbox_Blue, a.colorcheckbox_checked_Blue, a.colorcheckbox_Brown, a.colorcheckbox_checked_Brown, a.colorcheckbox_Green, a.colorcheckbox_checked_Green, a.colorcheckbox_Grey, a.colorcheckbox_checked_Grey, a.colorcheckbox_Multi, a.colorcheckbox_checked_Multi, a.colorcheckbox_Orange, a.colorcheckbox_checked_Orange, a.colorcheckbox_Pink, a.colorcheckbox_checked_Pink, a.colorcheckbox_Purple, a.colorcheckbox_checked_Purple, a.colorcheckbox_Red, a.colorcheckbox_checked_Red, a.colorcheckbox_Turquoise, a.colorcheckbox_checked_Turquoise, a.colorcheckbox_White, a.colorcheckbox_checked_White, a.colorcheckbox_Yellow, a.colorcheckbox_checked_Yellow {
float: left;
margin-top: 1px;
margin-right: 3px;
margin-left: 3px;
text-align: left;
overflow: hidden;
display: block;
height: 14px;
background-repeat: no-repeat;
text-indent: 17px;
}
a.colorcheckbox_Black {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_black_unchecked.png);
}
a.colorcheckbox_checked_Black {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_black_checked.png);
}
a.colorcheckbox_Blue {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_blue_unchecked.png);
}
a.colorcheckbox_checked_Blue {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_blue_checked.png);
}
a.colorcheckbox_Brown {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_brown_unchecked.png);
}
a.colorcheckbox_checked_Brown {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_brown_checked.png);
}
a.colorcheckbox_Green {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_green_unchecked.png);
}
a.colorcheckbox_checked_Green {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_green_checked.png);
}
a.colorcheckbox_Grey {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_grey_unchecked.png);
}
a.colorcheckbox_checked_Grey {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_grey_checked.png);
}
a.colorcheckbox_Multi {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_multi_unchecked.png);
}
a.colorcheckbox_checked_Multi {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_multi_checked.png);
}
a.colorcheckbox_Orange {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_orange_unchecked.png);
}
a.colorcheckbox_checked_Orange {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_orange_checked.png);
}
a.colorcheckbox_Pink {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_pink_unchecked.png);
}
a.colorcheckbox_checked_Pink {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_pink_checked.png);
}
a.colorcheckbox_Purple {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_purple_unchecked.png);
}
a.colorcheckbox_checked_Purple {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_purple_checked.png);
}
a.colorcheckbox_Red {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_red_unchecked.png);
}
a.colorcheckbox_checked_Red {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_red_checked.png);
}
a.colorcheckbox_Turquoise {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_turqouise_unchecked.png);
}
a.colorcheckbox_checked_Turquoise {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_turquoise_checked.png);
}
a.colorcheckbox_White {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_white_unchecked.png);
}
a.colorcheckbox_checked_White {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_white_checked.png);
}
a.colorcheckbox_Yellow {
width: 75px;
font-weight: lighter;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_yellow_unchecked.png);
}
a.colorcheckbox_checked_Yellow {
width: 75px;
font-weight: bold;
background-image: url(http://images.zoovillage.com/images/icons/checkbox/checkbox_yellow_checked.png);
}

/*#endregion */

/*#endregion*/

/*#region ---------- PREMIUM CSS*/

#logo1 {
margin: 0px auto;
}
#headerPremium {
width: 780px;
margin: 0 0 0 175px;
padding: 0px 0 20px 0;
}
#headerPremium img:last-child {
width: 780px;
}
#headerPremium img:first-child {
margin: 0 auto;
display: block;
}
.spots img {
width: 10px;
height: 10px;
}

/*#endregion*/

/*#region ---------- SALE CSS*/
/*#endregion*/

/*#region ---------- Zoovillage-ar-inte-en-bluff CSS*/
.container {
    width: 100%;
    padding: 0px 60px 10px 60px;
    box-sizing: border-box;
    padding-bottom: 0px;
}
.container * {
    box-sizing: border-box;
    line-height: 1.45em;
}
.container li {
    display: block;
}
.container h1, h3, h4 {
    color: #000;
    font-weight: normal;
}
.container h2 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 50px;
}
.container p {
    line-height: 1.45em;
    color: #555;
    margin-bottom: 10px;
}
.col-xs-8-zoo p {
    margin-bottom: 0px;
}
.row {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.row:last-child {
    margin-bottom: 0px;
}
.col-xs-12 .row {
}
.col-xs-12 {
    width: 100%;
}
.col-xs-8-zoo {
    width: 66.66%;
    float: left;
    padding-left: 20px;
}
.col-xs-4-zoo {
    width: 33.33%;
    float: left;
    position: relative;
    height: 220px;
}
.list-image-holder {
    width: 100%;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0px;
    right: 0px;
    background-size: cover;
    background-position: center center;
}
.transparens {
    background-image: url(http://images.zoovillage.com/images/zoovillage-ar-inte-en-bluff/zoovillage-prisjakt.png);
}
.certifiering {
    background-image: url(http://images.zoovillage.com/images/zoovillage-ar-inte-en-bluff/zoovillage-certifierad.jpg);
}
.auktoriserad {
    background-image: url(http://images.zoovillage.com/images/zoovillage-ar-inte-en-bluff/zoovillage-lager-auktoriserad.jpg);
}
.medium-text {
    font-size: 14px;
}
.jumbo-row {
    padding-top: 100px;
    padding-bottom: 120px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.jumbo-text {
    font-size: 50px;
    font-weight: 100;
    width: 400px;
    line-height: 1em;
    margin-bottom: 25px;
}
.jumbo-image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 550px;
    height: 100%;

}
.jumbo-image img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
}
.trygghet-image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-position: bottom right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.trygghet-image img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
}
.jumbo-body-text {
    width: 400px;
    color: #555;
    font-size: 16px;
}
.center-text-box {
    width: 600px;
    margin: 0px auto;
    display: block;
    font-size: 16px;
}
.list-headings {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}
.list-icon {
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 2px;
}
.contact-header {
    font-size: 20px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 5px;
}
.contact-box {
    color: #555;
    position: relative;
    z-index: 2;
}
.contact-box a {
    color: #555;
}
/*#endregion*/

/*#region ---------- BRAND CSS*/
.lastSeasonDiv {
width:805px;
float:right;
}
.seasonTable {
width: 98%;
margin: 5px auto 15px auto;
}
.seasonTable tr td:nth-child(2){
text-align:center;
}
.seasonTable tr td:nth-child(3){
right:0px;
}
.gotoSaleLinkRows {
margin-left:9px;
clear:both;
font-size:13px;


}
.gotoSaleLinkRows a{
color:red;
}
.tableBrand {
width: 778px;
margin-left: 177px;
text-align: center;
font-family:Arial;
padding-bottom:30px;
}
.tableBrand h2{
font-weight: normal;
text-transform: uppercase;
font-size: 20px;
}
#moreBrandText {
cursor:pointer;
font-style:italic;
margin-top:5px;
}
#moreBrandText:hover {
text-decoration:underline;
}
#brandHeader {
width: 970px;
height: 200px;
}
.brandHeadText {
float: right;
color: white;
width: 420px;
font-family: Arial;
font-size: 11px;
color: #000000;
}
.brandText{
width: 395px;
}
.dividerBrand {
width:275px;
margin:5px 0;
border-top: 1px solid #e1e1e1;          
}
.dividerBrandThis {
width: 320px;
margin: 5px 0;
border-bottom: 1px solid #e1e1e1;
}
.dividerBrandRed {
width: 320px;
margin: 5px 0;
border-bottom: 1px solid #eaa4a4;
}
/*#endregion*/

/****************************END LISTPAGE CSS*/

/****************************PRODUCT CSS*/

/*#region ---------- CHECKOUT CSS*/

.klarnaTextInfo {
font-size: 10px;
font-style:  italic;
}
#loginBoxCheckoutDIV1 {
width: 200px; 
margin-top: 15px; 
float: left;
}
#loginBoxCheckoutDIV2 {
margin: 2px 0 0 200px;
}
#newMemberBtn {
max-width:65px;
}
#payments input{
margin-right: 5px;
}
#payments label{
opacity: 0.6;
filter: alpha(opacity=60);
}
#payments input[type="radio"]:checked + label{
opacity: 1;
filter: alpha(opacity=100);
}
.checkoutDivider{
border-bottom: 1px solid #e1e1e1;
margin: 10px 10px;
width: 420px;
clear: both;
}
.checkoutDividerLeft{
width:440px;
border-bottom: 1px solid #e1e1e1;
margin: 6px 0;
clear: both;
}
.checkoutTable td{
font-family: Arial, serif;
font-size: 11px;
vertical-align: top;
}
.checkoutCartItems{
width: 440px;
}
.checkoutPriceCart{
background-color: #E1E0F0;
}
.checkoutPriceCart td:first-child{
text-align: left;
}
.checkoutPriceCart td:last-child{
text-align: right;
}
.checkoutPriceCart td:last-child span:first-child{
text-decoration: line-through;
font-weight: normal;
margin-right: 3px;
}
.greenButtonCheckout{
cursor: pointer;
border: none;
background: #3eba35;
background: -webkit-gradient(linear, left top, left bottom, from(#58a134), to(#58a134));
background: -webkit-linear-gradient(top, #3eba35, #3eba35);
background: -moz-linear-gradient(top, #3eba35, #3eba35);
background: -ms-linear-gradient(top, #3eba354, #3eba35);
background: -o-linear-gradient(top, #3eba35, #3eba35);
padding: 6.5px 13px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0 0 2px 2px #fff;
color: white;
font-size: 15px;
font-family: "Arial" , Helvetica, Sans-Serif;
text-decoration: none;
font-weight: bold;
vertical-align: middle;
margin-left: 25px;
}
.greenButtonCheckout:hover{
color: #555555;
}
.checkoutTerms{
width: 440px;
padding: 20px 0;
clear: both;
}        
.checkoutTerms div:first-child{
color: #777777;
max-width: 300px;
font-size: 11px;
font-family: arial;
display: inline-table;
}
.checkoutTerms div:last-child{
vertical-align: top;
display: inline-table;
float: right;
}
.paymentTable {
margin:0 10px;
}
.paymentTable td{
padding: 10px 0;
}        
.paymentTable a{
font-weight: bold; 
}       
.paymentTable a:hover{
text-decoration: underline; 
}
.paymentTable tr{
border-bottom: 1px solid #777777;
}
.paymentTable tr:last-child{
border-bottom: none;
}
.paymentTable td div{
width: 200px;
display: inline-table;
vertical-align: top;
}
.paymentTable td div:last-child{
float: right;
text-align: right;
}
.paymentTable td div span{
display:block;
}
.deliveryTable {
width:440px;
}
.deliveryTable td{
padding: 10px 0;
}        
.deliveryTable tr{
border-bottom: 1px solid #777777;
}        
.deliveryTable tr:last-child{
border-bottom: none;
}
.deliveryTable div{
margin-left:5px;
width: 260px;
display: inline-table;
vertical-align: top;
}
.deliveryTable div:nth-child(2){
margin-right:5px;
width:auto;
float:right;
}
.deliveryTable div:last-child{
width: 440px;
display: block;
margin-top:10px;
vertical-align: top;
}
.deliveryTable div span{
display:block;
vertical-align: top;
}
.deliveryTable div span:first-child{
font-weight:bold;
}
#memberInfoFields {
display: none
}
#memberInfoFields div span {
display:table-row;
}
#memberInfoFields div input {
margin-bottom:4px;
}
#memberInfoFields div:first-child {
display:inline-table; vertical-align:top; height:144px; width:150px;
}
#memberInfoFields div:last-child {
display:inline-table; vertical-align:top;
}
.newMemberText {
display:inline-table; vertical-align:top; height:17px; width:150px;
}
.newMemberBoxes {
display:inline-table; vertical-align:top; margin-bottom:4px;
}
.checkoutContentDiv {
width: 440px; margin-top:5px;
}
.checkoutContentDiv div:first-child{
display:inline-table; margin-left:10px;
}
.checkoutContentDiv div:last-child{
float:right; display:inline-table; margin:0 10px 0 0 ; cursor:pointer;
}
.checkoutFaq {
height:120px;
width:438px;
border:1px solid #999999;
margin:0 0 20px 0;
}
.checkoutFaq div{
margin:10px 0 0 10px;
}
.checkoutFaq div div{
margin:10px 0 0 0;
}
.checkoutFaq span{
display:block;
}
.checkoutDividerTop {
border-bottom: 1px solid #e1e1e1;
margin:0 auto;
width: 940px;
}
.checkoutHeadTop {
text-align:center;
margin:20px 0px 10px 0px;
}
.checkoutHeadTop div{
font-family:arial,serif;
font-size:18px;
font-weight:bold;
text-transform:uppercase;
display:inline-table;
}
.checkoutHeadTop div:last-child{
margin-left:30px;
color:#e1e1e1;
}
.redStar {
display:inline-table;
vertical-align:top;
color:red;
font-size:15px;
margin-left:2px;
}

/*#endregion*/

/*#region ---------- Mystore CSS*/

.listMystoreActive {
font-weight: bold;
background-color: #e1e1e1;
width: 160px;
height: 30px;
}
.listMystoreActive span {
line-height: 30px;
}
.listMystore {
width: 160px;
height: 30px;
}
.listMystore span {
line-height: 30px;
}
.listMystore:hover {
font-weight: bold;
background-color: #e1e1e1;
}
.spotsTablemyStore {
width: 750px;
}
#mystore {
width: 940px;
font-family: Arial;
}
.mystoreMenu2 {
z-index: 300;
float: left;
margin: 75px 0 20px 20px;
}
.mystoreMenu2 li {
font-size: 12px;
padding: 0 0 8px 0;
cursor:pointer;
}
.mystoreMenu2 li:hover {
font-weight:bold;
}
.mystoreMenu {
z-index: 300;
float: left;
margin: 35px 0 0 20px;
}
.mystoreMenu ul li {
padding: 20px 0 0 0;
font-size: 12px;
}
.mystoreMenu a:hover {
font-weight: bold;
background-color: #e1e1e1;
}
.mystoreMenu a:visited {
background-color: #e1e1e1;
}
.mystoreOH {
margin: 5px 0 0 0;
width: 750px;
font-size: 11px;
}
.mystoreOH tr:first-child {
border: none;
font-weight: bold;
background-color: #e1e1e1;
}
.mystoreOH tr:first-child td {
padding: 5px 0;
}
.mystoreOH tr {
border-bottom: 1px solid silver;
}
.mystoreOH td:first-child {
padding-left: 10px;
text-align: left;
}
.mystoreOH td {
text-align: center;
padding: 10px 0;
}
.mystoreRH {
margin: 5px 0 0 0;
width: 750px;
font-size: 11px;
}
.mystoreRH tr:first-child {
font-weight: bold;
background-color: #e1e1e1;
}
.mystoreHead span {
float: right;
}
.blackHeadBox {
clear: right;
vertical-align: top;
width: 750px;
margin: 10px 0 0 0;
z-index: 500;
}
.blackHeadBoxCheckout {
vertical-align: top;
width: 400px;
margin: 10px 0 0 0;
z-index: 500;
}
.blackHead {
color: white;
background-color: black;
height: 20px;
margin-top: 25px;
}
.blackHead span {
margin: 0 0 0 10px;
line-height: 20px;
text-transform: uppercase;
font-weight: normal;
}
.blackHead label {
margin: 0 0 0 10px;
line-height: 20px;
text-transform: uppercase;
font-weight: bold;
}
.mystoreContent {
width: 750px;
margin: 10px 15px 0 200px;
font-size: 13px;
}
.textbox {
width: 200px;
}
.logout {
font-family: Arial;
font-size: 11px;
margin-right: 25px;
}
#mask {
display: none;
background: white;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 180%;
opacity: 0.50;
filter: alpha(opacity=50);
z-index: 999;
}
#mask2 {
display: none;
background: white;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 180%;
opacity: 0.01;
filter: alpha(opacity=1);
z-index: 990;
}
#loadMask 
{
display: none;
background: white;
position: absolute;
left: 0;
top: 185px;
width: 100%;
height: 180%;
opacity: 0.70;
filter: alpha(opacity=70);
z-index: 999;
}
.login-popup {
font-family: arial;
display: none;
background: white;
border: 1px solid;
border-radius: 5px;
float: left;
position: fixed;
top: 20%;
left: 25%;
right: 25%;
margin: 0 auto;
z-index: 99999;
width: 600px;
}
.mystore-popup {
font-family: arial;
display: none;
background: white;
border: 1px solid;
float: left;
position: fixed;
top: 30%;
right: 20%;
left: 20%;
z-index: 99999;
width: 600px;
margin-left: 200px;
}
.validation-popup {
font-family: arial;
color: Black;
background: white;
border: 2px solid;
margin: 20px 20px 20px 20px;
border: solid 5px grey;
float: left;
text-align: left;
padding: 5px 5px 5px 5px;
position: fixed;
top: 30%;
right: 20%;
left: 20%;
z-index: 99999;
width: 250px;
margin-left: 20px;
}
.loginHeader {
font-weight: bold;
text-transform: uppercase;
background-color: black;
color: white;
width: 600px;
height: 30px;
}
.loginText {
cursor: default;
margin: 0 0 0 15px;
line-height: 30px;
font-size: 14px;
}
.loginClose {
font-size: 12px;
text-align: right;
float: right;
cursor: pointer;
margin-right: 15px;
margin-top: 6px;
}
.loginInput {
margin: 10px 0 0 10px;
font-size: 11px;
}
.loginInputCheckOut {
margin: 10px 0 0 10px;
font-size: 11px;
width: 175px;
}
.mystoreOptionsTable {
height: 190px;
margin: 0 15px;
display: inline-block;
}
.mystoreOptionsTable tr td {
padding-right: 15px;
vertical-align: top;
}
.mystoreOptionsTable tr td:last-child {
padding-right: 0px;
}
.mystoreOptionsTable div {
display: block;
}
.mystoreButton {
padding-top: 15px;
font-weight: normal;
text-align: right;
}
.mystoreButton div {
padding-bottom: 5px;
}
.mystoreOptionsTable div:nth-child(odd) {
margin-top: 10px;
font-weight: bold;
}
.mystoreOptions3 {
height: 190px;
margin: 0 10px 0 10px;
}
.mystoreOptions3 span {
font-weight: normal;
}
.mystorePasswordTable {
margin-left:15px;
width:715px;
display: inline-block;
}
.mystorePasswordTable span {
display: block;
margin-bottom: 5px;
}
.mystorePasswordTable span:nth-child(odd) {
margin-top: 10px;
font-weight: bold;
}
.mystorePasswordTable tr td {
padding: 0 50px 10px 0;
}
.mystorePasswordTable tr td:last-child {
padding: 0 0 10px 0;
}
.mystorePasswordTable tr:last-child td:last-child {
text-align: right;
}
.ohProductList {
clear: right;
margin: 5px 0 0 0;
}
.mystoreOrderHead {
cursor: pointer;
width: 750px;
background-color: #e1e1e1;
margin: 0 0 10px 0;
}
.mystoreOrderHead img{
width:10px;
height:9px;
margin:0 5px;
}
.mystoreOrderHead td {
padding: 5px 0;
}
.mystoreOrderHead tr td:first-child {
width: 170px;
}
.mystoreOrderHead tr td:nth-child(2) {
width: 220px;
}
.ohSum {
font-weight: bold;
padding-bottom: 10px;
margin-right: 25px;
float: right;
text-align: right;
}
.ohImg {
margin: 0 5px;
float: left;
}
.ohWrap {
padding-bottom: 15px;
}
.ohWrapMS {
padding: 15px 0;
}
.ohInfo {
height: 100px;
}
.msWrap {
max-width: 580px;
max-height: 160px;
overflow-x: hidden;
overflow-y: scroll;
outline: none;
}
.ohInfo table:first-child tr:first-child {
background-color: #e1e1e1;
}
.ohInfo table span {
margin-left: 5px;
}
.ohInfo table {
width: 640px;
margin-bottom: 10px;
}
.ohInfo table:first-child span {
font-weight: bold;
}
.ohInfo table:first-child tr td {
width: 320px;
}
.ohInfo table:first-child tr td:last-child {
text-align: right;
}
.ohInfo table:last-child tr:first-child td {
font-weight: bold;
}
/*.ohInfo table:last-child td:first-child {
text-align:left;
}
.ohInfo table:last-child td {
text-align:right;
}*/
ohInfoPOP {
height: 50px;
}
.ohInfoPOP table:first-child tr:first-child {
background-color: #e1e1e1;
}
.ohInfoPOP table span {
margin-left: 5px;
}
.ohInfoPOP table {
width: 480px;
margin-bottom: 10px;
}
.ohInfoPOP table:first-child span {
font-weight: bold;
}
.ohInfoPOP table:first-child tr td {
width: 320px;
}
.ohInfoPOP table:first-child tr td:last-child {
text-align: right;
}
.ohInfoPOP table:last-child tr:first-child td {
font-weight: bold;
}
.ohBox {
display: inline-block;
}
.ohBox img {
margin: 0 5px 0 5px;
width: 80px;
}
.ohBoxPOP {
display: inline-block;
}
.ohBoxPOP img {
margin: 0 5px 0 5px;
height: 50px;
}
.dividerMystore {
border-bottom: 1px solid #e1e1e1;
margin: 5px 0 10px 15px;
width: 720px;
}
.tbMeasures {
width: 25px;
}
.msMeasuresDiv {
vertical-align:top;
display: inline-table;
margin-right: 30px;
}
.msMeasuresDiv:last-child {
display: inline-block;
margin-right: 0px;
}
.measureTable1 td {
padding-bottom:8px;
}
.measureTable1 td:first-child {
padding: 0 15px 0 5px;
}
.measureTable1 tr:last-child td {
padding: 20px 0 0 5px;
}
.measureTable2 {
clear:right;
}
.measureTable2 td {
padding: 10px 20px 0 0;
vertical-align:top;
}
.measureTable2 div {
max-width: 120px;
}
.measureTable2 td div:first-child {
font-weight:bold;
text-align:center;
margin-bottom:5px;
}

/*#endregion*/

/*#region ---------- New in store CSS*/

.thumbnail {
position: relative;
text-decoration: none;
z-index: 0;
}
.thumbnail:hover {
/* här sätter man vart hovern ska ligga. framför eller bakom texten */
background-color: transparent;
position: relative !important;
position: absolute;
z-index: 1;
}
.thumbnail span img {
/*CSS for enlarged image*/
border-width: 0;
padding: 2px;
position: relative;
z-index: 2;
}
.thumbnail:hover div {
/*CSS for enlarged image on hover*/
position: absolute;
display: block;
top: 3px;
left: 88px; /*position where enlarged image should offset horizontally */
z-index: 100;
}
.newListDiv {
padding:0 0 5px 0;
background-color:white;
display: none;
}
.newListDiv span{
text-align:center;
display: block;
}
.newContent {
display: none;
}
.newContentWrap {
margin: 15px 0 0 10px;
overflow-y: hidden;
width: 650px;
height: 250px;
}
.newHead {
font-family: arial;
font-size: 15px;
font-weight: bold;
padding: 0 0 10px 0;
}
.newInStoreProduct {
font-family: arial;
font-size: 11px;
display: inline-block;
text-align: center;
margin: 0 5px 20px 0;
}
.newInStoreProduct div:first-child {
padding-bottom: 5px;
}
.newInStoreProduct span:first-child {
font-weight: bold;
}
.newinstoreDiv {
    vertical-align:top;
font-family: arial;
font-size: 11px;
max-width: 640px;
display: inline-table;
}
.newDateHead {
padding-top:5px;
margin: 5px 0;
margin-top: 4px;
font-weight: bold;
font-size: 16px;
display: block;
}
.newBrandHead {
margin: 5px 0;
margin-top: 10px;
font-weight: bold;
font-size: 9px;
font-family: Arial;
display: block;
text-transform: uppercase;
border-top: 1px solid #e1e1e1;
padding: 5px 0 0 0;
}
.newinstoreDiv a {
display: block;
}
.simplePagerNav {
float: right;
}
.simplePagerNav li {
padding: 10px 5px 5px 0;
display: inline-block;
}
li.currentPage {
font-weight: bold;
}
.pagination2 li {
display: inline;
}
.linkCat_new {
width:250px;
font-weight:bold;
font-size:12px;
margin-left:5px;
}
.simplePagerNav {
margin-right:15px;
}
.simplePagerNav li {
font-size:12px;
}
.shareByMailModalPopUp{
    display:block;
    align-content : center;
}
.shareByMailForm {
    padding-left:10px;
    padding-bottom:5px;
    padding-top: 10px;
    font-family:Calibri;
    font-size:16px;
}
.shareByMailFormItem {
    font-family:Calibri;
    font-size:16px;
}
.shareByMailModalPopUpResponse{
    display:none;
    width:300px;
    height: 300px;
}
.shareByMailModalPopUpResponseText{
    font-family:Calibri;
    font-size:20px;
    margin-top:100px;
    vertical-align: middle;
/*#endregion*/

    .smallSpots {
        font-family: arial;
        text-align: center;
        margin-bottom: 10px;
        width: 970px;
        background-color: white;
    }

    .borderSpot div:nth-child(odd) {
        margin-top: 8px;
        width: 295px;
        display: inline-block;
    }

    .smallSpots h2 {
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 18px;
        margin: 0 2em 12px 2em;
        line-height: .8;
    }


    .smallSpots p {
        padding: .5em 0 0;
        color: #555;
        line-height: 1;
        font-size: 12px;
    }

    .smallSpots div span {
        border-bottom: 1px solid #999;
        padding: .3em 1em;
    }

    .smallSpots div:first-child {
        margin-left: 10px;
    }

    .smallSpots div:last-child {
        margin-right: 10px;
    }

    .smallDivider {
        display: inline-block;
        height: 40px;
        border-left: 1px solid #e1e1e1;
    }

    .borderSpot {
        height: 60px;
        width: 950px;
        border: 1px solid #cecece;
        border-width: 2px 0;
    }

    #image-hotspot {
        position: relative;
    }

        #image-hotspot a#Man {
            display: block;
            text-indent: -10000px;
            height: 27px;
            width: 85px;
            position: absolute;
            left: 110px;
            top: 214px;
        }

        #image-hotspot a#Woman {
            display: block;
            text-indent: -10000px;
            height: 27px;
            width: 85px;
            position: absolute;
            left: 110px;
            top: 258px;
        }


    /*HÄR BÖRJAR DEN UTAN OPACITET*/

    .spotsText_2 {
        position: absolute;
        background-color: white;
        height: 75px;
        width: 310px;
        margin: 200px 0 0 0;
    }

        .spotsText_2 p {
            font-family: Arial;
            font-size: 12px;
            text-align: center;
            padding: 4px;
        }

        .spotsText_2 img {
            margin-left: 4px;
            width: 9px;
            height: 9px;
        }

        .spotsText_2 p:nth-child(1) {
            font-family: Arial;
            font-size: 12px;
        }

        .spotsText_2 p:nth-child(2) {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .spotsText_2 p:nth-child(3) {
            font-size: 11px;
        }

    #circelDiv div {
        position: absolute;
        height: 150px;
        width: 150px;
        margin-top: -70px;
        margin-left: 130px;
    }
    .spotColor {
        color: #000000;
    }

/****************************END PRODUCT CSS*/