@charset "UTF-8";
p, table {
    margin: 0 0 15px
}

body, li {
    padding: 0;
}

body, li, ul {
    margin: 0
}

.checkbox-label, input[type=checkbox], p#razeni {
    float: left
}

body#mceContentBody {
    background: #FFF !important
}

.background-light {
    background-color: #fff
}

.background-middletone {
    background-color: #f5f4f4
}

.background-dark {
    background-color: #eae9e9
}

.border-dark, .border-light, .border-middletone, .border-middletone td {
    border-color: #d8d6d6 !important
}

.text-important {
    color: #ff1d1d
}

a, a:hover {
    color: #0c3b7b
}

body {
    background: #f3f3f3;
    box-shadow: 0 40px 0 0 #fff inset;
    color: #66666b;
    min-width: 1050px;
    font-family: Open Sans, Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
}

body:after {
    display: block;
    width: 100%;
    height: 0;
    content: "";
    clear: both
}

a:hover {
    text-decoration: none
}

a img {
    border: none
}

small {
    font-size: 10px
}

h1, h2, h3, h4, h5, h6 {
    color: #0c3b7b;
    line-height: 1.2;
    margin: 12px 0
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

table {
    border-collapse: collapse
}

td {
    border: 1px solid #d8d6d6;
    padding: 4px
}

th {
    padding: 3px 3px 3px 4px
}

ul {
    padding: 5px 0 5px 20px
}

input[type=password], input[type=text], select, textarea {
    border: 1px solid #d8d6d6;
    background: #fff;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
    color: #000;
    padding: 8px 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .075) inset;
    border-radius: 4px;
    margin: 2px 4px 2px 0
}

.input-small {
    width: 55px
}

.input-medium {
    width: 161px
}

.input-large {
    width: 232px;
    height: 20px
}

.input-extra-large {
    width: 440px
}

.select-small {
    width: 55px
}

.select-medium {
    width: 169px
}

.select-large {
    width: 210px
}

.select-extra-large {
    width: 440px
}

.textarea-large, .textarea-medium, .textarea-small {
    width: 210px;
    height: 65px
}

.textarea-extra-large {
    width: 595px;
    height: 85px
}

.input-text-readonly, .select-readonly, .textarea-readonly {
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 2px;
    color: #000
}

input[type=checkbox], input[type=radio] {
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    margin: 2px 3px 0
}
input[type=checkbox]{
    border:0.063rem solid #66666b;
    border-radius:0;
}

button, input[type=button], input[type=submit] {
    font-family: 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
    border: none;
    cursor: pointer
}

.label, label {
    display: block;
    margin: 2px 4px 2px 0
}

.none, .riddle, p#razeni {
    display: none
}

fieldset {
    border: none
}

.validator-invalid {
    border-color: #d01022;
    border-width: 1px
}

table.no-border td {
    border: none !important;
    background: 0 0 !important;
    margin: 0
}

.number, .price, .text-right {
    text-align: right
}

span.old-price {
    font-size: 16px;
    color: #88888f;
    text-decoration: line-through
}

strong.price {
    color: #ff1d1d;
    font-size: 22px
}

span.bought span, span.save span {
    color: #a20606;
    font-weight: 700
}

p#razeni {
    width: 100%;
    margin: 0 0 9px
}

textarea#message {
    width: 702px;
    height: 130px
}

.button-medium {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 15px 0;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    float: left;
    border-radius: 4px;
    display: inline-block;
    transition: .3s;
    cursor: pointer
}

.button-medium.button-proceed {
    background: #0c3b7b;
    float: right
}

.button-medium:hover {
    opacity: .8;
    color: #fff
}

.button-small.button-delete {
    background: url(../images/style/button-delete-small.png) top right no-repeat;
    float: left;
    height: 15px;
    padding-right: 20px
}

.button-small.button-refresh {
    background: url(../images/style/button-refresh-small.png) top right no-repeat;
    float: left;
    height: 20px;
    font-size: 12px;
    padding-right: 20px;
    margin-top: 5px
}

.button-medium span.hide-text {
    display: none
}

div.message {
    margin: 10px 0;
    padding: 14px 10px 14px 68px;
    border: 1px solid #d0d5c8;
    clear: left;
    font-size: 1em;
    min-height: 20px;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%
}

div.message p {
    margin: 0
}

div.message-error ul, div.message-important ul, div.message-question ul, div.message-success ul {
    font-size: 1em;
    padding: 0;
    margin: 0
}

div.message-error {
    background: url(../images/style/message-error-2.png) 9px center no-repeat #fff3f3;
    color: #b40514;
    border-color: #ff1d1d
}

div.message-success {
    background: url(../images/style/message-success-2.png) 13px center no-repeat #f3faf7;
    color: #0f9b5b;
    border-color: #7db96a
}

div.message-important, div.message-question {
    background: url(../images/style/message-important-2.png) 13px center no-repeat #fdfbf2;
    color: #d7ae00;
    border-color: #d8af00
}

div.message-important {
    font-weight: 700
}

.tooltip-wrapper {
    width: 1.125rem;
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    background: #BABABA;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin-top: 0.063rem;
    margin-left:0.188rem;
}
.tooltip-bubble {
    width: 9rem;
    box-sizing: border-box;
    display: block;
    position: absolute;
    margin-top: 0.5rem;
    left:calc(50% - 4.5rem);
    padding: 0.25rem 0.438rem;
    background: #BABABA;
    font-size: 0.688rem;
    text-align: left;
    font-weight: normal;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 10;
}
.tooltip-bubble:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.313rem 0.313rem 0.313rem;
    border-color: transparent transparent #BABABA;
    display: block;
    content: '';
    position: absolute;
    left:4.188rem;
    top: -0.313rem;
}
.tooltip-wrapper:hover {
    color: #fff;
}
.tooltip-wrapper:hover .tooltip-bubble{
    visibility: visible;
    opacity: 1;
}

div#container {
    float: left;
    width: 100%
}

div#center {
    margin: 0 auto 20px;
    width: 1000px
}

div#center:after {
    display: block;
    width: 100%;
    height: 0;
    content: '';
    clear: both
}

div#main {
    width: 100%;
    float: left;
    position: relative
}

h2.top {
    width: 100%;
    float: left;
    font-size: 32px;
    line-height: 1.2;
    margin: 23px 0 14px
}

h2.top a {
    color: #0c3b7b
}

div.content {
    width: 100%;
    float: left
}

div.bottom {
    float: left;
    width: 100%;
    height: 15px
}

div#topper {
    width: 100%;
    float: left;
    position: relative;
    z-index: 200
}

div#topper div#topper-ribbon {
    width: 100%;
    float: left;
    height: 40px;
    position: relative;
    z-index: 9;
}

div#topper div#topper-ribbon div.info {
    float: left;
    font-weight: 600;
    margin-top: 9px;
    font-size: 13px
}

div#topper div#topper-ribbon div.info > * {
    display: inline-block;
    color: #0c3b7b;
    line-height: 20px;
    text-decoration: none;
    padding-left: 23px;
    margin-right: 18px
}

div#topper div#topper-ribbon div.info span.phone {
    background: url(../images/style/icon-phone.png) left center no-repeat
}

div#topper div#topper-ribbon div.info a.email {
    background: url(../images/style/icon-envelope.png) left center no-repeat
}

div#topper div#topper-ribbon div.info span.open {
    color: #aaaaaf;
    background: url(../images/style/icon-clock.png) left center no-repeat
}

div#logo {
    background: url(../images/style/logo-4.png) no-repeat;
    height: 133px;
    float: left;
    margin: -14px 0 0;
    width: 328px
}

body.sk div#logo {
    background: url(../images/style/logo-sk.png) no-repeat
}

div#logo a {
    width: 100%;
    height: 100%;
    display: block
}

div#topper img#sale-stamp, h2#page-name {
    display: none
}

div#page-window {
    width: 100%;
    float: left;
    box-sizing: border-box;
    background: #fff;
    padding: 0 30px
}

section#slideshow {
    float: left;
    width: 100%;
    height: 420px;
    margin: -20px 0 20px;
    position: relative
}

section#slideshow div#slider-action, section#slideshow div#slider-content {
    width: 100%;
    height: 100%
}

section#slideshow div.slider-frame {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

section#slideshow div.slider-listing {
    z-index: 50;
    position: absolute;
    left: 40px;
    bottom: 40px
}

section#slideshow div.slider-listing a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    float: left;
    transition: .3s;
    color: transparent;
    font-size: 0
}

section#slideshow div.slider-listing a.activeSlide, section#slideshow div.slider-listing a:hover {
    background: #0c3b7b
}

#basket-preview {
    text-decoration: none;
    display: inline-block;
    margin: 30px 0 0;
    float: right;
    position: relative
}

#basket-preview .display {
    display: block;
    background: #fff;
    border-radius: 5px;
    color: #0c3b7b;
    font-size: 18px;
    height: 60px;
    text-align: right;
    line-height: 60px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    text-decoration: none;
    padding-right: 21px
}

#basket-preview .display span.units {
    background: url(../images/style/basket-preview.png) no-repeat;
    display: inline-block;
    width: 86px;
    color: #fff;
    height: 86px;
    vertical-align: middle;
    text-align: center;
    padding: 12px 35px 0 0;
    margin: -12px -22px 0 -10px;
    float: left;
    box-sizing: border-box
}

@keyframes basket-preview-anim {
    from {
        transform: scaleY(0)
    }
    to {
        transform: scaleY(1)
    }
}

body div.added {
    background: #fff;
    box-sizing: border-box;
    width: 1000px;
    z-index: 10000000002;
    position: absolute;
    left: 50%;
    top: 133px;
    margin-left: -500px;
    padding: 17px 20px 20px;
    line-height: normal;
    text-align: left;
    font-size: 12px;
    margin-top: 15px;
    border-radius: 5px;
    transform-origin: top;
    animation-name: basket-preview-anim;
    animation-fill-mode: forwards;
    animation-duration: .75s;
    transform: scaleY(0)
}

body div.added p.close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 3rem;
    cursor: pointer;
    display: block;
    margin: 0;
    line-height: 2rem;
}

body div.added h5 {
    color: #66666b;
    font-size: 18px;
    margin: 0 0 16px;
    float: left;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

body div.added img {
    float: left;
    display: block;
    width: 125px;
    height: auto
}

body div.added div.in {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}


body div.added div.in h4 {
    font-size: 17px;
    overflow: hidden;
    font-weight: bold;
    float: left;
    margin-left: 3rem;
}

body div.added div.in span.pcs {
    margin-left: auto;
    font-weight: 700;
    font-size: 17px;
    width: 50px;
    color: #0c3b7b;
}

body div.added div.in strong {
    font-size: 17px;
    margin-left: 2rem;
    width: 80px;
    text-align: right;
    color: #0c3b7b;
}

body div.added .in-a {
    font-size: 15px;
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-weight: 600
}

body div.added .in-a:hover {
    text-decoration: underline
}

body div.added div.buttons {
    display: flex;
    justify-content: center;
}

body div.added .button-proceed {
    background: #717076;
    width: 26%;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 3rem;
    margin: 3rem 1.5rem .5rem 1.5rem;
    height: 45px;
    line-height: 45px;
}
body div.added .button-proceed.continue {
    background-color: #0f9b5b;
}

body div.added .tip {
	width: 26%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: .5rem 0 0 16%;
}
body div.added .tip .icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: 1px solid #0f9b5c;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
body div.added .tip .icon img {
	width: 70%;
	height: auto;
}
body div.added .tip .text {
	color: #0f9b5c;
	margin: 0 0 0 .8rem;
	padding-top: 0;
	font-size: .8rem;
}

body div.added #related .top {
    margin: 50px 0 0 0;
}

body div.added .slider-related {
    display: none;
}
body div.added .bx-viewport .slider-related {
    display: block;
}

body div.added-background {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000000;
    background: rgba(0,0,0,0.7);
}

div#login-preview {
    float: right
}

div#login-preview a {
    color: #88888f;
    line-height: 19px;
    font-size: 13px;
    height: 20px;
    float: left;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    border-right: 1px solid #f1f1f1
}

div#login-preview a:hover {
    color: #0c3b7b
}

div#search-box {
    float: left;
    margin: 40px 0 0 51px;
    position: relative;
    z-index: 1;
    width: 410px
}

div#search-box button {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: 11;
    text-transform: uppercase;
    background: #0c3b7b;
    border-radius: 0 5px 5px 0;
    padding: 0 18px
}

div#search-box button:hover {
    opacity: .8
}

a.product-preview div.link:hover, div#products-list div.load-more a:hover {
    opacity: .85
}

div#bookmarks {
    width: 100%;
    height: 32px;
    overflow: hidden;
    float: left;
    margin-top: 22px;
    display: none
}

div#bookmarks a {
    display: inline-block;
    float: left;
    text-align: center;
    padding-left: 4px;
    background: url(../images/style/bookmark-left-part.png) no-repeat;
    color: #2c1f14;
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
    text-decoration: none;
    cursor: pointer
}

div#bookmarks a span {
    display: inline-block;
    float: left;
    line-height: 32px;
    background: url(../images/style/bookmark-right-part.png) right top no-repeat;
    padding: 0 22px 0 18px
}

div#bookmarks a:hover {
    background-position: left bottom;
    color: #950606
}

div#bookmarks a:hover span {
    background-position: right bottom
}

div#topper div.fb-like {
    position: absolute;
    right: 260px;
    top: 1px
}

div#user-panel {
    float: left;
    padding: 5px 0 0 500px
}

div#user-panel li, div#user-panel ul {
    list-style-type: none;
    float: left
}

div#user-panel li a {
    float: left !important
}

div#language-switcher {
    float: right;
    font-weight: 600;
    position: relative
}

div#language-switcher ul {
    margin: 0;
    position: absolute;
    right: 0;
    top: 39px;
    padding: 3px 9px;
    border: 1px solid silver;
    background: #fff;
    list-style: none
}

div#language-switcher li {
    padding: 0;
    margin: 0
}

div#language-switcher a {
    color: #0c3b7b;
    line-height: 20px;
    height: 20px;
    padding-left: 40px;
    display: block;
    margin: 6px 0;
    font-size: 12px;
    transition: color .3s;
    text-decoration: none;
    cursor: pointer
}

div#language-switcher a.cs {
    background: url(../images/style/lang-cs.png) left center no-repeat
}

div#language-switcher a.sk {
    background: url(../images/style/lang-sk.png) left center no-repeat
}

div#language-switcher a.uk {
    background: url(../images/style/lang-uk.png) left center no-repeat
}

div#language-switcher a:hover {
    color: #88888f
}

div#language-switcher a.active {
    height: 40px;
    line-height: 38px;
    padding: 0 31px 0 20px;
    position: relative;
    margin: 0;
    font-size: 13px;
    border-right: 1px solid transparent;
    z-index: 1;
    background: url(../images/style/language-switcher.png) right bottom no-repeat #fff
}

div#language-switcher a.active:hover {
    background-position: right top
}

div#language-switcher a.active.sub-open {
    border-right-color: silver;
    background-position: right top;
    color: #88888f
}

div#currency {
    position: absolute;
    right: 106px;
    top: 47px
}

div#currency ul {
    margin: 0;
    padding: 0;
    list-style: none
}

div#currency ul li {
    margin: 0 0 0 4px;
    padding: 0;
    float: left
}

div#currency a {
    display: inline-block;
    text-decoration: none;
    background: #eadda8;
    width: 26px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    font-size: 9px
}

div.info-column-item {
    float: left;
    width: 100%
}

div.info-column-item img.image {
    margin: 10px 0
}

div#advance-search {
    margin-bottom: 15px;
    float: left
}

div#advance-search table {
    width: 100%
}

div#advance-search td.first, div#advance-search td.third {
    width: 18%
}

div#advance-search label.checkbox-label {
    margin-right: 10px
}

a.quick-category {
    width: 75px;
    padding: 5px 2px;
    float: left;
    background-color: #fff;
    height: 120px;
    text-align: center;
    text-decoration: none
}

a.quick-category span {
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
    margin: 4px 0 0
}

a.quick-category:hover span {
    text-decoration: underline
}

div#subcategory-available {
    width: 635px;
    float: left;
    margin-bottom: 15px;
    background: #fff;
    padding: 5px 0 10px 20px
}

div#subcategory-available ul {
    padding: 0;
    margin: 0
}

div#subcategory-available ul li {
    float: left;
    list-style-type: none;
    margin: 5px 10px 5px 0
}

div#products-ribbon {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 15px
}

div#products-ribbon h2#products-number {
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #88888f;
    margin: 0;
    font-weight: 400
}

div#products-ribbon h2#page-name {
    float: left;
    width: 960px;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    font-weight: 700;
    color: #333;
    margin: 0;
    overflow: hidden
}

div#products-window div.bottom {
    display: none
}

div#products-filter, div#products-sort {
    float: right;
    margin: 0
}

div#products-sort select {
    margin: 2px 0 2px 6px;
    height: 31px;
    padding: 6px 3px;
    width: 180px;
    border: 1px solid #c9b36c
}

a.product-preview div.link, div#products-filter a, div#products-list div.load-more a {
    border-radius: 5px;
    transition: .3s;
    text-decoration: none
}

div#products-filter a {
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #0c3b7b;
    background: #fff;
    margin: 0 0 0 10px
}

div#products-filter a.active, div#products-filter a:hover {
    color: #fff;
    background: #1153ac
}

div#products-list {
    float: left;
    width: 100%
}

div#products-list div.load-more {
    text-align: center;
    margin: 20px 0;
    float: left;
    width: 100%
}

div#products-list div.load-more a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    background: #1153ac
}

a.product-preview {
    margin: 0 0 20px;
    width: 490px;
    background: #fff;
    float: left;
    position: relative;
    text-decoration: none;
    display: block;
    clear: both;
}

a.product-preview:nth-of-type(even) {
    float: right;
    clear: none;
}

a.product-preview img {
    width: 100%;
    height: 297px;
    float: left;
    margin: 0
}

a.product-preview h4.product-name {
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
    margin: 18px 0 15px;
    color: #0c3b7b
}

a.product-preview div.down-block {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
}

a.product-preview span.old-price {
    padding-left: 17px
}

a.product-preview div.link {
    background: url(../images/style/icon-basket.png) 16px center no-repeat #0f9b5b;
    color: #FFF;
    float: right;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 15px 0 46px;
    margin: -14px 0 0
}

a.product-preview span.product-percents {
    width: 80px;
    border-radius: 50%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #ff1d1d;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

a.product-preview span.product-tip, div#product-detail-main div.left span.product-tip {
    border-radius: 50%;
    top: 20px;
    right: 20px;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase
}

a.product-preview span.product-tip {
    display: block;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    background: #fff;
    position: absolute;
    border: 1px solid #0c3b7b;
    font-size: 25px;
    font-weight: 700;
    color: #0c3b7b;
    transform: rotate(-18deg)
}

a.product-preview span.info-icon {
    width: auto;
    height: 21px;
    line-height: 21px;
    float: left;
    padding: 0 5px 0 25px
}

span.info-icon-new {
    background: url(../images/style/icon-new.png) left center no-repeat;
    display: none
}

span.info-icon-action {
    background: url(../images/style/icon-action.png) left center no-repeat;
    display: none
}

span.info-icon-topseller {
    background: url(../images/style/icon-topseller.png) left center no-repeat;
    display: none
}

span.info-icon-store {
    background: url(../images/style/icon-store.png) left center no-repeat;
    display: none
}

a.product-preview span.info-icon span {
    color: #4e3a2e;
    font-size: 11px
}

div#related {
    float: left;
    width: 100%
}

div#related h2.top {
    font-size: 24px;
    margin: 17px 0 39px;
    text-align: center;
    font-weight: 400
}

div#related-products-window {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 20px 0;
    box-sizing: border-box
}

div#related-products-window a.product-preview {
    width: 225px;
    height: 214px;
    margin-right: 20px;
    opacity: 1
}

div#related-products-window a.product-preview:nth-of-type(odd) {
    transition: 0;
    transform: translateX(0)
}

div#related-products-window a.product-preview:nth-of-type(even) {
    float: left;
    transform: translateX(0);
    transition: 0
}

div#related-products-window a.product-preview:nth-of-type(4n) {
    margin-right: 0
}

div#related-products-window a.product-preview img {
    width: 100%;
    height: 136px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0
}

div#related-products-window a.product-preview h4 {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin: 16px 0 9px;
    font-weight: 400;
    padding: 0
}

div#related a.product-preview div.down-block {
    padding: 0
}

div#related a.product-preview div.down-block strong.price {
    font-size: 18px
}

div#related a.product-preview div.down-block span.old-price {
    font-size: 14px;
    padding-left: 14px
}

div#related a.product-preview span.product-percents {
    display: none
}

div#related .product-preview div.link {
    background-position: center center;
    color: transparent;
    font-size: 0;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    padding: 0;
    margin: -7px 0 0
}

div#related div.load-more {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    text-align: center
}

div#related div.load-more a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: .3s;
    background: #1153ac
}

div#related div.load-more a:hover {
    opacity: .85
}

div#visited {
    float: left;
    width: 100%;
    margin-top: 19px
}

div#visited h2.top {
    font-size: 24px;
    margin: 17px 0 39px;
    text-align: center;
    font-weight: 400
}

div#visited-products-window {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 20px 0;
    box-sizing: border-box
}

div#visited-products-window a.product-preview {
    width: 225px;
    height: 214px;
    margin-right: 20px;
    opacity: 1
}

div#visited-products-window a.product-preview:nth-of-type(odd) {
    transition: 0;
    transform: translateX(0)
}

div#visited-products-window a.product-preview:nth-of-type(even) {
    float: left;
    transform: translateX(0);
    transition: 0
}

div#visited-products-window a.product-preview:nth-of-type(4n) {
    margin-right: 0
}

div#visited-products-window a.product-preview img {
    width: 100%;
    height: 136px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0
}

div#visited-products-window a.product-preview h4 {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin: 16px 0 9px;
    font-weight: 400;
    padding: 0
}

div#visited a.product-preview div.down-block {
    padding: 0
}

div#visited a.product-preview div.down-block strong.price {
    font-size: 18px
}

div#visited a.product-preview div.down-block span.old-price {
    font-size: 14px;
    padding-left: 14px
}

div#visited a.product-preview span.product-percents {
    display: none
}

div#visited .product-preview div.link {
    background-position: center center;
    color: transparent;
    font-size: 0;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    padding: 0;
    margin: -7px 0 0
}

div#visited div.load-more {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    text-align: center
}

div#visited div.load-more a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: .3s;
    background: #1153ac
}

div#visited div.load-more a:hover {
    opacity: .85
}

div.product-detail-nav {
    float: left;
    width: 100%;
    color: #66666b;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0 25px
}

div.product-detail-nav div {
    display: inline
}

div.product-detail-nav a {
    text-decoration: none;
    color: #66666b
}

div.product-detail-nav a:hover {
    text-decoration: underline
}

div#product-detail-main {
    float: left;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 30px 15px
}

div#product-detail-main div.left {
    float: left;
    width: 550px
}

div#product-detail-main div.right {
    float: right;
    width: 352px
}

div#product-detail-other {
    float: left;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 30px 30px
}

div#product-detail-main div.left a.image {
    display: block;
    margin-bottom: 30px;
    position: relative
}

div#product-detail-main div.left a.image img {
    width: 100%
}

div#product-detail-main div.left a.image:after {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    border-radius: 3px;
    z-index: 1;
    background: url(../images/style/magnifier.png) center center / 60% auto no-repeat rgba(243,243,243,0.8);
}

div#product-detail-main div.left a.image:hover:after {
    visibility: visible;
    opacity: 1;
}

div#product-detail-main div.left span.product-tip {
    display: block;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    background: #fff;
    position: absolute;
    border: 1px solid #0c3b7b;
    font-size: 25px;
    font-weight: 700;
    color: #0c3b7b;
    transform: rotate(-18deg)
}

div#product-detail-main div.right div.head {
    margin: -8px 0 24px
}

div#product-detail-main div.right div.head h2 {
    font-size: 24px;
    line-height: 31px;
    max-height: 62px;
    overflow: hidden;
    margin: 0 0 11px
}

div#product-detail-main div.right div.head p.perex {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    margin: 0
}

div#product-detail-main div.right div.box {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccf;
    border-radius: 4px;
    font-size: 14px;
    color: #88888f;
    line-height: 23px;
    margin-bottom: 21px;
    padding: 14px 14px 14px 15px
}

div#product-detail-main div.right div.box span {
    display: inline-block
}

div#product-detail-main div.right div.box div.current-price strong {
    font-size: 22px;
    color: #ff1d1d
}

div#product-detail-main div.right div.box div.old-price strong {
    font-weight: 400;
    text-decoration: line-through
}

div#product-detail-main div.right div.box div.percents {
    float: right;
    background: #ff1d1d;
    color: #fff;
    border-radius: 4px;
    font-size: 22px;
    line-height: 50px;
    padding: 0 18px
}

div#product-detail-main div.right div.message {
    border-radius: 5px;
    float: left;
    margin: 11px 0 23px
}

div#product-detail-main div.right div.message-success {
    padding: 0
}

div#product-detail-main div.right div.message-success a {
    text-decoration: none;
    color: #0f9b5b;
    display: block;
    padding: 14px 10px 14px 68px
}

div#product-detail-main div.right div.strip {
    float: left;
    width: 100%;
    color: #88888f;
    font-size: 14px;
    margin-bottom: 24px
}

div#product-detail-main div.right div.strip div.avail {
    float: left
}

div#product-detail-main div.right div.strip div.avail span {
    color: #0f9b5b
}

div#product-detail-main div.right div.strip div.bought {
    float: right;
    padding-right: 6px
}

div#product-detail-main div.right div.strip div.bought span {
    color: #555559;
    padding-left: 0
}

div#product-detail-main div.right div.specify {
    float: left;
    width: 100%;
    box-sizing: border-box
}

div#product-detail-main div.right div.specify.error-select-parameter {
    padding: 10px 13px 13px
}

div#product-detail-main div.right div.specify.error-select-parameter,
div#product-detail-main div.right div.specify.error-select-parameter select,
div#product-detail-main div.right div.specify.error-select-pieces,
div#product-detail-main div.right div.specify.error-select-pieces div.quantity {
    border: 1px solid rgba(255, 29, 29, .6);
    border-radius: 5px;
    background: #f3f3f3;
    box-shadow: 0 0 10px rgba(255, 29, 29, .6)
}

div#product-detail-main div.right div.specify.error-select-pieces {
    padding: 10px 8px 13px
}

div#product-detail-main div.right div.specify select {
    float: left;
    width: 182px;
    height: 40px;
    border: 1px solid #0c3b7b;
    color: #0c3b7b;
    padding: 0 0 0 13px;
    font-size: 14px;
    margin: 0
}

div#product-detail-main div.right div.specify.error-select-parameter select {
    width: 160px
}

div#product-detail-main div.right div.specify div.quantity {
    float: right;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #cccccf;
    width: 100%
}

div#product-detail-main div.right div.specify select + div.quantity {
    width: auto
}

div#product-detail-main div.right div.specify div.quantity a {
    float: left;
    width: 27px;
    height: 38px;
    line-height: 38px;
    color: #707075;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    text-shadow: 1px 1px 0 #fff, 1px 1px 0 #fff, 1px 1px 0 #fff, 1px 1px 0 #fff, 1px 1px 0 #fff;
    background: #f1f1f3;
    display: block
}

div#product-detail-main div.right div.specify div.quantity div.input {
    float: left;
    width: 274px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    background: #fff;
    border-left: 1px solid #cccccf;
    border-right: 1px solid #cccccf;
    color: #555559;
    text-align: center;
    font-size: 14px
}

div#product-detail-main div.right div.specify select + div.quantity div.input {
    width: 72px
}

div#product-detail-main div.right div.specify div.quantity input[type=text] {
    height: 38px;
    line-height: 38px;
    padding: 0;
    border: 0;
    margin: 0;
    color: #555559;
    text-align: center;
    font-size: 14px;
    width: 25px;
    display: inline-block;
    box-shadow: none
}

div#product-detail-main div.right .button-medium {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0 24px;
    background-color: #0f9b5b
}

div#product-detail-main div.right div.interesting {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 20px
}

div#product-detail-other div.description ul {
    list-style: none;
    padding: 0
}

div#product-detail-other div.description ul li {
    background: url(../images/style/product-description-item.png) left center no-repeat;
    padding: 5px 0 5px 30px
}

a.secret-symbol {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 -10px 5px 0;
    font-size: 1em;
    line-height: 14px;
    color: #66666b;
    float: right;
    text-decoration: none;
    text-align: center
}

div.product-sharing {
    font-size: 14px;
    color: #88888f
}

div.product-sharing a {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 7px;
    transition: .2s;
    color: transparent;
    font-size: 0;
    border-radius: 3px;
}

div.product-sharing a.button-share-facebook {
    background: url(../images/style/button-fb-square.png) no-repeat;
    margin-left: 14px
}

div.product-sharing a.button-share-twitter {
    background: url(../images/style/button-tw-square.png) no-repeat;
}

div.product-sharing a.button-pinterest {
    background: url(../images/style/button-pin-square.png) no-repeat;
}

div.product-sharing a.button-youtube {
    background: url(../images/style/button-yt-square.png) no-repeat;
}

div.product-sharing a:hover {
    background-position: left bottom
}

div.product-rating {
    float: left;
    width: 100%;
    background: #f3f3f3;
    border-radius: 4px;
    padding: 30px 0 15px;
    font-size: 14px
}

div.product-rating div.summary {
    float: left;
    width: 175px;
    padding: 0 15px;
    color: #88888f;
    margin-top: -9px;
    text-align: center
}

div.product-rating div.summary strong {
    font-size: 32px;
    display: block;
    color: #0f9b5b;
    line-height: 43px
}

div.product-rating div.summary span {
    color: #0f9b5b
}

div.product-rating div.reviews {
    float: left;
    width: 284px;
    padding: 0 30px;
    border-left: 1px solid #dedede
}

div.product-rating div.reviews div.item:nth-of-type(1) {
    margin-bottom: 13px
}

div.product-rating div.reviews div.item:nth-of-type(n+3) {
    display: none
}

div.product-rating div.reviews div.item span {
    display: block;
    line-height: 20px;
    height: 20px;
    overflow: hidden
}

div.product-rating div.reviews div.item span.author {
    font-weight: 700;
    font-size: 12px;
    color: #adadaf
}

div.product-rating div.stars {
    text-align: center;
    padding: 8px 15px 0
}

div.product-rating div.stars span.star {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin: 1px;
    background: url(../images/style/star-empty.png) no-repeat
}

div.product-rating div.stars span.star.full {
    background: url(../images/style/star-full.png) no-repeat
}

div.product-rating div.stars span.star.half {
    background: url(../images/style/star-half.png) no-repeat
}

div#unrateds {
    float: left;
    width: 100%
}

div#unrateds div.unrated-product {
    margin: 0 0 20px;
    width: 490px;
    height: 479px;
    background: #fff;
    float: left;
    position: relative;
    text-decoration: none;
    display: block
}

div#unrateds div.unrated-product:nth-of-type(4n) {
    float: right
}

div#unrateds div.unrated-product img.image {
    width: 100%;
    height: 297px
}

div#unrateds div.unrated-product h4.product-name {
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
    margin: 18px 0 14px;
    color: #0c3b7b
}

div#unrateds div.unrated-product div.stars {
    float: left;
    padding-left: 20px;
    padding-top: 8px;
    position: relative
}

div#unrateds div.unrated-product div.stars span[class*=rat] {
    display: block;
    position: absolute;
    background: #fece00;
    line-height: 20px;
    color: #0c3b7b;
    padding: 0 8px;
    top: -14px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700
}

div#unrateds div.unrated-product div.stars span.rat_default {
    display: none
}

div#unrateds div.unrated-product div.stars a.star {
    display: inline-block;
    margin: 0 7px 0 0
}

div#unrateds div.unrated-product textarea {
    margin: 0 20px 19px;
    box-sizing: border-box;
    height: 50px;
    width: 450px;
    float: left;
    border-radius: 0;
    border-color: #ddd
}

div#unrateds div.unrated-product div.subm {
    float: right;
    padding-right: 20px
}

div#unrateds div.unrated-product div.subm .button-proceed {
    margin: 0
}

div#customer-center {
    width: 100%;
    float: left;
    box-sizing: border-box;
    background: #fff;
    padding: 0 30px
}

div#customer-center div.buttons form {
    float: right
}

div#customer-center div.buttons a.button-medium {
    float: left
}

div#customer-center table.table-profile {
    width: 100%;
    border: 1px solid #cccccf
}

div#customer-center table.table-profile td {
    vertical-align: middle
}

div#customer-center table.table-profile tr:first-of-type td {
    padding-top: 20px
}

div#customer-center table.table-profile tr:last-of-type td {
    padding-bottom: 20px
}

div#customer-center table.table-profile td.first {
    width: 32%;
    padding-left: 30px;
    padding-right: 30px
}

div#customer-center table.table-profile select.select-large {
    height: 38px;
    width: 254px;
    box-sizing: border-box
}

/* conditions and gdpr */

div.order div.complement div.note {
    float:left;
    width:100%;
    margin-top:0.5rem;
}
div.order div.complement div.note p{
    margin:0 0 0.375rem 0;
    font-size:12px;
}
div.order div.major div.down{
    float: left;
    width: 100%;
    border-radius: 0.313rem;
    background: #f4f3f4;
    padding: 0.75rem 1.875rem 0.75rem 1.875rem;
}
div.conditions-agree,
div.gdpr-agree,
div.i-want-registrate,
div.gdpr-info{
    width: 100%;
    float: left;
    box-sizing: border-box;
}
div.conditions-agree label.nice-checkbox,
div.gdpr-agree label.nice-checkbox,
div.i-want-registrate label.nice-checkbox,
div.gdpr-info label.nice-checkbox{
    margin:0.25rem 0;
    position:relative;
    padding-left:1.75rem;
}
div.conditions-agree label.nice-checkbox span.control,
div.gdpr-agree label.nice-checkbox span.control,
div.i-want-registrate label.nice-checkbox span.control,
div.gdpr-info label.nice-checkbox span.control{
    width:1rem !important;
    height:1rem !important;
    border-radius: 0.188rem !important;
    margin:0 !important;
    position:absolute !important;
    left:0;
    top:0.125rem;
}
div.conditions-agree a.link,
div.conditions-agree span.text,
div.i-want-registrate span.text,
div.gdpr-agree a.link,
div.gdpr-agree a.disagree-link,
div.gdpr-agree span.text,
div.gdpr-info a.link{
    line-height: 1.7;
    font-size: 0.75rem;
    display: inline-block;
    vertical-align: top;
}
div.gdpr-agree a.disagree-link{
    float: left;
    clear: both;
    margin-left: 1.563rem;
    margin-top: 0.5rem;
}
div.conditions-agree a.link:hover,
div.gdpr-agree a.link:hover,
div.gdpr-agree a.disagree-link:hover,
div.gdpr-info a.link:hover{
    text-decoration: underline;
}
div.conditions-text{
    float: left;
    padding: 1rem;
    max-height: 15rem;
    overflow: auto;
    width: 100%;
    clear: both;
    box-sizing: border-box;
}
div.gdpr-agree div.tooltip-wrapper{
    margin-top:0.125rem;
}

/* conditions and gdpr end */

/* thankyou page */

div#thank-you-page {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 20px 35px 330px;
    float: left;
    min-height: 370px;
    text-align: center;
    background: url(../images/style/bg-thank-you-page-2.png) 20px 127px no-repeat #fff
}

div#thank-you-page h2.top {
    margin: 23px 0 42px 0;
}

div#thank-you-page table {
    width: 100%;
    margin: 0;
}

div#thank-you-page table.one {
    background: #e7ecf2;
}

div#thank-you-page table td {
    padding: 6px 20px;
    border: 0;
    text-align: left;
    vertical-align: middle;
}

div#thank-you-page table td:not(:last-child) {
    color: #0c3b7b;
}

div#thank-you-page table td:last-child {
    text-align: right;
    font-weight: bold;
}

div#thank-you-page table.one tr:first-child td {
    padding-top: 21px;
}

div#thank-you-page table.one tr:last-child td {
    padding-bottom: 21px;
}

div#thank-you-page table.two td {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 0.063rem solid #d1d1d1;
}

div#thank-you-page table.two td:last-child {
    white-space: nowrap;
}

div#thank-you-page table.two tr:first-child td {
    border: none;
}

div#thank-you-page table.two tr.total td {
    background: #ffe9c0;
    font-weight: bold;
    font-size: 18px;
    border: none;
}

div#thank-you-page table.two tr.total td.price {
    color: #158c4a;
}

div#thank-you-page table.two img{
    width: 90px;
}

div#thank-you-page img.qr-code {
    width: 135px;
}

div#thank-you-page div.additional-texts{
    width: 920px;
    float: right;
    background: rgba(255,255,255,0.75);
    padding: 22px 20px;
    margin: 45px 0 40px 0;
}

div#thank-you-page div.additional-texts p{
    font-size:16px;
}

div#thank-you-page div.additional-texts > :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

div.thank-you-page-sharing {
    font-size: 14px;
    color: #88888f;
    float: right;
    width: 960px;
    margin: 0 0 40px 0;
    font-weight: 600;
}

div.thank-you-page-sharing a {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 7px;
    transition: .2s;
    color: transparent;
    font-size: 0;
    border-radius: 3px;
}

div.thank-you-page-sharing a.button-share-facebook {
    background: url(../images/style/button-fb-square.png) no-repeat;
    margin-left: 14px
}

div.thank-you-page-sharing a.button-share-twitter {
    background: url(../images/style/button-tw-square.png) no-repeat
}

div.thank-you-page-sharing a.button-share-pinterest {
    background: url(../images/style/button-pin-square.png) no-repeat
}

div.thank-you-page-sharing a.button-share-youtube {
    background: url(../images/style/button-yt-square.png) no-repeat
}

div.thank-you-page-sharing a:hover {
    background-position: left bottom
}

div#thank-you-page div.to-hp {
    float: right;
    width: 960px;
}

div#thank-you-page div.to-hp a.button-proceed {
    float: none;
    background: #0f9b5b;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

/* thankyou page end  */

div#photo-gallery {
    float: left;
    margin: 5px 0;
    width: 100%
}

div#photo-gallery div.photo {
    margin: 1.05% 2.15% 1.05% 0;
    float: left;
    width: 18.25%;
    transition: .3s;
    opacity: .75;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

div#photo-gallery div.photo:nth-of-type(5n) {
    margin-right: 0
}

div#photo-gallery div.photo:hover {
    opacity: 1
}

div#photo-gallery div.photo a {
    display: block
}

div#photo-gallery div.photo img {
    max-width: 100%
}

div.hidden {
    display: none
}

div#file-gallery {
    margin: 5px 0
}

table.files {
    float:left;
    width:100%;
}



table.files td {
    padding: 15px 0 15px 50px;
    border: 0;
    background: url(../images/style/download.png) 10px center no-repeat
}

table.files td a {
    display: block;
    width: 100%;
    height: 100%
}

table.files td span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    height: 21px;
    line-height: 21px;
    overflow: hidden
}

div#charity-overview {
    width: 203px;
    padding: 8px 12px 2px;
    float: left;
    background: #e4c04a;
    border-radius: 3px;
    margin-bottom: 15px
}

div#charity-overview div.charity {
    margin-bottom: 6px
}

div#charity-overview h4.banner-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 0
}

div#charity-overview p.banner-desc {
    margin: 0
}

div#charity-overview p.banner-amount {
    margin: 0;
    text-align: right;
    font-style: italic
}

div#charity-overview p.banner-amount span {
    font-weight: 700;
    font-style: normal
}

div#charity-info {
    font-style: italic;
    font-size: 16px;
    font-weight: 700
}

div#charity-container {
    width: 50%;
    min-height: 82px;
    float: right
}

div#charity-container h3#charity-title {
    font-weight: 700
}

table#charity-table {
    width: 100%;
    margin: 0 auto
}

table#charity-table td {
    vertical-align: middle;
    padding: 6px
}

table#charity-table td.image {
    width: 81px
}

div#forum, div#forum div#new-message {
    width: 100%;
    float: left
}

table#charity-table td.image img {
    border: 1px solid #ccb875
}

table#charity-table td.info {
    vertical-align: top
}

table#charity-table td.info label {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

table#charity-table td.info p {
    margin: 0
}

table#charity-table td.info span {
    text-align: right;
    display: block;
    font-size: 14px
}

div#forum {
    background-color: #f4efda;
    border: 6px solid #eadda8;
    box-shadow: 2px 2px 2px #b9b7ad;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px
}

div#forum div#new-message textarea {
    margin: 0 0 10px;
    width: 708px;
    height: 100px;
    padding: 5px
}

div#forum div.forum-message {
    width: 700px;
    float: left;
    padding: 10px 10px 5px;
    margin: 10px 0 0
}

div#forum div.forum-message span.message-timestamp {
    float: right;
    font-size: 11px
}

div.sharing-buttons a {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    color: transparent;
    margin: 0 25px 0 0;
    transition: .2s
}

div.sharing-buttons a.button-share-facebook {
    background: url(../images/style/button-fb.png) left bottom no-repeat;
    width: 14px
}

div.sharing-buttons a.button-share-twitter {
    background: url(../images/style/button-tw.png) left bottom no-repeat;
    width: 31px
}

div.sharing-buttons a.button-pinterest {
    background: url(../images/style/button-pin.png) left bottom no-repeat;
    width: 23px
}

div.sharing-buttons a.button-youtube {
    width: 31px;
    background: url(../images/style/button-yt.png) left bottom no-repeat;
}

div.sharing-buttons a:hover {
    background-position: left top
}

body#select-variant {
    background: 0 0
}

body#select-variant div#select-variant-container {
    width: 411px;
    height: 136px;
    float: left;
    border-radius: 13px;
    border: 2px solid red;
    background: url(../images/style/background-select-variant.jpg) no-repeat #f6f3e6
}

body#select-variant div#select-variant-container div#select-variant-in {
    width: 230px;
    float: right;
    text-align: center;
    margin-right: 25px
}

body#select-variant div#select-variant-in p {
    margin: 27px 0 0;
    font-size: 13px;
    line-height: 20px
}

body#select-variant div#select-variant-in a.button-select-variant {
    width: 111px;
    height: 31px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
    background: url(../images/style/button-select-variant.png) no-repeat
}

body#select-variant div#select-variant-in a.button-select-variant:hover {
    background-position: left bottom
}

body#select-variant div#select-mail-container {
    width: 411px;
    height: 136px;
    float: left;
    border-radius: 13px;
    border: 2px solid red
}

body#select-variant div#select-mail-container div#select-mail-in {
    text-align: center
}

body#select-variant div#select-mail-in p {
    font-size: 30px
}

#js-close-window, body#select-variant div#select-main-in a.button-select-variant {
    width: 111px;
    height: 31px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
    background: url(../images/style/button-select-variant.png) no-repeat
}

form.payement-card div.brand-select div.brand-select-top, iframe[name=google_conversion_frame] {
    display: none
}

div.banners {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #e0e0e0;
    margin-top: 20px
}

div.banners div.item {
    margin: 10px;
    float: left;
    width: 300px
}

div.banners div.item iframe {
    border: none;
    overflow: hidden
}

div.go-pay-style {
    width: 100%;
    float: left;
    margin-top: 5px
}

form.payement-card {
    margin: 0
}

form.payement-card div.brand-select div.brand-select-content div {
    width: 120px;
    float: left;
    margin-bottom: 10px
}

form.payement-card div.brand-select div.brand-select-content div input {
    position: relative;
    top: -15px
}

form.payement-card div.brand-select div.brand-select-bottom {
    clear: both
}

div#mails-newsletter {
    position: absolute;
    right: 57px;
    top: 125px
}

div#mails-newsletter h5 {
    overflow: hidden;
    line-height: 14px;
    height: 14px;
    font-weight: 700;
    font-size: 11px;
    margin: 0 0 4px 11px
}

div#mails-newsletter input#mails-newsletter-input {
    background: url(../images/style/input-mails-newsletter.png) no-repeat;
    border: none;
    color: #797979;
    float: left;
    font-size: 14px;
    font-style: italic;
    height: 29px;
    line-height: 29px;
    margin: 0;
    padding: 0 10px;
    width: 227px
}

div#mails-newsletter .button-search {
    float: left;
    display: inline-block;
    border: none;
    padding: 0 0 4px;
    cursor: pointer;
    background: url(../images/style/button-search.png) no-repeat;
    margin: 0;
    width: 90px;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #7F6629
}

div#mails-newsletter .button-search:hover {
    background-position: left bottom
}

div#mails-newsletter span.tip {
    display: block;
    font-size: 11px;
    color: #7D0E0E;
    float: left;
    clear: both;
    margin: 4px 0 0 11px
}

div#analytics-section div, div#analytics-section iframe, div#analytics-section img {
    display: none
}

h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > *, li > :not(a), ol > :not(a), p > :not(a) {
    color: inherit !important
}

div#product-detail-other div.description * {
    font-size: inherit !important
}

div#footer {
    width: 100%;
    float: left;
    background: #0c3b7b;
    box-sizing: border-box;
    margin-top: auto;
}

div.footer-in {
    width: 1000px;
    margin: 0 auto;
}

div.footer-in:after {
    display: block;
    height: 0;
    width: 100%;
    content: '';
    clear: both;
}

div#footer div.left-block {
    width: 570px;
    float: left;
    margin-top: 5px;
    padding-top: 30px;
}

div#footer div.middle-block {
    width: 278px;
    height: 100px;
    box-sizing: border-box;
    padding-right: 34px;
    float: left;
    margin-top: 11px;
    padding-top: 30px;
}

div#footer div.right-block {
    width: 152px;
    float: right;
    padding-top: 30px;
}

div#footer div.right-block div#payments a:nth-of-type(2) {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px
}

div#footer div#copyright {
    float: left;
    width: 100%;
    background: #0a3166;
    line-height: 50px;
    text-transform: uppercase;
    color: #b9c1d1;
    font-size: 13px;
    margin-top: 42px
}

div#footer div#copyright div.copy {
    float: left;
    width: 50%
}

div#footer div#copyright div.copy span {
    color: #ffcf00
}

div#footer div#copyright div.made {
    float: right;
    width: 50%;
    text-align: right;
    display:none;
}

div#footer div#copyright div.made a {
    text-decoration: none;
    color: #fff
}

div#footer div#copyright div.made a:hover {
    text-decoration: underline
}

#popUpSpecial a, div#footer div.info > *, div.admin-link a {
    text-decoration: none
}

@media (min-width: 480px) and (max-width: 1510px) {
    div#footer div#copyright div.made {
        display: none
    }
}

div#footer div.info {
    padding-bottom: 27px
}

div#footer div.info > * {
    color: #b9c1d1;
    font-size: 14px;
    display: block;
    padding-left: 39px;
    line-height: 20px;
    margin-bottom: 7px
}

div#footer div.info span.phone {
    background: url(../images/style/icon-phone-2.png) left 6px no-repeat
}

div#footer div.info span.phone span {
    display: block
}

div#footer div.info a.email {
    background: url(../images/style/icon-envelope-2.png) left center no-repeat
}

div#footer div.info span.fax {
    color: #aaaaaf;
    background: url(../images/style/icon-fax.png) left center no-repeat
}

@media (max-width: 1115px) {
    div#hw-87kwowifjjowiklsadh666right {
        display: none !important
    }
}

@media (max-width: 480px) {
    div#chat-application {
        display: none !important
    }
}

div.admin-link {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #304b5d
}

div.admin-link a {
    width: 80px !important;
    padding: 40px 0 0;
    height: 20px;
    margin: 8px 1px 0;
    text-align: center;
    color: #c2d2e5;
    display: block
}

div.admin-link a:hover {
    color: #fff
}

div.switch-interface a {
    background: url(../images/style/admin/link-switch.gif) center top no-repeat
}

div.switch-interface a:hover {
    background: url(../images/style/admin/link-switch-active.gif) center top no-repeat
}

div#switch-off-container {
    padding: 35px;
    border-style: solid;
    border-width: 1px
}

div#analytics-section, iframe[src*=paylo] {
    display: none
}

#supplier {
    background-color: #FFF;
    float: left;
    width: 97%;
    text-align: left;
    padding: 1em
}

#supplier h2 {
    font-weight: 400;
    margin-bottom: .1em
}

#unsubscribed-page .content {
    width: 100%;
    box-sizing: border-box;
    padding: 33px 192px 89px 326px;
    float: left;
    min-height: 400px;
    text-align: center;
    background: url(../images/style/bg-thank-you-page-2.png) 90px 30px no-repeat #fff;
    background-size: 189px
}

#unsubscribed-page .button-medium {
    margin-right: 8.5em
}

#unsubscribed-page .button-proceed {
    float: none;
    background: #0f9b5b;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin: 1em 0 0
}

#load-description {
    cursor: pointer;
    color: #b8b8ba;
    text-decoration: underline
}

#adult-bg {
    width: 100%;
    height: 1800px;
    background-color: rgba(0, 0, 0, .75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999
}

#adult-ask {
    width: 1000px;
    min-height: 345px;
    margin: 160px auto auto;
    top: 100px;
    background-color: #FFF;
    border: 1px solid #fff;
    border-radius: 5px;
    text-transform: uppercase
}

#adult-ask img {
    margin-left: 50px;
    margin-top: 20px;
    float: left
}

.ow-btn {
    background-color: #0f9b5b !important;
    padding: .4rem 2rem !important
}

.ow-btn2 {
    background-color: #707075 !important;
    padding: .4rem 2.4rem !important
}

.ow-btn, .ow-btn2 {
    font-size: 1.8em;
    font-weight: 600;
    position: relative;
    top: 110px;
    right: 161px;
    margin-left: 15px
}

.adult-first-line {
    position: relative;
    right: 38px;
    top: 50px;
    margin: 0;
    font-weight: 400
}

.adult-second-line {
    position: relative;
    right: 38px;
    top: 37px;
    font-weight: 700
}

div#sale-arguments {
    position: absolute;
    width: 152px;
    left: 50%;
    margin-left: 525px;
    border-top: 1px solid #cdcdcd;
    top: 160px
}

div#sale-arguments .item {
    width: 100%;
    float: left;
    padding: 5px 0;
    font-size: 14px;
    color: #bfbfc1;
    display: flex;
    text-decoration: none;
    align-items: center;
    border-bottom: 1px solid #cdcdcd
}

div#sale-arguments .item img {
    width: 60px;
    display: block;
    flex: none;
    margin-right: 12px
}

#popUpSpecial div, #popUpSpecial p {
    text-transform: uppercase;
    width: 100%
}

@media (max-width: 1470px) {
    div#sale-arguments {
        display: none
    }
}

#popUpSpecial {
    position: fixed;
    width: 220px;
    min-height: 100px;
    background-color: #fff;
    border-radius: 8px;
    z-index: 999;
    -webkit-box-shadow: 0 -2px 50px -11px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 -2px 50px -11px rgba(0, 0, 0, .75);
    box-shadow: 0 -2px 50px -11px rgba(0, 0, 0, .75);
    top: 84%;
    margin-left: 18px
}

#popUpSpecial h4 {
    font-weight: 600;
    margin: 0;
    padding: .5rem .5rem 0;
    font-size: 16px
}

#popUpSpecial p {
    margin: .4rem 0 0;
    color: #8a8a8e;
    font-size: 12px;
    font-weight: 600;
    padding-left: .5rem;
    border-top: 1px solid #f3f3f3;
    width: 96%;
    padding-top: .4rem;
    padding-bottom: .4rem
}

#popUpSpecial div {
    margin: 0
}

#popUpSpecial span {
    color: #ff1d1d;
    font-size: 25px;
    padding-left: 1.1rem;
    margin: 4px 0;
    display: inline-block
}

#popUpSpecial img {
    width: 60px;
    float: right;
    margin-right: .5rem;
    margin-top: .2rem
}

#popUpcross {
    width: 21px !important;
    height: 16px;
    float: left;
    background: url(/images/style/popUpcross.png) no-repeat;
    position: fixed;
    top: 81.8%;
    margin-left: 24px;
    cursor: pointer;
    background-size: contain
}

.showedPopUp {
    display: block !important
}

.copy p {
    display: inline-block;
    margin: 15px 0;
}

.sk-footer {
    margin-top: 72px !important
}

/* cookie strip */

.cookie-strip{
    position:fixed;
    z-index:10000;
    width:100%;
    box-sizing:border-box;
    bottom:0;
    left:0;
    background:rgba(255,207,0,1);
    padding:0.625rem 1.5rem;
}
.cookie-strip .inner{
    display:flex;
    margin:0 auto;
    width:100%;
    max-width:1000px;
    justify-content:space-between;
    align-items:center;
    color:#0c3b7b;
}
.cookie-strip p{
    margin:0 2rem 0  0;
    flex-grow:1;
}
.cookie-strip .icon-small {
    padding: 5px 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    background:#0c3b7b;
    text-decoration:none;
}
.cookie-strip .icon-small:hover {
    color:rgba(255,207,0,1);
}

/* cookie strip end */

/* order generally */

div.order{
    float:left;
    width:100%;
    padding:2.375rem 1.5rem 1.813rem 1.5rem;
    background:#fff;
    font-size:16px; /* nastavuje defaultní velikost kvůli em jednotkám */
}
div.order,
div.order *,
div.order *:before,
div.order *:after{
    box-sizing:border-box;
}
div.order div.major{
    float:left;
    width:66.1%;
}
div.order div.complement{
    float:right;
    width:31.5%;
}

/* order generally end */

/* order nice checkboxes and radios generally */

div.order label.nice-checkbox{
    display:inline-block;
    margin:0.5rem 0;
    font-size:1em;
    line-height:normal;
}
div.order label.nice-checkbox input{
    display:none;
}
div.order label.nice-checkbox span.control{
    display:inline-block;
    vertical-align:middle;
    width:1.375rem;
    height:1.375rem;
    content:'';
    border:0.063rem solid #cccccf;
    border-radius:0.313rem;
    margin-right:0.5rem;
    margin-top:-0.125rem;
    position:relative;
    background:#fff;
}
div.order label.nice-checkbox span.control:after{
    border-left:0.125rem solid #555;
    border-bottom:0.125rem solid #555;
    width:0.75rem;
    height:0.438rem;
    content:'';
    display:none;
    transform:rotate(-45deg);
    position:absolute;
    left:0.25rem;
    top:0.1rem;
}
div.order label.nice-checkbox input:checked + span.control:after{
    display:block;
}
div.order label.nice-radio{
    display:inline-block;
    line-height:normal;
    margin:0.5rem 0;
    font-size:1em;
}
div.order label.nice-radio input{
    display:none;
}
div.order label.nice-radio span.control{
    display:inline-block;
    vertical-align:middle;
    width:1.25rem;
    height:1.25rem;
    content:'';
    border:0.063rem solid #cccccf;
    border-radius:50%;
    margin-right:0.75rem;
    position:relative;
    background:#fff;
}
div.order label.nice-radio span.control:after{
    width:0.75rem;
    height:0.75rem;
    content:'';
    display:none;
    position:absolute;
    left:0.188rem;
    top:0.188rem;
    border-radius:50%;
    background:#0c3b7b;
}
div.order label.nice-radio input:checked + span.control:after{
    display:block;
}

/* order nice checkboxes and radios generally end */

/* order form items generally */

div.order label.form-item{
    display:block;
    font-size:1em;
    line-height:normal;
    margin:0.5rem 0;
}
div.order label.form-item span.text{
    display:block;
    font-size:0.875em;
    color:#0c3b7b;
    font-weight:bold;
    margin-bottom:0.438rem;
}
div.order label.form-item.obligate span.text:after{
    content:' *';
}
div.order label.form-item small.warning{
    float:left;
    width: 100%;
    display:block;
    font-size:0.75em;
    color:#fd3e23;
    margin-top: 0.188rem;
}
div.order label.form-item input{
    width:100%;
    box-shadow:none;
    margin:0;
    padding-right:2.063rem;
}
div.order label.form-item.correct input{
    background:url(../images/style/icon-order-correct.svg) calc(100% - 0.375rem) center / 1.25rem auto no-repeat #fff;
}
div.order label.form-item.wrong input{
    background:url(../images/style/icon-order-wrong.svg) calc(100% - 0.375rem) center / 1.25rem auto no-repeat #fff1f1;
    border-color:#fd3e23;
}

/* order form items generally end */

/* order form selecboxes */

div.order select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    background: url(../images/style/arrow-select.png) calc(100% - 0.5rem) center no-repeat;
}
div.order select::-ms-expand {
    display: none;
}

/* order form selecboxes end */

/* order cart */

div.order div.cart{
    float:left;
    width:100%;
    margin-bottom:25px;
}
div.order div.cart h2.headline{
    float:left;
    width:50%;
    color:#0c2a68;
    font-size:1.5em;
    margin:0 0 1.188rem 0;
}
div.order div.cart table.goods{
    float:left;
    width:100%;
    margin:0 0 0 0;
    border-spacing:0;
    border-top:0.063rem solid #cccccf;
}
div.order div.cart table.goods td{
    font-size:1em;
    border-width:0 0 0.063rem 0;
    border-style:solid;
    border-color:#cccccf;
    padding-top:0.875rem;
    padding-bottom:0.875rem;
}
div.order div.cart table.goods td:nth-of-type(1){
    width:5.625rem;
    padding-left:0rem;
    padding-right:0;
}
div.order div.cart table.goods td:nth-of-type(2){
    padding-left:2.5rem;
    padding-right:2.5rem;
}
div.order div.cart table.goods td:nth-of-type(3){
    padding-left:0rem;
    padding-right:0;
    width:8.750rem;
}
div.order div.cart table.goods td:nth-of-type(4){
    padding-left:0rem;
    padding-right:0;
    text-align:right;
    white-space:nowrap;
    width:7.813rem;
}
div.order div.cart table.goods td:nth-of-type(5){
    padding-left:0rem;
    padding-right:0;
    text-align:right;
    white-space:nowrap;
    width:7.813rem;
}
div.order div.cart table.goods td:nth-of-type(6){
    padding-left:0rem;
    padding-right:1rem;
    text-align:right;
    width:5.125rem;
}
div.order div.cart table.goods img.image{
    width:100%;
    display:block;
}
div.order div.cart table.goods h3.title{
    margin:0 0 0.125rem 0;
    font-weight:normal;
    font-size:0.875em;
}
div.order div.cart table.goods h3.title a{
    text-decoration:none;
}
div.order div.cart table.goods h3.title a:hover{
    text-decoration:underline;
}
div.order div.cart table.goods span.avail{
    color:#0f9b5b;
    display:block;
    font-size:0.875em;
}
div.order div.cart table.goods div.pieces{
    width:100%;
    height:2.5rem;
    border-radius:0.313rem;
    overflow:hidden;
    border:0.063rem solid #cccccf;
}
div.order div.cart table.goods div.pieces a{
    float:left;
    width:1.875rem;
    height:100%;
    display:block
}
div.order div.cart table.goods div.pieces a.subtract{
    background:linear-gradient(#555, #555) 0.563rem 1.125rem / 0.75rem 0.125rem no-repeat #f4f3f4;
}
div.order div.cart table.goods div.pieces a.add{
    background:
        linear-gradient(#555, #555) 0.563rem 1.125rem / 0.75rem 0.125rem no-repeat,
        linear-gradient(#555, #555) 0.875rem 0.813rem / 0.125rem 0.75rem no-repeat #f4f3f4;
}
div.order div.cart table.goods div.pieces form{
    float:left;
    height:100%;
    width:4.875rem;
}
div.order div.cart table.goods div.pieces input{
    height:100%;
    line-height:normal;
    padding:0;
    margin:0;
    color:#555555;
    text-align:center;
    font-size:0.875rem;
    width:100%;
    box-shadow:none;
    border-radius:0;
    border-top:0;
    border-bottom:0;
    border-left:1px solid #cccccf;
    border-right:1px solid #cccccf;
    float:left;
}
div.order div.cart table.goods span.price,
div.order div.cart table.goods strong.price-2{
    font-size:0.875em;
}
div.order div.cart table.goods a.remove{
    display:block;
    width:1.875rem;
    height:1.875rem;
    background:
        linear-gradient(#b3b3b3, #b3b3b3) 0.313rem 0.875rem / 1.25rem 0.188rem no-repeat,
        linear-gradient(#b3b3b3, #b3b3b3) 0.875rem 0.313rem / 0.188rem 1.25rem no-repeat;
    transform:rotate(45deg);
    margin-left:auto;
}
div.order div.cart div.active-strip{
    float:left;
    width:100%;
}
div.order div.cart div.active-strip a.icon-back{
    float:left;
    margin:0.75rem 0 0 0;
    font-size:0.875em;
    color:inherit;
    text-decoration:none;
    position:relative;
    padding-left:1.5rem;
}
div.order div.cart div.active-strip a.icon-back:hover{
    text-decoration:underline;
}
div.order div.cart div.active-strip a.icon-back:after{
    border-left:0.125rem solid #0c2a68;
    border-bottom:0.125rem solid #0c2a68;
    width:0.563rem;
    height:0.563rem;
    content:'';
    display:block;
    transform:rotate(45deg);
    position:absolute;
    left:0.125rem;
    top:calc(50% - 0.25rem);
}
div.order div.cart div.active-strip div.discount{
    float:right;
    margin-top:0.625rem;
}
div.order div.cart div.active-strip div.discount form{
    white-space:nowrap;
    float:right;
    clear:both;
    margin-top:0.5rem;
}
div.order div.cart div.active-strip div.discount input.code{
    display:none;
    margin:0 0.5rem 0 0;
    width:8rem;
    float:left;
    box-shadow:none;
    padding-top:0;
    padding-bottom:0;
    height:1.75rem;
    white-space:normal;
    font-size:0.813em;
}
div.order div.cart div.active-strip div.discount button{
    float: left;
    background: #069c5b;
    color: #fff;
    margin: 0;
    transition:0.3s;
    padding: 5px 10px;
    border-radius: 4px;
    white-space:normal;
}
div.order div.cart div.active-strip div.discount button:hover{
    opacity:0.75;
}
div.order div.cart div.active-strip label.nice-checkbox{
    margin:0;
    float:right;
    clear:both;
}
div.order div.cart div.active-strip label.nice-checkbox span.text{
    font-size:0.875em;
}
div.order div.down-strip{
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
div.order div.down-strip div.delivery-country-part{
    float: left;
    width: 50%;
}
div.order div.delivery-country-part form{
    display: flex;
    align-items: center;
    width: 100%;
}
div.order div.delivery-country-part label{
    margin: 0 10px 0 0;
    flex:none;
    font-size: 14px;
}
div.order div.delivery-country-part select#country-language-switch{
    margin: 0;
    flex:none;
    width: 180px;
    height: 40px;
    padding: 0 10px 0 10px;
}
div.order div.down-strip div.discount-part{
    float: left;
    width: 50%;
    align-items: center;
    display: flex;
    min-height: 40px;
    justify-content: flex-end;
}
div.order div.down-strip div.discount-part label.nice-checkbox{
    margin:0 0 0 30px;
    font-size: 14px;
}
div.order div.down-strip div.discount-part form.code-block{
    order:-1;
}
div.order div.down-strip div.discount-part input.code{
    width: 120px;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    outline:none;
    display: inline-block;
    vertical-align: top;
}
div.order div.down-strip div.discount-part button{
    height: 40px;
    margin: 0 0 0 -6px;
    padding: 0 10px;
    font-size:14px;
    border-radius: 0 4px 4px 0;
    background: #f4f3f4;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d8d6d6;
    border-left: 0;
    color: #000;
    font-size: 14px;
    transition: 0.3s;
}
div.order div.down-strip div.discount-part button:hover{
    background: #e8e8e8;
}

/* order cart end */

/* order messages */

div.order div.order-messages{
    float:left;
    width:100%;
    margin:0.75rem 0 0.25rem 0;
}
div.order div.order-messages div.message-item{
    border-width:0.063rem;
    border-style:solid;
    border-radius:0.313rem;
    font-weight:bold;
    font-size:0.875em;
    padding:1rem 0 1rem 3.813rem;
    margin-bottom:0.5rem;
}
div.order div.order-messages div.message-item.wrong{
    border-color:#ff1f00;
    color:#fb0007;
    background:url(../images/style/icon-order-wrong.svg) 0.938rem center / 1.875rem auto no-repeat #fff3f3;
}

/* order messages end */

/* order delivery */

div.order div.delivery{
    float:left;
    width:100%;
    margin-bottom:1.875rem;
}
div.order div.delivery h2.headline{
    font-size:1.5em;
    margin:0 0 1rem 0;
}
div.order div.delivery.wrong .delivery-item {
    border: 1px solid #fd3e23;
}
div.order div.delivery-item{
    border-radius:0.313rem;
    background:#f3f3f3;
    float:left;
    width:100%;
    margin-bottom:0.125rem;
    transition:background 0.3s;
}
div.order div.delivery-item:hover,
div.order div.delivery-item.active{
    background:#e8eff9;
}
div.order div.delivery-item label.nice-radio.sel{
    float:left;
    width:100%;
    margin:0;
    padding:1.938rem 1.875rem 2.25rem 1.25rem;
}
div.order div.delivery-item label.nice-radio.sel span.control{
    float:left;
    margin:1.313rem 1.5rem 0 0;
    position:relative;
    top:0;
    left:0;
}
div.order div.delivery-item label.nice-radio.sel img.image{
    float:left;
    width:3.250rem;
    margin:0.25rem 1.5rem 0 0;
}
div.order div.delivery-item label.nice-radio.sel div.info{
    float:left;
    width:21.250rem;
    margin:0 0rem 0 0;
}
div.order div.delivery-item label.nice-radio.sel div.info h3.title{
    font-size:1.125em;
    margin:0 0 0.375rem 0;
}
div.order div.delivery-item label.nice-radio.sel div.info p.desc{
    font-size:0.875em;
    margin:0 0 0 0;
}
div.order div.delivery-item label.nice-radio.sel span.price{
    float:right;
    margin:0 0rem 0 0;
    font-size:0.875em;
}
div.order div.delivery-item div.subsels{
    float:left;
    width:100%;
    margin-top:-0.625rem;
    padding:0 1.875rem 1.25rem 1.75rem;
}
div.order div.delivery-item div.subsels label.nice-radio.subsel{
    float:left;
    width:100%;
    margin:0 0 0 0;
    padding:0.438rem 0 0.438rem 0.813rem;
    border-bottom:0.063rem solid rgba(0,0,0,0.1);
}
div.order div.delivery-item div.subsels label.nice-radio.subsel:first-of-type{
    border-top:0.063rem solid rgba(0,0,0,0.1);
}
div.order div.delivery-item div.subsels label.nice-radio.subsel span.control{
    margin:0.188rem 0.813rem 0 0;
    position:relative;
    left:0;
    top:0;
    float:left;
}
div.order div.delivery-item div.subsels label.nice-radio.subsel div.pic{
    margin:0rem 1.063rem 0 0;
    min-height:0.25rem;
    width:6.625rem;
    height:1.625rem;
    line-height:1.625rem;
    float:left;
}
div.order div.delivery-item div.subsels label.nice-radio.subsel input[value='13'] ~ div.pic{
    background:url(https://delivery-pickup.blueserver2.cz/public/logo-gls.png) no-repeat left center / contain;
}
div.order div.delivery-item div.subsels label.nice-radio.subsel input[value='12'] ~ div.pic{
    background:url(https://delivery-pickup.blueserver2.cz/public/logo-cp.png) no-repeat left center / contain;
}
div.order div.delivery-item div.subsels label.nice-radio.subsel div.pic img.image{
    max-width:100%;
    max-height:100%;
    display:inline-block;
    vertical-align:middle;
}
div.order div.delivery-item div.subsels label.nice-radio.subsel h5.title{
    font-size:0.75em;
    color:inherit;
    margin:0.375rem 0 0 0;
    float:left;
    width:17.500rem;
    font-weight:normal;
}
div.order div.delivery-item div.subsels label.nice-radio.subsel strong.price{
    float:right;
    font-size:1.125em;
    color:#0c3b7b;
    display:block;
}
div.order div.delivery-item div.subsels div.address{
    float:left;
    width:100%;
}
div.order div.delivery-item div.subsels div.address h4.title{
    margin:0 0 0.5rem 0;
    font-size:0.875em;
}
div.order div.delivery-item div.subsels h4.title-branches{
    margin:1.25rem 0 0.5rem 0;
    font-size:0.875em;
    float:left;
    width:100%;
}
div.order div.delivery-item div.subsels div.address input{
    width:100%;
    margin:0 0 0 0;
    padding-left:1rem;
    padding-right:2.5rem;
    box-shadow:none;
}
div.order div.delivery-item div.subsels div.address input.correct{
    background:url(../images/style/icon-order-correct.svg) 98.3% center / 1.25rem auto no-repeat #fff;
}
div.order div.delivery-item div.subsels div.address input.wrong{
    background:url(../images/style/icon-order-wrong.svg) 98.3% center / 1.25rem auto no-repeat #fff;
}
div.order div.delivery-item div.subsels div.active-box{
    width:100%;
    float:left;
    border-radius:0.313rem;
    overflow:hidden;
    margin:0.75rem 0 0.5rem 0;
    background:#fff;
    text-align:center;
}
div.order div.delivery-item div.subsels div.active-box div.place-details{
    margin-top:1rem;
    margin-bottom: 1rem;
}
div.order div.delivery-item div.subsels div.active-box strong.branch{
    display:block;
    color:#0c2a68;
    font-size:1.125rem;
    margin:0 0 0.375rem 0;
}
div.order div.delivery-item div.subsels div.active-box span.branch-locality{
    display:block;
    font-size:0.875rem;
    margin:0 0 0 0;
}
div.order div.delivery-item div.subsels div.active-box span.branch-open{
    display:block;
    font-size:0.875rem;
    margin:0 0 0 0;
}
div.order div.delivery-item div.subsels div.active-box a.button-branch-pickup{
    display:inline-block;
    margin:0.938rem auto 1.25rem auto;
    background:#069c5b;
    padding:0.813rem 1rem;
    text-align:center;
    font-size:1.125em;
    line-height:1.3333333;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    border-radius:0.313rem;
    text-decoration:none;
    transition:opacity 0.3s;
}
div.order div.delivery-item div.subsels div.active-box a.button-branch-pickup:hover{
    opacity:0.75;
}

/* order delivery end */

/* order payment */

div.order div.payment{
    float:left;
    width:100%;
    margin-bottom:1.875rem;
}
div.order div.payment h2.headline{
    font-size: 1.5em;
    margin:0 0 1rem 0;
}
div.order div.payment label.nice-radio{
    margin:0 0 0.125rem 0;
    transition:0.3s;
    background:#f3f3f3;
    padding:0.75rem 1.875rem 0.75rem 1.25rem;
    transition:background 0.3s;
    float:left;
    width:100%;
    border-radius:0.313rem;
}
div.order div.payment.wrong label:not(.disabled) {
    border: 1px solid #fd3e23;
}
div.order div.payment label.nice-radio.disabled{
    display: none;
}
div.order div.payment label.nice-radio:hover,
div.order div.payment label.nice-radio.active{
    background:#e8eff9;
}
div.order div.payment label.nice-radio span.control{
    float:left;
    display:block;
    margin:0.25rem 1.875rem 0 0 ;
}
div.order div.payment label.nice-radio h5.title{
    float:left;
    width:25.625rem;
    margin:0.375rem 0 0 0;
    font-size:0.875em;
}
div.order div.payment label.nice-radio strong.price{
    float:right;
    color:#0c3b7b;
    display:block;
    font-size:1.125em;
}
div.order div.payment label.nice-radio.disabled h5.title,
div.order div.payment label.nice-radio.disabled strong.price{
    color:#b3b3b3;
}

/* order payment end */

/* order customer */

div.order div.customer{
    float:left;
    width:100%;
    margin-bottom:1.313rem;
}
div.order div.customer h2.headline{
    font-size:1.5em;
    margin:0 0 1rem 0;
}
div.order div.customer div.entries{
    float:left;
    width:100%;
    border-radius:0.313rem;
    background:#f4f3f4;
    padding:0.75rem 1.875rem 0.75rem 1.875rem;
}
div.order div.customer div.entries label.form-item{
    margin:0 0 1.375rem 0;
    float:left;
    width:100%;
}
div.order div.customer div.entries label.form-item:nth-of-type(2),
div.order div.customer div.entries label.form-item:nth-of-type(6){
    float:right;
}
div.order div.customer div.entries label.form-item.middle{
    width:48.2%;
}
div.order div.customer div.entries label.form-item.larger{
    width:78.4%;
}
div.order div.customer div.entries label.form-item.small{
    width:18%;
}

/* order customer end */

/* order company */

div.order div.company{
    float:left;
    width:100%;
    margin-bottom:0.313rem;
    border-radius:0.313rem;
    background:#f4f3f4;
    padding:1.75rem 1.875rem 0.75rem 1.875rem;
}
div.order div.company label.nice-checkbox{
    margin:0 0 1rem 0;
}
div.order div.company label.nice-checkbox span.text{
    font-size:0.875em;
    color:#0c3b7b;
    font-weight:bold;
}
div.order div.company div.entries{
    float:left;
    width:100%;
    display:none;
}
div.order div.company div.entries label.form-item{
    margin:0 0 1.375rem 0;
    float:left;
    width:100%;
}
div.order div.company div.entries label.form-item:nth-of-type(3),
div.order div.company div.entries label.form-item:nth-of-type(8){
    float:right;
}
div.order div.company div.entries label.form-item.middle{
    width:48.2%;
}
div.order div.company div.entries label.form-item.larger{
    width:78.4%;
}
div.order div.company div.entries label.form-item.small{
    width:18%;
}

/* order company end */

/* order notice */

div.order div.notice{
    float:left;
    width:100%;
    margin-bottom:1.313rem;
    border-radius:0.313rem;
    background:#f4f3f4;
    padding:1.75rem 1.875rem 1.75rem 1.875rem;
}
div.order div.notice label.nice-checkbox{
    margin:0 0 0 0;
}
div.order div.notice label.nice-checkbox span.text{
    font-size:0.875em;
    color:#0c3b7b;
    font-weight:bold;
}
div.order div.notice div.entries{
    display:none;
}
div.order div.notice div.entries textarea{
    width:100%;
    resize:none;
    box-shadow:none;
    height:9rem;
    margin:0 0 0 0;
}


/* order notice end */

/* order summary */

div.order div.summary{
    float:left;
    width:100%;
    max-width:18.750rem;
}
div.order div.summary.fixed{
    position:fixed;
    top:0;
}
div.order div.summary.absolute{
    position:absolute;
    top:auto;
    bottom:1.375rem;
}
div.order div.summary h2.headline{
    font-size:1.5em;
    margin:0 0 1rem 0;
}
div.order div.summary div.messages{
    margin-bottom:0.875rem;
}
div.order div.summary div.messages div.delivery-message{
    font-weight:bold;
    border-radius:0.313rem;
    padding: 0.5rem 0.75rem 0.5rem 4rem;
    font-size:0.875rem;
    line-height:1.429;
    margin:0.5rem 0;
    border:0.063rem solid transparent;
}
div.order div.summary div.messages div.delivery-message.info{
    background:url(../images/style/icon-delivery-info.svg) 0.75rem center / 2.5rem auto no-repeat #ECF0F5;
    color:#0c2a68;
    border-color:#0c2a68;
}
div.order div.summary div.messages div.delivery-message.free{
    background:url(../images/style/icon-delivery-free.svg) 0.75rem center / 2.5rem auto no-repeat #C4FFE4;
    color:#0f9b5b;
    border-color:#0f9b5b;
}
div.order div.summary div.box{
    background:#ffedcc;
    padding:1.313rem 1.25rem 1.25rem 1.25rem;
    border-radius:0.313rem;
    margin-bottom:0.375rem;
    float:left;
    width:100%;
}
div.order div.summary div.box table.summary-table{
    width:100%;
    margin:0;
}
div.order div.summary div.box table.summary-table td{
    border:none;
    padding:0 0 0.625rem 0;
    font-size:0.875em;
}
div.order div.summary div.box table.summary-table td:nth-of-type(even){
    text-align:right;
    font-weight:bold;
}
div.order div.summary div.box table.summary-table tr.total td{
    border-top:0.063rem solid rgba(0,0,0,0.2);
    font-size:1.125em;
    padding-top:0.438rem;
    padding-bottom:1.688rem;
}
div.order div.summary div.box table.summary-table tr.total td:nth-of-type(even){
    color:#0f9b5b;
}
div.order div.summary div.box button.send-order.disabled{
    pointer-events: none;
    background: #a5a5a5;
}
div.order div.summary div.box button.send-order{
    display:block;
    width:100%;
    margin:0;
    background:#069c5b;
    padding:0.813rem 1rem;
    text-align:center;
    font-size:1.125em;
    line-height:1.3333333;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    border-radius:0.313rem;
    transition:opacity 0.3s;
}
div.order div.summary div.box button.send-order:hover{
    opacity:0.75;
}
div.order div.summary p.terms{
    font-size:0.75em;
    margin:0 0 0 0;
}

/* order summary end */

/* page preloader */

div.page-preloader-wrapper{
    width:100%;
    height:100%;
    position:fixed;
    z-index:1010;
    background:rgba(248,248,248,0.9);
    display:flex;
    justify-content:center;
    align-items:center;
}
div.page-preloader{
    width:174px;
    height:174px;
    display:block;
    background:url(../images/style/page-preloader-venda.png) center calc(50% + 0.375rem) no-repeat;
}
div.page-preloader:after{
    width:174px;
    height:174px;
    content:'';
    display:block;
    animation:page-preloader 1.5s infinite linear;
    background:url(../images/style/page-preloader.png) center center no-repeat;
}
@keyframes page-preloader {
    from {transform:rotate(0)}
    to {transform: rotate(360deg)}
}

/* page preloader end */

/* black friday */

a.product-preview div.black-friday {
    background: url(../images/style/glasses-black-friday.png) 19px center / 110px auto no-repeat #c5feff;
    font-size: 22px;
    color: #ff1d1d;
    font-weight: bold;
    padding: 13px 17px;
    border-radius: 5px;
    text-align: right;
    margin: 22px 0;
}
div#product-detail-main div.right div.black-friday {
    background: url(../images/style/glasses-black-friday.png) 14px center / 110px auto no-repeat #c5feff;
    font-size: 22px;
    color: #ff1d1d;
    font-weight: bold;
    padding: 13px 14px;
    border-radius: 5px;
    text-align: right;
    margin: 14px 0 0 0;
    line-height: normal;
}
div.order div.cart table.goods div.black-friday {
    background: url(../images/style/glasses-black-friday.png) left center / 110px auto no-repeat;
    width: 110px;
    height: 43px;
}

/* black friday end */








































