@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://weloveiconfonts.com/api/?family=typicons);
/* The above import directives are aggregated from content. */
/* 
 *  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;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  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-backface-visibility: hidden;*/
  -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;
  max-width: 100%;
  -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;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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("../../frontend/Smartwave/porto/en_US/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #08c;
    font-size: 17px;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    opacity: .9;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-controls .disabled {
    display: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #08c;
}
.owl-dots {
    margin-top: 30px;
}
.sidebar .products .owl-dots {
    margin: 0;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
    padding-top: 10px;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Smartwave/porto/en_US/fancybox/css/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Smartwave/porto/en_US/fancybox/css/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/Smartwave/porto/en_US/fancybox/css/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/Smartwave/porto/en_US/fancybox/css/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Smartwave/porto/en_US/fancybox/css/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Smartwave/porto/en_US/fancybox/css/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.porto-icon-wishlist:before { content: '\e811'; } /* '' */
.porto-icon-post:before { content: '\e833'; } /* '' */
.porto-icon-country:before { content: '\e834'; } /* '' */
.porto-icon-quote-left:before { content: '\e842'; } /* '' */
.porto-icon-quote-right:before { content: '\e843'; } /* '' */
.porto-icon-euro:before { content: '\e846'; } /* '' */
.porto-icon-pound:before { content: '\e847'; } /* '' */
.porto-icon-rupee:before { content: '\e848'; } /* '' */
.porto-icon-yen:before { content: '\e849'; } /* '' */
.porto-icon-rouble:before { content: '\e84a'; } /* '' */
.porto-icon-try:before { content: '\e84b'; } /* '' */
.porto-icon-won:before { content: '\e84c'; } /* '' */
.porto-icon-bitcoin:before { content: '\e84d'; } /* '' */
.porto-icon-ok-1:before { content: '\e84e'; } /* '' */
.porto-icon-tag-line:before { content: '\e870'; } /* '' */
.porto-icon-bag:before { content: '\e871'; } /* '' */
.porto-icon-search-1:before { content: '\e872'; } /* '' */
.porto-icon-online-support:before { content: '\e877'; } /* '' */
.porto-icon-shopping-bag:before { content: '\e878'; } /* '' */
.porto-icon-us-dollar:before { content: '\e879'; } /* '' */
.porto-icon-shipped:before { content: '\e87a'; } /* '' */
.porto-icon-list:before { content: '\e87b'; } /* '' */
.porto-icon-money:before { content: '\e87c'; } /* '' */
.porto-icon-shipping:before { content: '\e87d'; } /* '' */
.porto-icon-support:before { content: '\e87e'; } /* '' */
.porto-icon-bag-2:before { content: '\e87f'; } /* '' */
.porto-icon-grid:before { content: '\e880'; } /* '' */
.porto-icon-bag-3:before { content: '\e881'; } /* '' */
.porto-icon-direction:before { content: '\e882'; } /* '' */
.porto-icon-home:before { content: '\e883'; } /* '' */
.porto-icon-magnifier:before { content: '\e884'; } /* '' */
.porto-icon-magnifier-add:before { content: '\e885'; } /* '' */
.porto-icon-magnifier-remove:before { content: '\e886'; } /* '' */
.porto-icon-phone-1:before { content: '\e887'; } /* '' */
.porto-icon-clock-1:before { content: '\e888'; } /* '' */
.porto-icon-heart-1:before { content: '\e889'; } /* '' */
.porto-icon-earphones-alt:before { content: '\e88b'; } /* '' */
.porto-icon-credit-card:before { content: '\e88c'; } /* '' */
.porto-icon-action-undo:before { content: '\e88d'; } /* '' */
.porto-icon-envolope:before { content: '\e88e'; } /* '' */
.porto-icon-chart:before { content: '\e88f'; } /* '' */
.porto-icon-spinner:before { content: '\f110'; } /* '' */
.porto-icon-sliders:before { content: '\f1de'; } /* '' */
.porto-icon-shopping-basket:before { content: '\f291'; } /* '' */
.porto-icon-up-open:before { content: '\f800'; } /* '' */
.porto-icon-right-open:before { content: '\f801'; } /* '' */
.porto-icon-left-open:before { content: '\f802'; } /* '' */
.porto-icon-down-open:before { content: '\f803'; } /* '' */
.porto-icon-up-open-mini:before { content: '\f804'; } /* '' */
.porto-icon-right-open-mini:before { content: '\f805'; } /* '' */
.porto-icon-left-open-mini:before { content: '\f806'; } /* '' */
.porto-icon-down-open-mini:before { content: '\f807'; } /* '' */
.porto-icon-up-open-big:before { content: '\f808'; } /* '' */
.porto-icon-right-open-big:before { content: '\f809'; } /* '' */
.porto-icon-left-open-big:before { content: '\f80a'; } /* '' */
.porto-icon-down-open-big:before { content: '\f80b'; } /* '' */
.porto-icon-up-open-huge:before { content: '\f80c'; } /* '' */
.porto-icon-right-open-huge:before { content: '\f80d'; } /* '' */
.porto-icon-left-open-huge:before { content: '\f80e'; } /* '' */
.porto-icon-down-open-huge:before { content: '\f80f'; } /* '' */
.porto-icon-angle-up:before { content: '\f810'; } /* '' */
.porto-icon-angle-right:before { content: '\f811'; } /* '' */
.porto-icon-angle-left:before { content: '\f812'; } /* '' */
.porto-icon-angle-down:before { content: '\f813'; } /* '' */
.porto-icon-basket:before { content: '\f814'; } /* '' */
.porto-icon-mini-cart:before { content: '\f815'; } /* '' */
.porto-icon-heart:before { content: '\f816'; } /* '' */
.porto-icon-search:before { content: '\f818'; } /* '' */
.porto-icon-cancel:before { content: '\f819'; } /* '' */
.porto-icon-cancel-mini:before { content: '\f81a'; } /* '' */
.porto-icon-up-dir:before { content: '\f820'; } /* '' */
.porto-icon-right-dir:before { content: '\f821'; } /* '' */
.porto-icon-left-dir:before { content: '\f822'; } /* '' */
.porto-icon-down-dir:before { content: '\f823'; } /* '' */
.porto-icon-phone:before { content: '\f824'; } /* '' */
.porto-icon-pencil:before { content: '\f825'; } /* '' */
.porto-icon-pencil-mini:before { content: '\f826'; } /* '' */
.porto-icon-menu:before { content: '\f827'; } /* '' */
.porto-icon-location:before { content: '\f828'; } /* '' */
.porto-icon-mail:before { content: '\f829'; } /* '' */
.porto-icon-clock:before { content: '\f82a'; } /* '' */
.porto-icon-ok:before { content: '\f82b'; } /* '' */
.porto-icon-plus-squared-alt:before { content: '\f82c'; } /* '' */
.porto-icon-minus-squared-alt:before { content: '\f82d'; } /* '' */
.porto-icon-plus-squared:before { content: '\f82e'; } /* '' */
.porto-icon-minus-squared:before { content: '\f82f'; } /* '' */
.porto-icon-truck:before { content: '\f830'; } /* '' */
.porto-icon-dollar:before { content: '\f831'; } /* '' */
.porto-icon-lifebuoy:before { content: '\f832'; } /* '' */
.porto-icon-facebook:before { content: '\f833'; } /* '' */
.porto-icon-twitter:before { content: '\f834'; } /* '' */
.porto-icon-linkedin-squared:before { content: '\f835'; } /* '' */
.porto-icon-pinterest:before { content: '\f836'; } /* '' */
.porto-icon-gplus:before { content: '\f837'; } /* '' */
.porto-icon-youtube:before { content: '\f838'; } /* '' */
.porto-icon-th:before { content: '\f839'; } /* '' */
.porto-icon-th-list:before { content: '\f83a'; } /* '' */
.porto-icon-chart-bar:before { content: '\f83b'; } /* '' */
.porto-icon-heart-empty:before { content: '\f83c'; } /* '' */
.porto-icon-instagram:before { content: '\f83d'; } /* '' */
.porto-icon-up:before { content: '\f840'; } /* '' */
.porto-icon-right:before { content: '\f841'; } /* '' */
.porto-icon-down:before { content: '\f842'; } /* '' */
.porto-icon-left:before { content: '\f843'; } /* '' */
.porto-icon-star:before { content: '\f844'; } /* '' */
.porto-icon-star-empty:before { content: '\f845'; } /* '' */
.porto-icon-ok-circled:before { content: '\f846'; } /* '' */
.porto-icon-cancel-circled:before { content: '\f847'; } /* '' */
.porto-icon-help-circled:before { content: '\f848'; } /* '' */
.porto-icon-info-circled:before { content: '\f849'; } /* '' */
.porto-icon-attention:before { content: '\f84a'; } /* '' */
.porto-icon-mobile:before { content: '\f84b'; } /* '' */
.porto-icon-mail-alt:before { content: '\f84c'; } /* '' */
.porto-icon-skype:before { content: '\f84d'; } /* '' */
.porto-icon-doc:before { content: '\f84e'; } /* '' */
.porto-icon-user:before { content: '\f850'; } /* '' */
.porto-icon-help:before { content: '\f851'; } /* '' */
.porto-icon-info:before { content: '\f852'; } /* '' */
.porto-icon-help-circled-alt:before { content: '\f853'; } /* '' */
.porto-icon-info-circled-alt:before { content: '\f854'; } /* '' */
.porto-icon-chevron-left:before { content: '\f855'; } /* '' */
.porto-icon-chevron-right:before { content: '\f856'; } /* '' */
.porto-icon-reply:before { content: '\f857'; } /* '' */
.porto-icon-paper-plane:before { content: '\f858'; } /* '' */
.porto-icon-magnify:before { content: '\f859'; } /* '' */
.porto-icon-zoom-in:before { content: '\f85a'; } /* '' */
.porto-icon-zoom-out:before { content: '\f85b'; } /* '' */
.porto-icon-chat:before { content: '\f860'; } /* '' */
.porto-icon-folder:before { content: '\f861'; } /* '' */
.porto-icon-folder-open:before { content: '\f862'; } /* '' */
.porto-icon-tag:before { content: '\f863'; } /* '' */
.porto-icon-tags:before { content: '\f864'; } /* '' */
.porto-icon-calendar:before { content: '\f865'; } /* '' */
.porto-icon-circle-empty:before { content: '\f870'; } /* '' */
.porto-icon-shirt:before { content: '\f871'; } /* '' */
.porto-icon-computer:before { content: '\f872'; } /* '' */
.porto-icon-toys:before { content: '\f873'; } /* '' */
.porto-icon-garden:before { content: '\f874'; } /* '' */
.porto-icon-couch:before { content: '\f875'; } /* '' */
.porto-icon-sports:before { content: '\f876'; } /* '' */
.porto-icon-gift:before { content: '\f877'; } /* '' */
.porto-icon-eye:before { content: '\f878'; } /* '' */
.porto-icon-export:before { content: '\f879'; } /* '' */
.porto-icon-bag-4:before { content: '\f87a'; } /* '' */
.porto-icon-search-3:before { content: '\f87b'; } /* '' */
.porto-icon-check:before { content: '\f87c'; } /* '' */
.porto-icon-check-empty:before { content: '\f87d'; } /* '' */
.porto-icon-search-2:before { content: '\f880'; } /* '' */
.porto-icon-bag-1:before { content: '\f881'; } /* '' */
.porto-icon-plus:before { content: '\f882'; } /* '' */
.porto-icon-minus:before { content: '\f883'; } /* '' */


.porto-new-icon-category-home:before { content: '\e900'; }
.porto-new-icon-category-motors:before { content: '\e901'; }
.porto-new-icon-category-music:before { content: '\e902'; }
.porto-new-icon-category-gifts:before { content: '\e903'; }
.porto-new-icon-category-electronics:before { content: '\e904'; }
.porto-new-icon-category-fashion:before { content: '\e905'; }
.porto-new-icon-category-hot-deals:before { content: '\e906'; }
.porto-new-icon-tag-percent:before { content: '\e907'; }
.porto-new-icon-joystick:before { content: '\e908'; }
.porto-new-icon-category-furniture:before { content: '\e909'; }
.porto-new-icon-category-garden:before { content: '\e90a'; }
.porto-new-icon-category-lanterns-lighting:before { content: '\e90b'; }
.porto-new-icon-category-mechanics:before { content: '\e90c'; }
.porto-new-icon-category-motorcycles:before { content: '\e90d'; }
.porto-new-icon-category-sound-video:before { content: '\e90e'; }
.porto-new-icon-category-steering:before { content: '\e90f'; }
.porto-new-icon-category-external-accessories:before { content: '\e910'; }
.porto-new-icon-category-fluids:before { content: '\e911'; }
.porto-new-icon-category-internal-accessories:before { content: '\e912'; }
.porto-new-icon-category-chains:before { content: '\e913'; }
.porto-new-icon-category-frames:before { content: '\e914'; }
.porto-new-icon-category-pedals:before { content: '\e915'; }
.porto-new-icon-category-saddle:before { content: '\e916'; }
.porto-new-icon-category-tools:before { content: '\e917'; }
.porto-new-icon-search-4:before { content: '\e918'; }
.porto-new-icon-secure-payment:before { content: '\e919'; }
.porto-new-icon-user-2:before { content: '\e91a'; }
.porto-new-icon-wishlist-2:before { content: '\e91b'; }
.porto-new-icon-gift-2:before { content: '\e91c'; }
.porto-new-icon-edit:before { content: '\e91d'; }
.porto-new-icon-chef:before { content: '\e91e'; }
.porto-new-icon-smiling-girl:before { content: '\e91f'; }
.porto-new-icon-tshirt:before { content: '\e920'; }
.porto-new-icon-boy-broad-smile:before { content: '\e921'; }
.porto-new-icon-smiling-baby:before { content: '\e922'; }
.porto-new-icon-bars:before { content: '\e923'; }/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;font-display:auto;src:url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-brands-400.eot");src:url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-brands-400.woff2") format("woff2"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-brands-400.woff") format("woff"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-brands-400.ttf") format("truetype"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-regular-400.eot");src:url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-regular-400.woff2") format("woff2"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-regular-400.woff") format("woff"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-regular-400.ttf") format("truetype"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-solid-900.eot");src:url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-solid-900.woff2") format("woff2"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-solid-900.woff") format("woff"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-solid-900.ttf") format("truetype"),url("../../frontend/Smartwave/porto/en_US/font-awesome/fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th:before{content:"\f00a"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-cog:before{content:"\f013"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-adjust:before{content:"\f042"}.fa-play:before{content:"\f04b"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-share:before{content:"\f064"}.fa-plus:before{content:"\f067"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder-open:before{content:"\f07c"}.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-phone:before{content:"\f095"}.fa-rss:before{content:"\f09e"}.fa-globe:before{content:"\f0ac"}.fa-users:before{content:"\f0c0"}.fa-link:before{content:"\f0c1"}.fa-bars:before{content:"\f0c9"}.fa-truck:before{content:"\f0d1"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-coffee:before{content:"\f0f4"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-spinner:before{content:"\f110"}.fa-code:before{content:"\f121"}.fa-location-arrow:before{content:"\f124"}.fa-exclamation:before{content:"\f12a"}.fa-puzzle-piece:before{content:"\f12e"}.fa-rocket:before{content:"\f135"}.fa-bullseye:before{content:"\f140"}.fa-dollar-sign:before{content:"\f155"}.fa-file:before{content:"\f15b"}.fa-thumbs-up:before{content:"\f164"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-paint-brush:before{content:"\f1fc"}.fa-user-plus:before{content:"\f234"}.fa-sync-alt:before{content:"\f2f1"}.fa-pencil-alt:before{content:"\f303"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-external-link-alt:before{content:"\f35d"}.fa-cloud-download-alt:before{content:"\f381"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile-alt:before{content:"\f3cd"}.fa-reply:before{content:"\f3e5"}.fa-tablet-alt:before{content:"\f3fa"}.fa-filter:before{content:"\f0b0"}.fa-music:before{content:"\f001"}.fa-quote-left:before{content:"\f10d"}.fa-camera-retro:before{content:"\f083"}.fa-file-alt:before{content:"\f15c"}.fa-times-circle:before{content:"\f057"}.fa-plus-square:before{content:"\f0fe"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-down:before{content:"\f0d7"}.fa-minus:before{content:"\f068"}.fa-sliders-h:before{content:"\f1de"}.fa-clock:before{content:"\f017"}.fa-image:before{content:"\f03e"}.fa-edit:before{content:"\f044"}.fa-calendar-alt:before{content:"\f073"}.fa-folder:before{content:"\f07b"}.fa-chart-bar:before{content:"\f080"}.fa-bell:before{content:"\f0f3"}.fa-circle:before{content:"\f111"}.fa-calendar:before{content:"\f133"}.fa-dot-circle:before{content:"\f192"}.fa-life-ring:before{content:"\f1cd"}.fa-object-group:before{content:"\f247"}.fa-check-square:before{content:"\f14a"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-twitter:before{content:"\f099"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before{content:"\f0d5"}.fa-linkedin-in:before{content:"\f0e1"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-tumblr:before{content:"\f173"}.fa-skype:before{content:"\f17e"}.fa-vk:before{content:"\f189"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-yelp:before{content:"\f1e9"}.fa-whatsapp:before{content:"\f232"}.fa-vimeo-v:before{content:"\f27d"}.fa-facebook-f:before{content:"\f39e"}.fa-telegram-plane:before{content:"\f3fe"}.fa-youtube-square:before{content:"\f431"}/* Contdonwn */

.sw-dailydeal-wrapper {
    padding: 13px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.sw-dailydeal {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0,136,204,0.7);
    width: 100%;
    z-index: 5;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 1;
    padding: 9px 9px 11px;
    text-align: center;
}

.sw-dailydeal .number {
    display: inline-block;
    vertical-align: middle;
}

.sw-dailydeal p {
    margin: 0;
}

.sw-dailydeal .line {
    display: none;
}

.sw-dailydeal .caption {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -3px;
}

.sw-dailydeal .dailydeal-label {
    display: inline-block;
    vertical-align: bottom;
    font-size: 11px;
    font-weight: 400;
}

.catalog-product-view .sw-dailydeal-wrapper {
    position: static;
    padding: 0;
    margin-bottom: 30px;
    margin-top: -10px;
}

.catalog-product-view .sw-dailydeal {
    display: block;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

.catalog-product-view .sw-dailydeal .dailydeal-label {
    display: block;
    color: #21293c;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.catalog-product-view .sw-dailydeal .number-wrapper {
    background-color: #08c;
    display: inline-block;
    width: 66px;
    text-align: center;
    float: left;
    margin-right: 2px;
}

.catalog-product-view .sw-dailydeal .caption {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 11px;
}

.catalog-product-view .sw-dailydeal .number {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 6px;
}

.catalog-product-view .sw-dailydeal-wrapper:after {
    content: '';
    display: table;
    clear: both;
}/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

#wk-load-conf {
    display: none;
}

#wantptr .unavailable,
#wantptr .available,
#wk-mp-become-seller-box-wrapper .unavailable,
#wk-mp-become-seller-box-wrapper .available {
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0;
    border: medium none;
    float: left;
    min-height: 11px;
    padding: 0 3px 0 30px;
    background: none!important;
}
#wantptr .available.message.success:before,
#wk-mp-become-seller-box-wrapper .available.message.success:before {
    content: "\2714";
    padding: 0 5px;
}
#wantptr .message.success,
#wk-mp-become-seller-box-wrapper .message.success {
    padding: 0!important;
}

#wantptr .message.error:before,
#wk-mp-become-seller-box-wrapper .message.error:before {
    content: "\2715";
    padding: 0 5px;
}
#wantptr .message.error,
#wk-mp-become-seller-box-wrapper .message.error {
    padding: 0!important;
}
#wantptr label.label {
    display: inline-block;
}
#wantptr .questimg {
    display: inline-block;
}
.wk-mp-main{
    margin-bottom: 0;
}

/*commom classes start*/
.wk-mp-design {
    width: 100%;
}
.wk-mp-design .block-account .block-title {
    background-image: none;
}
.wk-mp-design .block{
    margin: 0;
}
.wk-mp-design .product-image img{
    width: 100%;
}
.btn-primary {
    background-color: #0C79D8;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF!important;
    display: inline-block;
    opacity: 0.8;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    text-transform: uppercase;
    padding: 6px 0px;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
}
.wk-profile-links{
    display: inline-block;
    padding: 10px 0;
    width: 30%;
}
.wk-profile-links a:hover{
    text-decoration: none;
}
.wk-mp-fieldset {
    margin: 0;
    border-top: none;
    min-width: 100%;
    width: 250px;
    display: inline-block;
    overflow: auto;
}
.account .column.main{
    width: 100%;
}
.wk-mp-design .form-list .control {width: 100%;box-sizing: border-box;}
.wk-mp-design .form-list .field { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list textarea { width:99%;max-width: 99%;box-sizing: border-box;}
.wk-mp-design .form-list select { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide .control { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide textarea { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list li.wide select { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list .input-range input.input-text { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide .control { width:100%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide input.input-text,
.wk-mp-design .form-list-narrow li.wide textarea { width:99%; box-sizing: border-box;}
.wk-mp-design .form-list-narrow li.wide select { width:100%; box-sizing: border-box;}

#wantptr{display:none;}
.profileurl{
display: inline-block;
width: 100%;
box-sizing: border-box;
}
/*commom classes end*/
#skuavail, #skunotavail {
    display: none;
    float:left;
    width: 100%;
}
.skuavailable{
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0 ;
    border: medium none ;
    float: left;
    min-height: 11px ;
    padding: 0 3px 0 30px ;
    text-transform: capitalize;
    background-size: contain;
}
.skunotavailable{
    background-color: rgba(0, 0, 0, 0);
    background-position: 10px 0 ;
    border: medium none ;
    float: left;
    min-height: 11px ;
    padding: 0 3px 0 30px ;
    text-transform: capitalize;
    background-size: contain;
}
/*landing page css start*/
.wk-mp-landingpage{
    text-align: center;
}
.wk-mp-banner {
background-size: 100% 100%;
}
.wk-mp-banner-container{
    width: 97.5%;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 1%;
}
.wk-mp-banner img{
    width: 100%;
    display: inherit
}
.wk-marketplace-label{
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 3.3%;
}
.wk-marketplace-label-span{
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3em;
    width: 100%;
}
.wk-marketplace-label-about{
    font-weight: 600;
    letter-spacing: 1px;
}
.wk-mp-icon {
    display: inline-block;
    width: 68%;
}
.wk-mp-icon img{
    display: inline-block;
    width: 100%;
}
.wk-mp-icon-wraper{
    display: inline-block;
    width: 22%;
}

.wk-mp-landing-sellers-wraper{
    width: 284px;
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px;
}
.wk-last-seller{
    margin-right: 0;
}
.wk-mp-landing-sellers{
    padding: 10px;
}
.wk-mp-landing-sellers-img1{
    width: 100%;
}
.wk-mp-landing-sellers-img1 img{
    width: 130px;
    display: inline-block;
    border: 1px solid #eee;
    float: left;
}
.wk-mp-landing-sellers-img2{
    width: 260px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    display: inline-block;
}
.wk-mp-landing-sellers-img2 img{
    width: 100%;
}
.wk-mp-landing-sellers-logo{
    width: 30%;
    float: left;
    display: inline-block;
    border: 1px solid #eee;
    height: 75px;
    position: relative;
}
.wk-mp-landing-sellers-logo img{
    width: 100%;
}
.wk-mp-landing-sellers-details{
    width: 64%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
}
.wk-mp-landing-button{
    font-size: 18px;
    padding: 15px 20px;
}
.wk-mp-label3-container{
    margin-top:10px;width:100%;
}
.wk-mp-label3{
    border: 1px solid #eee;
    padding: 10px;
}
.wk-mp-header {
    color: #FFFFFF;
    padding: 6.5%;
    text-align: center;
}
.wk-mp-header h1 {
    font-size: 3.9em;
    color: #FFFFFF;
    margin-bottom: 0.3em;
    font-weight: bold;
    word-wrap: break-word;
}
.wk-mp-header h2 {
    font-size: 32px;
    color: #FFFFFF;
    text-transform: inherit;
}
.wk-mp-header p {
    margin-bottom: 0;
}
/*end*/

/*product page seller block start*/
.wk-blockdetail {background: none repeat scroll 0 0 #F4F3F3;height: auto;padding: 4px;}
.wk-blockdetail ul.partnerlinks li a{text-decoration:none;}
.wk-blockdetail ul.partnerlinks li a:hover{text-decoration: underline;color: #333;}
.wk-blockdetail ul.partnerlinks li {padding:2px 0px;font-size:12px;}
.wk-blockdetail #twconnect, #fbconnect{display: inline-block;height: 35px;width: 35px;}
.wk-blockdetail #twconnect:hover, #fbconnect:hover{box-shadow: -3px -2px 6px #333333;}
.wk-blockdetail #twconnect{background-image:url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/tw.png');}
.wk-blockdetail #fbconnect{background-image:url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/fb.png');}
.wk-block-hover-div{
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    right: -27%;
    min-height: 120px;
    position: absolute;
    top: -35px;
    width: 420px;
    z-index: 999;
    border: 1px solid #BCE8F1;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.wk-block-hover-div img{
    width: 100%;
}
.wk-report-flag-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.wk-report-flag-link #reportflag::before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "\f024";
    font-family: "font-awesome";
    font-size: 1.7rem;
}
.wk-flagreasons {
  padding: 4px;
}
.wk-alert-modal-content {
  display: none;
}
@media only screen and (max-width: 1085px) {
    .wk-block-hover-div{
        right: -11px;
        width: 275px;
    }
}
@media only screen and (min-width: 1085px) and (max-width: 1191px) {
    .wk-block-hover-div{
        right: -61px;
        width: 275px;
    }
}
@media only screen and (min-width: 770px) and (max-width: 984px) {
    .profile-view {
    width: 325px;
    }
}
.wk-block-hover-div .arrow{height: 23px;position: absolute;right: -17px;top: 31px;width: 50px;}
.wk-block-hover-div:after, .wk-block-hover-div:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    right: 100%;
    position: absolute;
    width: 0;
}
.wk-block-hover-div:after {border-right-color: #FFFFFF;border-width: 7px;top: 36px;}
.wk-block-hover-div:before {border-right-color: #BCE8F1;border-width: 10px;top: 34px;}
.profile-view{
    position: relative;
    width: 436px;
}
/*wk-block new css start*/
.ask-que , #askque, .product-flag, .seller-flag, #reportflag{
    display: inline-block;
    cursor: pointer;
}
.wk-block-font-bold-up{
    text-transform: uppercase;
    font-weight: bold;
}
.wk-block-title-css{
    font-weight: normal;
    margin: 0 5px 0 0;
}
.wk-block-title-css a {
    text-decoration: underline;
}
.wk-block-rating{
    display: inline-block;
    text-align: center;
    background: #11b400;
    color: #fff;
    letter-spacing: 1px;
    min-width: 16px;
    padding: 2px 6px;
    border-radius: 4px;
}
.product-options-bottom{
    padding: 9px;
}
.extra-info{
    max-width: 100%;
    width: 100%;
}
.add-to-cart, .out-of-stock{
    float: left;
}
.wk-seller-block{
    border-left: 1px solid #ccc;
    display: inline-block;
    width: 30%;
    position: relative;
    padding-left: 10px;
    margin-left: 8px;
}
.wk-seller-block:after, .wk-seller-block:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    left: -1px;
    position: absolute;
    width: 0;
    margin-top: -11px;
}
.wk-seller-block:after {
    border-left-color: #FFFFFF;border-width: 7px;top: 36px;
}
.wk-seller-block:before {
    border-left-color: #CCCCCC;border-width: 9px;top: 34px;
}
@media only screen and (min-width: 1180px){
    .wk-seller-block{
        width: 44%;
    }
}

.wk-seller-rating{
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fffeeb;
    box-shadow: 0 2px 8px 2px #848484;
    font-size: 11px;
    position: absolute;
    text-align: left;
    max-width: 350px;
    z-index: 5;
    display: none;
    top: 83%;
    margin-left: -20%;
    width: 120%;
}
.wk-seller-rating:after, .wk-seller-rating:before {
    border: 1px solid transparent;
    content: " ";
    height: 0;
    bottom: -1px;
    position: absolute;
    width: 0;
    margin-top: -51px;
    margin-left: 22%;
}
.wk-seller-rating:after {
    border-bottom-color: #FFFFFF;border-width: 7px;
    top: 38px;
    margin-right: 22px;
}
.wk-seller-rating:before {
    border-bottom-color: #CCCCCC;border-width: 9px;
    border-width: 7px;
    top: 37px;
}
/*end*/

/*seller list page start*/
.wk-srach-wrapper{
    width:100%;
    display:inline-block;
}
.wk-search input {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.wk-search .control {
    position: relative;
}
.wk-search .button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}
.wk-search .span{
    padding: 9px 8px;
}
.wk-search button.button span span {
    height: 20px;
    line-height: 20px;
}
.wk-mp-sellerlist-container li{
    padding-left: 0;
    padding-bottom: 1%;
    list-style: none;
}
.wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px;
}
.wk-sellerlist-divide1 {
    display: inline-block;
    width: 40%;
    float: left;
    overflow: hidden;
}
.wk-sellerlist-divide1 img {
    width: 85%;
    float: left;
    border: 1px solid #eee;
}
.wk-sellerlist-divide2 {
    text-align: left;
    text-transform: uppercase;
    width: 60%;
    float: left;
}
@media only screen and (min-width: 480px) and (max-width: 480px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 0;
        float: none;
    }
    .wk-sellerlist-divide1 {
        height: auto;
    }
}
@media only screen and (min-width: 481px) and (max-width: 651px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 15px;
        float: left;
        width: 50%;
    }
    .wk-sellerlist-divide1 {
        height: auto;
    }
    .wk-mp-header h1 {
        font-size: 2.9em;
    }
}
@media only screen and (min-width: 652px) and (max-width: 1079px) {
    .wk-mp-sellerlist-container .wk-mp-sellerlist-wrap {
        width: 100%;
    }
    .wk-mp-sellerlist-container li{
        padding-right: 15px;
        float: left;
        width: 30%;
    }
    .wk-sellerlist-divide1 {
        height: 95px;
    }
}
@media only screen and (min-width: 1080px){
    .wk-mp-sellerlist-container li{
        margin-right: 1%;
        float: left;
        width: 24%;
    }
    .wk-sellerlist-divide1 {
        height: 95px;
    }
}
/*end*/
/*seller prfile page left css start*/
.wk-logo-block{
    padding-bottom: 10px;
}
.bannerpicrs {
    border-bottom: 5px solid #fc9d36;
    height: 100%;
    width: 99%;
}
.wk-mp-design-inner{
    border: 1px solid #eee;
    padding: 10px;
    padding-bottom:0;
}
.wk-mp-design-inner-last{
    margin-bottom:10px;
    padding-bottom: 10px;
}
.wk-mp-display-block-css{
    display: inline-block;
    width: 100%;
}
.storename {
    font: bold 1em Helvetica Neue,Arial,Sans Serif;
    text-transform:uppercase;
}
.store-name{
    padding: 5px 0;
}
.wk-seller a {
    display: inline-block;
}
#info .section {
    padding: 0px 5px 5px 5px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.wk-icon{
    background-image: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/Seller-Sprite.png");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 18px;
    width: 17px;
    float: left;
    margin-top: 3px;
}
.wk-storeloc-icon{
    background-position: -105px -96px;
    height: 17px;
}
a.cont-name {
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    color: inherit;
    font-weight: normal;
}
.piccountry {
    width: 24px;
    display: inline-block;
}
.wk-contact-input-fields {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wk-mp-design-inner small {
    font-size: smaller;
}

.wk-mp-design-inner .wk-ordertitle-label{
    width: 29%;
    font-weight: bold;
}

/*seller prfile page left css end*/

/*start modal box*/
.ask-que{cursor:pointer;}
#ask-data .errormail {
    bottom: 15px;
    display: none;
    left: 155px;
    position: absolute;
    color: #DF280A;
    font-weight: bold;
}
.wk-clear{clear: both;}

.wk-dash-chart{
    margin-top: 10px;
    border:1px solid #CCCCCC;
}

.modal-title {
margin: 0;
line-height: 1.42857143;
font-size: 18px;
font-family: inherit;
font-weight: 500;
display: inline-block;
}
#ask-data {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    display: none;
    left: 50%;
    margin: -250px 0 0 -280px;
    outline: medium none;
    position: fixed;
    top: 88%;
    width: 510px;
    z-index: 1050;
    padding: 10px;
}
#ask-form, #flag-form {
    display: inline-block;
    width: 98%;
}
.modal-body.form-list.field.wk-flag-form {
    margin: 0px !important;
}
#ask-form textarea { height: 75px;width: 315px; }
#ask-data .label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-left: 20px;
    text-align: left;
    width: 135px;
    vertical-align: top;
}
.wk-modal-btn{
  cursor: pointer;
}
.wk-btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.wk-btn-primary:hover,
.wk-btn-primary:focus,
.wk-btn-primary.focus,
.wk-btn-primary:active,
.wk-btn-primary.active,
.open > .dropdown-toggle.wk-btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.wk-btn-primary:active,
.wk-btn-primary.active,
.open > .dropdown-toggle.wk-btn-primary {
  background-image: none;
}
.wk-btn-primary.disabled,
.wk-btn-primary[disabled],
fieldset[disabled] .wk-btn-primary,
.wk-btn-primary.disabled:hover,
.wk-btn-primary[disabled]:hover,
fieldset[disabled] .wk-btn-primary:hover,
.wk-btn-primary.disabled:focus,
.wk-btn-primary[disabled]:focus,
fieldset[disabled] .wk-btn-primary:focus,
.wk-btn-primary.disabled.focus,
.wk-btn-primary[disabled].focus,
fieldset[disabled] .wk-btn-primary.focus,
.wk-btn-primary.disabled:active,
.wk-btn-primary[disabled]:active,
fieldset[disabled] .wk-btn-primary:active,
.wk-btn-primary.disabled.active,
.wk-btn-primary[disabled].active,
fieldset[disabled] .wk-btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.wk-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.wk-btn-default:hover,
.wk-btn-default:focus,
.wk-btn-default.focus,
.wk-btn-default:active,
.wk-btn-default.active,
.open > .dropdown-toggle.wk-btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.wk-btn-default:active,
.wk-btn-default.active,
.open > .dropdown-toggle.wk-btn-default {
  background-image: none;
}
.wk-btn-default.disabled,
.wk-btn-default[disabled],
fieldset[disabled] .wk-btn-default,
.wk-btn-default.disabled:hover,
.wk-btn-default[disabled]:hover,
fieldset[disabled] .wk-btn-default:hover,
.wk-btn-default.disabled:focus,
.wk-btn-default[disabled]:focus,
fieldset[disabled] .wk-btn-default:focus,
.wk-btn-default.disabled.focus,
.wk-btn-default[disabled].focus,
fieldset[disabled] .wk-btn-default.focus,
.wk-btn-default.disabled:active,
.wk-btn-default[disabled]:active,
fieldset[disabled] .wk-btn-default:active,
.wk-btn-default.disabled.active,
.wk-btn-default[disabled].active,
fieldset[disabled] .wk-btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.wk-btn-default .badge {
  color: #fff;
  background-color: #333;
}
.wk-btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}
.form-control {
width: 315px;
padding: 6px 12px;
margin-bottom: 10px;
font-size: 14px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.modal-body {
    position: relative;
    padding: 15px;
    width: 90%;
}
.form-control:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wk-btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.modal-header {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
  text-align: left;
}
.modal-header h3 { display: inline-block;font-size: 20px;opacity: 0.6; }
.wk-close,
.wk-product-flag-close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.wk-seller-flag-close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.wk-close:hover,
.wk-product-flag-close:hover,
.wk-product-flag-close:focus,
.wk-seller-flag-close:hover,
.wk-seller-flag-close:focus,
.wk-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-footer:before, .modal-footer:after { content: "";display: table;line-height: 0; }
.modal-footer:before, .modal-footer:after { content: "";display: table;line-height: 0; }
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.error-border { border-color: #FF0000 ; }
.mail-procss { cursor: wait;opacity: 0.5; }
/*end*/

/*profile page right bar css start*/
.wk-feedback-details .mpfeedback{
    width:100%;
    border-right: 1px solid #ccc;
}
.mpfeedback .wk-span{
    width: 40%;
}
.mpfeedback span {
    float: left;
}
.mpfeedback .ratingslider-box {
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/rating-sprite.png") repeat-x scroll 0 103% transparent;
    float: left;
    margin-left: 3%;
    height: 16px;
    width: 70px;
}
.mpfeedback .ratingslider-box .rating {
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/images/rating-sprite.png") repeat-x scroll 0 0 transparent;
    height: 16px;
}
.mpfeedback .price{
    width:100%;
    display: inline-block;
}
.mpfeedback .value{
    width:100%;
    display: inline-block;
}
.mpfeedback .quality{
    width:100%;
    display: inline-block;
}
/*profile page right bar css end*/

/*Profile page content css start*/

.wk-social-icon{
    width: 44px;
    height: 44px;
}
.wk-social-icon-instagram{ background-position: 0px 0px; }
.wk-social-icon-pinterest{ background-position: -46px 0px; }
.wk-social-icon-fb{ background-position: -92px 0px; }
.wk-social-icon-tw{ background-position: -138px 0px; }
.wk-social-icon-gplus{ background-position: 0px -46px; }
.wk-social-icon-vimeo{ background-position: -46px -46px }
.wk-social-icon-utube{ background-position: -92px -46px; }
.wk-social-icon-moleskin{ background-position: -138px -46px; }
.wk-profile-pro-css {
    width: 32.33333%;
    margin-right: 1%;
    float: left;
    text-align: center;
}
.wk-profile-image-box{
    border: 1px solid #eee;
    padding: 5px;
}
/*Profile page content css end*/

/*feedback page css start*/
.wk-orderbox-content1{
    display: inline-block;
    width: 98%;
    border-bottom: 1px solid #eee;
}
.wk-orderbox-content2{
    display: inline-block;
    width: 98%;
}
.wk-first-order{
    margin-top: 15px;
}
.wk-orderbox{
    border: 1px solid #ccc;
    display: inline-block;
    width: 99%;
    margin: 5px 0;
    border-radius: 3px;
}
.wk-orderbox-content1{
    display: inline-block;
    width: 98%;
    border-bottom: 1px solid #ccc;
}
.wk-orderbox-content2{
    display: inline-block;
    width: 98%;
}
.wk-orderbox-details{
    width: 78%;
    float: left;
}
.wk-orderbox-details a {
    color: #1e7ec8;
    text-decoration: none;
}
.wk-orderbox-total {
    width: 22%;
    float: left;
    text-align: right;
}
.wk-feedback-details{
float: left;
width: 26%;
padding-bottom: 5px;
}
.wk-feedback-desc{
float: left;
width: 71%;
padding:5px 0px 5px 15px
}
/*end*/

/*collection page content css start*/
.collection-banner > img {
   width: 100%;
}
/*end*/
@media only screen and (min-width: 0px) and (max-width: 640px) {
    #ask-data{
        width: 330px;
        left: 75%;
    }
    #ask-data .label {
        width: 36%;
    }
    .wk-profile-links {
        width: 48%;
    }
}
/*end*/
@media only screen and (max-width: 200px) {
    .modal-body{
        padding: 10px;
    }
    .wk-profile-links a {
        font-size: 0.8rem;
    }
}
.marketplace-index-index .column.main {
    width: 100%;
}

@font-face{
    font-family: 'font-awesome';
    src: url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.eot');
    src: url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
         url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.woff') format('woff'),
         url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'),
         url('../../frontend/Smartwave/porto/en_US/Webkul_Marketplace/fonts/FontAwesome/fontawesome-webfont.svg#icons-blank-theme') format('svg');
    font-weight: normal;
    font-style: normal
}

.wk-seller-card-container * {
    box-sizing: border-box;
}

.wk-ask-question-link #askque::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "\f0e0";
    font-family: "font-awesome";
    font-size: 1.7rem;
}

.wk-seller-card-row {
    display: inline-block;
    width: 100%;
    padding: 2px 0px;
}
.wk-ask-question-link {
    display: inline-block;
    position: relative;
    padding-left: 22px;
}
.wk-seller-block::before, .wk-seller-block::after {
    display: none;
}
.wk-seller-block.wk-block {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    order: -2;
}
.wk-seller-rating-number::before {
    position: absolute;
    left: 8px;
    top: 2px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.4rem;
    color: #fff;
}

.wk-seller-rating-number {
    display: inline-block;
    background: #11b400;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
}
.wk-seller-rating-number {
    padding-left: 27px;
    padding-right: 10px;
}
.wk-seller-rating-block {
    display: inline-block;
    position: relative;
}
.wk-seller-card-col {
    display: inline-block;
    margin-right: 25px;
}
.wk-seller-rating.wk-mp-design-inner {
    width: 225px;
    top: 30px;
    left: -35px;
}


.wk-seller-product-count::before {
    position: absolute;
    left: 0;
    top: -4px;
    content: "\f1b2";
    font-family: "font-awesome";
    font-size: 2rem;
}

body .wk-seller-product-count {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
}
.wk-seller-card-col {
    margin-top: 5px;
    margin-bottom: 5px;
}

body .wk-seller-location-link {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    color: #555;
    margin: 2px 0;
}
.wk-seller-location-link::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "\f041";
    font-family: "font-awesome";
    font-size: 2rem;
    color:#363636;
}
.wk-block-title-css a {
    text-decoration: none;
    font-weight: 600;
}
.wk-block-font-bold-up{
    text-transform: unset;
}
.wk-seller-card-container {
    display: inline-block;
    width: 100%;
}

.wk-seller-card-product-block {
    display: inline-block;
    width: 600px;
    font-size: 1.4rem;
}
.wk-seller-card-details-block {
    display: inline-block;
    width: calc(100% - 600px);
    font-size: 0;
}
.wk-seller-card-details-content-block {
    display: inline-block;
    width: calc(100% - 130px);
    font-size: 1.4rem;
    vertical-align: middle;
    padding-left: 15px;
}
.wk-seller-card-details-img-block {
    display: inline-block;
    width: 130px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 0px;
    overflow: hidden;
    vertical-align: middle;
}

.wk-seller-card-details-block .wk-seller-rating-block {
    display: inline-block;
    vertical-align: middle;
}
.wk-seller-card-details-block .wk-seller-shop-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.wk-seller-card-details-block .wk-seller-shop-title a {
    color: #363636;
    font-size: 25px;
}
.wk-seller-card-details-block .wk-ask-question-link {
    padding-left: 0px;
}
.wk-seller-card-details-block .wk-ask-question-link #askque::before {
    display: none;
}
.wk-seller-card-details-block .wk-ask-question-link #askque {
    display: inline-block;
    background: #1979c3;
    color: #fff;
    padding: 3px 15px;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
}

.wk-seller-card-details-block .wk-ask-question-link #askque:hover {
    background: #006bb4;
    text-decoration: none;
}

body .wk-seller-card-details-block  .wk-seller-location-link {
    margin-bottom: 5px;
}
.wk-seller-card-container.wk-card-type2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    font-size: 0px;
}

.wk-seller-card-product {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 5px;
    padding: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 0;
    position: relative;
    vertical-align: top;
}
.wk-seller-card-product-block {
    vertical-align: bottom;
}
.wk-seller-card-product-container {
    display: inline-block;
    float: right;
    font-size: 0px;
    text-align: center;
}
.wk-seller-card-product a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
}
.wk-seller-card-product img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}
.wk-seller-card-product span {
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.wk-seller-rating-value {
    display: inline-block;
    background: #11b400;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
}
.wk-seller-rating-value {
    padding-left: 25px;
    padding-right: 17px;
}
.wk-seller-rating-number {
    padding-left: 25px;
    padding-right: 17px;
}
.wk-seller-rating-value::before {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.3rem;
    color: #fff;
}
.wk-seller-rating-number::before {
    position: absolute;
    left: 8px;
    top: 4px;
    content: "\f005";
    font-family: "font-awesome";
    font-size: 1.3rem;
    color: #fff;
}
.wk-seller-rating-number::after {
    position: absolute;
    right: 5px;
    top: 4px;
    content: "\f0d7";
    font-family: "font-awesome";
    font-size: 1.2rem;
    color: #fff;
}
.seller-collection-actions {
  margin-top: 10px;
}
.wk-seller-rating::after, .wk-seller-rating::before {
    margin-left: 30%;
}
.wk-seller-card-details-img-block a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 960px) {
    .wk-seller-card-details-block {
        vertical-align: middle;
        width: calc(100% - 300px);
    }
    .wk-seller-card-product-block {
        vertical-align: middle;
        width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .wk-seller-card-container.wk-card-type1 {
        margin: 15px 0;
    }
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating.wk-mp-design-inner {
        left: 12px;
    }
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating::after,
    .wk-seller-card-container.wk-card-type1 .wk-seller-rating::before {
        margin-left: 7%;
    }
}

@media only screen and (max-width: 640px) {
    .wk-seller-card-details-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .wk-seller-card-product-block {
        width: 100%;
    }
    .wk-seller-card-details-block .wk-seller-shop-title {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }
    .wk-seller-rating::after, .wk-seller-rating::before {
        margin-left: 50%;
    }
    .wk-seller-rating.wk-mp-design-inner {
        left: -85px;
    }
}

.wk-mp-fieldset .order-products-toolbar.toolbar.bottom {
    margin-top: 10px;
}
body .wk-mp-design .toolbar .pages {
    display: inline-block;
    position: relative;
    width: auto;
}

.wk-mp-design .toolbar .limiter {
    float: right;
}
.page-products.page-with-filter.fieldset.wk-mp-fieldset {
    overflow: unset;
}
.wk-seller-feedback-title {
    padding: 5px 0;
}

#ask-form textarea.wk-full-width {
    width: 100%;
}
.wk-full-width {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .wk-mp-design .toolbar .limiter {
        width: 100%;
    }
}
.wk-profile-alert strong {
    margin-right: 5px;
}
.page-layout-seller-2columns-left .wk-profile-links-container * {
    box-sizing: border-box;
}
.wk-profile-links-container * {
    box-sizing: border-box;
}
.wk-profile-links-container .btn-primary {

}
.field.profile.wk-profile-links-container {
    font-size: 0;
}
.wk-profile-links-container .wk-profile-links {
    width: 400px;
    max-width: 50%;
    text-align: center;
}
.wk-profile-links-container .btn-primary {
    padding: 7px;
    border-radius: 2px;
}
.wk-profile-links-container .wk-profile-links:nth-child(2n+1) {
    padding-right: 5px;
}
.wk-profile-links-container .wk-profile-links:nth-child(2n) {
    padding-left: 5px;
}
@media only screen and (max-width: 480px) {
    .wk-profile-links-container .wk-profile-links:nth-child(n) {
        width:100%;
        max-width: unset;
        padding: 10px 0;
    }
}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_ImageSearch
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
@font-face{
    font-family: 'Admin Icons';
    src: url('../../frontend/Smartwave/porto/en_US/Webkul_ImageSearch/fonts/admin-icons/admin-icons.woff2') format('woff2'),
         url('../../frontend/Smartwave/porto/en_US/Webkul_ImageSearch/fonts/admin-icons/admin-icons.svg#Admin Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.action.image-search:before {
    content: "\e63c";
    font-family: "Admin Icons";
}
.block-search .action.image-search {
    cursor: pointer;
    display: inline-block;
    background-image: none;
    background-color: white;
    margin: 2px;
    color: darkgrey;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 35px;
    top: 5px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .block-search .action.image-search {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 56px;
        color: #757575;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0 75px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
}

.wk-loader {
    background: url("../../frontend/Smartwave/porto/en_US/Webkul_ImageSearch/images/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}

.wk-loader span {
    position: absolute;
    top: 40px;
    left: -50px;
    width: 11em;
}

.wk-hidden {
    visibility: hidden;
}

.wk-loading-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.wk-display-none {
    display: none;
}

span.wk-search-terms {
    padding-left: 8px;
    padding-right: 8px;
    margin: 8px;
    height: 28px;
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    border-radius: 2px;
    background-color: white;
    border: 1px solid lightblue;
}

span.wk-search-terms:hover {
    color: #3e64cc;
}

div.wk-image-wrapper{
    height: 50%;
    width: 100%;
    padding: 5px;
    margin: 10px;
    text-align: center;
}

label#browse-label {
    display: inline-block;
    left: 25%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0 10px;
    box-sizing: border-box;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    background-color: #FFF;
    border: 1px solid #C4C6CF;
    position: relative;
    font-style: normal;
    cursor: pointer;
    transition: all .3s ease-out;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.08);
    border-radius: 3px;
    text-align: center;
}
label#browse-label:hover {
    color: #333;
    background-color: #F2F3F7;
    border-color: #A0A2AD;
    text-decoration: none;
}

img#image-to-be-search {
    display: none;
}

div#terms-to-be-search {
    text-align: center;
}

div.wk-image-search {
    height: auto;
    min-height: 200px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #fdf0d5;
}

div#searched-image {
    float: left;
    width: 15%;
    height: auto;
    min-height: 100px;
    margin-top: 20px;
    margin-left: 20px;
    text-align: center;
}

div#searched-image img{
    max-height: 160px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.32);
}

div#related-suggestions {
    width: 80%;
    height: 100px;
    float: right;
    margin-top: 1%;
    text-align: center;
}

div#related-suggestions h5{
    text-align: left;
    margin-left: 8px;
    font-size: 14px;
    font-family: Roboto,Helvetica,Tahoma,Arial,Microsoft YaHei;
}

div#upload-box {
    position: absolute;
    left: 53%;
    width: 94%;
    top: 100%;
    transform: translate(-50%);
    padding: 0 10px;
    box-sizing: border-box;
    height: 63px;
    font-size: 14px;
    line-height: 28px;
    background-color: #FFF;
    border: 1px solid #C4C6CF;
    font-style: normal;
    cursor: pointer;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.08);
    border-radius: 3px;
    text-align: center;
    display: none;
}

input#uploader {
    display: none;
}

div.breadcrumbs {
    display: none;
}

div.page-title-wrapper {
    display: none;
}

input#search {
    padding-right: 55px;
}
@media only screen and (min-width: 300px) {
    div#related-suggestions {
        width: 70%;
        height: auto;
        float: right;
        text-align: center;
        
    }
    span.wk-search-terms {
        padding-left: 8px;
        padding-right: 8px;
        margin: 2px;
        cursor: pointer;
        float: left;
        font-size: 12px;
        line-height: 26px;
        display: inline-block;
        border-radius: 2px;
        background-color: white;
        border: 1px solid lightblue;
    }
}

.mk-downloadlink-container{
    padding: 5px;
    height: 30px;
}
.mk-lightTheme{
    background-color: #ffffff;
    color: #000000;
}
.mk-darkTheme{
    background-color: #000000;
    color: #ffffff;
}
.mk-downloadlink-label-container{
    float: left;
    width: 70%;
}
.mk-downloadlink-label{
    text-align: right;
    display: block;
    padding-right: 10px;
    line-height: 30px;
}
.mk-downloadlink-button-container{
    float: left;
    width: 27%;
}
.mk-downloadlink-playstore-button{
    display: inline-block;
    width: 90px;
    margin-right: 5px;
}
.mk-downloadlink-appstore-button{
    display: inline-block;
    width: 90px;
}
.mk-downloadlink-close-button{
    cursor: pointer;
    float: right;
    width: 18px;
    margin: 6px 5px 0px 0px;
}
.mk-downloadlink-image-button{
    border: 1px solid #fff;
    display: block;
    border-radius: 5px;
}
.mk-downloadlink-hidden{
    display: none;
}
@media only screen and (max-width: 800px) {
    .mk-downloadlink-button-container {
        width: 35%;
    }
    .mk-downloadlink-label-container {
        width: 60%;
    }
}
@media only screen and (max-width: 549px) {
    .mk-downloadlink-button-container {
        width: 45%;
    }
    .mk-downloadlink-label-container {
        width: 38%;
    }
}
@media only screen and (max-width: 500px) {
    .mk-downloadlink-button-container {
        width: 48%;
    }
    .mk-downloadlink-label-container {
        width: 45%;
    }
}
@media only screen and (max-width: 406px) {
    .mk-downloadlink-container {
        height: 64px;
    }
    .mk-downloadlink-button-container {
        width: 47%;
    }
    .mk-downloadlink-close-button {
        margin: 23px 5px 0px 0px;
    }
}
@media only screen and (max-width: 297px) {
    .mk-downloadlink-button-container {
        width: 40%;
    }
}@font-face {
    font-family: "Admin Icons";
    src: url("../../frontend/Smartwave/porto/en_US/Webkul_MpBuyerSellerChat/fonts/admin-icons.woff") format('woff');
}
.chat__menu._show{
    transform: translateX(-100%);
    visibility: visible;
    z-index: 698;
    width: 300px;
}
.chat__menu {
    background-color: #ffffff;
    box-shadow: 0 0 3px #000000;
    left: 100%;
    min-height: calc(7.5rem + 2rem + 100%);
    padding: 2rem 0 0;
    position: fixed;
    top: 45px;
    transform: translateX(0);
    transition-duration: .3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    z-index: 697;
    width: 300px;
}
.chat__menu .submenu-title {
    color: inherit;
    display: block;
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 4.2rem;
    margin-left: 3rem;
    margin-right: 5.8rem;
}
.chat__menu a {
    color: #fcfcfc;
    transition: background-color 0.1s linear;
}
.chat__menu .action-close {
    padding: 2.4rem 2.8rem;
    position: absolute;
    right: 0;
    top: 0;
}
.action-close:before {
    content: '\e62f';
    transition: color 0.1s linear;
    -webkit-font-smoothing: antialiased;
    font-family: 'Admin Icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
}
.pannel-control{
    width: 70px;
    height: 70px;
    background: rgba(255, 251, 251, 0.6);
    box-shadow: 0 0 3px #000000;
    position: absolute;
    left: -70px;
    top: 53px;
    border-radius: 10%;
    cursor: pointer;
    visibility: visible;
}
.pannel-control::before{
    color: #000;
    content: '\e600';
    font-size: 2rem;
    left: 1.4rem;
    margin-top: -1.2rem;
    position: absolute;
    top: 50%;
    font-family: 'Admin Icons';
}
.pannel-control #chat-data{
    height: 400px;
    overflow: auto;
}
.pannel-control::after{
    color: #000;
    content: '\e600';
    font-size: 2rem;
    left: 2.3rem;
    margin-top: -1.2rem;
    position: absolute;
    top: 50%;
    font-family: 'Admin Icons';
}
.chat-customer-list {
    list-style: none;
    position: relative;
    left: 0px;
    top: 25px;
    width: 85%;
    -webkit-padding-start: 15px;
}
.chat-customer-list > li {
    margin: 0;
    position: relative;
    /* text-align: center; */
    background: #fff;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-box-shadow: -2px 2px 13px 1px rgba(0,0,0,0.48);
    -moz-box-shadow: -2px 2px 13px 1px rgba(0,0,0,0.48);
    box-shadow: -2px 2px 13px 1px rgba(0,0,0,0.48);
    width: 100%;
}
.chat-customer-list .user-info > span.name{
    margin-left: 15px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
}
.chat-customer-list .user-info > span.email{
    /*margin-left: 15px;*/
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
}
.model-chat-controls{
    height: 50px;
    width: 95%;
    margin-left: 10px;
    position: relative;
}

.model-chat-controls > .controls{
    float: right;
}


.model-chat-controls .wk_chat_setting {
    padding: 2px;
    font-size: 2rem;
    top: 3px;
    position: relative;
    right: 35px;
    float: left;
    /* float: left;
    position: relative;
    margin-top: 0px;
    padding: 5px;
    font-size: 2rem;
    margin-right: 10px; */
}
.model-chat-controls .wk_chat_setting > .wk_chat_setting_options{
    font-size: 1.5rem;
}
.model-chat-controls .wk_control_status {
    font-size: 2.5rem;
    top: 3px;
    float: left;
    position: relative;
    right: 20px;
    /* margin-top: 10px; */
}

.model-chat-controls .wk_control_status > .wk_chat_status_options{
    font-size: 1.5rem;
}

.model-chat-controls .wk_chat_sound {
    font-size: 2.5rem;
    top: 3px;
    float: left;
    position: relative;
    float: left;
    right: 50px;
    width: 24px;
}

.model-chat-controls .wk_sound_play{
    display: none;
}
.model-chat-controls .list-group{
    display: none;
}
.model-chat-controls .list-group-item{
    padding: 5px;
    border: 1px solid #ddd;
    color: #503333;
}
.model-chat-controls .list-group-item:hover{
    background: #c3c3c3;
}
.model-chat-controls .status_point {
    background-color: #FFFFFF;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #0d5a8f;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 18px;
    top: -8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.profile-control {
    display: inline-block;
    float: left;
    cursor: pointer;
}
.model-chat-controls .actual_status{
    position: absolute;
    top: 22px;
}
.model-chat-controls .wk_chat_setting_options{
    right: -15px!important;
}
.model-chat-controls .wk_chat_status_options{
    right: -18px!important;
}
.msg-notify {
    background: #d4cb8e!important;
    -webkit-animation-name: notify; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: notify;
    animation-duration: 2s;
    animation: notify 2s infinite ease;
    border-radius: 5px;
}
@keyframes notify {
    0%   {background: #d4cb8e;}
    100% {background: #fff;}
}
.chat-customer-list .user_image{
    position: relative;
    float: left;
    display: block;
    padding: 5px;
}
.chat-customer-list .user-info{
    position: relative;
    display: block;
    padding: 5px;
    word-break: break-all;
    width: 85%;
}
.chat-customer-list .user-action{
    position: absolute;
    display: block;
    float: right;
    top: 15px;
    right: 15px;
    color: #d22c2c;
}
.chat-customer-list .user-action > i{
    color: #d22c2c;
    font-size: 1.8rem;
}
.chat-customer-list .chat_status{
    position: absolute;
    left: 3px;
    top: 15px;
}
.chat-model .profile-setting-box{
    height: 200px;
    width: 76%;
    left: 30px;
}
.chat-model #chat-data{
    height: 500px;
    overflow-y: auto;
}
.button.enable_chat{
    width: 100%;
}
#seller-profile-image{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#chat_window_container .message-box.disable > textarea, .message-box.disable > .dropup{
    display: none;
}
#chat_window_container .message-box.disable > .blocked{
 display: block;
}

#chat_window_container .blocked{
    position: absolute;
    pointer-events: none;
    width: 90%;
    height: 40px;
    z-index: 100;
    display: none;
    background: #ff00001c;
    text-align: center;
    font-size: 1.3rem;
    color: #9a5757;
}

.top-bar.seller-side .load_history{
    float: left;
    padding: 0;
}

.top-bar.seller-side .load_history .wk_chat_history_options {
    background-color: #FFFFFF;
    border: 1px solid #0d5a8f;
    position: fixed;
    width: 115px;
    height: auto;
    top: 60px;
    right: 42px;
    z-index: 10;
    -webkit-box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    -moz-box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    border-radius: 7px;
    display: none;
    padding: 5px;
    float: left;
}
.top-bar.seller-side .list-group-item {
    padding: 5px;
    border: 1px solid #ddd;
    color: #503333;
}
.top-bar.seller-side .status_point {
    background-color: #FFFFFF;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #0d5a8f;
    position: absolute;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.top-bar.seller-side > .status_point{
    width: 11px;
    height: 15px;
    right: 20px;
    top: -8px;
}
.user-block-reason{
    position: absolute;
    width: 80%;
    padding: 5%;
    top: 15%;
    height: 115px;
    background: #fff;
    box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    left: 1.2rem;
}
.cancel-reason-box{
    float: right;
    /* padding: 5px; */
    position: relative;
    top: -9px;
    cursor: pointer;
}
.block-reason{
    resize: none;
}
.block-reason::-webkit-input-placeholder{
    color: #736c6c;
}
.model-search-bar {
    width: 95%;
    margin-left: 10px;
}
.model-search-bar span.fa {
    color: #8a8a8a;
    font-size: 16px;
    position: absolute;
    padding: 8px;
}
.model-search-bar input[type="text"] {
    text-indent: 24px;
}[class*="typicons-"]:before {
  font-family: 'Typicons', sans-serif;
}
#mpchatbox-component._show {
    transform: translateY(0);
    visibility: visible;
}
#mpchatbox-component._minimize {
    transform: translateY(80%);
}
#mpchatbox-component._maxmimize {
    transform: translateY(0);
}

#mpchatbox-component {
    width: 300px;
    float: right;
    position: fixed;
    bottom: -20px;
    right: 0;
    z-index: 9999;
    transform: translateY(100%);
    transition-duration: .3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    visibility: hidden;
}

/*seller chat windows*/
div[id^="chat-window-"]._show {
    transform: translateY(0);
    visibility: visible;
}
div[id^="chat-window-"]._minimize {
    transform: translateY(82%);
}
div[id^="chat-window-"]._maxmimize {
    transform: translateY(0);
}

div[id^="chat-window-"] {
    width: 300px;
    float: right;
    position: fixed;
    bottom: -20px;
    right: 0;
    z-index: 9999;
    transform: translateY(100%);
    transition-duration: .3s;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    visibility: hidden;
}

.chat-module {
  width: 280px;
  margin: auto;
  margin-bottom: 20px;
  background: #e5e5e5;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.chat-module .top-bar {
    background: #FFF;
    color: inherit;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    /*border-radius: 3px;*/
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 4px 8px rgba(0,0,0,.25);
    cursor: pointer;
    z-index: 2;
}
.chat-module .top-bar h1 {
  display: inline;
  font-size: 1.1rem;
  font-weight: 600;
}
.chat-module .top-bar .typicons-message {
  display: inline-block;
  padding: 4px 5px 2px 5px;
}
.chat-module .top-bar .typicons-minus {
  position: relative;
  top: 3px;
}
.chat-module .top-bar .left {
  float: left;
}
.chat-module .top-bar .right {
  float: right;
  padding-top: 5px;
}
.chat-module .top-bar > * {
  position: relative;
}
.chat-module .top-bar::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
}
.chat-module .discussion {
  list-style: none;
  background: #e5e5e5;
  margin: 0;
  padding: 10px 0 30px 0;
  overflow:auto;
}
.chat-module .discussion li {
  padding: 0.5rem;
  overflow: hidden;
  display: flex;
}
.chat-module .discussion .avatar {
  width: 40px;
  position: relative;
}
.chat-module .discussion .avatar img {
  display: block;
  width: 100%;
}
.chat-module .other .avatar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid #afd7e0;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.chat-module .other .messages{
  background: #afd7e0;
  width: 65%;
  margin-bottom: 0;
}
.chat-module .messages > p{
    word-break: break-all;
}
.chat-module .self {
  justify-content: flex-end;
  align-items: flex-end;
}
.chat-module .self .messages {
  order: 1;
  border-bottom-right-radius: 0;
  background: #a2c19d;
  width: 65%;
  margin-bottom: 0;
}
.chat-module .self .avatar {
  order: 2;
}

.chat-module .self.seller .avatar{
    top: -20px;
}

#chat_window_container .chat-module .self.seller .avatar{
    top: 0px;
}

.self .avatar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid #a2c19d;;
  border-right-color: transparent;
  border-top-color: transparent;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.chat-module .messages {
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.chat-module .messages p {
  font-size: 1rem;
  margin: 0 0 0.2rem 0;
  color: #0f0202;
}
.chat-module .messages time {
  font-size: 0.9rem;
  color: #6f6f6f;
}
@keyframes pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
#bottom-controls{
    display: flex;
    background: #fff;
    border-top: 2px solid #0091ca;
}
.chat-module .message-box {
    padding: 5px;
    height: 35px;
}
.chat-module .message-box textarea {
    resize: none;
    height: 31px;
    overflow: hidden;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    font-size: 10px;
    padding: 5px;
    padding-right: 20%;
}
.chat-module .message-box textarea:focus {
    box-shadow: none;
}
#bottom-controls form {
  width: 100%;
}
.send-message button {
    margin-top: 10px;
}

#chat:hover {
    background: #ddd;
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

#chat {
    width: 65px;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 12px;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 1px solid #A8A8A8;
    font-weight: 700;
    cursor: pointer;
    font-family: Arial,sans-serif;
    text-align: center;
    height: 20px;
    line-height: 20px;
    transition: all .4s ease-in-out;
    position: absolute;
    top: 21px;
    left: 69px;
}
#chat:before {
    border-width: 10px 11px 0 0;
    border-color: #A8A8A8 transparent transparent;
    left: -10px;
    bottom: 4px;
    position: absolute;
    border-style: solid;
    content: "";
    transform: rotateY(180deg);
}
#chat:after {
    border-width: 9px 8px 0 0;
    border-color: #fff transparent transparent;
    left: -6px;
    bottom: 4px;
    position: absolute;
    border-style: solid;
    content: "";
    transition: all .4s ease-in-out;
    transform: rotateY(180deg);
}

.animated-chat {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.chat-controls._show {
  margin-top: -20px;
  transform: translateY(0);
  z-index: 999;
  visibility: visible;
  height: 44px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  background: #ffffff;
}
.chat-controls{
    position: fixed;
    display: inline-block;
    background: #929292;
    width: 85%;
    right: 25px;
    top: 57px;
    z-index: 0;
    transform: translateY(-100%);
    visibility: hidden;
    border-radius: 5px;
    padding: 4px;
}
.chat-controls > .controls{
    width: 50%;
    float: right;
}

.reply-container{
  height: 265px;
  overflow:scroll;
  overflow-x: hidden;
  scrollbar-darkshadow-color: #ff5501;
}
.start_message{
    height: 155px;
    border-radius: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    resize: none;
}
.start-chat-container{
  padding: 25px;
}
.login-register-container{
  padding: 10px;
}
.login-register-container > .login-container1{
  padding: 10px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.chat-loading-mask {
    bottom: 0;
    left: 12px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 10001;
    background: rgba(255,255,255,0.5);
}
.chat-loading-mask .chat-loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
.chat_status.online:before {
    background: #1a8a34;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 8px 0 0;
    width: 8px;
}
.chat_status.busy:before {
    background: #D10000;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 8px 0 0;
    width: 8px;
}
.chat_status.offline:before {
    background: #77777A;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 8px 0 0;
    width: 8px;
}

.menu-container{
    right: 7px;
    position: relative;
    padding: 5px;
    text-align: center;
}
.menu-container._expanded{
    background: #e8e8e8;
    border-radius: 50%;
}

.chat-controls .wk_chat_setting {
    padding: 2px;
    font-size: 2rem;
    top: 3px;
    position: relative;
    right: -11px;
    /* float: left;
    position: relative;
    margin-top: 0px;
    padding: 5px;
    font-size: 2rem;
    margin-right: 10px; */
}
.chat-controls .wk_chat_setting > .wk_chat_setting_options{
    font-size: 1.5rem;
}
.chat-controls .wk_control_status {
    font-size: 2.5rem;
    top: 3px;
    float: left;
    position: relative;
    /* margin-top: 10px; */
}

.chat-controls .wk_control_status > .wk_chat_status_options{
    font-size: 1.5rem;
}

.chat-controls .wk_chat_sound {
    font-size: 2.5rem;
    top: 3px;
    float: left;
    position: relative;
    float: left;
    right: 12px;
    width: 24px;
}

.chat-controls .wk_sound_play{
    display: none;
}
.chat-controls .list-group{
    display: none;
}
.chat-controls .list-group-item{
    padding: 5px;
    border: 1px solid #ddd;
    color: #503333;
}
.chat-controls .status_point {
    background-color: #FFFFFF;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
    border-color: #0d5a8f;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 60px;
    top: -8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.load_history {
    margin-top: 0px;
    float: right;
    padding: 5px;
    font-size: 2rem;
    right: 12px;
    position: relative;
}
.load_history > .wk_chat_history_options {
    font-size: 1.5rem;
}
.load_history .wk_chat_history_options {
    margin-top: -20px;
    background-color: #FFFFFF;
    border: 1px solid #0d5a8f;
    position: absolute;
    width: 115px;
    height: auto;
    top: 35px;
    right: -12px;
    z-index: 999;
    -webkit-box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    -moz-box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    border-radius: 7px;
    /* display: none; */
    padding: 5px;
}
.wk_chat_history_options > .status_point{
    width: 11px;
    height: 15px;
    right: 20px;
    top: -8px;
}
/*Setting Pannel*/
.wk_chat_setting .wk_chat_setting_options {
    background-color: #FFFFFF;
    /* border: 1px solid #0d5a8f; */
    position: absolute;
    width: 182px;
    height: auto;
    top: 29px;
    right: -59px;
    z-index: 999;
    padding: 10px;
    -webkit-box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    -moz-box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    border-radius: 7px;
}
.wk_control_status .wk_chat_status_options {
    background-color: #FFFFFF;
    /* border: 1px solid #0d5a8f; */
    position: absolute;
    width: 182px;
    height: auto;
    top: 29px;
    right: -59px;
    z-index: 999;
     display: none;
    padding: 10px;
    -webkit-box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    -moz-box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    box-shadow: -2px 2px 13px 6px rgba(0,0,0,0.48);
    border-radius: 7px;
}
.server-error {
    display: block;
    width: 95%;
    text-align: center;
    padding: 5px;
    border: solid #bc4646;
    border-width: 0.01rem;
    border-radius: 3px;
    background: #ffcaca;
    font-size: 1.1rem;
    z-index: 100;
}
.chat-error{
    display: block;
    width: 85%;
    text-align: center;
    padding: 5px;
    border: solid #bc4646;
    border-width: 0.01rem;
    border-radius: 3px;
    background: #ffcaca;
    font-size: 1.1rem;
    position: fixed;
}
.profile-controls {
    display: inline-block;
    float: left;
}
.chat-controls .actual_status{
    position: absolute;
    top: 22px;
}

.profile-setting-box{
    height: 50%;
    width: 80%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 20%;
    left: 9%;
    z-index: 200;
    border-radius: 4%;
}
.profile-setting-box .image_block{
    width: 60%;
    height: 60%;
    background: white;
    position: absolute;
    top: 10%;
    left: 20%;
    border-radius: 50%;
    cursor: pointer;
}
.profile-setting-box .actions-toolbar{
    position: absolute;
    bottom: 10px;
    left: 35px;
}
.profile_image{
    position: absolute;
    top: 12%;
    left: 25%;
    height: 50%;
    width: 50%;
    opacity: 0;
}
#user-profile-image{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.emoji {
  width: 2em;
  height: 2em;
  display: inline-block;
  margin-bottom: -0.25em;
  background-size: contain;
  cursor: pointer
}
.chat-module .dropup.open > .dropdown-menu{
    display: block;
}
.chat-module .dropup{
    position: absolute;
    bottom: 30px;
    right: 20px;
}
.chat-module .dropup > .emoticons_div {
    background: url(../../frontend/Smartwave/porto/en_US/Webkul_MpBuyerSellerChat/images/sprite.png) -160px -1px no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
.chat-module .dropup .dropdown-menu {
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-right .emoticon_set {
    display: inline-block;
}
.dropdown-menu-right .smiley_pad {
    margin-bottom: 5px;
}
.chat-message-notification {
    position: fixed;
    background: transparent;
    transition: all 500ms ease-out;
    width: 260px;
    height: auto;
    right: 0px;
    top: 50px;
    z-index: 9999;
}
.msg_notification {
    width: 260px;
    height: auto;
    border: 1px solid #989898;
    z-index: 9999;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    /* padding: 10px 18px; */
    position: relative;
    vertical-align: top;
    float: right;
    margin: 5px 20px 5px 45px;
}
.msg_notification::before {
    background-color: #FFFFFF;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
     box-shadow: 2px -2px 2px 0 rgba( 178, 178, 178, .4 );
    right: -9px;
}
.msg_notification .wk_msgLogo {
    width: 20%;
    height: 20%;
    /* background-color: #0D5A8F; */
    padding-top: 20px;
    /* display: block; */
    float: left;
    /* margin: 0; */
    padding-left: 5px;
}
.msg_notification .wk_msgdetails {
    width: 50%;
    height: auto;
    /* background-color: #FFFFFF; */
    float: left;
    display: block;
    padding-top: 15px;
    line-height: 1;
    position: relative;
}
.wk_msgdetails .wk_userName {
    width: 80%;
    color: #2b99ce;
    font-family: opensans;
    font-weight: 400;
    font-size: 14px;
    display: inline;
    padding: 5px;
}

.wk_msgdetails .wk_userMsg {
    width: 100%;
    color: #424242;
    font-family: opensans;
    font-weight: 400;
    font-size: 14px;
    padding: 5px;
    height: 45px;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    display: block;
}

.wk_msgdetails .wk_userLink {
    width: 100%;
    color: #2b99ce;
    font-family: opensans;
    font-weight: 400;
    font-size: 13px;
    display: block;
    padding: 5px;
    float: left;
}
.wk_msgdetails .wk_msgClose{
    position: absolute;
    height: 15px;
    width: 13px;
    right: -60px;
    top: 2px;
    background-repeat: no-repeat;
    color: #000000;
    float: left;
    cursor: pointer;
    overflow: hidden;
}
.chat-message-client p {
    color: #303030;
    font-weight: 600;
    word-break: break-all;
}

.chat-message-client {
    margin: 16px 0;
}

.chat-message-client img {
    border-radius: 50%;
    float: left;
}

.chat-message-client-content {
    margin-left: 56px;
}
.chat-message-client-content img {
    float: none;
    border-radius: 0;
    margin-left: 10px;
/*    width: 100%;
    border-radius: 6px;*/
}
.chat-message-client-content .image-type {
    float: none;
    /*border-radius: 0;*/
    /*margin-left: 10px;*/
    width: 100%;
    border-radius: 6px;
    margin-left: 0px;
}

.chat-error-seller{
    font-size: 1.2rem;
    text-align: center;
    display: block;
    color: #a23f3f;
    padding: 1px;
    background: #ead1d1;
}

.register-text{
    cursor: pointer;
    padding-top: 2px;
}
.register-text:hover{
    color: #0091ca;
}

.disable-layer {
    width: 90%;
    height: 75%;
    position: absolute;
    background: #fff;
    opacity: 0.4;
    z-index: 100;
    bottom: 12%;
}

.file-uploader{
    position: absolute;
    width: 88%;
    /* height: 68%; */
    bottom: 67px;
}
.file-uploader .upload-info{
    bottom: 0;
    left: 15%;
    /* margin: auto; */
    position: absolute;
    /* right: 0; */
    top: 58%;
    z-index: 100;
    font-size: 1.2rem;
}


    /**
 * @category   Webkul
 * @package    Webkul_SocialSignup
 * @author     Webkul Software Private Limited
 * @copyright  Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license    https://store.webkul.com/license.html
 */

.wk_socialsignup_container .wk_social_choice h3{
    margin-left: 7px;
}
.wk_socialsignup_container{
    display: inline-block;
    width: 100%;
}
#socialsignupcont{
    position:fixed;
    top:175px;
    right:0px;
    z-index:999999;
}
.wksocialsignup {
    margin-left: 5px;
    margin-top: -4px;
    cursor: pointer;
    float: left;
    margin-bottom: 5px;
}
.welcome-msg img {
    margin-left: 5px;
}
.wksocialopener{
    background:#3399cc;
    display:inline-block;
    max-height: 30px;
    padding: 4px;
    width: 50px;
    color:#FFFFFF;
    text-decoration:none;
}
.wksocialclose{
    background:#3399cc;
    display:inline-block;
    max-height: 30px;
    padding: 4px;
    width: 50px;
    opacity:.7;
    color:#FFFFFF;
    text-decoration:none;
}
.wksocialclose:focus,.wksocialopener:focus{
    outline:none;
    color:#FFF;
}
.wksocialclose:hover,.wksocialopener:hover{
    outline:none;
    color:#FFF;
    text-decoration: none;
}

.wksocialsignup .googlelogin-img {
  border: 1px solid #4584f4;
  width: 32px;
  height: 25px;
  text-align: center;
  padding-top: 9px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  float:left;
}

.wksocialsignup .googlelogin-img img{
  width:18px;
}

.wksocialsignup .googlelogin-text {
  background-color: #4584f4;
  width: 80px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  color: white;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  line-height: 33px;
  font-weight: 600;
  float:right;
}

.wksocialsignup span {
  clear: both;
  display: inline-block;
}

.wksocialsignup img{
    max-height: 38px;
    min-width: 114px;
}/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Pos
 * @author    Webkul
 * @copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
 html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.custom-grand-validation-advice, .custom-validation-advice {
    color:red;
}

.custom-grand-validation-success, .custom-validation-success {
    color:green;
}
body{
    margin: 0;
    font-family: Roboto-Regular;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
header, .modals-wrapper{
    display:none;
}
a:focus{
    outline: thin dotted;
}
a:active, a:hover{
    outline: 0;
}
h1{
    font-size: 2em;
}
b, strong{
    font-weight: bold;
}
img{
    border: 0;
}
button, input, select, textarea{
    margin: 0;
    font-size: 100%;
    font-family: inherit;
}
select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
button, input{
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled], input[disabled]{
    cursor: default;
}
input[type="checkbox"], input[type="radio"]{
    padding: 0;
    box-sizing: border-box;
}
input[type="search"]{
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner{
    border: 0;
    padding: 0;
}
textarea{
    overflow: auto;
    vertical-align: top;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
*, *:before, *:after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    color: #000000;
    line-height: 1;
    background: #FFFFFF;
}
html, body, img, fieldset{
    border: 0;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
}
th{
    text-align: left;
    font-weight: normal;
    font-style: normal;
}
fieldset{
    margin: 0;
    border: 0;
    padding: 0;
}
img{
    display: block;
}
ol, ul{
    list-style: none;
}
input:focus, input[type="search"]:focus{
    outline: none;
    outline-offset: -2px;
}
input[type="search"]{
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
@-ms-viewport{
    width: device-width;
}
@-o-viewport{
    width: device-width;
}
@viewport{
    width: device-width;
}
a, button{
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}
body, button, input, select, table, textarea{
    color: #636363;
    font-size: 14px;
    line-height: 1.5;
}
a{
    color: #3399cc;
    text-decoration: none;
}
a:hover{
    color: #2e8ab8;
    text-decoration: underline;
}
a:focus{
    color: #143d52;
    outline-color: #3091c2;
}
ol, ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, .h1{
    margin: 0;
    font-size: 28px;
    color: #3399cc;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
    margin-bottom: 0.7em;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
h2, .h2{
    margin: 0;
    font-size: 24px;
    color: #636363;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
h3, .h3{
    margin: 0;
    font-size: 18px;
    color: #636363;
    font-weight: 400;
    line-height: 1.4;
    font-style: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-rendering: optimizeSpeed;
}
h4, .h4{
    margin: 0;
    font-size: 14px;
    color: #636363;
    line-height: 1.4;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-rendering: optimizeSpeed;
}
h5, .h5{
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #636363;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-rendering: optimizeSpeed;
}
h6, .h6{
    margin: 0;
    font-size: 12px;
    color: #636363;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5px;
    font-style: normal;
    text-transform: uppercase;
    text-rendering: optimizeSpeed;
}
@font-face{
    font-family: "Roboto-Bold";
    src: url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/fonts/Roboto-Bold.ttf) format("truetype");
}
@font-face{
    font-family: "Roboto-Regular";
    src: url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face{
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/fonts/MaterialIcons-Regular.eot);
    src: url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/fonts/MaterialIcons-Regular.woff) format("woff"), url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/fonts/MaterialIcons-Regular.svg) format("svg"), url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons{
    line-height: 1;
    direction: ltr;
    font-size: 24px;
    word-wrap: normal;
    user-select: none;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    text-transform: none;
    display: inline-block;
    -ms-user-select: none;
    letter-spacing: normal;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    font-feature-settings: "liga";
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Material Icons" !important;
}
.wrapper::after{
    clear: both;
    content: "";
    display: table;
}
.wrapper{
    width: 100%;
    display: none;
    height: 100vh;
    margin: 0 auto;
    min-width: 320px;
    background-color: #FFFFFF;
}
.catalog-column{
    width: 70%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #e5e5e5;
}
.cart-column{
    width: 30%;
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
}
.header-toolbar{
    height: 50px;
    z-index: 100;
    position: relative;
    background-color: #444444;
    box-shadow: 1px -3px 8px #000000;
}
.sibling-container{
    float: left;
}
.catalog-container{
    width: 100%;
    height: 100%;
    padding-top: 50px;
    position: relative;
    transform: translateY(-50px);
}
.hidden{
    display: none !important;
}
.full-height-container{
    max-height: 100% !important;
}
.sub-category-container{
    overflow: auto;
    min-height: 68px;
    max-height: 136px;
}
.sub-category-row{
    width: 100%;
    display: flex;
    padding: 0 10px;
}
.sub-category-item{
    margin: 5px;
    flex-grow: 1;
    flex-basis: 0;
    padding: 15px;
    cursor: pointer;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    user-select: none;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    text-transform: capitalize;
    background-color: #5ad6de;
    border: 1px solid #22bccb;
    -webkit-touch-callout: none;
}
.hidden-sub-category-item{
    opacity: 0;
    cursor: auto;
}
.back-sub-category-icon{
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    color: #ffffff;
    font-weight: bold;
    line-height: 230%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    background-color: #5ad6de;
}
.back-sub-category-button{
    color: #5ad6de;
    position: relative;
    background-color: #ffffff;
}
.back-sub-category-label{
    width: 70%;
    float: right;
    display: block;
}
.selected-category{
    background-color: #1FAEBB;
    box-shadow: 0 0 9px #96c1c5;
}
.product-container{
    width: 100%;
    height: 100vh;
    overflow: auto;
}
.product-item-row{
    width: 100%;
    display: flex;
    padding: 0 10px;
}
.product-item{
    flex-grow: 1;
    margin: 10px;
    flex-basis: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 25px #e5e5e5;
}
.product-item-image-container{
    position: relative;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px #e5e5e5;
}
.product-item-image{
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.product-item-sku{
    top: 10px;
    right: 2px;
    padding: 4px;
    display: none;
    color: #ffffff;
    position: absolute;
    border-radius: 2px;
    background-color: #e53935;
}
.product-item-description-container{
    padding: 10px 5px;
}
.product-item-name{
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #4f4f4f;
    max-height: 45px;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
}
.hidden-product-item{
    opacity: 0;
    cursor: auto;
}
.cart-container{
    width: 100%;
    height: 100%;
    padding-top: 50px;
    position: relative;
    transform: translateY(-50px);
}
.top-menu-item{
    float: left;
    padding: 12px 15px;
}
.top-menu-item i{
    cursor: pointer;
    color: #FFFFFF;
    vertical-align: sub;
}
.drawer-menu-icon-container{
    padding: 9px 20px;
}
.drawer-menu-icon-container i{
    padding: 2px;
    color: #FFFFFF;
    border: 2px solid;
    border-radius: 16px;
}
.category-icon-container span{
    font-size: 17px;
    color: #FFFFFF;
    vertical-align: top;
    font-family: Roboto-Bold;
}
.network-signal-icon-container{
    float: right;
}
.network-off-signal{
    color: #999999 !important;
}
.network-on-signal{
    color: #7fac4a!important;
}
.hide-signal{
    display: none;
}
.search-container-parent{
    width: 40%;
    float: right;
    padding: 7px 20px;
}
.search-container-parent i{
    cursor: auto;
    background-color: #616161;
}
.search-container{
    width: 100%;
    height: 37px;
    display: flex;
    padding: 6px 10px;
    position: relative;
    border-radius: 17px;
    background-color: #616161;
}
.search-field{
    flex-grow: 1;
    width: 100%;
    color: #ffffff;
    border: medium none;
    padding: 0 20px 0px 5px;
    background-color: #616161;
}
.search-field, .instantcart-input, .checkout-message-input-field, .checkout-totals-payment-input-field:focus{
    outline-width: 0;
}
.clear-search-field{
    top: 6px;
    right: 5px;
    width: 16px;
    height: 25px;
    cursor: pointer;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
    position: absolute;
    text-align: center;
    background-color: #616161;
}
.cart-icon-container{
    float: right;
    position: relative;
}
.cart-icon-container i{
    cursor: default;
}
.sync-data-icon-container, .hold-cart-icon-container, .fullscreen-icon-container, .cart-icon-container{
    float: right;
    right: 20px;
    position: relative;
}
.hold-cart-icon-container span{
    cursor: pointer;
}
.cart-heading{
    font-size: 18px;
    color: #ffffff;
    font-family: Roboto-Bold;
}
.offline-order-count{
    cursor: pointer;
}
.cart-count, .offline-order-count, .hold-cart-count{
    top: 5px;
    left: 30px;
    height: 20px;
    padding: 4px;
    display: none;
    color: #ffffff;
    line-height: 12px;
    position: absolute;
    border-radius: 10px;
    font-family: sans-serif;
    background-color: #fe3b37;
}
.drawer-menu-container{
    width: 300px;
    left: -300px;
    z-index: 102;
    height: 100vh;
    overflow: auto;
    position: absolute;
    background-color: #444444;
    box-shadow: 0 0 10px #303030;
}
.user-logout-button{
    right: 0;
    padding: 10px;
    cursor: pointer;
    color: #999999;
    position: absolute;
}
.cashier-profile-image{
    width: 100px;
    margin: 10px auto;
    border-radius: 54px;
    border: 2px solid #ffffff;
}
.cashier-label{
    display: block;
    color: #ffffff;
    padding: 0 0 0 10px;
}
.cashier-name{
    display: block;
    font-size: 20px;
    color: #ffffff;
    padding: 0 0 0 10px;
    font-family: Roboto-Bold;
}
.login-overlay{
    width: 100%;
    display: none;
    height: 100vh;
    overflow: auto;
    background: url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/images/bg.png);
}
.login-form-container{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.login-form-row{
    display: block;
    color: #ffffff;
}
.login-form-heading{
    font-size: 55px;
    line-height: 55px;
    text-align: center;
    letter-spacing: 5px;
    font-family: Roboto-Bold;
    text-transform: capitalize;
}
.login-form-username-field-container{
    margin: 10px 0;
}
.login-form-username-field-container input{
    width: 100%;
    height: 45px;
    font-size: 18px;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ffffff;
}
.login-form-password-field-container{
    margin: 10px 0;
}
.login-form-password-field-container input{
    width: 100%;
    height: 45px;
    font-size: 18px;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ffffff;
}
.signin-btn{
    float: right;
    width: 150px;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: Roboto-Bold;
    text-transform: capitalize;
    background-color: #01a1b1;
    border: 1px solid #01a1b1;
    box-shadow: 0 0 10px #282727;
}
.error-in-field{
    border-color: #bb6262 !important;
    box-shadow: 0 0 15px #d25555 inset;
}
.error-message{
    color: #f78181;
    padding-left: 10px;
}
.overlay-to-activate-close{
    width: 100%;
    z-index: 101;
    display: none;
    height: 100vh;
    position: absolute;
    background-color: rgba(222, 222, 222, 0.34);
}
.drawer-menu-item{
    cursor: pointer;
    padding: 15px 10px 10px 20px;
}
.drawer-menu-item-icon{
    color: #ffffff;
    vertical-align: middle;
}
.drawer-menu-item-label{
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
    vertical-align: middle;
}
.profile-data-container{
    margin-bottom: 10px;
}
.drawer-menu-item:hover{
    background-color: #0097A8;
}
.category-icon-container{
    cursor: pointer;
    position: relative;
}
.category-item{
    clear: both;
    display: block;
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
    padding: 5px 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #595959;
}
.category-floating-container{
    top: 50px;
    left: 200px;
    width: 150px;
    z-index: 101;
    padding: 10px 0;
    position: absolute;
    border-radius: 10px;
    background-color: #444444;
    box-shadow: -1px -13px 25px #545454;
}
.pointing-arrow{
    top: -23px;
    font-size: 40px;
    position: absolute;
    color: #444444 !important;
}
.last-category-item{
    border: none;
}
.category-item:hover{
    background-color: #0097A8;
}
.empty-product-list, .empty-cart-list{
    width: 100%;
    height: 100%;
    position: relative;
}
.empty-product-list div, .empty-cart-list div{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.empty-product-list-message, .empty-cart-message{
    padding: 10px;
    display: block;
    font-size: 20px;
    color: #5d5c5c;
    font-weight: bold;
    text-align: center;
}
.empty-cart-list label{
    width: 192px;
}
.price-info{
    width: 25%;
    float: right;
    font-weight: bold;
    text-align: right;
}
.modal-box-overlay{
    top: 50px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
}
.option_modal_box{
    top: 0;
    left: 50%;
    width: 500px;
    outline: 0 none;
    position: absolute;
    background-color: #ffffff;
    background-clip: padding-box;
    transform: translate(-50%, 0px);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.option-modal-box-header{
    font-size: 20px;
    color: #514e4e;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-title{
    width: 75%;
    display: inline-block;
}
.option_modal_box_content, .order_modal_box_content{
    width: 100%;
    padding: 15px;
    overflow: auto;
    position: relative;
}
.option-modal-box-footer{
    width: 100%;
    bottom: -50px;
    position: absolute;
    border-top: 1px solid #e5e5e5;
}
.modal-action-button:focus, .modal-action-button:active{
    outline: 0;
    box-shadow: none;
    background-image: none;
    -webkit-box-shadow: none;
}
.modal-action-button{
    width: 50%;
    float: right;
    height: 50px;
    border: 0 none;
    font-size: 17px;
    color: #ffffff;
    border-radius: 0 0 6px;
    text-transform: uppercase;
    background-color: #0097a8;
}
.modal-action-button:hover{
    background-color: #008596;
}
.modal-cancel-button{
    width: 50%;
    height: 50px;
    border: 0 none;
    font-size: 17px;
    color: #0097a8;
    display: inline-block;
    border-radius: 0 0 0 6px;
    text-transform: uppercase;
    background-color: #ffffff;
}
.modal-cancel-button:hover{
    background-color: #e2e2e2;
}
.cart-item-container{
    width: 100%;
    height: 270px;
    overflow: auto;
    background-color: #ffffff;
}
.cart-item{
    width: 100%;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    border-bottom: 1px solid #eeeeee;
}
.cart-item label{
    padding: 2px;
    display: block;
}
.cart-item td:first-child{
    padding-left: 5px;
}
.cart-item-custom-discount{
    color: #007500;
    margin-left: 5px;
}
.orderdetail-item{
    padding: 5px 10px;
    user-select: none;
    position: relative;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    border-bottom: 1px solid #eeeeee;
}
.movable-item:hover, .cart-item:hover{
    background-color: #E4F2FD;
}
.cart-item:hover .movable-item{
    background-color: #E4F2FD;
}
.cart-table .cart-item-selected{
    background-color: #E4F2FD;
}
.cart-item-selected .movable-item{
    background-color: #E4F2FD;
}
.cart-item *{
    cursor: pointer;
}
.cart-item-row{
    line-height: 20px;
}
.cart-item-left-column{
    width: 80%;
    vertical-align: top;
    display: inline-block;
}
.orderDetail-item-left-column{
    vertical-align: top;
}
.orderDetail-item-left-column img{
    width: 50px;
    float: right;
}
.cart-item-middle-column{
    font-size: 13px;
    text-align: center;
    vertical-align: top;
}
.cart-item-product-name, .cart-item-product-qty{
    display: block;
    font-size: 15px;
    color: #474444;
}
.cart-item-product-sku, .cart-item-product-price{
    display: block;
    font-size: 10px;
    color: #909090;
}
.cart-item-right-column{
    width: 20%;
    float: right;
    text-align: right;
    vertical-align: top;
    display: inline-flex;
}
.orderDetail-item-right-column{
    text-align: right;
    vertical-align: top;
}
.orderDetail-item-right-column label{
    width: 100%;
}
.cart-item-price-container{
    color: #474444;
    text-align: left;
    padding-right: 5px;
    padding-bottom: 3px;
    vertical-align: bottom;
}
.cart-item-price{
    text-align: right
}
.cart-item-sub-price{
    font-size: 12px;
    color: #858181;
}
.cart-item-product-description{
    font-size: 12px;
    color: #858181;
}
.cart-item-product-discount-description{
    font-size: 12px;
    color: #858181;
}
.cart-totals-container{
    width: 100%;
    z-index: 999;
    bottom: 50px;
    height: 112px;
    padding-top: 5px;
    position: absolute;
    background-color: #eeeeee;
}
.cart-totals-row{
    width: 100%;
    font-size: 14px;
    color: #4b4b4b;
}
.cart-totals-left-column{
    width: 65%;
    text-align: right;
    padding-right: 5px;
    display: inline-block;
}
.cart-totals-right-column{
    width: 35%;
    float: right;
    text-align: right;
    padding-right: 10px;
}
.grandtotal-row{
    font-size: 20px;
    color: #3e3d3d;
    text-transform: uppercase;
}
.numeric-keypad{
    right: 0;
    bottom: 50px;
    padding: 5px;
    z-index: 101;
    position: absolute;
    background-color: #cfd8dd;
}
.numeric-keypad-screen{
    height: 50px;
    max-width: 222px;
    border-radius: 5px;
    margin: 3px 3px 5px;
    background-color: #ffffff;
    border: 1px solid #90a4ae;
}
.numeric-keypad-button-row{
    display: flex;
}
.numeric-keypad-button{
    margin: 3px;
    width: 70px;
    height: 60px;
    font-size: 20px;
    color: #000000;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #90a4ae;
}
.key-done{
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    background-color: #00e777;
}
.numeric-keypad-screen label{
    width: 100%;
    height: 100%;
    padding: 10px;
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
}
.movable-item{
    width: 87%;
    z-index: 99;
    position: relative;
    background-color: #ffffff;
}
.remove-item-button{
    text-align: center;
    background: #d01818;
}
.remove-item-button i{
    color: #fff;
    cursor: pointer;
}
.cart-table{
    width: 100%;
    margin-bottom: 12px;
}
.customer-section{
    right: 0;
    bottom: 50px;
    width: 300px;
    position: absolute;
    background-color: #cfd8dd;
}
.new-customer-button-container{
    top: 0;
    left: -54px;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    border-radius: 5px 0 0 5px;
    background-color: #ff9801;
}
.new-customer-button-container i{
    padding: 5px;
    color: #ff9801;
    border-radius: 16px;
    background-color: #ffffff;
}
.customer-search-container{
    padding: 10px;
}
.customer-search-box{
    height: 35px;
    padding: 5px;
    width: 240px;
    position: relative;
    border-radius: 20px;
    background-color: #ffffff;
}
.customer-search-input{
    width: 95%;
    height: 100%;
    padding: 0 10px;
    border: medium none;
}
.customer-search-input:focus{
    outline-width: 0;
}
.customer-search-icon{
    right: 5px;
    position: absolute;
    background-color: #ffffff;
}
.customer-list-container{
    height: 300px;
    overflow: auto;
    padding: 0 10px 10px
}
.customer-item{
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    background-color: #ffffff;
}
.customer-item-row label{
    width: 100%;
    display: block;
    cursor: pointer;
}
.customer-item-name{
    color: #6f6f6f;
}
.customer-item-location{
    font-size: 12px;
    color: #676565;
}
.customer-item-mail{
    font-size: 12px;
    color: #676565;
}
.customer-item-mobile{
    font-size: 12px;
    color: #676565;
}
.cash-drawer-overlay{
    width: 100%;
    height: 100%;
    z-index: 101;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
}
.instantcart-overlay, .custom-discount-overlay, .custom-grand-discount-overlay{
    top: 50px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
}
.instantcart-transparent-container, .cash-drawer-transparent-container, .custom-discount-transparent-container{
    top: 40%;
    left: 50%;
    width: 400px;
    position: absolute;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
}
.instantcart-content-container, .cash-drawer-content-container{
    padding: 20px;
}
.instantcart-action-title, .cash-drawer-action-title{
    top: -1px;
    padding: 20px;
    display: block;
    font-size: 20px;
    text-align: left;
    color: #ffffff;
    position: relative;
    background-color: #353535;
}
.instantcart-input, .cash-drawer-input{
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 10px;
    text-align: left;
    border-bottom: 1px solid #c2c2c2;
}
.instantcart-button-container, .cash-drawer-close-button-container{
    text-align: right;
    padding: 0 20px 20px 20px;
}
.instantcart-close-button, .cash-drawer-close-button{
    border: none;
    color: #f7645b;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #FFFFFF;
}
.instantcart-done-button{
    border: none;
    color: #369C8F;
    font-weight: bold;
    margin-right: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #FFFFFF;
}
.active-cart-button{
    box-shadow: 0 0 7px #333333;
}
.selected-customer{
    background-color: #ff8f6d;
}
.selected-customer *{
    color: #FFFFFF;
}
.option-label, .option-label-required{
    font-size: 15px;
    margin: 0 0 8px;
    color: #333333;
    display: inline-block;
}
.bundle-radio-checkbox-container .label{
    display: block;
    margin-left: 28px;
    line-height: 24px;
}
.option-label-required::after{
    content: " *";
    font-size: 18px;
    color: #ee534f;
    font-weight: normal;
}
.super-attribute-select, .bundle-option-select, .custom-option-dropdown-type{
    width: 100%;
    height: 40px;
    padding: 5px;
    color: #008596;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.4) inset;
    background: #ffffff url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/images/drop-down-arrow.png) no-repeat scroll 97% 12px;
}
.product-options dd{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}
.super-attribute-select[disabled]{
    color: #929191;
    background-color: #eaeaea;
}
dd.last{
    border: none;
}
.qty-holder .qty{
    width: 40px;
    height: 35px;
    padding: 5px;
    margin: 0 5px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ddd7d7;
}
.qty-holder{
    margin-top: 10px;
}
.qty-holder label{
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.qty-holder i{
    right: 2px;
    margin: 2px;
    cursor: pointer;
    vertical-align: middle;
}
.notification-message-container{
    width: 100%;
    top: -1000px;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 10px;
}
.notification-message-container i{
    font-size: 35px;
    color: #FFFFFF;
    vertical-align: middle;
}
.notification-message{
    font-size: 18px;
    color: #ffffff;
    margin-left: 5px;
}
.error-msg{
    background-color: #EE534F;
    box-shadow: 0px 5px 22px #d4998f;
}
.success-msg{
    background-color: #4CB050;
    box-shadow: 0px 5px 22px #a0c18f;
}
.notice-msg{
    background-color: #F9A825;
    box-shadow: 0px 5px 22px #b9b88a;
}
.info-msg{
    background-color: #2196F3;
}
.modal-snack-bar{
    width: 100%;
    height: 40px;
    padding: 10px;
    bottom: -50px;
    font-size: 15px;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    border-radius: 0 0 6px 6px;
    background-color: #ee534f;
    box-shadow: 0 -1px 8px #636262;
}
.grouped-item{
    font-family: Roboto-Regular;
}
.grouped-item-heading-container{
    padding: 10px;
    background-color: #e0e0e0;
}
.grouped-item-heading{
    font-size: 15px;
}
.grouped-item-body-container{
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
}
.grouped-item-image-container{
    width: 20%;
    padding: 10px;
    display: inline-table;
    border-right: 1px solid #e0e0e0;
}
.grouped-item-image-container .thumbnail{
    width: 100%;
}
.grouped-item-content-container{
    float: right;
    width: 80%;
}
.grouped-item-price-container{
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.grouped-item-qty-container{
    padding: 7px 0 0 10px;
}
.grouped-item-qty-container i{
    margin: 3px;
    cursor: pointer;
    vertical-align: middle;
}
.grouped-item-qty-container input{
    width: 40px;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}
.grouped-item-qty-container label{
    margin-right: 10px;
}
.downloadable-row{
    padding: 10px;
    cursor: pointer;
    margin-bottom: 2px;
    background-color: #e2e2e2;
}
.downloadable-inner-row{
    clear: both;
}
.downloadable-link-main-title{
    padding: 3px;
    display: block;
    font-size: 18px;
    color: #333232;
}
.option-checkbox, .option-radio{
    float: left;
    cursor: pointer;
}
.downloadable-link-title{
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 25px;
    padding-left: 33px;
}
.downloadable-price{
    display: block;
    color: #1f1d1d;
    padding-left: 33px;
}
.selected-checkbox, .selected-radio{
    color: #32CCE0;
}
.custom-option-field-type{
    width: 100%;
    height: 40px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.4) inset;
}
.custom-option-area-type{
    width: 100%;
    padding: 5px;
    resize: none;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.4) inset;
}
.custom-option-multiple-type{
    width: 100%;
    padding: 5px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.4) inset;
}
.custom-option-price{
    margin-left: 10px;
}
.custom-option-day-n-time{
    width: 60px;
    height: 40px;
    padding: 5px;
    margin: 0 2px;
    color: #008596;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.4) inset;
    background: #ffffff url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/images/drop-down-arrow.png) no-repeat scroll 40px 12px;
}
.custom-option_inner-label{
    margin-left: 5px;
}
.validation-advice{
    clear: both;
    margin-top: 6px;
    color: #ee534f;
}
.bundle-radio-checkbox-container{
    clear: both;
    margin-bottom: 5px;
}
.new-customer-section{
    top: 0;
    width: 100%;
    z-index: 1001;
    height: 100vh;
    position: absolute;
    background-color: #ffffff;
}
.modal-heading-container{
    z-index: 9;
    height: 50px;
    padding: 0 20px;
    position: relative;
    background-color: #353535;
    /* border-bottom: 1px solid #cccccc; */
}
.modal-heading{
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-transform: capitalize;
    color: #ffffff;
}
.close-customer-form-icon, .close-discount-form-icon,.close-grand-discount-form-icon{
    top: 13px;
    right: 15px;
    cursor: pointer;
    position: absolute;
    color: #fff;
}
.new-customer-form{
    height: 100%;
    overflow: auto;
    padding-top: 50px;
    position: relative;
    transform: translateY(-50px);
}
.new-customer-form-row{
    padding: 10px 0;
}
.new-customer-sibling-column{
    width: 49.5556%;
    vertical-align: top;
    display: inline-block;
}
.new-customer-sibling-column .validation-advice{
    margin-left: 30px;
}
.new-customer-field-label{
    width: 90%;
    display: block;
    color: #807b7b;
    margin: 5px auto;
}
.new-customer-field-label em{
    font-size: 16px;
    color: #ff4141;
    padding-left: 3px;
    position: absolute;
}
.new-customer-field-select{
    width: 90%;
    height: 40px;
    padding: 5px;
    display: block;
    margin: 0 auto;
    color: #008596;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.4) inset;
    background: #ffffff url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/images/drop-down-arrow.png) no-repeat scroll 97% 12px;
}
.new-customer-field-input{
    width: 90%;
    height: 40px;
    padding: 5px;
    display: block;
    margin: 0 auto;
    color: #008596;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
}
.apply-custom-discount-button, .apply-custom-grand-discount-button {
    width: 25%;
    padding: 10px;
    border: 0 none;
    display: block;
    color: #ffffff;
    margin: 10px 13px;
    text-transform: uppercase;
    background-color: #0097a8;
    font-weight: 700;
    float: right;
}
.save-customer-button {
    width: 40%;
    padding: 19px;
    border: 0 none;
    display: block;
    font-size: 20px;
    color: #ffffff;
    margin: 18px auto;
    text-transform: uppercase;
    background-color: #0097a8;
}
.checkout-main-container{
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: absolute;
    background-color: #ffffff;
}
.checkout-heading-container{
    z-index: 9;
    height: 50px;
    position: relative;
    background-color: #444444;
}
.checkout-heading-label{
    height: 50px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    color: #ffffff;
    line-height: 50px;
    padding-left: 15px;
}
.checkout-content-container{
    height: 100%;
    overflow: auto;
    padding-top: 50px;
    position: relative;
    background-color: #e5e5e5;
    transform: translateY(-50px);
}
.checkout-customer-section{
    width: 85%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
}
.checkout-customer-name{
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
}
.checkout-cusotmer-icon{
    float: right;
    font-size: 35px;
    vertical-align: top;
}
.checkout-footer{
    bottom: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}
.checkout-placeorder-button{
    float: right;
    color: #FFFFFF;
    background-color: #0097A8;
}
.checkout-footer button{
    width: 50%;
    padding: 20px;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #e2e2e2;
}
.checkout-address-section{
    width: 85%;
    margin: 30px auto;
    border-radius: 5px;
    position: relative;
    background-color: #ffffff;
}
.checkout-address-header-container{
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}
.checkout-address-heading{
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
}
.checkout-address-content-container{
    padding: 10px;
}
.checkout-address-header-container i{
    float: right;
    margin: 0 10px;
    cursor: pointer;
    font-size: 30px;
    border-radius: 5px;
}
.checkout-address-details{
    display: block;
    font-size: 16px;
}
.checkout-customer-address-list-container{
    top: 0;
    right: 0;
    z-index: 1;
    width: 250px;
    height: 300px;
    border-radius: 5px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 0 10px #aaaaaa;
}
.checkout-customer-noaddress{
    display: block;
    font-size: 16px;
    padding: 10px 0;
    color: #ee534f;
    text-align: center;
    text-transform: capitalize;
}
.checkout-customer-address-list-container-header{
    height: 45px;
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.checkout-customer-address-list-customername{
    height: 25px;
    width: 203px;
    display: block;
    font-size: 20px;
    overflow: hidden;
    line-height: 25px;
}
.checkout-customer-address-list-close-icon{
    top: 10px;
    right: 10px;
    cursor: pointer;
    position: absolute;
    background-color: #ffffff;
}
.checkout-customer-address-list{
    width: 100%;
    height: 206px;
    overflow: auto;
}
.checkout-customer-address-item{
    cursor: pointer;
    padding: 5px 10px;
    position: relative;
}
.checkout-customer-address-item-radio{
    float: left;
    color: #0097a8;
    vertical-align: top;
}
.checkout-customer-address-item-address{
    display: block;
    cursor: pointer;
    line-height: 25px;
    padding-left: 30px;
}
.checkout-customer-address-button-container{
    bottom: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #e2e2e2;
}
.checkout-customer-address-new-button{
    color: #0097a8;
    background-color: #ffffff;
}
.checkout-customer-address-done-button{
    color: #ffffff;
    background-color: #0097a8;
}
.checkout-customer-address-button-container button{
    width: 50%;
    float: left;
    height: 100%;
    border: 0 none;
    font-size: 17px;
}
.checkout-payment-section{
    width: 85%;
    margin: 30px auto;
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
}
.checkout-payment-section-header{
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.checkout-payment-section-heading{
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
}
.checkout-payment-section-content{
    padding: 10px;
}
.checkout-payment-item{
    width: 100%;
    cursor: pointer;
    padding: 5px 0px;
}
.checkout-payment-item-radio{
    float: left;
    color: #0097a8;
}
.checkout-payment-item-label{
    cursor: pointer;
    font-size: 17px;
    padding: 0px 15px;
    display: inline-block;
    vertical-align: super;
}
.checkout-totals-section{
    width: 85%;
    margin: 30px auto;
    border-radius: 5px;
    position: relative;
    background-color: #ffffff;
}
.checkout-totals-section-header{
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.checkout-totals-section-heading{
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
}
.checkout-totals-content-section{
    padding: 10px;
}
.checkout-totals-payment-input-field{
    width: 30%;
    height: 40px;
    padding: 10px;
    text-align: right;
    border-radius: 21px;
    border: 1px solid #e2e2e2;
}
.checkout-totals-remaining-payment{
    float: right;
    font-size: 20px;
    color: #ee534f;
    margin-right: 20px;
}
.checkout-totals-remaining-paymen-label{
    float: right;
    font-size: 20px;
    padding-right: 15px;
}
.cash-error{
    background-color: #f8e3e3;
}
.checkout-totals-payable-amount{
    float: right;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
}
.fill-current-location{
    top: 13px;
    right: 60px;
    cursor: pointer;
    position: absolute;
    color: #fff;
}
.order-history-container, .cash-drawer-container{
    width: 100%;
    z-index: 100;
    height: 100vh;
    position: absolute;
    background-color: #ffffff;
}
.order-history-header, .cash-drawer-header{
    z-index: 9;
    height: 50px;
    position: relative;
    background-color: #444444;
}
.order-history-left-container, .cash-drawer-left-container{
    width: 30%;
    height: 100%;
    padding-top: 50px;
    position: absolute;
    transform: translateY(-50px);
    box-shadow: 0 0 10px #b8b8b8;
}
.order-history-right-container, .cash-drawer-right-container{
    left: 30%;
    width: 70%;
    height: 100%;
    padding-top: 50px;
    position: absolute;
    transform: translateY(-50px);
}
.order-details-container{
    width: 60%;
    float: left;
    height: 100%;
    border-right: 1px solid #e1e1e1;
}
.order-action-container{
    width: 40%;
    float: left;
    height: 100%;
    position: relative;
}
.order-history-heading, .cash-drawer-heading{
    height: 50px;
    display: block;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}
.order-history-close, .cash-drawer-close{
    top: 12px;
    right: 15px;
    cursor: pointer;
    color: #FFFFFF;
    position: absolute;
}
.cash-drawer-print{
    top: 12px;
    right: 80px;
    cursor: pointer;
    color: #FFFFFF;
    position: absolute;
}
.order-item{
    cursor: pointer;
    border-left: 20px solid #FFFFFF;
    border-bottom: 1px solid #e2e2e2;
}
.order-item:hover{
    background-color: #0097A8;
    border-left: 20px solid #0097A8;
    border-bottom: 1px solid #0097A8;
}
.order-item:hover label{
    color: #FFFFFF;
}
.order-item-id{
    display: block;
    cursor: pointer;
    font-size: 17px;
    color: #3d3d3d;
}
.order-item-status{
    color: #cfcfcf;
}
.order-item td:first-child{
    padding-left: 5px;
}
.order-item td:last-child{
    padding-right: 10px;
}
.order-status{
    display: block;
    font-size: 12px;
    padding-top: 5px;
    text-align: right;
    text-transform: capitalize;
}
.order-item-date{
    display: block;
    font-size: 12px;
    padding-top: 4px;
}
.order-item-total{
    display: block;
    cursor: pointer;
    font-size: 17px;
    color: #3d3d3d;
    text-align: right;
}
.order-item-selected{
    background-color: #0097A8;
    border-left: 20px solid #0097A8;
    border-bottom: 1px solid #0097A8;
}
.order-item-selected label{
    color: #FFFFFF;
}
.no-order-warning{
    padding: 10px;
    display: block;
    font-size: 20px;
    color: #ee534f;
    text-align: center;
}
.no-order-warning td{
    display: block;
}
@keyframes cp-skeleton-animate{
    0%{
        transform: rotate(0);
        opacity: 1
    }
    50%{
        opacity: .7
    }
    100%{
        transform: rotate(360deg);
        opacity: 1
    }
}
.rotate{
    animation: 1s linear 0s normal none infinite running cp-skeleton-animate;
}
.checkout-heading-container .status-btn-container{
    top: 0;
    right: 0;
    position: absolute;
}
.invoice-container{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    padding: 50px 30px 30px;
    background-color: #e5e5e5;
    transform: translateY(-50px);
}
.invoice-main-wrapper{
    width: 430px;
    padding: 10px;
    font-size: 13px;
    color: #858585;
    margin: 16px auto;
    border-radius: 5px;
    font-family: Verdana;
    background-color: #FFFFFF;
    border: 1px solid #bfbfbf;
}
.invoice-header{
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.invoice-row{
    padding: 2px;
}
.invoice-order-id-label{
    float: right;
}
.invoice-title{
    width: 20%;
    display: inline-block;
}
.invoice-value{
    width: 80%;
    float: right;
    text-align: right;
}
.invoice-cashier-details{
    width:100%;
    padding-top: 10px;
    text-transform: uppercase;
}
.invoice-content{
    padding: 10px 0;
}
.invoice-footer{
    width: 400px;
    margin-top: 20px;
    padding-top: 10px;
    position: relative;
    border-top: 1px solid #e2e2e2;
}
.invoice-item{
    vertical-align: top;
}
.invoice-item-name{
    text-align: left;
}
.invoice-item-qty{
    text-align: center;
}
.invoice-item-amount{
    text-align: right;
}
.invoice-table{
    width: 100%;
}
.invoice-table-td{
    padding: 2px 5px;
}
.invoice-item-amount span{
    display: block;
}
.invoice-discount{
    color: #007500;
    font-size: 10px;
}
.invoice-logo{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.invoice-totals-container{
    width: 400px;
    margin-top: 15px;
    padding-top: 10px;
    position: relative;
    border-top: 2px dashed;
}
.invoice-totals-name{
    width: 70%;
    display: inline-block;
}
.invoice-totals-amount{
    width: 30%;
    float: right;
    text-align: right;
}
.invoice-grand-total{
    font-size: 15px;
    color: #434343;
    font-weight: bold;
    padding-top: 10px;
}
.invoice-print-button-container{
    width: 455px;
    padding: 15px;
    cursor: pointer;
    margin: 20px auto;
    border-radius: 5px;
    position: relative;
    background-color: #0097a8;
}
.invoice-print-button-icon{
    left: 90px;
    color: #ffffff;
    font-size: 40px;
    position: absolute;
}
.invoice-print-button-label{
    display: block;
    cursor: pointer;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
}
.next-order-btn-container{
    top: 0;
    right: 65px;
    float: right;
    cursor: pointer;
    padding: 10px 20px;
    position: absolute;
    background-color: #0097a8;
}
.next-order-btn-container label{
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
}
.next-order-btn-container i{
    color: #ffffff;
}
.order-details-internal-container{
    width: 100%;
    padding: 0 15px;
    position: relative;
}
.order-totals-container{
    height: 152px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
}
.order-details-heading{
    height: 50px;
    padding: 10px 20px;
}
.order-details-heading label{
    font-size: 20px;
}
.order-details-heading i{
    float: right;
}
.order-item-container{
    width: 100%;
    overflow: auto;
}
.order-totals-container .cart-totals-left-column{
    text-align: left;
}
.order-totals-container .cart-totals-row{
    padding: 5px 10px;
}
.order-grandtotal-row{
    font-size: 20px;
    color: #3c3c3c;
}
.order-action-container-labels{
    padding: 15px;
    overflow: auto;
}
.order-action-container-labels label{
    width: 100%;
    display: block;
    font-size: 17px;
}
.order-action-container-orderId{
    color: #5b5b5b;
    text-transform: uppercase;
    font-size: 20px !important;
    font-family: Roboto-Bold !important;
}
.order-action-container-name{
    color: #5b5b5b;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 20px !important;
    font-family: Roboto-Bold !important;
}
.order-action-container-payment-title{
    color: #5b5b5b;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 20px !important;
    font-family: Roboto-Bold !important;
}
.order-action-button{
    width: 80%;
    display: block;
    cursor: pointer;
    margin: 10px auto;
    border-radius: 4px;
    padding: 10px 15px;
    position: relative;
}
.order-action-button label{
    display: block;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.order-action-button i{
    float: left;
    font-size: 32px;
    color: #ffffff;
}
.order-action-delete-button{
    background-color: #ee534f;
}
.order-action-sync-button{
    background-color: #66bb6a;
}
.order-action-print-button{
    background-color: #0097a8;
}
.order-action-recart-button{
    background-color: #0097a8;
}
.order-action-return-button{
    background-color: #ee534f;
}
.order-action-button-container{
    bottom: 0;
    width: 100%;
    position: absolute;
}
.cash-drawer-item-selected label{
    color: #FFFFFF;
}
.cash-drawer-item-selected .cash-drawer-item-heading-container{
    background-color: #0097A8;
}
.cash-drawer-item-selected .cash-drawer-item-content-container{
    background-color: #00ACC2;
}
.cash-drawer-item:hover label{
    color: #FFFFFF;
}
.cash-drawer-item:hover .cash-drawer-item-heading-container{
    background-color: #0097A8;
}
.cash-drawer-item:hover .cash-drawer-item-content-container{
    background-color: #00ACC2;
}
.cash-drawer-item label{
    cursor: pointer;
}
.cash-drawer-item{
    cursor: pointer;
    margin-bottom: 15px;
}
.cash-drawer-item-heading-container{
    padding: 5px 10px;
    background-color: #E0E0E0;
}
.cash-drawer-item-heading{
    display: block;
    font-size: 17px;
    color: #4F4F4F;
    font-family: Roboto-Bold;
}
.cash-drawer-item-content-container{
    padding: 5px 0;
    background-color: #EEEEEE;
}
.cash-drawer-item-content-left{
    width: 50%;
    color: #828282;
    text-align: center;
    display: inline-block;
}
.cash-drawer-item-content-right{
    width: 50%;
    float: right;
    color: #828282;
    text-align: center;
}
.cash-drawer-right-container-header{
    padding: 15px 30px;
}
.cash-drawer-header-label{
    font-size: 30px;
}
.cash-drawer-header-value{
    float: right;
    font-size: 30px;
    color: #0097a7;
}
.cash-drawer-details-container{
    left: 50%;
    overflow: auto;
    padding: 0 30px;
}
.cash-drawer-details-table-header{
    background-color: #eeeeee;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.cash-drawer-details-table-header label{
    width: 25%;
    padding: 10px;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    border-right: 1px solid #dcdcdc;
}
.cash-drawer-details-heading2{
    float: right;
}
.cash-drawer-details-heading3{
    float: right;
}
.cash-drawer-details-heading4{
    float: right;
    border: medium none !important;
}
.cash-drawer-details-table-row {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.cash-drawer-details-table-row label{
    width: 25%;
    padding: 10px;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    border-right: 1px solid #dcdcdc;
}
.cash-drawer-details-table-row label:hover{
    overflow-x: auto;
}
.cash-drawer-details-row-balance{
    float: right;
    border: medium none !important;
}
.cash-drawer-details-row-debit{
    float: right;
}
.cash-drawer-details-row-credit{
    float: right;
}
.cash-drawer-right-container-footer{
    bottom: 0;
    width: 100%;
    padding: 15px 30px;
    position: absolute;
}
.cash-drawer-footer-label{
    font-size: 30px;
}
.cash-drawer-footer-value{
    float: right;
    font-size: 30px;
    color: #0097a7;
}
.last-row{
    border-bottom: 1px solid #dcdcdc;
}
.no-transaction-row{
    padding: 10px;
    display: block;
    font-size: 20px;
    color: #dd6d6a;
    text-align: center;
}
.out-of-stock{
    top: 2px;
    left: 2px;
    font-size: 19px;
    color: #e53935;
    position: absolute;
}
.cp-skeleton::before{
    top: -6px;
    left: -6px;
    width: 48px;
    content: " ";
    height: 48px;
    border-width: 6px;
    border-radius: 50%;
    position: absolute;
    border-style: solid;
    display: inline-block;
    box-sizing: border-box;
    transform: rotateZ(-30deg);
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f56151;
}
.cp-skeleton::after{
    top: -6px;
    right: -6px;
    width: 48px;
    content: " ";
    height: 48px;
    border-width: 6px;
    border-radius: 50%;
    position: absolute;
    border-style: solid;
    display: inline-block;
    box-sizing: border-box;
    transform: rotateZ(30deg);
    border-color: rgba(0, 0, 0, 0) #f56151 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.cp-skeleton{
    border-width: 6px;
    border-radius: 50%;
    border-style: solid;
    border-color: #f56151 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    animation: 1s linear 0s normal none infinite running cp-skeleton-animate;
}
.cp-spinner{
    width: 48px;
    height: 48px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}
.login-loader{
    left: 43%;
    top: -30%;
    position: absolute;
}
.disable-cart{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.72);
}
.checkout-message-section, .checkout-coupon-section{
    width: 85%;
    margin: 30px auto;
    border-radius: 5px;
    position: relative;
    background-color: #ffffff;
}
.checkout-message-section-header, .checkout-coupon-section-header{
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.checkout-message-section-heading, .checkout-coupon-section-heading{
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
}
.checkout-message-icon, .checkout-coupon-icon, .checkout-payment-icon{
    float: right;
    font-size: 35px;
}
.checkout-message-content-section, .checkout-coupon-content-section{
    padding: 10px;
}
.checkout-message-input-field{
    width: 100%;
    padding: 5px;
    height: 100px;
    max-width: 100%;
    border: 1px solid #e2e2e2;
}
.custom-option-table{
    margin-left: 10px;
    margin-bottom: 2px;
    width: auto !important;
}
.custom-option-table tbody{
    border: none !important;
}
.custom-option-table tr{
    background-color: transparent !important;
}
.custom-option-table td{
    border: none !important;
    padding: 0px 2px !important;
}
.custom-option{
    font-size: 10px;
}
.wait-message{
    padding: 20px;
    font-size: 23px;
    color: #FFFFFF;
    text-align: center;
    font-family: Roboto-Bold;
    background-color: #0097A8;
}
.loader-slider, .customer-loader-slider, .location-loader-slider{
    z-index: 2;
    width:100%;
    height:5px;
    position:absolute;
    overflow-x: hidden;
}
.loader-line{
    width:100%;
    height:5px;
    opacity: 0.4;
    position:absolute;
    background:#4a8df8;
}
.loader-subline{
    height:5px;
    position:absolute;
    background:#4a8df8;
}
.loader-inc{
    animation: increase 2s infinite;
}
.loader-dec{
    animation: decrease 2s 0.5s infinite;
}
@keyframes increase{
    from{left: -5%; width: 5%;}
    to{left: 130%; width: 100%;}
}
@keyframes decrease{
    from{left: -80%; width: 80%;}
    to{left: 110%; width: 10%;}
}
.wait-message span{
    padding-left: 3px;
    position: absolute;
}
.order-action-container-note-heading{
    font-weight: bold;
}
.card-four-digit{
    width: 40px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    vertical-align: super;
    border-bottom: 1px solid #e65555;
}
.checkout-coupon-input-field{
    width: 80%;
    padding: 5px;
    border: 1px solid #e2e2e2;
}
.checkout-coupon-button{
    width: 20%;
    float: right;
    padding: 5px;
    height: 33px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #e2e2e2;
}
.checkout-coupon-apply-button{
    color: #2c9a4e;
}
.checkout-coupon-cancel-button{
    color: #dc4343;
}
.checkout-coupon-button:focus{
    outline: none;
}
.checkout-payment-split-section{
    padding: 10px;
    border-top: 1px solid #e2e2e2;
}
.checkout-payment-split-checkbox{
    cursor: pointer;
    color: #0097a8;
}
.checkout-payment-split-label{
    cursor: pointer;
    font-size: 17px;
    padding: 0px 15px;
    display: inline-block;
    vertical-align: super;
}
.checkout-payment-split-table td{
    padding: 3px 10px;
}
.checkout-payment-split-table td:first-child{
    padding-left: 15px;
}
.split-payment-input{
    width: 80px;
    text-align: center;
    vertical-align: super;
    border: 1px solid #e2e2e2;
}
.checkout-payment-split-item-checkbox{
    float: left;
    cursor: pointer;
    color: #0097a8;
}
.checkout-payment-split-item-label{
    font-size: 17px;
    vertical-align: super;
}
.order-action-container-payment-method thead td{
    padding: 3px 7px;
    border: 1px solid #c3c3c3;
    background-color: #e2e2e2;
}
.order-action-container-payment-method tbody td{
    padding: 3px 7px;
    border: 1px solid #e2e2e2;
}
.creditmemo-detail-section{
    height: 100%;
}
.order-item-container table, .creditmemo-details .items-data{
    width: 100%;
}
.order-item-container table tbody tr:first-child, .creditmemo-details .items-data tbody tr:first-child{
    background-color: #ececec;
}
.order-item-container table tbody, .creditmemo-details .items-data tbody{
    border-style: solid;
    border-color: #dadfe0;
    border-width: 1px 0 0 1px;
}
.order-item-container table td:last-child, .order-item-container table td:nth-last-child(2){
    text-align: center;
    vertical-align: top;
}
.order-date-container{
    position: relative;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
}
.show-order-button{
    position: absolute;
    right: 0;
    top: 10px;
}
.order-item-container table td, .creditmemo-details .items-data td{
    border-style: solid;
    border-color: #dadfe0;
    padding: 2px 4px 2px 4px;
    border-width: 0 1px 1px 0;
}
.order-item-container table th, .creditmemo-details .items-data th{
    padding: 5px;
    border-style: solid;
    border-color: #dadfe0;
    border-width: 0 1px 1px 0;
}
.even-orderdetail{
    background-color: #f6f6f6;
}
.action-column{
    width: 75px;
    text-align: center;
}
.returnable-qty{
    width: 66px;
    float: right;
    padding: 0px 3px;
    border: 1px solid #cccaca;
}
.return-all-item-checkbox, .return-to-stock-all-item-checkbox{
    color: #afafaf;
    cursor: pointer;
}
.return-this-item-checkbox, .return-to-stock-this-item-checkbox{
    cursor: pointer;
    color: #afafaf;
}
.return-action-button-container{
    width: 80%;
    overflow: hidden;
    margin: 10px auto;
    border-radius: 5px;
    position: relative;
}
.return-action-button{
    width: 50%;
    float: left;
    padding: 10px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.return-action-button i{
    left: 10px;
    cursor: pointer;
    line-height: 30px;
    position: absolute;
}
.return-action-button label{
    height: 30px;
    display: block;
    cursor: pointer;
    line-height: 30px;
}
.return-action-done-button{
    border-radius: 0 5px 5px 0;
    background-color: #2a8828;
    border-right: 2px solid #fff;
}
.return-action-cancel-button{
    border-radius: 5px 0 0 5px;
    background-color: #ee534f;
    border-left: 2px solid #fff;
}
.return-in-process{
    z-index: 99;
    width: 100%;
    height: 100%;
    line-height: 70px;
    position: absolute;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.81);
}
.order-items-date td{
    height: 32px;
    padding: 5px 7px;
    color: #444444;
    font-weight: bold;
    line-height: 25px;
    background-color: #f2f2f2;
}
.adding-to-cart{
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.88);
}
.adding-to-cart-icon{
    top: 45%;
    left: 40%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.creditmemo-container{
    padding: 5px;
    position: relative;
    margin: 0px 17px 5px 15px;
    background-color: #FEF5E4;
    border: 1px solid #EF8E26;
}
.creditmemo-link{
    color: red;
    padding: 3px;
    margin: 0 2px;
    cursor: pointer;
}
.creditmemo-link:hover{
    border-radius: 4px;
    box-shadow: 0 0 18px #b1a9a9;
}
.creditmemo-list-label{
    font-size: 17px;
    color: #EF8E26;
    display: inline-block;
}
.view-creditmemo-list-icon{
    top: 4px;
    right: 5px;
    cursor: pointer;
    color: #FFFFFF;
    padding: 3px 7px;
    position: absolute;
    background-color: #EF8A1C;
}
.creditmemo-page-overlay{
    width: 100%;
    z-index: 101;
    height: 100vh;
    position: absolute;
    background-color: rgba(33, 33, 33, 0.68);
}
.creditmemo-page-container-wrapper{
    top: 50%;
    left: 50%;
    width: 50%;
    height: 80%;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    background-color: white;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 5px #6b6b6b;
}
.creditmemo-page-container{
    overflow: hidden;
}
.creditmemo-list{
    float: left;
    overflow: auto;
    margin-right: 15px;
}
.creditmemo-list table tbody td:last-child{
    text-align: left;
}
.creditmemo-details{
    float: left;
    overflow: auto;
}
.action-label{
    cursor: pointer;
}
.creditmemo-page-enlargedcontainer{
    position: relative;
}
.back-creditmemo-details{
    float: left;
    cursor: pointer;
}
.invoice-discount-label{
    display: block;
}
.creditmemo-totals{
    width: 100%;
}
.creditmemo-totals td{
    padding: 2px 10px 4px 10px;
}
.creditmemo-details-header{
    width: 100%;
    height: 25px;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
}
.change-currency-button{
    position: relative;
}
.currency-changer{
    width: 70%;
    z-index: 1;
    right: 15px;
    padding: 5px;
    position: absolute;
    border-radius: 3px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0 4px #a7a7a7;
}
.currency-changer li{
    padding: 5px;
}
.currency-changer li:hover, .language-options:hover{
    color: #FFFFFF;
    background-color: #0097A8;
}
.currency-changer-icon{
    float: right;
}
.change-language-button{
    position: relative;
}
.language-selector{
    z-index: 1;
    right: 15px;
    padding: 5px;
    border-radius: 3px;
    position: absolute;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}
.language-optgroup{
    margin: 4px 0;
    display: block;
    padding: 0 5px;
    background-color: #e2e2e2;
}
.language-options{
    display: block;
    padding: 0 5px;
    margin-left: 10px;
}
.holdorder-item{
    cursor: pointer;
}
.customer-search-layout{
    width: 100%;
    height: 100%;
    position: relative;
}
.customer-search-layout img{
    top: 40%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.customer-search-layout label{
    top: 73%;
    left: 50%;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #4c4b4b;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
}
.customer-search-layout span{
    top: 87%;
    left: 50%;
    cursor: pointer;
    color: #FFFFFF;
    padding: 5px 10px;
    position: absolute;
    border-radius: 3px;
    background-color: #ff9801;
    border: 1px solid #ff9801;
    transform: translate(-50%, -50%);
}
.cart-buttons-container{
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    position: absolute;
    background-color: #ffffff;
}
.cart-button{
    margin: 3px;
    flex-grow: 1;
    flex-basis: 0;
    padding: 14px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.overlay-to-hide{
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: not-allowed;
    background-color: rgba(216, 209, 209, 0.66);
}
.even-item{
    background-color: #f3f3f3;
}
.cart-button.cart-grand-discount-btn {
    background-color: #37BF3E;
}
.cart-discount-btn{
    background-color: #37BFAA;
}
.cart-barcode-sku-btn{
    background-color: #88C74D;
}
.cart-qty-btn{
    background-color: #4AB6DE;
}
.cart-customer-btn{
    background-color: #E26871;
}
.cart-empty-btn{
    background-color: #ED735A;
}
.cart-pay-btn{
    background-color: #455368;
}
.cart-btn-icon{
    top: 15px;
    left: 10px;
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/images/sprite-control-button.png);
}
.cart-button p{
    left: 25px;
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
    line-height: 13px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
.qty-icon{
    background-position: 46px -9px;
}
.barcodesku-btn{
    background-position: -5px -10px;
}
.discount-btn{
    width: 24px;
    height: 24px;
    top: 12px;
    background: url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/images/baseline_money_off.png);
}
.customer-btn{
    left: 8px;
    top: 11px;
    width: 22px;
    height: 22px;
    background: none;
    color: #FFFFFF;
}
.emptycart-btn{
    top: 11px;
    left: 4px;
    width: 21px;
    height: 22px;
    color: #FFFFFF;
    background: none;
}
.currency-btn{
    width: 12px;
    height: 19px;
    background-position: 77px 25px;
}
.forward-btn{
    top: 18px;
    right: 8px;
    width: 22px;
    left: unset;
    background-position: 110px -9px;
}
.close-customer-section{
    top: 11px;
    right: 10px;
    padding: 4px;
    cursor: pointer;
    color: #DD3E3C;
    font-weight: bold;
    position: absolute;
    border-radius: 16px;
    background-color: #FFFFFF;
}
.checkout-step-error{
    box-shadow: 0px 0px 8px #ff8e8e;
}
.customer-section-overlay{
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(239, 239, 239, 0.75);
}
.invoice-outlet-address{
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
}
.address-btns{
    position: absolute;
}
.checkout-customer-address-item-edit{
    top: 35px;
    color: #0097a8;
}
.even-address{
    background-color: #ececec;
}
.address-btns:hover{
    color: #636363;
}
.close-creditmemo-section{
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
}
.creditmemo-list-head{
    padding: 5px 0px;
    display: flex;
}
.creditmemo-list-heading{
    flex-grow: 1;
    flex-basis: 0;
}
.creditmemo-list-left-heading{
    font-size: 17px;
    font-weight: bold;
}
.creditmemo-list-right-heading{
    text-align: right;
}
.creditmemo-row{
    display: flex;
}
.creditmemo-row-item{
    flex-grow: 1;
    flex-basis: 0;
    padding: 0px 5px;
    margin: 5px 5px 5px 1px;
    border: 1px solid #dadfe0;
}
.creditmemo-row-item-blank{
    margin: 4px;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0px 5px;
    border: 1px solid #FFFFFF;
}
.creditmemo-row-item:hover{
    border-color: #3198bf;
    box-shadow: 0 0 3px #4893af;
}
.creditmemo-row-item table{
    width: 100%;
}
.creditmemo-row-item table td{
    padding: 3px;
}
.custom-discount-field{
    width: 50%;
    float: right;
    cursor: text;
    font-size: 12px;
    color: #858181;
    padding: 0px 4px;
    border: 1px solid #e2e2e2;
}
.discount-label{
    margin-top: 8px;
    font-weight: bold;
    text-align: right;
    margin-right: 5px;
}
.cashdrawer-print-table{
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}
.cashdrawer-print-table tr{
    border-left: 1px solid #e2e2e2;
}
.cashdrawer-print-table td{
    padding: 3px;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.cashdrawer-print-table td:first-child{
    background: #f3f3f3;
}
.order-list-switch-container{
    display: flex;
}
.order-list-switch-button{
    flex-grow: 1;
    border: none;
    flex-basis: 0;
    color: #757373;;
    padding: 10px 10px;
}
.online-list-button{
    background-color: #FFFFFF;
}
.offline-list-button{
    background-color: #FFFFFF;
}
.order-list-switch-button:focus{
    outline: none;
}
.active-button{
    border-bottom: 5px solid #3095A6;
}
.filter-order-container{
    position: relative;
}
.filter-order-field{
    width: 100%;
    padding: 4px;
    vertical-align: top;
}
.filter-order-icon{
    top: 5px;
    right: 2px;
    position: absolute;
    background-color: #FFFFFF;
}
.order-list, .cash-drawer-list{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.order-list table{
    width: 100%;
}
.order-list td{
    padding: 7px 3px;
}
.creditmemo-item-list-container{
    height: 48%;
    display: block;
    overflow: auto;
    border: 1px solid #a7a7a7;
}
.creditmemo-item-totals-container{
    bottom: 0;
    width: 30%;
    right: 46px;
    height: 48%;
    display: block;
    overflow: auto;
    position: absolute;
    background-color: #EBEBEB;
    border: 1px solid #a7a7a7;
}
#notification-container{
    top: 15px;
    width: 30%;
    right: 15px;
    z-index: 1002;
    position: absolute;
}
.category-item-container{
    max-height: 300px;
    overflow: auto;
}
.category-floating-container ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.refresh-product-icon-container{
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fffffff0;
}
.refresh-product-icon{
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: #7d7dfd;
    position: absolute;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1000px) {
    .search-container-parent {
        width: 35%;
    }
    .search-container {
        width: 100%;
        padding: 6px 5px;
    }
    .search-container-parent {
        padding: 7px 10px;
    }
}
@media only screen and (max-width: 780px) {
    .cart-button{
        text-align: center;
    }
    .cart-btn-icon {
        position: unset;
        display: inline-block;
    }
    .cart-button p, .forward-btn{
        display: none;
    }
    .search-container-parent {
        width: 30%;
    }
    .search-container {
        width: 100%;
        padding: 6px 5px;
    }
    .search-container-parent {
        padding: 7px 10px;
    }
}
@media only screen and (max-width: 736px) {
    .cart-button{
        text-align: center;
    }
    .cart-btn-icon {
        position: unset;
        display: inline-block;
    }
    .cart-button p, .forward-btn{
        display: none;
    }
    .search-container-parent {
        width: 28%;
    }
    .search-container-parent {
        padding: 7px 0px;
    }
}
@media only screen and (max-width: 667px) {
    .cart-button{
        text-align: center;
    }
    .cart-btn-icon {
        position: unset;
        display: inline-block;
    }
    .cart-button p, .forward-btn{
        display: none;
    }
    .search-container-parent {
        width: 20%;
    }
}
.product-custom-radio-checkbox-option {
    clear: both;
    margin-bottom: 5px;
    cursor: pointer;
}
.new-discount-form{
    height: 100%;
    overflow: auto;
    position: relative;
}
.new-discount-sibling-column{
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding: 10px 10px 0px 10px;
}
.new-discount-field-label{
    width: 80%;
    display: block;
    color: #807b7b;
    padding-left: 5px;
    text-align: left;
    font-weight: 700;
}
.new-discount-field-label em{
    font-size: 16px;
    color: #ff4141;
    padding-left: 3px;
    position: absolute;
}
.new-discount-field-select, .new-grand-discount-field-select{
    width: 98%;
    height: 40px;
    padding: 5px;
    margin: 5px;
    display: block;
    color: #008596;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.4) inset;
    background: #ffffff url(../../frontend/Smartwave/porto/en_US/Webkul_Pos/images/drop-down-arrow.png) no-repeat scroll 97% 12px;
}
.new-discount-field-input, .new-grand-discount-field-input{
    width: 98%;
    height: 40px;
    padding: 5px;
    display: block;
    padding: 5px;
    margin: 5px;
    color: #008596;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.4) inset;
}
.cash-drawer-details-row-orderId{
    cursor: pointer;
    color: #0097A8;
}
.cash-drawer-details-row-orderId:hover{
    color: #01555f;
}

@media screen and (max-width: 768px) {
    .cash-drawer-details-table-row label {
        font-size: 16px !important;
    }
}
.disabled.checkout-placeorder-button {
    cursor: not-allowed;
}
.numeric-keypad-errors {
    background: #ffff;
    padding: 4px;
    margin: 4px;
    color: #f00;
    border: 1px solid #f00;
    text-align: center;
    border-radius: 5px;
    max-width: 222px;
    font-size: 12px;
}#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-layers-container{transform-style:preserve-3d;position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(../../frontend/Smartwave/porto/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}