@font-face {
    font-family: 'Ubuntu-Regular';
    src:url(../fonts/Ubuntu-Regular.ttf) format('truetype');
}
@font-face{
    font-family:'Oxygen-Regular';
    src:url(../fonts/Oxygen-Regular.ttf) format('truetype');
}
.rw-wrapper{
    position: relative;
    padding: 13em 0 0;
}
.rw-sentence{
    margin: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0.0001);
    font-size: 30px;
}
.rw-sentence span{
    color: #000;
    white-space: nowrap;
}
.rw-sentence > span:first-child{
    display: block;
    text-indent: 5px;
    font-size: 3em;
    font-family: 'Ubuntu-Regular';
}
.rw-words{
    width: 100%;
    height: 100px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}
.rw-words span{
    position: absolute;
    width: 100%;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
}
.rw-words-1 span{
    font-family:'Oxygen-Regular';
    font-size: 1.2em;
    -webkit-animation: rotateWordsFirst 18s linear infinite 0s;
    -moz-animation: rotateWordsFirst 18s linear infinite 0s;
    -o-animation: rotateWordsFirst 18s linear infinite 0s;
    -ms-animation: rotateWordsFirst 18s linear infinite 0s;
    animation: rotateWordsFirst 18s linear infinite 0s;
    line-height: 1.4em;
}
.rw-words-2 span{
    font-size: 2em;
    font-style: italic;
    text-indent: 5px;
    color: #f44336;	
    font-family: 'Ubuntu-Regular';
    -webkit-animation: rotateWordsSecond 18s ease-in infinite 0s;
    -moz-animation: rotateWordsSecond 18s ease-in infinite 0s;
    -o-animation: rotateWordsSecond 18s ease-in infinite 0s;
    -ms-animation: rotateWordsSecond 18s ease-in infinite 0s;
    animation: rotateWordsSecond 18s ease-in infinite 0s;
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
    -moz-animation-delay: 3s; 
    -o-animation-delay: 3s; 
    -ms-animation-delay: 3s; 
    animation-delay: 3s; 
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
    -moz-animation-delay: 6s; 
    -o-animation-delay: 6s; 
    -ms-animation-delay: 6s; 
    animation-delay: 6s; 
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s; 
    -o-animation-delay: 9s; 
    -ms-animation-delay: 9s; 
    animation-delay: 9s; 
}
.rw-words span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
    -moz-animation-delay: 12s; 
    -o-animation-delay: 12s; 
    -ms-animation-delay: 12s; 
    animation-delay: 12s; 
}
.rw-words span:nth-child(6) { 
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s; 
    -o-animation-delay: 15s; 
    -ms-animation-delay: 15s; 
    animation-delay: 15s; 
}
@-webkit-keyframes rotateWordsFirst {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; width: 50%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes rotateWordsFirst {
    0% { opacity: 0; -moz-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -moz-animation-timing-function: ease-out; width: 50%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes rotateWordsFirst {
    0% { opacity: 0; -o-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -o-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsFirst {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; -ms-animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsFirst {
    0% { opacity: 0; animation-timing-function: ease-in; width: 0px;}
    5% { opacity: 1; animation-timing-function: ease-out; width: 100%;}
    17% { opacity: 1; }
    20% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes rotateWordsSecond {
    0% { opacity: 0; -webkit-transform: translateZ(200px) translateX(200px);}
    8% { opacity: 1; -webkit-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes rotateWordsSecond {
    0% { opacity: 0; -moz-transform: translateZ(200px) translateX(200px);}
    8% { opacity: 1; -moz-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes rotateWordsSecond {
    0% { opacity: 0; -o-transform: translateZ(200px) translateX(200px);}
    8% { opacity: 1; -o-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWordsSecond {
    0% { opacity: 0; -ms-transform: translateZ(200px) translateX(200px);}
    8% { opacity: 1; -ms-transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 0; transform: translateZ(200px) translateX(200px);}
    8% { opacity: 1; transform: translateZ(0px) translateX(0px);}
    17% { opacity: 1; }
    25% { opacity: 0; }
    100% { opacity: 0; }
}
/*--responsive--*/
@media(max-width: 1280px){
    .rw-sentence > span:first-child {
        font-size: 2.6em;
    }
    .rw-words-2 span {
        font-size: 1.7em;
    }
}
@media(max-width: 1024px){
    .rw-wrapper {
        padding: 7em 0 0;
    }	
    .rw-sentence > span:first-child {
        font-size: 2.3em;
    }
}
@media(max-width:768px){
    .rw-sentence > span:first-child {
        font-size: 1.8em;
    }
    .rw-words-1 span {
        font-size: 1em;
    }
    .rw-words-2 span {
        font-size: 1.3em;
    }
}
@media(max-width:640px){
    .rw-sentence {
        font-size: 25px;
    }
    .rw-words {
        height: 63px;
    }
    .rw-wrapper {
        padding: 8em 0 0;
    }
}
@media(max-width: 480px){
    .rw-wrapper {
        padding: 6em 0 0;
    }
    .rw-sentence {
        font-size: 23px;
    }
}
@media screen and (max-width: 320px){
    .rw-sentence {
        font-size: 13px;
    }	
    .rw-words {
        height: 41px;
    }
    .rw-wrapper {
        padding: 4.5em 0 0;
    }

}

/* aureus */

.starbox {
    display: none;
}

.brand img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media (min-width: 992px) {
    .brand {
        display: table;
    }
    .brand .col-md-3 {
        width: 12.5%;
        display: table-cell;  
        float:  none;
        vertical-align: middle;
    }
}

.text-r2r h3 {
    font-size: 1.5em;
    color: #000;
    line-height: 1.4em;
    font-family: 'Ubuntu-Regular';
}

.text-r2r p {
    font-size: 0.9em;
    color: #484848;
    line-height: 1.8em;
    margin: 1em 0 0;
}

.text-r2r img {
    padding: 16px;
}

.padding-5em {
    padding: 5em 0;
}

.as-basket {
    float: right;
}

.header .fa {
    font-size: 1.2em;
}

.as-size {
    padding: 16px 0;
}

.as-size .btn {
    height: 40px;
    line-height: 24px;
    min-width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #000;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #b2b2b2;
    vertical-align: bottom;
    border-radius: 0;
}

.as-size .btn:active, 
.as-size .btn.active {
    box-shadow:  none;
    background-color: #cbdb2a;

}

.as-size .btn-warning {
    background-color: #b2b2b2;
    color: #7b7b7b!important;
}

.as-size .btn-warning:hover {
    background-color: #ec971f;
}

.as-size .as-vypredane {
    color: #A9A9A9;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    cursor: default;
}
.flex-control-thumbs li {
    width: 24.2%;
}

.item_price {
    text-align: center;
}

.check-out h4 {
    margin-top: 24px;
}

.check-out input {
    color: #000!important;
}

.check-out input::placeholder {
    color: #B5B5B5;
    font-weight: normal;
}

.kosik-form {
    border: 1px solid #b2b2b2;
    margin-top: 1em;
    padding: 0.5em 1em
}

.kosik-form i{
    color: #0e76bc;
    font-size: 1em;
}
.kosik-form input[type="text"],
.kosik-form input[type="password"],
.kosik-form input[type="email"] {
    border: none;
    outline:none;
    font-size: 0.9em;
    color: #999;
    width: 95%;
}

.check-out .news-letter {
    display: inline;
    margin-left: 12px;
}

.check-out .checkbox1 {
    font-size: 1em;
    color: #b2b2b2; 
}

.as-btn-radio .btn {
    height: 30px;
    line-height: 15px;
    width: 30px;
    margin-top: 0.8em;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 1em;
    color: #000;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #b2b2b2;
    vertical-align: bottom;
    border-radius: 0;
}

.as-btn-radio .btn:active, 
.as-btn-radio .btn.active {
    box-shadow:  none;
}

.as-btn-radio i {
    margin-left: -4px;
    color: #141414;
    position: absolute;
    display: none;
}

.as-btn-radio .btn.active i {
    display: inline-block;
}

.as-btn-radio span {
    margin-left: 30px;
}


.as-btn-check .btn {
    height: 30px;
    line-height: 15px;
    width: 30px;
    margin-top: 0em;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 1em;
    color: #000;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #e9e9e9;
    vertical-align: bottom;
    border-radius: 0;
}

.as-btn-check .btn:active, 
.as-btn-check .btn.active {
    box-shadow:  none;
}

.as-btn-check i {
    margin-left: -4px;
    color: #0e76bc;
    position: absolute;
    display: none;
}

.as-btn-check .btn.active i {
    display: block;
}

.as-btn-check span {
    margin-left: 30px;
}



.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.kosik-sumar {
    background-color: #e8e8e8;
    border: 1px solid #b2b2b2;
    padding: 8px;
    text-align: center;
    margin-top: 32px;
}

textarea {
    border: 1px solid #b2b2b2;
    margin-top: 1em;
    padding: 0.5em 1em;
    width: 100%;
}

textarea:focus {
    outline: none;
}


.hvr-skew-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background-color: #444;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 1em;
    margin-right: 15px;
}

.hvr-skew-back:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    text-decoration: none;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    background-color: #f44336;
    color:#fff;
}

.price_single {
    padding-top: 1em;
}

.modal-footer {
    background-color: #E5E5E5;
}

.modal-footer .mid-pop {
    background-color: #fff;
}

.modal-footer .women-top{
    padding: 8px 0;
    height: 50px;
}

.modal-footer .mid-2 {
    font-size: 0.8em;
    float: left;
    text-align: left;
    padding-top: 0;
}

.modal-header-odporucane {
    background-color: #d6d6d6;
}

.women-top {
    width: 100%;
    height: 28px;
    margin-bottom: 12px;
}

.women-top h6 {
    font-size: 0.8em;
    font-weight: bold;
}

.porovnavac h5 {
    color: #000;
    font-weight: bold;
    line-height: 1.42857143;
}

.porovnavac .hvr-skew-backward {
    font-size: 0.5em;
    float: right;
}

.porovnavac .hvr-skew-back {
    font-size: 0.5em;
    float: left;
    background-color: #cacaca;
}

.modal-porovnavac .modal-header {
    background-color: #444;
    color: #fff;
}

.gopay-prevod {
    background-color: #f1f1f1;
    padding: 8px;
    margin-top: 14px;
}

.prevod-img {
    height: 20px;
    margin-top: -2.5px;
    margin-left: 4px;
}

.gopay-img {
    height: 20px;
    margin-top: -2.5px;
    margin-left: 25px;
}
.slider-cena {
    font-weight: bold;
    font-size: 14px;
    margin-top: 6px;
}

.noUi-target {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #e9e9e9;
}

.noUi-connect {
    background-color: #f44336;
    box-shadow: none;
}

.noUi-handle {
    box-shadow: none;
    border-radius: 0px;
}

.noUi-horizontal .noUi-handle {
    width: 28px;
    left: -14px;
}

.form-control {
    border: 1px solid #E9E9E9;
    margin-bottom: 2em;
    padding: 0.5em 1em;
    box-shadow: none;
    border-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}



.tags .grid2 { margin: 0;}
.tags {height: 13px;}
.tags .label {font-weight: normal; border-radius: 10px;}
.tags-karta {margin-top: 1em;}

.as-dostupnost-info {
    color: #999;
    font-size: 13px;
    margin-top: 0.7em;
}

.kodProduktu {margin-right: 0!important;}
.kodProduktu h6 {line-height: 24px;}

#Choco_container_description {display: none;}

[data-toggle="buttons"] .btn input[type="radio"], 
[data-toggle="buttons"] .btn-group .btn input[type="radio"], 
[data-toggle="buttons"] .btn input[type="checkbox"], 
[data-toggle="buttons"] .btn-group .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}


.footer-middle-in a.zobrazit-trasu {
    width: 100%;
    font-size: 1em;
    background: #f44336;
    padding: 0.5em 1em;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    display: block;
    text-decoration: none;
}

.footer-middle-in a.zobrazit-trasu:hover {
    color: #f44336;
    background: #fff;
}

.novinka-home p {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.wishlist {
    width: 80%;
    margin: 1em auto 0;
    border: 1px solid #A6A5A5;
    text-align: center;
}

.odporucane-header {
    margin-top: 3em;
    border-bottom: none;
}

.odporucane-footer {
    background-color: #fff;
}

.wishlist.thx {
    margin-top: 3em;
}

.wishlist.thx h6 {
    background-color: #fff;
    color: #B3B3B3;
    font-size: 2em;
}

.wishlist.thx p {
    background-color: #f5f5f5;
    color: #000;
}

.osobne-udaje .control-label {text-align: right;}
.osobne-udaje .btn {border-radius: 0; margin-top: 1em}
.osobne-udaje .mid-pop {padding: 15px 30px;}
.osobne-udaje .form-control {margin-bottom: 1em}

.moja-objednavka {padding: 15px;}
.moja-objednavka table {margin-top: 2em;}
.moja-objednavka th {font-size: 1em;}

.form-formular .control-label {text-align: right}
form.form-formular {padding-top: 2em}

/***** vyhladavanie ****/
.mfp-content {background-color: #fff; }
.mfp-close-btn-in .mfp-close {background-color: #daa520; color: #fff }
.my-mfp-zoom-in.mfp-bg {background-color: rgba(0, 0, 0, 0.4);}


/*****  sweetalert *****/
.swal2-modal {border-radius: 0;}
.swal2-modal .swal2-confirm {border-radius: 0; background-color: #daa520!important; color:#fff!important;}
.swal2-modal .swal2-cancel {border-radius: 0; background-color: #141414!important; color:#fff!important;}

.login-mail input[type="email"] {
    border: none;
    outline: none;
    font-size: 0.9em;
    color: #999;
    width: 93%;
}

/******* aureus ********/

.as-img-katalog {
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

.as-img-katalog img {
    max-height: 200px;
}

.as-img-karta {
    height: 400px;
    display: table-cell;
    vertical-align: middle;
}

.as-img-karta img {
    max-height: 400px;
    width: auto!important;
}

#divZlavaZhodnoty {
    background-color: #f44336;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

#divZlavaZdopravy {
    background-color: #444;
    text-align: center;
    color: #fff;
}

#divZlavaZhodnoty p,
#divZlavaZdopravy p {
padding: 0.3em 0;
}

.as-velkosti-katalog {
    padding: 0.3em;
    background-color: #EFECEC;
    margin-top: 12px;
    font-size: 0.7em;
    font-weight: 600;
}

.as-velkosti-katalog .as-velkost {
    font-size: 1.2em;
    padding: 0.1em;
    margin: 0.2em;
    display: inline-block;
}

.as-velkosti-katalog .as-velkost span {
    color: #ddd;
}

.col1 {width: 33%}
.col1 h4 {font-size: 1.3em;}
.menu-top {width: 700px;}

.as-footer-karty img {
    height: 45px;
    margin: 24px;
}

.as-footer-banky img {
    height: 20px;
    margin: 24px;
}

span.reducedfrom-kosik {
    color: #f44336;
    font-size: 1.5em;
    font-family: 'Ubuntu-Bold';
}

.social-kontakt .fa {
    font-size: 2.2em;
    margin-right: 22px;
    color: #b3b3b3;
    transition: 0.3s all;
}

.social-kontakt .fa:hover {
    color: #f44336;
}

.table-hover > tbody > tr:hover {
    background-color: #ffd2d2;
}

.cookies {
    font-size: 11px;
    line-height: 1.4em;
    background-color: #f44336;
    color: #e9e9e9;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    -webkit-box-shadow: 0px 5px 5px 6px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 5px 5px 6px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 5px 5px 6px rgba(50, 50, 50, 0.5);
    border-bottom: 1px solid #868383;
}