/*
*   Print style  for Katrin page
*/

.katrin-page a[href]:after {
  content: none !important;
}

/* General styles por print */

.katrin-page html {
  background: none !important;
}

.katrin-page .container {
  width: 100% !important;
}

.katrin-page .mainWrapper {
  background: none;
}

.katrin-page .navigationLeft {
  display: none;
}

.katrin-page nav {
  display: none;
}

.katrin-page #footer {
  display: none;
}

/* How to buy */

.katrin-page .areaPanel {
  height: auto;
  padding-left: 0;
  margin-left: 0;
}

.katrin-page .areaPanel .label {
  margin-bottom: 5px;
  border: none;
  display: inline-block;
  padding-left: 0;
}

.katrin-page .areaPanel .suggestion {
  width: 50%;
}

.katrin-page .areaPanel .suggestion .ui-autocomplete-input {
  border-radius: 0 !important;
  border: 2px solid red !important;
  margin-left: 0;
}

.katrin-page .inputbtn {
  display: none;
}

.katrin-page .productPage .mainContent h1 {
  color: #9da4a8 !important;
  text-shadow: 0 0 0 #9da4a8;
  -webkit-print-color-adjust: exact;
}

.katrin-page .productPage .myCollectionClass span.title {
  color: #cc0033 !important;
  margin: 10px 0 20px;
}

.katrin-page .productPage .mainTble table th a {
  color: #cc0033 !important;
  font-weight: bold;
}

.katrin-page .productPage .mainTble table th {
  color: #cc0033 !important;
}

.katrin-page .productPage .myCollectionClass .pager a {
  color: #cc0033 !important;
}

.katrin-page .productPage .myCollectionClass .pager a.aspNetDisabled {
  color: #333 !important;
  text-decoration: none;
}

.katrin-page .productPage .rightMediaContent {
  display: none;
}

.katrin-page .productPage .contentFooter {
  display: none;
}