.labels_wrap {
	float: left;
	width: 400px;
}
.label_link {
	display: inline-block;
}
.photo_outwrap {
	display: inline-block;
	overflow: hidden;
/* 	width: auto !important; */
/* 	height: auto !important; */
	max-height: 600px;
	max-width: 700px;
	border: 1px solid #393939;
	cursor: all-scroll;
}
.photo_wrap {
	position: relative;
	display: inline-block;
}
.photo_label {
	position: absolute;
	cursor: pointer;
}
.photo_label.active, .label_link.active, .labels_wrap tr.active {
	background: #ffd790;
}
.photo_label:hover {
	text-decoration: underline;
}
.labels_wrap label {
	display: block;
}
.label_art {
	font-size: 12px;
	color: #363636;
}
.labels_wrap td {
	padding: 6px;
}
.labels_wrap table {
/* 	border: 1px solid #dadada; */
}

.block_img_src
{    margin-top: 40px;}
.block_img_src img
{

    max-width: 325px;
    /* width: 100%; */
    display: block;
    margin: 0 auto;
    max-height: 350px;  
    
}
.block_img_src a
{
    display: block;
    margin: 0 auto;	
}

.photo_promo_big > span
{
    position: absolute;
    z-index: 100;
    font-size: 16px;
    background-color: #fff;
    padding: 10px;
    font-weight: bold;    
}

.photo_promo_big
{
     background: #fff;
  overflow-x: scroll;
}
.block_img_src span
{
display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: bold;    
}

.product-form .btn.btn-default
{
	
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;

}

#AjaxFormProduct .order_good-success
{
border: 1px solid #e4dede;
    padding: 16px;
    background-color: #f7f7f7;	
}

.title_h3
{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px; font-weight: 500; line-height: 1.1; display: block; width: 100%; clear: both;
}


.goods_one  a .goods_one_name
{
}

.zoom
{
	font-size: 24px;
    z-index: 100;
    position: absolute;
    margin-top: 35px;
    background-color: #fff;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}
.plus, .minus {
    border: 1px solid;
    padding-left: 10px;
    height: 36px;
    padding-right: 10px;
    margin-top: 5px;
    text-align: center;
    cursor: pointer; color: #000; background: #fff; position: relative; z-index: 1001;
}
.plus:hover, .minus:hover
{
background-color: #eee;
  
}

.photo_wrap {
    position: relative;
    display: block;
  
}

.minus 
{
line-height: 30px;	
}

@media (min-width: 1200px)
{
.col-lg-2 {
      width: 20%;
}
}

@media (max-width: 750px)
{
.photo_outwrap {
 max-height: 320px;
    max-width: 320px;
}
.photo_promo_big
{
   
  overflow: scroll;
}
}


::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}