body {
    font-size: 14px;
    font-family: 'PT Sans', Sans-Serif;
}

input {
    height: auto;
}

/*h1{font-size:16px;line-height: 18px;margin-top: 0px;}*/

.strong {
    font-weight: bold;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.link, .a {
    text-decoration: underline
}

.link:hover {
    opacity: 0.6
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}

.h1 {
    font-size: 38.5px;
}

.h1, .h2, .h3 {
    line-height: 40px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

h1.page-heading {
    margin-bottom: 24px;
}

h1, .h1 {
    font-size: 28px
}

h2, .h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
}

h3, .h3 {
    font-size: 18px
}

article a[href^='#'] {
    border-bottom: 1px dashed #0088cc;
    text-decoration: none;
}

article a {
    text-decoration: underline
}

article h1 {
    margin-bottom: 24px;
}

article h2 {
    margin-bottom: 18px;
}

article h3 {
    margin-bottom: 15px;
}

article h4 {
    margin-bottom: 11px;
}

.btn-primary {
    background-image: linear-gradient(to bottom, #3092C9, #6390B9);
}

.btn-primary {
    background-color: #6390B9
}

.btn-primary:hover {
    background-color: #5B83A8
}

.btn-hero {
    background-image: linear-gradient(to bottom, #FF9301, #FF7201);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-hero {
    background-color: #FF7201
}

.btn-hero:hover {
    background-color: #FF7201;
    color: white;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.btn-danger {
    background-image: linear-gradient(to bottom, #FB3B35, #C72727);
}

.btn-danger:hover {
    background-color: #C72727
}

.footer-basket .basket-item-count {
    display: none;
}

.footer-basket.not-empty .basket-item-count {
    display: inline-block;
}

.zoomable {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.window2 {
    margin: 200px auto;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.window2 .bootstrap-widget-table {
    margin-bottom: 0px;
}

/*.window2 .window-widget > .bootstrap-widget-content{*/
/*padding:20px;*/
/*}*/

.lock {
    /* when modal is opened we're removing scrollbars from the main content */
    overflow: hidden;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.themodal-overlay {
    /* overlay will stay fixed and will take all the space available */
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;

    /* if modal content doesn't fit inside the overlay, display scrollbars */
    overflow: auto;

    /* allow one-finger iPad scrolling */
    -webkit-overflow-scrolling: touch;

}

/* fix for iPad glitches */
.themodal-overlay > * {
    -webkit-transform: translateZ(0px);
}

.themodal-overlay {
    background: rgba(0, 0, 0, 0.5);
    /* IE6–IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    zoom: 1;
}

.label-success[href], .badge-success[href] {
    background-color: #50B550;
}

.label-important, .badge-important {
    background-color: #FF0C08;
}

.collection-calculator .item-count {
    width: 40px;
}

.collection-calculator .item-size {
    width: 60px;
}

.item-image {
    position: relative;
    text-align: center;
}

.item-image > .item-image__button {
    display: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 6px;
    width: 24px;
    line-height: 24px;
    color: white;
    text-align: center;
    font-size: 1.5em;
}

.item-image:hover > .item-image__button {
    display: block;
}

.item-image:hover > .item-image__button i {
    text-shadow: 1px 1px 1px #504f4f, 0px 0px 2px #000000;
}

.item-image:hover > .item-image__button:hover i {
    text-shadow: none
}

.item-image > .item-image__button:hover {
    color: coral;
    background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.item-image .item-image-zoom {
    right: 0px;
}

.item-image .item-video {
    right: 35px;
    /*font-size:2em;*/
}

.item-image > .item-video:hover {
    color: red;
}

.breadcrumb {
    margin-top: 0px !important;
}

.breadcrumb > .active a {
    color: #999999;
    font-weight: bold;
}

form label {
    font-weight: bold
}

form label:first-letter {
    text-transform: uppercase
}

.quick-view-outer {
    position: relative;
}

.quick-view-outer .prev {
    left: -90px;
    position: absolute;
    top: 250px;
    color: white;
}

.quick-view-outer .next {
    right: -90px;
    position: absolute;
    top: 250px;
    color: white;
}

.quick-view-outer .next:hover, .quick-view-outer .prev:hover {
    color: #c0c0c0;
}

.brand-card {
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.list-view {
    padding-top: 0px;
    position: relative
}

.list-view .summary {
    border-bottom: 1px solid whitesmoke;
}

.list-view .empty {
    display: block;
}

.list-view .pagination {
    margin: 36px 0px;
}

.list-view .pagination:nth-child(1) {
    position: absolute;
    top: -30px;
    right: 0px;
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 10px 0px;
    line-height: 40px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    width: 71px;
    text-align: center;
}

.product-card {
}

.collection-card {
    margin: 0px 0px 12px 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: -7px;
    width: 100%;
}

.collection-card:hover {
    z-index: 3;
}

.collection-card-inner {
    border: 2px solid transparent;
    border-bottom: 0px;
    padding: 5px;
    width: 100%;
    box-sizing: content-box;
}

.collection-card .buttons {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%
}

.collection-card .buttons-inner {
    box-sizing: content-box;
    padding: 5px;
    width: 100%;
    border: 2px solid #d8d8d8;
    border-top: 0;
    margin-left: 2px;
    border-left: 0px solid white;
    background-color: white;
}

.collection-card .buttons {
    display: none;
}

.collection-card:hover .buttons {
    display: block;
}

.collection-card.disabled {
    opacity: 0.6;
}

.collection-card .item-title {
    font-weight: bold;
    margin-top: 6px;
}

.collection-card.collection .item-title {
    font-size: 1.3em;
}

.collection-card .item-title:hover {
    text-decoration: underline;
}

.collection-card .item-type {
    color: darkgray
}

.collection-card .item-price {
    font-weight: bold;
    color: coral;
}

.collection-card.item-price.available-0, .item-price.available-4 {
    color: grey
}

.collection-card.item-price.available-2 {
    color: red
}

.collection-card .buttons {
    display: none;
}

.collection-card:hover .buttons {
    display: block;
}

.collection-card .thumbs {
    display: none;
}

.collection-card:hover .thumbs {
    display: block;
}

.collection-card .item-image .btn {
    display: none;
}

.collection-card:hover .item-image .btn {
    display: block;
    opacity: 0.8
}

.collection-card .item-image .btn:hover {
    opacity: 1
}

.collection-price {
    font-size: 22px;
    font-weight: bold;
    color: coral;
    margin-top: 12px;
}

.collection-images .item-image {
}

.collection-card .quick-view-button {
    position: absolute;
    top: 210px;
    margin: 0 auto;
    width: 180px
}

/* миниатюры карточки(слева) */
.collection-card .thumbs {
    position: absolute;
    z-index: 1;
    background-color: white;
    border: 2px solid #d8d8d8;
    border-right: 0px;;
    padding: 5px 0 5px 5px;
    max-width: 40px;
    width: 40px;
    overflow: hidden;
    left: -45px;
    height: 100%;
    padding-bottom: 29px;
}

.collection-card .thumbs img {
    margin-bottom: 3px;
}

.collection-card:hover .collection-card-inner {
    border: 2px solid #d8d8d8;
    border-bottom: 0px
}

.collection-card.no-buttons .collection-card-inner {
    border-bottom: 2px solid transparent;
}

.collection-card.no-buttons:hover .collection-card-inner {
    border-bottom: 2px solid #d8d8d8;
}

.collection-card:hover .buttons {
    display: block;
}

.collection-card:hover .admin-buttons {
    display: block
}

.collection-card .admin-buttons {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
    text-shadow: 1px 1px 1px white;
}

/* слайдер карточки */
.collection-card .collection-actions {
    display: none;
}

.collection-card:hover .collection-actions {
    display: block;
}

.collection-card .slide-next, .collection-card .slide-prev {
    position: absolute;
    font-size: 2.5em;
    height: 100%;
    padding: 0px 12px;
    color: white;
}

.collection-card .slide-next {
    right: 0px;
}

.collection-card .slide-prev {
    left: 0px;
}

.collection-card .slide-prev:hover, .collection-card .slide-next:hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: coral;
}

.collection-card .slide-next.disabled, .collection-card .slide-prev.disabled {
    opacity: 0.5;
}

/*.items{position:relative;left:-7px;}*/

.item-card {
    width: 194px;
    float: left;
    position: relative;
}

.b-filter {
    font-size: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted gray;
    padding-bottom: 12px;
}

.b-filter label {
    font-weight: normal;
    color: steelblue;
    display: block;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

.b-filter label:hover {
    background-color: whitesmoke;;
}

.b-filter .color-decorator {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    display: inline-block;
}

.b-filter input[type=checkbox] {
    line-height: 1;
    margin-right: 6px;
    margin-top: 0px;
    display: inline-block;
}

.b-filter .nav-header {
    padding-left: 0px;
    color: darkslategrey;
    font-size: 13px;
}

.b-filter a {
}

.b-filter .show-all {
    margin: 6px;
    font-size: 10px;
}

.b-filter .item-count {
    font-weight: bold;
    font-size: 0.9em;
    color: #7f868e;
    float: right;
    text-align: right;
}

.b-filter .el {
    display: block;
}

.b-filter.list .el {
    text-transform: capitalize;
}

.b-filter .el:hover {
    background-color: #e8e2e2
}

.b-filter a.selected {
    font-weight: bold;
    color: coral;
}

.b-filter.color .selected i {
    position: relative;
    top: -18px;
    right: -26px;
    text-shadow: 1px 1px 2px white;
    color: red;
}

.catalog-title {
    margin-bottom: 8px;
}

.catalog-title h1 {
    font-size: 21px;
    display: inline-block
}

.catalog-title .item-count {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    margin-top: 12px;
    margin-left: 4px;
    color: grey
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/*Голоса*/
.rateit-disabled {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit-disabled .rateit-range {
    position: relative;
    top: 2px;
    display: -moz-inline-box;
    display: inline-block;
    background: url(/images/rateit/star.gif);
    height: 16px;
    outline: none;
}

.rateit-disabled .rateit-range * {
    display: block;
}

/* for IE 6 */
* html .rateit, * html .rateit-disabled .rateit-range {
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit-disabled .rateit-range {
    display: inline;
}

.rateit-disabled .rateit-hover, .rateit-disabled .rateit-selected {
    position: absolute;
    left: 0px;
}

.rateit-disabled .rateit-selected {
    background: url(/images/rateit/star.gif) left -32px;
}

a[data-target] {
    cursor: pointer
}

body form {
    font-size: 13px;
}

.navbar-inverse .navbar-inner {
    background-image: linear-gradient(to bottom, #3092C9, #6390B9);
    background-color: #3092C9;
    border-color: #E0E0E0;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}

.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #5B83A8;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    color: gold;
    background-color: #5B83A8;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #5B83A8;
    color: #ffffff;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    background-color: #4A91C0;
}

.top-menu {
    float: right;
    overflow: visible;
    white-space: nowrap
}

.header-cart {
    border-radius: 6px;
    float: right;
}

.header-cart.not-empty:hover {
    cursor: pointer;
    text-decoration: none;
}

#header .bootstrap-widget-header {
    background: -moz-linear-gradient(center top, #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 transparent;
    border-top: 1px solid #D5D5D5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px;
    position: relative;
}

.bootstrap-widget-header i {
    font-size: 18px !important;
    color: #1f73b1 !important;
}

.bootstrap-widget-header h3 {
    font-size: 18px !important;
    line-height: 36px !important;
    color: #1f73b1 !important;
}

.bootstrap-widget-header i {
    font-size: 18px;
}

#header .popover {
    padding: 0px
}

#header .popover-content {
    padding: 9px 0px 0px 0px;
}

#menu-top .navbar-inner {
    padding-right: 0px;
    padding-left: 0px;
}

#menu-top .navbar .nav {
    margin: 0
}

#custom-search-input {
    margin: 0;
    padding: 0;
}

#custom-search-input .search-query {
}

.search-query:focus + button {
    z-index: 3;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 979px) {
    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
        color: white;
    }
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: white;
    border-bottom-color: white;
}

.navbar .nav > li > a {
    padding: 10px 11.4px;
}

#footer ul {
    margin-left: 15px;
    margin-top: 18px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 13px;
    line-height: 19px;
}

.lb-caption {
    color: #0088CC;
    font-size: 1.2em;
}

.portlet-title {
    border-bottom: 1px solid #C7C7C7;
    font-size: 1.1em;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.bootstrap-widget-header > [class^="fa-"], .bootstrap-widget-header > [class*=" fa-"] {
    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;
    font-size: 16px;
    color: #555;
    vertical-align: middle;
}

.bootstrap-widget-header i {
    font-size: 18px;
}

.bootstrap-widget-header i {
    font-size: 18px !important;
    color: #1f73b1 !important;
}

.bootstrap-widget-content .form-actions {
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

.calculator-item-type {
    color: grey;
}

.calculator-item-name {
    font-weight: bold;
    color: #0088cc
}

.calculator-item-size {
    color: grey;
}

.calculator-item-price {
}

.subtext {
    font-style: italic;
    color: gray;
}

.benefit {
    font-size: 15px;
    font-weight: bold;
    display: block;
    float: left;
    padding: 12px 12px 12px 0px;
    color: #f93a81;
}

.collection-calculator input {
    margin-bottom: 0px;
}

.vertical-middle:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
