/* 
    Document   : style
    Created on : 24.09.2013, 18:35:56
    Author     : Sebastian Renners
    Description:
        Purpose of the stylesheet follows.

    Colors: rosa      #F5A3CE; 
    türkis #47C5D1

    neu blau: #196faa
    neu schwarz:  #2a292e
*/



.cartLine, .listLine {
   border-color: #F9FAFA !important;
}
.listH {
    margin-left: 13px;    
}
.cart .itemArticle {
    padding: 0px;
    min-height: 120px;
    padding-top: 8px;
}

.cart .itemArticle .itemImage {
    background-color: red;
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    vertical-align: middle;
}
.cart .itemArticle .itemImage img {
    display:block;
    max-height: 110px;
    max-width: 110px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
.cart .itemArticle .itemDetails {
    /*background-color: green;*/
}


.start .itemArticle {
    /*background-color: red;*/
    float: left;
    max-width: 158px;
    padding: 2px 2px;
    margin: 10px 18px;
}
.start .itemArticle .itemImage {
    /*background-color: blue;*/
    width: 158px;
    height: 125px;
    float: left;
    vertical-align: middle;

}
.start .itemArticle .itemDetails {
    float: left;
}


.itemArticle li, .cartSummary li, .cart {
    list-style-type: none;
}


.shippingAddress {
    max-width: 300px;
    background-color: #F4F4F7;
    float: left;
    padding:  10px;
    margin: 5px;
    
    
}



/**************************************************/



.topitems {
/*    overflow-x: scroll;*/
    padding-bottom: 0px;
    box-sizing: border-box;
/*    -webkit-overflow-scrolling: touch;*/
/*    -ms-overflow-style: -ms-autohiding-scrollbar;*/
}

.item-list {
    margin: 0;
    padding: 0;
/*    white-space: nowrap;*/
}

.topitems ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.item-list > li {
    display: inline-block;
    margin-right: 10px;
    width: 175px;
    text-align: -webkit-match-parent;
    font-size: 14px;
    margin-left: 13px;
}

.item-list > li img {
    /*border-radius: 5px 5px 0 0;*/
    width: 100%;
    transition: opacity .2s;
    opacity: 1;
    vertical-align: middle;
    border: 0;
    max-height: 131px;
}

.item-list > li p {
    margin: 0;
    padding: 0 5px 2px 5px;
    color: #fff;
    background-color: #196FAA;
    /*border-radius: 0 0 5px 5px;*/
    font-size: 12px;
    font-weight: bold;
    /*text-align: center;*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/**************************************************/






 

@media screen and (max-width:1041px) {

.listH {
    margin-left: 0px;    
}
.topitems {
    overflow-x: scroll;
    padding-bottom: 0px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.item-list {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.topitems ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.item-list > li {
    display: inline-block;
    margin-right: 5px;
    width: 98px;
    text-align: -webkit-match-parent;
    font-size: 14px;
    margin-left: 0px;
}


.item-list > li img {
  /*border-radius: 5px 5px 0 0;*/
  width: 100%;
  transition: opacity .2s;
  opacity: 1;
  vertical-align: middle;
  border: 0;
  max-height: 73px;
}

.item-list > li p {
  margin: 0;
  padding: 0 5px 2px 5px;
  /*color: #fff;*/ /* in desktop */
  background-color: #196FAA;
  /*border-radius: 0 0 5px 5px;*/
  font-size: 13px;
  /*font-weight: bold;*/ /* in desktop */
  /*text-align: center;*/ 
/*  text-overflow: ellipsis;  in desktop */
  /*overflow: hidden;  in desktop */
}

    
  
    
    
}

