@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,500,500i,700,700i&subset=cyrillic');

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #313131;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: #ededed;
}

h1, h2, h3, h4, h5, h6 {
    color: #313131;
}

.col-cat {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    width: 20%;
    float: right;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 40px;
    margin: 0px 0 20px 0;
    font-weight: 300;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 26px;
    /* text-transform: uppercase; */
    letter-spacing: -1px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #242424;
}

.common-home h3 {
    background: #9a874c;
    margin-bottom: -50px;
    padding: 30px 20px 70px 20px;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    border-top: 4px solid #231f20;
}

.common-home h3:nth-child(5) {
    background: #9a874c;
}

.common-home h3:nth-child(7) {
    background: #9a874c;
}

.common-home h3:nth-child(9) {
    background: #9a874c;
}

.dayprod h3 {
    background: #fff;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

h4 {
    font-size: 16px;
    /* text-transform: uppercase; */
    padding-bottom: 7px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

img {
    max-width: 100%;
}

thead {
    background: #f2f2f2;
}

p {
    margin: 0 0 14px 0;
}

a {
    color: #9a874c;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 13px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 13px;
}

.input-group .input-group-addon {
    font-size: 13px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
    margin-top: 30px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #000;
    background-color: #e8e8e8;
}

/* top */
#top {
    background-color: #eef0f1;
    border-bottom: 1px solid #eef0f1;
    padding: 1px 0px 0px 0;
    margin: 0 0 3px 0;
    min-height: 30px;
    font-size: 13px;
}

#top .container {
    padding: 0 5px;
}

#top #currency .currency-select {
    text-align: left;
}

#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #c79f21;
}

#top .btn-link, #top-links li, #top-links a {
    color: #313131;
    text-decoration: none;
    font-size: 13px;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 5px;
}

#top-links > ul.list-inline > li:first-child {

}

#top-links ul {
    margin-bottom: 5px;
}

#top-links a + a {
    margin-left: 15px;
}

header {
    background: #fff;
}

/* logo */
#logo {
    margin: 8px 0 0px 0;
    display: inline-block;
    width: 280px;
}

#logo img {
    max-width: 100%;
}

.city {
    margin: 0px 0 0px 0;
    display: inline-block;
    width: 100px;
    position: relative;
    vertical-align: top;
}

.city .btn-link {
    padding: 0;
    margin: 20px 0 0 10px;
}


/* search */
#search {
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}

#search .input-group-btn {
    display: block;
}

#search .input-lg {
    height: 39px;
    line-height: 20px;
    padding: 0 10px;
    margin-right: -35px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 300;
    border-color: #b3b3b3;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 9px 7px;
    text-shadow: none;
    border-radius: 0px;
    background: transparent;
    border-color: transparent;
    color: #9a874c;
}

#search .btn-lg i {
    font-size: 18px;
}

.usermenu {
    margin-top: 23px;
}

.usermenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.usermenu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.usermenu a span {
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

/* cart */
#cart {
    margin-bottom: 10px;
    margin-top: 12px;
}

#cart #cart {
    margin-bottom: 0px;
    margin-top: 0px;
}

#cart > .btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
    background: #fff;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    float: right;
    padding: 0;
}

#cart #cart-total i.fa {
    background: #c79f21;
    color: #fff;
    padding: 10px 12px;
    margin-right: 7px;
}

#cart #cart-total {
    padding: 7px 12px 0 0;
    display: inline-block;
}

#cart.open > .btn {
    background: #eaad31;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {

}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
    border: 0;
    border-radius: 0;
}

#cart .dropdown-menu {
    min-width: 350px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* menu */
#menu {
    background-color: #9a874c;
    border-color: transparent;
    min-height: 40px;
    border: 0px solid transparent;

}

#menu .nav > li > a {
    color: #fff;
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
    min-width: 250px;
    border-radius: 0;
    border: 0;
}

#menu .dropdown-inner {
    display: table;
    width: 100%;
}

#menu .dropdown-inner ul {
    display: table-cell;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu .dropdown-inner ul ul {
    width: 100%;
    display: block;
}

#menu .dropdown-inner a {
    min-width: 240px;
    display: block;
    padding: 13px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    border-bottom: 1px solid #ececec;
}

#menu .dropdown-inner ul ul a {
    background: #f2f2f2;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #000;
    padding-left: 30px;
}

#menu .dropdown-inner ul ul a:hover {
    background-color: #9a874c;
    padding-left: 30px;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 0px solid #DDD;
    padding: 3px 20px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #9a874c;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }

    #menu .homelink {
        display: none;
    }
}

#menu .navbar-collapse {
    float: left;
}

#menu .menucontacts {
    float: right;
    margin: 7px 20px 0 0;
}

#menu .btn-link {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
}


/* content */
#content {
    min-height: 600px;
}

/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #141414;
    color: #989898;
}

footer div:nth-child(2) {
    text-align: right;
}

footer li {
    padding-bottom: 5px;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #989898;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.powered {
    background-color: #3c3c3c;
    color: #fff;
    padding: 15px 0 10px 0;
}

.powered a {
    color: #fff;
}

.powered .copy {
    text-align: left;
    padding-left: 0px;
}

.powered .payment {
    text-align: right;
    padding-right: 0px;
}


/* alert */

.alert-danger {
    color: #fff;
    background: #dd624e;
    border: 0;
}

.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 3px 0;
    border: 0;
    background: transparent;
    border-radius: 0px;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb a {
    color: #333;
}

.breadcrumb > li {
    padding: 0 0px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '/';
    padding: 0 5px;
}

.breadcrumb > li:after {

}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 6px 12px;
    border-radius: 0;
}

nav#top .btn {
    padding: 5px 12px 4px 12px;
    transition: all 0.5s;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {

}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #fff;
    background-color: #c79f21;
    border-color: #c79f21;
    opacity: 0.9;
}

.btn-grey {
    background-color: #f3eeee;
    color: #4e4e4e;
    border: 1px solid #fff;
}

.btn-primary {
    color: #ffffff;
    background-color: #9a874c;
    border-color: #9a874c;
    border: 0px;
    opacity: 0.9;

}

.input-group-btn .btn-primary {
    border: 1px solid transparent;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #c79f21;
    opacity: 1;
    border-color: #c79f21;
}

.btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #c79f21;
    border-color: #c79f21;
}

.btn-warning {
    color: #ffffff;
    background-color: #c79f21;
    border-color: #c79f21;
    opacity: 0.9;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #ffffff;
    background-color: #c79f21;
    border-color: #c79f21;
    opacity: 1;
}

.btn-danger {
    color: #ffffff;
    background-color: #dd624e;
    border-color: #dd624e;
    opacity: 0.9;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #ffffff;
    background-color: #dd624e;
    border-color: #dd624e;
    opacity: 1;
}

.btn-success {
    color: #ffffff;
    background-color: #16A085;
    border-color: #16A085;
    opacity: 0.9;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #ffffff;
    background-color: #16A085;
    border-color: #16A085;
    opacity: 1;
}

.btn-info {
    color: #ffffff;
    background-color: #c79f21;
    border-color: #c79f21;
    opacity: 0.9;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #ffffff;
    background-color: #c79f21;
    border-color: #c79f21;
    opacity: 1;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #9a874c;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 0px solid #DDDDDD;
    border-bottom: 1px solid #ddd;
    color: #323232;
    padding: 8px 12px 8px 8px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #fff;
    background: #c79f21;
    border-color: #ddd;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    border: 0px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 10px;
    min-height: 390px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.catpage .product-thumb {
    min-height: 408px;
}

.product-thumb:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.product-thumb .image {
    text-align: center;
    position: relative;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 768px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }

    .navbar {
        border-radius: 0px;
    }
}

.product-thumb h4 {
    font-weight: 400;
    color: #000;
}

.product-thumb h4 a {
    color: #313131;
}

.product-thumb .caption {
    padding: 0 20px;
    /*	min-height: 107px;*/
    line-height: 16px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    font-size: 24px;
    font-weight: 500;
}

.product-thumb .price span {
    /*	display: block;*/
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-top: 7px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-bottom: 0px solid #fff;
    overflow: auto;
    margin: -40px 10px 10px 0;
}

.articles .product-thumb .button-group {
    margin: 0px 10px 10px 0;
}

.dayprod .product-thumb .button-group {
    margin: 0px 10px 10px 0;
}

.product-list .product-thumb .button-group {
    border-left: 0px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 40%;
    border: none;
    display: inline-block;
    float: right;
    background-color: #f3eeee;
    color: #4e4e4e;
    /*	line-height: 38px;*/
    font-weight: bold;
    text-align: center;
    text-transform: lowercase;
    padding: 5px;
    margin: 2px;
}

.product-thumb .button-group button:first-child {
    background-color: #f19625;
    color: #fff;
    opacity: 0.9;
    font-weight: 400;
    font-size: 14px;
    border-right: 0px solid #fff;
    border-radius: 15px;

}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 0px solid #fff;
    display: none;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.product-thumb .button-group button:first-child:hover {
    background-color: #c79f21;
    color: #fff;
    opacity: 1;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 30%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 0px;
    display: block;
    border: 0px solid #ddd;
    border-radius: 0;
}

.image-additional {
    max-width: 120px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

.navbar-header {
    text-transform: uppercase;
}

.alert {
    border-radius: 0px;
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-success {
    color: #fff;
    background-color: #75da4c;
    border-color: transparent;
}

.thumbnail {
    border: 0;
}

.nav-tabs {
    border-bottom: 3px solid #333;
}

.common-home .nav-tabs {
    border: 0;
    border-bottom: 2px solid #efefef;
    padding-bottom: 0px;
    margin-top: 40px;
}

.nav-tabs > li > a {
    font-size: 13px;
    border-radius: 0;
}

.common-home .nav-tabs > li > a {
    border: 0;
    border-radius: 0;
    font-size: 24px;
    /*	text-transform: uppercase;*/
    font-weight: 400;
    color: #242424;
    margin-bottom: -1px;
}

.common-home .nav-tabs > li > a:hover {
    border: 0;
    border-bottom-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #9a874c;
    border: 1px solid #9a874c;
    border-bottom-color: transparent;
}

.common-home .nav-tabs > li.active > a, .common-home .nav-tabs > li.active > a:focus, .common-home .nav-tabs > li.active > a:hover {
    color: #242424;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #9a874c;
}

.text-danger {
    color: #fff;
    background: #dd624e;
    padding: 2px 10px 2px 10px;
    margin-top: 3px;
}

#product .checkbox, #product .radio {
    display: inline-block;
    margin-right: 10px;
}

#product .checkbox input, #product .radio input {
    margin-left: 0px;
    position: relative;
}

#product .checkbox label, #product .radio label {
    background: #f2f2f2;
    padding: 2px 5px;
    border-radius: 15px;
}

label.control-label {
    font-weight: 500;
}

#cart table button.btn-danger {
    padding: 3px 6px;
}

.cart-amount {
    min-width: 50px;
}

.cart-total {
    min-width: 100px;
}

.pagination > li > a, .pagination > li > span {
    color: #c79f21;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #c79f21;
    border-color: #c79f21;
}

#product #minus-qty, #product #plus-qty {
    background: #c79f21;
    padding: 10px 12px;
    margin-top: 0 !important;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

#product select.form-control {
    width: auto;
}

#product #input-quantity {
    width: auto;
    float: left;
    margin-right: 3px;
}

#product .quantitybtn label {
    display: none;
}

.checkbox, .radio {
    margin-top: 0px;
}

.prodprice {
    /*	background: #f2f2f2;
        padding: 10px 20px;*/
}

.prodprice h2 {
    margin-top: 10px;
    font-size: 32px;
}

.prodcats {
    margin: 0 0px 10px 0;
}

.prodcats a {
    background: #f2f2f2;
    padding: 2px 5px;
    margin: 0 0px 5px 0;
    white-space: nowrap;
    display: inline-block;
    color: #989898;
}

.product-layout {
    padding-top: 7px;
}

.dropdown-menu {
    border: 0;
    border-radius: 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#top .topcontacts {
    margin-top: 2px;
    margin-right: 10px;
}

#top .topcontacts button span {
    border-bottom: 1px dashed #333;
}

#top .topcontacts .dropdown-menu {
    padding: 10px 15px;
    min-width: 270px;
}

#top .topcontacts .dropdown-menu li {
    padding: 3px 0px;
}

#top .topcontacts .dropdown-menu li i.fa {
    width: 20px;
}

.modal-content {
    border-radius: 0px;
}

.cartbtn .btn {
    border-radius: 23px;
    border: 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

.well {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
}

.vertical-sreview {
    border: 0px solid #ddd !important;
    background: #f2f2f2;
}

.vertical-sreview .review-author {
    font-weight: 500;
}

#review table, #review table td {
    border: 0;
    padding: 8px 0 8px 0;
}

#review .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

#review .table-striped > tbody > tr:nth-of-type(odd) td {
    padding: 8px;
}

#review span.fa {
    width: 13px;
    color: #c79f21;
}

#tab-specification table, #tab-specification table td {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
}

#tab-specification table thead td {
    border: 0;
}

.pluso-engine {
    display: block;
    margin-left: 10px;
}

.pluso-sharer {
    padding: 2px !important;
}

.rating .btn-group {
    display: block;
}

.prodsminfo {
    color: #333;
}

.prodrating {
    padding-top: 20px;
}

.img-thumbnail {
    border: 0px solid #ddd;
}

.catwall h4 {
    text-align: center;
    text-transform: none;
    padding: 10px;
    font-size: 14px;
}

#cart .table > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

#cart .table > tbody > tr > td {
    border-top: 0px solid #ddd;
}

.textinfo {
    margin-top: 20px;
    background: #fff79d;
    padding: 25px 25px 15px 25px;
    font-size: 15px;
    border-left: 10px solid #ded571;
}

.catdescr {
    padding-top: 30px;
}

a.load_more {
    margin: 20px auto 20px auto !important;
    border: 0px solid #069 !important;
    background: #c79f21;
    color: #ffffff;
    border-radius: 0px !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.catlist li {
    list-style: none;
    text-align: center;
    padding-bottom: 20px;
}

.catlist li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.catlist li a {
    color: #313131;
    font-weight: 500;
}

.tags {
    padding: 30px 0 20px 0;
}


@media (max-width: 767px) {
    footer .col-xs-6 {
        width: 48%;
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}

/*
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
*/
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.b-delivery-info__free {
    padding: 1px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #96cb57;
    color: #fff;
}

.b-sp:after {
    content: " ";
}

.stock {
    float: right;
    padding: 0px 2px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    display: none;
}

.stock.no {
    background: #f64242;
}

.stock.yes {
    background: #c79f21;
}

.stock.pre {
    background: #abbd96;
}

.btndisable {
    background: #d2d2d2 !important;
    background-color: #d2d2d2 !important;
}

.citylist {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    margin: 12px 0 0 -20px;
}

.dayprod {
    background: #fff;
    border: 2px solid #9a874c;
    padding: 10px;
}

.dayprod h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #efefef;
    border-top: 0px;
    letter-spacing: -1px;
    padding-bottom: 0px;
}

.dayprod .product-thumb .caption {
    min-height: 60px;
}

.dayprod .product-thumb {
    margin-bottom: 0px;
    padding-top: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
}

.panel-heading {
    background: #fff;
}

.dropcats {
    background: #231f20;
}

.footabout {
    text-align: center;
}

.footabout img {
    margin: 10px 0 15px 0;
}

.footabout .fa {
    font-size: 25px;
}

.footcontacts .fa {
    color: #faac3d;
}

.white {
    color: #fff;
}

.whitebox {
    background: #fff;
    padding: 30px;
}

.whiteboxside {
    background: #fff;
    padding: 10px;
}

.pricenote {
    padding: 5px 10px 0 5px;
}

.shops p {

}

.nav-tabs > li {
    margin-bottom: 0px;
}

.navbar-nav > li a {
    background-image: url('/image/catalog/dotted.png');
    background-repeat: no-repeat;
    background-position: 0px 17px;
}

.navbar-nav > li:nth-child(1) a {
    background-image: none;
}

#menu .dropdown-inner ul.categories li a {
    background-image: url('/image/catalog/cats/phone_2.png');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 40px;
}

#menu .dropdown-inner ul.categories li:nth-child(1) a {
    background-image: url('/image/catalog/cats/laptop_2.png');
}

#menu .dropdown-inner ul.categories li:nth-child(4) a {
    background-image: url('/image/catalog/cats/ipad.png');
}

#menu .dropdown-inner ul.categories li:nth-child(5) a {
    background-image: url('/image/catalog/cats/tv_5.png');
}

#menu .dropdown-inner ul.categories li:nth-child(6) a {
    background-image: url('/image/catalog/cats/console.png');
}

#menu .dropdown-inner ul.categories li:nth-child(9) a {
    background-image: url('/image/catalog/cats/precent_1.png');
}

#menu .dropdown-inner ul.categories li:nth-child(9) a {
    background-image: url('/image/catalog/cats/precent_1.png');
}

.promoform {
    background: #f2f2f2;
    padding: 20px 20px 10px 20px;
    margin: 0 0 20px 0;
}

.promoblock {
    background: #fbf789;
    padding: 10px 20px 20px 20px;
    margin: 0 0 20px 0;
}

.fprice {
    font-size: 32px;
}

.autocalc-product-price {
    color: #000;
}

.category-wall a {
    color: #000;
}

.owl-carousel {
    background: transparent !important;
}

.dropdown-menu button {
    text-align: left;
}

.owl-wrapper-outer {
    border: 0px solid #fff !important;
    border-radius: 0px !important;
}

.category-item {
    padding-bottom: 15px;
    padding-top: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.category-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.topphone p {
    margin-top: 15px;
}

.topphone a {
    font-size: 15px;
    color: #313131;
}

.subcats a {
    display: block;
    background: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.subcats a span {
    display: block;
}

#hynax_sign_box input[type=text], #hynax_sign_box input[type=password] {
    height: 30px;
    border-radius: 0px;
}

#hynax_sign_box input[type=submit] {
    height: 28px;
}

#top .list-inline {
    margin: 4px 0 0 0;
}

.cat-name {
    font-size: 15px;
    text-decoration: none;
}

@media (min-width: 990px) and (max-width: 1200px) {
    .cat-caption {
        min-height: 50px;
    }
}

.dpd_parcel.form-control,
.itellaee_sel.form-control,
.omniva.form-control {
    display: inline-block;
    width: auto;
    margin: 0 10px;
    height: auto;
    padding: 0;
}

.product-data-available {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    color: red;
    padding: 5px 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}