<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ajax-content {float: none;}
#dialog-overlay {width: 100%; height: 100%; background-color: #000; z-index: 90; position: fixed; opacity: 0.8;}
#dialog-container {position: fixed; z-index: 100; left: 0; top: 0; width: 100%; height: 100vh; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
#dialog-frame {width: 330px; float: left; padding-bottom: 6px; background-color: #FFF; z-index: 91; box-shadow: 0 0 15px #000000;}
#dialog-frame H2 {width: 100%; position: relative; padding: 10px 15px; margin: 0px; text-align: left; float: left; font-size: 22px; text-transform: uppercase; background-color: #4d4440; color: #FFF;}
#dialog-frame H2 .closer {position: absolute; top: 0; right: 0; margin: 7px 4px 0 0; color: #fff;}

#dialog-frame P {width: 100%; float: left; padding: 10px 15px; margin: 0;}

#dialog-frame .line {width: 100%; float: left;}
#dialog-frame .login-input {width: 100%; float: left; padding: 0 2%;}

#dialog-frame .submit-line {width: 100%; float: left; display: flex; justify-content: center;}
#dialog-frame .submit-line .btn-submit {width: 96%; padding: 8px 12px; margin: 6px 0 0 0; border: none; font-size: 15px; text-transform: uppercase; cursor: pointer; background: #619993; color: #fff;}

#dialog-frame .submit-line .btn-submit:HOVER {background-color: #332D2B; color: #fff;}

#dialog-frame INPUT {width: 100%; float: left; padding: 8px 12px; margin: 6px 0 0 0; border: 1px #ddd solid; font-size: 15px; border-radius: 3px;}

/* NovĂ˝, kvĹŻli COOKIES */

.dialogShader {width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: #000; opacity: 0.4; z-index: 99;}
.dialogCont {width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 101;}
.dialogCont .centerer {width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-around;}
.dialogCont .dialogFrame {width: 600px; float: left; background-color: #FFF; border-radius: 5px; position: relative;}
.dialogCont .dialogFrame.size-1 {width: 800px;}
.dialogCont .dialogFrame.size-2 {width: 1000px;}
.dialogCont .headerFrame {width: 100%; min-height: 60px; padding: 10px 20px; float: left; background-color: #e5e5e5; border-bottom: 1px #d5d5d5 solid; color: #222; font-size: 20px; font-weight: 500; text-transform: uppercase; text-align: center; display: flex; align-items: center; position: relative;}
.dialogCont .headerFrame.red {background-color: #cc202d; border-bottom: 1px #cc202d solid;}
.dialogCont .headerFrame .close {width: auto; height: auto; float left; position: absolute; color: #222; font-size: 40px; top: calc(50% - 10px); right: 10px; line-height: 20px; opacity: 0.7;}
.dialogCont .headerFrame .close:HOVER {opacity: 1;}
.dialogCont .bodyFrame {width: 100%; padding: 30px; float: left; background-color: #FFF; font-size: 14px; font-weight: 300;}
.dialogCont .bodyFrame P:first-child {margin-top: 0px;}
.dialogCont .scroller {width: 100%; max-height: 70vh; float: left; overflow-y: scroll;}
.dialogCont .dialogFrame .buttonsFrame {width: 100%; float: left; display: flex; justify-content: space-between; margin: 10px 0px 0px 0px;}
.dialogCont .dialogFrame .buttonsFrame A {width: 160px; padding: 10px 20px; border: 1px #e0e0e0 solid; background-color: #f5f5f5; transition: box-shadow 200ms; font-size: 13px; font-weight: 300; display: flex; align-items: center; justify-content: space-around; text-decoration: none; border-radius: 2px;}
.dialogCont .dialogFrame .buttonsFrame A:HOVER {box-shadow: inset 0 0 10px rgba(0,0,0, 0.3);}
.dialogCont .dialogFrame .buttonsFrame A.cart {background-color: #ed2d5b; color: #FFF; border: 1px #ed2d5b solid;}
.dialogCont .dialogFrame .buttonsFrame A IMG {margin-right: 10px;}
.dialogCont .dialogFrame .buttonsFrame A.green {background-color: #1da676; color: #FFF; border-color: #1da676;}

.dialogCont .dialogFrame .close {width: auto; height: auto; float left; position: absolute; color: #FFF; font-size: 40px; top: -30px; right: -30px; line-height: 20px; opacity: 0.7;}
.dialogCont .dialogFrame .close:HOVER {opacity: 1;}

@media only screen
and (max-width: 1000px)
{
  .dialogCont .dialogFrame {max-width: 90vw;}
}
@media only screen
and (max-width: 700px)
{
  .dialogCont .headerFrame {font-size: 16px;}
  .dialogCont .dialogFrame .close {z-index: 99999999; top: 17px; color: #000; right: 10px;}  
}
@media only screen
and (max-width: 500px)
{
  .dialogCont .bodyFrame {padding: 10px;}
  
  .dialogCont .dialogFrame {margin-bottom: 80px; overflow-y: auto;}
  
}

/* TlaÄŤĂ­tka v Dialogu */
.dialogButtonsFrame {width: 100%; float: left; display: flex; justify-content: space-between; margin: 20px 0px 0px 0px;}
.dialogButtonsFrame .button {width: 350px; height: 60px; padding: 0px 20px; background-color: #79db31; color: #FFF; font-size: 18px; font-weight: 600; display: flex; align-items: center; justify-content: space-between; transition: 200ms all; border-radius: 5px;}
.dialogButtonsFrame .button.forward {}
.dialogButtonsFrame .button.forward:after {width: 17px; height: 28px; content: ''; background-image: url('/images/arrow-white-r.png'); background-position: center center; background-repeat: no-repeat;}
.dialogButtonsFrame .button.forward:HOVER {background-color: #000; color: #FFF;}
.dialogButtonsFrame .button.forward:HOVER:after {}
.dialogButtonsFrame .button.back {background-color: #eee; color: #222; cursor: pointer; justify-content: space-between;}
.dialogButtonsFrame .button.back:before {width: 17px; height: 28px; content: ''; background-image: url('/images/arrow-black-l.png'); background-position: center center; background-repeat: no-repeat;}


.cookiesLine {width: 100%; display: flex; flex-direction: column;}
.cookiesLine .cookiesHeaderLine {width: 100%; display: flex; align-items: center;}
.cookiesLine .cookiesHeaderLine INPUT {margin: 0px 15px 0px 0px; transform: scale(1.5);}
.cookiesLine .cookiesHeaderLine .heading {font-size: 16px; font-weight: 600; margin: 10px 0;}

</pre></body></html>