
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
    float: left;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff;
	width: 100%;
	overflow: hidden;
}
.product-thumb:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.product-thumb .image {
	text-align: center;
	padding-top: 47px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto 16px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
	padding-top: 47px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-thumb .caption a{
	color: #424242;
}
.product-list .product-thumb .caption {
	/*margin-left: 230px;*/
	padding-top: 47px;
}
@media (max-width: 1256px) {
.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;
}
.otziv{
	border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.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;
}
.myprice{
	padding-bottom: 20px;
	padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.myprice .price-new{
	color: #ff6700;
	font-family: 'Georgia';
	font-size: 30px;
}
.myprice .price-old{
	color: #b0b0b0;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: line-through;
}

h2.price {
	margin: 0;
}
.product-thumb .price {
	text-align: center;
    color: #ff6700;
}
.product-thumb .price-new {
	font-weight: 600;
}
.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;
	}
}
.product-thumb .button-group button {
	border: none;
	display: inline-block;
	float: left;
	background-color: transparent;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
    top: 20px;
    z-index: 3;
    height: 30px;
    padding: 3px 4px;
    right: 20px;
    color: #424242;
    filter: alpha(opacity=0)\9;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
}


.product-thumb:hover > .button-group button {
    opacity: 1;
    filter: alpha(opacity=100)\9;
}
.product-thumb:hover > div .button-group button {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.product-thumb .button-group button + button {
	width: 30px;
	position: absolute;
    top: 20px;
    z-index: 3;
    height: 30px;
    padding: 3px 4px;
    left:20px;
    color: #424242;
    filter: alpha(opacity=0)\9;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
}
.product-thumb:hover > .button-group button + button {

    opacity: 1;
    filter: alpha(opacity=100)\9;

}
.product-thumb .button-group button + button + button {
	width: 30px;
	position: absolute;
    top: 20px;
    z-index: 3;
    height: 30px;
    left:60px;
    padding: 3px 4px;
    color: #424242;
    filter: alpha(opacity=0)\9;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.product-thumb .button-group button:hover {
	color: #ff6700;
	text-decoration: none;
	cursor: pointer;
}

.thumbnail {
    border: 0px;
}


.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: 5px;
	display: block;
	border: 1px solid #e0e0e0;
    border-radius: 0px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #ff6700;
    outline-color: #fff;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
#karusel {
	border: 0px;
}
#karusel:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
#karusel .owl-wrapper-outer {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 1256px) {
	.container {width: 1256px;}
	#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;
	}
	#content .knopki .padding-rl5{
		clear:none;
	}
}

/* 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;
}

.greyfon {
	background: #fff;
}
.main {padding-top: 50px;    padding-bottom: 30px;}

.brick{
    float: left;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 30px;
}
.brick:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.in {
	margin-bottom: 30px;
}

.row-5{
	margin-right: -5px;
    margin-left: -5px;
}
.padding-rl5{
	padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
.knopki button {
	    width: 100%;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* ����������� ���� */
.popup__overlay {
  position: fixed;
  left: 0;
  top: 40%;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99;
}
.popup {
  display: inline-block;
  position: relative;
  max-width: 80%;
  vertical-align: middle;
}
.acn-notification {
display: block;
clear: both;
z-index: 5000;
background: #FFF;
padding: 25px;
border: 1px solid #ff6700;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 2px 2px #DDDDDD;
-moz-box-shadow: 0px 2px 2px #DDDDDD;
box-shadow: 0px 2px 2px #DDDDDD;
}

button.close {
    margin: -15px -10px 0px 15px;
}


.img-thumbnail {
    border: 0px;
}
