/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2024 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
/* This is the moving lens square underneath the mouse pointer. */
.vpf-zoom-lens {
	border: 2px solid #EEE;
	margin: -2px;
	/* Set this to minus the border thickness. */
	background-color: #fff;
	cursor: move;
}
/* This is for the title text. */
.vpf-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}
/* This is the zoom window. */
.vpf-zoom-big {
	border: 2px solid #EEE;
	overflow: hidden;
	background-color: #FFF;
	background-repeat: no-repeat;
	-webkit-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 1px 10px -1px rgba(0, 0, 0, 0.15);
}
.position-inside .vpf-zoom-big {
	border: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.vpf-simplegallery-main-cont {
	position: relative;
	overflow: hidden;
}
/* This is the loading message. */
.vpf-zoom-loading,
.vpf-simplegallery-loading,
.vpf-simplegallery-error {
	position: absolute;
	top: 1px !important;
	left: 1px !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 100px;
	min-height: 100px;
	background-color: #FFF;
	opacity: 0.7;
	background-image: url('../images/image-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -100000px;
	overflow: hidden;
	border: 0 none;
}
.vpf-simplegallery-loading,
.vpf-simplegallery-error {
	top: 0 !important;
	left: 0 !important;
}
.vpf-simplegallery-error {
	background-image: url('../images/error.png');
}
.vpf-zoom-wrap {
	position: relative;
	display: block;
	vertical-align: middle;
}
.vpf-zoom-wrap.position-inside {
	overflow: hidden;
}
/* Image Lightbox CSS */

html {
	/* killing 300ms touch delay in IE */
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 10004;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 );
}
/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
	border-radius: 50%;
}
#imagelightbox-loading {
	width: 2.5em;
	height: 2.5em;
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em;
	margin: -1.25em 0 0 -1.25em;
	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 );
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 );
}
#imagelightbox-loading div {
	width: 1.25em;
	height: 1.25em;
	background-color: #fff;
	-webkit-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite;
}
/* OVERLAY */
#imagelightbox-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
}
/* "CLOSE" BUTTON */
#imagelightbox-close {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: transparent;
	border: 0 none;
	position: fixed;
	z-index: 10002;
	top: 20px;
	right: 25px;
	color: #FFF;
	padding: 0;
	margin: 0;
	font-size: 42px;
	opacity: 0.65;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
	opacity: 1;
}
/* CAPTION */
#imagelightbox-caption {
	display: none !important;
	visibility: hidden;
}
#imagelightbox-caption.active {
	margin-bottom: 0;
	opacity: 1;
}
/* NAVIGATION */
#imagelightbox-nav {
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	border-radius: 20px;
	position: fixed;
	z-index: 10001;
	left: 50%;
	bottom: 3.75em;
	padding: 0.313em;
	-webkit-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
}
#imagelightbox-nav button {
	width: 1em;
	height: 1em;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0.313em;
}
.imagelightbox-arrow .icon-arrow-left3,
.imagelightbox-arrow .icon-arrow-right3 {
	display: inline-block;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;
	line-height: 1;
	vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
}
.imagelightbox-arrow .icon-arrow-left3:before {
	content: "\f104";
}
.imagelightbox-arrow .icon-arrow-right3:before {
	content: "\f105";
}
.imagelightbox-arrow,
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus,
.imagelightbox-arrow:active,
.imagelightbox-arrow:visited,
#imagelightbox-close,
#imagelightbox-close:hover,
#imagelightbox-close:focus,
#imagelightbox-close:active,
#imagelightbox-close:visited {
	outline: 0 none;
}
#imagelightbox-nav button.active {
	background-color: #fff;
}
/* ARROWS */
.imagelightbox-arrow {
	width: 45px;
	height: 90px;
	padding: 0;
	margin: 0;
	font-size: 42px;
	line-height: 90px;
	background-color: transparent;
	background-color: rgba( 0, 0, 0, 0);
	border: 0 none;
	color: #FFF;
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -45px;
	opacity: 0.65;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	transition: opacity 300ms ease;	
}
.imagelightbox-arrow:active,
.imagelightbox-arrow:visited,
.imagelightbox-arrow:focus {
	opacity: 0.65;
}
.imagelightbox-arrow:hover {
	opacity: 1;
}
.imagelightbox-arrow-left {
	left: 20px;
}
.imagelightbox-arrow-right {
	right: 20px;
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-caption,
#imagelightbox-nav {
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}
@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes imagelightbox-loading {
	from {
		opacity: .5;
		-webkit-transform: scale( .75 );
	}
	50% {
		opacity: 1;
		-webkit-transform: scale( 1 );
	}
	to {
		opacity: .5;
		-webkit-transform: scale( .75 );
	}
}
@keyframes imagelightbox-loading {
	from {
		opacity: .5;
		transform: scale( .75 );
	}
	50% {
		opacity: 1;
		transform: scale( 1 );
	}
	to {
		opacity: .5;
		transform: scale( .75 );
	}
}
/* Template's CSS */
.product-image-gallery-cont {
	text-align: center;
}
.product-image-gallery-main-cont {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 100%;
	text-align: center;
	border: none;
	padding: 0;
}
.owl-thumbnail-carousel {
	position: relative;
	padding: 0 35px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.owl-thumbnail-carousel .owl-controls .owl-buttons .owl-prev,
.owl-thumbnail-carousel .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	left: 0;
	color: #333;
	display: inline-block;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;	
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;	
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	margin-top: -15px;
	padding: 8px;
	font-size: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.owl-thumbnail-carousel .owl-controls .owl-buttons .owl-prev:before {
	content: "\f104";
}
.owl-thumbnail-carousel .owl-controls .owl-buttons .owl-next {
	left: auto;
	right: 0;
}
.owl-thumbnail-carousel .owl-controls .owl-buttons .owl-next:before {
	content: "\f105";
}
.owl-thumbnail-carousel .owl-controls.clickable .owl-buttons .owl-prev:hover,
.owl-thumbnail-carousel .owl-controls.clickable .owl-buttons .owl-next:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
.product-thumb-carousel .image-thumb {
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 0px 3px rgba(50,50,50,0.1);
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.1);	
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.product-thumb-carousel .image-thumb:hover {
	border-color: #999;
}
.product-thumb-carousel .image-thumb img {
	opacity: 1;
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;	
}
.product-thumb-carousel .image-thumb.active img {
	opacity: 0.6;
	cursor: default;
}
.owl-thumbnail-carousel .owl-nav [class*=owl-].disabled {
	display: none !important;
}
