body {
margin: 0;
padding: 0;
font-size: 100%;
font-family: 'PT Sans', sans-serif;
}

div, span, ul, li, a, h1, h2, h3 {
display: block;
position: relative;
float: left;
}

ul {
margin: 0;
padding: 0;
}

ul > li {
list-style: none;
}

img {
border: none;
}

#pagewrapper {
width: 100%;
background-color: #f1f1f1;
}

#top-wrapper {
 border-bottom: 0.01em solid #eee;
    padding: 1% 10% 1%;
    width: 80%;
}

#lozung {
width: 80%;
}

#logo {
    cursor: pointer;
    width: 10%;
    position: absolute;
    top: -2.6em;
    left: 0;
}

#logo img {
width: 100%;
}

.information {
    margin: -0.5% 0 0 12%;
    width: 87%;
}

.information h2 {
font-size: 3em;
    margin: 0;
    width: 100%;
text-transform: uppercase;
    color: #5988bc;
cursor: pointer;
}

.information h1 {
width: 100%;
font-size: 1.4em;
margin: 0;
    color: #555;
}

.timetowork {
    width: 38%;
    text-align: right;
    margin-left: 10%;
    font-size: 1.2rem;
    font-weight: 700;
    color: #e7f546;
}


#topMenu {
padding: 0.5% 10%;
    width: 80%;
    background: #5988bc;
display: flex;
    align-items: center;
    justify-content: space-between;
}

#topMenu ul {
width: 50%;
    margin: 0 0 0 11.5%;
}

#topMenu ul li {
padding: 0.5% 2%;
}

#topMenu ul li:hover {
cursor: pointer;
padding: 0.5% 2%;
transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
 -o-transition: all 0.2s ease 0s;
 -webkit-transition: all 0.2s ease 0s;
}

#topMenu ul li a {
color: #fff;
font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    letter-spacing: 0.05em;
    text-align: center;
    width: 100%;
font-weight: 100;
text-transform: uppercase;
}

#topMenu ul li a.active {
color: #fff;
font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    letter-spacing: 0.05em;
    text-align: center;
    width: 100%;
font-weight: 100;
text-transform: uppercase;
}

#topMenu ul li a:hover {
color: #fff;
opacity: 0.7;
transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
 -o-transition: all 0.2s ease 0s;
 -webkit-transition: all 0.2s ease 0s;
}

#topMenu ul li a.active:hover {
color: #fff;
opacity: 0.7;
transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
 -o-transition: all 0.2s ease 0s;
 -webkit-transition: all 0.2s ease 0s;
}

#topMenu h3 {
   font-size: 2vw;
    margin: 0 0 2vh;
    color: #fff;
}

mark {
margin: 0 -0.4em;
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    background: transparent;
    background-image: linear-gradient( to right, rgb(201 61 61 / 10%), rgb(255 4 4 / 70%) 4%, rgb(233 93 93 / 30%) );
    -webkit-box-decoration-break: clone;
    color: #fff;
    box-decoration-break: clone;
}

.tel {
    float: right;
    color: #fff;
    font-weight: 700;
    font-size: 1.6em;
width: 25%;
}

.tel:before {
content: "\2706";
color: #fff;
    display: block;
    float: left;
    margin: 0 5% 0 0;
    position: relative;
}

 
/* catalog begine */

.category-title {
    width: 80%;
    padding: 1% 10%;
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
color: #5b8ac2;
}

#innercat {
display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: flex-start;
width: 82%;
padding: 0 9%;
}

#innercat .description {
    width: 98%;
    margin: 0 0 2% 1%;
}

#innercat .description p {
width: 100%;
padding: 0;
margin: 0;
}

.ItemsCatalog {
    padding: 1%;
    margin: 1em;
    background: #fff;
    border: 0.01em solid #eee;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
 flex-flow: inherit;
    flex-shrink: initial;
    flex-basis: 29%;
}

.ItemsCatalog:hover {
cursor: pointer;
box-shadow: 0 0 1em #eee;
transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
}

.ItemsCatalog:hover > .ItemImage a img {
opacity: 0.7;
transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
}

.ItemImage {
width: 100%;
}

.ItemImage a, .ItemName a {
display: block;
position: relative;
float: left;
width: 100%;
}

.ItemImage a img {
width: 100%;
}

.items-elements {
width: 100%;
padding: 1% 0;
text-align: center;
}

.ItemName {
width: 100%;
padding: 3% 0;
background: rgba(91,138,194,0.7);
}

.ItemName a {
text-decoration: none;
font-size: 1.4em;
font-weight: 700;
color: #fff;
}

.items-description {
width: 96%;
padding: 2% 2% 10% 2%;
background: #f2f2ff;
}

#content .items-description p {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 130%;
    color: #333;
    /* font-weight: 100; */
    letter-spacing: 0.02em;
}


.CatalogItemPrice {
    width: 100%;
    padding: 1% 0 0;
    color: #ff6600;
    font-size: 1.4em;
    background: #f4f4f4;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
}

.CatalogItemPrice .mdf-price {
    text-align: center;
    width: 100%;
    margin: 1% 0 0 0;
}

.CatalogItemPrice .mdf-price span {
    color: #888;
    text-align: center;
    width: 100%;
    font-size: 0.7em;
}

.zacherk {
padding: 0 1%;
    margin-left: 3%;
color: #555;
}

.zacherk:before {
    border-top: 0.1em solid #555;
    content: "";
    left: -0.3em;
    position: absolute;
    top: 0.6em;
    width: 5em;
    transform: rotate(10deg);
-moz-transform: all 0.2s ease 0s;
 -o-transform: all 0.2s ease 0s;
 -webkit-transform: all 0.2s ease 0s;
}

.redprice {
padding: 0 1%;
    float: right;
    margin-right: 3%;
}

.CatalogHit {
    position: absolute;
    top: 0;
    left: 0%;
    width: 10%;
    padding: 1%;
    background: #ff6600;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    font-weight: 700;
}

.Novinka {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    padding: 1%;
    font-size: 1.4em;
    text-align: center;
    font-weight: 700;
    border-radius: 0.3em;
    border: 0.1em dotted #5b8ac2;
    color: #5b8ac2;
    background: #fff;
}

.breadcrumps {
width: 100%;
padding: 1% 0 4% 0;
}

.breadcrumps ul {
width: 100%;
}

.breadcrumps ul li{
    margin: 0 1% 0 0;
    font-size: 1.4em;
font-weight: 700;
color: #888;
}

.breadcrumps ul li a {
display: block;
position: relative;
floet: left;
color: #888;
text-decoration: none;
}

.breadcrumps ul li a:hover {
text-decoration: underline;
}

#ItemDescriptionFull {
width: 80%;
padding: 1% 10%;
}

.itemPic, .BigItemPict a, .BigItemPict a img, .WearWithIt {
width: 100%;
}

#LeftPartofItem {
width: 55%;
}

.BigItemPict {
width: 100%;
}

#itemgallery {
width: 100%;
}

.h1like {
    width: 96%;
    padding: 2%;
    background: #5988bc;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#itemgallery a {
display: block;
position: relative;
float: left;
width: 10%;
}

#itemgallery a img {
width: 100%;
}

#rightplatform {
width: 40%;
padding: 0% 2% 2% 2%;
}

#rightplatform h2 {
width: 100%;
    margin: 0% 0 2%;
    font-size: 2em;
}

.itemPrice {
width: 100%;
padding: 2% 0;
}

.PriceHolder {
width: 100%;
    font-size: 1.6em;
    font-weight: 700;
    padding: 3% 0;
    border-top: 0.01em solid #888;
    border-bottom: 0.01em solid #888;
    margin: 1% 0;
}

.PriceHolder .mdf-price {
    text-align: left;
    clear: both;
}

.PriceHolder .mdf-price span {
color: #ff6600;
    float: right;
}

.itemFullDescript {
width: 100%;
}

#content .itemFullDescript p {
    font-size: 1.4em;
    color: #000;
    padding: 0;
    line-height: 160%;
    margin: 0;
}

.CatalogReturn {
padding: 1% 40%;
    width: 20%;

}

.CatalogReturn a {
border: 0.01em dashed #5b8ac2;
    color: #5b8ac2;
    display: block;
    float: left;
    font-size: 1.4em;
    font-weight: 700;
    margin: 5% 0;
    padding: 3%;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.CatalogReturn a:hover {
opacity: 0.7;
transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
}

#PriceiNavigator {
    margin: 2% 0 0;
    padding: 0 45%;
    width: 10%;
}

#CatalogPREV {
    float: left;
}

#CatalogPREV a, #CatalogNEXT a {
    color: #888;
    font-family: "Open Sans",sans-serif;
    font-size: 1.1em;
    font-weight: 100;
    text-decoration: none;
    width: 100%;
}

#CatalogPREV a::after {
    color: #5988bc;
    content: "‹";
    font-size: 5em;
    font-weight: 100;
}

#CatalogNEXT {
    float: right;
}

#CatalogNEXT a:before {
    color: #5988bc;
    content: "›";
    font-size: 5em;
    font-weight: 100;
}

#CatalogPREV a, #CatalogNEXT a {
    color: #888;
    font-family: "Open Sans",sans-serif;
    font-size: 1.1em;
    font-weight: 100;
    text-decoration: none;
    width: 100%;
}

.WearWithIt {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    padding: 5% 0%;
}

.WearWithItItem {
    width: 22.82%;
    padding: 1%;
    margin: 0em;
    background: #fff;
    border: 0.01em solid #eee;
}

.WWIName, .WWIimage, .WWIimage a, .WWIimage a img {
width: 100%;
}

.WWIName {
    padding: 3% 0;
    background: #5b8ac2;
}

.WWIName a {
display: block;
position: relative;
float: left;
width: 100%;
    font-size: 1.2em;
    font-weight: 100;
    color: #fff;
text-align: center;
text-decoration: none;
}

.WWIPrice {
width: 100%;
    padding: 1% 0 0;
    color: #ff6600;
    font-size: 1.4em;
    text-align: center;
    font-weight: 700;
}

.WearWithItItem:hover > .WWIimage a img {
    opacity: 0.7;
    transition: 0.3s;
-moz-transition: 0.3;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
}

/* end catalog */

#content {
width: 100%;
margin-top: 0.5%;
}

#content h3 {
font-size: 3em;
width: 80%;
padding: 1% 10%;
}

#content p {
color: #444;
    font-family: "PT Sans",sans-serif;
    font-size: 1.6em;
    line-height: 160%;
    width: 80%;
    padding: 1% 10%;
}

#content .content-block {
padding: 1% 10%;
    width: 80%;
}

#content .content-block h3 {
font-size: 3em;
width: 100%;
padding: 0;
}

#content .content-block p {
color: #444;
    font-family: "PT Sans",sans-serif;
    font-size: 1.6em;
    line-height: 160%;
    padding: 0;
    width: 100%;
}

.contacts-wrapper, .map-wrapper {
width: 100%;
}

.map-wrapper {
border-top: 0.5em solid #5b8ac2;
border-bottom: 0.5em solid #5b8ac2;
}

.contacts-info {
    padding: 1% 10%;
    width: 80%;
}

.contacts-info h3 {
width: 100%;
font-size: 2em;
margin: 0 0 1% 0;
}

.contacts-info p {
    color: #444;
    font-family: "PT Sans",sans-serif;
    font-size: 1.6em;
    line-height: 160%;
}

/* start basket */

#basket {
 background: rgba(0, 0, 0, 0) url("/images/basket.png") no-repeat scroll 0 0 / 70% auto;
    height: 8em;
    position: absolute;
    right: 10%;
    top: 15%;
    width: 6%;
}

.order {
width: 100%;
}

.header_basket {
width: 100%;
}

.qty {
color: #000;
font-family: 'PT Sans Narrow', sans-serif;
    font-size: 0.7em;
    font-weight: 100;
    margin-left: -14%;
    margin-top: 63%;
    text-align: center;
    width: 100%;
}

/* end basket */

.big-container {
    margin: 1% 8%;
    padding: 1%;
    width: 82%;
}

.category-wrapper {
width: 100%;
}

.container {
background-color: #fff;
    margin: 0 2% 0 0;
    width: 81%;
z-index: 5;
}

.catonmain {
width: 96%;
padding: 2%;
}

.catonmain ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: flex-start;
}

.catonmain ul li {
border: 0.01em solid #eee;
    margin: 1em;
    padding: 1em;
    width: 19%;
}

.catonmain ul li#li19 {
display: none;
}

.catonmain ul li:hover {
cursor: pointer;
box-shadow: 0 0 1em #eee;
transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
}

.catonmain ul li:hover > a .pictitself img {
filter: grayscale(100%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0);
}

.catonmain ul li a {
    width: 100%;
text-decoration: none;
}

.catonmain ul li a .pictitself {
width: 70%;
padding: 0 15%;
opacity: 0.7;
}

.catonmain ul li a .pictitself img {
width: 100%;
filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
}


.catonmain ul li a .maintitle {
 background: #5b8ac2 none repeat scroll 0 0;
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 3% 0 0;
    padding: 1% 0;
    text-align: center;
    text-transform: uppercase;
    width: 96%;
}

.right-menu-container {
   background-color: #fff;
    float: right;
    padding: 1%;
    width: 15%;
z-index: 5;
} 

.items-menu-wrapper {
    width: 80%;
    padding: 0 10%;
    margin: 1% 0;
}

.menu-container {
    float: right;
    width: 100%;
    z-index: 5;
}

.menu-container h3 {
    color: #4889c3;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 2em;
    font-weight: 100;
    letter-spacing: 0.05em;
    margin: 2% 0;
    padding: 1.3%;
    text-transform: uppercase;
    width: 17%;
}

.menu-container ul {
width: 100%;
}

.menu-container ul li {
    width: 14%;
}
 
.menu-container ul li a {
    color: #fff;
    font-size: 1.2em;
    font-weight: 100;
    padding: 3% 1% 3% 1%;
    text-decoration: none;
    width: 96%;
    font-family: 'PT Sans', sans-serif;
    background: #4889c3;
    margin: 1%;
    border-radius: 0.3em;
text-align: center;
}

.menu-container ul li a span {
width: 100%;
text-align: center;
}

.menu-container ul li a:hover {
transition: 0.2s;
-o-transition: 0.2s;
-moz-transition: 0.2s;
    background: #4889c3;
opacity: 0.7;
}

/* .right-menu-container {
   background-color: #fff;
    float: right;
    padding: 1%;
    width: 15%;
z-index: 9999;
position: absolute;
right: 0;
}

.right-menu-container-scroll {
right: 0;
   background-color: #fff;
    float: right;
    padding: 1%;
    width: 15%;
z-index: 9999;
position: fixed;
height: 100vh;
transition: 0.8s ease-in-out;
-moz-transition: 0.8s ease-in-out;
-webkit-transition: 0.8s ease-in-out;
} */

.right-menu-container h3 {
background-color: #4889c3;
    color: #fff;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 2em;
    font-weight: 100;
    letter-spacing: 0.05em;
    margin: 0 0 2%;
    padding: 2%;
    text-transform: uppercase;
    width: 96%;
}

.right-menu-container ul {
width: 100%;
}

.right-menu-container ul li {
width: 100%;
}
 
.right-menu-container ul li a {
 border-bottom: 1px dotted #999;
    color: #000;
    font-size: 1.4em;
    font-weight: 100;
    padding: 3% 2%;
    text-decoration: none;
    width: 96%;
font-family: 'PT Sans', sans-serif;
}

/* .right-menu-container ul li a:before {
content: "\2714";
color: #999;
    display: block;
    float: left;
    margin: 0 5% 0 0;
    position: relative;
}

.right-menu-container ul li a:hover:before {
content: "\2714";
color: #4889c3;
    margin: 0 5% 0 0;
transition: 0.2s;
-o-transition: 0.2s;
-moz-transition: 0.2s;
} */

.right-menu-container ul li a:hover {
transition: 0.2s;
-o-transition: 0.2s;
-moz-transition: 0.2s;
color: #4889c3;
}

/* start title-slider */

.lovemarks {
position: absolute;
top: 10%;
left: 10%;
z-index: 10;
width: 50%;
}

.lovemarks h2 {
color: #fff;
    font-size: 4.5em;
    letter-spacing: 0.05em;
/*    text-shadow: 0.01em 0.01em 1em #5988bc; */
    text-shadow: 2px 2px 0px #777, 4px 4px 0px rgba(0,0,0,0.15);
    text-transform: uppercase;
    word-spacing: 0.1em;
font-weight: 100;
}

.title-slider {
width: 100%;
/* background-color: #e8f883; */
}

.title-galery-url {
bottom: 7%;
    color: #000;
    cursor: pointer;
    font-size: 1.2em;
    position: absolute;
    right: 15%;
    z-index: 6;
}

/* .overlay {
width: 100%;
background-color: #fff;
opacity: 0.3;
position: absolute;
top: 0;
left: 0;
height: 150em;
z-index: 4;
transition: all 1s ease-out;
}

.overlay.fade-out {
opacity: 0;
} */

.flexslider .slides img {
-webkit-filter: contrast(75%) brightness(100%);
filter: contrast(75%) brightness(100%);
transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}

.flexslider .slides li div {
background-repeat: no-repeat;
    background-size: 100% auto;
    height: 46em;
    overflow: hidden;
    width: 100%;
}

/* end title-slider */

.aboutUsGallery, .aboutUsGallery ul {
width: 100%;
}

.aboutUsGallery li {
display: block;
position: relative;
float: left;
width: 20%;
}

.aboutUsGallery li span {
width: 100%;
}

.aboutUsGallery li span img {
width: 100%;
}

/* ######## start footer ######### */

#footer {
    width: 80%;
    padding: 1% 10%;
border-bottom: 0.5em solid #5988bc;
}

#footer-logo {
    cursor: pointer;
    width: 6%;
}

#footer-logo img {
width: 100%;
}

.footer-text {
width: 80%;
margin: 0 0 0 5%;
font-size: 1.4em;
}

.footer-text span {
clear: both;
}

/* ######## end footer ####### */

/* scroll top */

#top {
bottom: 15%;
    display: none;
    float: right;
    position: fixed;
    right: 1%;
    width: 2%;
    z-index: 9999;
}

#top .arrowup {
 /* width: 0; 
  height: 0; 
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid black; */
width: 100%;

}

#top .arrowup img {
width: 100%;
}

#top .arrowup:hover > img {
opacity: 0.5;
-webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

/* scroll top end */

.configurator-link {
    color: #000;
    padding: 1em 2em;
    border: 1px solid #5988bc;
    border-radius: 2rem;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

.configurator-link:hover {
cursor: pointer;
background-color: #5988bc;
border: 1px solid #eee;
color: #fff;
transition: 0.3s ease-in-out;
}
/* Stylesheet: testCSS Modified On 2024-12-22 14:55:23 */
