html {
    font-size: 15px;
}

body {
    padding-top: 49px;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 300;
    font-size: 1rem;
}

button {
    outline: none !important;
}

b, strong
{
    font-weight: 600;
}

header .navbar {
    text-align: center;
    margin-bottom: 0px;
    min-height: 0px;   
}

header nav .nav-button-search {
    float: left;
    margin-left: 15px;
}

header .container {
    position: relative;
}

header .container .navbar-header {
    margin-left: 0;
    margin-right: 0;
}

header .navbar-nav > li > a {
    font-size: 1.2rem;
    padding: 10px 12px;
}

.tinymce_html img,
.tinymce_html embed,
.tinymce_html video,
.image > a > img
{
    max-width: 100%;
    height: auto !important;
}

.tinymce_html object,
.tinymce_html iframe
{
    max-width: 100%;
}

.tinymce_html table {
  border: 1px solid #ddd;
}

.tinymce_html table th,
.tinymce_html table td
{
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.tinymce_html ul,
.tinymce_html ol
{
    padding-left: 19px;
}

.tinymce_html ol
{
    counter-reset: item;
    list-style-type: none;
}

.tinymce_html ol > li:before 
{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    position: absolute;
    margin-left: -19px;
}

.tinymce_html ol ol
{
    padding-left: 27px;
}

.tinymce_html ol ol li:before 
{
    margin-left: -27px;
}

.tinymce_html ol ol ol
{
    padding-left: 38px;
}

.tinymce_html ol ol ol li:before 
{
    margin-left: -38px;
}

.tinymce_html ol ol ol ol
{
    padding-left: 48px;
}

.tinymce_html ol ol ol ol li:before 
{
    margin-left: -48px;
}

.tinymce_html a
{
    text-decoration: underline;
}

.tinymce_html h1, .tinymce_html h2, .tinymce_html h3
{
    font-family: 'Playfair Display', serif;  
    margin-bottom: 13px; 
}

.tinymce_html h1
{
    font-size: 1.8rem;
}

.tinymce_html h2
{
    font-size: 1.6rem;
}

.tinymce_html h3
{
    font-size: 1.4rem;
}

.tinymce_html h4
{
    font-size: 1.2rem;
}

.tinymce_html h5
{
    font-size: 1.067rem;
}

.tinymce_html h6
{
    font-size: 1rem;
}

#one-column-layout,
#two-column-layout {
    padding-top: 5px;
}

#logo {
    display: block;
    position: absolute;
    width: 100%;   
}

#logo > div {
    display: inline-block;
}

#logo img {
    max-height: 48px;
}  

#logo a {
    display: table-cell;
    height: 48px;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

#nav-menu .dropdown-menu {
    z-index: 2000;
}

#nav-menu .dropdown-menu h2 {
    font-size: 0.9333rem; /*14px*/
    margin: 0px;
}

#nav-menu .dropdown-menu h2 a {
    padding: 10px 15px 10px 25px;
    display: block;
    position: relative;
    line-height: 1.42857;
}

#nav-menu .dropdown-menu .nav > li > a {
    padding-left: 50px;
}

#nav-menu,
header .navbar-dropdown .navbar-collapse {
    text-align: left;
    border-top: none;
}

#nav-menu
{
    background: #fff;
}

#nav-menu .nav {
    margin-top: 0;
    margin-bottom: 0;
}

footer .responsive-info {
    text-align: center;
    padding: 50px 30px;
    text-transform: uppercase;
}

footer .list-group {
    margin: 0px;
    text-align: center;
}

footer .panel-group {
    
    margin-bottom: 0px;
}


footer .list-group > a {
    font-size: 0.8667rem;
    display: block;
    padding: 4px 10px;
    border: none;
    background: none;
    text-decoration: none;
}

footer .list-group h5
{
    margin-bottom: 0;
    margin-top:20px;
}

.media-left {
    padding-right: 15px;
}

.media-object {
    max-height: 42px;
    max-width:  42px;
}

.media-left, .media-body {
    display: table-cell;
    vertical-align: top; 
}

.alert {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-radius: 0;
}

#user-panel-newsletter .alert, #edit-account .alert, #edit-profile .alert
{
    left: 50%;
    margin-left: -150px;
    padding: 30px;
    position: fixed;
    text-align: center;
    width: 300px;
    z-index: 1000;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
    transition-delay: 1s;
    box-shadow: 1px 1px 25px #222;
    opacity: 1;
    background:#ffffff;
    color:inherit;
    border:none;
}

.opacity_alert {
  opacity: 0;
}

.hidden_alert {
  display: none;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    font-weight: normal;
}

.thumbnail .caption {
    color: inherit;
    padding: 9px 16px;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
}

.preloader {
    background: url("/images/frontend/theme/responsive/preloader.gif") no-repeat center center rgba(255, 255, 255, 0.8);
    height: 64px;
    width: 64px;
    margin: 15px auto;
}

.bootstrap-msahead {
    padding-right: 30px !important;
}

.bootstrap-typeahead-preloader {
    background-size: 20px 20px;
    background-image: url("/images/frontend/theme/responsive/preloader.gif");
    background-position: 98% center;
    background-repeat: no-repeat;
}

.breadcrumb {
    border-radius: 0px;
    background: none;
    padding: 3px 0;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 300;
    color: #9E9E94;
}

.col-sm-12 > .breadcrumb
{
    float: left;
}

.breadcrumb > li + li:before {
    content: "• ";
    padding: 0px 3px; 
}

.breadcrumb > li > a,
.breadcrumb > .active {
    color: #929289;
}

.breadcrumb > .active {
    color: #888;
}

.tooltip {
    font-size: 14px;
}

.panel-heading
{
    font-weight: 500;
    padding: 5px 15px;
}

.panel-body
{
    padding: 12px 16px;
}

.panel
{
    margin-bottom: 13px;
    /*border-color: #e9e9e9;*/
    box-shadow: none;
}

.radio
{
    margin-top: 6px;
    margin-bottom: 6px;
}

.radio label, .checkbox label
{
    font-weight: 300;
}

.btn  {
    border-radius: 0px;
}

.btn-navbar {
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    border: none;
    background: none;
    font-size: 1.467rem; /*22px*/
    line-height: 0px;
    height: 48px;
    padding: 13px 10px;
    position: relative;
}

.typeahead-popover {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.typeahead-popover.bottom {
    margin-top: 12px;
}


.typeahead-popover .popover-content {
    overflow-y: auto;
    max-height: 340px;
}



.popover-content > ul:last-child {
    margin-bottom: 0px;
}

.popover-content > ul > li[data-url] {
    cursor: pointer;
    padding: 10px 15px;
}

.popover-content > ul > li[data-url]:hover {
    background: #eee;
}

.pagination > li {
    display: inline-block;
    margin-right: 6px;
}

.pagination {
    text-align: center;
}

.pagination > li:last-child > a,
.pagination > li:first-child > a {
    border-radius: 0px;
}

.carousel .container {
    position: relative;
} 

.carousel-control.right{
   background-image: linear-gradient(to left, rgba(0, 0, 0, 0.10) 0px, rgba(0, 0, 0, 0) 100%);
}

.carousel-control.left {
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.10) 0px, rgba(0, 0, 0, 0) 100%);
}

.navbar {
    border-radius: 0px;
}

.dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    min-width: 100%;
}

.panel .form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
}

.navbar-collapse {
    overflow-x: hidden;
}

.navbar-fixed-top .navbar-collapse
{
    max-height: 390px;
}

.navbar-collapse .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.navbar-toggle {
    font-size: 1.2em;
    padding: 4px 8px;
    border-radius: 0px;
}

#nav-search .search .input-group {
    width: 373px; 
}

#nav-search .search,
#nav-shopping-cart .shopping-cart {
    padding: 12px 13px 12px;
}

#nav-menu .search {
    padding: 10px 12px 0;
}

#nav-menu .search input[type="search"] {
    padding-left: 5px;
    padding-right: 5px;
}

#nav-shopping-cart .shopping-cart .item {
    float: left;
    min-width: 270px;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

#nav-shopping-cart .shopping-cart .item:nth-child(2n+3)
{
    clear: both;
}

.error-404 .img-error
{
    margin-top: 60px;
    margin-bottom: 10px;
}

.error-404 .title-error
{
    margin-bottom: 15px;
}

.shopping-cart .item .image {
    margin-right: 10px;
}

.shopping-cart .item .image img {
    max-height: 90px;
    border-radius: 0;
}

.shopping-cart .item .price {
    margin-top: 5px;
}

#nav-button-shopping-cart .quantity {
    background: #1e68e9;
    border-radius: 12px;
    bottom: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 0.6rem; /*9px*/
    line-height: 12px;
    min-width: 18px;
    padding: 3px;
    position: absolute;
    right: 5px;
    text-align: center;
    font-weight: bold;
}

#nav-button-user .login-status {
    background: none repeat scroll 0 0 #a9e27a;
    border-radius: 12px;
    bottom: 5px;
    color: #ffffff;
    display: none;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 7px;
    min-width: 13px;
    padding: 3px;
    position: absolute;
    right: 6px;
    text-align: center;
}


#nav-button-shopping-cart .quantity:empty {
    display: none;
}

#nav-button-menu {
    float: left;
    margin: 0px;
    padding: 13px 15px;
    border: none;
}

#nav-button-menu .icon-bar {
    margin: 4px 0px;
}


.btn-product-order-by{
    width: 40px;
}

#config {
    margin-right:15px;
}
 
#settings .open > .dropdown-menu {
    left: auto;
    right: 0;
}

.visible-us {
    display: none !important;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.thumbnail {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    margin-bottom: 10px;
}

/*#homepage .container {
    padding-left: 0px;
    padding-right: 0px;
}*/

.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{
    padding-left: 0px;
    padding-right: 0px;
}

#product-recommend .col-xs-1, #product-recommend .col-sm-1, #product-recommend .col-md-1, #product-recommend .col-lg-1, #product-recommend .col-xs-2, #product-recommend .col-sm-2, #product-recommend .col-md-2, #product-recommend .col-lg-2, #product-recommend .col-xs-3, #product-recommend .col-sm-3, #product-recommend .col-md-3, #product-recommend .col-lg-3, #product-recommend .col-xs-4, #product-recommend .col-sm-4, #product-recommend .col-md-4, #product-recommend .col-lg-4, #product-recommend .col-xs-5, #product-recommend .col-sm-5, #product-recommend .col-md-5, #product-recommend .col-lg-5, #product-recommend .col-xs-6{
    padding-left: 5px;
    padding-right: 5px;
}

#product-accessories .col-xs-1, #product-accessories .col-sm-1, #product-accessories .col-md-1, #product-accessories .col-lg-1, #product-accessories .col-xs-2, #product-accessories .col-sm-2, #product-accessories .col-md-2, #product-accessories .col-lg-2, #product-accessories .col-xs-3, #product-accessories .col-sm-3, #product-accessories .col-md-3, #product-accessories .col-lg-3, #product-accessories .col-xs-4, #product-accessories .col-sm-4, #product-accessories .col-md-4, #product-accessories .col-lg-4, #product-accessories .col-xs-5, #product-accessories .col-sm-5, #product-accessories .col-md-5, #product-accessories .col-lg-5, #product-accessories .col-xs-6{
    padding-left: 5px;
    padding-right: 5px;
}

#thumb-list .col-xs-1, #thumb-list .col-sm-1, #thumb-list .col-md-1, #thumb-list .col-lg-1, #thumb-list .col-xs-2, #thumb-list .col-sm-2, #thumb-list .col-md-2, #thumb-list .col-lg-2, #thumb-list .col-xs-3, #thumb-list .col-sm-3, #thumb-list .col-md-3, #thumb-list .col-lg-3, #thumb-list .col-xs-4, #thumb-list .col-sm-4, #thumb-list .col-md-4, #thumb-list .col-lg-4, #thumb-list .col-xs-5, #thumb-list .col-sm-5, #thumb-list .col-md-5, #thumb-list .col-lg-5, #thumb-list .col-xs-6{
    padding-left: 2px;
    padding-right: 2px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
} 

.row-first
{
    margin-top: 20px;
}

.modal-content
{
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}

.modal-vertical-centered {
    text-align: center;
}

.modal-vertical-centered:before {
    display: inline-block !important;
    vertical-align: middle !important;
    content: " ";
    height: 100%;
}

.modal-vertical-centered .modal-dialog {
    display: inline-block !important;
    vertical-align: middle !important;
}



.password-strength-bar[alt="1"]
{
    color: #fff !important;
    background: #FF342D !important;
}

.password-strength-bar[alt="2"]
{
    background: #ffa46d !important;
}

.password-strength-bar[alt="3"]
{
    background: #ffde6d !important;
}

.password-strength-bar[alt="4"]
{
    background: #e4f78d !important;
}

.password-strength-bar[alt="5"]
{
    background: #9cf78d !important;
}

footer .panel-group .panel{
    border-radius: 0px;
}


footer .panel-group .panel .panel-heading {
    border-radius: 0px;
}


footer .panel-group .panel + .panel {
    margin-top: 0px;
}

footer .panel-title {   
    font-size: 0.9333rem; /*14px*/
    text-align:center;
}

footer .navbar-default {
    background: rgba(256,256,256, .85);
    border: none;
    border-top: 1px solid #C8C8C6;
    margin-bottom: 0px;
}

footer .copyright {
    position: relative;
    clear: both;
    text-align: center;
}

footer .copyright a {
    font-size: 0.8rem; /*12px*/
    display: block;
    line-height: 20px;
    white-space: nowrap;
}

footer .copyright img {
    margin-bottom: 3px;
    margin-left: 3px;
    vertical-align: middle;
}

footer #social a
{
    text-decoration: none;
    display: inline-block;
    margin-bottom: 3px;
}

footer #social a:hover
{
    position: relative;
    top: -1px;
}

/*#homepage-bg {
    padding-top: 40px;
    background: url("../images/perfume/bg.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0) !important;
}*/

#homepage-carousel .carousel-control.right, #homepage-carousel .carousel-control.left{
    background: none;
}

.category-list {
    margin-left: -5px;
    margin-right: -5px;
}

.category {
    width: 100%;
    position: relative;
}

.category:hover .image a,
.category:hover .list-unstyled,
.category:hover h2 a {
    border-color: #888;
}

.category .list-unstyled li {
    padding: 3px;
}

.category .image a,
.category h2 a,
.category .list-unstyled {
    padding: 9px 9px 0px;
    border-color: #ddd;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
}

.category .image {
    border-top-width: 1px;
    text-align: center;
}

.category .image img
{
    display: inline-block;
}

.category .image a {
    border-top-width: 1px;
}

.category a,
.category:hover .list-unstyled {
    display: block;
}

.category h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Playfair Display', serif;
}

.category h2 a {
    padding-top: 14px;
    padding-bottom: 14px;
    text-decoration: none;
    border-bottom-width: 1px;
}

.category:hover h2 a {
    color: #D5230B;
}

.category:hover.expandable h2 a {
    border-bottom: none;
}

.category .list-unstyled {
    padding-bottom: 9px;
    border-bottom-width: 1px;
    position: absolute;
    left: 5px;
    right: 5px;
    display: none;
    margin-top: 0px;
    z-index: 10000;    
}

#vertical-categories h3,
.product_group .panel-title,
.box-info .panel-title
{
    margin-top: 0;
    font-size: 22px;
    font-weight: 300;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
}

.product_group .panel-heading,
.box-info .panel-heading
{
    padding: 12px 16px 0;
    background: none;
    border: none;
}

.product_group .panel-title a,
.box-info .panel-title a
{
    text-decoration: none;
}

#vertical-categories a {
    padding: 3px 0;
    text-decoration: none;
    background: none;
}

#vertical-categories .current {
    display: block;
}

#vertical-categories li li a {
    padding-left: 19px;
}

#vertical-categories li.parent+li li a {
    padding-left: 38px;
}

#vertical-categories li.parent+li .current {
    padding-left: 19px;
}

#vertical-categories .current,
#vertical-categories .nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    background: none;
}

#vertical-categories li.parent > a {
    padding-left: 0px;
}

#vertical-categories li.parent .glyphicon {
    font-size: 10px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
}

#vertical-categories li.parent .name {
    vertical-align: middle;
}

.subcategory-more {
    display: none;
}

#category-filter{
    background: none;
    border: none;
    box-shadow:none;
}

#category-filter .panel-heading{
    border: none;  
    border-top:1px solid #ffffff;
    border-radius:0px;
    padding: 5px 0 10px;
}

#category-filter .first{
    border: none;
    padding: 20px 0px 5px 0px ;
}

#category-filter a{
    font-size: 1.067rem; /*16px*/
    font-weight: lighter;
    color: #ffffff;
}

#category-filter .panel-body {
    padding: 0px 15px 10px 15px;
}

#category-filter .panel-title a{
    font-size: 1.867rem; /*28px*/
}

#category-filter .panel-heading{
    background: none;
}

#category_info
{
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    margin-bottom: 19px;
    border: 1px solid #C8C8C6;
}

#category_info .image img
{
    max-width: 100%;
}

#nav-settings .dropdown-menu,
#product-navbar  .dropdown-menu {
    right: 0;
    left: auto;
}

.is-sticky{
    z-index: 999 !important;
}

.form-control
{
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    border-color: #dfdfdf;
}


select.form-control
{
   border-radius: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
   padding-right: 26px;
   background-image: url("/images/frontend/theme/responsive/select-arrow.png");
   background-position: right center;
   background-repeat: no-repeat;
}

/********* TABLE *********/

.table {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
}

.table th, .table td {
    margin: 0em 1em;
    text-align: left;
}

.table th {
  display: none;
}

.table td {
  display: block;
}

.table .text-center
{
    text-align: center;
}

.table .text-right
{
    text-align: right;
}

.table td:first-child {
  padding-top: .5em;
}

.table td:last-child {
  padding-bottom: .5em;
}

.table .mobile:before{
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: 600;
    text-align: right;
    width: 6em;
    margin-right:5px;
}

#shopping-cart .product-action    
{
    text-align: center;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
    padding: 5px;
    vertical-align: middle;
}

.table>thead>tr>th
{
    border-width: 1px;
    font-weight: 500;
}

.product-options-group .btn-group {
    width: 100%;
}

.product-options-group .dropdown-menu {
    min-width: 100%;
}

.product-options-group button {
    width: inherit;
    text-align: left;
}

.product-options-group button .text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    vertical-align: middle;
    width: 70%;
}

.product-options-group button .caret {
    float: right;
    margin-top: 9px;
}

.product-options-group label {
    font-weight: 300;
}

.product-options-group .dropdown-menu > li > a {
    padding-left: 12px;
    padding-right: 12px;
}

.product-options-group .icon {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    background-size: cover;
    margin-right: 5px;
}

.product-options-group button .icon {
    float: left;
}
 
.product-options-group .icon + .preview {
    display: none;
    position: absolute;
    z-index: 10000;
    width: 128px;
    height: 128px;    
    margin-left: -140px;
    margin-top: -26px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
    border: 5px solid #fff;
}

.product-options-group .icon + span.preview {
    background-size: cover;
}

.product-options-group a:hover .icon + .preview {
    display: block;
}

.product-filter-container > .filter-left:nth-child(1)
{
    border-top: 1px solid #e6e6e6;
    margin-top: 18px;
}

.product-filter-container {
    position: relative;
    padding-bottom: 21px;
}

.product-filter-container .preloader {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.product-filter-container .reset {
    font-size: 13px;
}

.product-filter-container .product-filter-price .reset
{
    padding-top: 7px;
}

.product-filter-container .reset span {
    font-size: 12px;
    top: 2px;
    margin-left: 2px;
}

.product-filter-price .product-filter-price-slider {
    padding-left: 10px;
    padding-right: 10px;
}   

.product-filter-price-min,
.product-filter-price-max {
    text-align: center;
}

.product-filter-container .colors-filter button {
    height: 25px;
    width: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0px 0px 0px 1px #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
    box-shadow: inset 0px 0px 0px 1px #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.product-filter-container .colors-filter button.active {
    border-color: #888;
}

.product-filter-container .form-group:last-child {
    margin-bottom: 0px;
}

.product-filter-price
{
    margin-bottom: 8px;
    padding-top: 16px;
}

.product-filter-price .input-price-filter
{
    font-size: 18px;
}

.product-filter-price .input-price-filter input
{
    padding: 0;
    border: none;
    background: none;
    display: inline;
    outline: none;
    transition: width 0.25s; 
    transition: border-color 0.25s; 
    border: 1px solid #fff;
}

.product-filter-price .input-price-filter input:focus,
.product-filter-price .input-price-filter input:hover
{
    border-color: #ddd;
}

.product-attribute-filter-container .filter-title
{
    font-size: 16px;
    padding: 15px 0px 5px;
}

#toTop, #phone-call{
    bottom: 0px;
    color: #dc1912;
    display: none;
    font-size: 40px;
    height: 60px;
    overflow: hidden;
    padding: 5px;
    margin:20px;
    position: fixed;
    text-decoration: none;
    width: 60px;
    z-index: 1000;
    border:3px solid #dc1912;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);    
    opacity: 0.3;
}

#toTop {
    right: 1px;
}

#phone-call {
    left: 1px;
    border: 3px solid green;
    color: green;
    left: 1px;
}


#toTop:active, #toTop:focus {
    outline:none;
    z-index:1000;
}

#cookies_message{
    width: 100%; 
    position:fixed; 
    bottom:0; 
    z-index:1000; 
    display: none;
}

#cookies_close {
    cursor: pointer;
    float: right;
    height: 14px;
    margin: 14px;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 13px;
    z-index: 10001;
}

#cookies_frame{
    margin: 0 auto; 
    z-index: 10000; 
    position: relative; 
    max-width: 100%;
}

#cookies_content{
    text-align:center; 
    font-size: 12px; 
    padding: 10px 30px 10px 0px;
}

footer #social{
    margin-bottom:10px;
    text-align: center;
    margin-top:20px;
}


#price-star-info{
    color: #b0b0b0;
    font-size: 11px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    text-align:center;
}

#price-star-info a
{
    color: #b0b0b0;
}

#blog .description,
#blog .data
{
    margin-top: 7px;
}

#blog .thumbnail
{
    margin-bottom: 10px;
}

#blog-show .image img
{
    max-width: 100%;
    height: auto;
    margin-left: 15px;
    margin-bottom: 15px;
}

#blog-list .data
{
    margin-bottom: 7px;
}

#blog-list .image img
{
    margin: 0 15px 15px 0;
    max-width: 100%;
    height: auto;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{display: none; background:url(/images/frontend/theme/default2/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/frontend/theme/default2/star.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important; margin-top: -3px;}
/* END jQuery.Rating Plugin CSS */

.review_description{
    width: 85%;
}

#review_table
{
    margin-top: 4px;
    overflow: visible;
    background-color: #fff;
    margin-bottom: 1em;
}

#review_table tr
{
    border-bottom: 1px solid #ddd;
}

#review_table th
{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 4px;
    background-color: #f5f5f5;
    font-weight: normal;
}

#st_basket_vat_eu label 
{
    width: auto;
    float: none;
    padding-right: 5px;
    vertical-align: middle;
    cursor: inherit;
}

.btn-delete
{
    background-image: url(/images/frontend/theme/responsive/delete.png);
    background-position: center;
    background-repeat: no-repeat; 
    width: 17px;
    height: 17px;
    display: inline-block;
}

.tooltip-inner
{
    color: #545454;
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0,0,0, .5);
}

.tooltip-inner a
{
    color: inherit;
}

.dropdown-toggle .text + .caret
{
    margin-left: 4px;
}

.cursor-hand{
    cursor:pointer;
}

.underline a{
    text-decoration:underline;
}

#eraty-santander-calculate {
    margin-top: 15px;
}

.btn-eraty img {
    margin-left: 5px;
}

.btn-eraty span {
    vertical-align: middle;
}

.btn-eraty-lg {
    font-size: 16px;
}

@media (min-width: 768px) {
    
   #cookies_close 
   {
        cursor: pointer;
        float: none;
        height: 15px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 15px;
        z-index: 10001;
    } 

    #price-star-info
    {
        float: right;
        margin-top: 23px;
        text-align:right;
    }
    
    #phone-call
    {
        display:none !important;
    } 
    
   .table td:not(.product-action):before {
        display: none;
    }
    
    .table .th-td-right{
        text-align: right;
    }
    
    .table .th-td-center{
        text-align: center;
    }
    
    .table th, .table td {
    display: table-cell;
    padding: .25em .5em;
    }

    .table th, .table td {
    margin: .5em 1em;
    }

    .table > tbody > tr > td{
    border-top: 1px solid #ddd;
    }
  
}

@media (max-width: 500px) {
    .hidden-us {
        display: none !important;
    }

    .visible-us {
        display: block !important;
    }
    
    .home-list .col-xs-4, .full-list .col-xs-4, #blog .col-xs-4
    {
        width: 100%;
    }
    
    #product-recommend .col-xs-4, #product-accessories .col-xs-4{
        width: 50%;
        padding-left:1%;
        padding-right:1%;
    }
    
    
    .home-list .product-list .thumbnail, #blog .thumbnail {
        margin-bottom: 0px;
    }
    
    .category-list {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    
    .category .image a img{
        max-height: 50px;
        margin:5px;
    }
    
    .category .image a{
        padding: 0px;
    }
    
    .category .image{
        float:left;
        
    }
    
    .category .caption{
        float:left;
    }
    
    .category .image a, .category h2 a, .category .list-unstyled {
        border-style: none;
    }
    
    .category {
        float: left;
        border-top: 1px solid #c8c8c6;
    }
    
    .category h2 a{
        padding: 18px 0px 0px;
        font-size: 1.4rem;
        text-transform: none;
        margin-left: 5px;
    }
    
    .col-box {
        width: 100%; 
     }

     #carousel-example-generic{
        margin-bottom: 0px;
    }

    .category .list-unstyled
    {
        display: none !important;
    }

    .tinymce_html iframe,
    .tinymce_html embed
    {
        height: auto;
    }

    .tinymce_html table
    {
        width: 100% !important;
    }
    
}

@media (min-width: 500px) {

    .category .image a, .category h2 a, .category .list-unstyled
    {   
        background: #fff;
    }

    .category:hover .image a,
    .category:hover .list-unstyled,
    .category:hover h2 a {
        background: rgba(255, 255, 255, 0.85);
    }

    .category {
        float: left;
        width: 25%;
        padding: 0 5px;
        margin-bottom: 10px;
    }    
    
    .home-list .col-xs-1, .home-list .col-sm-1, .home-list .col-md-1, .home-list .col-lg-1, .home-list .col-xs-2, .home-list .col-sm-2, .home-list .col-md-2, .home-list .col-lg-2, .home-list .col-xs-3, .home-list .col-sm-3, .home-list .col-md-3, .home-list .col-lg-3, .home-list .col-xs-4, .home-list .col-sm-4, .home-list .col-md-4, .home-list .col-lg-4, .home-list .col-xs-5, .home-list .col-sm-5, .home-list .col-md-5, .home-list .col-lg-5, .home-list .col-xs-6, #blog .col-xs-4{
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #full-list .col-xs-1, #full-list .col-sm-1, #full-list .col-md-1, #full-list .col-lg-1, #full-list .col-xs-2, #full-list .col-sm-2, #full-list .col-md-2, #full-list .col-lg-2, #full-list .col-xs-3, #full-list .col-sm-3, #full-list .col-md-3, #full-list .col-lg-3, #full-list .col-xs-4, #full-list .col-sm-4, #full-list .col-md-4, #full-list .col-lg-4, #full-list .col-xs-5, #full-list .col-sm-5, #full-list .col-md-5, #full-list .col-lg-5, #full-list .col-xs-6{
        padding-left: 5px;
        padding-right: 5px;
    }    
}

@media (min-width: 768px) { 
    .typeahead-popover {
        max-width: 304px;
    }
    #toTop{
        display: none !important;
    }

    .touch-carousel .carousel-control{
        display:block !important; 
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .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{
        padding-left: 5px;
        padding-right: 5px;
    }

    #thumb-list.row
    {
        margin-left: -2px;
        margin-right: -2px;
    }

    header .horizontal-categories > li > a {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;
        font-family: 'Playfair Display',serif;
        font-weight: 400;
    }

    #nav-menu {
        background: none;
    }

    #nav-shopping-cart.in
    {
        overflow: scroll !important;
    }

    header .navbar-collapse {
        padding-left: 0px;
    }

    header .navbar-collapse .divider {
        display: none;
    }

    header .navbar-dropdown .navbar-collapse > * {
        float: right;
    }

    header .navbar-dropdown .navbar-collapse {
        right: 10px;   
        left: auto;         
        display: none !important;
        float: right;
        overflow-x: hidden;
        position: absolute;    
        z-index: 1000;     
    }

    header .navbar-collapse.collapsing,
    header .navbar-collapse.in {
        display: block !important;
    }

    footer .list-group h5
    {
        margin-left: 0;
        margin-bottom: 13px;
    }

    footer .list-group h5 a
    {
        text-decoration: none;
        color: inherit;
        cursor: text;
    }

    footer .list-group > a {
        padding: 0;
    }

    footer .list-group
    {
        float: left;
        text-align: left;
    }

    footer .container
    {
        position: relative;
    }

    footer #social
    {
        margin-bottom:10px;
        text-align: right;
        float: right;
    }

    footer .copyright
    {
        float: right;
    }

    #nav-button-user{
        margin-right: 0px;
    }

    #logo {
        position: static;
        width: auto;
        float: left;
    }  

    #logo > div {
        display: block;
    } 

    #logo img {
        max-width: 96px;
    }

    #nav-menu .dropdown-menu h2 a {
        padding: 5px 10px;
    }

    #nav-menu .dropdown-menu .nav > li > a {
        padding: 0px 10px;
    }   

    header .navbar-nav > li > a {
        padding: 14px 12px;
    }  

    .category-list {
        display: block;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }   
    
    #nav-search .search,
    #nav-shopping-cart .shopping-cart {
        min-width: 399px;
        max-width: 650px;
    }

    .navbar-fixed-top .navbar-collapse
    {
        max-height: 600px;
    }

    #nav-menu .dropdown-menu
    {
        padding-bottom: 8px;
    }
}


@media (min-width: 992px) {  
    #one-column-layout .category h2 {
        font-size: 1.067rem; /*16px*/
    }

    #eraty-santander-calculate-modal .modal-dialog.modal-lg {
        max-width: 670px;
    }
}

@media (min-width: 1200px) {  
    .category {
        width: 20%;
    }  

    #left.col-lg-3 {
        width: 20.8%;
    }

    #content.col-lg-push-3 {
        left: 20.8%;
    }

    #content.col-lg-9 {
        width: 79.2%;
    }

    #left.col-lg-pull-9 {
        right: 79.2%;
    }  

    .subcategory{
    display: block;
    }   

    .category-list .caption .list-group .active{
        font-size: 0.9333rem; /*14px*/
    }

    #eraty-santander-form .how-to-buy {
        text-align: left;
    }

    #eraty-santander-form .calculate {
        text-align: right;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
}

body {
    background-image: none !important;
    background-repeat:repeat-x !important;
   /* padding-top: 159px;*/
}


.darmowadostawa {
   /* top: 30px!important;*/
 }
 
@media (max-width: 992px) {  
 /*   .darmowadostawa img{
        width:31%;
       
    }
    
    .zaufaneopinie img{
         max-width: 81px!important;
    }*/
   
}

@media (max-width: 852px) {  


    .icon_logo {
        width:43%!important;
    }
    
    .zaufaneopinie img{
         margin-top:-10px;
    }
    
    .baner-buttons{
     font-size:10px;
    }
}


@media (max-width: 532px) { 
    .baner-buttons div{
        height: 52px;
    }
}

@media (max-width: 652px) {  
    .zaufaneopinie img{
         margin-top:-15px;
    }
.zaufaneopinie {
font-size: 11px !important;
}
}

@media (min-width: 900px) {  
   /* .zaufaneopinie{
        right: 12%!important;
        top: 80px!important;
    }*/
}

@media (min-width: 1100px) {  
  /*  .darmowadostawa img{
        margin-left: 12%!important;
    } 
    
    .zaufaneopinie{
        right: 23%!important;
    }*/
}

@media (min-width: 1500px) {  
   /* .darmowadostawa img{
        margin-left: 17%!important;
    } 
    .zaufaneopinie{
        right: 22%!important;
    }  */  
}

@media (min-width: 1700px) {  
   /* .darmowadostawa img{
        margin-left: 22%!important;
    } 
    .zaufaneopinie{
        right: 25%!important;
    }     */  
}

.custom-menu{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    margin-bottom:7px;
}


/*------------------*/ 

#st_product-default-image {
    max-width:359px
}


#header-navbar  #logo{
    display:none!important;
}