/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* 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-prev{
	text-align:left;left:-60px;
}
.owl-next{
	text-align:right;right:-60px;
}
@media (max-width:1199px) {
.owl-prev{left:0px;}
.owl-next{right:0px;}
}

.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;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  text-align:center;
}

.product_tab_area .owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    color: #ff0036;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size:100px;
	top:0px;
    margin: 0 0 0 0px;
    opacity: 1;
    position: relative;
    transition: all 300ms ease 0s;
    width: 50%;
	height: 20px;
    z-index: 10;
	
}
.product_tab_area .owl-buttons {
    position: absolute;
    top:205px;
	width:100%;
}
.pro_tab_img img{width:450px;height:auto;}
.hei{height:620px;}
.tab-pane{margin-top:0px;}
@media (max-width:1199px) {.pro_tab_img img{width:400px;}}
@media (max-width:1000px) {.pro_tab_img img{width:360px;}.tab-pane{margin-top:0px;}.hei{height:470px;}.product_tab_area .owl-buttons {top:165px;}}
@media (max-width:900px) {.pro_tab_img img{width:500px;}.tab-pane{margin-top:-30px;}.hei{height:620px;}}
@media (max-width:700px) {.pro_tab_img img{width:500px;}}
@media (max-width:600px) {.pro_tab_img img{width:400px;}.tab-pane{margin-top:-30px;}.hei{height:450px;}}
@media (max-width:500px) {.pro_tab_img img{width:360px;}}
@media (max-width:450px) {.pro_tab_img img{width:320px;}.hei{height:400px;}.product_tab_area .owl-theme .owl-controls .owl-buttons div {font-size:70px;}.product_tab_area .owl-buttons {top:135px;}}
@media (max-width:380px) {.pro_tab_img img{width:260px;}.product_tab_area .owl-buttons {top:95px;}.hei{height:320px;}.product_tab_area .owl-theme .owl-controls .owl-buttons div {font-size:50px;}}