/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.single-product:hover .pro-actions {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}
.single-product:hover .pro-img .primary-img {
  opacity: 0;
}
.single-product:hover .pro-img .secondary-img {
  opacity: 1;
}
.pro-img {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 200px;
  height: 200px;
  margin: auto;
}
.pro-img .secondary-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
}
.pro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grid-list-top.border-default {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.border-default {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding-bottom: 30px;
}
.universal-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.grid-list-view.f-left {
  margin-top: 8px;
}
.main-shop-page .grid-list-view li {
  margin-right: 10px;
}
.main-shop-page .grid-list-view li a {
  font-size: 18px;
  vertical-align: bottom;
  color: #333;
}
.main-shop-page .grid-list-view li a.active {
  color: #f1ac06;
}
.f-right {
  float: right;
}
.single-product {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  overflow: hidden;
  background: #fff;
}
.single-product-div {
  background: transparent !important;
}
.single-product:hover {
  border: 1px solid #ddd;
}
.pro-content {
  text-align: center;
}
.pro-content .product-rating {
  margin-bottom: 5px;
}
.product-rating i {
  color: #f9ba48;
  font-size: 14px;
  line-height: 20px;
}
.pro-content h4 a {
  color: #363f4d;
  display: block;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.price {
  font-size: 14px;
}
.prev-price {
  color: #666;
  font-weight: normal;
  margin-left: 8px;
  font-size: 14px;
}
.pro-actions {
  bottom: 0px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 99;
}
.actions-secondary {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}
.actions-secondary a {
  background: #eef0f1 none repeat scroll 0 0;
  border-radius: 5px;
  color: #555;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  width: 33px;
  display: inline-block;
  width: 33px;
}
.actions-secondary a:first-child {
  margin: 0;
}
.actions-secondary a.add-cart {
  width: 115px;
  font-size: 12px;
  text-transform: uppercase;
}
.actions-secondary a:hover {
  background: #ff5e14;
  color: #ffffff;
}
.sticker-new {
  background: #ff5e14;
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 25px;
  height: 26px;
  width: 50px;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
}
.fix {
  overflow: hidden;
}
.product-rating i:nth-child(n+4) {
  color: #444;
}
.product-list-view .single-product-div {
  width: 100%;
  margin-bottom: 10px;
}
.product-list-view .single-product {
  display: flex;
  align-items: center;
  padding: 15px;
}
.product-list-view .single-product .pro-img {
  margin: 0px;
}
.product-list-view .single-product .pro-content {
  margin-left: 20px;
  text-align: left;
  width: 100%;
}
.product-list-view .single-product .pro-content h4 a {
  margin-bottom: 0px;
}
.product-list-view .single-product .pro-content p {
  margin-bottom: 0px;
}
.product-list-view .single-product .pro-actions {
  position: relative !important;
  display: flex;
  align-items: center;
  left: 0px;
  top: 0px;
  opacity: 1;
  visibility: visible;
}
.product-grid-view .single-product {
  padding: 15px;
  margin: 5px;
}
.product-grid-view .single-product-div {
  background: #fff;
}
.product-grid-view .single-product .product-descriptions p {
  display: none;
}
.product-grid-view .single-product-div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media screen and (max-width: 991px) {
  .product-grid-view .single-product-div {
    ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .product-grid-view .single-product-div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@charset "UTF-8";
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
#loading {
  text-align: center;
  background: url("loader.gif") no-repeat center;
  height: 150px;
}
.ecomsta_filter {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  color: #333 !important;
  text-decoration: none;
}
.ecomsta_filter:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #ff5e14;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.ecomsta_filter span, .ecomsta_filter i, .ecomsta_filter h3 {
  font-size: 16px;
  font-weight: 600;
}
.ecomsta_filter_layout {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
.ecomsta_filter_layout .ecomsta_filter {
  font-size: 16px;
  font-weight: 500;
}
.ecomsta_filter_layout .ui-slider-handle.ui-corner-all.ui-state-default {
  top: -9px;
  width: 20px;
  height: 20px;
  border-width: 6px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: none;
  outline: none;
  box-shadow: none;
}
.ecomsta_filter_layout .ui-widget-header, .ecomsta_filter_layout .ui-slider .ui-slider-handle {
  background: #ff5e14;
  border-color: #ff5e14;
}
.ecomsta_filter_layout .ui-slider-horizontal {
  height: 4px;
  border: none;
  margin-top: 20px;
  background: #cccccc;
}
.ecomsta_filter h3 {
  font-size: 18px;
}
.ecomsta_filter_collapse {
  padding: 10px;
}
.ecomsta_filter_view {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.ecomsta_filter_group {
  /*---- filter checkbox ----*/
}
.ecomsta_filter_group label {
  margin-bottom: 0px !important;
  padding: 2px;
}
.ecomsta_filter_group input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0px;
}
.ecomsta_filter_group input[type=checkbox] {
  display: none;
}
.ecomsta_filter_group input[type=checkbox] + label:before {
  content: "✔";
  position: relative;
  top: -4px;
  border: 0.1em solid #ddd;
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0.1em;
  padding-bottom: 0.2em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}
.ecomsta_filter_group input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.ecomsta_filter_group input[type=checkbox]:checked + label:before {
  background-color: transparent;
  border-color: transparent;
  color: #ff5e14;
}
.ecomsta_filter_group input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #ff5e14;
}
.ecomsta_filter_group input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #ff9261;
  border-color: #ff9261;
}
/* Max height issue */
.filter-checkboxes {
  max-height: 250px;
  overflow-y: auto;
}
.filter-checkboxes::-webkit-scrollbar {
  width: 5px;
  border-radius: 100%;
}
.filter-checkboxes::-webkit-scrollbar-thumb, .filter-checkboxes::-webkit-scrollbar-thumb:hover {
  background: #ff5e14;
  border-radius: 20px;
}
.filter-checkboxes::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/* Infinite Scroll Loader */
.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}
.loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
  left: 3em;
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.mpv01 {
  box-shadow: 0px 0px 10px 0px rgba(107, 121, 124, 0.2);
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.mpv01 h3.h3 {
  text-align: center;
  margin: 1em;
  text-transform: capitalize;
  font-size: 1.7em;
}
.mpv01__img {
  position: relative;
}
.mpv01__img a {
  display: block;
}
.mpv01__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mpv01__img .gc-view__img--1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s;
}
.mpv01__img .gc-view__img--2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
.mpv01:before {
  content: "";
  height: 81%;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.mpv01:hover:before {
  opacity: 1;
  height: 100%;
}
.mpv01:hover .gc-view__img--1 {
  opacity: 0;
}
.mpv01:hover .gc-view__img--2 {
  opacity: 1;
}
.mpv01:hover .gc-view-actions {
  opacity: 1;
  transform: scale(1);
}
.mpv01:hover .mpv01__label {
  opacity: 0;
}
.mpv01 .gc-view-actions {
  width: 120px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -23px;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.mpv01 .gc-view-actions li {
  display: inline-block;
}
.mpv01 .gc-view-actions li a {
  color: #1e3d59;
  background: #fff;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 2px;
  display: block;
  transition: all 0.3s ease 0s;
}
.mpv01 .gc-view-actions li a:hover {
  background: #1e3d59;
  color: #ffffff;
}
.mpv01__label {
  background-color: #ff5e14;
  color: #ffffff;
  font-size: 17px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s;
}
.mpv01__content {
  z-index: -1;
  padding: 15px;
  text-align: left;
}
.mpv01__title {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 7px;
  transition: all 0.3s ease 0s;
}
.mpv01__title a {
  color: #414141;
}
.mpv01__price {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-right: 2px;
  display: inline-block;
}
.mpv01__price .gc-price__mrp {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: line-through;
  text-align: left;
  display: inline-block;
  margin-top: -2px;
}
.mpv01 .star-ratings {
  padding: 0;
  list-style: none;
  text-align: right;
  display: block;
  margin: 0px;
}
.mpv01 .star-ratings .caption {
  display: none;
}
@media only screen and (max-width: 990px) {
  .mpv01 {
    margin-bottom: 30px;
  }
  .mpv01 .star-ratings {
    margin: -22px 0 0;
  }
}
.mpv01 .gc-reveal-code {
  min-height: 120px;
}
.gc-grid-view .gc-view-actions-list, .gc-list-view .gc-view-actions {
  display: none;
}
.gc-view-actions-list {
  margin-top: 0.5rem !important;
}
