body.fMenu {

}
body.fMenu .fmenu1 {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
    display: block;
    top: 0;
    background-color: white;
    min-width: 1120px;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
    height: 140px;
}
body.fMenu .fmenu1 .r1{
    position: relative;
    z-index: 99;
    width: 1078px;
    margin: 0 auto;
    height: 70px;
    border-bottom: 1px solid #EBEBEB;
}
body.fMenu .fmenu1 .logo{
    position: absolute;
    left: 30px;
    top: 17px;
}
body.fMenu .fmenu1 #l-header #infolinka {
    display: none;
}
body.fMenu .fmenu1 .topborder {
        margin-top: 0px;
    height: 5px;
    background: #07BEDE;
    background: -moz-linear-gradient(left, #07bede 0%, #5ac3be 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#07BEDE), color-stop(100%,#5AC3BE));
    background: -webkit-linear-gradient(left, #07BEDE 0%,#5AC3BE 100%);
    background: -o-linear-gradient(left, #07bede 0%,#5ac3be 100%);
    background: -ms-linear-gradient(left, #07bede 0%,#5ac3be 100%);
    background: linear-gradient(to right, #07BEDE 0%,#5AC3BE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07bede', endColorstr='#5ac3be',GradientType=1 );
    z-index: 11;
    position: relative;
}
body.fMenu .fmenu1 .topmenu {
position: absolute;
    left: 134px;
    top: 17px;
}
body.fMenu .fmenu1 .topmenu ul{
        list-style: none;
    margin: 0;
    height: 43px;
    padding: 0;
    z-index: 10;
    position: relative;
}
body.fMenu .fmenu1 .topmenu ul li{
       float: left;
    text-align: center;
    padding: 4px 18px;
    margin-top: 7px;
    border: none;
}
body.fMenu .fmenu1 .topmenu ul li a{
        display: block;
    outline: 0;
    text-decoration: none;
    color: #787878;
    font-size: 17px;
    font-weight: 100;
}
body.fMenu .fmenu1 .topmenu ul li a span{
       border-bottom: 1px solid #EAEAEA;
    font-size: 16px;
    text-transform: uppercase;
    color: #6D6D6D;
    font-weight: 300;
}
body.fMenu .fmenu1 .showSearchBox1 {
	position: absolute;
    top: 11px;
    right: 0px;
    width: 67px;
    height: 54px;
    bottom: 0px;
}
body.fMenu .fmenu1 #searchf > .button-search-1 {
    background: url(../image/Search-v2.png) no-repeat 0px 0px;
    width: 35px;
    height: 36px;
    margin-left: 18px;
    margin-top: 13px;
    cursor: pointer;
}
body.fMenu .fmenu1 #searchf .content {
    clear: both;
    display: none;
    position: relative;
    top: 18px;
    left: -140px;
    width: 230px;
    padding-top: 20px;
}
body.fMenu #hsearch1 {
    display: block;
    position: absolute;
    right: 80px;
    top: -50px;
    width: 655px;
    z-index: 10;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
body.fMenu #hsearch1.show1 {
    top: 13px;
}
body.fMenu #hsearch1 input {
    width: calc(100% - 32px);
    font-size: 25px;
    font-weight: 100!important;
    color: rgb(139, 139, 139);
    padding: 10px 16px;
    border: 1px solid rgb(14, 190, 219);
    background-color: white;
    font-family: 'ProximaNova', serif;
    border-radius: 4px;
}




body.fMenu #welcome1 {
    position: absolute;
    top: 20px;
    right: 91px;
    z-index: 5;
    width: 102px;
    text-align: right;
    color: #A7A7A7;
    text-decoration: none;
    font-size: 15px;
    bottom: 0px;
    background: url(../image/Lock-v2.png) no-repeat 11px 8px;
    padding-left: 8px;
    padding-top: 4px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    height: 40px;
}
body.fMenu #welcome1 a:first-child {
    color: black;
}
body.fMenu #welcome1 a {
    display: block;
    text-align: left;
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 14px!important;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 34px;
}
body.fMenu #cart {
    position: absolute;
    top: 26px;
    left: 680px;
    z-index: 9;
    text-align: left;
    bottom: 0px;
    background: url(../image/Kosik-v2.png) #FFFFFF no-repeat 0px 0px;
    height: 25px;
    padding-top: 3px;
}
body.fMenu #cart .content {
    clear: both;
    display: none;
    position: relative;
    top: 25px;
    left: -185px;
    width: 350px;
    padding-top: 20px;
}
body.fMenu #cart .heading {
    padding-left: 30px;
}
body.fMenu #cart .heading a {
    text-decoration: none;
    font-size: 18px;
}
body.fMenu #cart .heading h4 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 300;
    color: black;
    margin-bottom: 4px;
    display: inline-block;
    text-transform: uppercase;
}
body.fMenu .fmenu1 #l-header {
    height: 70px
}
.fmenu1 {
    display: none;

}





body.fMenu .fmenu1 .r2{
    position: relative;
    z-index: 99;
    width: 1078px;
    margin: 0 auto;
    height: 70px;
}
body.fMenu .fmenu1 .r2 li.produkty >a{
    font-weight: 300;
    color: #00BCDC;
    text-decoration: none;
    text-transform: uppercase;
    padding: 25px 30px;
    display: inline-block;
    background-image: url('/image/data/web/farrow.png');
    background-repeat: no-repeat;
    
    background-position: right 0px top -82px;
}
body.fMenu .fmenu1 .r2 #l-menu{
    margin: 0;
    height: initial;
    padding: 0;
    width: auto;
    display: inline-block;
}
body.fMenu .fmenu1 .r2 #l-menu > li{
padding: 0;
    margin: 0;
}
body.fMenu .fmenu1 .r2 li.produkty > a span{
color: #00BCDC!important;
        border-bottom: none!important;
} 
body.fMenu .fmenu1 .r2 li.produkty:hover .dropdown_full_columns {
    display: block;
}
body.fMenu .fmenu1 .r2 li.produkty:hover > a {
    background-position: right 0px top 29px;
}



body.fMenu .fmenu1 .r2 .dropdown_full_columns {
    top: 46px!important;
    left: 0px;
    margin-left: 0;
    display: none;
}
body.fMenu .fmenu1 .r2 .dropdown_full_columns .arrow{
    left: 71px!important;
}
body.fMenu .fmenu1 .r2 .produktName{
    display: inline-block;
    position: absolute;
    padding: 22px;
}
body.fMenu .fmenu1 .r2 .produktName span{
    font-size: 25px;
    text-transform: uppercase;
    color: #00BCDC;
    font-weight: 300;
    padding: 9px 0px 9px 30px;
    border-left: 1px solid #DDDDDD;
}
body.fMenu .fmenu1 .r2 .rightMenu {
float: right;
    overflow: auto;
    padding: 25px 17px;
}
body.fMenu .fmenu1 .r2 .rightMenu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
body.fMenu .fmenu1 .r2 .rightMenu ul li{
    float: left;
}
body.fMenu .fmenu1 .r2 .rightMenu ul li a{
    margin-left: 25px;
    color: #717171;
    font-size: 14px!important;
    font-weight: 400;
}
body.fMenu .fmenu1 .r2 .rightMenu ul li a:hover{
    color: #00b9d8;
    text-decoration: none;
}

.productV2 {

}
.productV2 .product-top {
	overflow: auto;
    margin: 0px 21px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.productV2 .product-top .c1 {
	width: 50%;
	float: left;
}
.productV2 .product-top .c1 .image{
	border: 1px solid #e1e1e1;
	text-align: center;
	width: 480px;
	height: 480px;
}
.productV2 .product-top .c1 .image img{
	height: 100%;
}

.productV2 .product-top .c1 .product-new-images-oo{
    overflow: hidden;
}
.productV2 .product-top .c1 .product-new-images-oo a{
    display: inline-block;
    background-size: cover;
    width: 110px;
    height: 110px;
    margin-right: 7px;
    margin-top: 10px;
    border: 1px solid #E1E1E1;
    overflow: hidden;
    position: relative;
}
.productV2 .product-top .c1 .product-new-images-oo a span{
    margin: 11px;
    display: block;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 8px;
}

.productV2 .product-top .c1 .product-new-images-oo a img{
    opacity: 0;
}
.productV2 .product-top .c2 {
	width: 50%;
	float: left;
}
.productV2  h1.title770 {
    display: none;
}
.productV2 .product-top .c2 h1{
	margin: 0;
    font-size: 42px;
    font-weight: 600;
    color: #00BCDC;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.productV2 .product-top .c2 .pricer {
    border-bottom: 1px solid #E1E1E1;
    overflow: auto;
    padding-bottom: 24px;
}
.productV2 .product-top .c2 .pr1 {
    display: block;
    color: #969696;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 8px;
}
.productV2 .product-top .c2 .pr2 {
    color: #00B9D8;
    font-weight: bold;
    font-size: 24px;
}
.productV2 .product-top .c2 .pr2 .pr3 {
    color: #969696;
    font-size: 18px;
    font-weight: 100;
    margin-left: 3px;
}
.productV2 .product-top .c2 .standard-price {
    padding-left: 20px;
}
.productV2 .product-top .c2 .standard-price .b {
    color: #969696;
    font-size: 18px;
    font-weight: 100;
    margin-left: 3px;
}
.productV2 .product-top .c2 .standard-price > div > span:nth-child(1) {
    display: block;
    color: #969696;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 8px;
}
.productV2 .product-top .c2 .standard-price > div > span:nth-child(2) {
    color: #969696;
    text-decoration: line-through;
    font-size: 25px;
    font-weight: 100;
}
.productV2 .product-top .c2 .ooption {
	overflow: auto;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 40px;
    padding-top: 20px;
}
.productV2 .product-top .c2 .ooption .option-new {
    padding: 0px;
    min-height: 60px;
    margin: 10px 0px 0px 0px;
    float: left;
    width: 46%;
    min-height: 124px;
}
.productV2 .product-top .c2 .ooption .option-new:nth-child(2n) {
	padding-left: 40px;
}
.productV2 .product-top .c2 .ooption .option-new .nazev {
    color: #00BCDC;
    font-size: 16px;
    padding: 0;
    margin: 10px 0px;
    font-weight: 300;
}
.productV2 .product-top .c2 .ooption .option-new .optbtn {
    padding: 4px 4px 6px 4px;
    margin: 0;
    border: 1px solid #D4D4D4;
    border-bottom: 3px solid #D4D4D4;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    min-height: 40px;
    background-image: url('/image/data/web/ddown.png');
    background-repeat: no-repeat;
    background-position: right 16px top 5px;
}
.productV2 .product-top .c2 .ooption .option-new.erroro .optbtn {
    border: 1px solid red;
}
.productV2 .product-top .c2 .ooption .option-new .optbtn img {
    width: 0px;
    float: left;
}
.productV2 .product-top .c2 .ooption .option-new .optbtn .vyber {
    padding: 12px 5px 12px 5px;
    margin: 0;
    color: #383838;
    font-size: 16px;
}
.productV2 .product-top .c2 .ooption .option-new .optbtn .vyber strong{
    font-weight: 300;
    color: #5F5F5F;
}
.productV2 .product-top .c2 .ooption .option-new .prirazka {
    padding: 10px 3px;
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    color: #565656;
    position: absolute;
}
.productV2 .product-top .c2 .ooption .option-new .prirazka span{
    font-weight: 300;
}
.productV2 .product-top .c2 .ooption .option-new .optbtn.s .vyber {
    padding: 12px 5px 12px 55px;
}
.productV2 .product-top .c2 .ooption .option-new .optbtn.s img {
    width: 42px;
}
.productV2 .product-top .minimumv2 {
    padding: 0px 3px;
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    color: #565656;
}

.productV2 .product-top .buy {
    margin: 25px 0px;
}
.productV2 .product-top .buy .title {
    color: #00BCDC;
    font-size: 16px;
    padding: 0;
    margin: 10px 0px;
    font-weight: 300;
    margin-right: 20px;
}
.productV2 .product-top .buy input[type="text"]{
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    font-size: 22px;
    font-weight: 300;
    color: #505050;
    text-align: center;
    padding: 18px 0px 18px 0px;
    background-color: #FFF;
    font-family: ProximaNova, serif;
    width: 120px;
}
.productV2 .product-top .buy input[type="button"] {
    background: #00b9d8;
    font-size: 15px;
    padding: 24px 40px 20px 77px;
    box-shadow: none;
    border-bottom: 3px solid #008298;
    background-image: url('/image/data/web/kosik1.png');
    background-repeat: no-repeat;
    background-position: 34px 18px;
    margin-left: 20px;
    float: right;
}
.productV2 .product-top .buy .cartBtn {
	display: inline-block;
}
.productV2 .product-top .buy .cartBtn .icon{
	
}
.productV2 .product-top .buy .unit {
    font-size: 17px;
    font-weight: 300;
    color: #505050;
    text-transform: uppercase;
    margin: 0px 15px;
}
.productV2 .zakladni {
    padding: 19px 0px 24px 0px;
    border-bottom: 1px solid #EBEBEB;
    margin-left: 559px;
}
.productV2 .zakladni h5{
	color: #000000;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 11px 0px 13px 0;
}
.productV2 .zakladni .desc-top {
	overflow: auto;
}
.productV2 .zakladni .desc-top >div {
	font-size: 16px;
    font-weight: 100;
    padding: 7px 20px 7px 0px;
    color: #505050;
    float: left;
    width: 252px;
}
.productV2 .zakladni .desc-top >div:nth-child(1) {

}
.productV2 .zakladni .desc-top >div>span:nth-child(1n) {
	    margin-right: 15px;
}
.productV2 .zakladni .desc-top >div>span:nth-child(2) {
	float: right;
}

.productV2 .product-new-detail .attribute-box h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 11px 0px 13px 0;
}
.productV2 .product-new-detail {
    overflow: auto;
    margin-bottom: 30px;
    border-top: 4px solid #EBEBEB;
}
.productV2 .option-new .vybratText {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding-left: 8px;
    font-weight: 300;
    color: #5F5F5F;
    margin-top: 13px;
    margin-left: 3px;
}
.productV2 .option-new .multiV {
    margin: 10px 0px 0px 0px;
}
.productV2 .option-new .multiV .prirazkaCena{
	position: relative!important;
}