<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 960px) {
  body,
  html {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px !important;
  }
  .button {
    font-size: 16px;
    padding: 13px 5px;
  }
  #footer {
    padding: 30px 20px 10px;
    box-sizing: border-box;
  }
  #footer .container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #footer .container .row1 {
    /*width: 50%;
                margin: 0 auto;
                display: inline-block;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #footer .container .legal {
    /*width: 100%;*/
    text-align: center;
    padding: 5px;
  }
  #footer .container .about {
    /*width: 100%;*/
    text-align: center;
    padding: 5px;
  }
  #footer .container .favorite {
    /*width: 100%;*/
    text-align: center;
    float: left;
    padding: 5px;
  }
  #footer .container .tro_copyright.copyright {
    padding: 20px 0;
    line-height: 1.4em;
    opacity: .6;
    text-align: center;
  }
  #footer .container .poweredbyinner {
    width: 100% !important;
  }
  #footer .container .poweredbyinner .powered {
    margin-top: 30px;
  }
  #footer .container .poweredbyinner .powered &gt; a {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: .55rem;
  }
  #footer .container .poweredbyinner .powered &gt; a span {
    opacity: .5;
  }
}
@media (min-width: 960px) {
  #footer .container .legal {
    float: left;
  }
  #footer .container .about {
    float: left;
  }
  #footer .container .favorite {
    float: left;
  }
}
@media (max-width: 960px) {
  #header #headerSearch {
    display: none;
  }
  /* buttons */
  .headlineContainer {
    line-height: 40px;
    background-image: none;
  }
  .headlineContainer h2 {
    display: inline-block;
    padding-top: 10px;
  }
  .headlineContainer .style0023img {
    display: none;
  }
  .buttonContainer {
    width: 100%;
  }
  .buttonContainer a.button,
  .buttonContainer input.button {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    float: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: inherit;
  }
  .buttonContainer a.button {
    padding: 6px 0;
    text-align: center;
  }
  .buttonContainer.left,
  .buttonContainer.right {
    float: none !important;
    position: relative;
    top: 0;
  }
  .buttonContainer.left .button,
  .buttonContainer.right .button {
    margin-left: auto;
    margin-right: auto;
  }
  .ui-dialog {
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100%;
    overflow: scroll;
    box-sizing: border-box;
  }
  .ui-dialog #validationDialog {
    height: auto !important;
  }
  .templateUploadLayoutDialo {
    height: 100% !important;
  }
  .rd_origin {
    display: none;
  }
  .rd_mobile {
    display: block;
  }
  #content .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #header #hamburger {
    border: 2px solid #5c5c5c;
    border-radius: 4px;
    color: #5c5c5c;
    margin: 10px 20px;
    display: block;
    width: 35px;
    text-align: center;
    cursor: pointer;
  }
  #header #mainNav {
    display: none;
    float: none;
  }
  #header #mainNav li.active a,
  #header #mainNav li:hover a {
    background: none;
  }
  #header #mainNav li {
    border-top: 1px solid #dcdcdc;
    float: none;
    min-height: 40px;
  }
  #header #mainNav li a {
    float: none;
    width: auto;
    text-align: left;
    font-size: 15px;
    line-height: 17px;
    text-shadow: 1px 1px 1px #969696;
  }
  #header #mainNav li a span {
    margin-left: 10px;
    float: left;
  }
  #header #mainNav li a .iconContainer {
    height: auto;
    width: 30px;
  }
  #header #mainNav li a .iconContainer .icon {
    float: left;
    margin-left: 10%;
  }
  #header .container {
    min-height: 0 !important;
    width: 100%;
  }
  #header .container.eat #mainNav {
    display: block;
    width: auto !important;
  }
  #header .container.eat #mainNav li {
    width: auto !important;
  }
  #header .headerImage {
    width: 100%;
  }
  #subHeader {
    height: auto;
    padding-bottom: 6px;
  }
  #subHeader .changeLanguageDDL {
    float: none;
    margin-left: 20px;
    margin-bottom: 5px;
  }
  #subHeader .cartLink {
    position: absolute;
    float: none;
    top: 0px;
    right: 20px;
  }
  #subHeader .container {
    width: 100%;
  }
  /* buttons */
  .buttonContainer a.button,
  .buttonContainer input.button {
    width: 97%;
  }
  /*footer*/
  #footer .linkWrapper {
    width: auto;
  }
  #footer .tro_copyright {
    display: block;
  }
  #footer .powered {
    float: none;
    text-align: center;
  }
  .content .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  p {
    margin-bottom: 5px;
  }
  #content {
    padding-top: 0px;
  }
  #content .topShadow {
    height: 37px;
  }
  .headlineContainer {
    margin-bottom: 10px;
    line-height: 35px;
  }
  .buttonContainer {
    margin-bottom: 10px;
  }
}</pre></body></html>