
/*

1.  IMPORTS
2.  RESET STYLES
3.  HEADER STYLES
4.  MAIN THEME CONTAINER STYLES
    4.1 LEFT PANEL STYLES
    4.2 CONTENT SECTION STYLES
	4.3 MINIMIZED LEFT PANEL STYLE
	4.4 THEME STYLE ACCORDING PHONE
5.	Boxed Theme Layout Style
6.	Theme Background Color Style
Slider Switch
*/


/********** 1. IMPORTS **********/
/********************************/
/*
@import url('hoe-overlay-effect.css');
@import url('hoe-push-effect.css');
@import url('hoe-shrink-effect.css');
@import url('hoe-rightsidebar.css');
@import url('hoe-horizontal-navigation.css');
@import url('hoe-theme-color.css');
@import url('header.css');
*/
/********** 2. RESET STYLES **********/
/*************************************/

/* ********** Default Theme Style************* */
/* .nav{display:block;} */

body,html {
    
}
body{position:relative;}
#hoeapp-wrapper a:focus {
    outline: none;
}
#hoeapp-wrapper {
    background: #eef1f6;
    color: #7e7e7e;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: calc(100vh - 50px);
    position: relative;
	font-family: "lato", sans-serif;
	direction: ltr;
    line-height: 20px;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: hidden;
	width: 100%;
	margin: 0;
    padding: 0;
}
 
/************** 3. Theme Header Style Start Here ********************/

#hoe-header {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
	position:relative;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.hoe-left-header {
    background: #fff none repeat scroll 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    position: absolute;
    float: left;
    text-align: center;
    width: 230px;
    z-index: 999;
}
.hoe-left-header a {
    color: #FFF;
}
.hoe-left-header a:hover,
.hoe-left-header a:focus {
    color: #FFF;
    text-decoration: none;
}
.hoe-left-header a i {
    color: #003c70;
    font-size: 22px;
    position: relative;
    top: 3px;
}
.hoe-right-header {
    background: #fff none repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
    z-index: 101;
	margin-left: 230px;
	position: relative;
}
.hoe-right-header > ul {
    display: block;
    margin: 0;
    padding: 0;
}
.hoe-right-header li {
  display: inline;
  float: left;
  height:50px;
}
.hoe-right-header > li  a {
    color: #7e7e7e;
    padding: 17px 15px;
}
.hoe-right-header li a:hover,
.hoe-right-header li a:focus {
    background: #efefef;
    text-decoration: none;
}
.hoe-right-header a i {
    color: #7e7e7e;
    font-size: 14px;
}
.right-navbar {
    float: right;
	padding-right: 7px !important;
}
.right-navbar li a i {
    font-size: 14px;
}
.left-navbar > li:first-child {
    padding-left: 50px;
}
.hoe-sidebar-toggle a:after {
    background: transparent;
    border: 0px solid #efefef;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 50px;
    padding: 0px 17px;
    position: absolute;
    color: #7e7e7e;
    z-index: 1000;
}
.hoe-sidebar-toggle a:hover:after {
    background: #efefef;
}
.hoe-left-header > .hoe-sidebar-toggle > a {
    display: none
}
#hoe-header .hoe-left-header[hoe-position-type="relative"] {
    position: relative;
}
#hoe-header .hoe-left-header[hoe-position-type="absolute"] {
    position: absolute;
}
#hoe-header .hoe-left-header[hoe-position-type="fixed"] {
    position: fixed;
}
#hoe-header .hoe-right-header[hoe-position-type="relative"] {
    position: relative;
}
#hoe-header .hoe-right-header[hoe-position-type="absolute"] {
    position: absolute;
}
#hoe-header .hoe-right-header[hoe-position-type="fixed"] {
	padding-right: 230px;
    position: fixed;
    width: 100%;
}
/*******************************Theme Header Style Close Here ***********************************/
/******************************* 4. main container Style start Here ***********************************/
#hoeapp-container {
    margin: 0;
    padding: 0;
    width: 100%;
    /*height: 100%;*/
	min-height: calc(100vh - 80px);
	position:relative;
	clear:both;
}
/************************* 4.1 Theme Left Panel Style Start Here *********************************/
#hoe-left-panel {
    background: #FFF none repeat scroll 0 0;
    color: #7e7e7e;
    width: 230px;
    top: 0;
	position:absolute;
	float:left;
	min-height:100%;
    z-index: 100;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
#hoe-left-panel .profile-box {
    border-bottom: 1px solid #efefef;
    min-height: 50px;
    padding: 5px 15px;
    position: relative;
}
#hoe-left-panel .profile-box .media a img {
    width: 40px;
    height: 40px;
}

#hoe-left-panel .profile-box .media {
    position: relative;
}
#hoe-left-panel .profile-box .media a {
    margin-top: 2px;
}
#hoe-left-panel .profile-box .media a > img {
    border: 1px solid #efefef;
}
 

#hoe-left-panel ul {
    margin: 0;
    padding: 0;
}
#hoe-left-panel .nav-level {
    padding: 5px 15px;
    border-top: 1px solid #efefef;
    font-weight: bold;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu {
  list-style: none;}

#hoe-left-panel .nav-level:first-child {
    border-top: 0px solid #efefef;
}
#hoe-left-panel .panel-list > li > a {
    background: #FFF;
    border-top: 1px solid #efefef;
    color: #7e7e7e;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    position: relative;
}
#hoe-left-panel .panel-list > li:last-child > a {
    border-bottom: 1px solid #efefef;
}
#hoe-left-panel .panel-list > li:first-child > a {
    border-top: 0px solid #efefef;
}
#hoe-left-panel .panel-list > li > a:hover,
#hoe-left-panel .panel-list > li > a:focus {
    color: #000;
    background: #f1f1f1;
}
#hoe-left-panel .panel-list > li.active > a {
    background: #f1f1f1;
    border-top: 1px solid #efefef;
    color: #000;
}
#hoe-left-panel .panel-list > li > a > i {
    display: inline;
    font-size: 14px;
    padding-right: 6px;
}
#hoe-left-panel .panel-list > li > a span.menu-text {
    display: inline-block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > a:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 15px;
    position: relative;
    float: right;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.opened > a {
    background: #f1f1f1;
    color: #000;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.opened > a:after {
    font-family: FontAwesome;
    content: "\f106" !important;
    font-size: 15px;
    float: right;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu > a:after {
    font-family: FontAwesome;
    content: "\f103";
    font-size: 15px;
    position: relative;
    float: right;
}
#hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu.opened > a:after {
    font-family: FontAwesome;
    content: "\f102";
    font-size: 15px;
    position: relative;
    float: right;
}
#hoe-left-panel .panel-list ul {
    background: #fafafa;
    box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
#hoe-left-panel .panel-list ul.hoe-sub-menu li > a {
    background: transparent;
    border-top: 1px solid #efefef;
    color: #7e7e7e;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu {
    display: none;
}
#hoe-left-panel .panel-list li.hoe-has-menu > ul.hoe-sub-menu li > a:hover,
#hoe-left-panel .panel-list li.hoe-has-menu > ul.hoe-sub-menu li > a:focus {
    text-decoration: none;
    color: #000;
    background: #f1f1f1;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul ul {
    display: none;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.opened > ul {
    display: block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.opened > ul > li.hoe-has-menu.opened > ul {
    display: block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.opened > ul > li.hoe-has-menu.opened > ul > li.hoe-has-menu.opened > ul {
    display: block;
}

#hoe-left-panel .panel-list > li.hoe-has-menu.active > ul {
    display: block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.active > ul > li.hoe-has-menu.active > ul {
    display: block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu.active > ul > li.hoe-has-menu.active > ul > li.hoe-has-menu.active > ul {
    display: block;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul > li > a span.menu-text {
    padding-left: 10px;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu {

  list-style: outside none none;
}
#hoe-left-panel .panel-list > li.hoe-has-menu  li.hoe-has-menu > ul.hoe-sub-menu {

  list-style: outside none none;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu {

  list-style: outside none none;

}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul > li.hoe-has-menu > ul > li > a span.menu-text {
    padding-left: 25px;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul > li.hoe-has-menu > ul > li > ul > li > a span.menu-text {
    padding-left: 35px;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul > li.hoe-has-menu > ul > li > ul > li > ul > li > a span.menu-text {
    padding-left: 40px;
    position: relative;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    /*font-family: FontAwesome;
    content: "\f0da";
    font-size: 14px;
    position: relative;
    float: left;
    left: 4px;*/
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 12px;
    position: relative;
    float: left;
    left: 15px;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 14px;
    position: relative;
    float: left;
    left: 18px;
}
#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 12px;
    position: relative;
    float: left;
    left: 30px;
}
#hoe-left-panel .panel-list li.active > a .selected {
    border-bottom: 7px solid transparent;
    border-right: 7px solid #7e7e7e;
    border-top: 7px solid transparent;
    display: inline-block;
    height: 0;
    position: absolute;
    right: 0;
    top: 13px;
    vertical-align: middle;
    width: 0;
}
#hoe-left-panel .panel-list li.hoe-has-menu.active > a .selected {
    display: none;
}
#hoe-left-panel .panel-list li a .label {
    border-radius: 0.25em;
    color: #7e7e7e;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 4px 3px;
    position: absolute;
    right: 10px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.sul {
    background-color: #ebebeb;
}

#hoe-left-panel[hoe-position-type="relative"] {
    position: relative;
}
#hoe-left-panel[hoe-position-type="absolute"] {
    position: absolute;
}
#hoe-left-panel[hoe-position-type="fixed"] {
    position: fixed;
	top:50px;
}

/********************************** Theme Left Panel Style Close Here ******************************/
/*************************** 4.2 Theme Content Section Style Start Here ********************************/
#main-content {
    margin-left: 230px;
	position:relative;
}
/******************* Theme Content Section Style Close Here *******************************/
/****************** 4.3 Minimized Left Panel Style Start Here *********************************/
#hoe-header.hoe-minimized-lpanel > .hoe-right-header[hoe-position-type="fixed"] {
  margin-left: 50px;
  padding-right: 50px;
}
#hoe-header.hoe-minimized-lpanel > .hoe-left-header {
    width: 50px;
}
#hoe-header.hoe-minimized-lpanel > .hoe-left-header > a > span {
    display: none;
}
#hoe-header.hoe-minimized-lpanel > .hoe-right-header {
  margin-left: 50px;
  padding-right:0px;
}
.hoe-minimized-lpanel #hoe-left-panel {
    width: 50px;
}
.hoe-minimized-lpanel #hoe-left-panel .profile-box {
    border-bottom: 0px solid #efefef;
}
.hoe-minimized-lpanel #hoe-left-panel .media-body {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .profile-box {
    padding: 5px;
}
.hoe-minimized-lpanel #hoe-left-panel .nav-level {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li > a span.menu-text {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > a:after {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li > a > i {
    display: inline;
    font-size: 15px;
    padding-left: 6px;
    padding-right: 6px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:hover > a,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:focus > a {
    display: block;
    position: relative;
    width: 230px;
    margin-bottom: -1px;
    border-radius: 0px 4px 4px 0px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:hover > a,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:focus > a {
    border-radius: 0px 4px 4px 0px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:hover > a,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:focus > a {
    border-radius: 0px 4px 0px 0px;
    background: #f1f1f1;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:hover > a span.menu-text,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li:focus > a span.menu-text {
    display: inline-block;
    position: absolute;
    left: 52px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list ul.hoe-sub-menu li {
    list-style: none;
}

.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu {
    display: none !important;
    position: absolute;
    left: 50px;
    width: 180px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:hover > ul.hoe-sub-menu,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:focus > ul.hoe-sub-menu {
    display: block !important;
    border-right: 1px solid #efefef;
	width: 180px;
	left: 50px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu ul.hoe-sub-menu {
    display: none !important;
    position: absolute;
    width: 180px;
    left: 0;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:hover > ul.hoe-sub-menu ul.hoe-sub-menu,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu:focus > ul.hoe-sub-menu ul.hoe-sub-menu {
    display: none !important;
    left: 0px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu:hover > ul.hoe-sub-menu,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu:focus > ul.hoe-sub-menu {
    display: block !important;
    position: relative;
    left: 0px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu:hover > ul.hoe-sub-menu,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu:focus > ul.hoe-sub-menu {
    display: block !important;
    position: relative;
    left: 0px;
}

.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu > a:after {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu > a:after {
    font-family: FontAwesome;
    content: "\f103";
    font-size: 15px;
    position: relative;
    float: right;
    display: block;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu:hover > a:after,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu:focus > a:after {
    font-family: FontAwesome;
    content: "\f102";
    font-size: 15px;
    position: relative;
    float: right;
    display: block;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list li.hoe-has-menu.active > li.active a .selected {
    display: block;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.active:hover > a .selected,
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.active:focus > a .selected {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu li > a span.menu-text {
    padding-left: 15px;
    position: relative;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    left: 4px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    left: 4px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list li .label {
    display: none;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list li:hover a .label {
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
}
.hoe-minimized-lpanel #hoe-left-panel .panel-list > li.hoe-has-menu.opened > a {
    background: #f1f1f1;
    color: #000;
}
.hoe-minimized-lpanel #main-content {
    margin-left: 50px;
}
/****************** Minimized Left Panel Style Start Here *********************************/

/******************* 4.4 Theme Style for Phone start here***************************************/
 
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-left-panel {
    display: none;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header{
    /*position:none;*/
	height:100px;
}
#hoeapp-wrapper[hoe-device-type="phone"] .hoe-left-header {
    width: 100%;
    float: none;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-left-panel[hoe-position-type="fixed"] {
  top: 100px;
}
#hoeapp-wrapper[hoe-device-type="phone"] .hoe-right-header {
    width: 100%;
	padding-left: 0px !important;
	position: relative;
	z-index: 999;
	top: 50px;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-left-panel {display:none;}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel .hoe-right-header {
  margin-left: 0px;
}
#hoeapp-wrapper[hoe-device-type="phone"] .hoe-right-header {
  margin-left: 0px;
}

#hoeapp-wrapper[hoe-device-type="phone"] #hoe-left-panel {
    display: block;
    z-index: 1024;
}
#hoeapp-wrapper[hoe-device-type="phone"] #main-content {
    margin-left: 0px;
}



#hoeapp-wrapper[hoe-device-type="phone"] .hoe-left-header > .hoe-sidebar-toggle > a {
    display: block;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header > .hoe-right-header .hoe-sidebar-toggle a:after {
    display: none !important;
}
#hoeapp-wrapper[hoe-device-type="desktop"] .hoe-left-header .hoe-sidebar-toggle a:after {
    display: none !important;
}
#hoeapp-wrapper[hoe-device-type="tablet"] .hoe-left-header .hoe-sidebar-toggle a:after {
    display: none !important;
}
#hoeapp-wrapper[hoe-device-type="phone"] .hoe-left-header .hoe-sidebar-toggle a:after {
    background: transparent;
    border-radius: 4px;
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    left: 5px;
    line-height: 39px;
    padding: 1px 13px;
    position: absolute;
    top: 3px;
    z-index: 1000;
    display: block !important;
    color: #003c70;
    border: 0px solid #003c70;
    font-size: 14px;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel  #hoeapp-container[hoe-lpanel-effect="shrink"] #main-content {
  margin-left: 0px;
}
#hoeapp-wrapper[hoe-device-type="phone"]  #hoeapp-container[hoe-lpanel-effect="shrink"] #main-content {
  margin-left: 230px;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel  #hoeapp-container[hoe-lpanel-effect="overlay"] #main-content {
   margin-left: 0px;
}
#hoeapp-wrapper[hoe-device-type="phone"]  #hoeapp-container[hoe-lpanel-effect="overlay"] #main-content {
   margin-left: 0px;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel  #hoeapp-container[hoe-lpanel-effect="push"] #main-content {
   margin-left: 0px;
   margin-right: 0px;
}
#hoeapp-wrapper[hoe-device-type="phone"]  #hoeapp-container[hoe-lpanel-effect="push"] #main-content {
   margin-left: 230px;
   margin-right:-230px;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="shrink"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="shrink"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header[hoe-lpanel-effect="shrink"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header[hoe-lpanel-effect="shrink"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="overlay"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="overlay"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"]#hoe-header[hoe-lpanel-effect="overlay"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header[hoe-lpanel-effect="overlay"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}

#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="push"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"].hoe-hide-lpanel #hoe-header[hoe-lpanel-effect="push"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header[hoe-lpanel-effect="push"] .hoe-right-header[hoe-position-type="relative"] {
    margin-left: 0px;
	padding-right: 0;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header[hoe-lpanel-effect="push"] .hoe-right-header[hoe-position-type="fixed"] {
    margin-left: 0px;
	padding-right: 0;
}
/****************************** Theme Style for Phone Close here **********************************/
.feature-box {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-bottom: 15px;
    min-height: 20px;
    padding: 19px;
    text-align: center;
	float:none;
}
.feature-box:hover {
    border: 1px solid #003366;
    color: #959fae;
}
.feature-icon i {
    font-size: 50px;
	display:block;
	width:100%;
	float:none;
}
.feature-box .h4,
.feature-box .h5,
.feature-box .h6,
.feature-box h4,
.feature-box h5,
.feature-box h6 {
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 16px;
}
.hoe-minimized-lpanel #main-content {
    margin-left: 50px;
}
.content-title .main-title {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
}
.inner-content {
    padding: 20px;
}
.theme-panel .panel-heading {
    border-bottom: 1px solid #e3e3e3;
	color:#003366;
	font-weight:500;
}
.theme-panel .panel-heading .panel-title {
    font-size: 18px;
}

/*******************************main container Style Close Here ***********************************/

/****************************** Default Theme Style Close ******************************************/

/*Boxed Theme Layout Style Start*/
body[theme-layout="box-layout"] #hoeapp-wrapper[hoe-device-type="desktop"] {
	/*background-color: */
	margin:0 auto;
}
/*Boxed Theme Layout Style Close*/



/*-----------------------------------------------------------------------------------
===================================================================================
 Table of Contents
===================================================================================
1. General Styles
2.  Layout
3.  Header
     3.1. Language & Currency
     3.2. Top Links
     3.3. Mini Cart
     3.4. Search Bar
4.  Menu
5.  Feature box
6.  Breadcrumb
7.  Category Page
     7.1. Refine Search Category
     7.2. Grid-List Icon
     7.3. Produc Thumb
     7.4. Grid Product
     7.5. List Product
     7.6. Rating Star
     7.7. Pagination
8.  Product Page
9.  Product Item for Left and Right Panel
10. Category Accordion
11. buttons
12. Tabs
13. Static Banner
14. Faq Page
15. Sitemap Page
16. Footer
     16.1. Footer Links
     16.2. Contact Block
     16.3. Payments Types
     16.4. Social Icon
     16.5. Powered by Text
     16.6. Back To Top
17. Side Blocks
     17.1. Facebook
     17.2. Twitter
     17.3. Custom Side block
     17.4. Video Box
18. Five Grid Columns
19. Contact Page
20. Manufacturer Page
21. Shortcodes
22. Extra
23. User Are
24. Old Bootstrap Buttons
-------------------------------------------------------------------------------------*/

/*===================================================================================*/
/*  1. General Styles
/*===================================================================================*/
/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  border: solid 1px red;
}
*/
html {
	overflow: -moz-scrollbars-vertical;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
}
body {
	background:#FFF;
	color:#003366;
	font-family:'Open Sans', sans-serif;
	line-height:18px;
}
body { font-size:14px; }
legend {
	font-size: 18px;
	padding: 7px 0px
}
label { font-weight:normal; }
form {
	padding:0;
	margin:0;
	display:inline;
}
img { vertical-align:inherit; }
a, a b {
	color:#3e7cb4;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a b:hover {
	text-decoration:none;
	color:#000;
}
a:focus { outline:none; }
#loader {
	display:none;
position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	z-index: 9999;
	width:100%;
	height:100%;
	background: rgba(255, 255, 255, .75);
	vertical-align: middle;
}
#loader img {
    display: block;
	left : 48%;
top : 50%;
position : absolute;
}
.Clickable {cursor:pointer;}
/**===== Title =====**/
.title { margin:0px 0px 20px 0px; }.toptitle { margin:-7px 0px 10px 0px; }
/**===== Sub Title =====**/
.subtitle {
	position:relative;
	padding:0px;
	margin:0px 0px 20px 0px;
	line-height:normal;
	font-size:18px;
	color:#000000;
	border-bottom:2px solid #ddd;
	padding-bottom:3px;
}
.subtitle .viewall { font-size:12px; }
/**===== Title for 404 Page =====**/
.title-404 {
	font-size:300px;
	font-weight:bold;
	line-height: 1em;
	font-family:Arial, Helvetica, sans-serif;
}
.container-start-01{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(225,241,241,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(225,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(225,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1f1f1',GradientType=0 ); /* IE6-9 */
padding-bottom:20px;
border-bottom: solid 1px #FFF;
}
.container-silver{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 49%, rgba(220,220,220,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 49%,rgba(220,220,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 49%,rgba(220,220,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
padding-bottom:0;
border-bottom: solid 1px #878787;
}
.container-blue{
background: rgb(207,231,250); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
padding-bottom:20px;
border-bottom: solid 1px #878787;
}
.container-blue-hor{
background: rgb(0,51,102); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,51,102,1) 0%, rgba(0,116,180,1) 50%, rgba(1,36,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,51,102,1) 0%,rgba(0,116,180,1) 50%,rgba(1,36,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,51,102,1) 0%,rgba(0,116,180,1) 50%,rgba(1,36,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#01244c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.container-green{
background: rgb(254,254,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,254,253,1) 0%, rgba(220,227,196,1) 42%, rgba(174,191,118,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,254,253,1) 0%,rgba(220,227,196,1) 42%,rgba(174,191,118,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,254,253,1) 0%,rgba(220,227,196,1) 42%,rgba(174,191,118,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefd', endColorstr='#aebf76',GradientType=0 ); /* IE6-9 */
padding-bottom:20px;
border-bottom: solid 1px #808E4E;
}
.container-silver{
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(226,226,226,1) 0%, rgba(255,255,255,1) 50%, rgba(226,226,226,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 50%,rgba(226,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 50%,rgba(226,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

padding-bottom:20px;
border-bottom: solid 1px #808E4E;
}
.container-round-white{margin-top:20px;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color:#FFF;
border: solid 1px #c0c0c0;
padding: 0 20px 0 20px;
}
.container-ccplus{
background: rgb(0,51,102); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,51,102,1) 0%, rgba(0,116,180,1) 50%, rgba(1,36,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,51,102,1) 0%,rgba(0,116,180,1) 50%,rgba(1,36,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,51,102,1) 0%,rgba(0,116,180,1) 50%,rgba(1,36,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#01244c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-size: 100% 115px;
background-repeat: repeat-x;
}

/*===================================================================================*/
/*  2. Layout
/*===================================================================================*/
.wrapper-box {
	max-width:1220px;
	margin:0px auto;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}
.wrapper-wide {
	max-width:100%;
	background:#fff;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.08);
}
.main-wrapper {
	max-width:1170px;
	margin:0px auto;
	padding:0 25px;
	clear:both;
}
#container {
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}
#content {
	min-height:400px;
}
.contentHeight400 {
	min-height:400px;
}
/* PRODUCT ADVISER */
.adviser {
    /*background: none repeat scroll 0 0 #f7f7f7;*/
    /*border: 1px solid #d1d1d1;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 0 10px #fff inset;*/
    /*padding: 5px 0 0 20px;*/
    text-align: left;
}
.adviser h4{margin-top:10px;}
.adviser h2{margin:0;}
.adviser .title {font: 400 24px/1 Roboto,Helvetica,Arial,sans-serif; padding-bottom:0; color: #003366;}
.adviser .info {font: 100 24px/1 Roboto,Helvetica,Arial,sans-serif; padding-bottom:0; margin-bottom:0;}
.adviser .info h4{padding-bottom:0; margin-bottom:0;}

.AdviserResultBox{padding:0 0 10px 0; }
.AdviserResultBox > .TopProduct > .basic {margin:0;}
.AdviserResultBox > .TopProduct > .basic > div .PreviewButton {width:100%;margin:0 10px 0 -10px;}
.AdviserResultBox > .TopProduct > .basic > .plan-features  {padding:10px;}
.AdviserResultBox > .TopProduct > .basic > .plan-features:last-child  {margin:0 0 40px 0;}

.AdviserBox {display: block;
			 margin:0 0 5px -6px;
			 padding:6px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			 }

.AdviserBox:hover{
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}
.AdviserBox:hover,
.AdviserBox:focus,
.AdviserBox:active,
.AdviserBox.active,
.AdviserBox.disabled,
.AdviserBox[disabled] {
  color: #333333;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
}

.AdviserBox:active,
.AdviserBox.active {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.AdviserBox .badge{background:#FFF;margin-right:5px;color:#195993;}
.AdviserBox:hover .badge{background:#003366;color:#FFF;}
.ContainerADV{margin: 10px 0 0 5px;}
.ContainerADVQ{color:#FFF;font-size:110%;font-weight:700;margin:5px 0;padding:0 0 5px 0px;}

.AdviserResultTitle{
  background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	box-sizing: border-box;
    display: block;
	padding:10px 0 10px 0;
    width: 100%;

	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

	border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);

	font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;

	text-align: center;
	vertical-align: middle;
		  font-weight: 700;
		  }

.BoxHor {margin-top:10px;
		background-color:#FFF; padding:5px;border: solid 1px #003366;
					  -khtml-border-radius:6px;
					  -moz-border-radius:6px;
					  -webkit-border-radius:6px;
					  border-radius:6px;
		}

.BoxHor h3{
	margin:5px 10px 10px 0;
	padding-bottom:5px;
	font-weight: 800;
	border-bottom: solid 1px #00497b;
}

.ContentTitle{font-weight: 800; padding-bottom:3px; margin-bottom:5px; border-bottom: solid 1px #00497b;}


.CCPlusHeader{ color: #FFF;
	background: rgb(0,51,102); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,51,102,1) 0%, rgba(0,116,180,1) 50%, rgba(1,36,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,51,102,1) 0%,rgba(0,116,180,1) 50%,rgba(1,36,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,51,102,1) 0%,rgba(0,116,180,1) 50%,rgba(1,36,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#01244c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		  padding:10px 20px 10px 20px;
}
.CCHeader{ color: #FFF;
background: rgb(1,44,1); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(1,44,1,1) 0%, rgba(12,137,18,1) 50%, rgba(1,44,1,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(1,44,1,1) 0%,rgba(12,137,18,1) 50%,rgba(1,44,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(1,44,1,1) 0%,rgba(12,137,18,1) 50%,rgba(1,44,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012c01', endColorstr='#012c01',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

		  padding:10px 20px 10px 20px;
}
.MenuServicePoint {
    background-color: #e3effa;
    border: 1px solid #e3effa;
    border-radius: 5px;
    display: block;
    padding: 8px 15px;
	margin-bottom: 5px;
}
.MenuServicePoint > .fa {
    margin-right: 10px;
}
.ButtonMenu {
    padding-left: 15px;
    text-align: left;
	margin-bottom: 5px;
}
.ButtonMenu > .fa {
    margin-right: 10px;
}
/*
body.modal-open .modal {
    display: flex !important;
    height: 100%;
}

body.modal-open .modal .modal-dialog {
    margin: auto;
}
*/
/*===================================================================================*/
/*  3. Header
/*===================================================================================*/
#header {
	position: relative;
	padding:0px;
	color: #444;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(239, 239, 239, 0), #efefef) repeat scroll 0 0;
}
.header_slogan{ font-size:11px; color: #003366; line-height:12px;}

#header .htop { background:#3e7cb4; }
#header .header-row {
	position:relative;
	padding:15px 0;
}
#header .header-row .inner { padding:0; }
#header #logo img { display:inline-block!important; }
#header ul, #header ol {
	list-style:none;
	padding:0;
	margin:0;
}
.table-container {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.table-container .col-table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
/**===== 3.1. Language & Currency =====**/
#language, #currency {
	float:left;
	border-right:1px dotted #5b9ad4;
}
#language span, #currency span {
	color:#fff;
	font-size:12px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
#top .dropdown-menu {
	margin:0;
	border-radius:0px;
	padding:0;
	border:none;
	z-index:1013;
}
#top .dropdown-menu li a, #currency ul li .currency-select, #language ul li .language-select {
	color:#333;
	padding:7px 10px;
	text-align:left;
	font-size:12px;
}
#top .dropdown-menu li + li a, #currency ul li + li .currency-select, #language ul li + li .language-select { border-top:1px solid #eee; }
#my_account:hover > a:after, #language:hover span:after, #currency:hover span:after, #header .links > ul > li.wrap_custom_block:hover > a:after {
	clear:both;
	content:' ';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent #fff transparent;
	position:absolute;
	z-index:1014;
	border-width:0px 7px 6px 7px;
	bottom:0px;
	left:50%;
	margin:0 0 0 -5px;
}
#header .links > ul > li.wrap_custom_block:hover > a:after {
	clear:both;
	content:' ';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent #fff transparent;
	position:absolute;
	z-index:1014;
	border-width:0px 7px 6px 7px;
	bottom:0px;
	left:50%;
	margin:0 0 0 -5px;
}
#language button .btn-link { border:none 0px; }
#header .links > ul > li.wrap_custom_block > a b {
	clear:both;
	content:' ';
	display:inline-block;
	width:0;
	height:0;
	border-style:solid;
	border-color:#fff transparent transparent transparent;
	border-width:4px 5px 0px 5px;
	margin:0 0 1px 0;
}
#language img {
	cursor: pointer;
	margin-right:5px;
}
#top .dropdown-menu li a:hover, #currency ul li .currency-select:hover, #language ul li .language-select:hover {
	color:#3e7cb4;
	background:none;
	text-decoration:none;
}
.icon-area {
    height: 36px;
    padding: 5px 15px 0 0;
	display:block;
	margin-top:10px;
}
.icon-area > .icon-image {
    font-size: 130%;
	color:#00497b;
}
.icon-area > .icon-subtitle {
    font-size: 85%;
    font-weight: normal;
	line-height:75%;
	padding-bottom:3px;
}
.icon-area > .icon-title {
    color: #036;
    font-size: 110%;
    font-weight: 700;
}
.icon-area > .icon-area-info, .navbar-nav > li {
    float: left;
}
/**===== 3.2. Top Links =====**/
.gf-logo{padding:0 5px 0 0;}
#header .links {
	position: relative;
	float:left;
	border-right:1px dotted #5b9ad4;
}
#header .links > ul > li {
	float:left;
	list-style-type:none;
	border-left:1px dotted #5b9ad4;
}
#header .links > ul > li.mobile, #header .links > ul > li.email { color:#fff; }
#header .links > ul > li.mobile { padding:0 10px; }
#header .links > ul > li > a, #header .links > ul > li .wrap_custom_block > a {
	padding:0px 10px;
	color: #fff;
	text-decoration: none;
	font-size:12px;
	position:relative;
	display:block
}
#language .btn-link, #currency .btn-link {
	padding:0px 10px;
	border:none;
}
#language .btn-link:hover, #currency .btn-link:hover { text-decoration:none; }
#header .links > ul > li .fa-phone, #header .links > ul > li .fa-envelope {
	font-size:120%;
	margin-right:5px;
}
#header .links > ul > li.wrap_custom_block { position:relative; }
#header .links > ul > li.wrap_custom_block > div {
	display: none;
	background:#fff;
	position:absolute;
	z-index:1015;
	top:35px;
	padding:10px;
	box-shadow:0px 4px 8px rgba(0, 0, 0, 0.3);
}
#header .links > ul > li.wrap_custom_block > a b { margin-left:3px; }
#header .links > ul > li.wrap_custom_block > a:hover { text-decoration:none; }
#header .links > ul > li.wrap_custom_block > div ul li { list-style-type:none; }
#header #top-links {
	color:#fff;
	border-right:1px dotted #5b9ad4;
}
#header #top-links > ul > li {
	float:left;
	border-left:1px dotted #5b9ad4;
}
#header #top-links > ul > li > a {
	color:#fff;
	text-transform:capitalize;
	display: inline-block;
	padding:0px 10px;
}
#header #top .links > ul > li, #header #top-links > ul > li, #language .btn-link span, #currency .btn-link span { line-height:35px; }
#header #top-links > ul > li > a:hover, #header .links > ul > li > a:hover { text-decoration:underline; }
.wrapper-box #header #top-links { border-right:none; }
.wrapper-box .htop .main-wrapper {
	max-width:1220px;
	padding:0;
}
/**===== 3.3. Mini Cart =====**/
#header #cart {
	position:relative;
	text-align:center;
	border: 1px solid #003366;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#FFFFFF;
}
#header #cart .heading .cart-icon {
	width:20px;
	height:16px;
	background:#3e7cb4;
	position:relative;
	margin-right:5px;
	margin-top:8px;
}
#header #cart .heading .cart-icon:before {
	clear:both;
	content:' ';
	display:block;
	width:14px;
	height:19px;
	top:-8px;
	left:3px;
	border:2px solid #3e7cb4;
	border-radius:50%;
	border-bottom:none;
	position:absolute;
}
#header #cart .heading .cart-icon:after {
	clear:both;
	content:' ';
	display:block;
	width:20px;
	height:2px;
	bottom:-2px;
	left:0px;
	border:1px solid #3e7cb4;
	border-top:none;
	position:absolute;
}
#header #cart .heading {
	text-decoration: none;
	font-size:14px;
	height:32px;
	color:#444;
	display:inline-block;
	position:relative;
	padding:0;
	background:none;
	border:none;
}
#header #cart .heading span {
	display:inline-block;
	line-height:32px;
}
#header #cart.open .heading { color:#000; }
#header #cart.open .heading span:after {
	clear:both;
	content:' ';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent #3e7cb4 transparent;
	position:absolute;
	border-width:0px 7px 6px 7px;
	bottom:0px;
	left:50%;
	margin:0 0 0 -5px;
	z-index:1012;
}
#header #cart .dropdown-menu {
	padding:8px;
	margin:0;
	z-index:1011;
	background: #FFF;
	border:3px solid #3e7cb4;
	border-width:3px 0px 0px 0px;
	width:420px;
	border-radius:0px;
	right:0;
	left:auto;
}
#cart .dropdown-menu li > p { margin:30px 0; }
#header #cart .dropdown-menu .remove {
	border-radius:100%;
	padding:0px 4px;
	line-height:normal;
}
#cart .dropdown-menu > li > .table > tbody > tr > td {
	border-bottom: 1px solid #ddd;
	border-top:none 0px;
}
/**===== 3.4. Search Bar =====**/
#header #search {
	position:relative;
	display:block;
}
#header .button-search {
	width:36px;
	height:36px;
	font-size:14px;
	z-index:2;
	position:absolute;
	right:0;
	cursor:pointer;
	float:right;
	background:none;
	border:none;
	color:#bbb;
	padding:0;
}
#header #search input {
	background:#FFF;
	padding:0 36px 0 10px;
	height:36px;
	font-size:13px;
	color:#333;
	outline:none;
	display:block;
	border-radius:0px;
}
#header #search input:focus {
	border-color:#bbb;
	box-shadow:none;
}
#header.style2 #logo { text-align:center; }
#header.style2 #logo a img { display:inline-block; }
#header.style2 #cart { text-align:left; }
#header.style2 #cart .dropdown-menu {
	left:0;
	right:auto;
}
#header.style3 #cart { text-align:right; }
.CategoryHeader{background-color: #00497b; color:#FFF; font-size:20px; margin-bottom:10px;}
.DownloadHeader{background-color: #00497b; color:#FFF;}
/*===================================================================================*/
/*  4. Menu
/*===================================================================================*/
.ShippingInfo {padding:10px;
	 border-radius: 4px; }
#menu .navbar-collapse {
	padding-left:0px;
	padding-right:0px;
}
#menu.navbar {
	border-radius:0px;
	min-height:inherit;
}
#menu .navbar-nav {
	float:none;
	position:relative;
}
#menu .nav > li > a.home_link span {
	text-indent:-99999px;
	position:relative;
	background:#656565;
	width:12px;
	height:5px;
	display:inline-block;
	vertical-align:middle;
	margin:0 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li > a.home_link span:before {
	clear:both;
	content:' ';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent #656565 transparent;
	position:absolute;
	border-width:0 10px 9px;
	top:-9px;
	left:-4px;
	position:absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li > a.home_link span:after {
	clear:both;
	content:' ';
	display:block;
	width:12px;
	height:4px;
	border:1px solid #656565;
	border-width:0px 4px 0px 4px;
	position:absolute;
	bottom:-4px;
	left:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li > a.home_link:hover span {
	background:#3e7cb4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li > a.home_link:hover span:before {
	border-bottom-color:#3e7cb4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li > a.home_link:hover span:after {
	border-color:#3e7cb4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu {
	border: medium none;
	border-bottom: solid 15px #00497b;
}
#menu .nav > li { height:40px;}
#menu .nav > li > a {
	font-size:16px;
	color: #444;
	line-height:40px;
	text-decoration: none;
	padding:0px 10px 0px 10px;
	z-index: 10;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li:hover > a {
	color:#003366;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	 background-color:#FFF;
	 border-top-left-radius: 4px;
	 border-top-right-radius: 4px;

}
#menu .nav > li > a.active {
	color:#3e7cb4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	 background-color:#00497b;
	 border-top-left-radius: 4px;
	 border-top-right-radius: 4px;
	 color:#FFF;
}
#menu .nav > li.sub:hover > a:after {
	clear:both;
	content:' ';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent #3e7cb4 transparent;
	position:absolute;
	border-width:0px 7px 6px 7px;
	bottom:0px;
	left:50%;
	margin:0 0 0 -5px;
	z-index:1009;
}
#menu .nav > li .dropdown-menu { border-radius:0px; }
#menu .nav > li > .dropdown-menu {
	display: none;
	background:#fff;
	position:absolute;
	z-index:1010;
	padding:5px 0 0;
	border-top:3px solid #3e7cb4;
	border-bottom:0px none;
	border-left:0px none;
	border-right:0px none;
	font-size:12px;
}
#menu .nav > li:hover > .dropdown-menu.custom_block ul { display:table-cell; }
#menu .nav > li > .dropdown-menu > ul { display:table-cell; }
#menu .nav > li > div > .column a span, #menu .nav > li > div > ul li a span {
	font-size:18px;
	line-height:13px;
	position:absolute;
	right:8px;
}
#menu .nav > li > div > ul {
	position:relative;
	width:160px;
}
#menu .nav > li > div > ul li a { font-size:12px; }
#menu .nav > li ul + ul { padding-left: 20px; }
#menu .nav > li ul > li > a {
	text-decoration:none;
	padding:4px;
	display:block;
	min-width: 160px;
}
#menu .nav > li div > ul > li > a { color:#222; }
#menu .nav > li div > ul > li:hover > a { color:#3e7cb4; }
#menu .nav > li > div > ul { position:relative; }
#menu .nav > li > div > ul li + li { border-top:1px solid #eee; }
#menu .nav > li div > ul > li > a {
	font-size:13px;
	padding:7px 20px 7px 10px;
	display:block;
	color:#444;
	white-space:nowrap;
}
#menu .nav > li > div > ul li:hover > a { color:#3e7cb4; }
#menu .nav > li > .dropdown-menu li { position:relative; }
#menu .nav > li > .dropdown-menu li .dropdown-menu {
	background:#fff;
	position:absolute;
	z-index:1008;
	padding:0px;
	box-shadow:0 6px 12px rgba(0, 0, 0, 0.3);
	display:none;
	border-top:3px solid #3e7cb4;
	left:100%;
	margin-top:-32px;
}
#menu .nav > li.mega-menu.dropdown, #menu .nav > li.menu_brands.dropdown { position:static; }
#menu .nav > li.mega-menu > div {
	display:none;
	background:#fff;
	margin-left:0px!important;
	width:100%;
	position:absolute;
	padding:10px 0px 0px 0px;
}
#menu .nav > li.mega-menu > div > .column {
	position:relative;
	display:inline-block;
	margin:0px 0px 15px 0px;
}
#menu .nav > li.mega-menu > div > .column > a {
	font-weight:bold;
	font-size:13px;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}
#menu .nav > li.mega-menu > div > .column > a, #menu .nav > li.mega-menu > div > .column > div > ul > li > a {
	padding:4px 0;
	display:block;
}
#menu .nav > li.mega-menu > div > .column:hover > a { color:#3e7cb4; }
#menu .nav > li.mega-menu > div > .column > div { display:block; }
#menu .nav > li.mega-menu > div > .column > div ul li { position:relative; }
#menu .nav > li.mega-menu > div .dropdown-menu ul li + li a { border-top:1px solid #eee; }
#menu .nav > li.menu_brands.name { position:relative; }
#menu .nav > li.menu_brands.name > div { padding:0px!important; }
#menu .nav > li.menu_brands > div {
	padding:15px 0px 0px!important;
	width:100%;
	margin-left:0px!important;
}
#menu .nav > li.menu_brands > div > div {
	text-align:center;
	margin-bottom:10px;
}
#menu .nav > li.menu_brands > div > div a {
	display:block;
	line-height:16px;
}
#menu .nav > li.menu_brands > div > div a img { display:inline-block; }
#menu .nav > li.custom-link-right { float:right; background-color: #FFF;}
#menu .nav > li.wrap_custom_block > div.custom_block { padding:5px; }
/* Menu Center */
#menu.center .navbar-nav{text-align: center;}
#menu.center .nav > li{display: inline-block; float: none;}

.custom_block p {
	line-height:18px;
	margin:0;
}
.custom_block a, #menu .nav > li.wrap_custom_block > div.custom_block a { display:inline-block; }
.custom_block { line-height:normal; }
.custom_block td, .custom_block th { padding:5px; }
.custom_block h1, .custom_side_block h1 {
	font-size:28px;
	margin-top:0px;
}
.custom_block h2, #custom_side_block h2 {
	font-size:24px;
	margin-top:0px;
}
.custom_block h3, #custom_side_block h3 {
	font-size:22px;
	margin-top:0px;
}
.custom_block h4, #custom_side_block h4 {
	font-size:20px;
	margin-top:0px;
}
.custom_block h5, #custom_side_block h5 {
	font-size:18px;
	margin-top:0px;
}
.custom_block .btn-sm { padding:5px 10px !important; }
/*===================================================================================*/
/*  5. Feature box
/*===================================================================================*/
.custom-feature-box .feature-box {
	background:#FFF;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	 border: solid 1px #d1d1d1;
	 border-radius: 6px;
}
.custom-feature-box .feature-box .title {
	color:#555;
	font-size:13px;
	text-transform:uppercase;
	line-height:normal;
	margin:0;
}
.custom-feature-box .feature-box p {
	color:#888;
	font-size:12px;
	margin:0;
	line-height:normal;
}
/*===================================================================================*/
/*  6. Breadcrumb
/*===================================================================================*/
.breadcrumb {
	color:#c2c2c2;
	margin-bottom:10px;
	background:none;
	padding:0;
	border-radius:0px;
}
.breadcrumb a {
	color:#999;
	font-size:11px;
}
.breadcrumb a:hover {
	color:#2f4a90;
	text-decoration:underline;
}


.basketBreadcrumb ul {
	list-style: none;
	overflow: hidden;
	margin:5px 0 10px 0;
}
.basketBreadcrumb  li a {

    text-decoration:none;
    padding: 10px 35px 10px 35px;
    background: transparent;
    position: relative;
    display: block;
    float: left;
    z-index: 1;
}

.basketBreadcrumb  a:hover {
	color:#3e7cb4;
}
.basketBreadcrumb  a.active {
	color:#FFF;

}

.basketBreadcrumb ul li a:after {
    content: " ";
    display: block;
    width: 99%;
    height: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
	background-color:#F5F5F5;
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
}
.basketBreadcrumb ul li a:before {
    content: " ";
    display: block;
    width: 99%;
    height: 50%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background-color:#F5F5F5;
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
}
.basketBreadcrumb ul li a:hover:after {

}
.basketBreadcrumb ul li a:hover:before {

}

.basketBreadcrumb ul li a.active:after {
    background-color:#3e7cb4;
}
.basketBreadcrumb ul li a.active:before {
    background-color:#3e7cb4;
}

/*===================================================================================*/
/*  7. Category Page
/*===================================================================================*/

.thumbnail .caption {padding:0;}
.thumbnail .caption h3{margin-top:10px;}

.catergory-content {
	font-size:13px;
	overflow: hidden;
	position: relative;
	line-height: 20px;
	max-height: 180px;
	text-align: justify;
	margin: 0 0 15px 0;
	padding: 0 15px 0 0;
}
.catergory-content:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.catergory-content:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.catergory-content2{
	font-size:13px;
	overflow: hidden;
	position: relative;
	line-height: 20px;
	max-height: 180px;
	text-align: justify;
	margin: 0 0 15px 0;
	padding: 0 15px 0 0;
}

.PBoxNetto, .PBoxBrutto {padding: 5px 0px 5px 0px;}
.PBoxNetto .Netto, .PBoxBrutto .Netto{color:#003366; text-align:center; font-size:150%; font-weight:bold;}
.PBoxNetto .Brutto, .PBoxBrutto .Brutto{color:#888888; text-align:center; font-size:150%; font-weight:bold;}
.PBoxNetto .PInfo, .PBoxBrutto .PInfo{font-size:75%; text-align:center; font-weight:normal; color:#888888; line-height: 1;}

@media only screen and (max-width : 480px) {

.PBoxNetto .Netto, .PBoxBrutto .Netto{color:#003366; text-align:center; font-size:120%; font-weight:bold;}
.PBoxNetto .Brutto, .PBoxBrutto .Brutto{color:#888888; text-align:center; font-size:120%; font-weight:bold;}

}



/**======= 7.1. Refine Search Category =======**/
.category-list-thumb, .category-list { margin-bottom:15px; }
.category-list-thumb > div {
	text-align:center;
	vertical-align:top;
	margin-bottom:10px;
}
.category-list-thumb > div img {
	max-width:100%!important;
	border:1px solid #dddddd;
	padding:3px;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/**======= 7.2. Grid-List Icon =======**/
#list-view, #grid-view {
	font-size:18px;
	padding:0;
	background:none;
	margin-right:10px;
	color:#555;
}
#list-view:hover, #grid-view:hover { color:#000; }
#list-view:active, #grid-view:active {
	color:#444;
	box-shadow:none;
}
#list-view.selected, #grid-view.selected {
	color:#999;
	cursor:default;
}
/**======= 7.3. Produc Thumb =======**/
.product-filter {
	border:1px solid #EAEAEA;
	background:#F6F6F6;
	padding:6px 5px;
	line-height:25px;
}
.product-filter .form-control {
	padding:2px 12px;
	height:auto;
}

.product-list.row, .products-category.row { margin:0; }
/* Carousel */
.owl-carousel { margin-bottom:20px; }
.owl-carousel .product-thumb .image { margin-bottom:5px; }
.owl-carousel .product-thumb {
	padding:7px;
	margin:0px 3px 0px 0px;
	position:relative;
	text-align: center;
	border:3px solid transparent;
}
@media only screen and (min-width:1025px) {
.owl-carousel .product-thumb:hover {
border-color:#eae9e9;
}
}
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* Product Thumb */
.product-thumb .image { text-align: center; }
.product-thumb .image a { display: block; }
.product-thumb .image a img { display:inline-block; }
.product-thumb h4 {
	margin:0;
	padding-bottom:0px;
	min-height: 38px;
}
.product-thumb h4 a {
	font-size:13px;
	line-height:18px;
	text-decoration: none;
	display:inline-block;
	margin:0 auto;
	padding:0px;
	color:#333;
}
.product-thumb h4 a:hover { text-decoration:underline; }
.product-thumb .button-group button { border: none; }
.product-thumb .button-group .btn-primary {
	padding:4px 8px;
	margin-bottom:7px;
	font-size:11px;
	height:auto;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
}
.product-thumb .button-group .add-to-links button {
	background:none;
	color:#666;
	font-size:15px;
}
.product-thumb .button-group .add-to-links button:hover {
	color:#3e7cb4;
	cursor: pointer;
}
.product-thumb .rating { padding-bottom:7px; }
.product-thumb .rating span { vertical-align:top; }
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
	font-weight:normal;
}
.product-thumb .price {
	margin:10px 0;
	font-size:13px;
	font-weight: bold;
}
.price-old {
	color: #F00;
	text-decoration: line-through;
	font-weight:normal;
	font-size:12px;
}
.price-new { font-weight: bold; }
.price, .price-new { color:#3e7cb4; }
.saving {
	background:#f12b63;
	border-radius: 100% 100% 100% 100%;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight:bold;
	height:40px;
	line-height:40px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 40px;
}
/**======= 7.4. Grid Product =======**/
.product-grid {
	position: relative;
	text-align:center;
	vertical-align:top;
	background:#fff;
	padding:7px 7px 7px 7px;
	border:3px solid transparent;
	margin-bottom:15px;
}
.product-grid:hover { border-color:#eae9e9; }
.product-grid .product-thumb .image { margin-bottom:5px; }
.product-grid .product-thumb .image { float: none; }
.product-grid .product-thumb .description, .product-grid .product-thumb .price-tax, .owl-carousel .product-thumb .price-tax { display:none; }
.product-grid .product-thumb .button-group .add-to-links button, .owl-carousel .product-thumb .button-group .add-to-links button {
padding:2px 6px;
}
.StockLevelGreen{color:#060;font-size:75%;}
.StockLevelBlockGreen{
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 0.9em;
    margin-top:5px;
    padding: 3px 10px 3px 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.StockLevelRed{color:#a94442;font-size:75%;}
.ProductPreview {
  background: #3e7cb4 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 65px;
  width: 40px;
}
.ProductPreview a{color:#FFF; font-size: 18px;}

@media only screen and (min-width:1025px) {
.product-grid .product-thumb .button-group .add-to-links, .owl-carousel .product-thumb .button-group .add-to-links {
visibility:hidden;
}
}
.product-grid:hover .product-thumb .button-group .add-to-links, .owl-carousel .product-thumb:hover .button-group .add-to-links { visibility:visible; }
.product-grid .product-thumb .button-group .add-to-links button span { display:none; }
/**======= 7.5. List Product =======**/
.product-list {
	position:relative;
	padding:20px 0px;
	border-top:2px solid #eae9e9;
}
.product-list:first-child { border-top:none; }
.product-list .image {
	float:left;
	margin-right:15px;
}
.product-list .product-thumb h4 { margin-bottom:8px; }
.product-list .product-thumb h4 a {
	font-weight: bold;
	font-size:15px;
}
.product-list .product-thumb .description { margin-bottom:0px; }
.product-list .product-thumb .button-group .btn-primary {
	float:left;
	margin-right:5px;
}
.product-list .product-thumb .button-group .add-to-links {
	float:left;
	padding:1px 0px;
	display:inline-block;
}
.product-list .product-thumb .button-group .add-to-links button span { font-size:12px; }
.product-list .saving {
	top:25px;
	left:16px;
}
/**======= 7.6. Rating Star =======**/
.rating .fa-stack { font-size:6px; }
.rating .fa-star-o {
	color: #999;
	font-size: 13px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o { color: #E69500; }
/**======= 7.7. Pagination =======**/
.pagination { margin:0px; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background: #3e7cb4; }
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span { border-radius:0px; }
.pagination > li > a, .pagination > li > span { color:#3e7cb4; }
/*===================================================================================*/
/*  8. Product Page
/*===================================================================================*/
.TopProductContainer { background: none repeat scroll 0 0 #f2f2f2;
                       border: solid 1px #d1d1d1;
					  -khtml-border-radius:6px;
					  -moz-border-radius:6px;
					  -webkit-border-radius:6px;
					  border-radius:6px;
					  padding:10px;
					  transition: opacity 0.6s ease 0s;
					  }
.TopProductContainer:hover {border:solid 1px #003366;}
.TopProductCCPlus{font-size:16px;
					font-weight:700;
				margin-bottom:10px;
				padding:8px;
				background: rgb(0,51,102); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,51,102,1) 0%, rgba(0,116,180,1) 50%, rgba(1,36,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,51,102,1) 0%,rgba(0,116,180,1) 50%,rgba(1,36,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,51,102,1) 0%,rgba(0,116,180,1) 50%,rgba(1,36,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#01244c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
                       border: solid 1px #d1d1d1;
					  -khtml-border-radius:6px;
					  -moz-border-radius:6px;
					  -webkit-border-radius:6px;
					  border-radius:6px;
					  color:#FFF;
				}
.TopProductCC{font-size:16px;
					font-weight:700;
				margin-bottom:10px;
				padding:8px;
				background: rgb(1,44,1); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(1,44,1,1) 0%, rgba(12,137,18,1) 50%, rgba(1,44,1,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(1,44,1,1) 0%,rgba(12,137,18,1) 50%,rgba(1,44,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(1,44,1,1) 0%,rgba(12,137,18,1) 50%,rgba(1,44,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012c01', endColorstr='#012c01',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
                       border: solid 1px #d1d1d1;
					  -khtml-border-radius:6px;
					  -moz-border-radius:6px;
					  -webkit-border-radius:6px;
					  border-radius:6px;
					  color:#FFF;
				}
.plan-image > img{margin-left:auto;margin-right:auto;}
.plan-features{min-height:100px; text-align:left; padding:10px 10px 0 15px; font-size:13px;}
.product-info { margin-bottom: 20px;}
.product-info .image {
	position:relative;
}
.Prizes {border-top:solid 1px #CCCCCC; border-bottom:solid 1px #CCCCCC;padding:4px 0 4px 0; margin: 0px}
.PBox-s {padding: 5px 0px 5px 0px;}
.PBox-s .Netto{text-align:center; font-size:21px; font-weight:bold;
   color:#003366;
  text-shadow:
   -1px -1px 0 #FFF,
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
     1px 1px 0 #FFF;
}
.PBox-s .Brutto{color:#888888; text-align:center; font-size:150%; font-weight:bold;}
.PBox-s .PInfo{font-size:75%; text-align:center; font-weight:normal; color:#888888; line-height: 1;}

.PBox-s .Brutto{color:#888888; text-align:center; font-size:130%; font-weight:bold;}

.InfoBox2{border-left:1px solid #ddd;display:block;height:220px;margin-bottom:10px;max-width:100%;padding:4px;}
.ProductInfoBox {min-height:40px;width:110px;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;
border-style: solid;border-width: 1px;box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;
font-size:82%;margin-bottom:10px;padding: 10px 10px;color:#FFFFFF;text-align:center;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);font-weight:normal;line-height:90%;word-wrap: break-word;
background: #0088cc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODhjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ0Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #0088cc 0%, #0044cc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088cc), color-stop(100%,#0044cc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0088cc 0%,#0044cc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0088cc 0%,#0044cc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0088cc 0%,#0044cc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0088cc 0%,#0044cc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088cc', endColorstr='#0044cc',GradientType=0 ); /* IE6-8 */
}
.ProductInfoBoxGr {min-height:40px;width:110px;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;
border-style: solid;border-width: 1px;box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;behavior:url(css/border-radius.htc);
font-size:82%;margin-bottom:10px;padding: 10px 10px;color:#000;text-align:center;font-weight:normal;line-height:90%;word-wrap: break-word;
background: #b5e1e0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1ZTFlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2FkZGRkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzlkZDRkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iIzU0YjBhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzQxYTY5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmExOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #b5e1e0 0%, #addddc 11%, #9dd4d3 26%, #54b0aa 78%, #41a69f 98%, #46a19b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5e1e0), color-stop(11%,#addddc), color-stop(26%,#9dd4d3), color-stop(78%,#54b0aa), color-stop(98%,#41a69f), color-stop(100%,#46a19b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b5e1e0 0%,#addddc 11%,#9dd4d3 26%,#54b0aa 78%,#41a69f 98%,#46a19b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b5e1e0 0%,#addddc 11%,#9dd4d3 26%,#54b0aa 78%,#41a69f 98%,#46a19b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b5e1e0 0%,#addddc 11%,#9dd4d3 26%,#54b0aa 78%,#41a69f 98%,#46a19b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b5e1e0 0%,#addddc 11%,#9dd4d3 26%,#54b0aa 78%,#41a69f 98%,#46a19b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5e1e0', endColorstr='#46a19b',GradientType=0 ); /* IE6-8 */
}
.ProductInfoBox div:first-child {font-weight:900; font-size:120%; margin:0 0 5px 0; padding:0 0 8px 0; width:100%; display:block; }
.ProductInfoBox b {font-weight:900; font-size:140%; margin-top:5px; padding-top:3px; width:100%; line-height:120%;}
.ProductInfoBoxGr div:first-child {font-weight:900; font-size:120%; margin:0 0 5px 0; padding:0 0 8px 0; width:100%; display:block; }
.ProductInfoBoxGr b {font-weight:900; font-size:140%; margin-top:5px; padding-top:3px; width:100%; line-height:120%;}
.Languages { width:180px;}
.Languages div:first-child {padding:2px 0 2px 0; margin: 0 0 2px 0; font-size:120%;}

.product-info .zoomWrapper { display:inline-block; }
.product-info span.zoom-gallery {
	font-size:11px;
	line-height: 11px;
	font-style:italic;
	color:#666;
	padding:1px 0;
}
.product-info span.zoom-gallery .fa { font-size:13px; }
.product-info .image .zoomWrapper:after {
	visibility:hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.product-info .image-additional {
	overflow: hidden;
	margin-left: -7px;
	margin-top:15px;
}
.product-info .image-additional img {
	max-width:75px;
	height:auto;
	display:block;
}
#column-left + #content .product-info .image-additional img, #column-right + #content .product-info .image-additional img { max-width:66px; }
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left:7px;
	border-radius:0px;
	margin-bottom:15px;
}
.product-info .image-additional a:hover, .product-info .image-additional a:focus, .product-info .image-additional a:active { border-color:#bbb; }
.product-info .image-additional a.active {
	opacity:0.5;
	outline: 0;
	cursor:default;
}
.product-info .description {
	line-height:25px;
	font-size:13px;
	margin-bottom:15px;
}
.product-info .instock {
	background:#53af2e;
	color:#fff;
	padding:2px 8px;
	border-radius:2px;
	font-weight:bold;
}
.product-info .nostock {
	background:#da4f49;
	color:#fff;
	font-weight:bold;
	padding:2px 8px;
	border-radius:2px;
}
/*
.product-info .price-box {
	background:#F4F3F3;
	border:1px solid #eee;
	overflow: auto;
	padding:10px 5px;
	margin-bottom:20px;
}
*/
.product-info .price {
	font-size:28px;
	font-weight: bold;
	color: #3e7cb4;
	line-height:24px;
}
.product-info .price-old {
	color:#F00;
	font-size:80%;
	text-decoration: line-through;
	font-weight:normal;
}
.product-info .cart {
	padding:10px 0px 10px;
	color: #4D4D4D;
	overflow: auto;
}

.product-info .cart div.text-or { padding:5px 6px 0; }
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart div .wishlist {
	font-size:11px;
	display:inline-block;
	padding-top:3px;
	border:none;
	background:none;
	margin-left:15px;
}
.product-info .cart div .wishlist .fa { font-size:14px; }
.product-info .cart div .wishlist:hover { text-decoration:underline; }
.product-info .cart #button-cart {
	padding:11px 15px;
	text-transform: uppercase;
}
.product-info .cart .minimum {
	padding-top:5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
/*
.product-info .cart div  {
	margin-right:20px;
	float:left;
}
*/
.addthis_toolbox {
	display:table;
	width:100%;
}
/* Quantity plus minus */
.qty .control-label {
	margin-right:10px;
	margin-bottom:0px;
	float:left;
	padding:12px 0;
	display:inline-block;
}
.qty a {
	background: url("../image/plus.png") no-repeat 2px 2px #f5f5f5;
	display: inline-block;
	height:20px;
	width:20px;
	position: relative;
	text-indent: -9999px;
	border:1px solid #ccc;
	border-width:1px 1px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline:none;
}
.qty a.mines {
	background-position:2px -13px;
	border-width:1px 1px 1px 0px;
}
.qty a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color:#fff;
}
.qty #button-cart, .qty #input-quantity {
	float:left;
	font-size:15px;
	width:44px;
	padding-left:2px;
	padding-right:2px;
	height:40px;
	text-align:center;
}
.compatible {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    float: right;
    font-size: 10px;
    margin: 10px 0 0;
    padding: 3px;
    text-align: left !important;
    width: 210px;
}
.PrizeBox{-khtml-border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;background:linear-gradient(tobottom,#ffffff0%,#f8f8f8,100%);border:solid 1px #CCC;border-radius:6px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f8f8f8',GradientType=0);padding:10px;}
/* Prizelabel */
.NettoPrize{color:#036;font-size:200%;font-style:normal;font-weight:700;text-align:center;white-space:nowrap;}
.BruttoPrize{border-top:solid 1px #CCC;color:#444;font-size:190%;font-style:normal;font-weight:400;margin-top:10px;padding-top:10px;text-align:center;white-space:nowrap;}
.PrizeInfo{color:#444;font-size:80%;font-style:normal;margin-top:5px;text-align:center;}
.ShortDescription{font-size:.9em;overflow: hidden;line-height:1.1em; color:#424242;}

/* Prizelabel */
/*===================================================================================*/
/*  9. Product Item for Left and Right Panel
/*===================================================================================*/
#column-right .side-item .product-thumb, #column-left .side-item .product-thumb {
	padding:0px 0px 7px 0px;
	text-align:left;
	border:1px transparent;
	margin:0;
	clear:both;
}
#column-right .side-item .product-thumb + .product-thumb, #column-left .side-item .product-thumb + .product-thumb {
	border-top:1px dotted #ccc;
	padding-top:7px;
}
#column-right .side-item .product-thumb .image, #column-left .side-item .product-thumb .image {
	float:left;
	margin-right:8px;
	margin-bottom:0px;
	width:80px;
}
#column-right .side-item .product-thumb .caption, #column-left .side-item .product-thumb .caption {
	float:left;
	max-width:202px;
}
#column-right .side-item .product-thumb h4, #column-left .side-item .product-thumb h4 { margin-bottom:2px; }
#column-right .side-item .product-thumb h4 a, #column-left .side-item .product-thumb h4 a {
	font-size:12px;
	display:block;
}
#column-right .side-item .product-thumb .price, #column-left .side-item .product-thumb .price {
	padding:0;
	margin:0px 0 2px 0;
	font-size:12px;
}
#column-right .side-item .product-thumb .saving, #column-left .side-item .product-thumb .saving {
	position:relative;
	line-height:normal;
	padding:0 3px;
	width:auto;
	height:auto;
	top:0px;
	left:0px;
	font-size:11px;
	border-radius:0px;
	display:inline-block;
}
/*===================================================================================*/
/*  10. Category Accordion
/*===================================================================================*/
.box-category ul, .list-item {
	list-style: none;
	margin-bottom:20px;
	margin-top:-5px;
	padding:0;
}
.box-category > ul > li, .list-item > li {
	display: block;
	position: relative;
}
.box-category .down {
	top:2px;
	right: 0;
	position: absolute;
	cursor: pointer;
	width:16px;
	height:24px;
	background: transparent url(../image/plus.png) 0px 4px no-repeat;
	opacity: 0.6;
	-moz-opacity: 0.6;
}
.box-category .down:hover {
	opacity: 1;
	-moz-opacity: 1;
}
.box-category ul li a, .list-item li a {
	padding:5px 0px 5px 12px;
	color:#222;
	display: block;
	background: transparent url(../image/bullet-dark.png) 0px 10px no-repeat;
}
.box-category ul li.double a {
	display: inline-block;
	margin: 0;
}
.box-category ul li { position: relative; }
/*.box-category ul li ul li + li { border-top:1px dotted #ccc; }*/
.box-category > ul > li a.active + .down { background-position: 0px -12px; }
.box-category > ul > li > a {
	color: #333;
	text-transform: uppercase;
}
.box-category > ul > li ul {
	display: none;
	padding-left: 10px;
	margin-bottom:5px;
}
.box-category > ul > li a.active { font-weight: bold; }
.box-category > ul > li > a.active { margin-bottom:5px; }
.box-category > ul > li a.active + ul { display: block; }
.box-category a:hover, .list-item a:hover {
	text-decoration:underline;
	color:#3e7cb4;
}
.box-category > ul > li ul li a { margin-right: 16px; }
.box-category > ul > li ul li a:hover, .list-item a:hover { margin-right: 16px; }
.box-category > ul > li ul > li > a { text-decoration: none; }
/*===================================================================================*/
/*  11. buttons
/*===================================================================================*/

/*===================================================================================*/
/*  12. Tabs
/*===================================================================================*/
.nav-tabs > li > a.selected {
	color:#111;
	padding-bottom:5px;
	background:#FFFFFF;
	border-top: 2px solid #ddd;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	font-weight: bold;
}
.nav-tabs {
	margin-bottom:0px;
	border-width:2px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-width:2px;
	font-weight:bold;
}
.nav-tabs > li { margin-bottom:-2px; }
.nav-tabs > li > a:hover {
	border-color:transparent;
	color:#444;
}
.nav-tabs > li > a {
	border-radius:0px;
	color:#666;

}
.tab-content {
	padding:15px 15px 10px;
	margin-bottom: 20px;
	z-index:2;
	border:2px solid #ddd;
	border-top:0px;
}
#tab-description ul {
	/*margin-left:20px;*/
	margin-bottom:15px;
}
.tab-sub {
	position:absolute;
	right:70px;
	top:-46px;
	border:none;
	padding:0;
	height:25px;
	line-height:25px;
}
.tab-sub a {
	padding:0px 7px;
	font-size:12px;
}
.tab-sub a.selected {
	padding:0px 10px;
	position:relative;
	border-width:2px;
	line-height:24px;
}
.tab-sub a.selected:hover {
	text-decoration:none;
	cursor:default;
}
.tab-sub a:hover { text-decoration:underline; }
.category-module-content { position:relative; }
.category-module .tabs {
	position:absolute;
	right:70px;
	top:-46px;
	height:25px;
	line-height:25px;
}
.category-module .tabs li {
	float:left;
	list-style-type:none;
}
.category-module .tabs li a {
	padding:0px 7px;
	font-size:12px;
	display:inline-block;
	color:#333;
}
.category-module .tabs li.active a {
	position:relative;
	line-height:24px;
	color:#111;
	background:#FFFFFF;
	border-top: 2px solid #ddd;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	font-weight: bold;
}
.category-module .tabs li.active a:hover {
	text-decoration:none;
	cursor:default;
}
.category-module .tabs li a:hover {
	text-decoration:underline;
	color:#004B91;
}
.product-tab { margin-bottom:20px; }
.product-tab .tabs {
	height:32px;
	line-height:15px;
	padding-left:10px;
	border-bottom:2px solid #ddd;
	margin-bottom:20px;
}
.product-tab .tabs li {
	float:left;
	list-style-type:none;
}
.product-tab .tabs li a {
	padding:7px 15px 6px 15px;
	float:left;
	font-size:18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #222;
	margin-right: 2px;
	opacity:0.7;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
.product-tab .tabs li.active a {
	opacity:1;
	padding-bottom:8px;
	background: #FFFFFF;
	border-top:2px solid #ddd;
	border-left: 2px solid #ddd;
	border-right:2px solid #ddd;
}
.product-tab .deactive, .category-module .deactive { display:none; }
.addthis_default_style > a { padding:0 }

.Listing{text-align:left;}
.Listing ul{list-style-type:none;padding-left:2em;text-indent:-1em;margin-left:0;}
.Listing ul li i{color:gray;}
.Listing h4{border-bottom:solid 1px #DDD;color:#036;padding-bottom:5px;}
.Listing-header{font-weight:600;padding:5px 0 0 0;margin:0 0 5px 0;}
/*===================================================================================*/
/*  13. Static Banner
/*===================================================================================*/
.marketshop-banner > div.row div { margin-bottom:25px; }
.marketshop-banner div img {
	width:100%;
	height:auto;
	display:block;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.marketshop-banner div a img:hover {
	opacity:0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*===================================================================================*/
/*  14. Faq Page
/*===================================================================================*/
.faq .panel-title {
	font-size:14px;
	margin:8px 0;
	display:inline-block;
}
.faq .panel-title:hover {
	color:#3e7cb4;
	text-decoration:underline;
}
.faq .panel-body { padding:10px; }
/*===================================================================================*/
/*  15. Sitemap Page
/*===================================================================================*/
.sitemap {
	margin: 0;
	padding: 0;
}
.sitemap > li {
	display:block;
	position:relative;
	font-weight:bold;
	color:#222;
}
.sitemap li a {
	color:#222;
	padding:5px 8px 5px 0px;
	display:block;
	font-weight:bold;
}
.sitemap li ul {
	border-left:1px solid #ccc;
	list-style-type:none;
	margin:0px 0 0px 4px;
}
.sitemap li ul li {
	position:relative;
	padding:0px 0 0px 22px;
}
.sitemap li ul li:before {
	border-top: 1px solid #ccc;
	content: " ";
	display: block;
	height: 1px;
	left: 0px;
	position: absolute;
	top: 12px;
	width: 15px;
}
.sitemap li ul li a { font-weight:normal; }
.sitemap li a:hover {
	color:#3e7cb4;
	text-decoration:underline;
}
.sitemap-icon {
	font-size: 200px;
	color: rgb(238, 238, 238);
}
/*===================================================================================*/
/*  16. Footer
/*===================================================================================*/

/**===== 16.1. Footer Links =====**/
#footer .fpart-first {
	background-color:#f3f3f3;
	color:#444;
	padding-top:20px;
	padding-bottom:20px;
}
#footer .fpart-first a { color:#888; }
#footer .fpart-first a:hover {
	color:#3e7cb4;
	text-decoration:underline;
}
#footer .fpart-first ul { padding:0; }
#footer .fpart-second {
	background-color:#fff;
	color:#666;
	padding:10px 0px 0px
}
#footer .fpart-second a { color:#3e7cb4; }
#footer .fpart-second a:hover {
	color:#3e7cb4;
	text-decoration:underline;
}
#footer .custom-text { padding:0px 0px 25px; }
#footer .custom-text p { margin:0; }
#footer h5 {
	color:#000;
	font-size:17px;
	margin:0px 0 10px 0;
	padding:0px 0px 7px 0px;
	font-weight:normal;
}
#footer .column ul li { list-style-type:none; }
#footer .column a {
	text-decoration: none;
	display:block;
	padding:3px 0px;
	line-height:18px;
	font-size:15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .column a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/**===== 16.2. Contact Block =====**/
#footer .contact ul li {
	font-size:12px;
	list-style-type:none;
	line-height:20px;
	padding-left:22px;
	position:relative;
}
#footer .contact > ul > li > .fa { position:absolute; left:0px; top:1px;}
#footer .contact > ul > li > .fa-map-marker { font-size:18px; }
#footer .contact > ul > li > .fa-phone { font-size:18px; }
#footer .contact > ul > li > .fa-envelope { font-size:15px; }
#footer .contact ul li + li { margin-top:12px; }
#footer .contact ul li.email a { text-decoration:underline; }
#footer .contact ul li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .contact ul li a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}
/**===== 16.3. Payments Types =====**/
#footer .payments_types {
	text-align:center;
	padding:0px 0 25px 0;
}
#footer .payments_types img {
	display:inline-block;
	margin:0px 3px 3px 3px;
	vertical-align:middle;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .payments_types img:hover {
	opacity:0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/**===== 16.4. Social Icon =====**/
#footer .social {
	margin:0;
	text-align:right;
	padding:0px;
}
#footer .social a {
	float:left;
	margin:0px 0 0px 10px;
}
#footer .social a img {
	display:block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .social a img:hover {
	opacity:0.7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/**===== 16.5. Powered by Text =====**/
#footer #powered {
	line-height:20px;
	padding:0px 0 25px;
	margin-bottom:25px;
	border-bottom:1px solid #E8E8E8;
}
#footer #powered a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer #powered a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer .powered_text { padding-top:6px; }
#footer .powered_text p {
	line-height:18px;
	margin:0;
}
/**===== 16.6. Back To Top =====**/
#back-top { display:none; }
#back-top a {
	position:fixed;
	bottom:0px;
	right:20px;
	background-color:rgba(0, 0, 0, 0.2);
	width:45px;
	height:30px;
	text-align:center;
	color:#fff;
	display:block;
	font-size:20px;
	line-height:28px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#back-top a:hover {
	background-color:#3e7cb4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/*===================================================================================*/
/*  17. Slide Block
/*===================================================================================*/
.sort-order-1 {
	top:210px;
	z-index:10000;
}
.sort-order-2 {
	top:270px;
	z-index:9999;
}
.sort-order-3 {
	top:330px;
	z-index:9998;
}
.sort-order-4 {
	top:390px;
	z-index:9997;
}
.sort-order-5 {
	top:450px;
	z-index:9997;
}
/**===== 17.1. Facebook =====**/
#facebook {
	position:fixed;
	width:241px;
	background:#fff;
	border:3px solid #3b5998;
	padding:0px;
}
#facebook.fb-left { left:-241px; }
#facebook.fb-right { right:-241px; }
.facebook_icon {
	width:30px;
	height:50px;
	text-align:center;
	line-height:54px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:-3px;
	background-color:#3b5998;
}
.fb-left .facebook_icon { right:-33px; }
.fb-right .facebook_icon { left:-33px; }
/**===== 17.2. Twitter =====**/
#twitter_footer {
	position:fixed;
	width:215px;
	background:#fff;
	border:3px solid #2daae1;
	padding:5px 10px;
}
#twitter_footer.twit-left { left:-215px; }
#twitter_footer.twit-right { right:-215px; }
.twitter_icon {
	width:30px;
	height:50px;
	text-align:center;
	line-height:54px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:-3px;
	background-color:#2daae1;
}
.twitter_icon .fa-twitter, .facebook_icon .fa-facebook {
	font-size:19px;
	color:#FFF;
}
.twit-left .twitter_icon { right:-33px; }
.twit-right .twitter_icon { left:-33px; }
/**===== 17.3. Custom Side block =====**/
#custom_side_block {
	position:fixed;
	width:215px;
	background:#fff;
	border:3px solid #ed5f01;
	padding:5px 10px;
}
#custom_side_block.custom_side_block_left { left:-215px; }
#custom_side_block.custom_side_block_right { right:-215px; }
#custom_side_block img {
	width:100%!important;
	height:auto!important;
}
.custom_side_block_icon {
	width:30px;
	height:50px;
	cursor:pointer;
	display:block;
	text-align:center;
	line-height:54px;
	position:absolute;
	top:-3px;
	background-color:#3e7cb4;
	color:#FFF;
}
.custom_side_block_icon .fa-chevron-right, .custom_side_block_icon .fa-chevron-left {
	font-size:20px;
	color:#FFF;
}
.custom_side_block_left .custom_side_block_icon { right:-33px; }
.custom_side_block_right .custom_side_block_icon { left:-33px; }
/**===== 17.4. Video Box =====**/
#video_box {
	position:fixed;
	width:566px;
	background:#fff;
	border:3px solid #ff679a;
	padding:0px;
}
#video_box iframe { border-width: 0px; }
#video_box.vb-left { left:-566px; }
#video_box.vb-right { right:-566px; }
#video_box p {
	margin-bottom:0px;
	line-height:0px;
}
#video_box_icon {
	width:30px;
	height:50px;
	text-align:center;
	line-height:50px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:-3px;
	background-color:#ff679a;
}
#video_box .fa-play {
	font-size:16px;
	color:#FFF;
}
.vb-left #video_box_icon { right:-33px; }
.vb-right #video_box_icon { left:-33px; }
/*===================================================================================*/
/*  18. Five Grid Columns
/*===================================================================================*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-5ths {
	width: 20%;
	float: left;
}

/*===================================================================================*/
/*  19. Contact Page
/*===================================================================================*/
.contact-info{padding-left:40px; position:relative; min-height:50px; margin-bottom:20px;}
.contact-info .contact-info-icon{position:absolute; left:0; font-size:30px; width:40px; height:40px; text-align:center; color:#aaa;}
.contact-info h4{font-size:17px; margin-top:0px; color:#000; padding-top:5px;}

/*===================================================================================*/
/*  20. Manufacturer Page
/*===================================================================================*/
.brand-index a{border:1px solid #eee; padding:2px 5px; margin:0 4px; font-size:14px; display:inline-block;}
.brand-index a:hover{border:1px solid #ccc; background: #f2f2f2}
.manufacturer-info .manufacturer-title{background: #f5f5f5;
    border: 1px solid #ddd;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 10px 15px;
}
.manufacturer-info .manufacturer{text-align:center; margin-bottom:15px;}
.manufacturer-info .manufacturer .thumbnail{margin-bottom:5px; border-radius:0px; border:1px solid transparent;}
.manufacturer-info .manufacturer:hover .thumbnail{border:1px solid #ddd;}

/*===================================================================================*/
/*  21. Shortcodes
/*===================================================================================*/
.alert { border-radius:0px }
.divider {
	clear:both;
	height:40px;
}
.dropcap {
	display: block;
	float: left;
	font-size:40px;
	line-height: 1em;
	margin:0px 5px 0 0;
}
blockquote { font-size:12px; }
h4.panel-title { padding:0 }
.alert {
	padding-left:50px;
	position:relative;
}
.alert .fa {
	font-size:20px;
	left:18px;
	position:absolute;
}
.simple-ul {
	margin:0 0 15px 0;
	padding: 0;
	list-style: none;
}
.simple-ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.simple-ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	font-family: fontawesome;
}
.simple-ul ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}
.simple-ul ul li:after {
	content: "•";
	font-size: 1em;
}
.decimal-list {
	margin:0px 0 15px 20px;
	padding: 0;
	list-style: decimal outside;
}
.decimal-list li {
	padding-left: 0;
	margin-bottom: 5px;
	text-indent: 0;
}
.decimal-list ul {
	margin: 5px 0 5px 17px;
	padding: 0;
	list-style: decimal outside;
}
/* Featured Box */
.featured-box{position:relative; margin-bottom:20px;}
.featured-icon{border-radius: 50%;
    color: #fff;
	background-color:#3e7cb4;
    display: inline-block;
    font-size: 40px;
    height: 110px;
    line-height: 110px;
    margin:5px;
    position: relative;
    text-align: center;
    width: 110px;
    z-index: 1;}
.featured-box h4{font-size:22px;}

/* Feature Box */
.feature-box{margin-bottom:20px;}
.feature-box .feature-icon{
    color: #3e7cb4;
    display: inline-block;
    font-size: 40px;
    height:40px;
    text-align: center;
    width:40px; float:left;}
.feature-box .feature-content{padding-left:50px;}
.feature-box h4{font-size:22px; margin-top:0;}
/* Infographic */
.infographic{position:relative; margin-top:30px;}
.infographic-inner{padding-bottom:50px;}
.infographic .infographic-inner:before{content: "";
    display: block;
    height:15px;
    left: 50%;
    margin-left: -22px;
    position: absolute;
    bottom:-5px;
    width:44px;
	background:#bbb;}
.infographic .infographic-inner:after{
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -4.5px;
    position: absolute;
    top:5px;
    width:9px;
    z-index: 0;
	border:2px solid #bbb;
	border-bottom:none;
	border-top:none;
	}

.infographic-box{width:50%; position:relative;}
.infographic-box-inner{width:80%; position:relative; background:#00a9a6; padding:15px; color:#fff; z-index:1;}

.infographic-box .infographic-year{position:absolute; right:-80px; color:#000; font-size:26px; top:6px; font-weight:600;}
.infographic-box:after{clear:both;
	content:' ';
	display:block;
	width:100%;
	height:4px;
	background:#00a9a6;
	position:absolute;
	top:15px;
	right:0;}
.infographic-box:before{clear:both;
	content:' ';
	display:block;
	width:25px;
	height:25px;
	background:#fff;
	z-index:1;
	position:absolute;
	border:7px solid #00a9a6;
	border-radius:50%;
	top:3px;
	right:-12px;}
.infographic-box.pull-right{margin-top:140px;}
.infographic-box.pull-right:after{left:0;}
.infographic-box.pull-right:before{left:-12px;}
.infographic-box.pull-right .infographic-year{left:-80px;}
.infographic-box h4{margin-top:0px; font-weight:600}
.infographic-box.dark-blue:before{border-color:#325b87;}
.infographic-box.dark-blue:after, .infographic-box.dark-blue .infographic-box-inner{background:#325b87;}
.infographic-box.red:before{border-color:#ee312d;}
.infographic-box.red:after, .infographic-box.red .infographic-box-inner{background:#ee312d;}
.infographic-box.orange:before{border-color:#f7982c;}
.infographic-box.orange:after, .infographic-box.orange .infographic-box-inner{background:#f7982c;}

/*===================================================================================*/
/*  22. Extra
/*===================================================================================*/
/* Fix some bootstrap improvment */
.form-control,.input-group-addon { border-radius:0px; }
.radio-inline + .radio-inline .checkbox-inline + .checkbox-inline{margin-left:10px;}
input[type="radio"], input[type="checkbox"]{margin-top:2px;}
.checkbox-inline input[type="checkbox"]{margin-top:3px;}
.img-thumbnail { border-radius:0px; }
.well { border-radius:0px }
.panel, .panel-heading { border-radius:0px; }
.panel-group .panel { border-radius:0px; }
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg { display: inline; }
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/*===================================================================================*/
/*  22. FAQ
/*===================================================================================*/
#FAQpanel > .panel{border:0;border-bottom-color:#ddd;border-radius:0;margin:0 0 5px;padding:0;}
.panel{/*
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);background:#fff;border:1px solid #DDD;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.05);
	
	margin-bottom:0;
	*/
	}
.panel-support{border-bottom:solid 1px #ddd;margin-bottom:10px;}
.panel-support > .panel-heading{padding:10px;}
.panel-support > .panel-heading + .panel-collapse .panel-body{border-top-color:#ddd;padding-bottom:0;}
.panel-support > .panel-footer + .panel-collapse .panel-body{border-bottom-color:#ddd;}
.panel-support > .panel-heading > .panel-title{border-left:solid 6px #2D71B3;color:#2D71B3;font-size:16px;margin-bottom:0;margin-top:0;width:100%;}
.panel-support > .panel-heading > .panel-title > .accordion-toggle{margin-left:10px;width:100%;}
.panel-support > .panel-collapse > .panel-body{padding:10px 0;}
.SupportFAQTitle{border-bottom:solid 1px #CCC;font-weight:700;}
.SupportFAQContent{text-align:justify;margin:10px 20px 20px 20px;padding:0 20px 0 0;}


/*===================================================================================*/
/*  23. User Area
/*===================================================================================*/
.BoxGray{
 background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 15px 0 15px 0;
    transition: border 0.2s ease-in-out 0s;
	}
.BoxGray h5{font-size:17px; padding:0; margin:0;}
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,1);
	color: #3e7cb4;
	border-radius: 0 0 10px 10px !important;
	z-index:10001;
}
.BoxGray .fa{font-size:30px; width:40px; text-align: center;}
#login-dp .help-block{
    font-size:12px
}
.BoxGray .panel-title {font-size: 12px !important;
line-height: 1.465 !important;}
.BoxGray .panel-info{font-size: 14px !important; color:#003366;}
#login-dp .bottom{
    background-color:rgba(255,255,255,1);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;

}
#login-dp .social-buttons{
    margin:12px 0
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
/*
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

/* 24 OLD BUTTONS */

.popover-auto-width .popover { max-width: none; }

/* DEV JAN  */
.menuxs{font-weight:bold;font-size:25px;background-color:#006dcc;color:#FFF;padding: 2px 0 0 0;text-transform: capitalize;}
.container-s{margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;width: 1170px;box-sizing: border-box;}
.csilver{width: 100%;float: left;position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px;}
.prodItemsTable{min-height:90px;}
.prodItemsValign{text-align:right;}
.prodItemsValign ul{list-style-type: none;text-align: left;display: inline-block;margin: 0 0 0 0;}
.payactive{background-color: #337ab7 !important;border-color: #337ab7 !important;color: #FFF !important;}
.altNetto{background-color:#0083CC; color:#FFF;font-size:14px;font-weight:bold;padding:2px 0 2px 0; border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;border: 0px solid #000000;}
.altBrutto{color:#5E4444;font-size:14px;font-weight:bold;padding:2px 0 2px 0; border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;border: 1px solid #ccc;}
.altCart{font-size: 17px;border-radius: 5px;font-size: 16px !important;border-radius: 5px;padding: 1px 21px 5px 17px !important;background-color:#3E7CB4;}
.altDetails{font-size: 15px;border-radius: 5px;padding: 3px 20px 3px 20px !important;}
.AltPrizeInfo{font-size:8px;color:#444444;margin: 5px 0 0 5px !important; line-height:9px;}
.altNettoDiv{padding: 0;}
.specstyles{float:none;margin:0 auto;border-bottom: 1px solid #e5e6e8;text-align:left !important}
.ProDescr{margin:10px 0 0 0px;}
.qty{float:left;margin:0 10px 0 0;}
.product-info .cart div {vertical-align: middle;float:left;}
.footerTimes{padding:0;margin:0;font-size: 12px;}
.BsCompatible{position: absolute;left: 24px;top: 63px;}
.adviser{margin: 0px 0px 5px 0px;}
.row { margin-left: 0px !important; margin-right: 0px !important;}
.indexProdBox{margin: 20px 0 0 0;}
.navSubActive{color: #FFF !important;background-color:#006dcc;width:100%;}
.dlMenu ul li a:hover{color: #FFF !important;background-color:#006dcc;width:100%;}
.xcomponent-paypal-button, .paypal-button-container, .xcomponent {width:100%;}
.dlCenterMenu{float: right !important;}
.prodprevbtn{margin-left:0;}
.faq_menu_list{padding:10px 0 10px 5px;}
.faqPanel{padding: 0 30px 0 0;}
.compatibleBox{width:156px;float:right;color:#808080;font-size:10px;margin:-6px 0 0 5px;display:table;}
.featureBoxUl{margin: 0;padding: 5px 0 0 20px !important;word-wrap: break-word;font-size: 11px;}
.chksoftTxt{width: 100%;}
.chksoftImg{float:left;}
.shippingCostItem {font-size: 75%;text-align: center;font-weight: normal;color: #666666;line-height: 1;margin:5px 0 0 0;}
.shippingCostItemM {font-size: 75%;text-align: center;font-weight: normal;color: #666666;line-height: 1;margin:5px 0 0 0;width: 87%;}
.proct-info-header{margin:0 0 0 0;}
.faxBtn{margin: 10px 0 0 0;}
.moreDetails{margin:0 0 10px 0;}
.adviserMan{margin: auto auto -6px auto;}
.adviserRow {padding:0;}
.itemContentStart{width:85%;}
.adv_ShortDescription{margin:10px 0 0 10px;height:auto;overflow:auto;min-height:150px;font-size:14px;overflow: hidden;line-height:1.1em; color:#424242;}
.basket-header-dropdown{border-radius: 5px 5px 10px 10px !important;-moz-border-radius: 5px 5px 10px 10px !important;-webkit-border-radius: 5px 5px 10px 10px !important;border: 0px solid #ffffff;}
.order-header{margin:0}
.proct-info-header-100{font-weight:bold;margin: 5px 0 10px 0;}
.dealer_borderbox{margin:10px 0;padding:10px;border: solid 1px #c0c0c0;-khtml-border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;min-height:180px}


	
/*LG */
@media only screen and (max-width : 1199px) {
	.shippingCostItemM {font-size: 75%;text-align: center;font-weight: normal;color: #666666;line-height: 1;margin:5px 0 0 0;width: 82%;}
	.container-s{margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;width: 970px;box-sizing: border-box;}
	.csilver{width: 100%;float: left;position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px;}
	.prodItemsValign{text-align:center;}
	.prodItemsValign ul{list-style-type: none;text-align: left;margin: 0 0 0 -50px;}
	.ProductImageRes{margin:0 0 0 50px;}
	.ProDescr{margin:10px 0 0 15px;}
	.qty{float:left;margin:0;}
	.ProductInfoCart{padding: 5px 5px 10px 5px;font-size: 12px;margin: 2px 0 0 6px;}
	.AltPrizeInfo{font-size:7px;}
	.altNettoDiv{padding: 0;margin: 0 -4px 0 4px;}
	.adv_btns{padding: 0 15px 0 2px;}
	.product-info .cart div {vertical-align: middle;float:left;}
	.footerTimes{padding:0;margin:0 -10px;}
	.feature-box .feature-content{padding-left:50px;}
	.cartBtn{width:180px;}
	.chksoftTxt{width: 370px;}
	.adviserMan{margin: auto auto -5px auto;padding: 31px 20px 0px 0;}
	.dlCenterMenu{float: right !important;}
	.order-header{margin:0}
	.prodItemsTable{}
}
/*MD */
@media only screen and (max-width : 992px) {
	.shippingCostItemM {font-size: 75%;text-align: center;font-weight: normal;color: #666666;line-height: 1;margin:5px 0 0 0;width: 82%;}
	.container-s{margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;width: 750px;box-sizing: border-box;}
	.csilver{width: 100%;float: left;position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px;}
	#menu.navbar{margin-top: 5px;}
	.prodItemsTable{display: table;height: 150px;}
	.prodItemsValign{display:table-cell;vertical-align: middle;padding: 0 0 5px 0;}
	.prodItemsValign ul{list-style-type: none;text-align: left;margin: 0 0 0 -50px;white-space: nowrap;text-overflow: ellipsis;font-size: 15px;overflow: hidden;}
	.ProductPreview {
		background: #3e7cb4 none repeat scroll 0 0;
		border-radius: 100%;
		color: #ffffff;
		display: block;
		font-size: 13px;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		position: absolute;
		right: 22px;
		text-align: center;
		top: 65px;
		width: 40px;
	}
	.BsCompatible{position: absolute;left: 20px;top: 63px;}
	.ProductImageRes{margin:0 0 0 50px;}
	.catergory-content2{margin: 0 0px 15px 100px;}
	.ProDescr{margin:0 10px 0 5px;}
	.adviserRow {padding:0;margin: 50px 0 0 0;}
	.NettoPrize ,.BruttoPrize{font-size: 170%;}
	.qty{float:left;margin:0 15px 0 0;}
	.ProductInfoCart{font-size:20px;padding: 8px 10px 8px 8px;margin: 2px 0 0 0px;}
	.AltPrizeInfo{font-size:7px;}
	.altNettoDiv{padding: 0;margin:0px 0px 0px -2px;}
	.adv_btns{padding: 0 15px 0 2px;}
	.product-info .cart div {vertical-align: middle;float:left;}
	.footerTimes{padding:0;margin:0 -10px;}
	.feature-box .feature-content{padding-left:50px;}
	.nav-tabs > li > a {font-size:0.9em;margin:0 !important;padding:0.5em !important;}
	.cartBtnDiv{width:100%;}
	.cartBtn{width:100%;}
	.dlCenterMenu{float: left !important;}
	.submore{float: right !important;}
	.footerrow{margin: 0 0 0 0;margin: 0 -15px 0 0;}
	.prodprevbtn{margin-left: 15px !important; width: 85% !important;;}
	.prodprevdescr{margin:10px 0 0 25px !important;}
	.chksoftTxt{width: 100%;}
	.proct-info-header{margin:10px 0 0 0;}
	.quantity{margin: 0 15px 0 -15px;}
	.adviserMan{margin: auto auto -5px auto;padding: 15px 0px 0px 0;}
	.catStock{text-align:center;margin:5px 0 5px 0;}
	.PInfo{margin:3px 0 0 0;}
	.shippingCostItem {font-size: 70%;}
	.order-header{margin:0 0 0 10px}
	.inCartBtnPreview{margin:5px 0 0 0;}
	.dealer-text-top{margin:5px 0;}
	.dealer-text-bottom{margin:5px 0;}
	.userHeaderDropdown{margin:-10px 0 0 0}
}
/*SM */
@media only screen and (max-width : 767px) {
	.shippingCostItemM {font-size: 75%;text-align: center;font-weight: normal;color: #666666;line-height: 1;margin:5px 0 0 0;width: 56%;}
	.menuxs{font-weight:bold;font-size:25px;background-color:#006dcc;color:#FFF;padding: 2px 0 0 0;text-transform: capitalize;}
	.container-s{margin-right: 0px;margin-left: 0px;padding-left: 0px;padding-right: 0px;width: 100%;box-sizing: border-box;}
	.csilver{width: 100%;float: left;position: relative;min-height: 1px;padding-left: 0px;padding-right: 0px;}
	#menu.navbar{margin-top: 5px;}
	/*.container-silver{margin:0 -29px 0 -29px !important;}*/
	.prodItemsTable{display: block;}
	.prodItemsValign{display:block;}
	.prodItemsValign ul{list-style-type: none;text-align: left;display: inline-block;}
	.ProductPreview {
		background: #3e7cb4 none repeat scroll 0 0;
		border-radius: 100%;
		color: #ffffff;
		display: block;
		font-size: 13px;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		position: absolute;
		right: 0px;
		text-align: center;
		top: 65px;
		width: 40px;
}
	.BsCompatible{position: absolute;left: -8px;top: 63px;}
	.indexProdBox{margin: 20px -30px 0 -30px;}
	.products-category{margin-right: -20px !important;margin-left: -20px !important;}
	.catergory-content2{margin: 0 0px 15px 100px;}
	.ProductImageRes{margin:0 0 0 55px;}
	.ProDescr{margin:0 0 0 15px;} /*???????*/
	.adviserRow {padding:0;margin: 10px 0 0 0;}
	.Pberatung-header{padding-top:1px;}
	.qty{float:left;margin:0 15px 0 0;}
	.ProductInfoCart{font-size:12px;padding: 10px 22px 10px 12px;margin: 0;}
	.product-info .cart div {vertical-align: middle;float:inherit;}
	.AltPrizeInfo{font-size:7px;}
	.adv_btns{padding: 0 2px 0 2px;}
	.altNettoDiv{padding: 0;margin: 0 -8px 0 5px;}
	.footerTimes{padding:0;margin:0 10px;}
	.feature-box .feature-content{padding-left:5px;}
	.nav-tabs > li > a {font-size:0.8em;margin:0 !important;padding:0.5em !important;}
	.cartBtnDiv{width:100%;}
	.dlCenterMenu{float: left !important;}
	.submore{float: right !important;}
	.footerrow{margin: 0 0 0 0;padding:0 0 0 0;}
	.resborder{border-top:solid 1px #DDDDDD;}
	.prodprevdescr{margin:10px 0 0 25px !important;}
	.chksoftTxt{width: 100%;}
	.proct-info-header{margin:10px 0 0 0;}
	.faqPanel{padding: 0 40px 0 0;}
	.itemContentStart{width:100%;}
	.PInfo{margin:5px 0 0 0;}
	.order-header{margin:0 0 0 10px}
	.adv_btn_1{margin:0 0 2px -3px;}
	.adv_btn_2{margin:0 0 0 -3px;}
	.adv_btn_txt{float:left;padding:0 0 0 65px;}
	.modal_back_btn{margin: 0px 0 5px 0;}
	.inCartBtnPreview{margin:5px 0 0 0;}
	.dealer-text-top{margin:5px 0;}
	.dealer-text-bottom{margin:5px 0;}
	.userBtnHeader{margin:-1px 0 0 0 !important;}
}
/*XS */
@media only screen and (max-width : 480px) {
	.shippingCostItemM {font-size: 75%;text-align: center;font-weight: normal;color: #666666;line-height: 1;margin:5px 0 0 0;width: 72%;}
	.menuxs{font-weight:bold;font-size:25px;background-color:#006dcc;color:#FFF;padding: 2px 0 0 0;text-transform: capitalize;}
	.container-s{margin-right: 0px;margin-left: 0px;padding-left: 0px;padding-right: 0px;width: 100%;box-sizing: border-box;}
	.csilver{width: 100%;float: left;position: relative;min-height: 1px;padding-left: 0px;padding-right: 0px;}
	#menu.navbar{margin-top: 5px;}
	/*.container-silver{margin:0 -29px 0 -29px !important;}*/
	.prodItemsTable{display: block;}
	.prodItemsValign{display:block;}
	.prodItemsValign ul{list-style-type: none;text-align: left;display: inline-block;}
	.BsCompatible{position: absolute;left: -5px;top: 63px;}
	.indexProdBox{margin: 20px -30px 0 -30px;}
	.products-category{margin-right: -25px !important;margin-left: -25px !important;}
	.catergory-content2{margin: 0 0px 15px 0;}
	.ProductImageRes{margin:0 0 0 55px;}
	.ProDescr{margin:0;}
	.adviserRow {padding:0;margin: 10px 0 0 0;}
	.qty{float:left;margin:0 15px 0 0;}
	.ProductInfoCart{font-size:12px;padding: 10px 22px 10px 12px;margin: 0;}
	.altNettoDiv{padding: 0;margin: 0 -8px 0 8px;}
	.footerrow{margin:0 -10px 0 0;}
	.altNetto{font-size:13px;}
	.altBrutto{font-size:13px;}
	.AltPrizeInfo{font-size:8px;}
	.adv_btns{padding: 0 2px 0 2px;}
	.footerTimes{padding:0;margin:0 10px;;}
	.feature-box .feature-content{padding-left:5px;}
	.nav-tabs > li > a {font-size:0.8em;margin:0 !important;padding:0.5em !important;}
	.dlCenterMenu{float: left !important;}
	.submore{float: right !important;}
	.resborder{	border-top:solid 1px #DDDDDD;}
	.prodprevdescr{margin:10px 0 0 25px !important;}
	.ProductInfoBox{width:100%;margin-top:10px !important;margin-bottom:10px !important;}
	.ProductInfoBoxGr{width:100%;margin-top:10px !important;margin-bottom:10px !important;}
	.compatible {border: 1px solid #c9c9c9;border-radius: 5px;float: right;font-size: 10px;margin: 10px 0 0;padding: 3px;text-align: left !important;width: 110px;}
	.compatibleBox{width:120px;float:right;color:#808080;font-size:10px;margin:5px 0 0 5px;display:table;}
	.compatiblePic{width:90%;}
	.chksoftTxt{width: 100%;}
	.proct-info-header{margin:10px 0 0 0;}
	.faqPanel{padding: 0 30px 0 0;}
	.itemContentStart{width:100%;}
	.PInfo{margin:5px 0 0 0;}
	.order-header{margin:0 0 0 10px}
	.modal_back_btn{margin: 0px 0 5px 0;text-align:center !important;width:100%;}
	.modal_cart_btn{margin:0;text-align:center !important;width:100%;}
	.adv_btn_1{margin:0 0 2px -3px;}
	.adv_btn_2{margin:0 0 0 -3px;}
	.adv_btn_txt{float:left;padding:0 0 0 15px;}
	.adv_ShortDescription{margin:10px 0 0 10px;height:auto;overflow:auto;min-height:170px;font-size:14px;overflow: hidden;line-height:1.1em; color:#424242;}
	.contentHeight400{}
	.TopProductName{text-align:left;}
	.inCartBtnPreview{margin:5px 0 0 0;}
	.dealer-text-top{margin:5px 0;}
	.dealer-text-bottom{margin:5px 0;}
	.userBtnHeader{margin:-1px 0 0 0 !important;}
	.hinfo{padding:0 !important}
}
/*XXS 380px*/
@media only screen and (max-width : 380px) {
	.shippingCostItemM {font-size: 75%;text-align: center;font-weight: normal;color: #666666;line-height: 1;margin:5px 0 0 0;width: 100%;}
	.menuxs{font-weight:bold;font-size:25px;background-color:#006dcc;color:#FFF;padding: 2px 0 0 0;text-transform: capitalize;}
	#menu.navbar{margin-top: 10px;}
	.ProductInfoBox{margin-bottom:25px !important;}
	.ProductInfoBoxGr{margin-bottom:25px !important;}
	.prodItemsTable{display: block;}
	.adviserRow {padding:0;margin: 0 0 0 0;}
	.prodItemsValign{display:block;}
	.contentHeight400{margin-left: 0 auto !important;margin-right: 0 auto !important;}
	.products-category{margin-right: -15px !important;margin-left: -15px !important;}
	.catergory-content2{margin: 0 0px 15px 0;}
	.specstyles{font-size: 80% !important;text-align:left;}
	.TopProductCC{font-size: 13px;}
	.TopProductCCPlus{font-size: 13px;}
	.title{font-size:20px;margin:0 0 15px 5px;}
	.nav-tabs > li > a {font-size:65%  !important;margin:0 !important;padding:0.4em !important;}
	.btn{font-size:80%;}
	.chksoftImg{margin-left: 0px !important;margin-right: 0px !important;float:center;}
	.chksoftTxt{margin-left: 0px !important;margin-right: 0px !important;}
	.itemproperties{margin: 5px 0 0 0;}
	.itemContentStart{width:100%;}
	.PInfo{margin:5px 0 0 0;}
	.order-header{margin:0 0 0 10px}
	.modal_back_btn{margin: 0px 0 5px 0;text-align:center !important;width:100%;}
	.modal_cart_btn{margin:0;text-align:center !important;width:100%;}
	.checkout_btn{margin: 0 -5px 0 0;padding: 5px;}
	.clr_cart_btn{margin: 0 0px 0 -5px;padding: 5px;}
	.clr_item{font-size: 4vw;padding: 8px 0 0 0;}
	.adv_btn_1{margin:0 0 2px -3px;}
	.adv_btn_2{margin:0 0 0 -3px;}
	.adv_btn_txt{float:left;padding:0 0 0 5px;}
	.ProductAdviserResult{margin: 5px -25px 0 -25px;}
	.adv_ShortDescription{margin:10px 0 0 10px;height:auto;overflow:auto;min-height:170px;font-size:14px;overflow: hidden;line-height:1.1em; color:#424242;}
	.TopProductName{text-align:left;}
	.col-xxs-12{width:100%;}
	.inCartBtnPreview{margin:5px 0 0 0;}
	.dealer-text-top{margin:5px 0;}
	.dealer-text-bottom{margin:5px 0;}
	.userBtnHeader{margin:-1px 0 0 0 !important;}
	.hinfo{padding:0 !important}
}
/*#footer{padding: 5px;}*/

/*Warenkorb header blinken*/
.flash{
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}
@keyframes flash {
	0%, 50%, 100% {opacity: 1;}
	25%, 75% {opacity: 0;}
}



/*Mobile Basket*/
.mBasketContent{margin:5px 0;border:1px solid #c0c0c0;padding:5px;border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;}
.mBasketImage{margin: 0 0px 0 -15px;}
.mBasketLink{margin:10px 0}
.mBasketAmount{margin:10px 0}
.mBasketInputs{margin:5px 0 0 15px;}
.shippingRow{margin:0 0 15px 0;}
.shippingImg{width:100%;padding:25px 0 0 0;}
.mBasketImgContainer{max-width:120px;height:60px;border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;}
.mBasketShippingContent{margin:5px 0;border:1px solid #c0c0c0;padding:5px;border-radius: 5px 5px 5px 5px;-moz-border-radius: 5px 5px 5px 5px;-webkit-border-radius: 5px 5px 5px 5px;}


@media only screen and (max-width : 1199px) {}


@media only screen and (max-width : 992px) {}


@media only screen and (max-width : 767px) {.mBasketContent{text-align: center;}}


@media only screen and (max-width : 480px) {.mBasketContent{text-align: center;}}


@media only screen and (max-width : 380px) {.mBasketContent{text-align: center;}}

/* USER AREA */
.icon-elem-parent {
  display: inline-block;
  min-height:50px;
  min-width:80px;
  background-color:#003366;
  color:#FFF;
}

.icon-elem {
	text-align: center;
  position: relative;
   min-width:80px;
   font-size: 26px;
}

.icon-txt {
  text-align: center;
   min-width:80px;
  margin-top: -20px;
  font-size: 10px;
  line-height:10px;
}
  
.bordered{border:solid 1px #d3d3d3; overflow:hidden;Position:relative;}
.bordered .table{margin-bottom:0px;}

.row-boxed{border:solid 1px #d3d3d3; overflow:hidden;Position:relative;background-color:#FFF; padding:20px 0px 20px 10px; margin-bottom:10px;}

.thead-dark{background-color: #f5f6f7;

background-image: linear-gradient(#fff, #efefef);}


/* Slider Switch */
.switch input { 
    display:none;
}
.switch {
    display:inline-block;
    width:50px;
    height:18px;
    margin:0px 5px 0px 5px;
    /*transform:translateY(50%);*/
    position:relative;
}

.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:18px;
    box-shadow:0 0 0 2px #777, 0 0 2px #777;
    cursor:pointer;
    border:2px solid transparent;
    overflow:hidden;
     transition:.4s;
}
.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#777;
    border-radius:18px;
    transform:translateX(-20px);
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(18px);
    background:limeGreen;
}
input:checked + .slider {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}

