/*.printTexts table {color:#000;margin: 0 0 30px 0;width: 100%; padding: 0 0 30px 0;page-break-inside: avoid;}*/

/*#region cookiePanel */

#cookiePanel { border-top:1px solid #1f1f1f; background: #000; color:#fff; position: fixed; bottom: 0; left: 0; right: 0; z-index:16000002; padding: 15px; font-size: 14px; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; opacity: 0.85; filter: alpha(opacity=80); -moz-opacity: 0.85; -khtml-opacity: 0.85;}
.cookiePanelIn {width:1200px; margin:0 auto}
#cookiePanel > div > div { float: left; margin: 3px 10px 3px 0; width:90%}
#cookiePanel a { text-decoration:underline; color:#c90000; }
#cookiePanel a:hover { text-decoration:none; color:#c90000; }
#cookiePanel input { background:#33b5ba; position: relative; display: block; float: right; cursor: pointer; border: none; color: #fff; text-transform: uppercase; font-weight:600; padding: 2px 10px;  }
#cookiePanel input:hover { background:#42CED3; color: #fff; }
.boxCookies { min-height: 500px; }

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    .cookiePanelIn {width:1000px}
}

@media screen and (max-width: 999px) {
   .cookiePanelIn {width:100%}
   #cookiePanel > div > div {width:80%}
}

/*#endregion */

.cartListEmpty {text-align: left; padding: 40px 0; color: #555; font-size: 1.1em; background: url(images/cartEmpty.png) no-repeat 800px center}

@media (max-width: 1200px) {
    .cartListEmpty {background: url(images/cartEmpty.png) no-repeat right center}
}

@media (max-width: 940px) {
    .cartListEmpty {text-align: center; background: none}
}

@media (max-width: 840px) {
    .cartListEmpty {font-size: 1.0em; }
}

.cartEmptyText {font-size: 1.2em; margin: 0 0 15px 0}
.cartEmptyText strong {font-size: 2.0em;}

.cartEmptyButton {margin: 0 0 40px 0}
.cartEmptyButton a { text-decoration: none;display: inline-block;padding: 10px 40px;background: #fdce01;color: #000;}
.cartEmptyButton a:hover {background: #ffd41b;color: #000;}

.cartEmptyButton2 {margin: 0 0 15px 0}
.cartEmptyButton2 a { text-decoration: none;display: inline-block;padding: 10px 40px;background: #2f8da9;color: #fff;}
.cartEmptyButton2 a:hover {background: #2f8da9;color: #fff;}

.cartEmptyText2 {font-size: 1.2em; margin: 0 0 15px 0}
