body { margin: 0px auto; padding: 0px; font-family: 'Helvetica', arial; color: #000; min-width: 320px; background-color: #f5f5f5; overflow-x: hidden; }
h1, h2, h3, h4 { margin: 0px; padding: 0px; width: auto; }
h1 { font-size: 20px; } h2 { font-size: 18px; } h3 { font-size: 16px; } h4 { font-size: 14px; }
a { color: rgb(9, 105, 247); text-decoration: none; }
section#header, section#content, section#footer { display: flex; width: 100%; min-width: 320px; max-width: 100%; }
section#header { background-color: #fff; height: 100px; }

div#TopLogo { display: flex; justify-content: center; flex-direction: column; margin: 20px; }
div#TopLogo > a { display: flex; justify-content: center; flex-direction: column; width: 150px; height: 80px; }
div#TopLogo > a img { display: block; max-height: 60px; height: auto; }

div#MerchantFilters, div#MerchantFIltersLine, div#MerchantFIltersLine > ul, div#MerchantFIltersLine > ul > li { display: flex; justify-content: center; flex-direction: column; height: 100%; }
div#MerchantFIltersLine > ul { flex-direction: row;  }
div#MerchantFIltersLine > ul > li  { margin: 0px 10px; justify-content: center; }
div#MerchantFIltersLine > ul > li > a { color: #000; font-weight: bold; padding: 5px 5px; }
div#MerchantFIltersLine > ul > li.MerchantByLogo > a { background-size: contain; background-position: center; background-repeat: no-repeat; width: 120px; height: 30px; }
div#MerchantFIltersLine > ul > li.MerchantByLogo > a > span { display: none; }
div#MerchantFIltersLine > ul > li.MerchantByName > a { display: flex; flex-direction: column; justify-content: center; background-color: rgba(0,0,0,0.1); height: 30px; border-radius: 10px; padding-left: 10px; padding-right: 10px; }
@media (max-width: 800px){
  section#header { display: flex; flex-direction: column; height: auto; }
  div#TopLogo { justify-content: center; }
  div#TopLogo > a { height: 40px; margin: auto; }
  div#MerchantFilters { max-width: 100vw; overflow: auto; }
  div#MerchantFIltersLine { padding-bottom: 10px; }
  div#MerchantFIltersLine, div#MerchantFIltersLine > ul { width: 100%; justify-content: center; flex-wrap: wrap; }
  div#MerchantFIltersLine, div#MerchantFIltersLine > ul > li { margin-bottom: 10px; }
}

section#content { display: flex; justify-content: center; width: 100%; background-color: #f5f5f5; padding-bottom: 150px; }
section#footer { background-color: black; bottom: 0px; height: 60px; }
ul.ListAsLink, ul.ListAsLink > li { margin: 0px; padding: 0px; display: flex; }
div#BottomLinks { width: 800px; margin: auto; }
div#BottomLinks ul {  }
div#BottomLinks ul > li { width: 100%; justify-content: center; }
div#BottomLinks ul > li > a { color: #fff; text-align: center; justify-content: center; }
div#BottomLinks ul > li > a:hover { text-decoration: underline; }
@media (max-width: 600px){ div#BottomLinks ul > li > a { font-size: 12px; } }

div#PageTitle { display: flex; width: 96%; margin: 60px 3% 30px 3%; }
div#PageTitle h1 {  display: flex; width: 100vw; max-width: 1200px;  font-weight: normal; font-size: 25px; line-height: 150%; color: grey; }
@media (max-width: 600px){
  div#PageTitle { width: 90vw; margin: 40px 5vw 30px 5vw; }
  div#PageTitle h1 { font-size: 20px; width: 100%; }
}

div#Items { display: flex; width: 100%; justify-content: center; margin-top: 10px; }
div#Items > div#ItemsGrid { display: flex; width: 100%; max-width: 1200px; flex-wrap: wrap; margin-top: 10px; }
div.Item { display: flex; width: 300px; max-width: 50%; height: 450px; }
div.Item > a { display: flex;  flex-direction: column; background-color: #fff; border-radius: 20px; margin: 0px 5px 30px 5px; width: calc(100% - 10px); }
div.Item > a > .ItemImage { display: block; border-top-left-radius: 20px; border-top-right-radius: 20px; width: 290px; height: 290px; min-height: 290px; background-size:contain; background-repeat: no-repeat; background-position: center; background-color: #eee; }
div.Item > a > .ItemImage > .ItemImageName { display: none; }
div.Item > a > .ItemValue { display: flex; flex-direction: column; justify-content: center; height: 100%; }
div.Item > a > .ItemValue > span { display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; font-size: 14px; }
div.Item > a > .ItemValue > span > span { display: flex; flex-direction: row; justify-content: center; }
div.Item > a > .ItemValue .ItemValueBrand { color: grey; font-size: 10px; height: 30px; }
div.Item > a > .ItemValue .ItemValueTitle { color: black; text-align: center; height: 45px; }
div.Item > a > .ItemValue .ItemValueTitle > span { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;  max-height: 3em; line-height: 1.5em; }
div.Item > a > .ItemValue .ItemValuePrice { color: grey; height: 20px; }
div.Item > a > .ItemValue .ItemComparePrice { height: 20px; font-size: 12px; }

div#Pagination { display: flex; width: 100%; justify-content: center; max-width: 80vw; overflow: auto; }
@media (max-width: 1200px){
  div#Pagination { margin: 0px auto; }
}
div#Pagination > div#PaginationSelect { display: flex; }
div#Pagination > div#PaginationSelect > ul.ListAsLink { width: auto; background-color: #fff; border-radius: 20px; border: 1px solid #dfdfdf; }
div#Pagination > div#PaginationSelect > ul.ListAsLink > li > a, div#Pagination > div#PaginationSelect > ul.ListAsLink > li > span { color: black; padding: 15px 20px; border-right: 1px solid #dfdfdf; }
 div#Pagination > div#PaginationSelect > ul.ListAsLink > li > span { background-color: #f5f5f5; }
div#Pagination > div#PaginationSelect > ul.ListAsLink > li > a:hover { background-color: rgb(201, 228, 255); color: rgb(34, 58, 83); }
div#Pagination > div#PaginationSelect > ul.ListAsLink > li > a.actual { background-color: #444; color: #eee; cursor: default; font-weight: bold; font-size: 17px; }
div#Pagination > div#PaginationSelect > ul.ListAsLink > li:first-child > a { border-top-left-radius: 20px; border-bottom-left-radius: 20px; }
div#Pagination > div#PaginationSelect > ul.ListAsLink > li:last-child > a { border: 0px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; }
@media (max-width: 600px){
  div#Pagination { justify-content: center; padding-bottom: 20px; }
  div#Pagination > div#PaginationSelect, div#Pagination > div#PaginationSelect > ul.ListAsLink > li > a.actual { font-size: 12px;  }
  div#Pagination > div#PaginationSelect > ul.ListAsLink > li > a, div#Pagination > div#PaginationSelect > ul.ListAsLink > li > span { padding: 10px 10px; border: 0px; }

  div#Pagination > div#PaginationSelect > ul.ListAsLink { flex-wrap: wrap; background: none; border: none; }
  div#Pagination > div#PaginationSelect > ul.ListAsLink > li > a, div#Pagination > div#PaginationSelect > ul.ListAsLink > li:last-child > a { background-color: #fff; margin: 0px 5px; border: 1px solid #000; border-radius: 50%; min-width: 15px; text-align: center; margin-bottom: 10px; }
}


@media (max-width: 1200px){ div#Items > div#ItemsGrid { max-width: 900px; } }
@media (max-width: 900px){ div#Items > div#ItemsGrid { max-width: 600px; } }
@media (max-width: 600px){
  div#Items > div#ItemsGrid { max-width: 92vw; }
  div.Item { width: 46vw; max-width: none; height: calc(46vw + 150px); }
  div.Item > a { width: calc(90vw / 2); }
  div.Item > a > .ItemImage { width: calc(90vw / 2); height: calc(90vw / 2); min-height: calc(90vw / 2); }
 }


div#Offer { display: flex; flex-direction: row; padding-bottom: 50px; }
div#Offer > div#OfferGallery { margin: 0px 20px; }
div#Offer > div#OfferGallery,  div#Offer > div#OfferGallery > div.OfferImageBig { width: 500px; height: 500px; }
div#Offer > div#OfferGallery > div.OfferImageBig { display: flex; background-repeat: no-repeat; background-size: contain; background-position: center; border-radius: 10px; }
div#Offer > div#OfferGallery > div.OfferImageBig > span { display: none; }
div#Offer > div#OfferInfo { display: flex; flex-direction: column; width: 500px; margin: 0px 20px; }
div#Offer > div#OfferInfo > div#OfferInfoGeneral p { font-size: 12px; color: #333; line-height: 150%; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants, div#Offer > div#OfferInfo > div#OfferInfoMerchants > div.OfferTable { display: flex; width: 100%; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow { width: 100%; border: 1px solid #d7d7d7; border-radius: 10px; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tr td { border-top: 1px solid #d7d7d7; font-size: 16px; padding: 12px 8px; background-color: #fff; width: 50%; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow thead tr th { font-size: 12px; padding: 5px 0px; color: #555; background-color: #eee; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tr th:first-child { border-top-left-radius: 10px; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tr th:last-child { border-top-right-radius: 10px; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tr:last-child td:first-child { border-bottom-left-radius: 10px; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tr:last-child td:last-child { border-bottom-right-radius: 10px; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Price { width: 100%; text-align: center; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Price .PriceInner { display: flex; flex-direction: column; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Price small { font-size: 11px; color: #666; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Price .free_delivery { color: #1e061e; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Price .PriceTags { display: flex; justify-content: center; margin: 5px 0px; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Price .PriceTags > span { color: #fff; padding: 2px 4px; font-size: 10px; border-radius: 4px; margin: 2px 3px; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Price .PriceShipping { margin: 5px 0px; font-size: 11px; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Link { min-width: 240px; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Link .LinkInner { display: flex; flex-direction: column; height: 75px; justify-content: space-between; text-align: center; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Link .LinkMerchant { display: flex; text-align: center; justify-content: center; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Link .LinkMerchant .MerchantBrandImage { display: block; width: 120px; height: 30px; background-repeat: no-repeat; background-size: contain; background-position: center; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Link .LinkMerchant .MerchantBrandImage > span { display: none; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Link .LinkOffer a { display:block; padding: 4px 10px; background-color: #000; border-radius: 20px; text-align: center; }
div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Link .LinkOffer a > span { color: #fff; font-size: 13px; }

@media (max-width: 1200px){
  div#Offer > div#OfferGallery,  div#Offer > div#OfferGallery > div.OfferImageBig { width: 40vw; height: 40vw; }
  div#Offer > div#OfferInfo { width: 40vw; }
}
@media (max-width: 900px){
  div#Offer > div#OfferGallery,  div#Offer > div#OfferGallery > div.OfferImageBig { width: 200px; height: 200px; }
  div#Offer > div#OfferInfo { width: calc(100% - 300px); }
  div#Offer > div#OfferInfo > div#OfferInfoMerchants .OfferTableRow tbody .Link { min-width: 140px; }
}
@media (max-width: 600px){
  div#Offer { flex-direction: column; }
  div#Offer > div#OfferGallery,  div#Offer > div#OfferGallery > div.OfferImageBig { width: 100%; max-width: 90vw; height: 60vw; }
  div#Offer > div#OfferGallery { display: flex;  flex-direction: column; justify-content: center; margin-bottom: 40px; }
  div#Offer > div#OfferGallery > div.OfferImageBig { width: 100%; height: 80vw; max-height: 400px; }
  div#Offer > div#OfferInfo { width: 90vw; }
}

div#PageStatic { width: 100%; max-width: 1200px; line-height: 150%; font-size: 14px; }
@media (max-width: 1200px){ div#PageStatic { width: 90vw; margin: 0px 5vw; } }
@media (max-width: 600px){ div#PageStatic { font-size: 12px; } }

.cookie-table { border: 0px; max-width: 700px; margin: 30px auto 40px auto; }
.cookie-table th, .cookie-table td { border: 1px solid #000; padding: 5px; font-size: 12px; border-right: 0px; }
.cookie-table th:last-child, .cookie-table td:last-child { border: 1px solid #000; }

#SearchSortContainer form input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 4px;
}
#SearchSortContainer form select {
  border: 1px solid #ccc;
  border-radius: 4px;
}
#SearchSortContainer form button svg {
  filter: grayscale(100%);
}