<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 

 *  Core Owl Carousel CSS File

 */

.owl-carousel {

  display: none;

  width: 100%;

  -webkit-tap-highlight-color: transparent;

  /* position relative and z-index fix webkit rendering fonts issue */

  position: relative;

  z-index: 1;

}

.owl-carousel .owl-stage {

  position: relative;

  -ms-touch-action: pan-Y;

}

.owl-carousel .owl-stage:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}

.owl-carousel .owl-stage-outer {

  position: relative;

  overflow: hidden;

  /* fix for flashing background */

  -webkit-transform: translate3d(0px, 0px, 0px);

}

.owl-carousel .owl-item {

  position: relative;

  min-height: 1px;

  float: left;

  -webkit-backface-visibility: hidden;

  -webkit-tap-highlight-color: transparent;

  -webkit-touch-callout: none;

  text-align: center;

}

.owl-carousel .owl-item img {

  width: 100%;

  -webkit-transform-style: preserve-3d;

}

.owl-carousel .owl-nav.disabled,

.owl-carousel .owl-dots.disabled {

  display: none;

}

.owl-carousel .owl-nav .owl-prev,

.owl-carousel .owl-nav .owl-next,

.owl-carousel .owl-dot {

  cursor: pointer;

  cursor: hand;

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}

.owl-carousel.owl-loaded {

  display: block;

}

.owl-carousel.owl-loading {

  opacity: 0;

  display: block;

}

.owl-carousel.owl-hidden {

  opacity: 0;

}

.owl-carousel.owl-refresh .owl-item {

  display: none;

}

.owl-carousel.owl-drag .owl-item {

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}

.owl-carousel.owl-grab {

  cursor: move;

  cursor: -webkit-grab;

  cursor: -o-grab;

  cursor: -ms-grab;

  cursor: grab;

}

.owl-carousel.owl-rtl {

  direction: rtl;

}

.owl-carousel.owl-rtl .owl-item {

  float: right;

}



/* No Js */

.no-js .owl-carousel {

  display: block;

}





.carefully_item .imgs{

	background: #f4f5f6;

	position: relative;

}

.carefully_item .imgs .fra{

	position: absolute;

	top: 4px;

	right: 4px;

	width: 68px;

	height: 68px;

	background: url(../image/fra.png);

	display: inline-block;

}

.carefully_item .text{

	height: 90px;

	background: #cc9e6f;

	color: #ffffff;

	padding-top: 8px;

}

.carefully_item .text p{

	font-size: 16px;

	padding-left: 8px;

	padding-right: 8px;

	margin-top: 4px;

}

.carefully_item .text p.name{

	line-height: 22px;

	min-height: 44px;

}

.carefully_item .text p.price{

	line-height: 26px;

}

.owl_arrow{

	position: absolute;

	display: inline-block;

	width: 36px;

	height: 36px;

	top: 50%;

	transform: translateY(-50%);

	z-index: 44;

	cursor: pointer;

}

.owl_arrow_prev{

	left: -88px;

	background: url(../image/home/arrow_prev.png);

}

.owl_arrow_next{

	right: -88px;

	background: url(../image/home/arrow_next.png);

}

.owl-controls{

	display: none;

}
.owl-recommend{position: relative;}
.owl-recommend .owl-controls{ display: block !important;}
.owl-recommend.owl-theme .owl-nav{  z-index: -1;  position: absolute; width: 100%; height: 100%; top: 0;}
.owl-recommend .owl-prev{position: absolute; left: -50px; width: 36px; height: 36px; top: 50%; transform: translateY(-50%); z-index: 44; cursor: pointer;background: url(../image/home/arrow_prev.png) !important;background-size: 100% 100%!important;}
.owl-recommend .owl-next{position: absolute; right: -50px; width: 36px; height: 36px; top: 50%; transform: translateY(-50%); z-index: 44; cursor: pointer;background: url(../image/home/arrow_next.png) !important;background-size: 100% 100%!important;}


@media (max-width: 1800px) {

	.owl_arrow_prev{

		left: 4px;

	}

	.owl_arrow_next{

		right: 4px;

	}

}

@media (max-width: 768px){

	.owl_arrow_prev{

		left: 15px;

	}

	.owl_arrow_next{

		right: 15px;

	}

}</pre></body></html>