*{text-shadow:none;-webkit-font-smoothing:antialiased}.single-product-gallery{margin-bottom:20px}.single-product-images .item,.single-product-thumbs .item{width:100%;text-align:center;background:#f5f5f5;border:1px solid #d3d3d3}.single-product-images .item a,.single-product-thumbs .item{display:block;padding-top:100%;position:relative}.single-product-thumbs .item{width:auto;padding-top:90%;margin:5px}.single-product-images .item img:first-child,.single-product-thumbs .item img{position:absolute;z-index:10;top:50%;left:50%;width:auto;max-width:100%;max-height:100%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-style:flat;-moz-transform-style:flat;-ms-transform-style:flat;-o-transform-style:flat;transform-style:flat;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;transition:all .3s ease 0s}.single-product-images .item img.zoomImg{z-index:11}.single-product-thumbs{padding:0 35px;margin:10px auto 0}.single-product-thumbs .owl-item.synced img,.single-product-thumbs .owl-item:hover img{opacity:.7}.single-product-thumbs .owl-carousel .owl-controls .owl-buttons .owl-next,.single-product-thumbs .owl-carousel .owl-controls .owl-buttons .owl-prev{position:absolute;top:50%;bottom:0;width:30px;height:32px;line-height:32px;margin-top:-16px;text-align:center;font-size:18px;color:#fff;background:#08C;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;transition:all .3s ease 0s}.single-product-thumbs .owl-carousel .owl-controls .owl-buttons .owl-next:hover,.single-product-thumbs .owl-carousel .owl-controls .owl-buttons .owl-prev:hover{background:#06C}.single-product-thumbs .owl-carousel .owl-controls .owl-buttons .owl-prev{left:-35px}.single-product-thumbs .owl-carousel .owl-controls .owl-buttons .owl-next{right:-35px}.single-product-description .name{color:#1c0909;font-size:20px;font-weight:500;text-transform:capitalize}.single-product-description .rating{padding:0;margin:20px 0;list-style-type:none}.single-product-description .rating>li{display:inline-block}.single-product-description .rating>li>span{color:#1c0909}.single-product-description .price{font-size:25px;font-weight:300;margin:0 0 20px;text-align:center;display:inline-block}.single-product-description .detail{color:#1c0909}.single-product-description>div>label{color:#1c0909;font-size:14px;font-weight:400;text-transform:uppercase}.single-product-description>.color,.single-product-description>.quantity,.single-product-description>.size{display:inline-block;vertical-align:top}.single-product-description>.quantity{margin-right:20px}.single-product-description>.size{margin-left:20px}.single-product-description>.quantity>input{width:100px;height:40px;color:#1c0909;font-size:18px;margin:0 0 0 5px;padding:0 0 0 10px;background:#f7f7f7;display:inline-block;border:1px solid #eaeaea}.single-product-description>.quantity>input:focus{outline:0}.single-product-description>.color>select,.single-product-description>.size>select{width:100px;height:40px;color:#1c0909;margin:0 0 0 5px;background:#f7f7f7;display:inline-block;text-transform:uppercase;border:1px solid #eaeaea}.single-product-description>div>select>option{text-transform:uppercase}.single-product-description>.color>select:focus,.single-product-description>.size>select:focus{outline:0;background:#f7f7f7;border:1px solid #eaeaea;-webkit-box-shadow:none;box-shadow:none}.single-product-description>.button>button{left:0;right:0;padding:0;outline:0;width:150px;border:none;height:40px;color:#f7f7f7;font-size:12px;font-weight:400;line-height:40px;position:relative;display:inline-block;margin:33px auto 0;text-transform:uppercase;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all .6s cubic-bezier(.3,1,0,1);transition:all .6s cubic-bezier(.3,1,0,1)}.single-product-description>.button>button:hover{background:#ff5252}@media only screen and (max-width:480px){.single-product-description .detail{text-align:justify}.single-product-description>.color,.single-product-description>.quantity,.single-product-description>.size{margin:10px 0;display:block}.single-product-description>.color>select,.single-product-description>.quantity>input,.single-product-description>.size>select{margin:0;display:block}}@media (min-width:481px) and (max-width:767px){.single-product-description>.color>select,.single-product-description>.quantity>input,.single-product-description>.size>select{margin:0;display:block}}@media (min-width:768px) and (max-width:991px){.single-product-description .rating{margin:10px 0}.single-product-description{padding:10px 15px 10px 25px;margin:0}.single-product-description>.color>select,.single-product-description>.quantity>input,.single-product-description>.size>select{margin:0;display:block}.single-product-description>.button>button{margin:10px auto 0}}@media (min-width:992px) and (max-width:1229px){.single-product-description>.color>select,.single-product-description>.quantity>input,.single-product-description>.size>select{margin:0;display:block}}@media (max-width:768px){.single-product-description{padding:10px 0}.owl-buttons{display:block}}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.23
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: empty 1ms both ease;
  -moz-animation: empty 1ms both ease;
  animation: empty 1ms both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}

@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

