.product-grid .img-grid-wrapper_my_img, 
.product-grid .img-grid-wrapper_my_img a img {
    max-height: 762px;
}

@media (max-width: 479px) {
	.col-xxs-12 { width: 100%; float: none; }
	.hidden-xxs { display: none; }
}


body.safari.windows .thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] a { display: block; }
#product-infos #content, #product-infos #sidebar { padding-top: 0; }
.thumbnail[class*="product-"] { border-radius: 0; padding: 0; border: 1px solid #f0f0f0; box-shadow: none; position: relative; }
.thumbnail[class*="product-"] hr { margin: 10px 0; }
.thumbnail[class*="product-"] .product-title { margin: 0; font-weight: 600; display: inline-block; font-size: 1.1rem; line-height: 25px; }
.thumbnail.product-grid .product-title { margin: 10px 0; height: 50px; overflow : hidden; display:block; }
.thumbnail[class*="product-"] .product-title:hover, .thumbnail[class*="product-"] .product-title:focus { text-decoration: none; }
.thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] { display: table-cell; vertical-align: middle; }
.thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] a, .thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] .img-wrapper-pos-fix { display: table; table-layout: fixed; width: 100%; }
.thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] a img { max-width: 100%; width: auto; height: auto; }
.thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] a:hover img, .thumbnail[class*="product-"] div[class^="img-"][class$="-wrapper"] a:focus img { opacity: 0.5; }
.product-grid .img-grid-wrapper { height: 362px; }
.product-grid .img-grid-wrapper, .product-grid .img-grid-wrapper a img { max-height: 362px; }


@media (min-width: 1200px) {
	 .row img { max-height: 1.25rem; max-width: 4rem; }
}



@media (max-width: 560px) {
		.product-grid .img-grid-wrapper { height: 262px; }
		.product-grid .img-grid-wrapper, .product-grid .img-grid-wrapper a img { max-height: 262px; }
}

@media (max-width: 310px) {
		.product-grid .img-grid-wrapper { height: 162px; }
		.product-grid .img-grid-wrapper, .product-grid .img-grid-wrapper a img { max-height: 162px; }
}


body.android.safari .product-grid .img-grid-wrapper, body.android.safari .product-list .img-list-wrapper { min-width: 100%; display: inline-block; }
body.android.safari .carousel-inner .img-wrapper { min-width: 200px; min-height: 200px; text-align: center; display: inline-block; }
.product-grid-hover .product-grid-hover-btn { display: none; }
.product-grid-hover .caption { position: relative; z-index: 1; }
.product-grid-hover:hover .caption { position: relative; z-index: 3; }
.product-grid-hover .caption-hover { position:absolute; display: none; }
.product-grid-hover:hover .caption-hover { display: block; background: #fff; position: absolute; top: 0; bottom: 0; right: -70px; left: 0; z-index: 2; }
.product-grid-hover .list-external img { max-width: 50px; max-height: 50px; width: auto; height: auto; }
.product-grid-hover .caption-hover .caption-hover-img { background: #fafafa; box-shadow: 1px 0 0 #eee inset; position: absolute; top: 0; bottom: 0; right: 0; width: 70px; z-index: 9; }
.product-grid-hover .caption-hover .caption-hover-img a { display: table; margin: 10px auto 0 auto; }
.product-grid-hover .caption-hover .caption-hover-img a img { opacity: 0.5; transition: all 0.2s; }
.product-grid-hover .caption-hover .caption-hover-img a.active img, .product-grid-hover .caption-hover .caption-hover-img a:hover img, .product-grid-hover .caption-hover .caption-hover-img a:focus img { opacity: 1; }
.product-grid-hover .caption-hover .caption-hover-txt { background: #fff; min-width: 100%; border-top: 0 !important; box-shadow: 0 1px 0 0 #eee inset; position: absolute; bottom: auto; top: 100%; left: -3px !important; right: -3px !important; z-index: 5; padding: 10px; }
.product-grid-hover .img-grid-wrapper a:hover img, .product-grid-hover .img-grid-wrapper a:focus img { opacity: 1 !important; }

@media (max-width: 767px) {
	.product-grid .row-btn .col-sm-6 + .col-sm-6 { margin-top: 10px; }
	.tab-content #tab-related .thumbnail.product-grid, .tab-content #tab-accessories .thumbnail.product-grid { border-width: 0 0 1px 0; padding-bottom: 20px; }
	.tab-content #tab-related .col-xs-12:last-of-type .thumbnail.product-grid, .tab-content #tab-accessories .col-xs-12:last-of-type .thumbnail.product-grid { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
	.product-grid .price { margin-bottom: 10px; }
	.product-grid .product-buttons .col-sm-6 + .col-sm-6 .btn { margin-top: 5px; }

}

@media (min-width: 768px) {
	.product-grid .product-buttons > .col-sm-6:first-of-type { padding-right: 5px; }
	.product-grid .product-buttons > .col-sm-6:last-of-type { padding-left: 5px; }
}


