@import url(https://fonts.googleapis.com/css?family=Passion+One);

html,
body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}

.clr {
    clear: both;
}

html {
    background: #f1f1f1;
}

#main_container {
    /*max-width: 1200px;*/
    /*min-width: 768px;*/
    /*background: #fff;*/
    /*margin: 0px auto;*/
}

.navbar-default {
    background: #fff;
    border-radius: 0px;
    border: 0px #fff solid;
}

.navbar-default .navbar-nav > li > a {
    color: #F5871F;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #F5871F;
}

.navbar-default .navbar-toggle {
    border-color: #F5871F;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #F5871F;
}

.logo {
    color: #1d1d1d;
    font-size: 40px;
    font-family: 'Passion One', cursive;
}

.logo:hover, .logo:active, .logo:focus {
    color: #1d1d1d;
}

.thumbnail > img,
.thumbnail a > img {
    margin: 0;
}

.dbi {
    display: inline-block;
}

#footer {
    max-width: 1200px;
    margin: 0px auto;
}

.header .other a {
    background: #F5871F;
    border-radius: 3px;
    padding: 0px 5px;
    color: #fff;
    height: 25px;
    line-height: 25px;
    display: block;
    margin-left: 5px;
    float: left;
}

.header form {
    float: left;
}

.header form input {
    float: left;
    border: 1px #bcbcbc solid;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 25px;
    padding-left: 5px;
    line-height: 25px;
}

.header form button {
    float: left;
    background: #c9c9c9;
    border: 1px #bcbcbc solid;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 25px;
    line-height: 25px;
}

.header .personal-menu {
    display: inline-block;
}

@media (max-width: 991px) {
    .header .personal-menu {
        display: block;
    }

    .header .other a {
        margin-left: 0;
        margin-right: 5px;
        margin-top: 5px;
    }
}

.header i {
    color: #F5871F;
}

.header .other {
    margin-top: 40px;
    float: right;
}

.header .logo {
    margin-top: 15px;
    display: block;
}

.header .logo img {
    max-width: 100%;
}

.page-title {
    background: transparent;
    padding: 0;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 2px;
    border-radius: 0;
    padding-left: 3px;

    border: 1px solid #cfd0d0;
    margin-bottom: 20px;
    background: #f1f1f1;
    padding: 10px 10px;
    font-size: 20px;
    color: #797979;
}

.cart {
    display: inline-block;
    background: url('../../../img/kosar.png') no-repeat center top;
    width: 82px;
    height: 120px;
}

.cart .text {
    margin-top: 50px;
    display: block;
    text-align: center;
    color: #7a7879;
}

.cart .count {
    color: #fff;
    display: block;
    text-align: center;
}

#index, #container-content {
    background: #fff;
    padding-bottom: 51px;
}

.hline {
    border-bottom: 1px solid #211bb1;
    min-height: 21px;
    line-height: 21px;
}

.hline > span {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 9px;
    position: relative;
    color: #fff;
    background: #211bb1;
}

.categories .home {
    margin-top: 20px;
}

.categories ul {
    padding-top: 9px;
}

.categories ul li {
    background: #ededed;
    min-height: 30px;
    line-height: 30px;
    text-indent: 11px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 3px;
}

.categories .category {
    border: 1px solid #cfd0d0;
    margin-bottom: 20px;
    background: #f1f1f1;
    padding: 0px 10px;
    padding-bottom: 10px;
}

.categories .category span {
    width: 100% !important;
}

.categories .category a.title,
.categories .category span.title {
    background: #fff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #cfd0d0;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    display: block;
    padding: 10px 10px;
    width: auto !important;
    font-weight: bold;
}

.categories .category a {
    display: block;
    color: #1d1d1d;
    padding-left: 20px;
}

.categories .category a.category-image {
    padding-left: 0;
}

.with_sidebar .inner {
    padding-top: 40px;
}

.with_sidebar .inner .col-md-3 .shops .hline {
    margin-bottom: 30px;
}

.with_sidebar .inner .col-md-3 .shops a {
    margin-bottom: 15px;
    position: relative;
    display: block;
}

.with_sidebar .inner .col-md-3 .shops a img {
    width: 100%;
}

.with_sidebar .inner .col-md-3 .shops a span {
    position: absolute;
    font-size: 24px;
    color: #fff;
    bottom: 0;
    max-width: 210px;
    left: 0;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.with_sidebar .inner .col-md-3 .stores {
    margin-top: 46px;
}

.with_sidebar .inner .col-md-3 .stores .box {
    background: #ededed;
    border-radius: 7px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 18px 9px 10px;
    color: #313131;
}

.with_sidebar .inner .col-md-3 .stores .box strong,
.with_sidebar .inner .col-md-3 .stores .box span {
    display: block;
}

.with_sidebar .inner .col-md-3 .stores .box a {
    color: #313131;
}

.with_sidebar .inner .col-md-3 .stores .box a.read_more {
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #211bb1;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 12px;
}

.with_sidebar .inner .col-md-9 {
    padding-top: 0px;
}

#footer {
    min-height: 120px;
    border-top: 2px solid #211bb1;
}

#footer .inner {
    max-width: 1060px;
    margin: 0px auto;
    position: relative;
}

#footer .inner .col-md-3 {
    padding-top: 21px;
}

#footer .inner .col-md-3 p {
    color: #1d1d1d;
    font-size: 12px;
    padding-top: 5px;
}

#footer .inner .col-md-2 {
    padding-top: 86px;
}

#footer .inner .col-md-7 ul {
    padding-left: 37px;
    padding-top: 54px;
}

#footer .inner .col-md-7 ul li {
    display: inline-block;
    margin-right: 28px;
}

#footer .inner .col-md-7 ul li a {
    color: #1d1d1d;
    font-size: 12px;
}

@media (max-width: 1060px) {
    #footer .inner,
    #header .inner {
        padding: 0 10px;
    }
}

.modal-footer .btn-success {
    background-color: #211bb1 !important;
    border: none !important;
}

.media h4 {
    color: #211bb1 !important;
}

#footer .logo img {
    max-height: 50px;
}

#footer ul {
    margin-top: 20px;
}

#footer li {
    float: left;
}

#footer li a {
    color: #211bb1;
    margin: 0px 10px;
}

@media (min-width: 571px) {
    nav.rwd {
        display: none;
    }
}

@media (max-width: 1040px) {
    .with_sidebar .inner .col-md-3 {
        padding-right: 20px;
    }
}

@media (max-width: 859px) {
    .with_sidebar .inner .col-md-3 {
        width: 30%;
    }

    .with_sidebar .inner .col-md-9 {
        width: 70%;
    }
}

@media (max-width: 760px) {
    .with_sidebar .inner .col-md-3 {
        width: 40%;
    }

    .with_sidebar .inner .col-md-9 {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .with_sidebar .inner .col-md-3,
    .with_sidebar .inner .col-md-9 {
        width: 100%;
        padding-right: 0;
    }

    .with_sidebar .inner .col-md-3 .shops a span {
        max-width: inherit;
    }

    .with_sidebar .inner .col-md-3 .shops a {
        width: 50%;
        padding: 0 10px;
        display: inline-block;
        margin-right: -4px;
    }

    .with_sidebar .inner .col-md-3 .stores {
        margin-top: 10px;
    }

    .with_sidebar .inner .col-md-3 .stores .box {
        width: 49%;
        display: inline-block;
        margin-right: 1%;
    }

    .with_sidebar .inner .col-md-3 .stores .box:nth-child(2n+1) {
        margin-right: 0;
    }

    .with_sidebar .inner .col-md-3 .stores .box:last-of-type {
        left: 25%;
        position: relative;
    }
}

@media (max-width: 530px) {
    .with_sidebar .inner .col-md-3 .stores .box {
        width: 100% !important;
        margin-right: 0 !important;
        left: 0% !important;
        text-align: center;
    }
}

@media (max-width: 490px) {
    .with_sidebar .inner .col-md-3 .shops a {
        padding: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .with_sidebar .inner .col-md-3 .stores .box {
        width: 100%;
        left: 0 !important;
    }

    .with_sidebar .inner .col-md-9 {
        margin-top: 20px;
    }
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    /* 	display: inline-block; */
    display: block;
    margin: 0 auto;
}

.product-list-description-text {
    margin-bottom: 2em;
}

p img {
    max-width: 100% !important;
    height: auto !important;
}

#reg-modal-form fieldset {
    background: #eee;
    padding: 15px 30px 0;
    margin-bottom: 30px;
}

#reg-modal-form label:not(.error) {
    font-weight: 400;
}

#reg-modal-form label.error {
    color: #211BB1;
}

.reg_form_block_title {
    margin-left: -15px;
    margin-bottom: 20px;
}

.transportDataContainer {
    display: none;
}

label input + p {
    display: inline;
}

#bs-example-navbar-collapse-1 {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#bs-example-navbar-collapse-1 li a:nth-child(1) {
    margin-left: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 16.66666667% !important;
    }
}

@media (max-width: 768px) {
    #search-wrapper {
        padding-left: 20px;
        position: relative;
        z-index: 2;
    }

    #cart-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 112px;
    }

    .navbar.navbar-default {
        position: relative;
        bottom: 55px;
        z-index: 1;
    }

    .navbar.navbar-default .navbar-collapse {
        margin-top: 25px;
    }

    .navbar.navbar-default .nav.navbar-nav {
        margin: 0;
    }

    .products.row .desc table {
        width: 100% !important;
    }

    .products .item span.price {
        position: relative;
        bottom: 30px;
        right: 12px;
    }

    #index {
        padding-left: 15px;
        padding-right: 15px;
    }
}