/*
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
*/
.product-view .pro-img {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 200px;
  height: 200px;
  margin: auto;
}
.product-view .product-list-view .single-product {
  padding: 30px 15px;
}
.product-view .product-list-view .pro-img {
  width: 240px;
  float: left;
}
.product-view .product-list-view .pro-content {
  overflow: hidden;
  padding: 25px;
  text-align: left;
  padding: 0px 20px 5px;
}
.product-view .product-list-view .pro-content p + p {
  margin: 15px 0;
}
.product-view .product-list-view .pro-content h4 a {
  margin-bottom: 7px;
  font-size: 16px;
}
.product-view .product-list-view .pro-actions {
  opacity: 1;
  position: static;
  visibility: visible;
  transform: translateY(0);
  margin-top: 23px;
}
.product-view .border-default {
  padding-bottom: 0;
  border-right: none;
  border-bottom: none;
}
.actions-secondary {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}
.actions-secondary a {
  background: #ff5e14 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  border: 2px solid #ff5e14;
  line-height: 36px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  display: inline-block;
  width: 40px;
  border-radius: 100%;
}
.actions-secondary a:first-child {
  margin: 0;
  margin: 0;
}
.actions-secondary a:hover {
  background: #ffffff;
  color: #ff5e14;
  border: 2px solid #ff5e14;
}
.pagination-box.fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 10px 20px;
}
pagination-box.fix ui {
  margin-top: 0;
}
.product-grid-view .single-product {
  margin-bottom: 30px;
  transition: 0.3s;
}
.product-grid-view .pro-content {
  text-align: left;
}
.product-grid-view h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-grid-view .pro-description {
  display: none;
}
.product-list-view .single-product {
  margin-bottom: 30px;
  transition: 0.3s;
}
.product-list-view .sticker-new {
  top: 30px;
  top: 30px;
}
.single-product {
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: none;
  padding: 15px 15px 30px 15px;
  overflow: hidden;
}
.single-product:hover {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.single-product:hover .pro-actions {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}
.pro-img .secondary-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  transform: rotateY(70deg);
}
.pro-img .primary-img {
  transform: rotateY(0deg);
}
.pro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pro-img:hover .primary-img {
  opacity: 0;
  transform: rotateY(-70deg);
}
.pro-img:hover .secondary-img {
  opacity: 1;
  transform: rotateY(0deg);
}
.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;
  border: 1px solid #eee;
  padding: 5px 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: #ff5e14;
}
.f-right {
  float: right;
}
.toolbar-sorter label {
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 3px;
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.toolbar-sorter select {
  width: 130px;
  height: 35px;
  background: transparent;
  border: 1px solid #eceff8;
  width: 130px;
  height: 35px;
  background: transparent;
  border: 1px solid #eceff8;
}
.toolbar-sorter option {
  padding: 5px;
  padding: 5px;
}
.toolbar-sorter span a {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #333;
}
.toolbar-sorter-footer label {
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 3px;
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.toolbar-sorter-footer select {
  width: 130px;
  height: 35px;
  background: transparent;
  border: 1px solid #eceff8;
  width: auto;
  width: 130px;
  height: 35px;
  background: transparent;
  border: 1px solid #eceff8;
}
.toolbar-sorter-footer option {
  padding: 5px;
  padding: 5px;
}
.toolbar-sorter-footer span {
  font-size: 15px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #333;
}
.pro-content {
  text-align: center;
}
.pro-content .product-rating {
  margin-bottom: 5px;
}
.pro-content h4 {
  margin-bottom: 0px;
}
.pro-content h4 a {
  color: #ff5e14;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.product-rating i {
  color: #f9ba48;
  font-size: 14px;
  line-height: 20px;
}
.product-rating i:nth-child(n + 4) {
  color: #444;
}
.price {
  font-size: 14px;
  font-weight: 900;
  color: #e12e2e;
}
.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;
}
.sticker-new {
  background: #ff5e14;
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 31px;
  height: 35px;
  width: 35px;
  border-radius: 0 0 100% 100%;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
}
.fix {
  overflow: hidden;
}
.blog-pagination {
  display: inline-block;
  margin-top: 10px;
}
.blog-pagination li {
  display: inline-block;
  margin-right: 1px;
}
.blog-pagination li a {
  display: block;
  font-size: 16px;
  border: 1px solid #e7e7e7;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #333;
}
.blog-pagination li a:hover {
  background: #f1ac06;
  color: #fff;
}
.blog-pagination li.active a {
  background: #f1ac06;
  color: #fff;
}
@media (max-width: 767px) {
  .toolbar-sorter select {
    width: 125px;
    width: 125px;
    width: 125px;
  }
  .toolbar-sorter-footer select {
    width: 125px;
    width: 125px;
    width: 125px;
  }
  .grid-list-top.border-default {
    padding: 15px 30px;
  }
  .product-view .product-list-view .pro-img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .grid-list-view.f-left {
    margin-bottom: 0px;
    float: left;
    margin-top: 5px;
  }
}
@media (max-width: 575px) {
  .pagination-box.fix {
    align-items: left;
    flex-direction: column;
  }
  .blog-pagination {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .grid-list-top.border-default {
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
/* column width */
.grid-list-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .product-list-view .grid-list-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 576px) {
  .product-grid-view .grid-list-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .product-grid-view .grid-list-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@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;
}
