@charset "ISO-8859-1";
/**************** Slider post title ****************/
.wa_chpcs_slider_title {
  clear: both;
  height: auto;
  overflow: hidden;
}

/****************  Post content excerpt ****************/
.wa_chpcs_foo_con {
  clear: left;
  font-weight: normal;
  font-style: normal;
  height: auto;
  overflow: hidden;
  margin-bottom: 8px;
}

/****************  Custom fields data ****************/
.wa_chpcs_slider_show_custom {
  font-weight: normal;
  font-style: normal;
  height: auto;
  overflow: hidden;
  margin-bottom: 8px;
}
/****************  Post content excerpt ****************/
.wa_chpcs_slider_show_cats {
  clear: left;
  display: block;
}

/****************  read more text ****************/
.wa_chpcs_more {
  font-size: 11px;
}

/****************  Carousel ****************/
.wa_chpcs_image_carousel {
  position: relative;
  width: auto;
  padding: 15px 10px 15px 10px;
}

.wa_chpcs_image_carousel ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

/****************  Slider post image ****************/
.wa_chpcs_image_carousel li img {
  /*border: 1px solid #ccc;
	background-color: white;
	padding: 9px;*/
  display: inline-block;
  float: none;
}

/****************  slider item ****************/
.wa_chpcs_image_carousel li {
  position: relative;
  height: auto;
  padding: 2px;
  margin: 6px;
  display: block;
  float: left;
}

/* clear fix */
.wa_chpcs_clearfix {
  float: none;
  clear: both;
}

/**************** slider controllers - horizontal ****************/
.wa_chpcs_image_carousel .wa_chpcs_prev,
.wa_chpcs_image_carousel .wa_chpcs_next {
  z-index: 250;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 4;
  text-decoration: none;
}

.wa_chpcs_image_carousel .wa_chpcs_prev {
  background-position: 0 0;
  left: -0px;
}

.wa_chpcs_image_carousel .wa_chpcs_next {
  background-position: -18px 0;
  right: -0px;
}

/**************** slider controllers - vertical ****************/

.wa_chpcs_image_carousel .wa_chpcs_prev_v,
.wa_chpcs_image_carousel .wa_chpcs_next_v {
  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

  font-weight: normal;
  text-align: center;
  text-decoration: none;
  display: block;
  position: absolute;
  /*	top: 50%;
	z-index: 4;*/
  z-index: 250;
  margin-left: 50%;
}

.wa_chpcs_image_carousel .wa_chpcs_prev_v {
  top: 0px;
}
.wa_chpcs_image_carousel .wa_chpcs_next_v {
  bottom: 0px;
}
.wa_chpcs_image_carousel .wa_chpcs_prev_v {
  background-position: 0 0;
  text-align: center;
}
.wa_chpcs_image_carousel .wa_chpcs_prev_v:hover {
  text-align: center;
}
.wa_chpcs_image_carousel .wa_chpcs_next_v {
  background-position: 0 -18px;
  text-align: center;
}
.wa_chpcs_image_carousel .wa_chpcs_next_v:hover {
  text-align: center;
}

/**************** Pagination controls ****************/
.wa_chpcs_image_carousel .wa_chpcs_pagination {
  text-align: center;
  margin: 0 auto;
  margin: 20px;
}
.wa_chpcs_image_carousel .wa_chpcs_pagination a {
  text-decoration: none;
  text-indent: -999px;
  display: inline-block;
  overflow: hidden;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
  z-index: 250;
  cursor: pointer;
  opacity: 0.5;
}
.wa_chpcs_image_carousel .wa_chpcs_pagination a.selected {
  text-decoration: underline;
  zoom: 1;
  opacity: 1;
}

/**************** Overlay styles ****************/
.wa_chpcss_text_overlay_p_container {
  margin: 0 auto;
  max-width: 100%;
}

.wa_chpcs_text_overlay_caption {
  position: relative;
  overflow: hidden;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.wa_chpcs_text_overlay_caption > a {
  line-height: 0;
  margin: 0;
  padding: 0;
  display: block;
}

.wa_chpcs_text_overlay_caption::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: background 0.35s ease-out;
}

.wa_chpcs_text_overlay_caption:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

.wa_chpcs_text_overlay_caption_media {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.wa_chpcs_text_overlay_caption_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: white;

  -webkit-transform: translateY(100%);
  transform: translateY(100%);

  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
}

.wa_chpcs_overlay_caption_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: white;
}

.wa_chpcs_text_overlay_caption:hover .wa_chpcs_text_overlay_caption_overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.wa_chpcs_text_overlay_caption_overlay_title {
  font: normal 16px/1.5 Arial, sans-serif;
  padding: 0 0 0.5em;
  -webkit-transform: translateY(-webkit-calc(-100% - 10px));
  transform: translateY(calc(-100% - 10px));

  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
}
.wa_chpcs_text_overlay_caption:hover
  .wa_chpcs_text_overlay_caption_overlay_title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/***** lazy load ******/
.wa_lazy {
  display: none;
}

/*************  Sale Text over them images *************/
.wa_chpcs_onsale {
  background-color: #96c42e;
  position: absolute;
  top: 2%;
  padding: 2px 8px;
  font-size: 0.8751em;
  text-align: center;
  color: #fff;
  z-index: 999;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.wa_chpcs_onsale:before {
  content: '';
  border: 14px solid #96c42e;
  border-color: transparent transparent transparent #96c42e;
  position: absolute;
  top: 0;
  right: -28px;
}

.wa_chpcs_onsale {
  left: -2px;
}
.wa_chpcs_onsale:after {
  content: '';
  border: 6px solid #67861f;
  border-color: #67861f transparent transparent transparent;
  border-right-width: 0;
  position: absolute;
  left: 0;
  bottom: -12px;
}

/* disable direction arrows */
.wa_chpcs_prev.disabled,
.wa_chpcs_prev.disabled,
.wa_chpcs_next.disabled,
.wa_chpcs_next.disabled {
  color: #865;
  opacity: 0;
  cursor: default;
}

/************  add to cart button ****************/
a.wa_chpcs_button,
.wa_chpcs_button {
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 2px 13px 2px;
  border: 1px solid #ccc;
  color: #444;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-size: 1em !important;
  font-family: inherit;
  overflow: visible;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #237fd7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fefefe),
    to(#e5e5e5)
  );
  background-image: -webkit-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: -moz-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: -ms-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: -o-linear-gradient(top, #fefefe, #e5e5e5);
  background-image: linear-gradient(top, #fefefe, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e5e5e5');
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 100%, 100%, 0.3) /*Top*/,
    inset 0 0 0 1px rgba(255, 255, 255, 0.6),
    0 1px 2px hsla(0, 0%, 0%, 0.1) /*Shadow*/;
  -moz-box-shadow: inset 0 1px 0 hsla(0, 100%, 100%, 0.3) /*Top*/,
    inset 0 0 0 1px rgba(255, 255, 255, 0.6),
    0 1px 2px hsla(0, 0%, 0%, 0.1) /*Shadow*/;
  box-shadow: inset 0 1px 0 hsla(0, 100%, 100%, 0.3) /*Top*/,
    inset 0 0 0 1px rgba(255, 255, 255, 0.6),
    0 1px 2px hsla(0, 0%, 0%, 0.1) /*Shadow*/;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}

/************* star rating **********************/

.chpcs_rating .sr {
  float: left;
  margin: 0.5em 4px 0 0;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.4em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.wa_chpcs_text_overlay_caption_overlay_content .chpcs_rating .sr {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.chpcs_rating .sr:before {
  content: '\2606\2606\2606\2606\2606';
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 0.1em;
  letter-spacing: 0\9;
}
.chpcs_rating .sr span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.chpcs_rating .sr span:before {
  content: '\2605\2605\2605\2605\2605';
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 0.1em;
  letter-spacing: 0\9;
}
.chpcs_rating .products .sr {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.chpcs_rating .hreview-aggregate .sr {
  margin: 10px 0 0 0;
}

/* card carousel */
.wa_chpcs_card {
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  background-color: #fff;
  background-clip: border-box; */
}

.wa_chpcs_card img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);

  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

/* video watermark css*/

.wa_featured_img {
  position: relative;
}

.wa_featured_img i {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 50%;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  margin-top: -20px;
  margin-right: -18px;
  z-index: 5;
  font-family: fontawesome;
  font-weight: 400;
}

/* two sides theme */

.wa_chpcs_two_sides .wa_featured_img a,
.wa_chpcs_two_sides .wa_featured_img img,
.wa_chpcs_two_sides .wa_featured_img {
  line-height: 0 !important;
}
.wa_chpcs_two_sides .wa_featured_img {
  max-width: 48%;
}

.wa_chpcs_two_sides .wa_below_contents {
  padding-left: 5px;
  max-width: 48%;
}

.wa_chpcs_two_sides .item_content {
  position: relative;
  width: 100%;
}

.wa_chpcs_two_sides .wa_chpcs_text_overlay_caption {
  line-height: 0;
  margin-bottom: 14px;
}

/* arrows above */

#wa_chpcs_image_carousel_id .wa_chpcs_prev,
#wa_chpcs_image_carousel_id .wa_chpcs_next {
  z-index: 250;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  z-index: 4;
}

#wa_chpcs_image_carousel_id .wa_chpcs_prev {
  background-position: 0 0;
  right: 30px;
  left: auto;
}

/* arrows above ends here */

.wa_chpcs_card .item-content {
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(60, 75, 100, 0.14),
    0 2px 1px -1px rgba(60, 75, 100, 0.12), 0 1px 3px 0 rgba(60, 75, 100, 0.2);

  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);

  border-radius: 0.25rem;
  background-color: #fff;
  background-clip: border-box;

  flex-direction: column;
  min-width: 0;
  margin-bottom: 1.5rem;

  padding: 5%;
}

/* lightbox */
.mfp-close:hover {
  background: none;
}
