.atkp-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #f9eacf;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f9eacf;
    box-shadow: inset 0px 1px 0px 0px #f9eacf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F6DD9F), color-stop(1, #F0C24D));
    background: -moz-linear-gradient(center top, #F6DD9F 5%, #F0C24D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’ #F6DD9F‘, endColorstr=’ #F0C24D‘);
    background-color: #f5d78a;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #cbaa5c;
    display: inline-block;
    cursor: pointer;
    color: #333333 !important;
    font-family: Arial;
    font-size: 15px;
    font-weight: none;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffee66;
    margin-top: 5px;
    text-align: center;
    text-decoration: none !important;

}

.atkp-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F5D589), color-stop(1, #EEBA35));
    background: -moz-linear-gradient(center top, #F5D589 5%, #EEBA35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’ #F5D589′, endColorstr=’ #EEBA35′);
    background-color: #eeba35;
    text-decoration: none !important;
}

.atkp-button:active {
    position: relative;
    top: 1px;
}

.atkp-secondbutton {
    -moz-box-shadow: inset 0px 1px 0px 0px #f9eacf;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f9eacf;
    box-shadow: inset 0px 1px 0px 0px #f9eacf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FAEAC2), color-stop(1, #FAEAC2));
    background: -moz-linear-gradient(center top, #F8E4B2 5%, #FAEAC2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’ #FAEAC2‘, endColorstr=’ #FAEAC2‘);
    background-color: #FAEBC6;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #D8BF84;
    display: inline-block;
    cursor: pointer;
    color: #333333 !important;
    font-family: Arial;
    font-size: 15px;
    font-weight: none;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffee66;
    margin-top: 5px;
    text-align: center;
    text-decoration: none !important;

}

.atkp-secondbutton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F9E6BB), color-stop(1, #F9E6BB));
    background: -moz-linear-gradient(center top, #F9E6BB 5%, #F9E6BB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’ #F9E6BB′, endColorstr=’ #F9E6BB′);
    background-color: #eeba35;
    text-decoration: none !important;
}

.atkp-secondbutton:active {
    position: relative;
    top: 1px;
}


.atkp-box {
    background-image: linear-gradient(to top, #fafafa 0, #fdfdfd 20%, #fff 60%);
    border: 1px solid #ececec;
}
/*ATKP More Offers*/
.atkp-moreoffersinfo {
  padding-top: 15px;
}

.atkp-moreoffersinfo table, .atkp-moreoffersinfo td, .atkp-moreoffersinfo th {
  border: 0;
}

.atkp-moreoffersinfo-table tr, .atkp-moreoffersinfo-table tr:nth-child(odd){
  background-color: unset;
}

.atkp-custom-offers {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.atkp-moreoffersinfo .col--no-padding {
  padding: 0;	
}

.atkp-moreoffersinfo .col--title-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.atkp-custom-offers-link {
  padding: 6px 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}

.atkp-custom-offers li {
  border-bottom: 1px solid #d8dadb;
  position: relative;
  height: 38px;
  margin-bottom: 0 !important;
}
.atkp-custom-offers li:last-child {
  border-bottom: 0;
}

.atkp-custom-offers li:hover, .atkp-custom-offers li:hover .atkp-custom-offers-price {
  background: #f5f5f5;
  text-decoration: underline;
}

.atkp-custom-offers li:hover .atkp-custom-offers-price {
  text-decoration: underline;
}

.atkp-custom-offers-img img {
  display: inline !important;
  max-height: 23px !important;
}
.atkp-custom-offers-price {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: 10px;
  line-height: 26px;
}
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.card {
  width: calc(100% - 20px);
  height: 350px;
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .card {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1200px) {
  .card {
    width: calc(33.3333% - 20px);
  }
}

.card-inner-wrapper {
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.card-cta {
  margin-bottom: 15px;
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.card .card-title {
  max-height: 100px;
  overflow: hidden
}
.card .image-link {
  display: flex;
  justify-content: center;
}
.card .card-image {
  max-width: 140px;
  margin-top: 10px;
}

.table-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
/*
.header {
  border-bottom: 2px solid #e6e6e6;
  background: #f5f5f5;
}

.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 8px 0 #777;
  box-shadow: 0 0 8px 0 #777;
  -webkit-transform: translateY(-100%) translateY(-10px);
  transform: translateY(-100%) translateY(-10px);
  -webkit-transition: -webkit-transform .3s linear 0s;
  transition: -webkit-transform .3s linear 0s;
  transition: transform .3s linear 0s;
  transition: transform .3s linear 0s,-webkit-transform .3s linear 0s;
}

.header--fixed.visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sticky-table-head {
  height: 80px;
  margin-left: -4px;
  margin-right: -4px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s linear 0s;
  transition: -webkit-transform .3s linear 0s;
  transition: transform .3s linear 0s;
  transition: transform .3s linear 0s,-webkit-transform .3s linear 0s;
}

.sticky-table-head, .sticky-table-head-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticky-table-head-entry {
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px;
  width: calc(50% - 8px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background: #fff;
}
*/
.comparison-table {
  table-layout: fixed;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s linear 0s;
  transition: -webkit-transform .3s linear 0s;
  transition: transform .3s linear 0s;
  transition: transform .3s linear 0s,-webkit-transform .3s linear 0s;
}

.comparison-table, .comparison-table tbody, .comparison-table tfoot, .comparison-table thead {
  display: block;
}

.comparison-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.comparison-table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comparison-table td, .comparison-table th {
  margin-left: 4px;
  margin-right: 4px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.comparison-table td, .comparison-table th {
  min-width: calc(50vw - 18px);
}

.attribute {
    vertical-align: top;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
}

.co {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.main-image {
  margin-top: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 110px;
}

.table .item-head.has-full-height .image {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.table .item-head.has-full-height .image {
    margin: 16px auto;
}

.image {
    height: 100px;
    width: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

img {
    display: block;
    max-width: 100%;
}

.titles {
    margin-top: 0;
    margin-bottom: auto;
}

.title {
    vertical-align: middle;
    font-size: 16px;
    margin: 16px 0;
    color: #0298d5;
}

.rating, .title {
    text-align: center;
    line-height: 1.2em;
}
.ondima-offer-box {
	padding-top: 20px;
}

.ondima-offer {
	position: absolute;
	top: -1px;
	right: -1px;
	padding: 0 15px;
	background-color: #27ae60;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

.ondima-icon-button {
	padding-right: 5px;
}

/*FIX top margin for offer label*/
.atkp-box .atkp-thumb, .atkp-box .atkp-content {
	margin-top: 20px;
}

.atkp-producttable-highlight1 {        border-right: 1px solid #67bc45 !important;        border-left: 1px solid #67bc45 !important;        background-color:#EFF8EC; }.atkp-producttable-bottom-highlight1 {        border-bottom: 1px solid #67bc45 !important;}.atkp-predicate-highlight1 {        height:35px;background-color:#67bc45;}.atkp-producttable-highlight2 {        border-right: 1px solid #ffbd11 !important;        border-left: 1px solid #ffbd11 !important;        background-color:#FFF8E7; }.atkp-producttable-bottom-highlight2 {        border-bottom: 1px solid #ffbd11 !important;}.atkp-predicate-highlight2 {        height:35px;background-color:#ffbd11;}.atkp-producttable-highlight3 {        border-right: 1px solid #1081c5 !important;        border-left: 1px solid #1081c5 !important;        background-color:#E7F2F9; }.atkp-producttable-bottom-highlight3 {        border-bottom: 1px solid #1081c5 !important;}.atkp-predicate-highlight3 {        height:35px;background-color:#1081c5;}
