/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 4246 2013-01-11 14:36:07Z Tomcraft1980 $

   modified eCommerce Shopsoftware
   http://www.modified-shop.org

   Copyright (c) 2009 - 2013 [www.modified-shop.org]
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com
   (c) 2003 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org
   (c) 2004 XT-Commerce (stylesheet.css 1262 2005-09-30); www.xt-commerce.com

   Released under the GNU General Public License
   -----------------------------------------------------------------------------------------

   xtc5 Template & Stylesheets
   (c) 2007 Ing. Michael Fuerst, bluegate communications, http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/
   
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(bootstrap/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
   
body{font-family: "Open Sans"; font-size: 1.5em;}
body.popupcontent{font-family: "Open Sans"; font-size: 1.0em;}
h1{font-size: 1.6em; font-weight: 700;}
h2{font-size: 1.3em; font-weight: 700;}
h3{font-size: 1.2em;}
hr.orderdetails {height: 2px; background-color:#ddd;}
ul, ol {margin-left: 24px;}

#header{margin-bottom: 20px;}






#topmenu{margin-bottom: 20px; border-radius: 6px;background-color: #e8e8e8;}
#topmenu ul li a {color: #000; font-weight: bold;}
#topmenu li.level1 {border-right: 1px solid #ddd;}

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu {border-radius: 6px;}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
	margin-left: 6px;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #e9e9e9;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 15px 15px;
    display: block;
	font-weight: bold;
	color: #000;
}

.menu > ul > li:hover {
    background: #f0f0f0;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ��������������������������������������������������
Mobile style's
�������������������������������������������������� */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}









#headerlinks {text-align: right; margin-top: 10px;}
#breadcrumb {margin-bottom: 20px;}

.agbframe {height: 400px; overflow-y: scroll;} 

#footer{background-color: #0044fd; margin: 0 auto; width: 100%;}
#footerlink {text-align: center; margin-top: 40px;}

.fbox-hl {color: #fff; font-size: 1.4em; font-weight: 700;}
.fbox-co {color: #fff; font-size: 0.8em;}

.contentlist li {list-style: outside none none;}
.contentlist li a {color: #fff; font-weight: normal;}

.img-responsive { margin: 0 auto;}
.panel-list {border-radius: 6px; border-color: #e8e8e8; box-shadow: none;}
.panel-list:hover {border-radius: 6px; border-color: #0044fd;}
.panel-list .panel-heading {border-top-left-radius: 6px;  border-top-right-radius: 6px; background-color: #e8e8e8; color: #000; text-align: center; height: 240px;}
.panel-list .panel-body {border-bottom-left-radius: 6px;  border-bottom-right-radius: 6px; background-color: #e8e8e8; color: #000;}
.panel-list .panel-body h2 {font-size: 1.2em; margin-top: 0px;}
.panel-body .pb-pr-name {height: 70px;}
.panel-body .pb-pr-descr {height: 80px;}
.panel-body .pb-pr-descr p {margin: 0;}
.panel-body .pb-pr-price  {height: 90px;}
.panel-body .pb-pr-vpe  {height: 60px; display: none;}
.panel-body .pb-pr-ship  {height: 30px;}
.panel-body .pb-pr-btn  {height: 40px;}
.taxandshippinginfo {font-size: 0.8em;}

.cl-img {max-height: 40px;}
.cl-image {height: 40px; text-align: center;}
.cl-name {height: 40px; text-align: center;}
.cl-descr{height: 40px;}

.panel-col {border-radius: 6px; border-color: #e8e8e8; box-shadow: none;}
.panel-col > .panel-heading {border-top-left-radius: 6px;  border-top-right-radius: 6px; background-color: #0044fd; color: #fff; text-align: center; font-weight: 700;}
.panel-col > .panel-body {border-bottom-left-radius: 6px;  border-bottom-right-radius: 6px; background-color: #e8e8e8; color: #000;}

.panel-heading  .img-responsive {max-width: 230px; max-height: 230px;}
.panel-heading a {color: #fff;}

.row .subcats {margin-bottom: 30px;}

.well {border: none; background-color: #e8e8e8; border-radius: 6px; }
.well ul {padding-left: 2em;}

span.glyphicon {
    font-size: 0.8em;
}

.btn-default {border-color: #0044fd; background-color: #0044fd; color: #fff;}
.btn-default:hover{border-color: #6a6a6a; background-color: #6a6a6a; color: #fff;}
.btn {border-radius: 6px;}
.btn-footer {border-color: #666; background-color: #666;}
.btn-footer:hover {border-color: #767676; background-color: #767676;}

/*
.dropdown:hover .dropdown-menu {
display: block;
}*/

.dropdown {
    position: static;
}
.dropdown-menu {
    left: 0;
    right: 0;
    position: absolute;
	}
	
.drmenurow {margin: 20px 0;}
.drmenucol {padding-left: 20px; margin-bottom: 20px;}
.drmenucol2 {margin-left: 20px; font-size: 0.8em;}
	
.loupe {
    background-color: #ffffff;
    border: 3px solid #444444;
    border-radius: 300px;
    box-shadow: 0 0 5px #ffffff;
    cursor: none;
    height: 300px !important;
    width: 300px !important;
    z-index: 111;
}
	
.copyright {
    color: #666;
    font-size: 0.8em;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

p.footer {color: #aaa; font-size: 0.8em; margin-top: 10px;}
p.footer a {color: #aaa;}

@media (max-width: 767px) {
#logo{text-align: center;}
#headerlinks {text-align: center;}
#headersearch {text-align: center;}
.btn-default {margin: 4px;}
input, textarea {max-width: 200px; margin-bottom: 4px;}
.captcha {max-width: 200px; margin-bottom: 4px;}
}


