/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.inlineQuickview {
  position: relative;
  clear: both;
}
.inlineQuickview .inlineQuickview__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  border: 1px solid #ffcf00;
  width: 32px;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.inlineQuickview .inlineQuickview__close:hover {
  color: #ffcf00;
}
.inlineQuickview .inlineQuickview__mainImages {
  position: relative;
  margin-bottom: 15px;
}
.inlineQuickview .inlineQuickview__mainImages .owl-nav {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.inlineQuickview .inlineQuickview__mainImages .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
  text-align: center;
}
.inlineQuickview .inlineQuickview__mainImages .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 2px;
}
.inlineQuickview .inlineQuickview__mainImages .owl-dots .owl-dot span {
  display: block;
  background: white;
  width: 8px;
  height: 8px;
  border: 1px solid #dedede;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.inlineQuickview .inlineQuickview__mainImages .owl-dots .owl-dot.active span {
  background: #ffcf00;
  border-color: #ffcf00;
}
.inlineQuickview .inlineQuickview__mainImage {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  background: black;
}
.inlineQuickview .inlineQuickview__mainImage a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  white-space: nowrap;
  background: white;
  opacity: 0.97;
}
.inlineQuickview .inlineQuickview__mainImage a img {
  display: inline;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.inlineQuickview .inlineQuickview__content {
  margin-bottom: 40px;
}
.inlineQuickview .inlineQuickview__content .productPrice {
  margin-bottom: 0;
}
