/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}


/*
 *  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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	min-height: 35.23vh;
	max-height: 35.23vh;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.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;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.cars-inter-owl {
	display: none;
	padding-top: 34px;
}

@media only screen and (max-width: 767px) {
	.cars-inter-owl {
		display: block;
	}
}

.aside-search .cars-inter-owl {
	display: block;
}

.cars-inter-owl .carousel-wrapper {
	padding: 0 22px 17px;
}

.cars-inter-owl .col .img a {
	position: relative;
}

.cars-inter-owl .check {
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
}

.cars-inter-owl .check.active .pluse {
	display: none;
}

.cars-inter-owl .check.active .minus {
	display: inline-block;
}

.cars-inter-owl .pluse {
	display: inline-block;
	font-style: normal;
}

.cars-inter-owl .minus {
	display: none;
	font-style: normal;
}

.cars-inter-owl .accradion__content {
	display: none;
}

.wrap-slider {
	padding-top: 60px;
	padding-right: 33px;
	padding-left: 85px;
}

@media only screen and (max-width: 767px) {
	.wrap-slider {
		padding-top: 21px;
		padding-right: 42px;
		padding-left: 5px;
	}
}

#steps-fivepercent-slider .ui-slider-tip {
	visibility: visible;
	opacity: 1;
	top: -30px;
}

.ui-slider-horizontal.ui-slider-pips {
	height: 6px;
}

.carousel-wrapper {
	padding-right: 0px;
	padding-bottom: 21px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.carousel-wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.carousel-wrapper {
		padding-right: 0;
	}
}

.carousel-owl {
	display: none;
}

@media only screen and (max-width: 767px) {
	.carousel-owl {
		display: block;
	}
}

.carousel-owl .text-title {
	display: none;
}

.carousel-owl .text {
	height: auto;
	padding-top: 38px;
}

.carousel-owl .text p {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
}

.carousel-owl .img a {
	display: block;
}

.touchno-touch .carousel-owl .img:hover .zoom {
	visibility: visible;
	opacity: 1;
}

.carousel-owl .img img {
	display: block;
	width: 100%;
	min-width: 100%;
}

.zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 35px;
	height: 35px;
	/* background: #ffffff; */
	border-radius: 50%;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
}

.ie8 .zoom {
	margin: -17px 0 0 -17px;
}

@media only screen and (max-width: 767px) {
	.zoom {
		display: none;
	}
}

.zoom:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 45px;
	height: 45px;
	background: url(https://images.rvs.com/images/minified-svg/PinchZoom.svg) no-repeat center;
	/* background: url("https://images.rvs.com/images/minified-svg/zoom.svg") no-repeat center; */
	background-size: cover;
}

.ie8 .zoom:after {
	background: url("https://images.rvs.com/images/content/zoom.png") no-repeat center;
	margin: -9px 0 0 -9px;
}

.carousel {
	font-size: 0;
	line-height: 0;
	position: relative;
}

.carousel .col {
	height: 240px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.carousel .col {
		height: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.carousel .text {
	width: 35%;
	box-sizing: border-box;
	padding-right: 22px;
	display: inline-block;
	vertical-align: top;
	padding-top: 39px;
	overflow: auto;
	float: left;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.carousel .text {
		padding-right: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.carousel .text {
		width: 100%;
		display: block;
	}
}

.carousel .text .text-title {
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
	padding-bottom: 18px;
}

.carousel .text p {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
}

.carousel .text ul {
	list-style: outside none disc;
	padding: 0 12px;
}

.carousel .text li {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	padding: 5px 0;
}

.carousel .img {
	width: 56%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.carousel .img {
		width: 100%;
		display: block;
	}
}

.carousel .img a {
	display: block;
	height: 240px;
}

@media only screen and (max-width: 767px) {
	.carousel .img a {
		height: 160px;
	}
}

.touchno-touch .carousel .img:hover .zoom {
	visibility: visible;
	opacity: 1;
}

.carousel .img img {
	display: block;
	width: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ie8 .carousel .img img {
	left: 0;
	top: 0;
}

.carousel-wrapper {
	position: relative;
}

.zoom-carousel {
	background: #ffffff;
	width: 981px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.zoom-carousel {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.zoom-carousel {
		width: auto;
	}
}

.zoom-carousel .pager-wrapper {
	padding: 38px 28px 28px 28px;
	background: #f2f5f7;
}

.zoom-carousel .carousel-wrapper {
	padding-top: 44px;
	padding-left: 33px;
	padding-right: 33px;
	margin-bottom: 74px;
	padding-bottom: 0;
	max-height: 390px;
	overflow: hidden;
}

.zoom-carousel .foo2_prev {
	top: 56%;
	left: 14px;
}

.zoom-carousel .foo2_next {
	top: 56%;
	right: 21px;
}

.zoom-carousel .carousel .col {
	height: 390px;
}

.zoom-carousel .carousel .col .img {
	height: 390px;
	margin: auto;
	padding-top: 33px;
	width: 81%;
	display: block;
}

.zoom-carousel__title {
	background: #f2f5f7;
	padding-top: 30px;
	padding-bottom: 29px;
	text-align: center;
}

.zoom-carousel__title span {
	display: block;
	font-weight: 700;
	font-size: 20px;
	color: #000;
}

.foo2_next,
.foo2_prev {
	width: 40px;
	height: 40px;
	top: 47%!important;
	position: absolute;
	margin-top: -17px;
	cursor: pointer;
	color: #fff;
}

.foo2_prev {
	left: 38%;
	background-size: cover;
}

.foo2_prev:hover {
	left: 38%;
	background-size: cover;
}

.ie8 .foo2_prev {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.foo2_prev {
		left: -7px;
	}
}

.foo2_next {
	right: 2px;
	background-size: cover;
}

.foo2_next:hover {
	right: 2px;
	background-size: cover;
}

.ie8 .foo2_next {
}

@media only screen and (max-width: 767px) {
	.foo2_next {
		right: -7px;
	}
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	width: 14px;
	height: 30px;
	top: 19%;
	position: absolute;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.owl-nav .owl-prev,
	.owl-nav .owl-next {
		top: 39%;
	}
}

.owl-nav .owl-prev {
	left: -25px;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.owl-nav .owl-prev,
	.owl-nav .owl-next {
		width: 40px;
		height: 40px;
                display: none !important;
	}

	.owl-nav .owl-prev {
		left: 10px;
	}

	.less-than-ipad .owl-nav .owl-prev {
		left: 20px;
	}
}

.owl-nav .owl-next {
	right: -25px;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.owl-nav .owl-next {
		background-size: cover;
		right: 10px;
	}
	
	.owl-nav .owl-prev {
		background-size: cover;
		left: 10px;
	}

	.less-than-ipad .owl-nav .owl-next {
		right: 20px;
	}
}

.carousel-wrapper.carousel-wrapper_mob {
	display: none;
}

@media only screen and (max-width: 767px) {
	.carousel-wrapper.carousel-wrapper_mob {
		display: none;
	}
}

.carousel-wrapper.carousel-wrapper_mob .owl-controls .owl-nav .owl-prev,
.carousel-wrapper.carousel-wrapper_mob .owl-controls .owl-nav .owl-next {
	top: 45%;
}

.mob-slider {
	display: none;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.mob-slider {
		display: block;
	}
}

.mob-slider .new {
	position: absolute;
	top: 0;
	left: 30px;
	background: #007db6;
	padding: 0 13px;
	z-index: 99;
}

.mob-slider .new span {
	color: #ffffff;
	font-size: 14px;
	line-height: 33px;
	font-weight: normal;
}

.mob-accordion .btn-mob {
	display: none;
}

@media only screen and (max-width: 767px) {
	.mob-accordion .btn-mob {
		display: block;
		margin: auto;
		width: 296px;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.wrap-mob-btn {
		padding-bottom: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.mob-accordion__row {
		border-top: 1px solid #e4e8eb;
	}
	.mob-accordion__row:last-child {
		border-bottom: 1px solid #e4e8eb;
	}
	.print-page .mob-accordion__row {
		border: 0;
	}
}

@media only screen and (max-width: 767px) {
	.mob-accordion__row .accordion-body {
		padding: 0 11px;
	}
}

@media only screen and (max-width: 767px) {
	.mob-accordion__row .accordion-body .product-sale__title {
		display: none;
	}
}

.mob-accordion__row .acard-title {
	position: relative;
	display: none;
}

@media only screen and (max-width: 767px) {
	.mob-accordion__row .acard-title {
		display: block;
	}
}

.print-page .mob-accordion__row .acard-title {
	display: none;
}

.mob-accordion__row .acard-title span {
	font-size: 15px;
}

.mob-accordion__row .acard-title .quest-main {
	display: none;
}

.mob-accordion__row.active {
	background: #f2f5f7;
}

.mob-accordion__row.active .icon-click:after {
	height: 0;
}

.pager-wrapper {
	padding: 10px 0;
	position: relative;
}

.pager {
	float: left;
	padding: 10px;
	width: 100%;
}
