/*
Theme Name: Bootstrap3 SSS
Description: Дочерняя тема от Bootstrap Basic
Version: 1.25.0
Template: bootstrap-basic
*/

/*
Required WordPress CSS
*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}



.label-sss {
  color:#111;
  background-color: #eee;
}

.list-group {
  line-height: 0px;
}

.list-group-item {
  line-height:1.3;
}

.panel {
  padding: 5px;
}

.panel-home {
  margin:  7px 7px 15px 7px;
}



/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


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

body {
	font-family: "Arial";
  line-height: 1.2;
}

a {
	color: #900;
}

h1 {
	color: #900;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	color: #900;
	font-size: 16px;
}

code {
	font-family: "Arial";
	font-size: 100%;
	color: #f00;
	background-color: transparent;

}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


.pagination > li > a,
.pagination > li > span {
	color: #900;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #900;
  border-color: #900;
}

.site-content {
	background-color: #fafafa;
	border: 1px solid #eee;
	margin: 0px 0px 20px 0px;
	padding-top: 15px;
}

.page {
	background-color: #fff;
}

.post {
	background-color: #fff;
}

.widget {
	background-color: #fff;
}

.page-header {
	background-color: #fff;
	border: 1px solid #eee;
	padding-left: 15px;
	padding-top: 10px;
	margin-top: 0px;
}

.navbar-default {
	min-height: 10px;
	margin-bottom: 10px;
	border-color: #af2727;
	background-color: #af2727;

}

.navbar-collapse {
	background-image: -webkit-linear-gradient(top, #af2727 0%, #8e1010 75%);
	background-image: -o-linear-gradient(top, #af2727 5%, #8e1010 75%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#af2727), to(#8e1010));
	background-image: linear-gradient(to bottom, #af2727 0%, #8e1010 75%);
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 7px 15px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a,
.dropdown-menu > .open > a,
.dropdown-menu > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu > li > a:hover{
	color: #ff0;
	background-image: -webkit-linear-gradient(top, #f99090 0%, #c03333 75%);
	background-image: -o-linear-gradient(top, #f99090 0%, #c03333 75%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f99090), to(#c03333));
	background-image: linear-gradient(to bottom, #f99090 0%, #c03333 75%);
}

.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
}

.site-description
{
	color: #af2727;
}

#site-footer,
a.list-group-item.active
 {
	background-image: -webkit-linear-gradient(top, #af2727 0%, #8e1010 75%);
	background-image: -o-linear-gradient(top, #af2727 5%, #8e1010 75%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#af2727), to(#8e1010));
	background-image: linear-gradient(to bottom, #af2727 0%, #8e1010 75%);
	border: none;
}

.widget_text {
	background-color: transparent;
}

#footer-row p {
	margin: 0px;
  color: yellow;
}

.goods-block .panel-body {
  padding: 0.5em;
  text-align: center;
}

.goods-title {
  font-weight: bold; 
  line-height: 1em;
  padding: 0px;
  height: 3em;
  overflow: hidden;
}

  .goods-image {
    display: block;
    margin: auto;
  }

.price-main {
  font-size:1.4em;
  font-weight: bold;
}

.price-old {
  font-size:1.1em;
  text-decoration: line-through;
}


@media (min-width: 500px) {
  .container {
    width: 500px;
  }

  .goods-image {
    width: 325px;
    height: 325px;
  }

  .goods-block {
    height: 600px;
  }

  .modal-dialog {
    width: 740px;
  }
}



@media (min-width: 768px) {
  .container {
    width: 760px;
  }

  .goods-image {
    width: 325px;
    height: 325px;
  }

  .goods-block {
    height: 600px;
  }

  .modal-dialog {
    width: 768px;
  }
}



@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .goods-image {
    width: 277px;
    height: 277px;
  }

  .goods-block {
    height: 550px;
  }

  .modal-dialog {
    width: 992px;
  }
}



@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }

  .goods-image {
    width: 227px;
    height: 227px;
  }

  .goods-block {
    height: 500px;
  }

  .modal-dialog {
    width: 1200px;
  }
}

.action_label {
  position:absolute;
  top:-6px;
  left:-6px;
  z-index: 10;
}


#top_minicart {
	background-color: #fff;
	border: 2px solid #900;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  line-height: 1.2em;
}

.wpshop_mini_count, .wpshop_mini_sum, .minicart {
  margin: 0px;
  width: 100%;
}



.goods-description p {
  font-size: 0.9em;
  line-height: 0.92em;
}

.goods-description {
  height: 11em;
  overflow: hidden;
  clear: both;
}


.menu-aboutflos-container ul {
	padding-left: 20px;
  padding-top: 10px;
}

.messagebox_overlay {
  z-index: 111;
}


.panel-home table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}


.panel-home td {
  padding: 4px;
  border: 1px solid #DDD;
  border-collapse: collapse;
}
