
body {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", Arial, Tahoma;
  color: #222222;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
html,
button {
  font-family: "Poppins", Arial, Tahoma;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a,
a:after,
a:before {
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:active {
  color: #f06543;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus {
  outline: 0;
}
img {
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

button {
  font-size: 13px;
  font-family: "Poppins", Arial, Tahoma;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #424242;
}
button:focus,
button:active {
  outline: none;
  box-shadow: none;
  border-color: #757575;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 8px 20px 8px;
  background-color: #222;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  white-space: normal;
  font-size: 13px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
  background-color: #fe877b;
  color: #fff;
  text-decoration: none;
  border-color: #fe877b;
  box-shadow: none;
}
.btn:focus,
.btn:focus-visible {
  outline: 0;
  box-shadow: none;
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) {
  #page-content {
    min-height: 600px;
  }
}

.product-labels {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}
.product-labels .lbl {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.product-labels .pr-label1 {
  left: 5px;
  background: #01bad4;
}
.product-labels .pr-label3 {
  left: 5px;
  background: #81d53d;
}

a.wishlist {
  color: #000000;
  background-color: #ffffff;
  border: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin-bottom: 5px;
}
a.wishlist:hover {
  color: #ffffff;
  background-color: #000000;
  opacity: 0.8;
}

.tooltip-label {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -38px;
  bottom: auto;
  left: 50%;
  background: #000000;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 6px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.5;
  transform: translateX(-50%);
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  -ms-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.tooltip-label:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #000000;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
}
.tooltip-label.left {
  right: 45px;
  left: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip-label.left:before {
  border-top-color: transparent;
  border-left-color: #000000;
  right: -9px;
  top: 5px;
  left: auto;
  bottom: auto;
}

.product-details-img .product-thumb {
  padding: 0 0;
  width: 15%;
  margin: 0;
  float: left;
}
.product-details-img .product-zoom-right {
  position: relative;
  padding: 0 0 0 10px;
  width: 85%;
  float: left;
}

.product-thumb .slick-slide {
  border: none;
}
.product-thumb a.slick-slide {
  opacity: 1;
  cursor: pointer;
  border: 1px solid transparent;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.product-buttons > a {
  position: relative;
}
.product-buttons .btn:hover .tooltip-label {
  opacity: 1;
  visibility: visible;
  top: -30px;
}

.product-buttons {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
.product-buttons .btn {
  font-size: 19px;
  height: 36px;
  width: 36px;
  text-align: center;
  margin-top: 5px;
  clear: both;
  padding: 0;
  line-height: 33px;
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  opacity: 0.9;
}

.product-wish {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.product-wish a:hover .tooltip-label {
  right: 40px;
  opacity: 1;
  visibility: visible;
}
.review-rating > input:not(:checked) ~ label:hover,
.review-rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.mfpbox {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.3);
}

.product-details-img:hover .product-thumb .slick-arrow {
  opacity: 1;
}
.product-horizontal-style .product-horizontal-thumb .slick-next {
  right: 0;
  left: auto;
  top: 50%;
  margin: 0;
}
.product-details-img .product-thumb .slick-arrow {
  top: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  opacity: 0;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.slick-next {
  right: 10px;
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  top: 50% !important;
  text-align: center;
  position: absolute;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-size: 0px;
  padding: 6px 10px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  opacity: 1;
}

.product-horizontal-style .product-horizontal-thumb .slick-next:before {
  content: "\ea8c";
  font-family: "annimex-icons";
  font-size: 14px;
}
.product-details-img .product-thumb .slick-next:before {
  content: "\ea45";
}

.slick-next::before {
  content: "▶" !important;
  font-size: 12px !important;
}
.slick-prev:before{
     content: "◀" !important;
  font-size: 12px !important;
}
.slick-prev{
    left: 2px !important;
}


.slick-prev, .slick-next{
    background-color: #fff !important;
        width: 25px !important;
    height: 24px !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: "annimex-icons";
  font-size: 20px;
  color: #222;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: block;
}

.product-horizontal-style .product-horizontal-thumb .slick-next:before {
  content: "\ea8c";
  font-family: "annimex-icons";
  font-size: 14px;
}
.product-horizontal-style .product-horizontal-thumb .slick-prev:before {
  content: "\ea8b";
  font-family: "annimex-icons";
  font-size: 14px;
}
