/*---------------------------------------------------------------------------------

 Theme Name:   mg-jonna
 Theme URI:    https://mark.granath.fi
 Description:  special theme
 Author:       Mark Granath
 Author URI:   https://mark.granath.fi
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


body {
	-ms-word-break: break-all;
     	word-break: break-all;
     	word-break: break-word;

	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
			hyphens: auto;
}


.product-sku {
	padding-bottom: 2em;
}

.product-colors {
	padding-bottom: 2em;
}

.product-colors ul {
	padding: 0;
	list-style: none;
}

.product-colors ul li img {
	padding-right: 1em;
	text-align: bottom;
}

.product-size {
	padding-bottom: 2em;
}

/* ==========================================================================
IMAGE ZOOM FEATURE
========================================================================== */
.imageWrap {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.imageWrap img {
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.imageWrap img:hover {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
/* ==========================================================================
  END IMAGE ZOOM FEATURE
  ========================================================================== */
