:root {
 
  --merchwork-color: rgb(70,0,202);
  --merchwork-color-font: #171618;
  --merchwork-color2: #ffca0d;
  --merchwork-color2-font: #ffca0d;
}

html {
    height: 100%;

    
}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 0px;
    margin: 0px;
    min-width: 989px;
    background: linear-gradient(253deg, var(--merchwork-color2), var(--merchwork-color));

    
}

a {
    text-decoration: none;
    color: #1b043f;
}

a:link{color:inherit}
a:active{color:inherit}
a:visited{color:inherit}
a:hover{color:inherit}

/* === MAIN BAR === */

.categories {
    background: #111;
}




.categories > ul {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0px auto 0px auto;
    padding: 0 16px;
    width: 80%;
    min-width: 989px;
    height: 56px;
    align-items: center;
}

.categories li {
    position: relative;
}

/* top items */
.categories > ul > li > .caname {
    color: #fff;
    padding: 0 14px;
    line-height: 56px;
    cursor: pointer;
    white-space: nowrap;
}

/* === SUBMENUS === */
.categories ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s;
    z-index: 1000;
}

/* deeper flyouts */
.categories ul ul ul {
    top: 0;
    left: 100%;
}

/* open on hover with delay */
.categories li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .1s;
}

/* submenu items */
.categories ul ul li .caname {
    display: block;
    padding: 10px 16px;
    color: #222;
    cursor: pointer;
}

.categories ul ul li .caname:hover {
    background: #f2f2f2;
}

/* === ARROWS ONLY WHEN CHILDREN EXIST === */
.categories li:has(ul) > .caname::after {
    content: "›";
    float: right;
    opacity: .4;
    margin-left: 8px;
}

.categories > ul > li:has(ul) > .caname::after {
    content: "▼";
    font-size: 10px;
    margin-left: 6px;
}

/* === TOUCH FRIENDLY === */
@media (hover: none) {
    .categories ul ul {
        opacity: 1;
        visibility: visible;
        transform: none;
        position: static;
        box-shadow: none;
    }

    .categories > ul {
        flex-direction: column;
        height: auto;
        align-items: stretch;
    }

    .categories > ul > li > .caname {
        line-height: 44px;
        border-bottom: 1px solid #222;
    }
}





/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}




.mi-slider {
    position: relative;
    height: 120px;
}

.mi-slider ul {
    list-style-type: none;
    position: absolute;
    width: 100%;
    min-width: 989px;
    left: 0;
    bottom: 10px;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
    margin: 0px;
    padding: 0px;
}

.no-js .mi-slider ul {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    overflow: visible;
}

.mi-slider ul.mi-current {
    pointer-events: auto;
}

.mi-slider ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 20%;
    max-width: 195px;
    -webkit-transform: translateX(600%);
    transform: translateX(600%);
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
    display: block;
    margin: 0 auto;
}

.mi-slider ul li a {
    outline: none;
    cursor: pointer;
}

.mi-slider ul li img {
    max-width: 100%;
    border: none;
}

.mi-slider ul li h4 {
    display: inline-block;
    font-size: 12px;
    padding: 0px 10px 0;
    margin: 0px;
    color: gray;
}

.mi-slider ul li h4 a {
    color: gray;
}

.mi-slider ul li:hover {
    opacity: 0.7;
}

.mi-slider nav {
    position: relative;
    top: 0px;
    text-align: center;
    width: 100%;
    min-width: 989px;
    margin: 0 auto;
    border-top: 1px solid rgb(243,243,243);
}

.no-js nav {
    display: none;
}

.mi-slider nav a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0px 30px 1px 30px;
    position: relative;
    color: #888;
    outline: none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    border-top: 1px solid white;
    text-decoration: none;
    font-weight: bold;
}

.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
    color: white;
    background-color: rgb(243,243,243);
    border-top: 1px solid rgb(243,243,243);
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
    content: '';
    position: absolute;
    top: -5px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mi-slider nav a.mi-selected:after {



    left: 50%;
    margin-left: -20px;
}

.mi-slider nav a.mi-selected:before {
    left: 50%;
    margin-left: -27px;
}

/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
    -webkit-animation: scaleUp 350ms ease-in-out both;
    animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
    0% {
        -webkit-transform: translateX(0) scale(0);
    }
    100% {
        -webkit-transform: translateX(0) scale(1);
    }
}

@keyframes scaleUp {
    0% {
        transform: translateX(0) scale(0);
    }
    100% {
        transform: translateX(0) scale(1);
    }
}

.mi-slider ul:first-child li:first-child {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
    -webkit-animation: moveFromRight 350ms ease-in-out both;
    animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
    -webkit-animation: moveFromLeft 350ms ease-in-out both;
    animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
    -webkit-animation: moveToRight 350ms ease-in-out both;
    animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
    -webkit-animation: moveToLeft 350ms ease-in-out both;
    animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
    0% {
        -webkit-transform: translateX(600%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromLeft {
    0% {
        -webkit-transform: translateX(-600%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes moveToRight {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(600%);
    }
}

@-webkit-keyframes moveToLeft {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-600%);
    }
}

@keyframes moveFromRight {
    0% {
        transform: translateX(600%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes moveFromLeft {
    0% {
        transform: translateX(-600%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes moveToRight {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(600%);
    }
}

@keyframes moveToLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-600%);
    }
}

.mi-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    overflow: scroll;
    overflow-x: hidden;
}


.text {
    background-color: rgb(243,244,245);
}

.mcontainer {
    width: 100%;
    position: relative;
}

.mcontainer > header {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 30px;
}

.main {

}

.mcontainer > header h1 {
    font-size: 34px;
    line-height: 38px;
    margin: 0;
    font-weight: 700;
    color: #333;
    float: left;
}

.mcontainer > header h1 span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

/* Header Style */
.codrops-top {
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
}

.codrops-top a:hover {
    background: rgba(255,255,255,0.8);
    color: #000;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    float: left;
    display: block;
}

/* Demo Buttons Style */
.codrops-demos {
    float: right;
    padding-top: 10px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #666;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
    color: #000;
    border-color: #000;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
    color: #aaa;
    border-color: #aaa;
}




a img {
    border: 0px;
}

.logobox {
    position: relative;
    height: 34px;
    z-index: 99;
    background: rgb(0,152,212) ;
    min-width: 989px;

}

.logobox .container .logo {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 34px;
}

.logobox .container .logo a {
    display: block;
    position: relative;
    height: 34px;
    margin: 0;
    padding: 0px 25px;
    background: url(img/mask.png) center bottom repeat;
}

.logobox .container .logo img {
    padding-top: 8px;
    width: 100px;
}

.logobox .container .logo a:hover {
    background: url(img/mask.png) center bottom repeat;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}



.header {
    position: relative;
    height: 60px;
    z-index: 99;

    min-width: 989px;

}

.header.logocont {
    background: black;
}

.container {
    position: relative;
    margin: 0px auto 0px auto;
    width: 80%;
    min-width: 989px;

}

.container.list,
.container.product-detail,
.container.cms,
.container.checkout {
    background-color: white;
}


.container.cms {
    padding: 1px 0px 80px;
}

.container.list {
    
    padding: 1px 0px 80px;
}




.category-description {
    display: block;
    position: relative;
    padding: 40px 0px 0px 0px;
    margin: 40px 0px 0px 0px;
    text-align: center;
    line-height: 1.4;
}

.category-description:before {
    content: '';
    display: block;
    position: absolute;
    height: 7px;
    top: 0px;
    width: 40%;
    left: 30%;
    background: linear-gradient(253deg, var(--merchwork-color2), var(--merchwork-color));
    border-radius: 5px;
    
}


h1.hpheader {
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 800;
}

.container.list .products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    justify-items: start;
    align-items: start;
    grid-gap: 44px;
    padding: 0px;
    margin: 0px;
    
}


.container.list .products .product {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 420px;
}

.container.list .products .product .neniskladem {
        padding: 0px;
    text-align: right;
    position: absolute;
    bottom: calc(100% - 339px);
    left: 0px;
    right: 0px;
    text-align: center;
}



.container.list .products .product .name {
    position: absolute;
    /* overflow: hidden; */
    display: block;
    width: 100%;
    /* height: 30px; */
    transform: translateY(50%);
    bottom: calc(100% - 264px);
    z-index: 1;
    font-size: 19px;
    line-height: 20px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}



.container.list .products .product:hover .name a {
    color:#4b10a9;
}

.container.list .products .product .price {
    position: absolute;
    overflow: hidden;
    display: block;
    width: 100%;
    /* height: 30px; */
    bottom: calc(100% - 309px);
    z-index: 1;
    font-size: 17px;
    text-align: center;
    color: #4b4b4b;
    padding: 0px;
    margin: 0px;
}

.container.list .products .product .images {
   
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 250px;
}

.container.list .products .product .images .mainimage {
    opacity: 0;
    transform: scale(1);

    transition: opacity 0.25s ease, transform 0.25s ease, background-image 0.25s ease;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
}

.container.list .products .product .images .gallery {
    z-index: 1;
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 260px;
    left: 20px;
    right: 20px;
}

.container.list .products .product .images .gallery .image {
    overflow: hidden;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid black;
}

.header .container .logo {
    height: 60px;

}


.header .container .logo .mainlogo {
    height: 30px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.container h1 {

}

.container.list h2 {

}

.container.list p {
    padding-right: 20px;
    padding-left: 20px;

}

.container.cms h2 {
    margin: 0px;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: 300;
}

.container.cms p {
    margin: 0px;
    padding: 10px 50px;

}



.header .container .menu {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
   
}


.header .container .menu ul {
    list-style: none;
    list-style-image: none;
    margin: 7px;
    padding: 0;
}

.header .container  .menu ul li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.header .container .menu ul li a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 12px;
    padding: 5px 16px;
    margin: 4px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,.5);
}
.header .container  .menu ul li a:hover {
    color: black;
    background: white;
    border: 1px solid black;
}

.header .container  .menu ul li a.try {
    color: white;
    background-color: rgb(90,180,90);
}

.header .container .client {
    position: absolute;
    right: 10px;
    top: 22px;
}

.header .container .client a {
    display: block;
    text-decoration: none;
    padding-left: 20px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: white;
    background: url(manager-16.png) no-repeat center left;
    text-transform: uppercase;
}

.header .container .client a:hover {
    text-decoration: underline;
}

.header .container .colors {
    position: absolute;
    right: 10px;
    top: 5px;
}

.header .container .colors a {
    display: block;
    text-decoration: none;
    padding-right: 10px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: white;
    background: url(arr-right_s.png) no-repeat center right;
    text-transform: uppercase;
}

.header .container .colors a:hover {
    text-decoration: underline;
}

.logobox .container .languages {
    position: absolute;
    right: 0px;
    top: 4px;
}

.logobox .container .languages a {
    display: block;
    text-decoration: none;
    padding-right: 10px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: white;
    background: url(arr-right_s.png) no-repeat center right;
    text-transform: uppercase;
}

.logobox .container .languages a:hover {
    text-decoration: underline;
}

.hovermenu {
    background: rgb(0,142,202) url(img/mask.png) center bottom repeat;
}

.menu_header {
    padding: 25px 125px;
}

.menu_header ul {
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 33%;
}

.menu_header ul li {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.menu_header a {
    color: white;
    text-decoration: underline;
}

.menu_header a:hover {
    color: white;
    text-decoration: none;
}


.bigscreen {
    position: relative;
    height: 400px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-size: cover;
    
}


.bigscreen .smallscreen {
    position: relative;
    margin: 0px auto 0px auto;
    width: 80%;
    min-width: 989px;
    height: 400px;

    padding: 0px;

}

.bigscreen .smallscreen .inside {
    position: absolute;
    height: 385px;
    top: 15px;
    left: 10%;
    width: 80%;
}


.bigscreen .smallscreen .inside .left {
    position: absolute;
    height: 490px;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}



.bigscreen .smallscreen .inside .left h2 {
    margin: 75px 0px 30px 0px;
    padding: 0px;
    color: white;
    letter-spacing: -1px;
    font-weight: normal;
    line-height: 54px;
}

.bigscreen .smallscreen .inside .left h2 a {
    color: white;
    text-decoration: none;
}

.bigscreen .smallscreen .inside .left h2 a small {
    font-size: 27px;
    letter-spacing: 0px;
}

.bigscreen .smallscreen .inside .left h2 a span {
    color: white;
    text-decoration: none;
    padding-right: 10px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    background: url(arr-right_s.png) no-repeat center right;
}

.bigscreen .smallscreen .inside .left p {
    display: block;
    color: white;
    width: auto;
    text-transform: none;
    margin: 0px;
}

.bigscreen .smallscreen .inside .left ul {
    display: block;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.bigscreen .smallscreen .inside .left ul li {
    display: block;
    position: relative;
    float: left;
    color: white;
    width: auto;
    text-transform: none;
    text-align: left;
    margin: 0px 0px 20px 12px;
    padding: 10px 0px 10px 10px;
    background: left center no-repeat;
    width: 250px;
    min-height: 35px;
}

.bigscreen .smallscreen .inside .left ul li .icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background: 50% 50% no-repeat;
    border: 2px solid white;
    border-radius: 50px;
}

.bigscreen .smallscreen .inside .left ul li span {
    display: block;
    position: absolute;
    top: 5px;
    left: 55px;
    padding: 0px;
    margin: 0px;
    /*background: url(arr-right.png) left center no-repeat;*/
}






.bigunderline {
    position: relative;
    margin: 0px auto 0px auto;
    width: 80%;
    min-width: 989px;
    height: 100px;
    background-color: rgb(29,29,29);
    border-top: 5px solid white;
}

.underline {
    position: relative;
    margin: 0px auto 0px auto;
    width: 989px;
    height: 100px;
}



.underline a {
    display: block;
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 11px;
    position: relative;
    color: white;
    font-size: 12px;
    text-decoration: none;
    background: 0px 13px no-repeat;
    height: 100px;
    width: 186px;
}



.underline a span  {
    display: block;
    position: absolute;
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    height: 30px;
    width: 130px;
    right: 0px;
    top: 10px;
    text-transform: uppercase;
    line-height: 14px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}


.underline a:hover span  {
    color: Gray;
}

.underline a:hover p  {
    color: white;
}

.underline a p {
    display: block;
    position: absolute;
    color: #9da6b2;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    height: 54px;
    width: 130px;
    right: 0px;
    top: 39px;
    margin: 0px;
    padding: 0px;
    line-height: 14px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}



.textboxes {
}

.textbox {
    display: block;
    text-align: left;
    padding: 10px 0px 10px 0px;
    width: 32%;
    border-right: 1px solid rgb(243,243,243);
    min-height: 160px;
    margin: 15px 0px 15px 0px;
    float: left;
}

.cleaner {
    clear: both;
    font-size: 1px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.textbox.last {
    border-right: 0px;
}

.textbox h2 {
    padding: 10px 20px 10px 20px;
    margin: 0px;
    color: rgb(29,29,29);
}

.textbox p {
    padding: 10px 20px 10px 20px;
    margin: 0px;
    color: black;
}


.footer {
    padding: 20px 0px 150px;
    color: #636363;
    background: black;
}

.footer .container .footer-columns {
   display: grid;
list-style-type: none;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
justify-items: start;
align-items: start;
justify-content: center;
text-align: left;
margin: 25px 0px 60px;

}

.footer .container .footer-columns > li:nth-child(3n+1) { justify-self: start; }
.footer .container .footer-columns > li:nth-child(3n+2) { justify-self: center; }
.footer .container .footer-columns > li:nth-child(3n+3) { justify-self: end; }

.footer .container .footer-columns .footer-column ul{
   margin: 0px;
}

.footer .container .payments {
   display: grid;
   text-align: center;
   list-style-type: none;
   grid-template-columns: repeat(auto-fit, minmax(38px, 38px));
   grid-gap: 10px;
   justify-items: start;
   align-items: start;
   justify-content: center;
}



.footer .container .footerlinks .copyright {
    text-align: right;
}

.slidesjs-navigation {
    display: none;
}

#slides {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    min-width: 989px;
    height: 400px;
}

.slidesjs-pagination {
    display: block;
    text-align: center;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 20px;
    right: 30%;
    width: 40%;
    height: 26px;
    z-index: 999;
}

.slidesjs-pagination li {
    display: inline-block;
    z-index: 99;
    margin: 0px 10px;
    
}

.slidesjs-pagination li a {
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 28px;
    overflow: hidden;
    color: rgb(70,0,202);
    background-color: rgb(70,0,202);
    z-index: 99;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    padding:0px;
    margin:0px;
}

.slidesjs-pagination li a.active {
    color: #ffca0d;
    background-color: #ffca0d;
}


/* Prevent the slideshow from flashing on load */
#slides {
    display: none
}

/* Center the slideshow */
.jqcontainer {
    margin: 0 auto;
    width: 80%;
    min-width: 989px;
}

/* Show active item in the pagination */
.slidesjs-pagination .active {
    color:red;
}

/* Media quires for a responsive layout */

/* For tablets & smart phones */
@media (max-width: 767px) {
    body {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container {
        width: auto
    }
}

/* For smartphones */
@media (max-width: 480px) {
    .jqcontainer {
        width: auto
    }
}

/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
    .jqcontainer {
        width: auto
    }
}

/* For larger displays */
@media (min-width: 1200px) {
    .jqcontainer {
        width: 80%;
        
    }
}


.weare {
    font-size: 12px;
    color: #888;
}

.colormenuitem {
    font-size: 12px;
    padding-left: 25px;
    cursor: pointer;
}
.products-box {

}

.products-box .product {
    display: block;
    float: left;
    width: 200px;
    margin: 15px 0.9% 15px 0.9%;
    min-height: 415px;
    background-color: rgb(243,243,243);
    text-decoration: none;
    color: black;
    padding: 0px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.products-box .product:hover {
    background-color: rgb(229,230,232);
}


.products-box .product h2 {
    display: block;
    padding: 10px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 27px;
}

.products-box .product p {
    display: block;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 16px;
}



.hosting-box {

}

.hosting-box .product {
    position: relative;
    text-decoration: none;
    height: 100px;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    color: #8f98a4;
    cursor: pointer;
    border: 1px solid #dedede;
    text-align: left;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-position: 10px 20px;
    background-repeat: no-repeat;
}

.hosting-box .product:hover {
    background-color: rgb(229,230,232);

}






.hosting-box .product h2 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    padding: 10px 10px 0px 70px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 18px;
    color: black;
}

.hosting-box .product .popis {
    display: block;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 70%;
    padding: 5px 10px 5px 70px;
    font-size: 13px;
    line-height: 17px;
}


.hosting-box .product .cena {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    width: 30%;
    margin: 0px;
    font-size: 33px;
    font-weight: bold;
    color: #174B63;
    letter-spacing: -1px;
    text-align: right;
    white-space: nowrap;
}

.hosting-box .product .cena .mena{
    color: #174B63;
    font-size: 25px;
}

.hosting-box .product .cena small {
    display: block;
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 16px;
}



.hosting-box .description {
    display: block;
    position: relative;
    padding: 5px 45px 5px 45px;
    font-size: 13px;
}

.hosting-box .description h3 {
    color: rgb(128,128,128);
    padding: 30px 0px 5px 0px;
    margin: 0px;
    font-size: 21px;
    font-weight: normal;
}

.hosting-box .description p {
    color: rgb(128,128,128);
    padding: 0px 0px;
    margin: 0px;
    font-size: 14px;
}

.hosting-box .description .includes {

    background-color: white;
    padding: 30px;
    margin: 20px 0px 20px 0px;
    border: 1px solid rgb(232,232,232);
}

.hosting-box .description .includes h3 {
    color: rgb(128,128,128);
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-size: 21px;
    font-weight: normal;
}

.hosting-box .description ul li {
    list-style: none;
}

.hosting-box .description ul li h4 {
    color: rgb(128,128,128);
    padding: 10px 0px 0px 0px;
    margin: 0px;
    font-size: 16px;
}

.hosting-box .description ul li p {
    color: rgb(128,128,128);
    padding: 0px 0px;
    margin: 0px;
    font-size: 13px;
    line-height: 19px;
}





.order-box .product {
    position: relative;
    text-decoration: none;
    height: 100px;
    padding: 0px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    color: #8f98a4;
    border-bottom: 1px solid #dedede;
    text-align: left;
    background-position: 10px 20px;
    background-repeat: no-repeat;
}

.order-box .product.first {
    border-top: 1px solid #dedede;
}








.order-box .product h2 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60%;
    padding: 10px 10px 0px 70px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 18px;
    color: black;
}

.order-box .product .popis {
    display: block;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 60%;
    padding: 5px 10px 5px 70px;
    font-size: 13px;
    line-height: 17px;
}


.order-box .product .cena {
    display: block;
    position: absolute;
    top: 0px;
    right: 10%;
    padding: 17px;
    width: 20%;
    margin: 0px;
    font-size: 33px;
    font-weight: bold;
    color: #174B63;
    letter-spacing: -1px;
    text-align: right;
    white-space: nowrap;
}

.order-box .product .cena .mena{
    color: #174B63;
    font-size: 25px;
}

.order-box .product .cena small {
    display: block;
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 16px;
}

.order-box .checkbox {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    width: 10%;
    margin: 0px;
}

.order-box .checkbox input {
    position: absolute;
    top: 34px;
    right: 30px;
    padding: 0px;
    width: 30px;
    margin: 0px;
    height: 30px;
}

.order-box .orderbutton {
    padding: 50px 10px;
    text-align: right;
}

.order-box .orderbutton input {
    width: 180px;
    height: 50px;
    font-size: 25px;
    color: rgb(146,146,147);
    cursor: pointer;
}

.order-box .orderbutton span {
    font-family: arial;
    padding: 10px 30px;
    font-size: 25px;
    color: white;
    border: 1px solid rgb(157,157,157);
    background-color: rgb(90,180,90);
    cursor: pointer;
}


.order-box .product .orderbutton:hover {
    background-color: black;
}

.order-menu {
    float: right;
    width: 26%;
}

.order-menu h3 {
    color: #8f98a4;
    padding: 30px 0px 5px 0px;
    margin: 0px;
    font-size: 21px;
    font-weight: normal;
}






.products-text {
    float: left;
    width: 72%;
    min-height: 1000px;
}

.products-menu {
    float: right;
    width: 26%;
}

.products-menu h2.clickable {
    padding: 0px;
    margin: 0px;
}

.products-menu h2.clickable a {
    color: rgb(136,136,136);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 26px;
    margin: 15px 0px 0px 0px;
    padding: 10px;
    font-weight: normal;
    color: #8f98a4;
    cursor: pointer;
    display: block;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    text-align: left;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.products-menu h2.clickable a:hover {
    background-color: rgb(242,242,242);
    border: 1px solid rgb(198,198,198);
    color: #444;
}

.products-menu .service {
    position: relative;
    display: block;
    margin: 0px;
    padding: 5px 0.9% 5px 0.9%;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid rgb(229,230,232);
}

.products-menu .service:hover {
    background-color: rgb(243,243,243);
}

.products-menu .service h2 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    text-decoration: none;
    color: black;
}

.products-menu .service img {
    position: absolute;
    max-height: 24px;
    max-width: 24px;
    left: 10px
}

.products-menu .advantages h3 {
    color: black;
    padding: 30px 0px 5px 0px;
    margin: 0px;
    font-size: 21px;
    font-weight: normal;
}

.products-menu .advantages p {
    padding-top: 0px;
    margin-top: 0px;
}


.products-menu .advantages .box {
    background-color: rgb(248,248,248);
    border: 1px solid rgb(232,232,232);
    padding: 5px 10px;
    margin: 10px 0px;
}

.products-menu .advantages .box h4 {
    color: black;
    padding: 10px 0px 5px 40px;
    margin: 0px;
    font-size: 19px;
    font-weight: normal;
    background-position: 0px 6px;
    background-repeat: no-repeat;
}












.services-box {
    float: right;
    width: 26%;
}

.services-box .service {
    display: block;
    margin: 0px;
    padding: 5px 0.9% 5px 0.9%;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid rgb(229,230,232);
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.services-box .service:hover {
    background-color: rgb(243,243,243);
}

.services-box .service h2 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: black;
}

.services-text {
    float: left;
    width: 72%;
}

.contactform {
    position: relative;
    width: 40%;
    margin: 0px auto;
    padding: 40px;
    background-color: rgb(235,236,237);
    margin-bottom: 10px;
}

.contactform .close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    padding: 0px;
    text-align: right;
    font-size: 12px;
    color: gray;
    text-decoration: none;
    cursor: pointer;
}

.contactform table {
    width: 80%;
    margin: 20px auto 0px auto;
}

.contactform table td {
    text-align: center;
    color: rgb(146,146,147);
}

.contactform table tr td input, .contactform table tr td textarea, .contactform table tr td select {
    width: 98%;
    margin: 0px;
    padding: 5px;
    border: 1px solid rgb(204,204,204);
    font-family: arial;
}


.contactform table td h2 {
    font-weight: normal;
    color: rgb(146,146,147);
}

.contactform table td h2 {
    font-size: 12px;
    color: rgb(146,146,147);
}

.contact-images {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
}

.contact-images img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.contact-box {
    float: left;
    width: 72%;
    min-height: 1000px;
}


.breadcrumbs {
    margin: 0px;
    padding: 5px 50px;
    background-color: rgb(80,52,34);
    color: #d4cdab;
}

.breadcrumbs a {
    margin: 0px;
    padding: 5px 20px 5px 5px;
    color: #8f98a4;
    text-decoration: none;
    color: #d4cdab;
    background: url(img/arrow-25-16.png) no-repeat center right;
}

.breadcrumbs a:hover {
    color: black;
}


.onecolumn-text {
    padding: 0px 0px 35px 0px;
}

.onecolumn-text  h2 {
    padding: 15px 5%;
    color: black;
    font-size: 28px;
    font-weight: normal;
}

.onecolumn-text  p {
    padding: 5px 10%;
    color: black;
    font-size: 17px;
}




.clients-box .client {
    display: block;
    float: left;
    width: 31.5%;
    min-width: 224px;
    max-width: 300px;
    margin: 15px 0.9% 15px 0.9%;
    background-color: rgb(243,243,243);
    text-decoration: none;
    color: #8f98a4;
    padding: 0px 0px 5px 0px;
}

.clients-box .client img{
    width: 100%;
}

.clients-box .client:hover {
    background-color: rgb(229,230,232);
    color: black;

}

.clients-box .client h2 {
    display: block;
    padding: 10px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 18px;
    line-height: 27px;

}

.clients-box .client p {
    display: block;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 16px;
}


.clients-text {
    float: left;
    width: 72%;
    min-height: 1000px;
}

.clientpool {
    float: right;
    width: 26%;
}

.clientpool .client {
    display: block;
    font-size: 11px;
    border: 1px solid white;
    margin-top: 15px;
    padding: 5px;
    text-decoration: none;
    line-height:1.5em;
    cursor: default;
}

.clientpool .client:hover {
    background-color: rgb(229,230,232);
}

.clientpool .client img {
    float: left;
    margin: 5px 0px 5px 5px;
    border-radius: 5px;
}

.clientpool .client p {
    display: block;
    float: right;
    width: 70%;
    color: gray;
    padding-right: 5px;
    min-height: 80px;
    font-size: 14px;
    line-height:20px;
    margin: 0px;
    cursor: default;
}

.clientpool .client span {
    display: block;
    width: 25%;
    color: black;
    padding-left: 5px;
    float: left;
}

.vysvetleni {
    display: block;
    position: relative;
    padding: 20px 20px 20px 20px;
    background-color: 1px solid  rgb(249,237,156);
    border: 1px solid rgb(240,217,113);
    font-size: 12px;
    font-style: italic;
}

.vysvetleni .close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    padding: 0px;
    text-align: right;
    font-size: 12px;
    color: gray;
    text-decoration: none;
}



.services-list {

}

.services-list .service {
    display: block;
    float: left;
    width: 229px;
    margin: 15px 0.9% 15px 0.9%;
    min-height: 330px;
    background-color: rgb(243,243,243);
    text-decoration: none;
    color: black;
    padding: 0px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.services-list .service:hover {
    background-color: rgb(229,230,232);
}

.services-list .service .img {
    margin: 20px 0px 20px 0px;
    height: 100px;
    width: 229px;
    text-align: center;

}

.services-list .service .img img {
    max-height: 100px;
    max-width: 229px;
}


.services-list .service h2 {
    display: block;
    padding: 10px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 27px;
    min-height: 81px;
}

.services-list .service p {
    display: block;
    padding: 0px 10px 10px 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 16px;
}

.produkt-header {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(243,243,243);
    padding-right: 5px;
}

.produkt-header .produktimg {
    float: left;
    margin: 45px 45px 80px 45px;
}

.produkt-header h1 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 40px;
}

.produkt-header h2 {
    margin: 10px 0px 5px 0px;
    padding: 0px;
    font-size: 19px;
}

.produkt-header .cena {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    font-size: 50px;
    font-weight: bold;
    color: #174B63;
    letter-spacing: -3px;
}

.produkt-header p {
    font-size: 16px;
}

.produkt-header .cena small {
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: normal;

}

.produkt-header .highlights {
    float: right;
    width: 25%;
    margin: 15px 0px 0px 50px;
    padding: 0px 10px 0px 0px;
}

.produkt-header .highlights span {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}

.produkt-header .highlights p {
    font-size: 12px;
    margin: 10px 0px 10px 0px;
    line-height: 19px;
}

h3.clickable {
    font-size: 26px;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    font-weight: normal;
    color: #8f98a4;
    cursor: pointer;
    display: block;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    text-align: left;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

h3.clickable:hover {
    background-color: rgb(242,242,242);
    border: 1px solid rgb(198,198,198);
    color: #444;
}

.more.clickable {
    font-size: 16px;
    margin: 10px auto;
    padding: 3px;
    font-weight: normal;
    color: #8f98a4;
    cursor: pointer;
    display: block;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    width: 80%;
}

.more.clickable:hover {
    background-color: rgb(242,242,242);
    border: 1px solid rgb(198,198,198);
    color: #444;
}


.faq {
    display: block;
    padding: 0px;
    margin: 0px;

}

.faq li {
    display: block;
    padding: 30px 20px 30px 90px;
    border-bottom: 1px solid rgb(229,230,232);
    position: relative;
    min-height: 75px;
}

.faq li .num {
    position: absolute;
    left: 12px;
    top: 20px;
    height: 90px;
    width: 50px;
}

.faq li .num span {
    position: relative;
    display:table-cell;
    height: 90px;
    width: 50px;
    font-size: 100px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    vertical-align:middle;
    color: rgb(229,230,232);
}


.faq li h4 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: bold;
}

.faq li h3 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: bold;
}

.faq li p {
    font-size: 15px;
    margin: 6px 0px 6px 0px;
    padding: 0px;
    line-height: 20px;
}

.advantages {
    display: block;
    padding: 0px;
    margin: 0px;

}

.advantages li {
    display: block;
    padding: 30px 20px;
    border-bottom: 1px solid rgb(229,230,232);

}

.advantages li h4 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: bold;
}

.advantages li p {
    font-size: 15px;
    margin: 6px 0px 6px 0px;
    padding: 0px;
    line-height: 20px;
}

.parametters {
    width: 100%;
    font-size: 13px;
}

.parametters tbody tr {


}

.parametters tbody tr th, .parametters tbody tr td{
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgb(229,230,232);
    padding: 5px 15px;
}

.parametters tbody tr th {
    font-size: 15px;
    line-height: 17px;
}

.parametters tbody tr td {
    text-align: right;
}

.parametters tbody tr .blue {
    background-color: rgb(54,159,207);
}

.parametters tbody tr .green {
    background-color: rgb(10,182,10);
}

.parametters tbody tr .dedicated {
    background-color: rgb(162,111,166);
}

.parametters tbody tr .orange {
    background-color: rgb(249,92,0);
}


.parametters tbody tr th small {
    font-size: 12px;
    font-weight: normal
}

.parametters tbody tr .limits {
    font-size: 12px;
    line-height: 17px;
    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
    border-bottom: 0px;
    color: gray;
    text-align: right;
}

.parametters tbody .selected {
    background-color: rgb(243,243,243);
}

.parametters tbody tr .tarifnameth {
    padding: 0px;
    border-bottom: 0px;
    vertical-align: bottom;
}


.parametters tbody tr .tarifname {
    display: block;
    text-decoration: none;
    font-size: 22px;
    line-height: 17px;
    padding: 11px 11px;
    color: white;
    text-transform: uppercase;
    border-bottom: 0px;
    font-weight: normal;
}

.parametters tbody tr .tarifname:hover {
    background-color: rgb(229,230,232);
}


.parametters tbody tr .tarifname.selected {
    font-size: 38px;
    line-height: 17px;
    padding: 20px 11px 20px 11px;
}


.download {
    display: block;
    padding: 0px;
    margin: 0px;

}

.download li {
    display: block;
    padding: 30px 20px 30px 100px;
    border-bottom: 1px solid rgb(229,230,232);
    position: relative;
    min-height: 75px;
}

.download li .num {
    position: absolute;
    left: 12px;
    top: 30px;
    height: 90px;
    width: 50px;
}

.download li .num span {
    position: relative;
    display:table-cell;
    height: 90px;
    width: 50px;
    font-size: 100px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    vertical-align:middle;
    color: rgb(229,230,232);
}


.download li h4 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-weight: bold;
}

.download li p {
    font-size: 15px;
    margin: 6px 0px 6px 0px;
    padding: 0px;
    line-height: 20px;
}

.download li p a {
    font-size: 15px;
    font-weight: bold;
    color: black;
}

.serviceblock {
    padding: 45px 20px 20px 20px;
    background-color: rgb(229,230,232);
}

.serviceblock h1 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 40px;
}

.serviceblock h2 {
    margin: 10px 0px 5px 0px;
    padding: 0px;
    font-size: 19px;
}

.serviceblock img {
    float: left;
    margin: 10px 25px 25px 10px;
    width: 100px;
}


.chart span {
    position: absolute;
    width: 76px;
    height: 30px;
    text-align: left;
    font-weight: bold;
}

.orderline {
    display: block;
    width: auto;
    height: 125px;
    position: relative;
    background-color: rgb(229,230,232);
    margin-bottom: 10px;
    cursor: pointer;
    margin: 10px 0px 10px 0px;
    color: #8f98a4;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    text-align: left;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.orderline:hover {
    background-color: rgb(242,242,242);
    border: 1px solid rgb(198,198,198);
    color: #444;
}
.orderline h3 {
    position: absolute;
    top: 10px;
    left: 3%;
    width: 30%;
    text-transform: uppercase;
    letter-spacing: -1px;

}

.orderline h3 span {
    position: absolute;
    display: block;
    top: 33px;
    left: 0px;
    width: 100%;
    font-size: 45px;
}

.orderline p {
    position: absolute;
    top: 10px;
    right: 3%;
    width: 60%;
}







.smallparametters {
    width: 98.2%;
    margin: 0px 0.9%;
    font-size: 13px;
}


.smallparametters tbody tr th, .smallparametters tbody tr td{
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgb(229,230,232);
    padding: 5px 15px;
}

.smallparametters tbody tr th {
    font-size: 15px;
    line-height: 17px;
}

.smallparametters tbody tr td {
    text-align: right;
}

.smallparametters tbody tr td p{
    text-align: right;
    font-size: 15px;
}

.smallparametters tbody tr th small {
    font-size: 12px;
    font-weight: normal
}

.smallparametters tbody tr .limits {
    font-size: 12px;
    line-height: 17px;
    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
    border-bottom: 0px;
    color: gray;
    text-align: right;
}

.infoblock {
    display: block;
    margin: 150px 0px;
}

.infoblock h3 {
    display: block;
    margin: 10px 0px 0px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
}

.infoblock p {
    display: block;
    margin: 0px 0px;
    padding: 10px 0px;
    font-size: 12px;
    line-height: 20px;
}

.infoblock ul li {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 12px;
    line-height: 20px;
}

.infoblock .mapka {
    display: block;
    height: 120px;
    background: url(mapDC.png) no-repeat center -99px;
}

.block-list {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.functions-list {
    position: relative;
    margin: 0px;


    padding: 0px;

}

.functions-list li {
    display: block;
    width: 50%;
    position: relative;
    margin: 0px auto;
    padding: 0px 15px;
    height: 710px;
    border-bottom: 1px solid rgb(229,230,232);

    background-color: white;
    box-sizing: border-box;
}



.functions-list li img {
    position: absolute;
    left: 0px;
    top: 10px;
    max-width: 147px;
    max-height: 620px;
}
.functions-list li .containerv2 {
    display: block;
    margin-left: 145px;
}
.functions-list li .containerv2 h1 {
    display: block;
    text-align: left;
    font-weight: 300;
    margin-right: -5px;

}

.functions-list li .containerv2 h1 a {
    color: white;
    text-decoration: none;
}

.functions-list li .containerv2 h2 {
    display: block;
    text-align: left;
    font-weight: 300;
}

.functions-list li .containerv2 p {
    display: block;
    text-align: left;
}

.functions-list li .containerv2 table {
    width: 100%;
}

.functions-list li .containerv2 table tr td {
    border-bottom: 1px solid rgb(221,221,221);
}

.functions-list li:nth-child(odd) {
    float: left;
    border-right: 1px solid rgb(229,230,232);
}

.functions-list li:nth-child(even) {
    float: right;
    clear: right;
}



.download {
    display: block;
    margin: 0px 0px 150px 0px;
    padding: 0px;
}

.download li {
    display: block;
    width: 880px;

    margin: 0px auto;
    padding: 0px;
    min-height: 360px;
    border-bottom: 1px solid rgb(229,230,232);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.download li h2 {
    display: block;
    width: 435px;
    padding-top: 80px;
    text-align: right;
}

.download li h3 {
    display: block;
    width: 435px;
    text-align: right;
}

.download li p {
    display: block;
    width: 435px;
    text-align: right;
}






.vyhody-list {
    display: block;
    margin: 0px;
    padding: 0px;
}

.vyhody-list li {
    display: block;
    position: relative;
    float: left;
    width: 30.3%;
    margin: 8px 0.4%;
    padding: 130px 1.0% 10px 1.0%;
    height: 90px;
    border-bottom: 1px solid rgb(229,230,232);
    background-position: center 20px ;
    background-repeat: no-repeat;
    background-size: 100px;
    cursor: pointer;
    color: #8f98a4;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    text-align: left;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);

}


.vyhody-list li h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    min-height: 70px;
    color: rgb(128,128,128);
}

.vyhody-list li p {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px 10px;
    text-align: left;
    color: rgb(128,128,128);
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
}

.vyhody-list li:hover {
    display: block;
    padding: 10px 1.0% 10px 1.0%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    height: 210px;
    background: none !important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);


}

.vyhody-list li:hover h2 {
    display: none;
}

.vyhody-list li:hover p {
    display: block;
    opacity: 1;
    text-align: left;
    color: rgb(128,128,128);
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: opacity  0.2s linear;
    transition: opacity  0.2s linear;
}


.itemimage {
    z-index: 10000;
}

.cart {
    position: fixed;
    top: 30%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 50000000;
    
    width: 105px;
    height: 54px;
    border-radius: 10px 0px 0px 10px;
    padding: 12px 0px 0px 50px;
    color: white;
    background-image: url('shopping-bag-64.png');
    background-color: #3d05a5;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 23px;
    background-position: 14px 20px;
}

.cart:hover {
    background-color: gray;
}


.cart #ordernow {
    line-height: 10px;
}

.cart a {
    color: white;
    font-weight: bold;
    line-height: 10px;
}


.orderdiv {
    position: relative;
}

.price {
    display: block;
    padding: 15px 10px;
}


.price .sleva {
    display: block;
    font-size: 25px;
    font-weight: 400;
}


.price .nyni {
    font-size: 22px;
    font-weight: 400;
}

.price .cena {
    font-size: 27px;
    font-weight: 700;
}

.puvodniprice {
    margin-top: 57px;
    padding: 0px 0px 10px;
}

.puvodniprice .drive {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-decoration: line-through;
    padding-left: 40px;
}

.puvodniprice .label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
    line-height: 15px;
}

.zbyva  {
    position: absolute;
    height: 40px;
    width: 150px;
    right: 0px;
    top: 60px;
}

.zbyva .counter  {
    position: absolute;
    right: 10px;
    top: 30px;
}

.zbyva .label  {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 12px;
}

.zbyva .labels  {
    position: absolute;
    right: 10px;
    top: 55px;


}
.zbyva .labels span  {
    position: relative;
    float: right;
    width: 32px;
    font-size: 10px;
    text-align: center;
    margin-left: 3px;
}

.zbyva.incart  {
    position: relative;
    height: auto;
    right: 0px;
    top: -25px;
}

.zbyva .counter.incart  {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 0px;

}

.zbyva .labels.incart  {
    position: absolute;
    right: 5px;
    top: 35px;
}

.zbyva .counterends  {
    padding-top: 30px;
    text-align: center;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;

}



.counter .time {
    background-color: black;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
    margin-left: 3px;
}

.order {
    position: relative;
    /* bottom: 0px; */
    /* padding-right: 10px; */
    /* left: 10px; */
    height: 50px;
}

.order .itemqty {
    border-radius: 10px;
    padding: 3px 5px;
    color: black;
    border: 1px solid silver;
    width: 55px;
    font-size: 28px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 95px;
}

.order button {
    display: inline-block;
    border-radius: 10px;
    padding: 0px 20px;
    color: white;
    background: black;
    border: 0px;
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
}

.order button:hover {
    background-color: gray;
}


.bigcart {
    padding-bottom: 25px;

}
.emptycart {
    text-align: center;
    padding: 60px;
}


.carttable {
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
}

.carttable th {
    background-color: rgb(231,231,231);
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid rgb(204,204,204);
    color: gray;
    padding: 15px 5px 5px 5px;
    text-align: left;
}

.carttable td {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid rgb(231,231,231);
    padding: 5px;
}

.carttable td .itemname {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.carttable td .minqtytag {
    font-size: 12px;
    font-weight: normal;
    color: black;
    display: block;
}

.carttable td.image {
    text-align: center;
    padding-top: 10px;
    width: 10%;
}

.carttable td.qty {
    text-align: right;
}

.carttable th.qty {
    text-align: right;
}

.carttable th.tdprice {
    text-align: right;
}

.carttable td.tdprice {
    text-align: right;
}

.carttable td.tdprice.tdoldprice {
    text-decoration: line-through;
}

.carttable td.tdprice.tdyourprice {
    font-size: 18px;
}

.orderlink button {
    display: inline-block;
    border-radius: 10px;
    padding: 10px 15px;
    color: white;
    background: gray ;
    border: 0px;
    cursor: pointer;
}

.orderlink button:hover {
    background: black ;
}

.orderlink .orderdiv {
    text-align: right;
}

.orderlink .orderdiv button {
    display: inline-block;
    border-radius: 10px;
    padding: 10px 15px;
    color: white;
    background: rgb(156,28,41) ;
    border: 0px;
    cursor: pointer;
    font-weight: normal;
    font-size: 24px;
}

.orderlink .orderdiv button:hover {
    background: black ;
}

.offerends  {
    text-align: center;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}

.ordervalues label {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.ordervalues label {
    display: block;
    padding: 4px;
}

.ordervalues label input {
    display: block;
    float: right;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    border: 1px solid silver;
    padding: 4px;
    width: 200px;
}
.ordervalues label select {
    display: block;
    float: right;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    border: 1px solid silver;
    padding: 4px;
    width: 250px;
}

.checkoutdiv {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding: 20px;
}

.checkoutdiv button {
    display: inline-block;
    border-radius: 10px;
    padding: 10px 15px;
    color: white;
    background: rgb(156,28,41) ;
    border: 0px;
    cursor: pointer;
    font-weight: normal;
    font-size: 24px;
}



.containerv {
    width: calc(100% - 320px);
    float: right;
}


.containerv .orderdiv {
    width: 315px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: rgba(207,200,167,.4);
    padding: 0px 0px 20px 10px;
    border-radius: 0px 0px 0px 30px;
}


.containerv h1 {
    display: block;
    text-align: left;
    font-weight: 300;
}

.containerv h2 {
    display: block;
    text-align: left;
    font-weight: 300;
    padding-left: 20px;
}

.containerv p {
    display: block;
    text-align: left;
    padding-left: 20px;
}

.containerv table {
    padding-left: 20px;

}

.containerv table tr td {
    border-bottom: 1px solid rgb(221,221,221);
}

.padder {
    padding: 10px 30px;
}

.atributy {

    border-spacing: 0px;
    border-collapse: separate;
}

.atributy th {
    width: 100px;
    border-bottom: 1px solid rgb(221,221,221);
    font-weight: 300;
    text-align: right;
}

.atributy td {
    border-bottom: 1px solid rgb(221,221,221);
    font-weight: 300;
    text-align: left;
    padding-left: 15px;
}


.finorderdiv {
    padding: 30px 20px;
}

.finorderdiv h2 {
    font-weight: normal;
    padding-left: 100px;
}

.finnishedorder {
    padding: 25px 41px;
}



.titler {
    position: absolute;
    top: 20px;
    left: 250px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    font-style: italic;
}

.titler strong {
    font-weight: 700;
}

.inventorydiv {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 15px;
}

.inventorydiv .title {

}

.inventorydiv .qty {
    font-weight: normal;
    font-size: 24px;
}

.inventorydiv .mu {

}

.vatinf {
    font-size: 11px;
}

.facebook {
    display: block;
    position: absolute;
    top: 9px;
    right: 0px;

}

.facebook img {

    height: 40px;
    filter: invert(100%);
}

.downbox {
    position: absolute;
    bottom: 10px;
}

.checkout-info {
    width: 376px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    padding: 10px 16px;
    box-sizing: border-box;
    border: 1px solid silver;
    margin: 10px auto;
    font-size: 13px;
    line-height: 20px;
    background-color: rgba(192,192,192,.5);
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 56px;
}

.product-detail-grid .images {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
}

.product-detail-grid .info {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-detail-grid .product-name {
   font-size: 37px;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
    color: #2b0461;
}

.product-detail-grid .sku {
    font-size: 13px;
    color: #777;
}

.product-detail-grid .price {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0px 0px 0px;
    padding: 15px 0px;
}

.product-detail-grid .price .vat {
    font-size: 13px;
    font-weight: 400;
    color: #777;
}

.product-detail-grid .availability {
    font-size: 14px;
}

.product-detail-grid .availability.out {
    color: #c00;
}

.product-detail-grid .availability.in {
    color: #0a7a2f;
}

.thumbs-vertical {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.thumbs-vertical .thumb {
    width: 72px;
    aspect-ratio: 1/1;
    border: 1px solid #ddd;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.mainimage-wrap {
  
    padding: 20px;
    background: #fff;
}

.product-detail-grid .mainimage {
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.badge-new {
    color: #0a7a2f;
    font-size: 14px;
    font-weight: 600;
}

.rating {
    font-size: 14px;
    color: #1e7be2;
}

.rating span {
    color: #777;
}

.buybox {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.buybox button {
    background: #0b5cff;
    color: #fff;
    border-radius: 999px;
}

.wishlist {
    margin-top: 14px;
    background: none;
    border: 1px solid #0b5cff;
    color: #0b5cff;
    padding: 10px;
    border-radius: 999px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-grid .images {
        grid-template-columns: 1fr;
    }

    .thumbs-vertical {
        flex-direction: row;
        order: 2;
    }
}

.info-section {
    padding: 16px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 1.5;
}

.free-delivery .check {
    color: #1a7f37;
    margin-right: 6px;
}

.short-desc a,
.personalization a,
.offers a {
    color: #0b5cff;
    text-decoration: none;
}

.personalization {
    display: flex;
    align-items: center;
    gap: 8px;
}

.personalization .plus {
    color: #0b5cff;
    font-weight: 700;
}

.personalization .price {
 
        
    font-size: unset;
    margin: unset;
    padding: unset;
}

.quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qtylabel {
    font-size: 18px;
    font-weight: 600;
}

.qty {
    display: flex;
    align-items: center;
    gap: 6px;
}

.qty button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-size: 20px;
}

.qty input {
    width: 70px;
    text-align: center;
    border: none;
    font-size: 29px;
    /* text-align: center; */
    padding-left: 17px;
}

.btn-primary {
    width: 100%;
    margin: 20px 0 12px;
    padding: 16px;
    background: #0b5cff;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.btn-secondary {
    width: 100%;
    padding: 14px;
    background: #fff;
    color: #0b5cff;
    border: 1px solid #0b5cff;
    border-radius: 999px;
    font-size: 15px;
    cursor: pointer;
}

.offers {
    margin-top: 10px;
    font-size: 13px;
}
