body {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body *{
    text-align: left;
}

header {
    background-color: #ededed;
    min-height: 110px;
    margin: 0px;
    padding: 10px 0px;
    position: relative;
}

footer {
    background-color: #ededed;
    padding: 20px 0px;
    color: #666;
}

h1 {

}

h2, h3, .inline-label {
    display: block;
    font-size: 1.4em;
    margin: 0px 0px;
    padding: 10px 0px;
}

h2.spaced {
    margin: 20px 0;
}

h2.underline {
    text-transform: uppercase;
    border-bottom: 1px solid #cdcdcd;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #FF6600;
    text-decoration: none;
}

/*
 * Remove underline for text in bootstrap badge
 */
a.badge-fix {
    text-decoration: none;
}

ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.menu{
    margin: 0px;
    padding: 0px;
}

ul.menu li{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

input {
    padding: 5px;
}

.inline {
    display: inline-block;
}

.spaced {
    margin: 10px;
}

.inline-label label {
    font-weight: normal !important;
}

.spaced-bottom {
    margin-bottom: 10px;
}

.nette-panel {
    overflow: scroll;
}

.font-small {
    font-size: 0.8em;
}
.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#home-banner {
    /*width: 100%;*/
    /*max-height: 400px;*/
    overflow: hidden;
	padding-left: 0;
}

#home-banner .item {
    width: 100%;
    /*max-height: 400px;*/
}

#home-banner .item img {
    width: 100%;
/*	max-height: 400px;*/
}

.modal-content {
    padding: 15px;
}

#page-content {
    /*overflow: hidden;*/
    position: relative;
    padding-bottom: 20px;
}

#page-content, header>.content, footer>.content {
    position: relative;
}

#page-menu {
    display: block;
    margin: 0px 0px 0px 0px;
    text-align: right;
    background-color: #f8f8f8;
}

#page-menu > li {
    font-size: 0.9em;
    margin: 8px 0px 8px 0px;
    padding: 0px 10px 0px 10px;
    color: #383229;
    border-right: 1px solid #999;
    text-align: center;
    height: 22px;
}

#page-menu > li > * {
    vertical-align: middle;
}

#page-menu > li a {

}

#page-menu > li:last-child {
    border: none;
}

#page-menu > li:last-child  * {
    vertical-align: middle;
}


#page-menu .btn-group .dropdown-toggle > * {
    vertical-align: middle;
}

#page-menu .fa-shopping-basket {
    color: #747474;
    margin-left: 10px;
    font-size: 1.7em;
}

#page-menu .badge {
    background-color: #747474;
    font-size: 1.4em;
}


#search {
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 3px 4px;
    background-color: #333;
    position: relative;
    height: 43px;
    border-radius: 5px;
}

#search [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

#search .submit {
    margin-left: 5px;
}

#search a {
    color: #fff;
}

#search a:hover, #search .dropdown ul a:hover {
    color: #fff;
    background-color: #000;
}

#search .dropdown ul a {
    color: #000;
}

#search form{
    margin: 0px;
    padding: 2px 230px 0px 0px;
    position: relative;
}

#search input[type*='text']{
    height: 34px;
    font-size: 12px;
    padding: 7px;
    margin: 0px;
    width: 100%;
}

#search select{
    width: 150px;
    height: 34px;
    font-size: 12px;
    padding: 8px;
    margin: 0px;
    position: absolute;
    top: 2px;
    right: 75px;
}

#search .form-inline button {
    padding: 7px;
    position: absolute;
    top: 2px;
    right: 0px;
}

#search > ul{
    width: auto;
    display: inline-block;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
}

#search > ul > li{
    display: inline-block;
}

#search > ul > li > a {
    display: block;
    padding: 12px;
}

#search  li.dropdown {
    background-color: #5A5959;
}

#search  li.dropdown:hover, #search  li.dropdown > a:hover, #search li.dropdown:hover > a{
    background-color: #fff;
    color: #000;
}

#search [class*='col-'] {
    margin-top: 0px;
}

.search-term .glyphicon {
    color: red;
}

header .logo {
    font-size: 0.8em;
    text-align: center;
}
header .logo a {

}
.logo a {
    display: block;
    text-align: center;
    font-size: 2em;
}

header #top-menu {
    margin-left: 240px;
    /*width: 980px;*/
}

.fl {
    float: left;
}

.fr {
    float:right;
}

#page-content {
    clear: both;
    float: none;
}

#page-content>.content {
    width: auto;
    margin-right: 320px;
}

#page-content>.sidebar {
    width: 300px;
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
}

.flashmessage {
    color: #fff;
    padding: 5px 2%;
    font-style: italic;
    background-color: #085AA3;
}

.flashmessage.error{
    background-color: #F2DEDE;
    color: #AF4442;
}

.flashmessage.ok{
        background-color: #090;
}

#navigation-bar{
    font-size: 0.9em;
    padding: 10px 0px;
    color: #999;
}

/*
    ====== FORMS ======
*/

form table {
    width: 100%;
}

.image-tray .item {
    position: relative;
    display: inline-block;
	width:212px;
	height:230px;
	vertical-align: top;

}

.image-tray img {
    background-color: #cdcdcd;
    margin: 10px;
    max-width: 180px;
    max-height: 180px;
}
.image-tray .item button{
    position: absolute;
    top: 10px;
    right: 10px;
}
.image-tray label{
	position: absolute;
	bottom: 0;
}

.variations-panel .image-tray .item{
	width:70px;
	height:70px;
}
.variations-panel .upload-picture-out-variations .image-tray .item{
	height:90px;
}

.variations-panel  .image-tray img {
    max-width: 60px;
    max-height: 60px;
	margin:0;
}

.image-tray .item button{

    top: 0px;
    right: 0px;
}

.tag-tray {

}

.tag-tray .item {
   display: inline-block;
   margin: 5px;
   width: 210px;
}


.tag-tray .item.prototype {
   display: none;
}

.tag-tray .item .btn-default {
    color: #085AA3;
}

.tag-tray .item .btn-default.delete {
    color: #f00;
}

form table th, form table td {
    padding: 5px;
}

.prototypes {
    display: none;
}

/*
    ====== HOMEPAGE ======
*/

#sidebar-menu {
    padding : 0px;
    margin: 0px;
    position: relative;
}

.sidebar-menu>li{
    display: block;
    margin: 0px 0px;
    font-size: 1.1em;
    color: #000;
}
.sidebar-menu>li.all {
    font-weight: bold;
}

.sidebar-menu>li>a {
    display: block;
    padding: 5px 2px;
    background: transparent url('../images/icons/arrow_small.png') 100% -45px no-repeat;
    color: inherit;
}

.sidebar-menu > li:hover {
    padding-left: 10px;
    color: #fff;
    background-color: #000;
    background-position-y: 5px;
}

.sidebar-menu>li a:first-letter {
    text-transform: uppercase;
}

.sidebar-menu .submenu{
    display: none;
    position: absolute;
    top: -20px;
    left: 99%;
    border: 2px solid #000;
    padding: 10px;
    background-color: #fff;
    z-index: 99;
    min-height: 334px;
    white-space: nowrap;
}

.sidebar-menu .submenu .col{
    display: inline-block;
    margin: 10px 50px 10px 10px;
}

.sidebar-menu .submenu .col>a{
    font-weight: bold;
}

.sidebar-menu .submenu li{
    margin: 6px 0px;
    font-size: 0.9em;
}

.category-menu{
    font-size: 1.3em;
    color: #444;
}

.category-menu .main {
    display: block;
    padding: 8px 0;
    font-weight: 600;
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 1px 0 white;
}

.category-menu .subcategories ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 0.8em;
}

.category-menu .subcategories ul li{
    display: list-item;
    color: #aaa;
    padding: 0px;
    margin: 3px 0px;
    border-bottom: 1px dashed rgb(190, 190, 190);
}

.category-menu .glyphicon{
    font-size: 0.7em;
}
.category-menu .glyphicon{
    color: rgb(190, 190, 190);
}
.category-menu  .show-parent .glyphicon,
.category-menu .show-parent a{
    color:#036;
}


.category-menu .subcategories ul li a {
    display: block;
    padding: 5px 0;
}

#homepage_banner {
    width: 100%;
    background-color: #c16549;
}

#homepage_banner img{
    width: 100%;
}

#main-welcome{
    width: 100%;
    height: 150px;
    background-color: #999999;
}

.header .nav-tabs {
    font-size: 1em;
    width: 100%;
}


#main-weekly-bs .item .header {
    background-color: #FFF;
    margin: 0px;
    font-weight: bold;
}

#main-weekly-bs .item .header span{
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 4px 0px 7px 0px;
    font-size: 14px;
    background-color: #999999;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

#main-weekly-bs .item .name{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#main-weekly-bs h2{
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 1;
	font-size: 2em;
	font-weight: bold;

	color: #E02419;
}
#main-weekly-bs .in{
	padding:6px;
	background-color: #fff;

}
#main-weekly-bs .in img{
	margin-bottom:5px;
}

/*#main-super-deals {
    background-color: #fff;
    box-shadow: 0 2px 0 #bcbcbc;
    padding: 5px;
}

#main-super-deals .item {
    background-color: transparent;
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 1px 0 white;
}

#main-super-deals .item:last-child {
    border-bottom: none;
    box-shadow: none;
}
*/
#main-super-deals .image {
    display: block;
    width: 100%;
    padding: 0 10px 5px 10px;
	display: flex;
    align-items: center;
	justify-content: center;
}

#main-super-deals .name {
    min-height: 40px;
}

#main-super-deals .image img{
    max-width: 100%;
}

#main-super-deals .deal{
    position: absolute;
	display:inline-block;
    top: 10px;
	left:25px;
    background-color: rgb(104, 143, 8);
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    padding: 5px;
}

#main-super-deals .item .price {
    display: block;
    width: 100%;
}
#main-super-deals .todayDealsTimer{
	color: red;
	font-size: 1.7em;
}
#main-super-deals .deal-bottom{
	background-color: red;
	font-size: 1.2em;
	color:#fff;
	font-weight: bold;
	padding: 0.3em;
}
#main-super-deals .carousel-indicators {
    top: 0px !important;
	height: 1em;
}

#hp-selection-14 .carousel-control {
    bottom: 7px;
}

#hp-selection-14 > .row > .col-md-3 {
    padding-right: 3px;
}

.todays-deals .carousel-control{
	background: none !important;
	background-image: none !important;
	opacity:0.5;
}
.todays-deals .carousel-control span{
	color: red;
}

#home-banner .banner-right{
	position: absolute;;
	right: 20px;
	top:60%;
	display: block;
	max-width: 300px;
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(235,235,235,0.6);
}
#home-banner .banner-right a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 7px;
	font-size: 2em;
}
/*
    ====== Footer ======
*/

footer h2 {
    font-size: 1.1em;
    border: 0px;
    color: #444;
}

footer h2.big {
    font-size: 1.3em;
    font-weight: bold;
    color: #888;
}

footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

footer .fa {
    margin-right: 15px;
    font-size: 1.5em;
}

footer li {
    margin: 5px 0px;
    padding: 0px;
}

.links > [class*='col-']{
    border-left: 1px dotted #999;
}

.links [class*='col-'] .content{
    padding: 0px 10px;
}

footer .aboutus {
    margin-top: 20px;
    text-align: center;
}

footer .grid-pad {
    border-bottom: 1px dotted #999;
}

.table-vertical-center td, .table-vertical-center th {
    vertical-align: middle !important;
}

.table .actions {
    white-space: nowrap;
}

.table-account thead {
    background-color: #428BCA;
    color: #fff;
}

/*
    ====== Myaccount ======
*/

#myaccount_menu {
    margin:5px 0 0 0px;
    padding: 0px;
}

#myaccount_menu li {
    border-bottom: 1px dotted #cdcdcd;
}

#myaccount_menu a > span {
    margin-right: 10px;
}

.actions button {
    margin: 2px 2px;
}

#myaccount_menu .submenu {
    display: none;
}

#myaccount_menu .active .submenu {
    display: block;
    color: #999;
}

#myaccount_menu .active .submenu > li{

}

#myaccount_menu .active .submenu a{
    color: #666;
}

#myaccount_menu .submenu li.active a {
    background-color: #DDF0F8;
}

#myaccount_menu .active .submenu a:before{
    font-family: 'Glyphicons Halflings';
    content: "\e080  ";
}

/*
    ====== Forms ======
*/

.form {
   width: 100%;
}

.form label {
    min-width: 100px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    font-style: italic;
    font-size: 0.9em;
    vertical-align: middle
}

.form #cke_ckeditor {
    width: auto;
}

.form > .row {
    margin-bottom: 10px;
}

.shipping-item {
    margin: 10px 0px;
}

#image-tray{
    margin-bottom: 10px;
}

#translation-tray {
    margin-bottom: 10px;
}

.translation{
    margin-bottom: 10px;
}

.translation textarea{
    width: 100%;
}

/*
    ====== Category ======
*/

#popular-items {
    border: 1px solid #E2E2E2;
}

#popular-items .col-md-2{
}

#popular-items .item{
    display: block;
    height: 50px;
    margin: 5px 0px;
    padding: 5px 5px;
    border-right: 1px dotted #E2E2E2;
}

#popular-items .col-md-2:first-child{
    font-weight: bold;
}

#popular-items .col-md-2:last-child .item{
    border: none;
}

#horizontal-filter-box {
    background-color: #EEE;
    margin-top: 10px;
    font-size: 0.9em;
}

#horizontal-filter-box>div {
    margin: 10px 10px;
}

#horizontal-filter-box label{
    font-weight: normal;
}

#horizontal-filter-box input[type*='text']{
    width: 70px;
	font-weight: normal;
}

#horizontal-filter-box .filters:first-child{
	padding-top:10px;
}
#horizontal-filter-box .filters a{
    display: inline-block;
    margin: 5px;
    padding: 10px;
    background-color: #F8F8F8;
    border: 2px solid #F8F8F8;
}

#horizontal-filter-box .filters a:hover{
    border-color: #FF6600;
}

#horizontal-filter-box .order a, #horizontal-filter-box .view{
    display: inline-block;
    margin: 5px;
}

#horizontal-filter-box .order .glyphicon{
    color: #999;
}

#horizontal-filter-box .order form{
    display: inline-block;
}


#horizontal-filter-box .order select{
	margin-left:0.3em;
}

#horizontal-filter-box .view{
    display: inline-block;
    margin: 5px 5px 5px 50px;
    padding: 0px;
}

#horizontal-filter-box ul.inline{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#horizontal-filter-box .order ul li .glyphicon{
    color: #fff;
}

#horizontal-filter-box .inline li{
    display: inline-block;
    background-color: #999;
    border-radius: 5px;
    padding: 0px 5px;
}

#horizontal-filter-box ul li.active{
    background-color: #FF6600;
}
#horizontal-filter-box a.trigger-currency{
	background-color: transparent;
	border:0;
	padding:0;
}

/*
    ====== Listing ======
*/

.listing {

}

.listing .name, .listing .name a {
    color: #036;
}

#list-items {

}

#list-items .item{
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    color: #999;
}

#list-items .item .info a{
    color: #999;
}

#list-items .item .info a:hover{
    color: #ff6600;
}

#list-items .item .info>div{
    margin: 5px 0px;
}

#list-items .item .price{
    font-weight: bold;
    font-size: 1.2em;
    color: #ff6600;
}

.price small{
    font-weight: 300;
}

#list-items .item .shipping{
    color: #000;
    font-weight: bold;
}

#list-items .item .seller{

}

#list-items .item .wish-list{

}

.listing .item .image img{
/*    width: 100%;
    height: 100%;
    min-width: 160px;
    min-height: 160px;*/

}

.list-gallery {

}

.list-gallery .row {
    min-height: 370px;
    position: relative;
}

.list-gallery .block {
    min-height: 330px;
}

.list-gallery .item {
    width: 90%;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    clear: none;
    border: 1px solid transparent;
    font-size: 16px;
}

.list-gallery .item:hover {
    border-color: #ccc;
    box-shadow: 6px 6px 5px rgba(0,0,0,.4);
    box-shadow: 2px 2px 4px rgba(0,0,0,.13);
    -webkit-transition: box-shadow .25s linear,min-height .35s linear;
    transition: box-shadow .25s linear,min-height .35s linear;
    z-index: 50;
	overflow: visible;
}

.list-gallery .image{
    text-align: center;
    position: relative;
    width: auto;
    margin: 5px 0;
}

.list-gallery .image img{
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: auto;
}
.list-gallery .image a {
    display: block;
    margin: 5px;
	display: flex;
    align-items: center;
	justify-content: center;
}

.list-gallery .price{
    margin: 10px 0;
    width: 100%;
}

.list-gallery .seller, .list-gallery .wish-list{
    margin: 10px 0;
    display: none;
}

.list-gallery .item:hover .seller, .list-gallery .item:hover .wish-list{
    display: block;
}

.list-gallery .name {
    line-height: 15px;
    height: 30px;
    overflow: hidden;
}

.list-gallery .item:hover .name {
    height: auto;
}

/* ============ */
.toggle-text .origin{
    display: inline-block;
}

.toggle-text .replacement{
    display: none;
}

.toggle-text:hover .origin{
    display: none;
}

.toggle-text:hover .replacement{
    display: inline-block;
}

.my-hidden {
    display: none;
}

.status-ok {
    color: green;
}

.has-feedback.has-success .glyphicon:before{
    content: "\e013";
}

.has-feedback.has-error .glyphicon:before{
    content: "\e014";
}

.dropdown-mouse-toggle .dropdown-menu{
    top: 90%;
}

.big .dropdown-menu {
    width: auto;
    min-width: 250px;
}

.dropdown-menu > li > * {
    padding: 3px 20px;
}

.dropdown-menu .panel {
    padding: 5px 15px;
}

.dropdown-menu .panel .btn{
    display: block;
    margin: 5px 0px;
}

.big .dropdown-menu {
    min-width: 350px;
}

.dropdown-menu.left{
    left: auto;
    right: 0px;
}

.dropdown-menu label {
    padding: 5px;
}

.dropdown-menu h4 {
    padding: 0 15px;
}

.dropdown-menu .inline-list {
    padding: 0 15px;
}

.dropdown-menu .inline-list li {
    display: inline-block;
    padding: 5px;
}

.badge.active {
    background-color: #FF6600;
}

.modal.shopping-cart .icon{
    font-size: 2.0em;
    color: #99CC00;
}

.table-style {

}

div.table-style {
   padding-top: 0px;
   padding-bottom: 0px;
}

.table-style span.name {
    min-width: 130px;
    text-align: left;
}

.table-style span {
    display: inline-block;
    min-width: 60px;
    text-align: right;
}

.dropdown-menu .table-style label:hover{
    background-color: #ececec;
}

.policy input, .policy .input-group-addon{
    font-size: 0.9em;
}

#country-exclude-list label {
    padding: 0 5px;
}


#header-categories {
    position: relative;
	padding-bottom:0;
}

#header-categories > ul {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    border: 2px solid #000;
    padding: 2px;
}

#header-categories:hover ul {
    display: block;
}

#header-categories h2 {
    border: 0px;
    padding: 9px 20px;
    margin: 0;
    width: auto;
    display: block;
    border-bottom: 1px solid #cdcdcd;
    font-weight: 400;
}

#header-categories a span.name, .show-all-categories span.name{
    text-transform: uppercase;
	font-weight: bold;
	margin-right: 1em;
}

.show-all-categories{
	background-color: #F2F2F2 !important;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 8px;
    margin-bottom: 5px;
	border-radius:0;
}
.show-all-categories a{
	display:block;
	width: 100%;
}
.show-all-categories a span.all{
    color: grey;
	font-size: 0.9em;
    white-space: nowrap;
}

.homepage-vertical-menu {
    padding-top: 0px !important;
    /*padding-left: 0px;*/
    padding-right: 0px;
}

.homepage-vertical-menu .menu{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.homepage-vertical-menu .menu > li {
    display: block !important;
}

.homepage-vertical-menu .menu a {
    display: block !important;
    padding: 5px 0px 5px 0px;
    font-weight: 100;
    line-height: 30px;
}

#header-categories .menu-right{
	padding-left:0;
}

#spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
	z-index: 1060; /* bigger than modal window */
}

.centered {
    text-align: center;
}

.no-results {
    margin-top: 10px;
}

.settings .page-header:first-child {
    margin-top: 0px;
}

.float-right {
    float: right;
}

.text-right {
    text-align: right;
}

.dark {
    position: absolute;
    top: 204px;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    width: 100%;
    height: 2000px;
}

#menu-button {
    line-height: 50px;
    position: relative;
}

#menu-button > a {
    display: block;
    text-align: center;
}

#menu-button:hover > a {
    border: 1px solid #cdcdcd;
    border-bottom: 0;
    position: absolute;
    z-index: 999999;
    background-color: #fff;
    width: 100%;
}

#menu-button .menu {
    background: #fff;
    position: absolute;
    z-index: 999000;
    left: 0;
    width: 300px;
    top: 50px;
    border: 1px solid #cdcdcd;
    display: none;
}

#menu-button:hover .menu {
    display: block;
}

.main-menu {
   position: relative;
    list-style: none;
    display: table;
    padding: 0;
}

.main-menu >li {
    display: table-cell;
    line-height: 50px;
}

.main-menu a {
   padding: 10px 20px;
}

.main-menu .submenu {
    display: none;
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 15px;
    top: 28px;
    z-index: 999900;
    padding: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 0 0 5px 5px;
}

.main-menu .category:hover > .submenu {
    display: block;
}

.main-menu .submenu a {
    display: block;
    padding: 5px;
}

header {
    background-color: #fff;
    padding: 0px;
    border-bottom: 1px solid #cdcdcd;
}

header > div {
    padding: 5px;
}

#header-info {
    background-color: #CBE9FF;
    color: #2299ee;
}

#header-info {
    display:none;
}

#header-user-menu {
    background-color: #f8f8f8;
    border-bottom: 1px solid #cdcdcd;
}

#search-bar {

}

#search-bar a {
    color: #fff;
    margin: 7px 0;
    display: block;
}

#frm-searchBarForm {
    width:100%;
    display:table;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    margin-top: 8px;
}

#frm-searchBarForm > *{
    display: table-cell;
}

#frm-searchBarForm button{
    background-color: #97a2b4;
    border: 0px;
    font-size: 2.0em;
    padding: 3px 10px;
}

#frm-searchBarForm button span {
    vertical-align: inherit;
    margin-top: 7px;
    margin-bottom: 7px;
}

#frm-searchBarForm .divide {
    background-color: #fff;
    width: 5px;
}

#search-header {
    display:table-cell;
    width:100%;
    border: 0px;
    height: 40px;
}

#search-header-category {
    display:table-cell;
    width: 1%;
    white-space: nowrap;
    padding: 0px 10px;
    border-left: 1px solid #eeeeee;
    overflow: hidden;
}

#search-header-category select {
    width: 130px;
    box-shadow: none;
    border: 0px;
    margin: 0px -30px 0px 0px;
    padding: 0px;
}

#search-header-submit {
    display:table-cell;width: 1%;
    white-space: nowrap;
    BACKGROUND-COLOR: #97a2b4;
}

#search-header-submit button{
    display: table-cell;
    color: #fff;
    height: 40px;
    font-size: 2em;
    background-color: #97a2b4;
    text-align: center;
    vertical-align: middle;
    padding: 0px 15px;
    border: 0px;
}

#header-special {
    font-weight: 300;
}

#header-special .container{
    text-align: center;
}

#header-special .container ul {
    display: inline-block;
    border-bottom: 1px solid #cdcdcd;
}

#header-special a {
    font-size: 1.0em;
    text-transform: uppercase;
    color: rgb(204, 18, 18);
    display: inline-block;
    padding: 5px 10px;
}

#header-categories {
    min-height: 55px;
}

#header-categories .breadcrumb {
    background-color: inherit;
    margin-bottom: 0;
}

#header-categories .breadcrumb >li:before {
    color: #fff;
}

#header-categories .category > a {
    text-transform: uppercase;
    font-weight: 300;
}

#header-menu-toggle {
    font-size: 1.5em;
    border: none;
    background-color: transparent;
    color: #999;
}

#header-menu-toggle .fa {
    color: #ff6600;
}

.submenu h2 {
    display: block;
}

ul.inline li{
    display: inline-block;
}

.flex{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
.items {
    margin-bottom: 20px;
}
.items .item{
	overflow: hidden;
	padding: 0px 3px 3px 0px;
    background-color: #fff;
    margin-bottom: 10px;
}
.banner-category{
	margin-top: 7px;
	width: 100%;
}
.item a{
	display:block;
	width:100%;
	height:100%;
}
.item b{
	display: block;
	min-height: 3.2em;
	text-align: center;
}
.item .title{
	color: #144073;
}
.item a:hover .title,
.item a:hover .price{
	color:#FF6600;
}

.item .image{
    width: 100%;
	height: 200px;
    background-color: #fff;
	display: flex;
    align-items: center;
	justify-content: center;

}

.item .item-price{
	font-size: 0.9em;

}
.items .item .image {
    width: 100%;
    min-height: 100px;
    overflow: hidden;
}
.bg-red-dark{
	background-color: #CF1416;
}
.red-dark{
	color: #CF1416;
}
.item .price {
    float: right;
    width: 60%;
    overflow: hidden;
    text-align: right;
    color: #444;
    font-weight: 800;
}

.item .price .strike-through{
	font-weight: normal;
	color: gray;
	position: relative;
}
.item .price .strike-through:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: #444;
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	transform:rotate(-5deg);
}
.item .price .dissapear{
	color: #fff;
}

.item .name {
    margin: 5px 10px;
}

.item .info {
    margin: 5px 10px;
}

.item .info {
    font-size: 0.7em;
}
.item .image img{
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.item-link{
	position: relative;
}
.item-discount{
	background-color: #CF1416;
	color: #fff;
	display:inline-block;
	padding:3px 6px;
	position:absolute;
	bottom:0;
	right:0;
}

.items.dark .item {
    background-color: #444;
}

.items.dark .item .image {
    background-color: #515151;
}

.items.dark .item .price {
    color: rgb(255, 102, 0);
}

.item-row {
    margin-right: -10px;
}

#featured-products {
    background-color: #ededed;
    box-shadow: 0 2px 0 #bcbcbc;
    padding-top: 10px;
    padding-bottom: 10px;
}

#homepage-hot-new {
    margin-bottom: 20px;
}

#homepage-hot-new .tab-pane {
    padding: 10px;
    box-shadow: 0 2px 0 #bcbcbc;
    background-color: #cdcdcd;
}

#homepage-hot-new .nav-tabs > li a {
    font-size: 1.2em;
}

#homepage-hot-new .nav-tabs > li.active a {
    background-color: #cdcdcd;
}

.homepage-sidebar .content {

    padding: 0 10px;
}

.spaced {
    padding: 10px 0;
}

#left-sidebar {
    padding-bottom: 20px;
}

#left-sidebar.closed {
    left: 0;
}

#left-sidebar .toggle-left-sidebar {
    position: absolute;
    right: 10px;
    top: 10px;
}
#left-sidebar .input-small {
    display: inline-block;
    width: 70px;
}

.facet {
    padding: 5px;
}

.facet button{
    display: none;
}

.facet.selected button{
    display: inline-block;
}

#left-sidebar .facet {
    width: 210px;
}
#left-sidebar .facet a{
	color: #5E5E5D;
}
#left-sidebar .facet-checkbox{
	height: 1.1em;
}
.facet.selected {
    /*background-color: #444;*/
    position: relative;
    z-index: 9999;
}

#vertical-menu {
    background-color: #ededed;
    margin-bottom: 10px;
    padding-top: 10px;
}

#vertical-menu .navbar {
    margin-bottom: 0px;
}

#vertical-menu .navbar li {
    border-right: 1px solid #d5d5d5;
    padding: 0 5px;
}

#vertical-menu .navbar a {
    padding: 8px 15px;
}

#vertical-menu .navbar .active a {
    background-color: #cdcdcd;
    color: #555;
    border-radius: 5px;
}

#vertical-menu .navbar-brand {
    font-size: 1.0em;
    font-weight: 600;
    padding: 8px 15px;
    height: auto;
}

#account-menu-button, .toggle-left-sidebar {
    font-size: 2.0em;
}


#account-menu-button {
    float: right;
}

.account-collapsable-menu.collapse {
    display: block;
}

.rating.set {
    font-size: 2em;
    color: #ccc;
	cursor: pointer;
	cursor: hand;
}

.rating .selected {
    color: #436CD7;
}

#categoryBoxesTrayOuter {
    overflow: auto;
	height: 240px;
}

#categoryBoxesTray {
    min-width: 1000px;
}
#categoryBoxesTray .category-box{
	height: 210px;
	overflow: auto;
}
#categoryBoxesTray a.selected,
#categoryBoxesTray a.access-restricted.selected{
	background-color:#8EAD6F;
	color: #fff;
}
#categoryBoxesTray .level {
    width: 220px;
    margin-right: 10px;
    display: inline-block;
	overflow: hidden;
	height: 210px;
}

.modal-header {
    margin-bottom: 10px;
}

.has-error .form-control {
    background-color: #FFEDED;
    border-width: 2px;
}

.account-content {
    padding-top: 10px;
    background-color: #fff;
    min-height: 400px;
}

.account-sidebar-navigation .submenu {
    margin-left: 20px;
    display: none;
}

.account-sidebar-navigation .active .submenu {
    display: block;
}

.navbar-account {
   color: #333;
}

.navbar-account a{
    display: block;
    padding: 7px 10px;
    color: #333;
    font-size: 1.1em;
    border-top: 1px solid #dcdcdc;
}

.navbar-account li.active > a {
    font-weight: bold;
    color: #428BCA;
}

.navbar-account  .submenu li.active a {
    font-weight: bold;
    color: #05B2D2;
}

.navbar-account li{

}

.navbar-account a:hover {
    background-color: #cdcdcd;
}

#main-logo-container {
    min-height: 30px;
    position: relative;
    margin: 0 0 !important;
}

#main-logo {
    height: 60px;
    position: absolute;
}

@media all and (max-width: 768px) {

    #main-logo {
        height: 30px;
        position: absolute;
        top: -55px;
        z-index: 999999999;
    }

    #header-categories .breadcrumb {
        display: none;
    }

    #header-categories .breadcrumb > li {
        display: block;
        font-size: 1.5em;
        padding: 10px 0;
    }

    #header-categories .breadcrumb > li:before {
        display: none;
    }

    #left-sidebar {
        display: block;
        width: 100%;
        font-size: 1.5em;
        position: absolute;
        width: 330px;
        left: -350px;
        z-index: 99999;
        background-color: #fff;
        box-shadow: 6px 6px 5px rgba(0,0,0,.4);
        padding-left: 20px;
    }

    #left-sidebar.closed {
        left: -10px;
    }

    #left-sidebar .facet {
        width: auto;
    }

    #myaccount_menu {
        border-top: 5px solid #bcbcbc;
        border-bottom: 5px solid #bcbcbc;
        margin-bottom: 20px;
        background-color: rgb(255, 235, 96);
    }

    .account-collapsable-menu.collapse {
        display: none;
    }

    #home-banner {
        padding-left: 15px;
    }
}

@media all and (max-width: 991px) {

    #main-logo {
        height: 30px;
        position: absolute;
        top: -55px;
        z-index: 999999999;
    }

    .oxo24-selection {
        margin-top: 10px;
    }

    .oxo24-selection > .items > .row {
        margin-left: 0;
    }

    .todays-deals .deal > img {
        width: 100%;
    }

    .main-menu a {
        padding: 0;
    }
 }

.container #flashmessages {
    padding-top: 10px;
    padding-bottom: 10px;
}

.account-module#flashmessages {
    padding: 10px;
}

#translation-panel {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 10px;
    width: 50%;

    background-color: #fff;
    border: 1px solid #555;
    border-radius: 5px 0;
    box-shadow: #cdcdcd 4px 6px 20px;
}

#translation-panel .header {
    padding: 2px;
    background-color: #cdcdcd;
    font-size: 10px;
}

#translation-panel .header h2 {
    padding: 2px;
}

#translation-panel .body {
    padding: 10px;
    height: 300px;
    overflow: scroll;
    font-size: 12px;
}

#translation-panel.form-horizontal label {
    display: inline-block;
    width: 49%;
    text-align: right;
    padding-right: 10px;
}

#translation-bar-toggle {
    display: inline-block;
    float: right;
    margin-right: 10px;
}

#translation-panel fieldset {
    display: inline-block;
    width: 49%;
    float: left;
}

/*
 * Bootstap hotfixes
 */

/*
 * Fix paginator displaying in panel footer
 */
.panel-footer .pagination {
    margin: 0px;
}

.alert { margin-bottom: 0 !important;}


.vertical-menu{
	padding-bottom: 15px;
	background-color: #fff;
	border-left:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
    width: 100%;
}
.vertical-menu > ul > li:hover > .submenu{
    display: block;
}
.vertical-menu > ul > li{
	padding:0;
	margin:0;
}
.vertical-menu > ul > li > a{
	display:block;
	padding-bottom: 0.5em;
}

.vertical-menu .submenu{
	/*display:block;*/
}
.vertical-menu .submenu h2{
	    border-bottom: 1px solid #cdcdcd;
		margin-bottom: 2em;
	}
.vertical-menu .submenu div a{
	white-space: normal;
}
.vertical-menu .submenu div{
	padding-bottom: 1em;
	/* overflow:hidden; - tooltip doesn't work*/
	line-break: auto;
}
@media all and (min-width: 990px) {
	.vertical-menu .submenu{
		width:800px;
		min-height: 295px;
		border: 1px solid #000;
		top:0;
		left:190px;
	}
}
@media all and (min-width:990px) and (max-width: 1200px) {
	.vertical-menu .submenu{
		left:160px;
	}
}
@media all and (max-width: 989px) {
	.vertical-menu .submenu{
		display: none !important;
	}
}


.todays-deals{
	background-color: #fff;
	/*padding-right:0;*/
}

.todays-deals h2{
	padding: 12px 0 12px 0;
    display: inline-block;
}
.todays-deals span{
	color: red;
}

.position-relative {
    position: relative;
}

.todays-deals .deals-count{
	font-size: 0.7em;
	display:inline-block;
	vertical-align: middle;
	margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: 12px;
}
.todays-deals a.deal {
    display: block;
    height: 345px;
    overflow: hidden;
}

.todays-deals .carousel-control{
	background: none !important;
	background-image: none !important;
	opacity:0.5;
}
.todays-deals .carousel-control span{
	color: red;
}
.todays-deals .carousel-control.left{
	left:10px;
}
.todays-deals .item a{
	text-align: center;
}
.todays-deals hr{
	margin:0 0 7px 0;
}
.todays-deals img.banner{
	width: 100%;
}
.main-todays-deals{
	height: 320px;
}
.main-todays-deals .offer, .main-todays-deals .row {
    height: 320px;
}

.main-todays-deals .todayDealsTimer{
	color: red;
	font-size: 1.7em;
	margin-bottom: 15px;
}
.main-todays-deals .deal-bottom{
	background-color: red;
	font-size: 1.2em;
	color:#fff;
	font-weight: bold;
	padding: 0.3em;
}


.main-todays-deals .item .image{
	height: auto !important;
	display: block;
    width: 100%;
    padding: 0 10px 5px 10px;
	display: flex;
    align-items: center;
	justify-content: center;
}

.main-todays-deals .item img{
	width: 220px !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
	margin-right: 10px;
}


.slider{
	height: 345px;
    border: 1px solid #ececec;
}
.slider .item{
	height: 100% !important;
}

.flex-direction-nav a {
    height: 50px !important;
}

.oxo24-selection .slider .item img{
	width: 243px;
	height: auto;
}
.oxo24-selection .slider .item{
	padding-top: 6px;
}
.oxo24-selection .slider .item-in{
	height: 80%;
	vertical-align: middle;
	white-space: nowrap;
    text-align: center;
}

.oxo24-selection{

}
.oxo24-selection .items{
	margin-bottom: 0;
}
.oxo24-selection .item {
    height: 165px;
    overflow: hidden;
}

.oxo24-selection .item img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.oxo24-selection hr{
	margin:0 0 7px 0;
}
.oxo24-selection ul{
	display: inline-block;
}
.oxo24-selection a.more{
	color: red !important;
    font-size: 0.8em;
}
.oxo24-selection .nav-tabs,
.oxo24-selection .nav-tabs li a,
.oxo24-selection .nav-tabs li a:hover,
.oxo24-selection .nav-tabs li a:active{
	border: 0;
	border-radius: 0;
	color: #555;
    font-weight: 100;
}

.oxo24-selection .nav-tabs li a:active:hover{
    color: #ff0000!important;
}

.oxo24-selection .nav-tabs li span{
	float: right;
	border-right: 1px solid #ddd;
	height:1.3em;
	position: relative;
	top:0.6em;
	display: block;
}
.oxo24-selection .nav-tabs li.active a{
	border-bottom: 1px solid black;
	background-color: transparent;
	color: #000;
}

.nav-tabs li.active a:hover{
    color: #ff0000 !important;
}

.oxo24-selection .header{

}
.oxo24-selection .items .item .inside {
	border: 1px solid #ececec;
	box-shadow: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
	
}
/*.oxo24-selection .items .row:first-child .item{
	border-top:0;
	border-left:0;
}
.oxo24-selection .items .row:last-child {
	margin-top: -1px;
}
.oxo24-selection .items .row:last-child .item{
	border-bottom:0;
	border-left:0;
}
.oxo24-selection .items .row .item:last-child{
	border-right:0;
}*/
.oxo24-selection .item img{

}
.oxo24-selection .item a{
    overflow: hidden;
}
.oxo24-selection img.banner{
	width: 100%;
}
.oxo24-selection .carousel-control .glyphicon-chevron-left,
.oxo24-selection .carousel-control .glyphicon-chevron-right{
   top: 90% !important;
}
.oxo24-selection .carousel-indicators{
	bottom:5px;
}
.oxo24-selection .carousel-indicators li{
	border: 1px solid #919191;
}
.oxo24-selection .carousel-indicators li.active{
	border: 2px solid #919191;
}
.oxo24-selection .carousel-control{
	background: none !important;
	/*background-image: none !important;*/
}
.oxo24-selection .carousel-caption{
	padding:0;
	color: #919191;
	text-shadow: none;
	width: 100%;
	left: 0;
	bottom: 40px;
}

.oxo24-selection .text{
	display: none;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	position: absolute;
	padding: 7px;
	bottom: 0;
	left:0;
	width: 100%;
}
.oxo24-selection a:hover,
.oxo24-selection .text b,
.oxo24-selection .text b:hover,
.oxo24-selection .text .price,
.oxo24-selection .text .price:hover{
	color: #fff !important;
}
.oxo24-selection .price {
	float: none;
	width: 100%;
	text-align: center;
}

.recommended {
    margin-top: 10px;
}

.recommended .item-out{
    padding-right: 1px;
    padding-left: 1px;
    padding: 1px;
}

.recommended .item{
    padding: 4px;
    border: 1px solid #ececec;
    margin-bottom: 0px;
}

.recommended  .items .item .image{
	height: 150px;
}
.recommended .name{
	min-height: 2.8em;
    max-height: 38px;
    overflow: hidden;
}
.recommended .price{
	font-size: 0.9em;
}
.recommended img.banner{
	width:100%;
}
.inside{
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  /*display: table-cell;
  float: none; */
  vertical-align: middle;
  height: 100%;
}
.box{
	/*background-color: #fff;*/
}

.border-top{
	border-top: 1px solid black;
}
.padding-left{
	padding-left: 10px;
}
.margin-bottom{
	margin-bottom: 10px;
}
.hand:hover{
	cursor:move;
}
.categories-with-sliders .category{
	min-height: 300px;
    border: 1px solid #ededed;
	border-top: 1px solid #8a93a4;
    /*margin-bottom: 50px;*/
}
.categories-with-sliders .category ul.nav a{
	display: block;
}
.categories-with-sliders .carousel-caption{
	background-color: rgba(0,0,0,0.6);
	padding:5px;
}

.categories-with-sliders .carousel-indicators {

}

.categories-with-sliders .header {
    border-bottom: 1px solid #ededed;
}

.categories-with-sliders > .row > .col-md-2 {
    padding-right: 0px;
}


.categories-with-sliders h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 15px 15px;
    line-height: 30px;
    text-align: center;
    display: block;
}

.categories-with-sliders h2 a{
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}

.categories-with-sliders h2 a span{
    position: absolute;
    top: 0;
    right: -10px;
    margin: auto;
    bottom: 0;
    height: 18px;
    font-weight: 100;
    color: #e9e9e9;
}

.categories-with-sliders .nav li > a {
    text-align: center;
}

.categories-with-sliders .nav li:nth-child(1) > a, .categories-with-sliders .nav li:nth-child(2) > a {
    color: #b89987;
}

.categories-with-sliders hr{
	margin:0;
	margin-bottom: 30px;
}
.categories-with-sliders img{
	width: 360px;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.categories-with-sliders .items .item{
    padding: 0px;
}
.categories-with-sliders .slide{
	min-height: 400px;
}

.categories-with-sliders .slide .carousel-control {
    background: none;
}

.categories-with-sliders .slider {
    border: none;
}

.categories-with-sliders .carousel.slide {
    display: flex;
    align-items: stretch;
    flex: 1;
}

.categories-with-sliders .slider {
    height: auto;
}

.category-selection .item {
    height:auto;
}

.category-selection .item .inside{
    border: 0px!important;
}

.category-selection .row {
    border-bottom: 1px solid #ededed;
}

.category-selection .row:last-of-type {
    border-bottom: 0px;
}

.category-selection .col-md-4 {
    border-right: 1px solid #ededed;
    margin-bottom: 0px;
}

.category-selection .col-md-4:last-of-type {
    border-right: 0px;
}

.category-list h2 a{
	font-size: 1.3em;
	color: #FF6600;
}
.category-list > li{
	margin-bottom: 3em;
}

.form-error, ul.errors{
    background-color: #a94442;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-top: 2px;
}

ul.errors{
    display: inline-block;
    padding: 10px;
}

.tooltip-wider .tooltip-inner {
    max-width: 450px;
    width: 450px;
}
.tooltip-more-wider .tooltip-inner {
    max-width: 750px;
    width: 750px;
}

tr.msg-new{
	font-weight:bold;
	background-color:#DEDEDE !important;
}

span.msg-new{
	background-color:red;
	font-size: 0.6em;
	position: relative;
	top: -5px;
}
#frm-subscribeForm .panel{
	display: inline-block;
	background-color: transparent;
}

label[for=frm-manageShippingForm-noDomestic],
label[for=frm-manageShippingForm-freeDomestic],
label[for=frm-manageShippingForm-noInternational],
label[for=frm-manageShippingForm-freeInternational]{
	padding: 0;
	margin:0;
}
#frm-manageShippingForm .policy{
	max-width: 800px;
}
#frm-manageShippingForm .shippingRow label{
	margin:0; padding:0;
}
.set-policy-box{
	width: auto;
}

#item-buy #quantity{
	width: 100%;
}
.paypal-logo{
	width: 80px;
	margin-left: 15px;
}
.btn-recount{
	background-color: #c9302c;
	color: #fff;
	vertical-align: top;
	border: 1px solid #d43f3a;
	font-size:1em;
}
.vertical-align-helper{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.warning-shipped{
	color: red;
	margin-bottom: 10px;
}
.warning-shipped i{
	font-size: 2em;
	position: relative;
	top: 0.6em;
	margin-right: 10px;
}
.warning-shipped td.exclamation{
	vertical-align:middle;
	padding-right: 10px;
}
.warning-shipped table{
	margin: 0 auto;
}
.btn-grey{
	background-color: #6F6F6F;
	color: #fff;
}
.shipping-address{
	padding: 10px;
	background: url(/images/shipping_address.png) repeat 0 0;
}
.shipping-address .in{
	padding:10px;
	background-image: none;
	background: #fff;
	color: #8A8785;
	text-align: center;
}
.shipping-address b{
	color: #000;
}
a.category-has-no-items{
	color: #CCC7C7;
}

.phone-number> *{
    display: inline-block;
}
.gray{
	color: gray;
}
.red{
	color: red;
}
.green{
	color: green;
}
.orange{
	color: #FE9901;
}
.blue{
	color: #00989E;
}
.blue2{
	color: #5583B4;
}
.pink{
	color: #B14BAF;
}
.black{
	color: #000 !important;
}
.no-underline{
	text-decoration: none !important;
}
.transparent{
	background-color:transparent;
}
.zero-row-margin-bottom{
	padding-bottom:0 !important;
}
.account-content .filter-library-category a.toggle{
	text-decoration: none;
	color:white;
}
.account-content .filter-library-category .children{
	max-height: 20em;
	overflow:auto;
}
.modal-currency .modal-dialog{
	width: 900px;
	max-width: 95%;
}

.modal-currency .modal-body{
	max-height: 500px;
	overflow:auto;
}
.modal-currency .second{
	border-left: 1px solid gray;
}
.modal-currency ul{
	width: 100%;
}

.modal-currency ul li{
	display: block;
	padding: 0.6em 0.2em;
	border-bottom: 1px dotted gray;
}
.modal-currency li a{
	display: block;
	font-size: 1.1em;
}
.modal-currency ul b{
	display: inline-block;
	width: 3em;
}
.modal-currency .modal-footer{
	text-align: center;
}
#item-info .row.approximately-exchange{
	padding-top: 0;
}
.info-message{
	color: green;
}
.stripe{
	background-color: #4F4F4F;
	color: #fff;
	padding:7px;
}
.account-content .category-facets h4{
	font-size: 14px;
}
.account-content .category-facets h4 a{
	text-decoration: none;
	color: #2A7298;
	padding: 7px;
	display: block;
	text-align: center;
	border: 1px solid #CFCECC;
    word-break: break-word;
}
.account-content .category-facets h4 a.disabled,
.account-content .category-facets h4 a.disabled b{
	background-color: gray;
	color: #fff;
}
.account-content .category-facets.pink h4 a{
	background-color: #B14BAF;
}
.account-content .category-facets.pink h4 a b{
	color: #fff;
}
.account-content .category-facets.blue h4 a,
.account-content .category-facets.blue h4 a.active{
	background-color: #5583B4;
	color: #fff;
}
.account-content .category-facets.blue h4 .bottom-peak i{
	color: #5583B4;
}

.account-content .category-facets h4 b{
	color: #2A7298;
}
.account-content .category-facets h4 a.active{
	background-color: #B14BAF;
	color: #fff;
	border:0;
}
.account-content .category-facets h4 a.active b{
	color: #fff;
}

.account-content .category-facets h4 .bottom-peak{
	text-align: center;
}
.account-content .category-facets h4 .bottom-peak i{
	position:relative;
	top: -6px;
	color:#B14BAF;
}
.account-content .category-facets .facet-options a.active{
	border:1px solid #B14BAF;
}
.account-content .category-facets .facet-options a:not(.active){
	background-color: #fff;
}

.category-facets label{
	padding: 2px 10px;
}
.input-group-addon.darker{
	background-color: #97A3B3;
	font-weight: bold;
	color: #fff;
}
span.have-tooltip.left{
	position:relative;
	left: -2em;
}

.variation-pictures-out .pictures-outline img{
	border: 1px solid #ddd;
}

.variation-pictures-out .pictures-outline .main{
	width: 100%;
    height: 100%;
	margin-bottom:7px;
}
.variation-pictures-out .pictures-outline .thumb{
	max-width: 48px;
	padding:5px;
	max-height:48px;
	margin-right: 3px;
	margin-bottom: 3px;
}
.variations-prices-panel{
	
}
.variations-quantity-price img.thumb{
	max-width: 40px;
	max-height: 40px;
}

#item-info .variations select{
	width: 100%;
}
#item-info .variations option:disabled{
	color:#CACACA;
	opacity: 0.9;
}

#left-sidebar .facet a span{

}
.images-right-column{
	max-height: 660px;
	overflow: auto;
}
ul.error li{
	background-color:red;
	color: #fff;
	padding: 7px;
}
hr.dotted{
	border-top:1px dotted #C7C7C7;
	margin:0 2em;
}
#frm-filterForm .panel{
	background-color: transparent;
	border-bottom: 0;
	box-shadow: none;
	margin-bottom:0;
}
#frm-filterForm label{
	margin-right: 2em;
}
.manufacturers-settings{
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-username-change li{
	margin-left: 2em;
}
.trigger-modal-username-change {
	cursor: pointer;
}

.trigger-modal-username-change:hover {
    color: #00f;
}

.store-left h1{
	font-size: 23px;
	min-height:30px;
	overflow-x: hidden;
}
.store-left .contact-seller{
	font-size: 1em;
}

.banner-top{
	margin:15px 0 15px -15px;
}
.banner-top img{
	max-width: 100%;
}
/* this must be reconfigured becouse of top banner of store over 2 columns */
@media (min-width: 1200px){
	.layout #left-sidebar{
		width:20%;
	}
	.layout #center-block{
		width:80%;
	}
	.store-left{
		background-color:#EEEEEE;
		margin-left: -15px;
		margin-right: -15px;
		padding: 1px 15px 15px 15px;

	}
}
#search-in-shop .input-small{
	width:auto;
	display: inline-block;
	width:180px;
	vertical-align: bottom;
}

#search-in-shop .input-group{
	float:left;
	width:225px;;
}
.item-rating .stripe-out{
	display:inline-block;
	background-color:#F1F1F1;
	height:20px;
	width:200px;
	margin-bottom:2px;
}
.item-rating .stripe-in{
	background-color:#FE9901;
	height:20px;
}
.item-rating .rating-overall{
	margin-top:2em;
}
.item-rating .rating-overall .top{
	font-size: 32px;
	vertical-align: middle;
}
.item-rating .input-small {
    display: inline-block;
    width: 50px;
}

#select-categories {
    position: absolute;
    top: 0px;
    right: 0;
    width: 130px;
    color: transparent;
}

#select-categories select {
    height: 30px;
    background-color: transparent;
    z-index: -1;
    border: 0px;
}

.help-article > h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.help-article > div {
    border-bottom: 1px dotted #999;
    margin-bottom: 20px;
}

.manage-store-type .box {
    min-width: 50%;
    text-align: left;
    padding: 0px;
}

.manage-store-type .box > label {
    width: 100%;
}

.manage-store-type .box .header {
    min-width: 50%;
    text-align: left;
    padding: 20px;
}

.manage-store-type .box .body{
    min-width: 50%;
    text-align: left;
    padding: 20px;
    color: #000;
}

.manage-store-type .box select {
    color: #000;
}

.manage-store-type .box .form-group {
    margin-top: 10px;
}

.manage-store-type .box.selected .header {
    background-color: #5cb85c;
}

.manage-store-type .box.selected .header {
    color: #fff;
}

#frm-manageStoreForm .form-error {
    display: none !important;
}
.feedback-profile .border{
	border: 10px solid #EDEDED;padding:10px;
}
.feedback-profile a,
.feedback-profile a:visited{
	color: #337ab7;
}
.normal-font-size{
	font-size: 100%;
}
.font-size-bigger{
	font-size: 130%;
}
.margin-bottom-10{
	margin-bottom:10px;
}
.margin-top-none{
	margin-top:0;
}
.button-attention{
	border: 2px solid red;
	font-weight: bold !important;
}

#modal-bank-detail th, #modal-bank-detail td {
    vertical-align: top;
    padding: 5px;
}

.modal-content ul {
    list-style: disc;
}

.form-bg .row {
    padding-bottom: 30px;
}

.form-bg h3 {
    padding-bottom: 20px;
}

#discountPreview {
    border: 2px dashed #CDCDCB;
    border-radius: 5px;
    padding: 10px;
}

#discountPreview h4 {
    font-size: 0.8em;
}

#discountCodePreview {
    color: #870034;
    font-weight: 700;
    padding: 5px 0px 5px 10px;
    font-size: 1.2em;
}

#discountPreview .code {
    border: 1px solid #CDCDCD;
    height: 35px;
    background-color: #F9F9F9;
}

#discountPreview .center, #discountPreview .center div {
    text-align: center;
}


#discountPreview .discountValue {
    font-weight: 800;
    font-size: 1.1em;
    margin-top: 15px;
}

#discountPreview .discountOn {
    font-size: 1em;
}

#discountPreview .date-from, #discountPreview .date-to {
    font-weight: 800;
    font-size: 1.1em;
    margin-top: 15px;
}

#discountPreview .delimiter {
    border-top: 1px solid #cdcdcd;
    width: 100%;
    height: 20px;
    margin-top: 20px;
    display: block;
}

#discountPreview .storeHeader{
    margin-top: 20px;
}