.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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(//vividstorm.in/wp-content/plugins/free-gifts-for-woocommerce/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.fgf-owl-carousel-items, 
.fgf-owl-carousel-items .owl-stage-outer{
	width:100.1% !important;
}
.fgf-owl-carousel-items .owl-item .fgf-owl-carousel-item{
	border:1px solid #ccc;
}

.fgf-owl-carousel-items .owl-item span {
	display:block;
	margin-bottom:15px;    
}

.fgf-owl-carousel-items .owl-item h5,
.fgf-owl-carousel-items .owl-item span {
	text-align:center;
}

.fgf-owl-carousel-items .owl-prev,
.fgf-owl-carousel-items .owl-next {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}

.fgf-owl-carousel-items .owl-prev {
	left: 0;
}

.fgf-owl-carousel-items .owl-next {
	right: 0;
}

.fgf-owl-carousel-items .owl-nav button.owl-prev,
.fgf-owl-carousel-items .owl-nav button.owl-next {
   background: #f1f1f1;
   padding: 10px !important;
   border: 1px solid #ccc;
}

.fgf-owl-carousel-items h5{
	margin: 10px 0;
	font-weight: 600;
}

.fgf-owl-carousel-items .owl-dots, 
.fgf-owl-carousel-items .owl-nav{
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.fgf-owl-carousel-items .owl-nav{
	margin-top:10px
}
.fgf-owl-carousel-items .owl-nav [class*=owl-]{
	color:#FFF;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#D6D6D6;
	display:inline-block;
	cursor:pointer;
	border-radius:3px
}
.fgf-owl-carousel-items .owl-nav [class*=owl-]:hover{
	background:#869791;
	color:#FFF;
	text-decoration:none
}
.fgf-owl-carousel-items .owl-nav .disabled{
	opacity:.5;cursor:default
}
.fgf-owl-carousel-items .owl-nav.disabled+.owl-dots{
	margin-top:10px
}
.fgf-owl-carousel-items .owl-dots .owl-dot{
	display:inline-block;
	zoom:1
}
.fgf-owl-carousel-items .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.fgf-owl-carousel-items .owl-dots .owl-dot.active span,
.fgf-owl-carousel-items .owl-dots .owl-dot:hover span{
	background:#869791
}
@font-face{font-family:lightcase;src:url(//vividstorm.in/wp-content/plugins/free-gifts-for-woocommerce/assets/fonts/lightcase.eot?55356177);src:url(//vividstorm.in/wp-content/plugins/free-gifts-for-woocommerce/assets/fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"),url(//vividstorm.in/wp-content/plugins/free-gifts-for-woocommerce/assets/fonts/lightcase.woff?55356177) format("woff"),url(//vividstorm.in/wp-content/plugins/free-gifts-for-woocommerce/assets/fonts/lightcase.ttf?55356177) format("truetype"),url(//vividstorm.in/wp-content/plugins/free-gifts-for-woocommerce/assets/fonts/lightcase.svg?55356177#lightcase) format("svg");font-weight:400;font-style:normal}[class*=lightcase-icon-]:before{font-family:lightcase,sans-serif;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em}.lightcase-icon-play:before{content:'\e800'}.lightcase-icon-pause:before{content:'\e801'}.lightcase-icon-close:before{content:'\e802'}.lightcase-icon-prev:before{content:'\e803'}.lightcase-icon-next:before{content:'\e804'}.lightcase-icon-spin:before{content:'\e805'}@-webkit-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-moz-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes lightcase-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}#lightcase-case{display:none;position:fixed;z-index:2002;top:50%;left:50%;font-family:arial,sans-serif;font-size:13px;line-height:1.5;text-align:left;text-shadow:0 0 10px rgba(0,0,0,.5)}@media screen and (max-width:640px){html[data-lc-type=ajax] #lightcase-case,html[data-lc-type=inline] #lightcase-case{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;padding:55px 0 70px 0;width:100%!important;height:100%!important;overflow:auto!important}}@media screen and (min-width:641px){html:not([data-lc-type=error]) #lightcase-content{position:relative;z-index:1;text-shadow:none;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(0,0,0,.5);-moz-box-shadow:0 0 30px rgba(0,0,0,.5);-o-box-shadow:0 0 30px rgba(0,0,0,.5);box-shadow:0 0 30px rgba(0,0,0,.5);-webkit-backface-visibility:hidden}}@media screen and (min-width:641px){html[data-lc-type=image] #lightcase-content,html[data-lc-type=video] #lightcase-content{background-color:#333}}html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}@media screen and (max-width:640px){html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content,html[data-lc-type=inline] #lightcase-content{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important}}html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:640px){html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner{padding:15px}html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*{width:100%!important;max-width:none!important}html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe),html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe){height:auto!important;max-height:none!important}}@media screen and (max-width:640px){html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe{overflow:auto;-webkit-overflow-scrolling:touch}}@media screen and (max-width:640px) and (min-width:641px){html[data-lc-type=image] #lightcase-content .lightcase-contentInner,html[data-lc-type=video] #lightcase-content .lightcase-contentInner{line-height:.75}}html[data-lc-type=image] #lightcase-content .lightcase-contentInner{position:relative;overflow:hidden!important}@media screen and (max-width:640px){html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important}}@media screen and (min-width:641px){html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{padding:30px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}}@media screen and (max-width:640px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#aaa}}@media screen and (min-width:641px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#333}}#lightcase-case p.lightcase-error{margin:0;font-size:17px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#aaa}@media screen and (max-width:640px){#lightcase-case p.lightcase-error{padding:30px 0}}@media screen and (min-width:641px){#lightcase-case p.lightcase-error{padding:0}}.lightcase-open body{overflow:hidden}.lightcase-isMobileDevice .lightcase-open body{max-width:100%;max-height:100%}#lightcase-info{position:absolute;padding-top:15px}#lightcase-info #lightcase-caption,#lightcase-info #lightcase-title{margin:0;padding:0;line-height:1.5;font-weight:400;text-overflow:ellipsis}#lightcase-info #lightcase-title{font-size:17px;color:#aaa}@media screen and (max-width:640px){#lightcase-info #lightcase-title{position:fixed;top:10px;left:0;max-width:87.5%;padding:5px 15px;background:#333}}#lightcase-info #lightcase-caption{clear:both;font-size:13px;color:#aaa}#lightcase-info #lightcase-sequenceInfo{font-size:11px;color:#aaa}@media screen and (max-width:640px){.lightcase-fullScreenMode #lightcase-info{padding-left:15px;padding-right:15px}html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info{position:static}}#lightcase-loading{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;position:fixed;z-index:2001;top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;opacity:1;font-size:32px;text-shadow:0 0 15px #fff;-moz-transform-origin:50% 53%;-webkit-animation:lightcase-spin .5s infinite linear;-moz-animation:lightcase-spin .5s infinite linear;-o-animation:lightcase-spin .5s infinite linear;animation:lightcase-spin .5s infinite linear}#lightcase-loading,#lightcase-loading:focus{text-decoration:none;color:#fff;-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out .25s;-moz-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}#lightcase-loading>span{display:inline-block;text-indent:-9999px}a[class*=lightcase-icon-]{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none;outline:0;cursor:pointer}a[class*=lightcase-icon-],a[class*=lightcase-icon-]:focus{text-decoration:none;color:rgba(255,255,255,.6);-webkit-tap-highlight-color:transparent;-webkit-transition:color,opacity,ease-in-out .25s;-moz-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}a[class*=lightcase-icon-]>span{display:inline-block;text-indent:-9999px}a[class*=lightcase-icon-]:hover{color:#fff;text-shadow:0 0 15px #fff}.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover{color:#aaa;text-shadow:none}a[class*=lightcase-icon-].lightcase-icon-close{position:fixed;top:15px;right:15px;bottom:auto;margin:0;opacity:0;outline:0}a[class*=lightcase-icon-].lightcase-icon-prev{left:15px}a[class*=lightcase-icon-].lightcase-icon-next{right:15px}a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play{left:50%;margin-left:-.5em}@media screen and (min-width:641px){a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play{opacity:0}}@media screen and (max-width:640px){a[class*=lightcase-icon-]{bottom:15px;font-size:24px}}@media screen and (min-width:641px){a[class*=lightcase-icon-]{bottom:50%;margin-bottom:-.5em}#lightcase-case:hover~a[class*=lightcase-icon-],a[class*=lightcase-icon-]:hover{opacity:1}}#lightcase-overlay{display:none;width:100%;min-height:100%;position:fixed;z-index:2000;top:-9999px;bottom:-9999px;left:0;background:#333}@media screen and (max-width:640px){#lightcase-overlay{opacity:1!important}}.fgf_pagination{
	cursor:pointer;
}
.fgf_gift_products_wrapper span.fgf_disable_links{
	opacity: 0.5;
	cursor:not-allowed;
}
.fgf_gift_products_wrapper span.fgf_disable_links a{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.fgf_gift_products_table td img{
	height: auto;
	width:32px;
}
.fgf_hide{
	display: none;
}
#lightcase-content {
	border-radius:10px;
}

/* Progress bar  */



.fgf-progress-bar-wrapper{
	float:left;
	width:100%;
	margin:5px 0;
	display: block;
}

.fgf-progress-bar-wrapper p.fgf-progress-bar-heading-label {
	font-size: 22px;
	width: 100%;
	display: block;
	color: #000;
	margin-bottom: 10px;
}

.fgf-progress-bar-above-details-wrapper,
.fgf-progress-bar-below-details-wrapper{
	display: table;
	width: 100%;
	margin: 10px 0;
}


.fgf-progress-bar-start,
.fgf-progress-bar-end {
	width: auto;
	padding:0;
	margin:0;
	color: #666;
	font-size: 16px;
}

.fgf-progress-bar-start {
	float: left;
}

.fgf-progress-bar-end {
	float: right;

}

.fgf-progress-bar-outer-wrapper {
	height: 15px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding:0;
	margin: 10px 0;
	background:#f3efe6;
}

.fgf-progress-bar-outer-wrapper span {
	display: block;
	height: 100%;
}


.fgf-progress-bar-outer-wrapper span.fgf-progress-bar-fill {
	background:#03dfb6;
	-webkit-animation: currentpledgebar 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: currentpledgebar 2s ease-in-out;
	animation-fill-mode: none;
	-moz-animation-fill-mode: both;
}

/* Progress bar  */

/* Notices */
.fgf-notice {
	padding: 15px !important;
}

.fgf-notice:before {
	content: ' ' !important; 
	
}

.fgf-notice-content-wrapper {
	display: table;
}


.fgf-notice-content-wrapper .fgf-notice-icon {
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
}

.fgf-notice-content-wrapper .fgf-notice-content {
	display: table-cell;
	vertical-align: middle;
}

.fgf-notice-content-wrapper .fgf-notice-content p {
	margin: 0 !important;
}

.fgf-notice-content-wrapper .fgf-notice-icon img{
	width: 16px;
	height: auto;
}

/* Notices */

/* Mobile responsive */

@media screen and (max-width: 768px) {
	.fgf-frontend-table {
		border: 1px solid #f1f1f1;
	}

	.fgf-frontend-table tbody tr {
		display: block;
	}

	.fgf-frontend-table thead {
		display: none;
	}

	.fgf-frontend-table tr td::before {
		float: left;
		content: attr(data-title) ": ";
		font-weight: 700;
	}
	.fgf-frontend-table tfoot tr td {
		border: none;
		text-align: center !important;
	}

	.fgf-frontend-table tfoot tr td nav{
		float: none;
	}

	.fgf-frontend-table tfoot tr td::before {
		float: left;
		content: " ";
	}

	.fgf-frontend-table tr td {
		display: block;
		border-right: 0;
		border-bottom: 1px solid #f1f1f1;
		text-align: right !important;
	}

	.fgf-frontend-table tbody td button {
		float: none;
	}
}

@media only screen and (max-width: 640px){

	/*  single product page popup mobile responsive*/

	.fgf-popup-gift-products-wrapper {
		float:left;
		max-height:300px;
		overflow-y: scroll;
		background: #fff;
		padding: 5px;
		width: 100%;
		border-radius: 5px;
	}

	.fgf_gift_products_wrapper h3,
	.fgf_gift_products_wrapper table td,
	.fgf_gift_products_wrapper h5 {
		text-shadow:none !important;
	}

	.fgf_gift_products_wrapper h3,
	.fgf_gift_products_wrapper h5{
		color:#333 !important;
	}

}


.onsale{display:none}.single-product .images{position:relative}.label-wrap{z-index:29}.label-wrap.unique-none{display:none!important}.unique-label .label-product[href]:hover,.unique-label .label-product[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label-product del{color:#fff}.product-label{cursor:pointer}.product-label:empty{display:none}.unique-flash{position:absolute;top:-13px;font-size:12px;font-weight:700;line-height:50px;height:50px;width:50px}.unique-flash .product-label{position:relative;z-index:999;text-align:center;color:#fff;font-size:12px;font-weight:700;line-height:50px;display:block;height:50px;width:50px}.unique-flash.unique-shape-circle .product-label{border-radius:100%}.unique-flash.unique-shape-rectangle .product-label{border-radius:0;width:75px}.unique-flash.unique-shape-cut-diamond{height:60px;width:65px}.unique-flash.unique-shape-cut-diamond .product-label{background-color:transparent;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:25px;height:0;position:relative;border:20px solid rgba(0,0,0,0);border-top-width:0;border-bottom-color:#1abc9c}.unique-flash.unique-shape-cut-diamond .product-label:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:0;height:0;position:absolute;content:"";top:20px;left:-20px;border:33px solid rgba(0,0,0,0);border-top:40px solid #1abc9c;border-bottom-width:0;z-index:-1}.unique-flash.unique-shape-cut-diamond .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:65px;top:14px;text-align:center;left:-20px}.unique-flash.unique-shape-round-star{width:68px;height:68px}.unique-flash.unique-shape-round-star .product-label{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:50px;height:50px;position:relative;border:none;margin-left:9px;margin-top:9px}.unique-flash.unique-shape-round-star .product-label::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:50px;height:50px;position:absolute;content:"";top:0;left:0;border:none;text-shadow:none;-webkit-transform:rotateZ(30deg);transform:rotateZ(30deg);z-index:-1}.unique-flash.unique-shape-round-star .product-label::after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:50px;height:50px;position:absolute;content:"";top:0;left:0;border:none;text-shadow:none;-webkit-transform:rotateZ(60deg);transform:rotateZ(60deg);z-index:-1}.unique-flash.unique-shape-round-star .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:17px;text-align:center}.unique-flash.unique-shape-circle-ribbon{height:66px;width:50px}.unique-flash.unique-shape-circle-ribbon .product-label{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:50px;height:50px;position:relative;border:none;-webkit-border-radius:50px;border-radius:50px}.unique-flash.unique-shape-circle-ribbon .product-label::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;position:absolute;content:"";top:35px;left:-5px;border:20px solid rgba(0,0,0,0);border-top:0 solid;border-bottom:35px solid;font:normal 100%/normal Arial,Helvetica,sans-serif;color:rgba(0,0,0,1);-o-text-overflow:clip;text-overflow:clip;text-shadow:none;-webkit-transform:rotateZ(-140deg);transform:rotateZ(-140deg);z-index:-1}.unique-flash.unique-shape-circle-ribbon .product-label::after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;position:absolute;content:"";top:35px;right:-5px;border:20px solid rgba(0,0,0,0);border-top:0 solid;border-bottom:35px solid;font:normal 100%/normal Arial,Helvetica,sans-serif;color:rgba(0,0,0,1);-o-text-overflow:clip;text-overflow:clip;text-shadow:none;-webkit-transform:rotateZ(140deg);transform:rotateZ(140deg);z-index:-1}.unique-flash.unique-shape-circle-ribbon .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:17px;text-align:center}.unique-flash.unique-shape-ribbon{height:68px;width:50px}.unique-flash.unique-shape-ribbon .product-label{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:0;height:50px;border:25px solid #1abc9c;border-top:0 solid;border-bottom:17.5px solid rgba(0,0,0,0);background-color:transparent}.unique-flash.unique-shape-ribbon .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:17px;text-align:center;left:-25px}.unique-flash.unique-shape-ribbon .product-label .label_data_text{margin-left:-15px}.unique-flash.unique-shape-diamond{height:66px;width:66px}.unique-flash.unique-shape-diamond .product-label{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:50px;height:50px;border:none;border-radius:6px;-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg);-webkit-transform-origin:0 100% 0deg;transform-origin:0 100% 0deg;margin-left:8px;margin-top:8px}.unique-flash.unique-shape-diamond .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:66px;top:18px;text-align:center;left:-8px;transform:rotateZ(45deg)}.unique-flash.unique-shape-triangle-topleft{width:60px;height:60px}.unique-flash.unique-shape-triangle-topleft .product-label{width:0;height:0;border-top:60px solid red;border-right:60px solid transparent;border-bottom:0;border-left:0;background-color:transparent}.unique-flash.unique-shape-triangle-topleft .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:85px;top:-45px;text-align:center;left:-20px;transform:rotateZ(-45deg)}.unique-flash.unique-shape-triangle-topright{width:60px;height:60px}.unique-flash.unique-shape-triangle-topright .product-label{width:0;height:0;border-top:60px solid red;border-left:60px solid transparent;border-bottom:0;border-right:0;background-color:transparent}.unique-flash.unique-shape-triangle-topright .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:85px;top:-45px;text-align:center;right:-20px;transform:rotateZ(45deg)}.unique-flash.unique-shape-loophole-1{height:36px;width:75px}.unique-flash.unique-shape-loophole-1 .product-label{position:relative;height:36px;width:75px;line-height:36px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.unique-flash.unique-shape-loophole-1 .product-label::before{position:absolute;content:"";left:-18px;border-width:18px;height:36px;width:12px;top:0;border-radius:15em .25em .25em 15em;border:9px solid transparent;bottom:0;z-index:-1;webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.unique-flash.unique-shape-loophole-1 .product-label::after{position:absolute;content:"";width:6px;height:6px;top:calc(50% - 3px);left:-1px;border-radius:1em;background-color:#fff!important;z-index:1;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-loophole-1 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;left:12px;text-align:center}.unique-flash.unique-shape-loophole-2{height:36px;width:75px}.unique-flash.unique-shape-loophole-2 .product-label{position:relative;height:36px;width:75px;line-height:36px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.unique-flash.unique-shape-loophole-2 .product-label::before{position:absolute;content:"";left:-9px;border-width:12px;width:24px;height:24px;bottom:6px;border-radius:15em;border:6px solid transparent;z-index:-1;webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.unique-flash.unique-shape-loophole-2 .product-label::after{position:absolute;content:"";width:6px;height:6px;top:calc(50% - 3px);left:-1px;border-radius:1em;background-color:#fff!important;z-index:1;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-loophole-2 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;left:12px;text-align:center}.unique-flash.unique-shape-loophole-3{height:36px;width:75px}.unique-flash.unique-shape-loophole-3 .product-label{position:relative;height:36px;width:75px;line-height:36px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.unique-flash.unique-shape-loophole-3 .product-label::before{position:absolute;content:"";border-width:4.5px 9px;height:36px;left:-18px;bottom:0;border:9px solid transparent;z-index:-1;webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.unique-flash.unique-shape-loophole-3 .product-label::after{position:absolute;content:"";width:6px;height:6px;top:calc(50% - 3px);left:-1px;border-radius:1em;background-color:#fff!important;z-index:1;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-loophole-3 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;left:12px;text-align:center}.unique-flash.unique-shape-loophole-4{height:36px;width:75px}.unique-flash.unique-shape-loophole-4 .product-label{position:relative;height:36px;width:75px;line-height:36px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.unique-flash.unique-shape-loophole-4 .product-label::before{position:absolute;content:"";border-width:4.5px 9px;width:24px;height:24px;left:-24px;bottom:6px;border:6px solid transparent;z-index:-1;webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.unique-flash.unique-shape-loophole-4 .product-label::after{position:absolute;content:"";width:6px;height:6px;top:calc(50% - 3px);left:-1px;border-radius:1em;background-color:#fff!important;z-index:1;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-loophole-4 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;left:12px;text-align:center}.unique-flash.unique-shape-heart{width:56.57px}.unique-flash.unique-shape-heart .product-label{min-width:56.57px;height:50px;font-size:17px;line-height:18px;display:inline-block;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;position:relative;font-weight:700}.unique-flash.unique-shape-heart .product-label::before{position:absolute;content:"";min-width:32px;height:48px;left:28.29px;border-radius:50px 50px 0 0;transform:rotate(-45deg);transform-origin:0 100%;bottom:0;z-index:-1;box-sizing:border-box}.unique-flash.unique-shape-heart .product-label::after{position:absolute;content:"";left:auto;right:28.29px;min-width:32px;height:48px;transform:rotate(45deg);transform-origin:100% 100%;border-radius:50px 50px 0 0;z-index:-2;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-heart .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;text-align:center;padding-left:4px}.unique-flash.unique-shape-loophole-5{height:36px;width:75px}.unique-flash.unique-shape-loophole-5 .product-label{position:relative;height:36px;width:75px;line-height:36px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline}.unique-flash.unique-shape-loophole-5 .product-label::before{position:absolute;content:"";left:-36px;border:18px solid transparent;bottom:0;z-index:-1;box-sizing:border-box;webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.unique-flash.unique-shape-loophole-5 .product-label::after{position:absolute;content:"";width:6px;height:6px;top:calc(50% - 3px);left:-1px;border-radius:1em;background-color:#fff!important;z-index:1;bottom:0;box-sizing:border-box}.unique-flash.unique-shape-loophole-5 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:11px;left:12px;text-align:center}.unique-flash.unique-shape-corner-ribbons{height:36px;width:75px}.unique-flash.unique-shape-corner-ribbons .product-label{width:55px;height:30px;position:relative;background:#45d0eb;height:30px;margin-left:20px;box-sizing:border-box;display:inline-block;position:relative}.unique-flash.unique-shape-corner-ribbons .product-label::before{position:absolute;content:"";width:0;height:0;border-right:22px solid #45d0eb;border-bottom:30px solid transparent;top:0;left:-22px}.unique-flash.unique-shape-corner-ribbons .product-label::after{position:absolute;content:"";width:0;height:0;border-top:6px solid #ccc;border-right:5px solid transparent;border-left:2px solid transparent;position:absolute;right:1px;bottom:-6px}.unique-flash.unique-shape-corner-ribbons .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:50px;top:8px;text-align:center}.unique-flash.unique-shape-corner-ribbons-two{height:36px;width:100px}.unique-flash.unique-shape-corner-ribbons-two .product-label{width:100%;height:30px;position:relative;background:#45d0eb;height:30px;box-sizing:border-box;display:inline-block;position:relative}.unique-flash.unique-shape-corner-ribbons-two .product-label::after{position:absolute;content:"";width:0;height:0;border-top:6px solid #ccc;border-right:5px solid transparent;border-left:2px solid transparent;position:absolute;right:1px;bottom:-6px}.unique-flash.unique-shape-corner-ribbons-two .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:200;line-height:13px;position:absolute;z-index:14;width:100%;top:8px;text-align:center}.unique-image{position:absolute;top:-13px;height:auto;width:auto}.unique-image .product-label{text-align:center;display:block;height:auto;width:auto}.unique-image .product-label>img{margin:0!important}.unique-count-down.unique-style-1,.unique-count-down.unique-style-1 .product-label{width:100px;height:85px}.unique-count-down.unique-style-1 .unique-count-1{position:absolute;width:55px;left:22px;height:85px;border-radius:10px;display:inline-block;top:0;transition:all 0.2s ease}.unique-count-down.unique-style-1 .unique-count-1:before,.unique-count-down.unique-style-1 .unique-count-1:after{position:absolute;width:inherit;height:inherit;border-radius:inherit;background:inherit;content:"";top:0;left:0;right:0;bottom:0;margin:auto}.unique-count-down.unique-style-1 .unique-count-1:before{transform:rotate(60deg)}.unique-count-down.unique-style-1 .unique-count-1:after{transform:rotate(-60deg)}.unique-count-down.unique-style-1 .unique-count-1 .circle{width:60px;height:60px;position:absolute;background:#fff;z-index:10;border-radius:50%;top:0;left:-3px;right:0;bottom:0;margin:auto}.unique-count-down.unique-style-1 .ribbon-clock{position:absolute;top:58px;border-radius:4px;padding-top:3px;padding-bottom:3px;width:100px;z-index:11;color:#fff;height:20px;line-height:14px;font-size:12px;box-shadow:0 1px 2px rgba(0,0,0,.27);text-shadow:0 2px 2px rgba(0,0,0,.1);text-transform:uppercase;background:linear-gradient(to bottom right,#555 0%,#333 100%);cursor:default;box-sizing:border-box;text-align:center}.unique-count-down .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:700;line-height:13px;position:absolute;z-index:14;width:50px;top:30px;left:calc(50% - 25px);text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.1)}.unique-count-down.unique-style-2 .product-label{width:60px}.unique-count-down.unique-style-2 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;line-height:13px;position:absolute;z-index:14;width:50px;top:10px;left:calc(50% - 25px);text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-2px}.unique-style-2 div#clock{position:absolute;top:-15px;z-index:99;color:#fff;left:-11px}.unique-style-2 .unique-count-2{line-height:17px;font-size:17px;text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-2px;display:block;width:60px;height:50px;background:linear-gradient(to bottom,#999999 0%,#cccccc 100%);color:#fff;float:left;-webkit-filter:drop-shadow(0 .5rem .3em rgba(0,0,0,.5));transform:translate3d(0,0,0)}.unique-style-2 .unique-count-2:after{content:"";width:0;height:0;border-right:30px solid transparent;border-left:30px solid transparent;border-top:15px solid #CCC;position:absolute;top:50px;left:0}.unique-style-2 .ribbon-clock{position:absolute;border-radius:4px;padding:5px 5px 4px;width:71px;z-index:11;color:#fff;height:10px;line-height:9px;font-size:9px;box-shadow:0 1px 2px rgba(0,0,0,.27);text-shadow:0 2px 2px rgba(0,0,0,.1);text-transform:uppercase;background:linear-gradient(to bottom right,#555 0%,#333 100%);cursor:default;text-align:center;box-sizing:content-box}.unique-count-down.unique-style-3 .product-label{width:105px;height:60px;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.27)}.unique-count-down.unique-style-3 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;line-height:10px;position:absolute;z-index:14;width:50px;top:10px;left:calc(50% - 25px);text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-1px}.unique-style-3 div#clock{position:absolute;top:40px;z-index:99;color:#fff}.unique-style-3 .ribbon-clock{position:absolute;border-radius:4px;padding:5px 5px 4px;width:95px;z-index:11;color:#fff;height:10px;line-height:9px;font-size:12px;box-shadow:0 1px 2px rgba(0,0,0,.27);text-shadow:0 2px 2px rgba(0,0,0,.1);text-transform:uppercase;background:linear-gradient(to bottom right,#555 0%,#333 100%);cursor:default;box-sizing:content-box;text-align:center}.unique-count-down.unique-style-4 .product-label{width:100px;height:87px}.unique-count-down.unique-style-4 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;line-height:13px;position:absolute;z-index:14;width:50px;top:25px;left:calc(50% - 26px);text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-1px}.unique-style-4 div#clock{position:absolute;top:68px;z-index:99;color:#fff;left:0}.unique-style-4 .unique-pin{-webkit-border-radius:200px;-moz-border-radius:200px;-ms-border-radius:200px;-o-border-radius:200px;border-radius:200px;line-height:17px;font-size:17px;text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-2px;display:block;width:60px;height:60px;background:linear-gradient(to bottom,#999999 0%,#cccccc 100%);color:#fff;-webkit-filter:drop-shadow(0 .5rem .3em rgba(0,0,0,.5));transform:translate3d(0,0,0);margin-left:20px}.unique-style-4 .unique-pin:after{content:"";width:0;height:0;border-right:20px solid transparent;border-left:20px solid transparent;border-top:15px solid #CCC;position:absolute;top:53px;left:10px}.unique-style-4 .unique-pin{background:linear-gradient(to bottom,#5f9654 0%,#65b045 100%)}.unique-style-4 .unique-pin:after{border-top:15px solid #65b045}.unique-style-4 .ribbon-clock{position:absolute;border-radius:4px;padding:5px 0 4px;width:100px;z-index:11;color:#fff;height:10px;line-height:9px;font-size:12px;box-shadow:0 1px 2px rgba(0,0,0,.27);text-shadow:0 2px 2px rgba(0,0,0,.1);text-transform:uppercase;background:linear-gradient(to bottom right,#555 0%,#333 100%);cursor:default;text-align:center;box-sizing:content-box}.unique-count-down.unique-style-5 .product-label{width:110px;height:87px}.unique-count-down.unique-style-5 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;line-height:13px;position:absolute;z-index:14;width:50px;top:25px;left:calc(50% - 26px);text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-1px}.unique-style-5 div#clock{position:absolute;top:67px;z-index:99;color:#fff;left:0}.unique-style-5 .unique-circle-label{webkit-border-radius:200px;-moz-border-radius:200px;-ms-border-radius:200px;-o-border-radius:200px;border-radius:200px;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#fafafa),color-stop(50%,#e3e3e3),color-stop(50%,#888888),color-stop(100%,#666666));background-image:-webkit-linear-gradient(#fafafa,#e3e3e3 50%,#888888 50%,#666666);background-image:-moz-linear-gradient(#fafafa,#e3e3e3 50%,#888888 50%,#666666);background-image:-o-linear-gradient(#fafafa,#e3e3e3 50%,#888888 50%,#666666);background-image:linear-gradient(#fafafa,#e3e3e3 50%,#888888 50%,#666666);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3),inset 0 2px 5px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 6px rgba(0,0,0,.3),inset 0 2px 5px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3),inset 0 2px 5px rgba(0,0,0,.3);line-height:17px;font-size:17px;text-transform:uppercase;text-align:center;font-weight:700;text-shadow:1px 1px 5px rgba(0,0,0,.15);letter-spacing:-2px;display:block;width:60px;height:60px;background:linear-gradient(to bottom,#999999 0%,#cccccc 100%);color:#fff;position:relative;margin-left:25px;margin-top:3px}.unique-style-5 .unique-circle-label:after{content:"";width:66px;height:66px;position:absolute;left:-3px;top:-3px;z-index:-1;-webkit-border-radius:200px;-moz-border-radius:200px;-ms-border-radius:200px;-o-border-radius:200px;border-radius:200px;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#cecece),color-stop(100%,#e7e7e7));background-image:-webkit-linear-gradient(#cecece,#e7e7e7);background-image:-moz-linear-gradient(#cecece,#e7e7e7);background-image:-o-linear-gradient(#cecece,#e7e7e7);background-image:linear-gradient(#cecece,#e7e7e7);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.9);-moz-box-shadow:0 1px 0 rgba(255,255,255,.9);box-shadow:0 1px 0 rgba(255,255,255,.9)}.unique-style-5 .unique-circle-label{background:linear-gradient(to bottom,#5f9654 0%,#65b045 100%)}.unique-style-5 .ribbon-clock{position:absolute;border-radius:4px;padding:5px 5px 4px;width:100px;z-index:11;color:#fff;height:10px;line-height:9px;font-size:12px;box-shadow:0 1px 2px rgba(0,0,0,.27);text-shadow:0 2px 2px rgba(0,0,0,.1);text-transform:uppercase;background:linear-gradient(to bottom right,#555 0%,#333 100%);cursor:default;text-align:center;box-sizing:content-box}.unique-count-down.unique-style-6 .product-label{position:relative;width:150px;height:70px;background-color:#00000057;border-radius:5px;z-index:-1;top:0;left:0}.unique-count-down.unique-style-6 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:700;line-height:13px;position:absolute;z-index:14;width:150px;min-height:13px;top:10px;left:0;text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.1);border-bottom:2px solid #fff;padding-bottom:7px}.unique-style-6 div#clock{margin:0;position:absolute;width:100%;top:37px;left:22px}.unique-count-down.unique-style-7 .product-label{width:165px;height:50px;background-color:#0000001f;border:1px solid #bbb;border-top-left-radius:50px;border-bottom-left-radius:50px}.unique-count-down.unique-style-7 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:700;line-height:13px;position:absolute;z-index:14;width:110px;top:32px;left:calc(50% - 31px);text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.1);border-top:2px solid #fff;padding-top:2px}.unique-style-7 div#clock{position:absolute;top:-9px;left:40px;width:110px}.unique-style-7 .unique-clock-background svg{position:absolute;left:0}.unique-count-down.unique-style-8 .product-label{position:relative;width:122px;height:37px}.unique-count-down.unique-style-8 .product-label .unique-label-text{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:700;line-height:13px;position:absolute;z-index:14;width:122px;top:-14px;left:0;text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.1)}.unique-style-8 div#clock{position:absolute;top:5px;left:5px;margin:0;width:100%}.unique-style-8 .unique-day-background{position:absolute;top:0;left:0;width:90px;height:35px;background-color:#fff;border:1px solid red;border-left:31px solid red;z-index:-1;box-sizing:content-box}.unique-style-8 .flip-clock-dot{display:none}.unique-alert{padding:20px;color:#fff;border-radius:5px;margin-right:15px;box-shadow:0 1px 2px rgba(0,0,0,.27)}.unique-alert-notice{background-color:#ffeb3b;border:1px solid #CDDC39}.unique-alert-info{background-color:#3ba5ff;border:1px solid #3991dc}#it-woocommerce-advanced-product-labels-pro .unique-alert{margin-left:10px}.unique-closebtn{margin-left:15px;color:#fff;font-weight:700;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:0.3s}.unique-closebtn:hover{color:#000}.container-image-and-label{position:relative;display:block;text-indent:0;line-height:0}.overlay_label_desc_popup{z-index:999;position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);transition:opacity .5s;visibility:hidden;opacity:0}.label_desc_popup_inner{margin:70px auto;background:#fff;border-radius:5px;width:50%;position:relative;height:80%}.label_desc_popup_inner h2,.label_tab_header h2{margin:0;padding-bottom:10px;margin-top:0;color:#333;font-family:Tahoma,Arial,sans-serif}.label_desc_popup_inner .label_popup_close{position:absolute;top:-33px;right:-15px;transition:all .2s;font-size:30px;font-weight:300;text-decoration:none;color:#f5f5f5;cursor:pointer}.label_desc_popup_inner .label_popup_close:hover{color:#dfdcdc}.label_desc_popup_inner .label_popup_header{height:85px;padding:20px;background-color:#f5f5f5;border-radius:5px 5px 0 0;text-align:justify}.label_desc_popup_inner .label-wrap{position:absolute!important;top:auto!important;right:26px!important;bottom:auto!important;left:auto!important}.label_tab_header{position:relative}.label_tab_header .label-wrap{position:absolute!important;top:auto!important;right:26px!important;bottom:auto!important;left:auto!important}.label_desc_popup_inner .label_popup_content{height:calc(100% - 120px);overflow-y:auto;overflow-x:hidden;padding:20px;margin-bottom:20px;margin-top:20px}@media screen and (max-width:700px){.label_desc_popup_inner{width:70%}}.label_popup_content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#F5F5F5}.label_popup_content::-webkit-scrollbar{width:6px;background-color:#F5F5F5}.label_popup_content::-webkit-scrollbar-thumb{background-color:#000}hr.hr_popup{border:0;height:1px;background-image:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.55),rgba(0,0,0,0))}.owl-carousel li.product{width:100%!important}.carousel_label_area .owl-carousel{padding-top:27px}.carousel_label_area .owl-nav{top:0;left:1px;position:absolute}.carousel_label_area button{width:25px;margin-right:3px;background-color:#eaeaea!important;border-radius:2px}h3.carousel_label_title{margin:0;padding-bottom:10px;margin-top:0;color:#333;font-family:Tahoma,Arial,sans-serif}.unique-label-text i{padding-right:2px;display:inline-block;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.flip-clock-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.flip-clock-wrapper a{cursor:pointer;text-decoration:none;color:#ccc}.flip-clock-wrapper a:hover{color:#fff}.flip-clock-wrapper ul{list-style:none!important}.flip-clock-wrapper.clearfix:after,.flip-clock-wrapper.clearfix:before{content:" ";display:table}.flip-clock-wrapper.clearfix:after{clear:both}.flip-clock-wrapper{font:normal 11px "Helvetica Neue",Helvetica,sans-serif;-webkit-user-select:none}.flip-clock-meridium{background:0 0!important;box-shadow:0 0 0!important;font-size:36px!important}.flip-clock-meridium a{color:#313333}.flip-clock-wrapper{text-align:center;position:relative;width:100%;margin:1em}.flip-clock-wrapper:after,.flip-clock-wrapper:before{content:" ";display:table}.flip-clock-wrapper:after{clear:both}.flip-clock-wrapper ul{position:relative;float:left;margin:1px!important;width:10px;height:15px;font-size:11px;font-weight:700;line-height:15px;border-radius:3px;background:#000;padding:0!important;clear:none!important}.flip-clock-wrapper ul li{z-index:1;position:absolute;left:0;top:0;width:100%!important;height:100%;line-height:15px;text-decoration:none!important}.flip-clock-wrapper ul li:first-child{z-index:2}.flip-clock-wrapper ul li a{display:block;height:100%;margin:0!important;overflow:visible!important;cursor:default!important}.flip-clock-wrapper ul li a div{z-index:1;position:absolute;left:0;width:100%;height:50%;font-size:11px;overflow:hidden;outline:1px solid transparent}.flip-clock-wrapper ul li a div .shadow{position:absolute;width:100%;height:100%;z-index:2}.flip-clock-wrapper ul li a div.up{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;top:0}.flip-clock-wrapper ul li a div.up:after{content:"";position:absolute;top:7px;left:0;z-index:5;width:100%;height:3px;background-color:#000;background-color:rgba(0,0,0,.4)}.flip-clock-wrapper ul li a div.down{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;bottom:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.flip-clock-wrapper ul li a div div.inn{position:absolute;left:0;z-index:1;width:100%;height:200%;color:#ccc;text-shadow:0 1px 2px #000;text-align:center;background-color:#333;border-radius:3px;font-size:11px}.flip-clock-wrapper ul li a div.up div.inn{top:0}.flip-clock-wrapper ul li a div.down div.inn{bottom:0}.flip-clock-wrapper ul.play li.flip-clock-before{z-index:3}.flip-clock-wrapper .flip{box-shadow:0 2px 5px rgba(0,0,0,.7)}.flip-clock-wrapper ul.play li.flip-clock-active{-webkit-animation:asd 10ms .49s linear both;-moz-animation:asd 10ms .49s linear both;animation:asd 10ms .49s linear both;z-index:5}.flip-clock-divider{float:left;display:inline-block;position:relative;width:4px;height:15px}.flip-clock-divider:first-child{width:0}.flip-clock-dot{display:block;background:#323434;width:2px;height:2px;position:absolute;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.5);left:1px}.flip-clock-divider .flip-clock-label{position:absolute;top:18px;right:-20px;color:#000;text-shadow:none;font:normal 7px "Apple SD Gothic Neo","Malgun Gothic","Nanum Gothic",Dotum,sans-serif}.flip-clock-divider.hours .flip-clock-label{right:-22px}.flip-clock-divider.minutes .flip-clock-label{right:-25px}.flip-clock-divider.seconds .flip-clock-label{right:-26px}.flip-clock-dot.top{top:6px}.flip-clock-dot.bottom{bottom:4px}@-webkit-keyframes asd{0%{z-index:2}100%{z-index:4}}@-moz-keyframes asd{0%{z-index:2}100%{z-index:4}}@-o-keyframes asd{0%{z-index:2}100%{z-index:4}}@keyframes asd{0%{z-index:2}100%{z-index:4}}.flip-clock-wrapper ul.play li.flip-clock-active .down{z-index:2;-webkit-animation:turn .5s .5s linear both;-moz-animation:turn .5s .5s linear both;animation:turn .5s .5s linear both}@-webkit-keyframes turn{0%{-webkit-transform:rotateX(90deg)}100%{-webkit-transform:rotateX(0)}}@-moz-keyframes turn{0%{-moz-transform:rotateX(90deg)}100%{-moz-transform:rotateX(0)}}@-o-keyframes turn{0%{-o-transform:rotateX(90deg)}100%{-o-transform:rotateX(0)}}@keyframes turn{0%{transform:rotateX(90deg)}100%{transform:rotateX(0)}}.flip-clock-wrapper ul.play li.flip-clock-before .up{z-index:2;-webkit-animation:turn2 .5s linear both;-moz-animation:turn2 .5s linear both;animation:turn2 .5s linear both}@-webkit-keyframes turn2{0%{-webkit-transform:rotateX(0)}100%{-webkit-transform:rotateX(-90deg)}}@-moz-keyframes turn2{0%{-moz-transform:rotateX(0)}100%{-moz-transform:rotateX(-90deg)}}@-o-keyframes turn2{0%{-o-transform:rotateX(0)}100%{-o-transform:rotateX(-90deg)}}@keyframes turn2{0%{transform:rotateX(0)}100%{transform:rotateX(-90deg)}}.flip-clock-wrapper ul li.flip-clock-active{z-index:3}.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,#000));background:linear,top,rgba(0,0,0,.1) 0,#000 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,#000 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow{background:-moz-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,#000));background:linear,top,rgba(0,0,0,.1) 0,#000 100%;background:-o-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);background:linear,to bottom,rgba(0,0,0,.1) 0,#000 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .3s linear both}.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow{background:-moz-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,#000 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,#000 0,rgba(0,0,0,.1) 100%;-webkit-animation:show .5s linear both;-moz-animation:show .5s linear both;animation:show .5s linear both}.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow{background:-moz-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,rgba(0,0,0,.1)));background:linear,top,#000 0,rgba(0,0,0,.1) 100%;background:-o-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:-ms-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);background:linear,to bottom,#000 0,rgba(0,0,0,.1) 100%;-webkit-animation:hide .5s .3s linear both;-moz-animation:hide .5s .3s linear both;animation:hide .5s .2s linear both}@-webkit-keyframes show{0%{opacity:0}100%{opacity:1}}@-moz-keyframes show{0%{opacity:0}100%{opacity:1}}@-o-keyframes show{0%{opacity:0}100%{opacity:1}}@keyframes show{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes hide{0%{opacity:1}100%{opacity:0}}@-moz-keyframes hide{0%{opacity:1}100%{opacity:0}}@-o-keyframes hide{0%{opacity:1}100%{opacity:0}}@keyframes hide{0%{opacity:1}100%{opacity:0}}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//vividstorm.in/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//vividstorm.in/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//vividstorm.in/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//vividstorm.in/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}