/* =======================================================================================
   citadella.css – uprataná verzia
   - duplicity selectorov sú zlúčené
   - desktop/základ je mimo @media
   - mobilné odlišnosti sú v jednom @media bloku
   - pri konfliktoch vyhráva neskoršie pravidlo z pôvodného súboru
   ======================================================================================= */


/* =======================================================================================
   DESKTOP / ZÁKLAD
   ======================================================================================= */

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
}


.headerLink 
{
  font-size:17px;
}

.headerLink:hover {
  color: #004159;
  cursor: pointer;
  text-decoration: underline;
  transition-duration: 0.2s;
}

.logo:hover {
  cursor: pointer;
  transform: scale(1.015);
  transition-duration: 0.2s;
}

.shoppingCartButton {
  margin: 13px;
  color: #00517A;
  margin-left: 45px;
  background-color: rgba(220,230,237,0.5);
  border-radius: 5px;
  padding: 5px;
  width: 120px;
}

.shoppingCartButton:hover {
  background-color: rgba(220,230,237,1);
  transition-duration: 0.2s;
  cursor: pointer;
}

.book-strip img {
  height: 200px;
  width: auto;
  padding: 8px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(0,81,122,0.14);
  box-shadow: 0 2px 7px rgba(0,0,0,0.08);
  transition: 0.2s ease;
  margin-right: 7px;
  margin-left: 7px;
  opacity: 85%;
}

.book-strip img:hover {
  transform: translateY(-5px);
  box-shadow: 0 7px 16px rgba(0,0,0,0.16);
  cursor: pointer;
  opacity: 100%;
}

.btn {
  xdisplay: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn-primary {
  background: #00517A;
  color: white;
  border: 1px solid #00517A;
  box-shadow: 0 3px 8px rgba(0, 81, 122, 0.18);
}

.btn-primary:hover {
  background: #003F60;
  xtransform: scale(1.01);
  box-shadow: 0 5px 12px rgba(0, 81, 122, 0.25);
}

.btn-secondary {
  background: transparent;
  color: #00517A;
  border: 1px solid #00517A;
}

.btn-secondary:hover {
  background: rgba(0, 81, 122, 0.07);
}

.btn-tertiary {
  background: transparent;
  color: #00517A;
  border: 1px solid #00517A;
  padding: 8px;
  text-align: center;
}

.btn-tertiary:hover {
  background: rgba(0, 81, 122, 0.07);
}

.btn-minor {
  background: transparent;
  color: #3381AA;
  border: 1px solid #00517A;
  padding: 8px;
  text-align: center;
  font-size:11px;
  padding:3px;
}

.dlgLogin {
  width: min(90vw, 390px);
  padding: 32px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.22);
  font-family: Inter, sans-serif;
}

.dlgLogin::backdrop {
  background: rgba(0,0,0,0.35);
}

.dlgLoginClose {
  float: right;
  border: none;
  background: transparent;
  color: #00517A;
  font-size: 20px;
  cursor: pointer;
}

.dlgLoginTitle {
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.dlgLoginSubtitle {
  color: #6f7f88;
  font-size: 14px;
  margin-bottom: 24px;
}

.dlgLoginLabel {
  display: block;
  margin: 12px 0 6px;
  color: #17313D;
  font-size: 13px;
  font-weight: 600;
}

.dlgLoginInput {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 13px;
  border: 1px solid #d7e3e8;
  border-radius: 7px;
  font-size: 15px;
}

.dlgLoginInput:focus {
  outline: none;
  border-color: #00517A;
  box-shadow: 0 0 0 3px rgba(0,81,122,0.12);
}



.dlgLoginButton {
  width: 100%;
  margin-top: 22px;
  padding: 13px;
  border: none;
  border-radius: 7px;
  background: #00517A;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.dlgLoginButton:hover {
  background: #003F60;
}

.dlgLoginLinks {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 13px;
}

.dlgLoginLinks a {
  color: #00517A;
  text-decoration: none;
}

.dlgLoginClose:focus {
  outline: none;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(0,81,122,0.25);
  border-radius: 7px;
  background: white;
  color: #00517A;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: 0.2s ease;
  margin-left: 45px;
}

.cart-button:hover {
  background: #00517A;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,81,122,0.18);
}

.cart-count {
  display: inline-block;
  min-width: 20px;
  padding: 2px 6px;
  border-radius: 20px;
  background: #00517A;
  color: white;
  font-size: 12px;
  text-align: center;
}

.cart-button:hover .cart-count {
  background: white;
  color: #00517A;
}

.purchase-info {
  margin-top: 18px;
  margin-bottom: 22px;
}

.price {
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.price span {
  color: #6f7f88;
  font-size: 12px;
  font-weight: 500;
}

.stock-status {
  margin-top: 6px;
  color: #3d5b4b;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.link {
  color: #00517A;
  text-decoration: underline;
}

.gradient-cerveny {
  background-image: linear-gradient(#FFF2F2,#DDD2D2);
}

.gradient-cerveny2 {
  background-image: linear-gradient(#AA0000,#800000);
}

.pageInfo {
  color: #300000;
}

div {
  display: block;
}

.underline {
  text-decoration: underline;
}

div.pageContainer {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #FFF2F2;
  font-family: Roboto;
  --text-shadow: 3px 3px 3px #000;
  color: #886666;
  font-size: 32px;
}

div.pageNavigation {
  text-align: center;
  background-image: linear-gradient(#FFFFFF,#EEE2E2);
  padding: 0px;
}

.col0-25 {
  width: 4.16%;
  float: left;
  padding: 4px;
}

.col0-5 {
  width: 8.33%;
  float: left;
  padding: 4px;
  --overflow: hidden;
  --white-space: nowrap;
}

.col0-75 {
  width: 12.5%;
  float: left;
  padding: 4px;
}

.col1 {
  width: 16.66%;
  float: left;
  padding: 4px;
}

.col1-5 {
  width: 25%;
  float: left;
  padding: 4px;
}

.col2 {
  width: 33.33%;
  float: left;
  padding: 4px;
}

.col2-5 {
  width: 41.66%;
  float: left;
  padding: 4px;
}

.col3 {
  width: 50%;
  float: left;
  padding: 4px;
}

.col3-5 {
  width: 58.33%;
  float: left;
  padding: 4px;
}

.col4 {
  width: 66.67%;
  float: left;
  padding: 4px;
}

.col4-5 {
  width: 75%;
  float: left;
  padding: 4px;
}

.col5 {
  width: 83.33%;
  float: left;
  padding: 4px;
}

.col5-5 {
  width: 91.67%;
  float: left;
  padding: 4px;
}

.col6 {
  width: 100%;
  float: left;
  padding: 4px;
}

.highlight {
  background-image: url("priesvit.png");
}

.highlighted {
  border: 3px solid;
}

.pageContent {
  overflow-y: scroll;
}

.PIN {
  font-size: 150px;
  color: black;
  font-family: Montserrat;
}

div.mainMenu {
  background-image: url("priesvit.png");
  font-size: 50;
}

table.report {
  font-size: 36;
  width: 100%;
}

.standardform {
  font-size: 42px;
  color: #886666;
  background-color: #FFFFFF;
  border: 2px solid #CC9292;
  font-family: Archivo;
  text-shadow: 0px 0px 1px #000000;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  top: -2px;
}

.standardformDesktop {
  font-size: 18px;
  color: #886666;
  background-color: #FFFFFF;
  border: 2px solid #CC9292;
  font-family: Archivo;
  text-shadow: 0px 0px 1px #000000;
  border-radius: 5px;
  padding: 3px;
  top: -2px;
}

.standardformblue {
  font-size: 42px;
  color: #666688;
  background-color: #FFFFFF;
  border: 3px solid #9292CC;
  font-family: Archivo;
  text-shadow: 0px 0px 1px #000000;
  border-radius: 5px;
  padding: 10px;
}

.standardformRect {
  font-size: 38;
  color: #000066;
  background-color: #CCCCDD;
  border: 0px;
  font-family: Archivo;
  text-shadow: 1px 1px 1px #000;
}

.standardformSelected {
  font-size: 42px;
  color: #553333;
  background-color: #CC9292;
  border: 3px solid #CC9292;
  font-family: Archivo;
  text-shadow: 0px 0px 1px #000000;
  border-radius: 5px;
  padding: 10px;
}

.standardformUnSelected {
  font-size: 42px;
  border: 3px solid transparent;
  font-family: Archivo;
  border-radius: 5px;
  padding: 10px;
}

.standardformSelectedOnMouse {
  font-size: 42px;
  color: #553333;
  background-color: #DDC2C2;
  border: 3px solid #DDC2C2;
  font-family: Archivo;
  text-shadow: 0px 0px 1px #000000;
  border-radius: 5px;
  padding: 10px;
}

.standardformSelectedBlue {
  font-size: 42px;
  color: #3333CC;
  background-color: #9292CC;
  border: 3px solid #9292CC;
  font-family: Archivo;
  text-shadow: 0px 0px 1px #000000;
  border-radius: 5px;
  padding: 10px;
}

.standardformSelectedNormal {
  font-size: 42px;
  color: #FFF2F2;
  background-color: #886666;
  border: 3px solid #886666;
  font-family: Archivo;
  text-shadow: 0px 0px 1px #000000;
  border-radius: 5px;
  padding: 10px;
}

.darkHeader {
  color: #FFF2F2;
  background-color: #886666;
  padding: 5px;
}

.buttonGreen {
  background-image: linear-gradient(#00AA00,#008000);
  color: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 42px;
  border-radius: 10px;
  text-shadow: 1px 1px 1px #000;
  padding: 10px;
  font-family: Roboto;
  border: 0px;
}

.buttonRed {
  background-image: linear-gradient(#AA0000,#800000);
  color: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 42px;
  border-radius: 10px;
  text-shadow: 1px 1px 1px #000;
  padding: 10px;
  font-family: Roboto;
  border: 0px;
}

.buttonRed2 {
  background-image: linear-gradient(#CC7070,#CC4040);
  --background: #800000;
  color: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 42px;
  border-radius: 10px;
  text-shadow: 0px 0px 3px #000;
  padding: 10px;
  font-family: Roboto;
  --border: 0px solid #883333;
}

.buttonRed3 {
  background-image: linear-gradient(#FFAA00,#DD4400);
  --background: #800000;
  color: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 42px;
  border-radius: 10px;
  text-shadow: 2px 2px 2px #000;
  padding: 10px;
  font-family: Roboto;
  border: 0px;
}

.buttonBlue {
  background-image: linear-gradient(#0000AA,#000080);
  color: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 42px;
  border-radius: 10px;
  text-shadow: 1px 1px 1px #000;
  padding: 10px;
  font-family: Roboto;
  border: 0px;
}

.buttonPolite {
  background-color: rgba(100,0,0,0.1);
  color: #665555;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px;
  font-family: Roboto;
  border: 1px solid #D8D8D8;
}

.buttonGrey {
  background-image: linear-gradient(#CCCCCC,#AAAAAA);
  color: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 42px;
  border-radius: 10px;
  --text-shadow: 1px 1px 1px #000;
  padding: 10px;
  font-family: Roboto;
  border: 0px;
}

.buttonFreak {
  background-image: linear-gradient(#CC00CC,#CCCC00);
  color: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 42px;
  border-radius: 10px;
  --text-shadow: 1px 1px 1px #000;
  padding: 10px;
  font-family: Roboto;
  border: 0px;
}

.keyboard {
  font-size: 90px;
  padding: 40px;
  margin: 15px;
}

.standardformNotSelected {
  font-size: 38;
  color: #888888;
  background-color: #CCCCDD;
  border: 3px solid;
  border-color: #888888;
  font-family: Archivo;
  text-shadow: 1px 1px 1px #000;
  border-radius: 5px;
}

.standardformSuperSelected {
  font-size: 38;
  color: #9999FF;
  background-color: #000066;
  border: 3px solid;
  font-family: Archivo;
  text-shadow: 1px 1px 1px #000;
  border-radius: 5px;
}

.selected {
  border-color: #888888;
  border-radius: 5px;
}

span.notice {
  color: #888899;
}

.green {
  color: #009000;
}

.greenBackground {
  background-color: #90CC90;
}

.red {
  color: #900000;
}

.darkblue {
  color: #000040;
}

.clr-frozen {
  color: #8090B0;
}

.redBackground {
  background-color: #CC9090;
}

.orangeBackground {
  background-color: #CCCC90;
}

.whiteBackground {
  background-color: #FFFFFF;
}

.white {
  color: #FFFFFF;
}

.weatherBackground {
  background-color: #F2FAFF;
}

.weather {
  color: #F2FAFF;
}

.greenGradient {
  background-image: linear-gradient(#DDFFDD,#CCEECC);
}

.blueGradient {
  background-image: linear-gradient(#DDDDFF,#AAAADD);
}

.redGradient {
  background-image: linear-gradient(#FFDDDD,#EECCCC);
}

.orangeGradient {
  background-image: linear-gradient(#EEEEDD,#CCCCAA);
}

.breadCrumps {
  color: #FFFFFF;
  font-weight: 600;
  line-height: 200%;
}

.MenuCategory:hover {
  background: rgba(214,70,65,0.25);
}

.iconNew {
  transition: transform 0.15s ease, filter 0.15s ease;
  cursor: pointer;
  filter: brightness(1.2);
}

.iconNew:hover {
  transform: scale(1.10);
  filter: brightness(0.8);
}

.appIconNew {
  transition: transform 0.10s ease, filter 0.10s ease;
  background: white;
  width: 180px;
  height: 180px;
  border-radius: 12px;
  margin: 8px;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.12);
  float: left;
}

.appIconNew:hover {
  transform: scale(1.03);
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 8px 16px rgba(0,0,0,0.18);
}

.icon {
  width: 90px;
  height: 90px;
}

.iconSmall {
  width: 45px;
  height: 45px;
}

.iconSmall2 {
  width: 38px;
  height: 38px;
}

.category {
  color: #000060;
}

.value {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.reportValCol {
  width: 100px;
}

.reportDescCol {
  width: 200px;
}

.bold {
  font-weight: 600;
}

.longText {
  line-height: 115%;
}

.alert {
  padding: 15px;
  background-image: linear-gradient(#f48386,#f44336);
  color: white;
  border: 1px solid #666666;
  border-radius: 15px;
  font-size: 52px;
  cursor: pointer;
}

.alert.success {
  background-image: linear-gradient(#33CA6D,#33AA3D);
}

.alert.info {
  background-image: linear-gradient(#2196F3,#2166C3);
}

.alert.warning {
  background-image: linear-gradient(#FF9800,#FF6800);
}

.closebtn {
  --margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 52px;
  --line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.grid {
  font-size: 37px;
  color: #222222;
}

.gridrow0 {
  --background: #FFF2F2;
  border-bottom: 1px dotted #600000;
}

.gridrow {
  border-bottom: 1px dotted #600000;
  background-image: linear-gradient(#FFF2F2,#EED2D2);
  --background-color: #FFF5F5;
}

.gridrow-even {
  background-color: #FFE2E2;
  font-size: 14px;
  color: rgb(96, 72, 72);
}

.gridrow-even1 {
  background-color: #EAEAE2;
  font-size: 14px;
  color: rgb(96, 72, 72);
}

.gridrow-odd {
  background-color: #F5F5F5;
  font-size: 14px;
  color: rgb(96, 72, 72);
}

.gridrow-selected {
  border: #EED2D2 1px solid;
  background: rgba(0,0,0,0.05);
  border-radius: 3px;
  margin: 3px;
  font-size: 15px;
}

.gridrowLight {
  border-bottom: 1px dotted #600000;
  background-image: linear-gradient(#FFFAFA,#FFF0F0);
  --background-color: #FFF5F5;
}

.gridrow-adminMoch {
  border: #EED2D2 1px solid;
  background: rgba(0,0,0,0.05);
  border-radius: 3px;
  margin: 3px;
  font-size: 16px;
}

.docNumber {
  color: #000060;
  --text-shadow: 0px 0px 1px #000055;
  font-size: 54px;
}

div.riadky {
  overflow-y: scroll;
  width: 100%;
  height: 67%;
}

div.vydavatel {
  font-size: 42px;
  font-weight: 600;
  color: #886666;
  background-color: #FFF8F8;
  padding-top: 25px;
}

div.fieldValue {
  font-size: 50px;
  font-weight: 600;
  color: #886666;
  background-color: inherit;
  padding-top: 0px;
}

div.fieldName {
  font-size: 32px;
  font-weight: 600;
  --font-variant: small-caps;
  padding-bottom: 0px;
}

div.fieldNameSmall {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 0px;
}

div.fieldValueSmall {
  font-size: 42px;
  font-weight: 600;
  color: #886666;
  background-color: inherit;
  padding-top: 0px;
}

.standardImg {
  position: fixed;
  right: 25px;
  top: 1025px;
  max-height: 32%;
}

.FSImg {
  position: fixed;
  top: 5%;
  left: 5%;
  width: 90%;
  max-height: 90%;
  height: auto;
}

.standardImgDesktop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 20%;
}

.modeInfo {
  position: fixed;
  left: 25px;
  bottom: 25px;
  border: 3px solid;
  padding: 10px;
  font-size: 38px;
  --background-color: #F2FAFF;
  border-radius: 3px;
}

.lightRed {
  color: #CC9292;
}

.lineChart {
  display: inline;
  font-size: 10px;
  padding: 0px;
  background-color: #800000;
  float: left;
}

.lineChartEmpty {
  display: inline;
  font-size: 10px;
  padding: 0px;
  background-color: #FFF2F2;
  float: left;
}

.big {
  font-size: 72px;
}

.thick {
  padding: 18px;
}

.black {
  color: override;
}

.sum {
  border-top: thick solid #800000;
}

.popup {
  display: block;
  position: absolute;
  top: 510px;
  left: 20px;
  width: 95%;
  height: 150px;
  border: 7px dotted;
  padding: 10px;
  background-color: #FFFFFF;
}

.hidden {
  display: none;
}

div.small {
  font-size: 40px;
}

input.orderQty {
  font-size: 26px;
  width: 90px;
}

.iconContainer {
  width: 250px;
  height: 250px;
  font-size: 125px;
  display: inline;
  text-align: center;
  float: left;
  margin: 35px;
}

.iconContainerOnMouse {
  width: 250px;
  height: 250px;
  font-size: 125px;
  display: inline;
  text-align: center;
  float: left;
  margin: 35px;
  background: rgba(96,48,48,0.15);
}

.iconImage {
  margin: 15px;
}

.iconText {
  font-size: 48px;
}

.gridIcon {
  font-size: 42px;
}

.objectTitle {
  font-size: 62px;
}

.online {
  background-color: #BBDDBB;
}

.deviceContainer {
  float: left;
  width: 33%;
  border: 2px solid #AAAAAA;
  border-radius: 3px;
  padding: 4px;
  vertical-align: middle;
  margin: 2px;
  height: 85px;
}

.deviceContainerHighlighted {
  float: left;
  width: 33%;
  border: 2px solid #404080;
  border-radius: 3px;
  padding: 4px;
  vertical-align: middle;
  margin: 2px;
  height: 85px;
}

.deviceContainerSelected {
  float: left;
  width: 33%;
  border: 4px solid #202060;
  border-radius: 3px;
  padding: 4px;
  vertical-align: middle;
  margin: 0px;
  height: 85px;
}

.appCard {
  font-size: 18px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 4px;
  margin-right: 4px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
}

.appcardSelected {
  font-size: 18px;
  color: #000000;
  background-color: #FFCCCC;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 4px;
  margin-right: 4px;
  border-left: 2px solid;
  border-right: 2px solid;
  border-top: 2px solid;
}

.formField {
  width: 320px;
}

.circle_offline {
  color: #AAAAAA;
}

.circle_longAway {
  color: #CC9090;
}

.circle_away {
  color: #CCCC90;
}

.circle_online {
  color: #90CC90;
}

.msgChatContainer {
  margin: 15px;
  font-size: 28px;
}

.msgChat {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  font-size: 38px;
}

.msgMy {
  background-image: linear-gradient(#F9F9E9,#F2F2D2);
  color: black;
}

.msgReply {
  --background-image: linear-gradient(#E9E9F9,#D2D2F2);
  background-image: linear-gradient(#F9E9E9,#F2D2D2);
  right: 150px;
  color: black;
}

div.msgApplicationHeader {
  --border: #EED2D2 1px solid;
  background: rgba(100,0,0,0.1);
  border-radius: 5px;
  margin: 3px;
  font-size: 40px;
}

div.msgUserToName {
  font-size: 44px;
  margin-left: 0px;
  color: #222222;
  margin-top: 0px;
}

div.msgUserToNameNew {
  font-size: 24px;
  margin-left: 15px;
  background: rgba(255,255,100,0.3);
  border-radius: 5px;
  color: #000000;
  font-weight: 600;
  text-decoration: bold;
  margin-top: 15px;
}

.msgUserSelected {
  border: 1px solid;
  border-radius: 4px;
  background: rgba(0,0,0,0.05);
}

div.chatWindow {
  height: 88%;
  width: 100%;
}

div.userPanel {
  height: 90%;
}

div.dispUserPanel {
  height: 90%;
  width: 100%;
  padding: 10px;
}

.msginput {
  width: 100%;
  background: #FFFFFF;
  font-size: 36px;
  resize: none;
  border-radius: 4px;
  font-family: montserrat;
}

.msgsendButton {
  width: 17%;
  font-size: 36px;
  border: 2px solid;
  border-radius: 4px;
  padding: 15px;
  background: rgba(0,0,0,0.05);
}

.countTag {
  border-radius: 45%;
  background: #fff;
  border: 2px solid;
  text-align: center;
  font-size: 22px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border-color: #AA8888;
  color: #AA8888;
}

.groupHeader {
  border-radius: 2px;
  border: 1px solid #CCBBBB;
  --background: #997777;
  background: #eed2d2;
  height: 33px;
  font-size: 21px;
  margin: 3px;
  color: #000000;
  --text-shadow: 0px 0px 3px #000;
}

.standardRadio {
  -ms-transform: scale(2.75);
  -webkit-transform: scale(2.75);
  transform: scale(3.75);
}

.standardRadioLabel {
  font-size: 52px;
}

.massMsgUserSelected {
  border: 1px solid #300000;
  border-radius: 2px;
  margin: 3px;
  padding: 3px;
  background-color: #FFDDDD;
}

.massMsgUserUnSelected {
  border-radius: 2px;
  margin: 4px;
  padding: 3px;
}

.msgShowText {
  display: none;
}

div.msgFunctions {
  display: none;
}

.userpanel {
  width: 40%;
}

img.firmLogo {
  display: none;
}

.closeButton {
  font-size: 70px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 0px;
  border-bottom-left-radius: 10px;
  border-left: 3px solid;
  border-bottom: 3px solid;
}

.topGold {
  border: 0px;
  background-image: linear-gradient(#E1C84E,#C9B037);
  border-radius: 2px;
  padding: 0px;
  margin-top: 3px;
}

.topHeader {
  border: 0px;
  border-radius: 2px;
  margin: 1px;
  background: #B9A027;
  color: white;
}

.topSecond {
  border: 0px;
  background-image: linear-gradient(#E4D89B,#D0D097);
  border-radius: 2px;
  padding: 0px;
  margin-top: 4px;
}

.topThird {
  border: 0px;
  background-image: linear-gradient(#E7E0D0,#D3D4C0);
  border-radius: 2px;
  padding: 0px;
  margin: 1px;
  margin-top: 4px;
  margin-bottom: 0px;
}

.topOther {
  border: 0px;
  background-image: linear-gradient(#E7E7E7,#D7D7D7);
  border-radius: 2px;
  padding: 0px;
  margin: 1px;
}

.marquee {
  height: 25px;
  width: 420px;
  overflow: hidden;
  position: relative;
}

.marquee div {
  --display: block;
  --width: 200%;
  --height: 30px;
  position: absolute;
  overflow: hidden;
  animation: marquee 5s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

.infotext-header-card-selected {
  width: 250px;
  background: linear-gradient(rgba(128,48,48,0.25),rgba(128,48,48,0.1));
  border: 1px solid #601000;
  border-radius: 3px;
  padding: 0px;
  height: 160px;
  color: #400000;
  font-size: 20px;
  margin: 10px;
}

.infotext-header-name-selected {
  font-size: 24px;
  font-family: Michroma;
  width: 100%;
  background: linear-gradient(rgba(128,48,48,0.1),rgba(128,48,48,0.8));
  color: white;
  text-shadow: 1px 1px 0px #000000,1px -1px 0px #000000, -1px 1px 0px #000000, -1px -1px 0px #000000;
  letter-spacing: 2px;
}

.infotext-header-card {
  width: 250px;
  background: linear-gradient(rgba(128,48,48,0.25),rgba(128,48,48,0.1));
  border: 0px solid #400000;
  border-radius: 3px;
  padding: 0px;
  height: 160px;
  color: #400000;
  font-size: 20px;
}

.infotext-header-name {
  font-size: 24px;
  font-family: Michroma;
  width: 100%;
  background: linear-gradient(rgba(128,48,48,0.05),rgba(128,48,48,0.25));
  color: white;
}

.infotext-page-card {
  width: 11%;
  background: linear-gradient(rgba(128,48,48,0.25),rgba(128,48,48,0.25));
  border: 0px solid #400000;
  border-radius: 3px;
  padding: 0px;
  height: 120px;
  color: #400000;
  font-size: 15px;
  margin-top: 7px;
}

.infotext-page-name {
  font-family: Michroma;
  width: 100%;
  background: linear-gradient(rgba(128,48,48,0.05),rgba(128,48,48,0.25));
  color: white;
  font-size: 22px;
}

.infotext-page-card-inactive {
  width: 11%;
  background: linear-gradient(rgba(128,128,128,0.25),rgba(48,48,48,0.25));
  border: 0px solid #400000;
  border-radius: 3px;
  padding: 0px;
  height: 120px;
  color: #400000;
  font-size: 15px;
}

.infotext-page-name-inactive {
  font-family: Michroma;
  width: 100%;
  background: linear-gradient(rgba(128,128,128,0.05),rgba(48,48,48,0.25));
  color: white;
  font-size: 22px;
}

.infotext-plain-page-card {
  width: 12%;
  background: linear-gradient(rgba(48,48,128,0.25),rgba(128,48,48,0.25));
  border: 0px solid #400000;
  border-radius: 3px;
  padding: 0px;
  height: 70px;
  color: #400000;
  font-size: 15px;
  margin-bottom: 12px;
}

.infotext-general-card {
  --width: 32%;
  background: linear-gradient(rgba(48,48,128,0.25),rgba(128,48,48,0.25));
  border: 0px solid #400000;
  border-radius: 3px;
  --height: 70px;
  color: #400000;
  font-size: 15px;
  margin-top: 10px;
  margin-right: 10px;
}

div.dispUserName {
  font-size: 44px;
  background-color: #773333;
  color: white;
}

div.dispUserPanelAfterSelect {
  display: none;
}

.massMsgContainer {
  display: none;
}

.reportRow:hover {
  background: #edd;
}

.scFilter {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
  background: #BB6666;
  color: white;
  font-size: 13.5px;
  padding-top: 3px;
  transform: translateY(-6px);
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 3px;
  height: 22px;
  cursor: crosshair;
}

.rsFilter {
  padding: 3px;
  color: #333388;
  cursor: pointer;
}

.rsFilter:hover {
  padding: 3px;
  color: #333388;
  background: #D8D8FF;
  border-radius: 3px;
}

.rsFilterActive {
  padding: 3px;
  color: #fff;
  background: #333388;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}

.userControl {
  background: rgba(255,255,255,0.9);
  text-align: center;
  color: rgb(42,38,51);
  white-space: nowrap;
  overflow: hidden;
  border: 0px;
  border-radius: 1px;
  height: 22px;
}

.userControlFilter {
  background: rgba(255,255,255,0.9);
  text-align: center;
  color: rgb(42,38,51);
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #888;
  border-radius: 3px;
  height: 22px;
}

.userControlActual {
  height: 24px;
  background: #b71c1c;
  text-align: center;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 100;
  padding-top: 4px;
  font-size: 14px;
  border: 0px;
}

.userControl:hover {
  background: #FFCCCC;
  cursor: pointer;
  transform: translateY(-0px);
}

.userControlFilter:hover {
  background: #FFCCCC;
  cursor: pointer;
  transform: translateY(-0px);
}

.filterHeader {
  background: linear-gradient(rgba(154,10,10,0.00),rgba(144,10,10,0.04));
  height: 71px;
  color: black;
  padding: 0px;
  border: 0px;
  border-bottom: 1px solid #CAA;
}

.searchField {
  border-radius: 2px;
  color: #883333;
  background-color: EEEEDD;
  padding-left: 2px;
  padding-right: 2px;
  border: 0px;
  font-size: 14px;
  width: 160px;
}

#logoBand {
  padding-top: 26px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0,81,122,0.08), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(0,81,122,0.06), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #F6FBFD 100%);
  border-bottom: 1px solid rgba(0,81,122,0.10);
  box-shadow: 0 3px 14px rgba(0,0,0,0.04);
}

#logoBandM {
  display: none;
}

#blueRow {
  background: #00517A;
  color: white;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  line-height: 18px;
   background:
    radial-gradient(circle at 88% 45%, rgba(255,255,255,0.18), transparent 18%),
    radial-gradient(circle at 96% 25%, rgba(255,255,255,0.14), transparent 10%),
    linear-gradient(90deg, #004768 0%, #00517A 42%, #006C9D 100%); box-shadow: 0 3px 10px rgba(0,20,80,0.19)
}

#blueRowM {
  display: none;
}

#mainTitleImg {
  max-height: 425px;  
}
#mainTitleImg:hover {
  transform:scale(1.25);
  transition: 0.2s ease;
  cursor:zoom-in;
}

#alignedContent {
  height: 455px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 18px;
}

#mainTitleImgContainer {
  width: 425px;
  max-width: 425px;
  margin-right: 15px;
  text-align: left;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}

#bookDescription {
  width: 610px;
  height: 455px;
  text-align: left;
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
}

img.logo {
  height: 55px;
  margin-right: 150px;
}

.descr {
  color: #222;
  font-size: 14px;
}

.titleName {
  color: #00517A;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 7px;
}

.titleName:hover
{
  text-decoration:underline;
  cursor:pointer;
}

#booksMainBand {
  background-color: rgba(225,235,241);
  color: black;
  vertical-align: top;
  padding-bottom: 19px;
  padding-top: 21px;
  overflow: hidden;
  white-space: nowrap;
  
}

#neprehliadnite {
  color: #00517A;
  opacity: 80%;
}

#footer {
  background-color: #00517A;
  vertical-align: top;
  color: #f1f1f1;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  z-index: 1000;
   background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,0.18), transparent 58%),
    radial-gradient(circle at 55% 45%, rgba(255,255,255,0.12), transparent 20%),
    linear-gradient(90deg, #004768 0%, #00517A 42%, #006C9D 100%); box-shadow: 0 3px 8px rgba(0,0,50,0.19)
}

#upperLink {
  text-decoration: underline;
}

#upperLink:hover {
  color: rgba(215,215,255,1);
}

.accountPage {
  max-width: 920px;
  margin: 0 auto;
  padding: 36px 24px;
}

.accountHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}

.accountHeader h1 {
  margin: 0 0 10px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.accountHeader p {
  margin: 0;
  font-size: 16px;
}

.accountCard {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 10px;
  padding: 22px 24px;
  margin-bottom: 18px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

.accountCard h2 {
  margin: 0 0 16px;
  color: #00517A;
  font-size: 19px;
  font-family: Montserrat, sans-serif;
}

.accountDataGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 20px;
}

.orderRow {
  display: grid;
  grid-template-columns: 140px 120px 110px 1fr;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #e1edf2;
}

.orderRow:hover {
  background: rgba(0, 81, 122, 0.07);
}

.accountActions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
}

.legalNote {
  margin-top: 20px;
  font-size: 13px;
}

.registerPage {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0px;
}

.registerHeader {
  margin-bottom: 24px;
}

.registerHeader h1 {
  margin: 0 0 8px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.registerHeader p {
  margin: 0;
  color: #50636d;
  font-size: 15px;
}

.registerCard {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 10px;
  padding: 22px 24px;
  margin-bottom: 18px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

.registerCard h2 {
  margin: 0 0 18px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.registerCard h2:not(:first-child) {
  margin-top: 30px;
}

.formGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 22px;
}

.formField.full {
  grid-column: 1 / -1;
}

.formField label {
  display: block;
  margin-bottom: 6px;
  color: #17313D;
  font-size: 13px;
  font-weight: 600;
}

.formField input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 13px;
  border: 1px solid #C7D3D8;
  border-radius: 7px;
  font-size: 15px;
}

.formField textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 13px;
  border: 1px solid #C7D3D8;
  border-radius: 7px;
  font-size: 15px;
}

.formField input:focus {
  outline: none;
  border-color: #00517A;
  box-shadow: 0 0 0 3px rgba(0,81,122,0.12);
}

.registerConsent {
  margin-top: 24px;
  font-size: 14px;
  color: #17313D;
}

.registerConsent input {
  margin-right: 8px;
}

.registerActions {
  margin-top: 26px;
  display: flex;
  gap: 12px;
}

.subPageContainer {
  background: rgba(243,247,251,0.5);
  padding-top: 15px;
  height: calc(100vh - 149px);
  overflow-y: scroll;
}

.catalogPage {
  max-width: 1320px;
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 18px 0 24px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  font-family: Inter, sans-serif;
}

.catalogSidebar {
  min-width: 0;
}

.catalogBox {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  padding: 20px 18px;
}

.catalogTitle {
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.catGroup {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e1edf2;
}

.catGroup:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.catGroupTitle {
  color: #17313D;
  font-weight: 700;
  margin-bottom: 9px;
}

.catGroupTitle i {
  color: #00517A;
  margin-right: 8px;
}

.catGroup a {
  display: block;
  padding: 7px 8px 7px 28px;
  color: #17313D;
  text-decoration: none;
  font-size: 14px;
  border-radius: 7px;
}

.catGroup a.active {
  background: #E4F0F6;
  color: #00517A;
  font-weight: 700;
}

.catGroup a:hover {
  background: #E4F0F6;
  color: #00517A;
  font-weight: 700;
}

.catalogTip {
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  margin-top: 18px;
  padding: 18px;
  background: linear-gradient(180deg, white, #EEF7FB);
}

.catalogTipTitle {
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.catalogTip p {
  font-size: 14px;
  color: #50636d;
  line-height: 1.45;
}

.catalogTip a {
  color: #00517A;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}

.catalogToolbar {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  padding: 16px 18px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.breadcrumb {
  color: #6f7f88;
  font-size: 14px;
}

.breadcrumb span {
  margin: 0 8px;
  color: #9aabb3;
}

.breadcrumb b {
  color: #00517A;
}

.productCount {
  color: #50636d;
  font-size: 14px;
  white-space: nowrap;
}

.productGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.productCard:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(0,0,0,0.10);
}

.productImageBox img {
  max-height: 205px;
  max-width: 100%;
  object-fit: contain;
}

.productCartBtn:hover {
  background: #00517A;
  color: white;
}

.productCartBtn i {
  margin-right: 7px;
}

.ifDesktopThenNull {
  display: none;
}

.citCategoryTree {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.citCategoryLabel {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 7px;
  cursor: pointer;
  color: #17313D;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
}

.citCategoryLabel:hover {
  background: #EEF7FB;
  color: #00517A;
}

.citCategoryLabel.activeCategory {
  background: #E4F0F6;
  color: #00517A;
  font-weight: 700;
}

.catArrow {
  display: inline-block;
  width: 22px;
  color: #00517A;
  font-weight: 700;
}

.catArrow.empty {
  color: #9eb6c3;
}

.catalogEmpty {
  grid-column: 1 / -1;
  padding: 34px 24px;
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 10px;
  color: #50636d;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

.catalogTools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.catalogSearchBox {
  position: relative;
  width: 200px;
  max-width: 36vw;
}

.catalogSearchInput {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  padding: 0 2px 0 38px;
  border: 1px solid #d7e3e8;
  border-radius: 7px;
  background: white;
  color: #17313D;
  font-family: Inter, sans-serif;
  font-size: 14px;
  outline: none;
}

.catalogSearchInput:focus {
  border-color: #00517A;
  box-shadow: 0 0 0 3px rgba(0,81,122,0.10);
}

.catalogSearchInput::placeholder {
  color: #8aa0aa;
}

.catalogSearchIcon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #00517A;
  font-size: 14px;
  pointer-events: none;
}

.catalogSearchClear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #7b8f98;
  cursor: pointer;
}

.catalogSearchClear:hover {
  background: #E4F0F6;
  color: #00517A;
}

.catalogSelect {
  padding: 10px 12px;
  border: 1px solid #d7e3e8;
  border-radius: 7px;
  color: #17313D;
  background: white;
  font-family: Inter, sans-serif;
  height: 42px;
}

.catalogFilterBtn {
  padding: 10px 14px;
  height: 42px;
  white-space: nowrap;
}

.productDiscountBadge {
  position: absolute;
  top: 9px;
  right: 9px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #00517A;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.productCard {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  transition: 0.2s ease;
  padding: 14px;
  display: flex;
  flex-direction: column;
}

.productAuthor {
  color: #6f7f88;
  font-size: 13px;
  margin-top: 4px;
  min-height: 18px;
}

.productPriceLine {
  margin-top: 12px;
  margin-bottom: 14px;
  min-height: 24px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.productOldPrice {
  color: #8aa0aa;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}

.productCartBtn {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid #00517A;
  border-radius: 6px;
  background: white;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
  margin-top: auto;
}

.productPrice {
  margin: 10px 0;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.productImageBox {
  height: 220px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  background: #F3F7FB;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
}

.productName {
  min-height: 38px;
  color: #17313D;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.scDetailDialog {
  width: min(980px, calc(100vw - 36px));
  max-height: calc(100vh - 50px);
  border: none;
  border-radius: 14px;
  padding: 0;
  background: white;
  box-shadow: 0 18px 55px rgba(0,0,0,0.25);
  overflow: hidden;
}

.scDetailDialog::backdrop {
  background: rgba(0,0,0,0.38);
}

.scDetailClose {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #EEF7FB;
  color: #00517A;
  cursor: pointer;
  z-index: 3;
}

.scDetailClose:hover {
  background: #00517A;
  color: white;
}

.scDetailContent {
  max-height: calc(100vh - 50px);
  overflow: auto;
  padding: 34px;
  font-family: Inter, sans-serif;
  color: #17313D;
}

.scDetailLoading {
  padding: 50px;
  text-align: center;
  color: #50636d;
}

.scDetailGrid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 34px;
}

.scDetailImageBox {
  background: #F3F7FB;
  border-radius: 10px;
  padding: 22px;
  display: grid;
  place-items: center;
}

.scDetailImageBox img {
  max-width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.scDetailPublisher {
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.scDetailTitle {
  margin: 0;
  color: #17313D;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  line-height: 1.15;
}

.scDetailAuthor {
  margin-top: 10px;
  color: #6f7f88;
  font-size: 17px;
}

.scDetailPriceLine {
  margin-top: 22px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.scDetailPrice {
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.scDetailOldPrice {
  color: #8aa0aa;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: line-through;
}

.scDetailDiscount {
  background: #00517A;
  color: white;
  border-radius: 999px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.scDetailStock {
  margin-top: 12px;
  color: #247A3B;
  font-size: 15px;
  font-weight: 600;
}

.scDetailStock.notAvailable {
  color: #9b3a3a;
}

.stock-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background: #247A3B;
}

.scDetailCartBtn {
  margin-top: 22px;
  padding: 12px 24px;
  border: 1px solid #00517A;
  border-radius: 7px;
  background: #00517A;
  color: white;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  width: 285px;
  max-width: 100%;
}

.scDetailCartBtn i {
  margin-right: 8px;
}

.scDetailCartBtn:hover {
  background: #003f60;
}

.scDetailParams {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
}

.scDetailParam {
  border-top: 1px solid #e1edf2;
  padding-top: 9px;
  font-size: 14px;
}

.scDetailParam span {
  display: block;
  color: #7b8f98;
  font-size: 12px;
  margin-bottom: 2px;
}

.scDetailParam b {
  color: #17313D;
  font-weight: 600;
}

.scDetailAnnotation {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e1edf2;
}

.scDetailAnnotation h2 {
  margin-top: 0;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.scDetailAnnotation div {
  color: #334851;
  font-size: 15px;
  line-height: 1.65;
}

.productCartArea {
  margin-top: auto;
}

.productCartQtyControl {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid #00517A;
  border-radius: 6px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
}

.productCartQtyControl button {
  width: 38px;
  height: 100%;
  border: none;
  background: #EEF7FB;
  color: #00517A;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.productCartQtyControl button:hover {
  background: #00517A;
  color: white;
}

.productCartQtyControl span {
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.scDetailCartArea {
  margin-top: 22px;
  margin-bottom: 24px;
}

.scDetailCartQtyControl {
  height: 46px;
  max-width: 285px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #00517A;
  border-radius: 7px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  background: white;
  margin-top:22px;
}

.scDetailCartQtyControl button {
  width: 48px;
  height: 100%;
  border: none;
  background: #EEF7FB;
  color: #00517A;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.scDetailCartQtyControl button:hover {
  background: #00517A;
  color: white;
}

.scDetailCartQtyControl span {
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.mobileCategoriesDialog::backdrop {
  background: rgba(0,0,0,0.38);
}

.mobileCategoriesDialog {
  width: 75%;
  max-height: calc(100vh - 36px);
  border: none;
  outline: none;
  border-radius: 14px;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(0,0,0,0.28);
  overflow: hidden;
}

.mobileCategoriesClose {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #EEF7FB;
  color: #00517A;
  cursor: pointer;
  z-index: 2;
  font-size: 42px;
}

.mobileCategoriesTitle {
  padding: 20px 22px 14px 22px;
  border-bottom: 1px solid #e1edf2;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.mobileCategoryTree {
  max-height: calc(100vh - 120px);
  overflow: auto;
  padding: 12px 0 18px 0;
}

.cartEmpty {
  padding: 48px 24px;
  text-align: center;
  color: #50636d;
}

.cartEmpty i {
  color: #00517A;
  font-size: 42px;
  margin-bottom: 14px;
}

.cartEmpty h2 {
  margin: 0 0 8px 0;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.cartEmpty p {
  margin: 0 0 20px 0;
  font-size: 14px;
}

.cartPrimaryLink {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 7px;
  background: #00517A;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.cartPrimaryLink:hover {
  background: #003f60;
}

.cartItemDiscount {
  margin-top: 6px;
  display: inline-block;
  padding: 3px 7px;
  border-radius: 999px;
  background: #EEF7FB;
  background: #EEF7FB;
  color: #00517A;
  font-size: 11px;
  font-weight: 700;
}

.cartPage {
  max-width: 1060px;
  width: calc(100% - 32px);
  margin: 0px auto 60px auto;
  font-family: Inter, sans-serif;
  color: #17313D;
}

.cartHeader {
  margin-bottom: 16px;
}

.cartBreadcrumb {
  margin-bottom: 6px;
  color: #8aa0aa;
  font-size: 12px;
}

.cartHeader h1 {
  margin: 0;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.cartHeader p {
  margin: 6px 0 0 0;
  color: #647985;
  font-size: 13px;
}

.cartLayout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 18px;
  align-items: start;
}

.cartItemsBox {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}

.cartBoxTitle {
  height: 50px;
  padding: 0 16px;
  border-bottom: 1px solid #e1edf2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.cartItemsCount {
  color: #7b8f98;
  font-size: 12px;
  font-weight: 600;
}

.cartItem {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 112px 104px 30px;
  gap: 13px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #edf3f6;
}

.cartItem:last-child {
  border-bottom: none;
}

.cartItemImage {
  width: 58px;
  height: 78px;
  border-radius: 7px;
  background: #F3F7FB;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.cartItemImage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cartItemName {
  color: #082b3d;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.cartItemAuthor {
  margin-top: 5px;
  color: #647985;
  font-size: 12px;
}

.cartItemMeta {
  margin-top: 6px;
  color: #9aacb5;
  font-size: 11px;
}

.cartItemQty {
  height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #00517A;
  border-radius: 6px;
  overflow: hidden;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.cartItemQty button {
  width: 32px;
  height: 100%;
  border: none;
  background: #EEF7FB;
  color: #00517A;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.cartItemQty button:hover {
  background: #00517A;
  color: white;
}

.cartItemQty span {
  flex: 1;
  text-align: center;
}

.cartItemPrice {
  text-align: right;
}

.cartUnitPrice {
  color: #8aa0aa;
  font-size: 11px;
  white-space: nowrap;
}

.cartLinePrice {
  margin-top: 3px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.cartRemoveBtn {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #F3F7FB;
  color: #7b8f98;
  cursor: pointer;
}

.cartRemoveBtn:hover {
  background: #FCEEEE;
  color: #a33;
}

.cartSummaryBox {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  padding: 16px;
  position: sticky;
  top: 18px;
}

.cartSummaryTitle {
  margin-bottom: 14px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cartSummaryRow {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: #647985;
  font-size: 13px;
}

.cartSummaryRow b {
  color: #17313D;
  font-weight: 600;
  text-align: right;
}

.cartSummaryDivider {
  height: 1px;
  background: #e1edf2;
  margin: 15px 0;
}

.cartSummaryTotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  color: #17313D;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cartSummaryTotal b {
  color: #00517A;
  font-size: 21px;
}

.cartPrimaryBtn {
  width: 100%;
  height: 41px;
  border: 1px solid #00517A;
  border-radius: 7px;
  background: #00517A;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.cartPrimaryBtn:hover {
  background: #003f60;
}

.cartPrimaryBtn i {
  margin-left: 8px;
}

.cartBackLink {
  display: block;
  margin-top: 12px;
  text-align: center;
  color: #00517A;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.cartBackLink:hover {
  text-decoration: underline;
}

/* =======================================================================================
   OBJEDNÁVKA
   =======================================================================================*/
   
 .checkoutPage {
  max-width: 1120px;
  width: calc(100% - 32px);
  margin: 24px auto 70px auto;
  font-family: Inter, sans-serif;
  color: #17313D;
}

.checkoutHeader {
  margin-bottom: 18px;
}

.checkoutBreadcrumb {
  margin-bottom: 6px;
  color: #8aa0aa;
  font-size: 13px;
}

.checkoutHeader h1 {
  margin: 0;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.checkoutHeader p {
  margin: 7px 0 0 0;
  color: #647985;
  font-size: 14px;
}

.checkoutLayout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  align-items: start;
}

.checkoutMain {
  min-width: 0;
}

.checkoutBox,
.checkoutSummaryBox {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.checkoutBox {
  padding: 18px 20px;
  margin-bottom: 14px;
}

.checkoutBoxTitle {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.checkoutStep {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #EEF7FB;
  color: #00517A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.checkoutSavedAddress {
  margin-bottom: 14px;
}

.checkoutSavedAddress label,
.checkoutField label {
  display: block;
  margin-bottom: 5px;
  color: #50636d;
  font-size: 12px;
  font-weight: 700;
}

.checkoutFormGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 18px;
}

.checkoutField.full {
  grid-column: 1 / -1;
}

.checkoutInput,
.checkoutTextarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d7e3e8;
  border-radius: 7px;
  background: white;
  color: #17313D;
  font-family: Inter, sans-serif;
  font-size: 14px;
  outline: none;
}

.checkoutInput {
  height: 40px;
  padding: 0 12px;
}

.checkoutTextarea {
  min-height: 86px;
  padding: 11px 12px;
  resize: vertical;
}

.checkoutInput:focus,
.checkoutTextarea:focus {
  border-color: #00517A;
  box-shadow: 0 0 0 3px rgba(0,81,122,0.10);
}

.checkoutOption {
  min-height: 54px;
  display: grid;
  grid-template-columns: 28px 34px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #d7e3e8;
  border-radius: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.15s ease;
}

.checkoutOption:last-child {
  margin-bottom: 0;
}

.checkoutOption:hover {
  border-color: rgba(0,81,122,0.35);
  background: #F8FBFD;
}

.checkoutOption.selected {
  border-color: #00517A;
  background: #F4FAFD;
}

.checkoutOptionRadio {
  color: #00517A;
  font-size: 16px;
  text-align: center;
}

.checkoutOptionIcon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #EEF7FB;
  color: #00517A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.checkoutOptionText b {
  display: block;
  color: #17313D;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.checkoutOptionText span {
  display: block;
  margin-top: 2px;
  color: #647985;
  font-size: 12px;
  line-height: 1.25;
}

.checkoutOptionPrice {
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.checkoutCouponRow {
  display: grid;
  grid-template-columns: 1fr 145px;
  gap: 12px;
}

.checkoutSecondaryBtn {
  height: 40px;
  border: 1px solid #00517A;
  border-radius: 7px;
  background: white;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.checkoutSecondaryBtn:hover {
  background: #EEF7FB;
}

.checkoutSummaryBox {
  padding: 20px;
  position: sticky;
  top: 20px;
}

.checkoutSummaryTitle {
  margin-bottom: 18px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.checkoutCartMini {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #50636d;
  font-size: 13px;
  line-height: 1.3;
}

.checkoutCartMini i {
  color: #00517A;
  margin-right: 6px;
}

.checkoutCartMini a {
  color: #00517A;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}

.checkoutSummaryDivider {
  height: 1px;
  background: #e1edf2;
  margin: 18px 0;
}

.checkoutSummaryRow {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  color: #647985;
  font-size: 14px;
}

.checkoutSummaryRow b {
  color: #17313D;
  font-weight: 700;
  text-align: right;
}

.checkoutSummaryRow.small {
  margin-top: -8px;
  font-size: 12px;
  color: #8aa0aa;
}

.checkoutSummaryTotal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  color: #17313D;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.checkoutSummaryTotal b {
  color: #00517A;
  font-size: 24px;
}

.checkoutSummaryNote {
  margin: 0 0 18px 0;
  color: #647985;
  font-size: 12px;
  line-height: 1.4;
}

.checkoutPrimaryBtn {
  width: 100%;
  height: 46px;
  border: 1px solid #00517A;
  border-radius: 7px;
  background: #00517A;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.checkoutPrimaryBtn:hover {
  background: #003f60;
}

.checkoutPrimaryBtn i {
  margin-left: 8px;
}

.checkoutBackLink {
  display: block;
  margin-top: 14px;
  text-align: center;
  color: #00517A;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.checkoutBackLink:hover {
  text-decoration: underline;
}

.checkoutCheckRow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #17313D;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.checkoutCheckRow input {
  width: 18px;
  height: 18px;
  accent-color: #00517A;
}

.checkoutDeliveryAddress.muted {
  opacity: 0.55;
}

.checkoutInput[readonly],
.checkoutInput:disabled,
.checkoutTextarea:disabled {
  background: #f3f7f9;
  color: #6f828c;
  cursor: not-allowed;
}

.checkoutDeliveryAddress.hidden {
  display: none;
}

.checkoutBillingInfo {
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(0,81,122,0.14);
  border-radius: 8px;
  background: #F4FAFD;
  color: #17313D;
  font-size: 14px;
  line-height: 1.45;
}

.checkoutBillingInfoTitle {
  margin-bottom: 6px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.checkoutBillingInfoLine {
  margin-top: 2px;
}

.checkoutBillingInfoMuted {
  color: #647985;
}

.thankyouPage {
  max-width: 760px;
  width: calc(100% - 32px);
  margin: 42px auto 80px auto;
  font-family: Inter, sans-serif;
  color: #17313D;
}

.thankyouBox {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  padding: 42px 46px;
  text-align: center;
}

.thankyouIcon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px auto;
  border-radius: 50%;
  background: #EEF7FB;
  color: #00517A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.thankyouBox h1 {
  margin: 0;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.thankyouLead {
  max-width: 520px;
  margin: 14px auto 24px auto;
  color: #647985;
  font-size: 16px;
  line-height: 1.5;
}

.thankyouOrderNumber {
  display: inline-block;
  margin-bottom: 8px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #F4FAFD;
  color: #17313D;
  font-size: 16px;
}

.thankyouOrderNumber b {
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.thankyouOrderMeta {
  margin-bottom: 24px;
  color: #8aa0aa;
  font-size: 13px;
}

.thankyouInfoBox {
  margin: 26px auto 28px auto;
  padding: 18px 20px;
  border: 1px solid #e1edf2;
  border-radius: 10px;
  background: #FBFDFE;
  text-align: left;
}

.thankyouInfoTitle {
  margin-bottom: 12px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.thankyouInfoLine {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 9px;
  color: #50636d;
  font-size: 14px;
  line-height: 1.4;
}

.thankyouInfoLine i {
  width: 18px;
  color: #00517A;
  margin-top: 2px;
}

.thankyouActions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.thankyouPrimaryBtn {
  min-width: 190px;
  height: 44px;
  padding: 0 20px;
  border-radius: 7px;
  background: #00517A;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.thankyouPrimaryBtn:hover {
  background: #003f60;
}

.thankyouSecondaryLink {
  color: #00517A;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.thankyouSecondaryLink:hover {
  text-decoration: underline;
}

.paymentPage {
  max-width: 760px;
  width: calc(100% - 32px);
  margin: 42px auto 80px auto;
  font-family: Inter, sans-serif;
  color: #17313D;
}

.paymentBox {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  padding: 42px 46px;
  text-align: center;
}

.paymentIcon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px auto;
  border-radius: 50%;
  background: #EEF7FB;
  color: #00517A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.paymentIcon.error {
  background: #FFF4F0;
  color: #B24020;
}

.paymentBox h1 {
  margin: 0;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.paymentLead {
  max-width: 540px;
  margin: 14px auto 26px auto;
  color: #647985;
  font-size: 16px;
  line-height: 1.5;
}

.paymentLoader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
  color: #50636d;
  font-size: 14px;
}

.paymentSpinner {
  width: 26px;
  height: 26px;
  border: 3px solid #d7e3e8;
  border-top-color: #00517A;
  border-radius: 50%;
  animation: paymentSpin 0.8s linear infinite;
}

@keyframes paymentSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.paymentOrderInfo {
  display: inline-block;
  margin: 8px auto 22px auto;
  padding: 12px 18px;
  border-radius: 8px;
  background: #F4FAFD;
  color: #17313D;
  font-size: 15px;
}

.paymentOrderInfo b {
  color: #00517A;
  font-family: Montserrat, sans-serif;
}

.paymentErrorBox {
  margin: 22px auto;
  padding: 16px 18px;
  border: 1px solid #f0c8b8;
  border-radius: 8px;
  background: #FFF8F5;
  color: #8A2E13;
  font-size: 15px;
  line-height: 1.4;
}

.paymentActions {
  margin-top: 26px;
}

.paymentPrimaryBtn {
  min-width: 230px;
  height: 46px;
  padding: 0 22px;
  border-radius: 7px;
  background: #00517A;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.paymentPrimaryBtn:hover {
  background: #003f60;
}

.paymentPrimaryBtn i {
  margin-left: 8px;
}

.paymentSecondaryLink {
  display: block;
  margin-top: 14px;
  color: #00517A;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.paymentSecondaryLink:hover {
  text-decoration: underline;
}

.paymentBack {
  margin-top: 24px;
}

.paymentBack a {
  color: #00517A;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.paymentBack a:hover {
  text-decoration: underline;
}

.paymentRetryBtn {
  min-width: 230px;
  height: 46px;
  padding: 0 22px;
  border-radius: 7px;
  background: #00517A;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.paymentRetryBtn:hover {
  background: #003f60;
}

.paymentRetryBtn i {
  margin-left: 8px;
}

.paymentContactBox {
  max-width: 520px;
  margin: 24px auto 0 auto;
  padding: 18px 20px;
  border: 1px solid #e1edf2;
  border-radius: 10px;
  background: #FBFDFE;
  color: #50636d;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}

.paymentContactTitle {
  margin-bottom: 8px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.paymentContactBox p {
  margin: 8px 0;
}

.paymentContactLink {
  display: inline-block;
  margin-top: 6px;
  color: #00517A;
  font-weight: 700;
  text-decoration: underline;
}

.paymentFinishPage {
  max-width: 760px;
  width: calc(100% - 32px);
  margin: 42px auto 80px auto;
  font-family: Inter, sans-serif;
  color: #17313D;
}

.paymentFinishBox {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  padding: 42px 46px;
  text-align: center;
}

.paymentFinishIcon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px auto;
  border-radius: 50%;
  background: #EEF7FB;
  color: #00517A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.paymentFinishIcon.success {
  background: #EEF8F2;
  color: #267A3E;
}

.paymentFinishIcon.pending {
  background: #FFF9E8;
  color: #9A6B00;
}

.paymentFinishIcon.error {
  background: #FFF4F0;
  color: #B24020;
}

.paymentFinishBox h1 {
  margin: 0;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.paymentFinishLead {
  max-width: 540px;
  margin: 14px auto 26px auto;
  color: #647985;
  font-size: 16px;
  line-height: 1.5;
}

.paymentFinishLoader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
  color: #50636d;
  font-size: 14px;
}

.paymentFinishSpinner {
  width: 26px;
  height: 26px;
  border: 3px solid #d7e3e8;
  border-top-color: #00517A;
  border-radius: 50%;
  animation: paymentFinishSpin 0.8s linear infinite;
}

@keyframes paymentFinishSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.paymentFinishOrderInfo {
  display: inline-block;
  margin: 8px auto 22px auto;
  padding: 12px 18px;
  border-radius: 8px;
  background: #F4FAFD;
  color: #17313D;
  font-size: 15px;
}

.paymentFinishOrderInfo b {
  color: #00517A;
  font-family: Montserrat, sans-serif;
}

.paymentFinishMessageBox {
  margin: 22px auto;
  padding: 16px 18px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.4;
}

.paymentFinishMessageBox.success {
  border: 1px solid #c7e6d2;
  background: #F4FBF7;
  color: #236637;
}

.paymentFinishMessageBox.pending {
  border: 1px solid #eadca8;
  background: #FFFBEF;
  color: #725000;
}

.paymentFinishMessageBox.error {
  border: 1px solid #f0c8b8;
  background: #FFF8F5;
  color: #8A2E13;
}

.paymentFinishActions {
  margin-top: 26px;
}

.paymentFinishPrimaryBtn {
  min-width: 230px;
  height: 46px;
  padding: 0 22px;
  border-radius: 7px;
  background: #00517A;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.paymentFinishPrimaryBtn:hover {
  background: #003f60;
}

.paymentFinishSecondaryLink {
  display: block;
  margin-top: 14px;
  color: #00517A;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.paymentFinishSecondaryLink:hover {
  text-decoration: underline;
}

.checkoutVeil {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkoutVeilBox {
  width: 320px;
  max-width: calc(100vw - 40px);
  padding: 30px 26px;
  border-radius: 14px;
  background: white;
  border: 1px solid rgba(0,81,122,0.12);
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  text-align: center;
  font-family: Inter, sans-serif;
  color: #17313D;
}

.checkoutVeilSpinner {
  width: 42px;
  height: 42px;
  margin: 0 auto 18px auto;
  border: 4px solid #d7e3e8;
  border-top-color: #00517A;
  border-radius: 50%;
  animation: checkoutVeilSpin 0.8s linear infinite;
}

@keyframes checkoutVeilSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.checkoutVeilTitle {
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 8px;
}

.checkoutVeilText {
  color: #647985;
  font-size: 14px;
  line-height: 1.4;
}

.checkoutPrimaryBtn.disabled,
.checkoutPrimaryBtn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.contactPage {
  max-width: 1120px;
  width: calc(100% - 32px);
  margin: 24px auto 70px auto;
  font-family: Inter, sans-serif;
  color: #17313D;
}

.contactHeader {
  margin-bottom: 22px;
}

.contactBreadcrumb {
  margin-bottom: 6px;
  color: #8aa0aa;
  font-size: 13px;
}

.contactHeader h1 {
  margin: 0;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.contactHeader p {
  margin: 8px 0 0 0;
  max-width: 720px;
  color: #647985;
  font-size: 15px;
  line-height: 1.45;
}

.contactLayout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  align-items: start;
}

.contactMain {
  min-width: 0;
}

.contactBox,
.contactSideBox {
  background: white;
  border: 1px solid rgba(0,81,122,0.10);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.contactBox {
  padding: 20px;
  margin-bottom: 16px;
}

.contactBoxTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.contactBoxTitle i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #EEF7FB;
  color: #00517A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.contactInfoGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.contactInfoItem {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 14px 15px;
  border: 1px solid #e1edf2;
  border-radius: 9px;
  background: #FBFDFE;
}

.contactInfoIcon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #EEF7FB;
  color: #00517A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contactInfoLabel {
  margin-bottom: 3px;
  color: #647985;
  font-size: 12px;
  font-weight: 700;
}

.contactInfoItem a,
.contactInfoItem span {
  color: #17313D;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.contactInfoItem a:hover {
  color: #00517A;
  text-decoration: underline;
}

.contactCompany h2 {
  margin: 0 0 14px 0;
  color: #17313D;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.contactCompanyRows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
}

.contactCompanyRows div {
  padding: 12px 14px;
  border-radius: 8px;
  background: #F4FAFD;
}

.contactCompanyRows span {
  display: block;
  margin-bottom: 4px;
  color: #647985;
  font-size: 12px;
  font-weight: 700;
}

.contactCompanyRows b {
  color: #17313D;
  font-size: 14px;
  font-weight: 700;
}

.contactPeople {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contactPerson {
  display: flex;
  gap: 13px;
  padding: 15px;
  border: 1px solid #e1edf2;
  border-radius: 9px;
  background: #FBFDFE;
}

.contactPersonAvatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #EEF7FB;
  color: #00517A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contactPersonText h3 {
  margin: 0;
  color: #17313D;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.contactPersonText p {
  margin: 4px 0 7px 0;
  color: #647985;
  font-size: 13px;
  line-height: 1.35;
}

.contactPersonText a {
  color: #00517A;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.contactPersonText a:hover {
  text-decoration: underline;
}

.contactSide {
  position: sticky;
  top: 20px;
}

.contactSideBox {
  padding: 20px;
  margin-bottom: 16px;
}

.contactSideTitle {
  margin-bottom: 13px;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.contactSideBox p {
  margin: 0;
  color: #647985;
  font-size: 14px;
  line-height: 1.45;
}

.contactPrimaryBtn,
.contactSecondaryBtn {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.contactPrimaryBtn {
  background: #00517A;
  color: white;
  border: 1px solid #00517A;
  margin-bottom: 10px;
}

.contactPrimaryBtn:hover {
  background: #003f60;
}

.contactSecondaryBtn {
  background: white;
  color: #00517A;
  border: 1px solid #00517A;
}

.contactSecondaryBtn:hover {
  background: #EEF7FB;
}

.thinScroll {
  xdisplay: inline-block;
  max-height: 120px;
  overflow-y: auto;
  overflow-x: hidden;

  scrollbar-width: thin;
  scrollbar-color: rgba(0,81,122,0.35) transparent;
}

.thinScroll::-webkit-scrollbar {
  width: 3px;
}

.thinScroll::-webkit-scrollbar-track {
  background: transparent;
}

.thinScroll::-webkit-scrollbar-thumb {
  background: rgba(0,81,122,0.35);
  border-radius: 10px;
}

.thinScroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0,81,122,0.75);
}
.checkoutTermsRow {
  display: flex;
  margin-top: 14px;
  margin-bottom: 14px;
  color: #50636d;
  font-size: 13px;
  line-height: 1.4;
}

.checkoutTermsRow input {
  width: 13px;
  height: 13px;
  margin-top: 1px;
  accent-color: #00517A;
  flex-shrink: 0;
}

.checkoutTermsRow a {
  color: #00517A;
  font-weight: 700;
  text-decoration: none;
}

.checkoutTermsRow a:hover {
  text-decoration: underline;
}

.vop
{
  width:100%;height:75%;border:1px #AAA solid;border-radius:3px;padding:10px;
}

.detailCartDisabled {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 15px;
  border-radius: 8px;
  background: #F5F7F8;
  border: 1px solid #dbe5ea;
  color: #647985;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

.scDetailPreSaleNote {
  margin-left: 8px;
  color: #7f929c;
  font-weight: 500;
}

.cartServerMessage {
  max-width: 1120px;
  width: calc(100% - 32px);
  box-sizing: border-box;
  margin: 12px auto 18px auto;
  padding: 13px 16px;
  border: 1px solid rgba(0,81,122,0.16);
  border-left: 4px solid #00517A;
  border-radius: 8px;
  background: #F4FAFD;
  color: #17313D;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 2px 9px rgba(0,0,0,0.04);
  position:relative;
  top:24px;
}

.cartServerMessage i {
  color: #00517A;
  font-size: 17px;
  margin-top: 1px;
  flex-shrink: 0;
}

.cartServerMessage span {
  display: block;
}

.scDetailCartActionLine {
  display: flex;
  align-items: center;
  gap: 12px;
}

.scDetailCartLink {
  height: 46px;
  padding: 0 18px;
  border: 1px solid #00517A;
  border-radius: 7px;
  color: #00517A;
  background: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  margin-top:22px;
}

.scDetailCartLink:hover {
  background: #EEF7FB;
}


/* =======================================================================================
   ANIMÁCIE
   ======================================================================================= */

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}


/* =======================================================================================
   MOBIL / TABLET do 1000 px
   ======================================================================================= */

@media only screen and (max-width: 1000px) {
  
  .scDetailCartActionLine {
    display: block;
  }

  .scDetailCartLink {
    width: 100%;
    height: 70px;
    margin-top: 12px;
    box-sizing: border-box;
    font-size:36px;
    border-radius: 10px;
    width:400px;
  }
  
  #checkoutTermsAgreement
  {
    transform:scale(2.5);
    margin:13px;
    margin-right:20px;
    
    
  }
  
  .detailCartDisabled {
  padding: 18px 20px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1.3;
  }
  
  .registerHeader p {
    font-size: 25px;
  }

  
  .vop
  {font-size:28px;}
  
  .contactPage {
    width: calc(100% - 22px);
    margin: 18px auto 70px auto;
  }

  .contactHeader {
    margin-bottom: 22px;
  }

  .contactBreadcrumb {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .contactHeader h1 {
    font-size: 42px;
    line-height: 1.15;
  }

  .contactHeader p {
    font-size: 26px;
    line-height: 1.35;
    max-width: none;
  }

  .contactLayout {
    display: block;
  }

  .contactMain {
    width: 100%;
  }

  .contactBox {
    padding: 24px;
    margin-bottom: 18px;
    border-radius: 14px;
  }

  .contactBoxTitle {
    font-size: 32px;
    gap: 14px;
    margin-bottom: 22px;
    line-height: 1.2;
  }

  .contactBoxTitle i {
    width: 46px;
    height: 46px;
    font-size: 23px;
    flex-shrink: 0;
  }

  .contactInfoGrid {
    gap: 16px;
  }

  .contactInfoItem {
    gap: 18px;
    padding: 20px;
    border-radius: 12px;
  }

  .contactInfoIcon {
    width: 58px;
    height: 58px;
    font-size: 27px;
    flex-shrink: 0;
  }

  .contactInfoLabel {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .contactInfoItem a,
  .contactInfoItem span {
    font-size: 27px;
    line-height: 1.25;
  }

  .contactCompany h2 {
    font-size: 31px;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .contactCompanyRows {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contactCompanyRows div {
    padding: 17px 18px;
    border-radius: 11px;
  }

  .contactCompanyRows span {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .contactCompanyRows b {
    font-size: 27px;
    line-height: 1.25;
  }

  .contactPeople {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contactPerson {
    gap: 18px;
    padding: 20px;
    border-radius: 12px;
  }

  .contactPersonAvatar {
    width: 66px;
    height: 66px;
    font-size: 29px;
    flex-shrink: 0;
  }

  .contactPersonText h3 {
    font-size: 30px;
    line-height: 1.2;
  }

  .contactPersonText p {
    font-size: 24px;
    line-height: 1.3;
    margin: 7px 0 10px 0;
  }

  .contactPersonText a {
    font-size: 24px;
    line-height: 1.25;
  }

  .contactSide {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .contactSideBox {
    padding: 24px;
    margin-bottom: 18px;
    border-radius: 14px;
  }

  .contactSideTitle {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .contactSideBox p {
    font-size: 25px;
    line-height: 1.35;
  }

  .contactPrimaryBtn,
  .contactSecondaryBtn {
    height: 70px;
    font-size: 28px;
    border-radius: 10px;
    gap: 12px;
  }

  .contactPrimaryBtn {
    margin-bottom: 14px;
  }

  
  .scDetailAuthor{font-size:36px;}
  .scDetailPrice{font-size:36px;}
  .scDetailStock{font-size:32px;}
  .scDetailCartBtn{font-size:36px;width:400px;}
  .scDetailCartQtyControl span{font-size:36px;width:400px;padding:10px;}
  .scDetailCartQtyControl {max-width:100%;width:450px;height:70px;margin-top:22px;} 
  .scDetailAnnotation h2 {font-size:36px;}
  .scDetailAnnotation div {font-size:32px;}
  .scDetailPublisher {font-size:32px;}
  
  .closeX
  {
    font-size:68px;
  }
  
  .scDetailClose {
    width:94px;
    height:94px;
    font-size:48px;
    color:white;
    background:#00517A;
  }
  
  .scDetailImageBox img {    
    max-height: 930px;
  }
  
  .scDetailParam span
  {
    font-size:28px;
  }
  
  .scDetailParam b
  {
    font-size:32px;
  }
    
  .ifDesktopThenNull {
    display: inline-block;
  }
  
  .checkoutVeilBox {
  width: calc(100vw - 52px);
  padding: 38px 28px;
}

.checkoutVeilSpinner {
  width: 58px;
  height: 58px;
  border-width: 6px;
  margin-bottom: 24px;
}

.checkoutVeilTitle {
  font-size: 34px;
}

.checkoutVeilText {
  font-size: 25px;
}
  
  .paymentFinishPage {
  width: calc(100% - 22px);
  margin: 26px auto 75px auto;
}

.paymentFinishBox {
  padding: 34px 24px;
  border-radius: 14px;
}

.paymentFinishIcon {
  width: 92px;
  height: 92px;
  font-size: 42px;
  margin-bottom: 26px;
}

.paymentFinishBox h1 {
  font-size: 42px;
  line-height: 1.15;
}

.paymentFinishLead {
  font-size: 26px;
  line-height: 1.35;
  margin: 18px auto 30px auto;
}

.paymentFinishLoader {
  display: block;
  font-size: 24px;
  line-height: 1.35;
}

.paymentFinishSpinner {
  width: 44px;
  height: 44px;
  margin: 0 auto 16px auto;
  border-width: 5px;
}

.paymentFinishOrderInfo {
  font-size: 25px;
  padding: 16px 20px;
}

.paymentFinishMessageBox {
  font-size: 24px;
  padding: 20px 22px;
}

.paymentFinishPrimaryBtn {
  width: 100%;
  height: 68px;
  box-sizing: border-box;
  font-size: 27px;
}

.paymentFinishSecondaryLink {
  font-size: 25px;
}
  
  .paymentRetryBtn {
  width: 100%;
  height: 68px;
  box-sizing: border-box;
  font-size: 27px;
}

.paymentContactBox {
  margin-top: 28px;
  padding: 22px;
  font-size: 24px;
  line-height: 1.35;
}

.paymentContactTitle {
  font-size: 30px;
}

.paymentContactLink {
  font-size: 25px;
}
  
  .paymentPage {
  width: calc(100% - 22px);
  margin: 26px auto 75px auto;
}

.paymentBox {
  padding: 34px 24px;
  border-radius: 14px;
}

.paymentIcon {
  width: 92px;
  height: 92px;
  font-size: 42px;
  margin-bottom: 26px;
}

.paymentBox h1 {
  font-size: 42px;
  line-height: 1.15;
}

.paymentLead {
  font-size: 26px;
  line-height: 1.35;
  margin: 18px auto 30px auto;
}

.paymentLoader {
  display: block;
  font-size: 24px;
  line-height: 1.35;
}

.paymentSpinner {
  width: 44px;
  height: 44px;
  margin: 0 auto 16px auto;
  border-width: 5px;
}

.paymentOrderInfo {
  font-size: 25px;
  padding: 16px 20px;
}

.paymentErrorBox {
  font-size: 24px;
  padding: 20px 22px;
}

.paymentPrimaryBtn {
  width: 100%;
  height: 68px;
  box-sizing: border-box;
  font-size: 27px;
}

.paymentSecondaryLink,
.paymentBack a {
  font-size: 25px;
}
  
  .thankyouPage {
  width: calc(100% - 22px);
  margin: 26px auto 75px auto;
}

.thankyouBox {
  padding: 34px 24px;
  border-radius: 14px;
}

.thankyouIcon {
  width: 92px;
  height: 92px;
  font-size: 44px;
  margin-bottom: 26px;
}

.thankyouBox h1 {
  font-size: 42px;
  line-height: 1.15;
}

.thankyouLead {
  font-size: 26px;
  line-height: 1.35;
  margin: 18px auto 28px auto;
}

.thankyouOrderNumber {
  font-size: 25px;
  padding: 16px 20px;
}

.thankyouOrderNumber b {
  display: block;
  margin-top: 4px;
  font-size: 30px;
}

.thankyouOrderMeta {
  font-size: 21px;
  margin-bottom: 28px;
}

.thankyouInfoBox {
  padding: 22px;
  margin: 28px auto 32px auto;
}

.thankyouInfoTitle {
  font-size: 30px;
}

.thankyouInfoLine {
  font-size: 24px;
  gap: 14px;
}

.thankyouInfoLine i {
  width: 28px;
  font-size: 25px;
}

.thankyouActions {
  display: block;
}

.thankyouPrimaryBtn {
  width: 100%;
  height: 68px;
  box-sizing: border-box;
  font-size: 28px;
}

.thankyouSecondaryLink {
  display: block;
  margin-top: 20px;
  font-size: 25px;
}
  
  .checkoutBillingInfo {
  margin-bottom: 20px;
  padding: 18px 20px;
  font-size: 25px;
  line-height: 1.35;
}

.checkoutBillingInfoTitle {
  font-size: 28px;
  margin-bottom: 8px;
}
  
  .cartBackLink {
  font-size:26px;margin-top:35px;
  height:40px;
  }
   
  .cartSummaryTotal {
  font-size:32px;
  } 
   
  .catalogEmpty {
    font-size: 30px;
  }

  .citCategoryLabel {
    font-size: 38px;
  }

  .mobileCategoryBtn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .productName {
    font-size: 30px;
    height: 74px;
  }

  .productCartBtn {
    font-size: 30px;
  }

  .productCartQtyControl {
    font-size: 30px;
    height: 57px;
  }

  .productAuthor {
    font-size: 28px;
  }

  .productPrice {
    font-size: 28px;
  }

  .productOldPrice {
    font-size: 28px;
  }

  .catalogSearchIcon {
    font-size: 42px;
  }

  .catalogSearchInput {
    font-size: 42px;
    height: 70px;
    border: 1px solid #444499;
  }

  .breadcrumb {
    font-size: 38px;
  }

  .scDetailContent {
    padding: 24px 18px;
    max-height: calc(100vh - 150px);
  }

  .scDetailGrid {
    display: block;
  }

  .scDetailImageBox {
    margin-bottom: 22px;
  }

  .scDetailTitle {
    font-size: 42px;
  }

  .scDetailParams {
    grid-template-columns: 1fr;
  }

  .catalogSearchBox {
    width: 50%;
    max-width: none;
    order: 1;
  }

  .productCount {
    font-size: 30px;
    padding-left: 10px;
    width: 50%;
    font-weight: 600;
    order: 0;
  }

  .catalogSelect {
    font-size: 42px;
    height: 70px;
    border: 1px solid #449;
    flex: 1;
    min-width: 180px;
    order: 2;
  }

  .catalogFilterBtn {
    order: 3;
  }

  .dlgLoginLinks {
    font-size: 23px;
  }

  .dlgLoginTitle {
    font-size: 36px;
  }

  .dlgLoginSubTitle {
    font-size: 24px;
  }

  .dlgLoginLabel {
    font-size: 32px;
  }

  .dlgLoginInput {
    font-size: 36px;
  }

  #regEmail {
    font-size: 36px;
  }

  .dlgLoginButton {
    font-size: 32px;
  }

  .dlgLogin {
    width: min(90vw, 690px);
  }

  .legalNote {
    font-size: 32px;
  }

  .accountCard {
    font-size: 36px;
  }

  #headerLinks {
    display: none;
  }

  img.logo {
    height: 120px;
  }

  #logoBand {
    display: none;
  }

  #logoBandM {
    display: inline-block;
    padding: 20px;
    background:
    radial-gradient(circle at 18% 0%, rgba(0,81,122,0.08), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(0,81,122,0.06), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #F6FBFD 100%);
    border-bottom: 1px solid rgba(0,81,122,0.10);
    box-shadow: 0 3px 14px rgba(0,0,0,0.04);
  }

  #blueRowM {
    display: inline-block;
    background: #00517A;
    color: white;
    font-size: 25px;
    font-weight: 600;
    height: 55px;
    line-height: 18px;
    padding: 15px;
     background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,0.28), transparent 58%),
    radial-gradient(circle at 55% 45%, rgba(255,255,255,0.14), transparent 20%),
    linear-gradient(90deg, #004768 0%, #00517A 42%, #006C9D 100%); box-shadow: 0 3px 8px rgba(0,0,50,0.19)
  }

  #blueRow {
    display: none;
  }

  #mainTitleImg {
    max-height: 505px;
  }

  #alignedContent {
    width: 100%;
    height: 1160px;
    text-align: center;
  }

  #mainTitleImgContainer {
    width: auto;
  }

  #bookDescription {
    width: 100%;
  }

  #neprehliadnite {
    font-size: 28px;
  }

  .ifMobileThenNull {
    display: none;
  }

  .descr {
    font-size: 34px;
    padding: 15px;
  }

  .titleName {
    padding: 15px;
    font-size: 43px;
  }

  .price {
    font-family: Montserrat;
    font-size: 43px;
  }

  .price span {
    font-size: 22px;
  }

  .stock-status {
    font-size: 23px;
  }

  .stock-dot {
    width: 18px;
    height: 18px;
  }

  .btn {
    font-size: 33px;
    margin-left: 10px;
    padding: 25px;
  }

  .book-strip img {
    width: 14.8%;
  }

  #footer {
    font-size: 26px;
    height: 45px;
  }

  .mobile-menu {
    width: min(82vw, 410px);
    height: 100vh;
    margin: 0 0 0 auto;
    padding: 24px;
    border: none;
    background: white;
    box-shadow: -6px 0 20px rgba(0,0,0,0.18);
  }

  .mobile-menu::backdrop {
    background: rgba(0,0,0,0.35);
  }

  .mobile-menu-close {
    float: right;
    border: none;
    background: transparent;
    color: #00517A;
    font-size: 56px;
    cursor: pointer;
  }

  .mobile-menu nav {
    display: block;
    margin-top: 55px;
  }

  .mobile-menu nav a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e2edf2;
    color: #00517A;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-decoration: none;
  }

  .cart-count {
    font-size: 28px;
    border-radius: 48px;
    width: 38px;
    padding: 0px;
  }

  .accountHeader {
    display: block;
  }

  .accountHeader .btn {
    margin-top: 16px;
  }

  .accountDataGrid {
    display: block;
  }

  .orderRow {
    display: block;
  }

  .accountActions {
    display: block;
  }

  .accountActions .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .registerPage {
    padding: 24px 16px;
    font-size: 28px;
  }

  .registerCard {
    padding: 20px;
    font-size: 28px;
  }

  .formGrid {
    display: block;
  }

  .formField {
    margin-bottom: 14px;
    width: 66%;
  }

  .formField label {
    font-size: 28px;
  }

  .registerActions {
    display: block;
  }

  .registerActions .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .catalogPage {
    display: block;
    width: calc(100% - 20px);
    padding-top: 16px;
  }

  .catalogSidebar {
    display: none;
  }

  .catalogToolbar {
    display: block;
  }

  .catalogTools {
    flex-wrap: wrap;
    margin-top: 12px;
    justify-content: space-between;
  }

  .productGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .productImageBox {
    height: 290px;
  }

  .productImageBox img {
    max-height: 228px;
  }

  .cartBoxTitle {
    display: none;
  }

  .cartPage {
    width: calc(100% - 22px);
    margin: 18px auto 60px auto;
  }

  .cartHeader h1 {
    font-size: 43px;
  }

  .cartHeader p {
    font-size: 28px;
  }

  .cartLayout {
    display: block !important;
  }

  .cartItemsBox {
    width: 100%;
  }

  .cartSummaryBox {
    width: 100%;
    position: static !important;
    margin-top: 16px;
    font-size:32px;
  }

  .cartSummaryTitle {
    font-size: 43px;
  }

  .cartSummaryTotal b {
    font-size: 32px;
  }
  
  .cartSummaryRow {
    font-size:32px;
    height:35px;
  }

  .cartPrimaryBtn {
    height: 82px;
    font-size:32px;
  }

  .cartItem {
  display: grid;
  grid-template-columns: 125px 145px 1fr 1fr;
  grid-template-areas:
    "img info info info"
    "img qty unit total";
  column-gap: 16px;
  row-gap: 10px;
  align-items: start;
  position: relative;
  padding: 16px;
}

.cartItemImage {
  grid-area: img;
  width: 125px;
  height: 100%;
  min-height: 165px;
  align-self: stretch;
}

.cartItemInfo {
  grid-area: info;
  min-width: 0;
  padding-right: 44px;
}

.cartItemName {
  font-size: 32px;
  line-height: 1.18;
  padding-right: 0;
}

.cartItemMeta {
  font-size: 27px;
  margin-top: 7px;
}

.cartItemQty {
  grid-area: qty;
  width: 135px;
  height: 38px;
  margin-top: 4px;
  align-self: center;
}

.cartItemQty button {
  width: 38px;
  font-size: 22px;
}

.cartItemQty span {
  font-size: 25px;
  line-height: 38px;
}

.cartItemPrice {
  display: contents;
}

.cartUnitPrice {
  grid-area: unit;
  align-self: center;
  font-size: 25px;
  white-space: nowrap;
  color: #8aa0aa;
  margin-top: 4px;
}

.cartLinePrice {
  grid-area: total;
  align-self: center;
  justify-self: end;
  font-size: 25px;
  margin-top: 4px;
  white-space: nowrap;
  color: #00517A;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cartRemoveBtn {
  position: absolute;
  right: 20px;
  top: 22px;
  font-size: 32px;
  background: none;
}

.cartItemDiscount {
  font-size: 23px;
}
  
  .deliveryNotice
  {
    height:70px;
    margin-top:35px;
  }
 /* Objednávka */
 
 .checkoutPage {
  width: calc(100% - 22px);
  margin: 18px auto 70px auto;
}

.checkoutHeader {
  margin-bottom: 18px;
}

.checkoutBreadcrumb {
  font-size: 22px;
  margin-bottom: 8px;
}

.checkoutHeader h1 {
  font-size: 42px;
  line-height: 1.15;
}

.checkoutHeader p {
  font-size: 26px;
  line-height: 1.35;
}

.checkoutLayout {
  display: block;
}

.checkoutMain {
  width: 100%;
}

.checkoutSummaryBox {
  width: 100%;
  position: static !important;
  margin-top: 18px;
  padding: 24px;
}

.checkoutBox {
  padding: 24px;
  margin-bottom: 18px;
}

.checkoutBoxTitle {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.checkoutStep {
  width: 42px;
  height: 42px;
  font-size: 24px;
  flex-shrink: 0;
}

.checkoutSavedAddress label,
.checkoutField label {
  font-size: 25px;
  margin-bottom: 9px;
}

.checkoutFormGrid {
  display: block;
}

.checkoutField {
  margin-bottom: 16px;
}

.checkoutInput {
  height: 68px;
  font-size: 30px;
  padding: 0 18px;
}

.checkoutTextarea {
  min-height: 135px;
  font-size: 30px;
  padding: 16px 18px;
}

.checkoutOption {
  min-height: 92px;
  grid-template-columns: 46px 54px 1fr auto;
  gap: 14px;
  padding: 18px 16px;
  margin-bottom: 12px;
}

.checkoutOptionRadio {
  font-size: 28px;
}

.checkoutOptionIcon {
  width: 50px;
  height: 50px;
  font-size: 25px;
}

.checkoutOptionText b {
  font-size: 29px;
  line-height: 1.15;
}

.checkoutOptionText span {
  font-size: 23px;
  line-height: 1.25;
  margin-top: 5px;
}

.checkoutOptionPrice {
  font-size: 28px;
  padding-left: 10px;
}

.checkoutCouponRow {
  grid-template-columns: 1fr;
  gap: 12px;
}

.checkoutSecondaryBtn {
  height: 64px;
  font-size: 28px;
}

.checkoutSummaryTitle {
  font-size: 34px;
  margin-bottom: 20px;
}

.checkoutCartMini {
  font-size: 25px;
  line-height: 1.35;
}

.checkoutSummaryRow {
  font-size: 27px;
  margin-bottom: 15px;
}

.checkoutSummaryRow.small {
  font-size: 23px;
  margin-top: -6px;
}

.checkoutSummaryTotal {
  font-size: 32px;
  margin-bottom: 16px;
}

.checkoutSummaryTotal b {
  font-size: 40px;
}

.checkoutSummaryNote {
  font-size: 24px;
  line-height: 1.35;
}

.checkoutPrimaryBtn {
  height: 72px;
  font-size: 30px;
}

.checkoutBackLink {
  font-size: 27px;
  margin-top: 18px;
  }
  
  .checkoutCheckRow {
  gap: 14px;
  margin-bottom: 22px;
  font-size: 37px;
  line-height: 1.3;
  }

.checkoutCheckRow input {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  }
  .cartServerMessage
  {
    font-size:30px;
    margin-bottom:50px;
  }
  .cartServerMessage i
  {
    font-size:40px;
  }
  
}
