/* user.css ----------------------------------------------------------------- */

body {font-size: 11px;}
a {color: #222;}
hr { margin-top: 10px;margin-bottom: 10px;border-top: 1px solid #e0e0e0;}
.paddingzero{padding:0}

.h1, h1 {font-size: 22px;font-weight: 700;}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small{color: unset; font-size: 85%;}
h5{font-family: 'Playfair Display SC', serif; font-size:22px;text-transform: uppercase;}
                @media (max-width: 998px) {  h5{font-size:15px;}       }
                
del{color:red}                
/********************NAVIGATION,MENU******************/

#storeLogo{height: auto; float:none}
.nav > li > a {padding: 3px 15px;text-transform: uppercase; }
.searchbox-margin { margin-top: 0px;margin-bottom: 0px;}
.form-control {height: 29px; border-radius:0;background: #ddd; border: 1px solid #ddd;}

/*****************TOP*************/
.breadcrumb {xxxdisplay: inline; position:relative}
.egyedimenu ul, .egyedimenu{margin-bottom: 0px; padding: 4px 0;}
.egyedimenu ul li{display:inline;list-style: none; padding: 10px;border-right: 1px solid grey; text-transform: uppercase; text-align:right}
     .egyedimenu ul li:last-child{border-right: 0px solid grey;}
     @media (max-width: 998px) {  .egyedimenu ul li{display:block; border-right: 0px solid grey; text-align:center    } }
.breadcrumb {
    margin-bottom: 0px;
    background-color: transparent;
    border-radius: 0px;
    position: relative;
    float:left;padding: 5px 15px;
}
.breadcrumb a {
    font-size:9px
}
.breadcrumb > li + li::before {
    padding: 0 0px;
}










/****************LEFT*****************************/
#columnLeft >.panel-default > .panel-heading {display: none;}
.panel-default {border-color:transparent;}
.nav-stacked > li {border-bottom: 1px solid lightgrey;}
       .nav-stacked > li + li { margin-top: 0px;;}
       
       
       
       
/****************INDEX*****************************/
.thumbnail{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+43,d7d5ce+99 */
      background: #ffffff; /* Old browsers */
      xxxbackground: -moz-linear-gradient(top, #ffffff 43%, #d7d5ce 99%); /* FF3.6-15 */
      xxxbackground: -webkit-linear-gradient(top, #ffffff 43%,#d7d5ce 99%); /* Chrome10-25,Safari5.1-6 */
      xxxbackground: linear-gradient(to bottom, #ffffff 43%,#d7d5ce 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d5ce',GradientType=0 ); /* IE6-9 */
      border: 0px solid #ddd; border-radius:0; border:5px solid white}
.caption p a{color: #222;font-weight: bold;}
.titleproduct{height: 35px;}
.thumbnail .caption {padding: 25px 0px 10px 0px;}

.pictures_sizes img > .img-responsive, .thumbnail a > img {height: 130px;}
.pictures_sizes img{height: 130px;width: auto;}

p.productprice{font-size:15px;font-weight: 700;}


.topglyphicon a{border-radius:0; color:#222;padding: 8px 8px 5px 8px;margin: 0 15px;border: 1px solid #ddd;}
/*****************PRODUCTINFO******************/
.piGal img { width: 100%;}
.page-header {padding-bottom: 9px;margin: 0px;border-bottom: 0px solid #eee;}
       .page-header h1{margin-top: 13px;}

.thumbnail {margin-bottom: 0px; }
.productHolder {border: 0px solid #eee;background: linear-gradient(to bottom, #ffffff 43%,#f8f8f8 99%);}
      .productHolder:hover {border: 0px solid #eee;background: linear-gradient(to bottom, #ffffff 43%,#eee 99%);}
.productHolder h2 {height: 65px;}
/********************WELL************************/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width: auto;
    height: 150px;
}
#storeLogo img{height: auto;}


/****************BUTTONS***********************/
.btn {xxxpadding: 6px 0px;font-size: 12px; }
.btn-success {font-weight:bold;color:#222;background-color:transparent;border-color: grey;border-radius:0; padding:5px 15px; font-size:11px}
       .btn-success:hover {background-color:black;}
.btn-default {color: #222;background-color:transparent;border-color:transparent; font-weight: 700; }
.btn-info {    margin: 2px 0;color:#222;background-color:white;border-color:#ddd;border-radius:0; padding:5px 20px;font-size:12px;}


/**************FOOTER *************/
.footer h2 {
    font-size: 1em;
    letter-spacing: 0em;
    color: rgb(0, 51, 124);
    text-shadow: 0px 0px 0px rgba(255,255,255,0.6);

}   