body {
	background-color: #ff6e00;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	background-image: url(../image/bodybg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
#content h1 {
	margin-top: 15px;
}
#content h2, .mainh2 {
    position: relative;
    padding: 0;
    margin: 0 0 20px;
    line-height: normal;
    font-size: 24px;
    color: #000;
    border-bottom: 2px solid #ddd;
}
#content h2 span, .mainh2 span{
    border-bottom: solid 2px #fa8900;
}
a {
    color: #3e3d3c;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
.panel, .well, .dropdown-menu, .panel-group .panel {
    border-radius: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
.tab-content {
    padding: 15px 15px 10px;
    margin-bottom: 25px;
    z-index: 2;
    border: 1px solid #ddd;
    border-top: 0;
}
.nav-tabs {
    margin-top: 20px;
    margin-bottom: 0;
}
.nav-tabs>li>a {
    border-radius: 0;
    color: #555;
    background-color: #ededed;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    font-size: 14px;
    border-top-color: red;
    font-weight: 600;
}
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: #229ac8;
    background-image: none;
}

#top .dropdown-menu {
    border-radius: 0;
    margin: 0;
    border: 1px solid #e2e2e2;
}
/* top */
#top {
	min-height: 30px;
	background-image: url(../image/topbgrt.png);
	background-position: center top;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #229ac8;
    background-image: none;
}
#top .btn-link {
    color: #444;
    text-decoration: none;
    padding-bottom: 4px;
}
#top-links li, #top-links a {
    color: #444;
    text-decoration: none;
    padding-bottom: 3px;
}
#top .btn-link:hover, #top-links a:hover {
    color: #337ab7;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu {
    margin-top: 1px;
}
#top-links .dropdown-menu a:hover {
    color: #229ac8;
    background: none;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 0;
}

#top-links .list-inline {
    margin-bottom: 0;
    float: left;
    padding-top: 5px;
}
#top-links a + a {
    margin-left: 15px;
}
/* custom top menu */
#top .costom-links {
    position: relative;
}
#top .costom-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#top .costom-links > ul > li {
    float: left;
    line-height: 29px;
    list-style-type: none;
}
#top .costom-links > ul > li > a {
    padding: 0 15px 0 0;
    color: #444;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    display: block;
}
#top .costom-links > ul > li > a:hover {
    color: #229ac8;
}
@media (min-width: 992px) {
    .left-top {
        display: block!important;
    }
}
@media (max-width: 991px) {
    .menu-icon {
        width: 40px;
        height: 29px;
        line-height: 21px;
        text-align: center;
        font-size: 24px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        cursor: pointer;
        float: left;
        display: inline-block;
        color: #444;
    }
    .left-top {
        min-width: 160px;
        background: #fff;
        position: absolute;
        top: 29px;
        z-index: 99;
        padding: 0;
        display: none;
    }
    #top .costom-links {
        float: none;
    }
    #top .costom-links ul {
        border: 1px solid #e2e2e2;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    #top .costom-links > ul > li {
        float: none;
        display: block;
        padding: 3px 20px;
        border: none!important;
        line-height: 30px;
    }
    #top .costom-links > ul > li {
        font-size: 14px;
    }
}
/* logo */
#logo {
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}

/* Contacty header */
.header_contact {
	list-style: none;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 0 0 0;
}

.header_phone {
    font-size: 24px;
    color: #2f3440;
}

.text_bottom_phone {
    text-align: center;
}

.text_bottom_phone a {
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
}

.header_phone .fa-phone:before {
    font-size: 22px;
}

.text_bottom_phone .dropdown-menu {
    left: 10px;
    border-radius: 0;
    max-width: 300px;
    margin: 0 auto;
}

.text_bottom_phone .dropdown-menu li {
    padding: 4px 15px;
    color: #2f3440;
}

.text_bottom_phone .shedule {
    margin-top: 10px;
    border-top: 1px solid #efefef;
}

.header_contact .default_phone {
    color: #2f3440;
    font-size: 22px;
    top: 25px;
    position: relative;
}

.text_bottom_phone .fa-phone:before {
    font-size: 14px;
}
/* search */
#search {
    padding: 24px 0;
}
#search .form-control {
    border-right: 0;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 0;
    background-color: #FFF;
    border-color: #DFDFDF;
    color: #464646;
    box-shadow: none;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 20px;
    text-shadow: 0 1px 0 #FFF;
    background: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #FFF;
    border-color: #DFDFDF;
    border-left-width: 0;
}
/* cart */
#cart {
    float: right;
    padding-top: 24px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background: #229ac8;
    padding: 6px 10px 6px 10px;
    border-radius: 0;
    border: 1px solid #229ac8;
}
#cart .glyphicon-shopping-cart {
    font-size: 22px;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 200px;
}
#cart .count {
    font-size: 11px;
    color: #ffffff;
    vertical-align: top;
    line-height: 0;
    background: #23A;
    padding: 2px 6px;
    border-radius: 12px;
}
#cart .total {
    padding-left:8px;
    font-size:15px;
    font-weight: 600;
    vertical-align: 4px;
}
#cart .table-bordered>tbody>tr>td, #cart .table>tbody>tr>td {
    border: none;
}
#cart .table-bordered {
    border: none;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
    #content h2 {
        font-size: 14px;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#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;
}
.modal-content {
    border-radius: 0;
}
.modal-linki {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: #444;
    min-height: 40px;
    border-radius: 0;
    border: 0;
}
#menu .nav > li > a {
    color: #fff;
    font-size: 16px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
.navbar {
    margin-bottom: 10px;
}
#menu .navbar-collapse {
    padding-left: 0;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a, #menu .nav > li:hover > a {
    background-color: #229ac8;
}
#menu .dropdown-menu {
    padding-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 200px;
    display: block;
    padding: 5px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    border-top: 1px solid #efefef;
}
#menu .dropdown-inner li a:hover {
    color: #229ac8;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#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: #444444 !important;
    background-repeat: repeat-x;
}
#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;
}
#menu .caretalt {
    float: right;
    margin-top: 3px;
}
#menu .fa-circle {
    float: right;
    margin-top: 7px;
    font-size: 7px;
    color: #333;
}
.child {
    display:none;
}
#menu .dropdown-inner ul > li:hover .child {
    display:block;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    left: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}
.child2 {
    display: inline-table;
    padding-left: 10px;
}
nav#menu.navbar ul li div.dropdown-menu div ul li {
    position:relative;
}
@media (max-width: 991px) {
    #menu .navbar-collapse {
        padding: 0;
        border-right: 1px solid #efefef;
        border-left: 1px solid #efefef;
    }
    #menu {
        background-color: #fff;
    }
    .navbar-header {
        background: #444;
    }
    .navbar-toggle {
        display: block;
    }
    #menu .nav > li > a {
        color: #444;
    }
    #menu .nav > li:hover > a {
        background-color: #fff;
    }
    .navbar-nav {
        margin: 0;
    }
    span.submore.plus:after {
        content: '-';
    }
    span.submore:after {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 30px;
        padding-top: 5px;
        border-left: 1px solid #ccc;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        z-index: 1010;
        content: '+';
        font-family: Arial,Helvetica,sans-serif;
        color: #555;
        opacity: .6;
    }
    #menu .nav>li {
        float: none;
        padding: 0;
        display: block;
        height: auto;
        border-bottom: 1px solid #efefef;
    }
    #menu .nav>li.dropdown>div {
        width: 100%;
        min-width: inherit;
        position: relative;
        float: none;
    }
    #menu .nav>li.dropdown>div>.dropdown-inner {
        width: auto;
        display: block;
        margin: 0;
    }
    #menu .fa-circle {
        display: none;
    }
    #menu .dropdown-inner ul {
        display: block;
        width: auto;
    }
    #menu .dropdown-inner > ul > li > a {
        color: #444;
        font-size: 16px;
        padding: 10px 15px 10px 35px;
        min-height: 15px;
        background-color: transparent;
    }
    #menu .dropdown-inner ul > li:hover .child, #menu .dropdown-inner ul .child2 {
        display: none;
        background: #fff;
        border: 0;
        position: relative;
        top: 0;
        left: 0;
        z-index: 9;
        padding: 0;
    }
    #menu .dropdown-inner .child > ul > li > a, #menu .dropdown-inner .child2 > ul > li > a {
        padding: 10px 15px 10px 50px;
        color: #444;
        font-size: 16px;
    }
    .dropdown-menu {
        border: 0;
    }
    #search {
        padding: 5px 0 10px 0;
    }
    #cart {
        margin: 5px 0 10px 0;
        text-align: center;
        width: 100%;
        padding-top: 0;
    }
    .banner-info img {
        float: none;
        margin: 0px auto 5px;
    }
    .banner-info span {
        line-height: 5px;
    }
    .counter {
        min-width:240px;
    }
    #countdown i {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    #menu .nav > li > a {
        font-size: 15px;
        padding: 10px 8px;
    }
    .banner-info img {
        float: left;
        margin-right: 10px;
    }
    .banner-info span {
        line-height: 35px;
    }
    .counter {
        min-width:280px;
    }
    #countdown i {
        font-size: 24px;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    #menu .nav > li > a {
        font-size: 15px;
        padding: 9px 8px;
    }
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        /* display: block; */
    }
}
@media (max-width: 767px) {
    #logo img {
        margin-left: auto;
        margin-right: auto;
    }
    .header_contact {
        text-align: center;
    }
    #search {
        padding: 10px 0 5px 0;
    }
    #cart {
        margin: 5px 0 10px 0;
        text-align: center;
        width: 100%;
        padding-top: 0;
    }
}
/* left & right category */
span.subcat.plus:after {
    content: '-';
}
span.subcat:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 25px;
    padding-top: 5px;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    z-index: 989;
    content: '+';
    font-family: Arial,Helvetica,sans-serif;
    color: #555;
    opacity: .6;
}
/* content */
#content {
	min-height: 600px;
	background-color: #FFFFFF;
	border-top-left-radius: 25px;
	padding-top: 15px;
}
/* image */
.img-thumbnail {
    border-radius: 0;
}
/* footer */
footer {
    margin-top: 0;
    padding-top: 30px;
    background-color: #303030;
    color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
	margin-bottom: 5px !important;
}
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
}
footer .fa {
    margin-right: 5px;
}
#back-top .fa {
    margin: 0;
}
.powered {
    float: left;
}
.payments-metods {
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    border-radius: 0;
}
/* breadcrumb */
.breadcrumb {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 8px;
	background-color: transparent;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
	color: #000;
	border-bottom: 1px solid #D56D05;
}
.breadcrumb > li a{
    color: #000;
}
.breadcrumb > li a:hover{
   color: #000;
}
.breadcrumb > .active {
	color: #000 !important;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #000 !important;
}
.pagination {
    margin: 0;
    border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* banner */
.the-market-banner div {
    margin-bottom: 10px;
}
.the-market-banner div img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.the-market-banner div a img:hover {
    opacity: .8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 14px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.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: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #FFFFFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #117E13 !important;
	border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}
.chek-cart .btn {
    height: 34px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: none;
    border: 0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #fa9600;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    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: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* 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;
}
/* category-list */
.category-list ul {
    padding: 0;
    display: inline-block;
    margin: 0 0 10px 0;
}
.category-list li {
    float: left;
    list-style: outside none none;
    margin: 0 5px 5px 0;
}
.category-list li a {
    background: #F3F3F3 none repeat scroll 0 0;
    border: 1px solid #F3F3F3;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    color: #161b1e;
    display: block;
    padding: 5px 10px;
}
.category-list li a:hover {
    color: #3498db;
}
.product-filter {
    padding: 5px;
    border: 1px solid #EAEAEA;
    background: #F6F6F6;
}
.product-filter .btn {
    border-radius: 0;
    padding: 7px 10px;
}
.product-filter .sort-by {
    margin: 6px 0;
    padding: 0;
}
.product-filter .show {
    margin: 6px 0;
    padding: 0;
}
.form-control {
    border-radius: 0;
}
/* menu left */
#column-left .box-category, #column-right .box-category {
    margin-bottom: 20px;
}
.box-category .box-heading {
	background-color: #444;
	padding: 10px;
	margin: 0;
	font-size: 16px;
	color: #fff;
	position: relative;
	background-image: url(../image/boxcathead.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#column-left .box-category .box-content, #column-right .box-category .box-content {
    background: #f8f8f8;
    padding: 0;
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    margin-bottom: 28px;
}
.category-menu {
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
}
.category-menu li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.category-menu li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 7px 35px 7px 10px;
    border-bottom: 1px solid #ddd;
}
.category-menu li a:hover, .category-menu > li:hover > a, .category-menu ul > li:hover > a {
    background: #eeeeee;
}
.category-menu ul, .category-menu ul ul {
    background: #f8f8f8;
    border-radius: 0;
    border-top: 1px solid #ddd;
    box-sizing: content-box;
    display: none;
    left: 0;
    margin-left: 0;
    margin-top: -1px;
    min-height: 100%;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 8;

}
.category-menu .active {
    background: #f8f8f8;
}
/* column left */
#column-left h2, #column-right h2 {
    font-size: 20px;
    border-bottom: 2px solid #ddd;
}
#column-left h4, #column-right h4 {
    font-size: 12px;
}
#column-left .product-thumb:hover, #column-right .product-thumb:hover {
    border: 1px solid #fff;
}
#column-left .product-thumb .image, #column-right .product-thumb .image {
    text-align: center;
    float: left;
}
#column-left .product-thumb .caption, #column-right .product-thumb .caption {
    padding: 0 5px 5px;
    min-height: 80px;
    text-align: left;
    float: left;
}
#column-left .product-thumb .price, #column-right .product-thumb .price {
    font-size: 12px;
}
#column-left .product-thumb .price-new, #column-right .product-thumb .price-new {
    font-size: 12px;
}
#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
    margin-left: 5px;
}
/* product list */
.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
    text-align: center;
}
.product-thumb:hover {
}
.product-thumb .image {
    text-align: center;
}
.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: 767px) {
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb h4 a {
    color: #444;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 80px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
/* sticker special */
.stick .percentage {
    left: 20px;
}
.percentage {
    background-color: #e45648;
    position: absolute;
    top: 5px;
    left: 5px;
    right: auto;
    padding: 2px 8px;
    color: #FFF;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    border-radius: 0.25em;
}
.percentage::after {
    border-left: 10px solid transparent;
    border-top: 8px solid #e74c3c;
    bottom: -5px;
    content: "";
    position: absolute;
    right: 8px;
}
#column-left .module-percentage, #column-right .module-percentage {
    background-color: #e45648;
    position: relative;
    bottom: 15px;
    left: 20px;
    right: auto;
    padding: 5px 8px;
    color: #FFF;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 12px;
    border-radius: 0;
}
#column-left .module-percentage::after, #column-right .module-percentage::after {
    border-right: 10px solid transparent;
    border-left: 0;
    border-top: 8px solid #e74c3c;
    bottom: -5px;
    content: "";
    position: absolute;
    right: 8px;
}
.product-percentage {
    background-color: #e45648;
    position: absolute;
    top: 5px;
    left: 20px;
    right: auto;
    padding: 5px 8px;
    color: #FFF;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0;
}
.product-percentage::after {
    border-left: 10px solid transparent;
    border-right: 0;
    border-top: 8px solid #e74c3c;
    bottom: -5px;
    content: "";
    position: absolute;
    right: 8px;
}
.margin-percentage {
    margin-left: 15px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    min-height: 80px;
    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 {
    color: #b33104;
    font-size: 18px;
    font-weight: 700;
}
.product-thumb .price-new {
    font-weight: 600;
    color: #ED5053;
    font-size: 18px;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
    .powered {
        text-align: center;
    }
    .soc {
        text-align: center;
        margin: 10px 0;
    }
}
.button-group {
    display: inline-block;
}
.product-thumb .button-group button {
    padding: 7px 10px;
    border: none;
    display: inline-block;
    float: left;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    border-left: 1px solid #ddd;
    background-color: #eee;
}
.product-thumb .button-group .btn-primary:hover, #product .form-group .btn-primary:hover {
	color: #fff;
	background-color: #F08003;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
.product-info .price {
	font-weight: normal;
	font-size: 18px;
}
.product-info .price-new {
    font-weight: 600;
    font-size: 2.5em;
}
.product-info .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 1.5em;
    font-weight: 500;
}
.product-info .list-unstyled {
    font-size: 12px;
    font-weight: 500;
}
#product .form-group .btn-primary {
    padding: 7px 18px;
    height: 40px;
    border: none;
    font-size: 15px;
    border-radius: 0;
    display: inline-block;
    float: left;
    margin-right: 3px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#product .form-group .btn {
    border-radius: 0;
    height: 34px;
    margin-right: 10px;
}
#product .form-group .btn-lg {
    background: none;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 40px;
    margin-right: 0;
}
.product-desc {
	padding-left: 10px;
	border-left: 4px solid #F97D02;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.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%;
}
.thumbnail {
    border-radius: 0;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 75px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@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;
}

/* Top Button */
#back-top {
    display: none
}

#back-top a {
    position: fixed;
    bottom: 0;
    right: 10px;
    background-color: rgba(0, 0, 0, .2);
    width: 45px;
    height: 35px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#back-top a:hover {
	background-color: #222222;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
/* fa */
.fa-thumbs-o-up:before {
    font-size: 22px;
}
/* product plus minus */
.btn-quantity {
    float: left;
    margin-right: 5px;
    width: 70px;
    position: relative;
}
#input-quantity {
    float: left;
    height: 40px;
    text-align: center;
    position: relative;
    font-size: 15px;
    width: 50px;
}
.btn-quantity span {
    background: #f5f5f5;
    color: #777;
    float: left;
    border-radius: 0;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
}
.qty-minus {
    padding: 0 4px;
    border-color: #ccc;
    border-width: 1px 1px 1px 0;
    border-style: solid;
}
.qty-plus {
    padding: 1px 4px;
    border-color: #ccc;
    border-width: 1px 1px 0 0;
    border-style: solid;
}
/* probuct info */
.banner-info {
    float: none;
    width: 100%;
    font-size: 14px;
    background-color: #f9f9f9;
    border: none;
    border-bottom: 1px solid white;
    padding: 15px 10px;
}
.banner-info img {
    width: 35px;
    height: 35px;
}
/* countdown */
.counter {
    background: #358CB9;
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
    display: block;
    height: 115px;
    position: relative;
}
#countdown h3 {
    padding-left: 10px;
    margin-top: 10px;
    font-size:12px;
    letter-spacing:2px;
    text-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
    text-transform:uppercase;
    color:#ffffff;
}
#countdown {
    left: 10px;
    position: absolute;
    top: 0;
}
#countdown div , #countdown i, #countdown span {
    float: left;
}
.data {
    background: url("../image/bg_l.png") no-repeat scroll 0 0%, url("../image/bg_mid.png") repeat-x scroll 0 0%, url("../image/bg_r.png") repeat-x scroll 0 0 transparent;
    margin-right: 2px;
    padding: 0 4px;
    position: relative;
    z-index: 2;
}
#countdown i {
    color: #FFFFFF;
    display: block;
    font-style:normal;
    height: 40px;
    line-height: 38px;
    text-align: right;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.data-span {
    color: #FFFFFF;
    font-size: 10px;
    padding: 16px 0 15px 4px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.data:after {
    background: url("../image/bg_r.png") no-repeat scroll 100% 0 transparent;
    content: "";
    height: 36px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}
.counter .quantity-sale {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    color: #f1f1f1;
    left: 18px;
}
.counter .quantity-sale span i {
    color: #ffffff;
}
/* call phone */
#callphone {position:fixed;bottom:25px;left:25px;cursor:pointer;z-index:1001;}

#callphone .callphone {
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #020202;
	width: 70px;
	height: 70px;
}

#callphone .callphone:before {content: "";position: absolute;width: 100%;height: 100%;top:0;left:0;background-image:url(../image/phone.png);background-repeat:no-repeat;background-position:center center;
    -webkit-animation: uptocallphone 1.5s linear infinite;-moz-animation: uptocallphone 1.5s linear infinite;animation: uptocallphone 1.5s linear infinite;}

@media (max-width: 768px) {
    #callphone .callphone {
        width: 30px !important;
        height: 30px !important;
    }
    #callphone .callphone:before {
        background-size: 80% !important;
    }
}
@media (max-width: 991px) {
    #callphone .callphone {
        width: 50px !important;
        height: 50px !important;
    }
    #callphone .callphone:before {
        background-size: 80% !important;
    }
}
@-webkit-keyframes uptocallphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes uptocallphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes uptocallphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes uptocallmini {
    0% {box-shadow: 0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(23,167,167, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,175,242,.5), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(0,175,242,.5);}
    100% {box-shadow: 0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(23,167,167, 0);}
}
@-moz-keyframes uptocallmini {
    0% {box-shadow: 0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(23,167,167, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,175,242,.5), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(0,175,242,.5);}
    100% {box-shadow: 0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(23,167,167, 0);}
}
@keyframes uptocallmini {
    0% {box-shadow: 0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(23,167,167, 0);}
    10% {box-shadow: 0 0 8px 6px rgba(0,175,242,.5), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(0,175,242,.5);}
    100% {box-shadow: 0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(23,167,167, 0);}
}
.modal-header .close {
    width: 52px;
    height: 52px;
    background: #e5e5e5;
    border-left: 1px solid #ccc;
    right: 0;
    top: 2px;
    position: absolute;
    font-size: 34px;
    font-weight: 500;
    outline: none;
}
.modal .form-horizontal .has-feedback .form-control-feedback {
    right: 0;
}
.modal .has-feedback label~.form-control-feedback {
    top: 27px;
}
.modal .alert {
    padding: 8px;
    border-radius: 0;
}
.user-error {
    color: #FF0000;
}
/* Text Banner*/
.banner-text {
    background-color: #eee;
    min-height: 90%;
    padding: 10px;
    text-align: center;
}
.banner-text:hover {
    background: #061d26;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.banner-text h4 {
    font-size: 16px;
    display: block;
    color: #444;
    font-weight: 600;
}
.banner-text:hover h4, .banner-text:hover p {
    color: #fff;
}
.banner-text p {
    font-size: 14px;
    display: block;
    color: #444;
    font-weight: 500;
}
/* fastorder */
#fastorder-form.form-horizontal .form-group {margin: 0 0 10px;}
#fastorder-form .title-module {margin-top: 20px;margin-bottom: 15px;}
#fastorder-form .title-module h3 {font-size: 14px; border-bottom: 1px solid #ddd;}
.fastorder {width: 100%;margin: 10px 0;}
#fastorder-form .price span {float: left;margin-right: 10px;color: #999;font-size: 16px;}
#product .form-group .btn-fastorder {width: 267px;background-color: #efefef;border: 2px solid #ddd;text-shadow: none;color: #999;font-size: 12px;}
.btn-fastorder:hover, .btn-fastorder:active, .btn-fastorder.active, .btn-fastorder.disabled, .btn-fastorder[disabled] {
    background-color: #999; background-position: 0 -15px;color: #fff;}
.product-thumb .button-group .btn-fastorder:hover, #product .form-group .btn-fastorder:hover {background-color: #999; background-position: 0 -15px;color: #fff;border: 2px solid #999;}
@media (max-width: 991px) { .btn-fastorder {width: 218px;} }
/* Blog */
#blog .owl-item {padding: 0 15px;}
.title-module {text-align: left;border-bottom: 2px solid #ebebeb;margin-bottom: 10px;}
.title-module h3 {font-size: 16px;font-weight: 600;color: #848484;text-transform: uppercase;margin: 0;padding: 0 0 10px;letter-spacing: 1px;display: inline-block;position: relative;}
.title-module h3:before {content: "";background: #fa8900;position: absolute;width: 100%;height: 2px;left: 0;bottom: -2px;}
.title-module h3 a {color: #444;}
.title-module h3 a:hover {color: #337ab7;}
.title-module span {margin-left: 10px;padding-left: 10px;position: relative;color: #999;}
.title-module span a {color: #999;}
.title-module span a:hover {color: #ff8a65;}
.title-module span:after {position: absolute;left: -1px;top: 1px;height: 15px;width: 1px;content: "";display: inline-block;background: #ebebeb;z-index: 2;}
.blog-thumb {margin-bottom: 30px;}
.blog-thumb .img-responsive, .blog-item .img-responsive {margin: 0 auto;}
.title-blog {text-align: left;border-bottom: 2px solid #ebebeb;margin-bottom: 10px;}
.title-blog h1 {font-size: 16px;font-weight: 600;color: #848484;text-transform: uppercase;margin: 0;padding: 0 0 10px;letter-spacing: 1px;display: inline-block;position: relative;}
.title-blog h1:before {content: "";background: #fa8900;position: absolute;width: 100%;height: 2px;left: 0;bottom: -2px;}
.blog-thumb .image, .blog-item .image, .blog-page .image {padding: 4px;border: 1px #ddd solid;}
.blog-page .image {float: left;margin-right: 15px;margin-bottom: 15px;}
.blog-article h4 a.name {font-size: 18px;font-weight: 600;letter-spacing: 0.5px;line-height: 1.3em;margin: auto;padding-bottom: 6px;color: #666;}
.blog-article .description {color: #666;font-size: 13px;line-height: 20px;padding-bottom: 15px;}
.post-meta {text-align: right;}
.blog-preview-btn {font-size: 11px;margin: 0 0 10px 0;padding: 8px 15px;background: #fff;color: #666;font-weight: normal;letter-spacing: 1px;font-family: 'Open Sans', sans-serif;display: inline-block;border: 1px #ddd solid;text-transform: uppercase;float: left;}
.blog-preview-btn:focus, .blog-preview-btn:hover {color: #fff;background: #4894cc;border: solid 1px #4894cc;}
.article-date {display: inline-block;margin-right: 10px;color: #a7a7a7;font-size: 13px;padding-top: 7px;}
#blog.product-owl .owl-controls .owl-buttons {right: 15px;top: -40px;}
@media (max-width: 360px) {.article-date {padding-top: 15px;}.post-meta {text-align: center;}}

/*-----Create by Apeyronics.ru------*/


@font-face {
    font-family: "universc bold italic";
    src: url("/catalog/view/theme/market/fonts/universc-bolditalic.eot");
    src: url("/catalog/view/theme/market/fonts/universc-bolditalic.eot?#iefix") format("embedded-opentype"),
         url("/catalog/view/theme/market/fonts/universc-bolditalic.woff") format("woff"),
         url("/catalog/view/theme/market/fonts/universc-bolditalic.ttf") format("truetype"),
         url("/catalog/view/theme/market/fonts/universc-bolditalic.svg#journalregular") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "tornadoc italic";
    src: url("../fonts/tornadoc-italic.eot");
    src: url("../fonts/tornadoc-italic.eot?#iefix") format("embedded-opentype"),
         url("../fonts/tornadoc-italic.woff") format("woff"),
         url("../fonts/tornadoc-italic.ttf") format("truetype"),
         url("../fonts/tornadoc-italic.svg#journalregular") format("svg");
    font-weight: normal;
    font-style: normal;
}


#contmain {
	background-color: none !important;
}

.toplineadress {
	margin-top: 4px;
	padding-left: 47px;
	color: #494949;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-image: url(../image/toadress.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.pricelinkintop {
	width: 181px;
	height: 85px;
	margin-left: -12px;
	margin-top: 2px;
	background-image: url(../image/pricelistintop.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.pricelinkintop a {
	 display: block; 
     text-align: center;
     height: 100%; 
	}
	
@media (min-width: 1200px) {	

.header_phone {
	font-size: 24px !important;
}

.main-container {
	background-color: #fff;
	max-width: 1170px;
	margin: 0 auto;
	padding-bottom: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	background-image: url(../image/bgonheader.png);
	background-repeat: no-repeat;
	background-position: center -3px;
}
	
.promobbg {
	width: 880px;
	height: 467px;
	padding-top: 100px;
	display: block;
	margin-left: -17px;
	margin-bottom: 25px;
	background-image: url(../image/rrbpromo.png);
	background-repeat: no-repeat;
	background-position: center center;
}	



.promorow1 {
	width: 100%;
	height: 102px;
	position: relative;
}

.promorow2 {
	width: 100%;
	height: 75px;
	position: relative;
}

.promoblock1, .promoblock2, .promoblock3 {
	width: 265px;
	color: #1F1F1F;
	font-family: UniversC Bold Italic;
	font-size: 14px;
	text-align: right;
	margin-left: 36px;
}

.promoblock1:first-letter, .promoblock2:first-letter, .promoblock3:first-letter, .promoblock4 a:first-letter, .promoblock5:first-letter {
	color: #ff0000;

}

.promorow4 {
	height: 108px;
	width: 100%;
	padding-top: 38px;
	position: relative;
	}
	
.promoblock4 {
	height: 108px;
	margin-left: 135px;
	float: left;
	color: #303030;
	font-family: UniversC Bold Italic;
	font-size: 16px;
	padding-top: 52px;
}	

.promoblock4 a{
display: block;
text-align: center;
height: 100%;
}

.promoblock4 a:hover{
	color: #303030;
}	
	
.promoblock5 {
	height: 108px;
	width: 340px;
	margin-left: 110px;
	padding-top: 20px;
	float: left;
	color: #1f1f1f;
	font-family: TornadoC Italic;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	}
	
}

@media (max-width: 1200px) and (min-width: 991px) {	

.header_phone {
    font-size: 19px !important;
}


.main-container {
	background-color: #fff;
	max-width: 991px;
	margin: 0 auto;
	padding-bottom: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	background-image: url(../image/bgonheader.png);
	background-repeat: no-repeat;
	background-position: center -70px;
}
	
.promobbg {
	width: 740px;
	height: 393px;
	padding-top: 80px;
	display: block;
	margin-left: -17px;
	margin-bottom: 25px;
	background-image: url(../image/rrbpromo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}	



.promorow1 {
	width: 100%;
	height: 88px;
	position: relative;
}

.promorow2 {
	width: 100%;
	height: 64px;
	position: relative;
}

.promoblock1, .promoblock2, .promoblock3 {
	width: 255px;
	color: #1F1F1F;
	font-family: UniversC Bold Italic;
	font-size: 13px;
	text-align: right;
}

.promoblock1:first-letter, .promoblock2:first-letter, .promoblock3:first-letter, .promoblock4 a:first-letter, .promoblock5:first-letter {
	color: #ff0000;

}

.promorow4 {
	height: 108px;
	width: 100%;
	padding-top: 38px;
	position: relative;
	}
	
.promoblock4 {
	height: 108px;
	margin-left: 112px;
	float: left;
	color: #303030;
	font-family: UniversC Bold Italic;
	font-size: 14px;
	padding-top: 27px;
}	

.promoblock4 a{
display: block;
text-align: center;
height: 100%;
}

.promoblock4 a:hover{
	color: #303030;
}	
	
.promoblock5 {
	height: 108px;
	width: 320px;
	margin-left: 70px;
	padding-top: 15px;
	float: left;
	color: #1f1f1f;
	font-family: TornadoC Italic;
	font-size: 13px;
	text-align: left;
	line-height: 14px;
	}
	
}


@media (max-width: 990px) and (min-width: 768px) {	


.pricelinkintop {
    width: 181px;
    height: 85px;
    margin-left: -12px;
    margin-top: -20px;
    background-image: url(../image/pricelistintop.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.header_phone {
    font-size: 19px !important;
}


.main-container {
	background-color: #fff;
	max-width: 767px;
	margin: 0 auto;
	padding-bottom: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	background-image: url(../image/bgonheader.png);
	background-repeat: no-repeat;
	background-position: center -70px;
}
	
.promobbg {
	width: 573px;
	height: 304px;
	padding-top: 35px;
	display: block;
	margin-left: -17px;
	margin-bottom: 25px;
	background-image: url(../image/rrbpromo2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}	



.promorow1 {
	width: 100%;
	height: 112px;
	position: relative;
}

.promorow2 {
	width: 100%;
	height: 85px;
	position: relative;
}

.promoblock1, .promoblock2, .promoblock3 {
	width: 285px;
	color: #1F1F1F;
	font-family: UniversC Bold Italic;
	font-size: 13px;
	text-align: right;
}

.promoblock1:first-letter, .promoblock2:first-letter, .promoblock3:first-letter, .promoblock4 a:first-letter, .promoblock5:first-letter {
	color: #ff0000;

}

.promorow4 {
	height: 108px;
	width: 100%;
	padding-top: 38px;
	position: relative;
	}
	
.promoblock4 {
	display: none;	
}	

.promoblock4 a{
     display: none;	
}
	
	
.promoblock5 {
	display: none;
	}
	
}


@media (max-width: 767px) {	

#top-links {
	display: none !important;    
}

.pricelinkintop {
	display: none;  
}

.header_phone {
    font-size: 24px !important;
}

.main-container {
	background-color: #fff;
	max-width: 767px;
	margin: 0 auto;
	padding-bottom: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	background-image: url(../image/bgonheader.png);
	background-repeat: no-repeat;
	background-position: center -250px;
}
	
.promobbg {
	display: none;
}	



.promorow1 {
	width: 100%;
	height: 102px;
	position: relative;
}

.promorow2 {
	width: 100%;
	height: 95px;
	position: relative;
}

.promoblock1, .promoblock2, .promoblock3 {
	width: 285px;
	color: #1F1F1F;
	font-family: UniversC Bold Italic;
	font-size: 13px;
	text-align: right;
}

.promoblock1:first-letter, .promoblock2:first-letter, .promoblock3:first-letter, .promoblock4 a:first-letter, .promoblock5:first-letter {
	color: #ff0000;

}

.promorow4 {
	height: 108px;
	width: 100%;
	padding-top: 38px;
	position: relative;
	}
	
.promoblock4 {
	display: none;	
}	

.promoblock4 a{
     display: none;	
}
	
	
.promoblock5 {
	display: none;
	}
	
}


.owl-wrapper-outer {
	margin-bottom: 55px;
}

.mapinfoooter{
	margin-bottom: -26px;
	margin-top: 15px;
}

.btnlinkx {
    padding: 7px 10px;
    border: none;
    display: inline-block;
    float: left;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
	color: #474747 !important;
    background-color: #fa9600 !important;
}


@media (min-width: 768px) {
#menu {
	display: none !important;
}
}

.pagination > .active > span {
	background-color: #FA9600 !important;
	border-color: #FA9600 !important;
}

.pagination > li > a {
	color: #272727 !important;
}

.nopricenamecat {
	display: block;
	width: 200px;
	height: 30px;
	text-align: center;
	color: #3E3838;
	border: 1px solid #363636;
	font-size: 14px;
	padding-top: 4px;
	margin-bottom: 10px;
	cursor: pointer;
}

.pricename, .pricetext, .price {font-size: 18px !important;}

.pricename, .pricetext {
	color: #212121;
}
