body{
    width:100%;
height:100%;
    font-family: sans-serif;
    background:url(images/bg.png);
    margin:0px;
    padding:0px;
}
.white{
 background-color:white;
}
.container{
  margin:auto;
}

a{
    text-decoration:none;
color:#008080;
}

a img{
   border:0px;
}

#container{
   width:100%;
    padding-top:53px;

}


#logo{
    height:180px;
    width:100%;
    text-align:center;
}


#content{
   min-height:500px;
    margin-top:23px;
    margin-bottom:50px;
  position:relative;
padding-right:15px;
padding-left:15px;
}
#index{
   
}
#index div{
    float:left;
    margin-bottom:18px;
}
#index div img{
    width:324px;
    height:510px;
}
.cleaner{
    clear:both;
}
.clean{
    clear:both;
}


h2{
color: #008080!important;;

font-size: 22px!important;;
font-weight: normal!important;;
margin-top: 10px;
margin-bottom: 20px
}
h3{
color: #008080!important;
margin-left: 0px!important;
font-size: 18px!important;
font-weight: normal!important;
text-align:center;
}

.rightcontent{
    float:right;
    margin-bottom:23px;
    min-height:500px;
    
}


.modright{
    margin-right:0px;
}
.item-name{
    font-size:12px;
    width:100%;
    text-align:center;
    height:36px;
    margin-top:6px;
}
.item-price{
    font-size:12px;
    width:50%;
    text-align:center;
    float:left;
    margin-top:0px;
}
.item-detail{
    font-size:15px;

    text-align:left;
    float:left;
padding-left:15px;
    
}
.item-detail a{
    width:73px;
    border:0px!important;
}

.pagination{
    text-align:center;
    width:100%;
    height:50px;
    padding-top:30px;
    padding-bottom:30px;
    font-size:12px;
}
.pagination div{
    display:inline-block;
    width:auto;
    margin:auto;
}
.pagination a{
  color:black;
}
.pagination a.pn{
    color:#bb080c;
}
.ui-corner-all{
    border-radius:0px!important;
}
.umenu{ display:none; }
.spinner {
  width: 60px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 2px;
  left: 3px;
font-size:11px;
}
#cart h4{
    margin-top:5px;
}
#cart .detailimg{
      height:80px;
      border:1px solid lightgray;
}
#cart span.price{
    float:right;
    font-weight:bold;
    display:inline-block;
    margin-right:10px;
    margin-top:0px;
}
#cart .pay{
    width:249px;
    margin-right:6px;
    text-align:left;
    float:right;
    height:25px;
    color:white;
    padding-top:5px;
    padding-left:5px;
    margin-top:5px;
    background:#878586;
}
#cart .button{
    width: 253px;
float: right;
margin-right: 6px;
    margin-top:5px;
    position:relative;
    bottom:0px;

}
#cart{
      position:absolute;
      font-size:12px;
      margin:auto;
      float:right;
      top:60px;
      right:25px; 
      display:none;
      z-index:500;
 border:1px solid lightgray;
      background:white;
      border-radius:7px;
}
@media only screen and (max-width: 767px) { 
#cart{
 right:0px; 
 padding-left:8px;
 padding-right:8px;

}
}
#cart #inner{
      font-size:12px;
      float:right;
      border:0px solid lightgray;
      width:265px;
       
      background-color:#333333;
      z-index:550;
      display:none;
}
#cart #preview{
      font-size:12px;
      margin:auto;
      float:right;
      margin-bottom:15px;
      z-index:100;
      display:none;
      width:100%;
}
#cart .back{
      position:relative;
      margin-left:5px;
      color:#bb080c;
      margin-top:50px;
      display:inline-block;
}
#preview h3{
      color:#008080;
      margin-left:0px;
      font-size:18px;
      font-weight:normal;
}
#previewbox{

    border:1px solid lightgray;
    width:100%;

    border-radius:7px;
   
}
#previewbox tr.noborder td{
   border-top:0px;
}
#previewbox td,#previewbox th{
    padding-right:10px;
    text-align:left;
    vertical-align:middle;
}
#previewbox .div td{
    border-top:1px solid lightgray;
    padding-top:8px;
    padding-bottom:10px;
    padding-right:10px;
    
}
#previewbox .header{
    border-bottom:1px solid lightgray;
}
#previewbox .header th{
    padding-top:5px;
    padding-bottom:5px;

}
#previewbox .header .buttons{
    padding:20px;
    padding-right:0px;
float:none!important;
}

.button
{
    font-size:12px;
}
.bgbutton{
    height:36px;


    color:white!important;
    white-space: nowrap;
    border-radius:7px;
    border-color:#00bfbf;
    background:#008080;
    font-size:18px;
    font-style: italic;
    font-weight:bold;
    display:block;
    margin-top:12px;
   padding-top:5px;
   text-align:center;
}
.bgbutton:hover{
    color:white!important;
    text-decoration:none;
}
.bgbutton span{
   color:#008080;
   background:white;
   border-radius:5px;
padding:3px;
 margin-lefT:12px;
  font-size:17px;
}


.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0px solid #BB080C;
    background: #bb080c;
    font-weight: normal;
    color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 0px solid #BB080C;
    background: #bb080c;
    font-size:12px;
    font-weight: normal;
    color: #fff;
}
#mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8;
    filter: Alpha(Opacity=80);
    z-index:-20;
}
.right{
    text-align:right!important;
}
.left{
    text-align:left!important;
}
.center{
    text-align:center;
}
#static{
    float:left;
    width:100%;
   padding-left:15px;
  padding-right:15px;
}
#static img{
  margin-left:15px;
  margin-bottom:15px;
}
#static h3{
  
    color:#bb080c;
    font-size:14px;
    font-weight:normal;
    margin-left:10px;
margin-top:20px;
margin-bottom:20px!important;
    width:100%;
   text-align:left;
}
.acc-box{
    width:211px;
    height:98px;
    border:1px solid lightgray;
    float:left;
    font-size:12px;
    padding:10px;
    
}
.acc-box-active{
    border:0px solid lightgray;
    height:121px;
    background-image:url(images/platba1.png);
    background-repeat:no-repeat;
    color:white;
}
.acc-box h4{
    font-weight:normal;
    font-size:12px;
    margin-top:10px;
    margin-left:0px;
}
.acc-main{

    font-size:14px;
    margin-bottom:20px;
}
.acc-main .buttons{
    position:relative;
    bottom:0px;
    margin-right:7px;
}
.acc-main label{
    display:inline-block;
    width:100%;
}
.acc-main-box{
    margin:10px;
    margin-left:0px;
    padding:10px;
    min-height:200px;
}
.corner{
   border-radius:7px;
}
.acc-total{
    float:right;
    margin-bottom:15px;
    text-align:center;
  
}
.acc-total table{
    text-align:left;
    margin:auto;
    margin-top:16px;
}
.acc-total table td{
    height:23px;
}
.cap{
display:none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-top-right-radius: 0px!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-bottom-right-radius: 0px!important;
}
.ui-icon-minus {
background-position: -48px -128px!important;
}
.ui-icon-plus {
background-position: -16px -128px!important;
}
.ui-state-default .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
}
.button span{
    display:inline-block;
    margin:5px;
    padding-top:0px!important;
    padding-bottom:0px!important;
}
.hidden{
  display:none;
}
.cart_product{
 height:82px;
 width:97%;
 line-height:14px;
text-align: left;
 padding-top:5px;
 color:#ffffff;
}
.cart_product_price{
 float:right;
 font-weight:bold;
}
.cart_buttons{

  bottom:4px;
  height:134px;
}
.cart_buttons .button{
  width:249px;
}
.ui-front {
z-index: 1000;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .1em .1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
   float: left;
   font-size:14px!important;
   margin: .1em .5em;
   white-space: nowrap;
   width: 90%;
   overflow: hidden;
   text-overflow: ellipsis;
}
.ui-widget-header {
border: 1px solid #E3A1A1;
background:  #BB080C url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
color: white;
font-weight: bold;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 0.3em 0em .4em;
}
#alertdelete{
   min-height:45px!important;
   font-size:12px;
   display:none;

}
div.pagination{

    width:100%;
    float:left; 
}
div.pag_item{
  color:#BB080C;
  float:left;
  border:1px solid #A9ABAA;
  width:18px;
  height:18px;
  background:white;
  margin-right:3px;
  text-align:center;
}
div.dots{
  border:0px;
  width:26px;
 background:transparent;
}
div.sel{
 color:#BB080C;
  border:1px solid #BB080C;
  background:#DEDEDC;
}
div.first{
  width:auto;
  padding-left:5px;
  padding-right:5px;
  
}
.scrollup{
    width:40px;
    height:40px;
   
    position:fixed;
    bottom:120px;
    right:80px;
    display:none;
    text-indent:-9999px;
    background: url(images/icon_top.png) no-repeat;
}
#bg{ 
   position:fixed;
   z-index:-50;
   top:0px;
 
  margin-top:53px;
  margin-bottom:55px;

}
.carousel-inner, .carousel{
  height:100%;

}
.carousel .item{
  height:100%;
  background-repeat:no-repeat;
  background-position-x:center;
  background-position-y:center;
  background-size: 100%;
}
.size17{
font-size:17px;
}
.sizing{
   width:100%;
   border:1px solid gray;
   margin-bottom:15px;
}
.sizing .tbheader th{
   background-color:white;
  text-align:center;
}
.sizing td,.sizing th{
   padding:4px;

}
.sizing tr:nth-child(odd) > td{
   background-color:lightgray;
   text-align:center;
}
.sizing tr:nth-child(even) > td{
   background-color:white;
   text-align:center;
}
.sizing tr:nth-child(odd) > th{
   background-color:lightgray;
  
}
.sizing tr:nth-child(even) > th{
   background-color:white;
 
}
@media only screen and (max-width: 430px) { 
.sizing td.tbvertical span{
 display:none;
}
.item-detail{
width:100%;
text-align:center;
}
}
@media only screen and (max-width: 998px) { 
.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; }
.pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
a.pp_close { right: 7%!important; top: 10px!important; }
.container{  width: 100%;}

 }

#footer{
   bottom:0px;
   height:90px;
   width:100%;
   position:fixed;
   background:black;
   font-size:11px;
   color:#fff;
   padding-top:13px;
    bottom:0px;
}
#footer .social {
  margin-top:-3px;
}
#footer .social a{
display:inline-block;

}

#footer h3{
    font-size:11px;
    font-weight:bold;
    color:white;
}
#footer-inner div{
    float:right;
    margin-left:0px;
    margin-right:0px;
   text-align:right;
}
#footer div a{
    display:block;
    color:#fff;
}

#footer div a:hover{
    display:block;
    color:#bb080c;
}
.ui-tooltip{
  width:160px;
  color:white;
 font-size:26px;
  background:#BB080C!important;
  border:1px solid lightgray!important;
 text-align:center;
  font-family:onyxregular;
  text-transform: capitalize;

}
#index{
  position:relative;
  top:4vh;
  margin:auto;
  width:80%;
  padding:10px;
  text-align:center;
  font-size:20px;
  z-index:111;
}
#index .inner{
  border-radius:4px;
  z-index:-110;
  background:white;
  opacity: 0.5;
position:absolute;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  width:100%;
 height:100%;
 top:0px;
 left:0px;
}
/*topmenu*/
#basket_value{
  color:#ddd
}
#top{
    width:100%;
    height:53px;
    background:black;  
    position:fixed;
    z-index:300;
}
#top div.topmenu{
  width:710px;
  float:right;
}
#top .logo{
   width:200px;
   float:left;
   margin-top:3px;
}
#top ul{
    margin:auto;

}
#top ul li{
    list-style:none;
   
    color:white;
    padding-left:0px;
    padding-right:0px;
    font-size:17px;
}
#top a{
    color:#ddd;
}
#top a:hover{
    color:#fff;
    background:#000;
}
#top a:focus{
    color:#fff;
    background:#000;
}
#top .logged{
 display:none;
}
#top .notlogged{
 display:none;
}
#top .container{
position:relative;
  padding-left: 0px;
  padding-right: 0px;

}
#top .container .navbar{
  padding-right:15px;
  padding-left:15px;
width:100%;
}
#ul-left{
 float:left;
 display:block;
 width:370px;
 margin-left:0px;
 padding-left:0px;
}
#ul-right{
 float:right;
 display:block;
 width:670px!important;
text-align:right;
padding-left:0px;
 margin-left:0px;
}
#login-mail{
float:left;

font-size:12px;
width:270px!important;
color:white;
margin-top:10px!important;
text-align:center;
}
.navbar-inverse{
 background:#000;
 border:0px;
 margin:0px;
}
.navbar-brand{
  padding:0px;
}
.inverse-dropdown{
  background-color: #000;
  border-color: #000;
  
}
.navbar-collapse{
 float:right;
}
@media (min-width: 992px){

.navbar-nav>li>a{
  padding-left:15px;
  padding-right:15px;
}
}
@media (min-width: 768px){
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin-left: 0px!important;
margin-right: -15px!important;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: 0px;
}
.navbar-nav>li>a{
  padding-left:10px;
  padding-right:10px;
}
}
@media (max-width: 830px) and (min-width: 768px){
  #basket_value{
   display:none;
}
}
@media (max-width: 783px) and (min-width: 768px){
.navbar-nav>li>a{
  padding-left:5px;
  padding-right:5px;
}
}
@media (max-width: 450px){

.itembox .itembox-anchor {
 min-height: 180px;
}
}
@media (max-width: 767px){
.container-fluid {
   padding-right: 0px;
  padding-left: 0px; 
  margin-right: auto;
  margin-left: auto;
}
#content {
 
  padding-right: 5px;
  padding-left: 5px;
}
.itembox .itembox-anchor {
  margin: 3px;
}
#cart{

}
#taska {
  margin-top: 10px;
  position: absolute;
  top: 0;
  left: 57%;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
margin-left: 0px!important;
margin-right: -15px!important;
}
.container-fluid>.navbar-collapse{
width:250px;

}
#top ul li{
display:block;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: 0px;
}
}
#taska{
  margin-top:10px;
  float:right;
}
