/*******************************************************************************
/* Large Devices Styles Starts  
/* 1200 < width - large desktops 
*******************************************************************************/
@media (min-width: 1200px) { 
  .img-goods-list-row {width:250px;height:250px;}
  .img-goods-list-col {width:230px;height:230px;}
/*  .img-goods-list-col {width:157px;height:157px;}*/
/*.product-col .image {position: relative;overflow: hidden;padding-bottom: 100%;}
.product-col .image img {position: absolute;top:0;bottom:0;right:0;left:0;margin:auto;}*/

  .img-goods-page-main {width:336px;height:336px;}
  .img-goods-page-gal {width:50px;height:50px;}
  .img-goods-cart {width:50px;height:50px;max-width:none;}
}

/*******************************************************************************
/* Medium Devices Styles Starts 
/* 992 < width < 1199 - small desktops, ipad horiz
*******************************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .img-goods-list-row {width:250px;height:250px;}
  .img-goods-list-col {width:181px;height:181px;} 
  .img-goods-page-main {width:273px;height:273px;}
  .img-goods-page-gal {width:50px;height:50px;}
  .img-goods-cart {width:50px;height:50px;max-width:none;}
}

/*******************************************************************************
/* Small Devices Styles Starts 
/* 768 < width < 991 - ipad vert
*******************************************************************************/
@media (min-width: 768px) and (max-width: 991px) { 
  .img-goods-list-row {width:250px;height:250px;}
  .img-goods-list-col {width:188px;height:188px;}
  .img-goods-page-main {width:283px;height:283px;}
  .img-goods-page-gal {width:50px;height:50px;}
  .img-goods-cart {width:50px;height:50px;max-width:none;}
}

/*******************************************************************************
/* Extra Small Devices Styles Starts 
/* width > 767 - phones
*******************************************************************************/
@media (max-width: 767px) {
	.img-goods-page-gal {width:50px;height:50px;}
  .img-goods-cart {width:50px;height:50px;max-width:none;}
}