/*
Theme Name: Steel
Theme URI: http://shinetheme.com/demosd/steel
Author: ShineTheme
Author URI: http://shinetheme.com
Description: An Framework Theme
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: steel
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Elements
 * 3.0 - Alignments
 * 4.0 - Clearings
 * 5.0 - Theme Unit Test
 *
 */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    /*font-family: inherit;*/
    font-family: 'Play';
    /*font-size: 100%;*/
    font-style: inherit;
    /*  font-weight: inherit;*/
    /*margin: 0;*/
    outline: 0;
    /*padding: 0;*/
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
/*

body {
    background: #f1f1f1;
}
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}


.wp-caption-text {

}
.sticky{

}
.gallery-caption
{

}
.bypostauthor{

}

/**
 * 2.0 Elements
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

/*ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}*/

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}

/*img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}*/

figure {
    margin: 0;
}

del {
    opacity: 0.8;
}

/**
 * 3.0 Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


/**
 * 4.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}

/**
 * 5.0 Theme unit test
 */
pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
dfn, cite, em, i {
    font-style: italic;
}
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.sidebar-widget select{
    max-width: 100%;
}
.entry-content figure{
    max-width: 100%;
}

/* С главной страницы */

.logo img	{
	width: 248px;
}

.navbar-brand {
    height: 85px;
}

.cust-footer-menu {
    text-align: center;
}

.cust-footer-menu li {
    display: inline;
    margin: 30px;
    padding: 0px;
    font-size: 16px;
}

ul.products .price {
	background: #333;
    width: 100%;
}

ul.products h2.woocommerce-loop-product__title{
	background: #fecc00;
}

ul.products li.product {
	text-align: center;
}

ul.products h2.woocommerce-loop-category__title{
	background: #fecc00;
}


/*Карточка товара*/

p.price {
    background: red;
    color: #fff !important;
    text-align: center;
    padding: 10px;
    font-size: 30px !important;
    margin: 10px 0px;
	display: block !important;
}

.quantity {
	display: none;
}

.woocommerce button.button.alt:hover {
    background-color: #fecc00;
    color: #fff;
}

.woocommerce button.button.alt {
	background-color: #fecc00;
    color: #273440;
	width: 100%;
}

section.related.products {
	display: inline-block;
}

/*КОНЕЦ Карточка товара*/

/*Кнопка*/

.quote-section .btn-outline {
	background-color: red;
	border: 3px solid red;
	color: #fff;
}

/*Прилепленное меню*/
.header-opt-three .tp-navigation.stuck {
    background-color: #fecc00;
}


/*Телефоны в шапке*/
.phn-hdr-h1 {
	text-align: right;
	margin-top: 25px;
}

.phn-hdr-spn{
	background: red;
	color: #fff;
	padding: 1px 10px;
}

.tm-hdr{
	text-align: right;
	margin: 10px;
}

.tm-hdr span{
	background: #fecc00;
	color: #171717;
	padding: 5px 10px;
}

.wpb_content_element{
	margin-bottom: 5px !important;
}


@media only screen and (max-width: 385px), only screen and (max-device-width: 385px){
	
.phn-hdr-h1 {
	text-align: center;
	margin-top: 0px;
}

.phn-hdr-spn{
	font-size: 0.74em;
}

.tm-hdr{
	text-align: center;
	font-size: 12px;
}

}




.lend-top-info {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    width: 100%;
    margin: 1.6em 0;
}

.mm_table {
    display: table;
}

.mm_row {
    display: table-row;
}

.mm_column {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
}

h4 {
    font-size: 1.500em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.lend-hide-phone {
    border-bottom: dotted 1px;
    cursor: pointer;
    background: red;
    padding: 5px 10px;
    color: #fff;
    
}

.lend-top-text {
    color: #FFF;
    background: #fecc00;
    padding: 1px;
    text-align: center;
}


.lend-top-text h5 {
    font-size: 1.3em;
}

.main-lend-div {
    margin: 2em 0;
}

.lend-ul {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	width: 100%;
	margin: 1.6em 0;
	padding: 1em;
}

.lend-ul li {
	list-style-type: none;
}

.lend-ul li:before {
	color: #fecc00;
	content: "■"; 
	padding-right: 10px;
	font-size: 14px;
}

/*хлебные крошки*/
.tp-breadcrumb{
    padding: 3.7em 0px 2em 0px;
    border:none !important
}

.col-md-offset-3.col-md-5{
    width: 100%;
}

.breadcrumb{
    border:none !important;
}

@media (min-width: 992px){
.col-md-offset-3 {
    margin-left: auto;
}
.col-md-5 {
    width: auto;
}
}

/*Лого в шапке*/

.logo img {
    max-width: none;
}


/*Таблица в категории*/
.tabl_v2 td {
    vertical-align: middle !important;
    text-align: left !important;
}

.tabl_v2 tr:first-child td {
    font-weight: 600;
    text-align: center !important;
}
.product-cats {
    list-style: none;
    padding-left: 0;
}
.product-cats li {
    display: inline-block;
    margin: 15px 5px;
} 
.product-cats li a {
    padding: 15px;
    background: #fecc00;
}
.product-cats li a:hover, .product-cats li a:focus {
    color: #282828;
}
.product-categories .children {
    list-style: none;
}