.product-gallery {
    position: relative;
    /*height: 550px;
    width: 550px;
    background-color: #f5f5f5;
    padding: 10px 15px 15px 10px;*/
    /*box-shadow: inset 0 0 50px 0 lightgrey, 0 0 5px 0 lightgrey;*/
}
.woocommerce-main-image, .thumbnails a {
    position: relative;
    left: 0;
}
.woocommerce-main-image {
    cursor: zoom-in;
    
/*    top: 0;
    height: inherit;
    float: left;
    width: 85%;*/
}

.product-gallery{
	min-height:650px;
}
.product-gallery, .product-gallery *{
    direction: ltr !important;
}

.woocommerce-main-image.zoomed {
    width: 100%;
}

.woocommerce-main-image.zoomed {
    cursor: zoom-out;
}
.woocommerce-main-image img {
  cursor: zoom-in;
  /*float: left;
  padding: 3px;*/
}
.small_container {
    height: 100%;
    width: 115px;
    position: absolute;
    float: left;
    right: 0;
    padding: 0 10px;
}
.thumbnails {
/*  margin-bottom: 0;
  position: absolute;
  right: 15px;
  top: 3px;
  width: 15%;*/
}

.thumbnails.zoomed {
	right: 25px;
}
.thumbnails.more{
	top: -15px;
}
.thumbnails a {
	cursor: pointer;
	display: inline-block;
	/*border: 1px solid #e2e2e2;*/
	margin: 0 10px 10px;
	/*padding: 3px;*/
    /*плавность показа увеличенного изображения - 400ms - скорость показа анимации, 10ms - задержка перед*/
    -webkit-transition: transform 400ms ease-out 10ms;
    -moz-transition: transform 400ms ease-out 10ms;
    -o-transition: transform 400ms ease-out 10ms;
    transition: transform 400ms ease-out 10ms;
    z-index: 1;
}

.thumbnails a:hover {
    z-index: 30;
    /*коэффициент увеличения миниатюры при наведении на неё курсора*/
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.up, .down {
    font-size: 15pt;
}
.thumbnails a, .up, .down{
    cursor: pointer;
}
.up, .down {
  color: #ccc;
  margin: 0 15px;
  font-size: 15px;
  text-align: center;
}
.up {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.down {
  border-top: 1px solid #ccc;
}
.down:hover, .up:hover {
	color: #555;
}
.thumbnails a.selected_image {
/*    border: 1px solid #656565;
    width: 80px;*/
}

.invisible {
    display: none;
}
.alert_message {
    position: fixed;
    top: 0;
    left: -500px;
    padding: 10px 20px;
    border: 1px solid #000000;
    border-radius: 7px;
    background-color: #f0f0f0;
    font-size: 17pt;
    z-index: 100;
    margin-top: 50px;
}
@media  screen and (max-width: 960px){
	.thumbnails a {
		width: 100% !important;
	}
	.thumbnails a.selected_image {
		border: 1px solid #656565;
		margin: 0 0 10px 20px !important;
		max-width: 80px;
		width: 100% !important;
	}
	.woocommerce-main-image img {
 		cursor: default;;
 	}
}
@media  screen and (max-width: 550px){
	.woocommerce-main-image {
	  cursor: default;
	  max-width: 600px;
	  width: 100%;
	}
	.product-gallery {
		min-height: inherit !important;
		padding-bottom: 20px;
	}
	.thumbnails {
	  position: static !important;
	  width: 99.5%;
	}
	.thumbnails a, .thumbnails a.selected_image {
	  margin: 1% 0 0 0.5% !important;
	  width: 19.5% !important;
	}
	.attachment-shop_thumbnail {
	  width: 100%;
	}
}