@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,600&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
/* footer */
/* menu */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/*** Animate ****/
@charset "UTF-8";
/* Quick View */
/*@import 'ishifivebannerblock';
@import 'ishicategoryblock';
@import 'ishitwobannerblock';
@import 'ishionebannerblock';
@import 'ishiheaderlinks';
@import 'ishifaqblock';
@import 'ishifeaturedblock';*/
/* Ishi ProductBlock */
/*@import 'ishifeaturecategoryblock';*/
/* If media is below 992 */
/* If media is above 1199 */
/* If media is above 991 */
@media (min-width: 544px) {
  .container {
    max-width: 576px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}

.product-container {
  position: relative;
  display: block;
  padding: 15px;
  margin-top: 10px;
}

@media (max-width: 543px) {
  .product-container {
    padding: 5px;
  }
}

.product-thumb {
  /* If media is below 544 */
  text-align: center;
  padding: 0;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 543px) {
  .product-thumb {
    max-width: 370px;
    margin: auto;
  }
}

.product-thumb .image {
  display: block;
  position: relative;
}

.product-thumb .image a {
  display: block;
  position: relative;
}

.product-thumb .image img {
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-thumb .image .product-img-extra,
.product-thumb .image.change {
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
}

@media (max-width: 543px) {

  .product-thumb .image .product-img-extra,
  .product-thumb .image.change {
    display: none;
  }
}

.product-thumb .caption {
  text-align: center;
  position: relative;
}

.product-thumb .caption .description {
  display: none;
}

.product-thumb h4 {
  font: 400 15px/18px 'Open Sans', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  height: 44px;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 7px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .product-thumb h4 {
    margin-bottom: 4px;
  }
}

.product-thumb h4 a {
  /* If media is below 544 */
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #333;

  /*      white-space: nowrap;*/
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 543px) {
  .product-thumb h4 a {
    font-size: 14px;
  }
}

.product-thumb .price {
  /* If media is above 544 */
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 543px) {
  .product-thumb .price {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .product-thumb .price {
    margin-bottom: 7px;
  }
}

@media (max-width: 543px) {
  .product-thumb .price {
    font-size: 15px;
  }
}

.product-thumb .price .price-old {
  font-size: 15px;
  margin-left: 4px;
  color: #666;
  text-decoration: line-through;
}

.product-thumb .price .price-tax {
  color: #999;
  font-size: 12px;
  display: none;
}

.product-thumb .product-description {
  padding: 0 10px 20px;
  text-align: center;
}

.product-thumb .product-description .description {
  display: none;
}

.product-thumb .outstock-overlay {
  position: absolute;
  background: #c92c2c;
  text-align: center;
  text-transform: uppercase;
  padding: 7px;
  width: auto;
  color: #fff;
  display: block;
  font-size: 9px;
  font-weight: 600;
  border-radius: 4px;
  top: 10px;
  right: 10px;
  line-height: 10px;
}

.product-thumb .thumbnail-container {
  display: block;
  position: relative;
}

.product-thumb .sold-out {
  cursor: not-allowed;
}

.product-thumb .rating {
  text-align: center;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product-thumb .rating .fa-star,
.product-thumb .rating .fa-star-o {
  color: #ccc;
  font-size: 15px;
  line-height: 0;
}

@media (max-width: 543px) {

  .product-thumb .rating .fa-star,
  .product-thumb .rating .fa-star-o {
    font-size: 13px;
  }
}

.product-thumb .rating .yellow {
  color: #fec42d;
}

.product-thumb .rating .gray {
  color: #ccc;
}

.product-thumb .rating span.fa-stack {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

@media (max-width: 543px) {
  .product-thumb .rating span.fa-stack {
    width: 8px;
    height: 8px;
  }
}

.product-thumb .button-group {
  display: block;
  opacity: 1;
  position: unset;
  vertical-align: middle;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* If media is below 768 */
}

@media (max-width: 767px) {
  .product-thumb .button-group {
    display: block;
    opacity: 1;
    position: unset;
  }
}

.product-thumb .button-group i {
  display: none;
}

.product-thumb .button-group>div {
  border: none;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  text-align: center;
}

.product-thumb .button-group>div button,
.product-thumb .button-group>div .quickbox {
  /* If media is below 544 */
  /* If media is below 544 */
  background: #509abd;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  padding: 0;
  display: inline-block;
  outline: none;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  fill: #fff;
}

@media (max-width: 543px) {

  .product-thumb .button-group>div button,
  .product-thumb .button-group>div .quickbox {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 340px) {

  .product-thumb .button-group>div button,
  .product-thumb .button-group>div .quickbox {
    width: 28px;
    height: 28px;
  }
}

.product-thumb .button-group>div button span,
.product-thumb .button-group>div .quickbox span {
  display: none !important;
}

.product-thumb .button-group>div button:hover,
.product-thumb .button-group>div .quickbox:hover {
  fill: #fff;
  background: #da6d8f;
}

.product-thumb .button-group .btn-quickview,
.product-thumb .button-group .btn-wishlist,
.product-thumb .button-group .btn-compare,
.product-thumb .button-group .btn-cart {
  /* If media is above 767 */
}

@media (min-width: 768px) {

  .product-thumb .button-group .btn-quickview,
  .product-thumb .button-group .btn-wishlist,
  .product-thumb .button-group .btn-compare,
  .product-thumb .button-group .btn-cart {
    /*  opacity: 0;
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
  }
}

.product-thumb .button-group .btn-quickview {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.product-thumb .button-group .btn-wishlist {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.product-thumb .button-group .btn-compare {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.product-thumb .button-group .btn-cart {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 768px) {
  .product-thumb:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 24px;
  }
}

@media (min-width: 768px) {
  .product-thumb:hover .price {
    /*opacity: 0;*/
  }
}

.product-thumb:hover .countdown-container {
  opacity: 0;
}

.product-thumb:hover .button-group {
  opacity: 1;
}

.product-thumb:hover .button-group .btn-quickview,
.product-thumb:hover .button-group .btn-wishlist,
.product-thumb:hover .button-group .btn-compare,
.product-thumb:hover .button-group .btn-cart {
  opacity: 1;
  -moz-transform: translate(0px);
  -webkit-transform: translate(0px);
  -o-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
}

.product-thumb:hover .image .product-img-extra {
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

.product-grid {
  /* If media is below 768 */
  /* If media is below 544 */
  /* If media is below 1200 */
  /* If media is below 1200 */
}

@media (max-width: 767px) {
  .product-grid {
    width: 100%;
  }
}

@media (max-width: 543px) {
  .product-grid {
    padding: 5px 4px;
    width: 100%;
  }
}

.product-grid .product-container {
  padding: 0;
  /* If media is below 544 */
}

@media (max-width: 543px) {
  .product-grid .product-container {
    padding: 0;
  }
}

.product-grid .description {
  display: none;
}

@media (max-width: 1199px) {
  .product-grid:nth-child(4n+1) {
    clear: none;
  }


}

@media (max-width: 991px) {
  .product-grid:nth-child(3n+1) {
    clear: none;
  }

  .product-grid:nth-child(2n+1) {
    clear: left;
  }
}

.product-grid .countdown-container {
  left: 10px;
  right: 10px;
  /* If media is below 544 */
  /* If media is below 376 */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-grid .countdown-container {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 991px) {
  .product-grid .countdown-container {
    left: 40px;
    right: 40px;
  }
}

@media (max-width: 767px) {
  .product-grid .countdown-container {
    left: 15px;
    right: 15px;
  }
}

@media (max-width: 543px) {
  .product-grid .countdown-container {
    left: 15px;
    right: 15px;
  }
}

@media (max-width: 492px) {
  .product-grid .countdown-container {
    left: 7px;
    right: 7px;
  }
}

@media (max-width: 375px) {
  .product-grid .countdown-container {
    left: 5px;
    right: 5px;
  }
}

.product-grid .countdown-container .counter .data {
  /* If media is between 992 and 1199 */
  /* If media is between 992 and 1199 */
}

@media (min-width: 1200px) {
  .product-grid .countdown-container .counter .data {
    width: 55px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-grid .countdown-container .counter .data {
    width: 40px;
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-grid .countdown-container .counter .data {
    width: 55px;
  }
}

@media screen and (min-width: 465px) and (max-width: 543px) {
  .product-grid .countdown-container .counter .data {
    width: 47px;
  }
}

@media screen and (min-width: 400px) and (max-width: 464px) {
  .product-grid .countdown-container .counter .data {
    width: 40px;
  }
}

@media screen and (min-width: 360px) and (max-width: 405px) {
  .product-grid .countdown-container .counter .data {
    width: 35px;
  }
}

@media (max-width: 359px) {
  .product-grid .countdown-container .counter .data {
    width: 33px;
  }
}

@media (max-width: 340px) {
  .product-grid .countdown-container .counter .data {
    width: 28px;
  }
}

.product-list {
  padding: 0;
  border: 0;
  /* If media is below 544 */
}

@media (max-width: 543px) {
  .product-list {
    margin: auto;
    width: 300px;
    float: none;
  }
}

.product-list .product-container {
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.product-list .product-description {
  padding: 15px 15px 4px 15px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: transparent;
  border: 0;
  width: 60%;
  text-align: left;
}

@media (max-width: 543px) {
  .product-list .product-description {
    padding: 10px;
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
  }
}

.product-list .product-description h4 {
  margin-bottom: 10px;
}

.product-list .price {
  margin-bottom: 10px;
  opacity: 1;
}

.product-list .product-thumb {
  /* If media is below 544 */
  text-align: left;
  border: 0;
  border-radius: 0;
  /*==========================To Override theme.scss ==========================*/
}

@media (max-width: 543px) {
  .product-list .product-thumb {
    text-align: center;
  }
}

.product-list .product-thumb:hover {
  box-shadow: none;
}

.product-list .product-thumb:hover h4 {
  opacity: 1;
}

.product-list .product-thumb .description {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.product-list .product-thumb .image {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 0;
  display: block;
  overflow: hidden;
  /* If media is below 992 */
  /* If media is below 768 */
}

@media (max-width: 991px) {
  .product-list .product-thumb .image {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .image {
    width: 40%;
  }
}

@media (max-width: 543px) {
  .product-list .product-thumb .image {
    width: 100%;
  }
}

.product-list .product-thumb .button-group {
  position: unset;
  text-align: left;
  opacity: 1;
}

@media (max-width: 543px) {
  .product-list .product-thumb .button-group {
    text-align: center;
  }
}

.product-list .product-thumb .button-group .btn-quickview,
.product-list .product-thumb .button-group .btn-wishlist,
.product-list .product-thumb .button-group .btn-compare,
.product-list .product-thumb .button-group .btn-cart {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@media (max-width: 543px) {

  .product-list .product-thumb .button-group>div button,
  .product-list .product-thumb .button-group>div .quickbox {
    width: 35px;
    height: 35px;
  }
}

.product-list .product-thumb .caption {
  /* If media is below 768 */
  padding: 15px;
  text-align: left;
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    width: 50%;
  }
}

@media (max-width: 543px) {
  .product-list .product-thumb .caption {
    width: 100%;
    padding: 15px 15px 0;
    text-align: center;
  }
}

.product-list .product-thumb .caption h4 {
  padding: 0;
  margin-bottom: 12px;
}

.product-list .product-thumb .caption .price {
  margin-bottom: 12px;
  opacity: 1;
}

.product-list .product-thumb:hover .price {
  opacity: 1;
}

.product-list .countdown-container {
  /* If media is below 768 */
}

@media (min-width: 1200px) {
  .product-list .countdown-container {
    left: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-list .countdown-container {
    left: 10px;
    right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-list .countdown-container {
    left: 25px;
    right: 25px;
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  .product-list .countdown-container {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 4px;
  }
}

@media (max-width: 543px) {
  .product-list .countdown-container {
    left: 25px;
    right: 25px;
  }
}

.product-list .countdown-container .counter .data {
  /* If media is between 544 and 1199 */
  /* If media is between 544 and 1199 */
  /* If media is between 544 and 1199 */
  /* If media is between 544 and 1199 */
  /* If media is below 476 */
  /* If media is below 376 */
}

@media (min-width: 1200px) {
  .product-list .countdown-container .counter .data {
    width: 55px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-list .countdown-container .counter .data {
    width: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-list .countdown-container .counter .data {
    width: 50px;
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  .product-list .countdown-container .counter .data {
    width: 40px;
  }
}

@media screen and (min-width: 401px) and (max-width: 543px) {
  .product-list .countdown-container .counter .data {
    width: 54px;
  }
}

@media (max-width: 475px) {
  .product-list .countdown-container .counter .data {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .product-list .countdown-container .counter .data {
    width: 54px;
    height: 25px;
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .product-list .countdown-container .counter .data {
    width: 50px;
    font-size: 18px;
  }
}

.product-list .countdown-container .counter .lbl {
  /* If media is below 476 */
  /* If media is below 376 */
}

@media (max-width: 475px) {
  .product-list .countdown-container .counter .lbl {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .product-list .countdown-container .counter .lbl {
    font-size: 13px;
  }
}

.breadcrumb-container {
  margin: 30px 0;
  padding: 15px;
  overflow: hidden;
  background: url("") no-repeat top;
  background-attachment: fixed;
  background-color: #f7f7f7;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  float: right;
}

@media (max-width: 991px) {
  .breadcrumb {
    float: none;
  }
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  line-height: 17px;
}

.breadcrumb>li+li:before {
  content: "|";
  padding: 0 10px 0 5px;
  top: -1px;
  font-weight: 400;
  color: #262626;
  position: relative;
}

.page-title {
  color: #232323;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  float: left;
}

@media (max-width: 991px) {
  .page-title {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}

.category_banner .category_img {
  margin-bottom: 15px;
}

.category_banner .category-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #3d3d3d;
  display: none;
}

.category_banner .category_description {
  line-height: 22px;
  color: #888;
  margin-bottom: 15px;
  font-weight: 500;
}

.category_banner .category_description p {
  margin: 0;
}

.refine-search h3 {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 16px;
  text-align: center;
  color: #3d3d3d;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.refine-search .category-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  /* If media is below 544 */
}

@media (max-width: 543px) {
  .refine-search .category-list ul {
    margin: 0 -10px;
  }
}

.refine-search .category-list ul .owl-item .item {
  /* If media s below 420 */
}

@media (max-width: 420px) {
  .refine-search .category-list ul .owl-item .item {
    width: auto;
  }
}

.refine-search .category-list ul li {
  list-style: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.refine-search .category-list ul li.item {
  margin-bottom: 25px;
  /* If media s below 420 */
  /* If media is below 768 */
  /* If media is below 768 */
  /* If media is below 544 */
  /* If media s below 420 */
}

@media (max-width: 420px) {
  .refine-search .category-list ul li.item {
    width: 50%;
  }
}

.refine-search .category-list ul li.item:nth-child(4n+1) {
  clear: left;
}

@media (max-width: 1199px) {
  .refine-search .category-list ul li.item:nth-child(6n+1) {
    clear: none;
  }

  .refine-search .category-list ul li.item:nth-child(4n+1) {
    clear: left;
  }
}

@media (max-width: 767px) {
  .refine-search .category-list ul li.item:nth-child(4n+1) {
    clear: none;
  }

  .refine-search .category-list ul li.item:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 543px) {
  .refine-search .category-list ul li.item {
    padding: 0 5px;
  }
}

@media (max-width: 420px) {
  .refine-search .category-list ul li.item:nth-child(3n+1) {
    clear: none;
  }

  .refine-search .category-list ul li.item:nth-child(2n+1) {
    clear: left;
  }
}

.refine-search .category-list ul li:hover a .subcategory-title {
  color: #3d3d3d;
}

.refine-search .category-list ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.refine-search .category-list ul li a img {
  display: block;
  max-width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
}

.refine-search .category-list ul li a .subcategory-title {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #777;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.refine-search .category-list .owl-nav {
  text-align: center;
  margin-top: 0;
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
}

.refine-search .category-list .owl-nav .owl-prev,
.refine-search .category-list .owl-nav .owl-next {
  position: absolute;
  left: 0;
  right: auto;
}

.refine-search .category-list .owl-nav .owl-next {
  right: 0;
  left: auto;
}

.product-list-top {
  padding: 14px 15px;
  line-height: 30px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}

.product-list-top .btn-list-grid {
  /* If media is below 768 */
  position: relative;
  top: 4px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .product-list-top .btn-list-grid {
    margin-right: 15px;
  }
}

.product-list-top .btn-list-grid .btn-group>.btn {
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  margin: 1px;
  padding: 0;
  border: 0;
  background: url(../img/grid.png) no-repeat;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.product-list-top .btn-list-grid .btn-group>.btn i {
  display: none;
}

.product-list-top .btn-list-grid .btn-group>.btn#grid-view {
  background-position: 0 0;
  margin-right: 8px;
}

.product-list-top .btn-list-grid .btn-group>.btn#grid-view:hover,
.product-list-top .btn-list-grid .btn-group>.btn#grid-view.active {
  background-position: 0px -33px;
}

.product-list-top .btn-list-grid .btn-group>.btn#list-view {
  background-position: -37px 0;
}

.product-list-top .btn-list-grid .btn-group>.btn#list-view:hover,
.product-list-top .btn-list-grid .btn-group>.btn#list-view.active {
  background-position: -37px -32px;
}

.product-list-top .compare-total {
  position: relative;
  top: 5px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.product-list-top .pagination-right {
  /* If media is below 768 */
  float: right;
  margin: 0;
  width: auto;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-list-top .pagination-right {
    float: none;
    margin-left: 15px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .product-list-top .pagination-right {
    float: none;
    margin-left: 15px;
    margin-top: 15px;
  }
}

.product-list-top .pagination-right .sort-by-wrapper,
.product-list-top .pagination-right .show-wrapper {
  /* If media is below 768 */
  float: left;
  margin-right: 15px;
  position: relative;
  top: 3px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {

  .product-list-top .pagination-right .sort-by-wrapper,
  .product-list-top .pagination-right .show-wrapper {
    float: none;
  }
}

.product-list-top .pagination-right .show-wrapper {
  /* If media is below 544 */
}

@media (max-width: 543px) {
  .product-list-top .pagination-right .show-wrapper {
    margin: 10px 0 0;
  }
}

.product-list-top .pagination-right .sort-by {
  float: left;
  margin: 3px 10px 0 0;
  width: auto;
  padding: 0;
}

.product-list-top .pagination-right .sort {
  float: left;
  width: 150px;
  padding: 0;
}

.product-list-top .pagination-right .show {
  /* If media is below 544 */
  float: left;
  margin: 2px 10px 0;
  padding: 0;
  width: auto;
}

@media (max-width: 543px) {
  .product-list-top .pagination-right .show {
    margin: 2px 10px 0 0;
  }
}

.product-list-top .pagination-right .limit {
  float: right;
  width: 100px;
  padding: 0;
}

.product-list-top .pagination-right .select-wrapper .form-control {
  font-size: 12px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 0 5px;
  color: #333;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.product-list-top .pagination-right .select-wrapper .form-control:focus {
  box-shadow: none;
  outline: none;
}

.product-list-top .pagination-right .select-wrapper:after {
  font-family: 'fontawesome';
  content: '\f0d7';
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 2px;
  pointer-events: none;
}

.product-list-js {
  /* If media is below 768 */
}

@media (max-width: 543px) {
  .product-list-js {
    padding: 0 5px;
  }
}

.category-pagination {
  /* If media is below 992 */
  /* If media is below 544 */
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 14px 15px;
  background-color: #f5f5f5;
}

@media (max-width: 991px) {
  .category-pagination {
    margin-bottom: 15px;
  }
}

@media (max-width: 543px) {
  .category-pagination {
    text-align: center !important;
  }
}

.category-pagination .pagination-desc {
  /* If media is below 544 */
  line-height: 34px;
  font-size: 14px;
  color: #333;
}

@media (max-width: 543px) {
  .category-pagination .pagination-desc {
    text-align: center !important;
    width: 100%;
    padding-bottom: 8px;
  }
}

.category-pagination .text-right {
  /* If media is below 544 */
}

@media (max-width: 543px) {
  .category-pagination .text-right {
    text-align: center;
    width: 100%;
  }
}

.category-pagination .pagination {
  margin: 0;
  border-radius: 0;
}

.category-pagination .pagination>.active>span {
  background-color: #dbab6d;
  border-color: #dbab6d;
  color: #fff;
  cursor: not-allowed;
}

.category-pagination .pagination li>a,
.category-pagination .pagination li>span {
  color: #3d3d3d;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 6px 14px;
}

#information-contact .contact-location .store-map img {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}

#information-contact .contact-location .location-title {
  font-weight: 600;
}

#information-contact .contact-location .location-title i {
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  color: #999;
  font-size: 16px;
  height: 30px;
  margin: 10px 8px 10px 0;
  padding: 5px;
  text-align: center;
  width: 30px;
  position: relative;
  top: 5px;
}

#information-contact .contact-location .location-detail {
  margin: 0 0 20px 37px;
}

#cart table>tbody>tr {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #eee;
}

#cart table>tbody>tr:nth-of-type(2n+1) {
  background-color: transparent;
}

#cart table>tbody>tr>td {
  border-top: 0;
  font-size: 14px;
}

#cart table>tbody>tr>td.product-image {
  padding: 13px 0;
}

#cart table>tbody>tr>td .cart_block_product_name {
  font-weight: 400;
  vertical-align: top;
}

#cart table>tbody>tr>td .cart_block_product_name:hover {
  color: #3d3d3d;
}

#cart table>tbody>tr>td .text-price {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  color: #3d3d3d;
}

#cart table>tbody>tr>td .product-detail {
  font-weight: 400;
  font-size: 13px;
  color: #787878;
}

#cart table>tbody>tr>td .btn-danger {
  color: #3d3d3d;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 0;
  background-color: transparent;
  border: none;
}

#cart table>tbody>tr>td .btn-danger svg {
  height: 15px;
  width: 15px;
  color: #3d3d3d;
}

#cart table.billing-info {
  margin-bottom: 8px;
}

@media (max-width: 543px) {
  #cart table.billing-info {
    margin-bottom: 0;
  }
}

#cart table.billing-info>tbody {
  border-top: 1px solid #eee;
  padding-top: 4px;
  display: block;
}

#cart table.billing-info>tbody>tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
}

#cart table.billing-info>tbody>tr>td {
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

#cart table.billing-info>tbody>tr>td strong {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 15px;
  line-height: 22px;
}

#cart table.billing-info>tbody>tr>td .value {
  color: #3d3d3d;
  line-height: 22px;
}

.table.table-bordered {
  /* If media is below 768 */
  border-color: #e9e9e9;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .table.table-bordered {
    margin-bottom: 0;
  }
}

.table.table-bordered>thead>tr>td {
  padding: 10px 15px;
  background: #f8f8f8 none repeat scroll 0 0;
  color: #3d3d3d;
  font-weight: 500;
  border: 1px solid #e9e9e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  vertical-align: middle;
}

.table.table-bordered>tbody>tr>td {
  padding: 10px 15px;
  color: #3d3d3d;
  font-weight: 500;
  border: 1px solid #e9e9e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  vertical-align: middle;
}

.table.table-bordered>tbody>tr>td .img-thumbnail {
  border-radius: 0;
  padding: 0;
  border-color: #eee;
}

.table.table-bordered>tbody>tr>td small {
  font-size: 12px;
  color: #888;
}

.table.table-bordered>tbody>tr>td .price {
  font-weight: 500;
}

.table.table-bordered>tbody>tr>td .price b {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.table.table-bordered>tbody>tr>td .price s {
  color: #888;
}

.table.table-bordered>tbody>tr>td.unit-price,
.table.table-bordered>tbody>tr>td.total-price {
  color: #333;
  font: 400;
  font-size: 13px;
}

.table.table-bordered>tbody>tr>td.rating .fa-stack {
  width: 20px;
  height: 20px;
}

.table.table-bordered>tbody>tr>td.rating .fa-stack .fa-stack-2x,
.table.table-bordered>tbody>tr>td.rating .fa-stack i {
  font-size: 15px;
}

#checkout-cart {
  /* If media is above 1199 */
  /* If media is above 991 */
}

#checkout-cart h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
}

#checkout-cart #accordion .panel {
  border: none;
}

#checkout-cart #accordion .panel-heading {
  padding: 0;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
}

#checkout-cart #accordion .panel-heading a {
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #333;
  overflow: hidden;
}

#checkout-cart #accordion .panel-heading a i {
  float: right;
  line-height: 20px;
}

#checkout-cart #accordion .panel-body {
  border: 1px solid #e5e5e5;
  border-top: 0;
}

#checkout-cart #accordion .control-label {
  width: 100%;
  padding: 0;
  color: #3d3d3d;
  text-align: left;
}

#checkout-cart #accordion .form-control {
  background: #fff;
  border-color: #e9e9e9;
  color: #9c9b9b;
  margin: 0 0 5px;
}

#checkout-cart #accordion .input-group {
  display: table;
}

#checkout-cart #accordion .input-group .input-group-btn {
  vertical-align: top;
}

#checkout-cart #accordion .input-group .input-group-btn .btn-primary {
  padding: 8px 14px;
  line-height: 16px;
}

#checkout-cart #accordion .form-horizontal .form-group {
  margin: 15px 0;
}

#checkout-cart #accordion .form-horizontal .form-group>div {
  width: 100%;
  padding: 0;
  margin: 5px 0;
}

#checkout-cart .sub-total-table {
  margin-bottom: 20px;
}

#checkout-cart .sub-total-table .table-bordered>tbody>tr>td strong {
  font-weight: 500;
  font-size: 13px;
}

#checkout-cart .sub-total-table .table-bordered>tbody>tr>td.total-amount {
  color: #333;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
}

#checkout-cart .sub-total-table .table-bordered>tbody>tr:last-child>td strong {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

#checkout-cart .sub-total-table .table-bordered>tbody>tr:last-child>td.total-amount {
  font-size: 14px;
  color: #666;
}

#checkout-cart .buttons {
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  #checkout-cart .collapse {
    display: none;
  }

  #checkout-cart .collapse.in {
    display: block;
  }
}

@media (min-width: 992px) {
  #checkout-cart .collapse {
    display: none;
  }

  #checkout-cart .collapse.in {
    display: block;
  }
}

#checkout-checkout {
  /* If media is above 1199 */
  /* If media is above 991 */
}

#checkout-checkout #column-left .collapse,
#checkout-checkout #column-right .collapse {
  /* If media is above 991 */
}

@media (min-width: 992px) {

  #checkout-checkout #column-left .collapse,
  #checkout-checkout #column-right .collapse {
    display: inherit;
  }
}

#checkout-checkout #accordion .panel-default {
  border-radius: 0;
  overflow: hidden;
}

#checkout-checkout #accordion .panel-default .panel-heading {
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  color: #1f2022;
}

#checkout-checkout #accordion .panel-default .panel-heading .panel-title {
  font-size: 13px;
  font-weight: 500px;
  line-height: 26px;
}

#checkout-checkout #accordion .panel-default .panel-heading .panel-title a {
  display: block;
}

#checkout-checkout #accordion .panel-default .panel-heading .panel-title a i {
  float: right;
  line-height: 26px;
}

#checkout-checkout #accordion .panel-default .panel-body {
  border-top: 0;
}

#checkout-checkout #accordion .buttons input[type="checkbox"] {
  margin: 0px 2px 0px 2px;
}

#checkout-checkout #accordion h2 {
  color: #333;
  font: 600 16px/24px 'Open Sans', sans-serif;
  margin: 0 0 15px;
}

#checkout-checkout #accordion .radio label {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

#checkout-checkout #accordion p {
  color: #888;
  line-height: 22px;
  font-size: 13px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  #checkout-checkout .collapse {
    display: none;
  }

  #checkout-checkout .collapse.in {
    display: block;
  }
}

@media (min-width: 992px) {
  #checkout-checkout .collapse {
    display: none;
  }

  #checkout-checkout .collapse.in {
    display: block;
  }
}

#checkout-cart #column-left .collapse,
#checkout-cart #column-right .collapse {
  /* If media is above 991 */
}

@media (min-width: 992px) {

  #checkout-cart #column-left .collapse,
  #checkout-cart #column-right .collapse {
    display: inherit;
  }
}

table.table-bordered>tbody>tr>td .btn-primary {
  border: 0;
  line-height: 20px;
  padding: 7.5px 12px;
}

table.table-bordered>tbody>tr>td .btn-primary::before {
  display: none;
}

#account-login .well {
  box-shadow: none;
  background-color: transparent;
  border-color: #e9e9e9;
}

#account-login .well h2 {
  color: #333;
  font: 600 16px/24px 'Open Sans', sans-serif;
  margin: 0 0 15px;
}

#account-login .well p {
  color: #333;
  line-height: 22px;
  font-size: 13px;
  margin-bottom: 15px;
}

#account-login .well p strong {
  font-weight: 500;
  color: #232323;
  font-size: 14px;
}

#column-right .list-group .list-group-item {
  border-radius: 0;
}

#account-account .a-link-list {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 5px;
}

#account-account .a-link-list .a-link-heading {
  background-color: #f5f5f5;
  margin-bottom: 6px;
  padding: 5px 8px;
}

#account-account .a-link-list .a-link-heading h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 38px;
}

#account-account .a-link-list .a-link-content {
  padding: 8px;
  font-size: 14px;
  color: #888;
  line-height: 24px;
}

#account-account .a-link-list .a-link-content ul {
  margin: 0;
  padding: 0;
}

#account-account .a-link-list .a-link-content ul li a {
  color: #888;
  line-height: 24px;
}

#account-account .a-link-list .a-link-content ul li a:hover {
  color: #dbab6d;
}

#account-address .table-responsive .table.table-bordered {
  margin-bottom: 0;
}

#account-address .table-responsive .table.table-bordered>tbody>tr>td {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}

#account-order table.table-bordered {
  /* If media is below 992 */
}

@media (max-width: 991px) {
  #account-order table.table-bordered {
    margin-bottom: 0;
  }
}

#account-order table.table-bordered>tfoot>tr>td>b {
  color: #333;
}

#account-return .form-horizontal .form-group .input-group {
  display: table;
}

#account-return .form-horizontal .form-group .input-group .btn-default {
  line-height: 1.32857;
  padding: 7px 12px;
}

#account-return .form-horizontal .form-group .input-group .btn-default:before {
  display: none;
}

#account-register .form-horizontal .control-label {
  color: #232323;
  font-weight: 500;
}

#account-register .form-horizontal fieldset legend {
  color: #3d3d3d;
  font-weight: 500;
}

#information-sitemap ul {
  padding: 0 20px;
  margin-top: 10px;
  text-transform: capitalize;
}

#information-sitemap ul.nested {
  margin-left: 20px;
}

#information-sitemap ul li {
  margin-bottom: 1rem;
}

#footer {
  margin-top: 30px;
  background: #f3e9ff url("/image/catalog/footerbackground.png") no-repeat;
  background-color: #f3e9ff;
  color: #888;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clear: both;
  line-height: 1.25em;
  /* If media is above 1199 */
  /* If media is above 991 */
}

@media (max-width: 991px) {
  #footer {
    background-position: center;
    background-size: cover;
  }
}

#footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

#footer section {
  margin: 0;
}

#footer.home-footer {
  margin-top: 50px;
}

@media (max-width: 991px) {
  #footer.home-footer {
    margin-top: 0;
  }
}

#footer.other-footer {
  margin-top: 80px;
}

#footer .footer-after .footer-aftertext {
  text-align: center;
  color: #888;
  padding: 10px 0px;
  margin-bottom: 0;
  font-size: 15px;
  /* If media is above 991 */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .footer-after .footer-aftertext {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #footer .footer-after .footer-aftertext {
    text-align: center;
    padding: 10px 0 20px;
  }
}

#footer .footer-after .footer-aftertext a {
  color: #888;
}

#footer .footer-after .footer-aftertext a:after {
  display: none;
}

#footer .footer-after .footer-aftertext a:hover {
  color: #dbab6d;
}

#footer .footer-after>.container {
  border-top: 1px solid #cedce3;
  padding: 20px 15px;
}

#footer .footer-after>.container .row {
  /* If media is above 991 */
}

@media (min-width: 992px) {
  #footer .footer-after>.container .row {
    display: flex;
    align-items: center;
  }
}

#footer #slidetop {
  background: #dbab6d none repeat scroll 0 0;
  box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.1);
  color: transparent;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  padding: 6px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 4;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#footer #slidetop:before {
  content: "\f106";
  display: inline-block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 26px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#footer #slidetop:after {
  display: none;
}

#footer #slidetop:hover {
  background-color: #4fbdb0;
  animation: none;
  mask-image: none;
  mask-size: unset;
  -webkit-mask-image: none;
  -webkit-mask-size: unset;
}

#footer #slidetop:hover:before {
  color: #fff;
}

#footer .button-group>div .quickbox,
#footer .button-group>div button {
  background-color: #da6d8f;
  color: #fff;
  background-image: none;
  width: auto;
  height: auto;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

#footer .button-group>div .quickbox:hover,
#footer .button-group>div button:hover {
  background-color: #509abd;
  color: #fff;
  animation: none;
  mask-image: none;
  mask-size: unset;
  -webkit-mask-image: none;
  -webkit-mask-size: unset;
}

#footer a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #888;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  word-break: break-all;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #footer a {
    font-size: 14px;
    line-height: 16px;
  }
}

#footer a:hover {
  color: #ff8c9a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#footer a:hover:after {
  color: #ff8c9a;
}

#footer p {
  color: #888;
}

#footer h5,
#footer .h3 {
  margin: 0 0 20px 0;
  display: block;
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  #footer h5,
  #footer .h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {

  #footer h5,
  #footer .h3 {
    margin: 0 0 15px 0;
    font-size: 17px;
  }
}

#footer li {
  margin-bottom: 15px;
}

#footer .block-contact {
  /* If media is below 480 */
  display: block;
  overflow: hidden;
}

@media (max-width: 480px) {
  #footer .block-contact {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  #footer .block-contact {
    width: 28%;
  }
}

@media (max-width: 991px) {
  #footer .block-contact #contact-info-container {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  #footer .block-contact h5 {
    display: none;
  }
}

#footer .block-contact .block {
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .block-contact .block {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  #footer .block-contact .block {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  #footer .block-contact .block {
    margin-bottom: 10px;
  }
}

@media (max-width: 543px) {
  #footer .block-contact .block {
    width: 100%;
  }
}

#footer .block-contact .block:hover .icon {
  background: #4fbdb0;
  color: #fff;
}

#footer .block-contact .block .icon {
  content: "";
  height: 48px;
  width: 48px;
  border-radius: 50px;
  background: #fff;
  color: #dbab6d;
  font-family: FontAwesome;
  font-size: 22px;
  margin-right: 8px;
  line-height: 48px;
  vertical-align: middle;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#footer .block-contact .block:last-child {
  padding-bottom: 0;
}

#footer .block-contact .block:last-child:after {
  display: none;
}

#footer .block-contact .block.email .icon {
  font-size: 17px;
  line-height: 45px;
}

#footer .block-contact .block .content {
  line-height: 25px;
  overflow: hidden;
  display: inline-block;
  width: 80%;
  color: #888;
  /* If media is below 992 */
}

@media (max-width: 1450px) {
  #footer .block-contact .block .content {
    width: 74%;
  }
}

@media (max-width: 1199px) {
  #footer .block-contact .block .content {
    width: 67%;
  }
}

#footer .block-contact .block .content .content-title {
  font-size: 17px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 5px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 991px) {
  #footer .block-contact .block .content {
    text-align: left;
  }
}

#footer .block-contact .block .content a {
  color: #888;
}

#footer .block-contact .block .content a:after {
  display: none;
}

#footer .block-contact .block .content a:hover {
  padding-left: 0;
}

@media (max-width: 991px) {
  #footer .footer-before {
    padding: 40px 0 0;
  }
}

#footer .footer-container {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 0 40px;
}

@media (max-width: 1199px) {
  #footer .footer-container {
    padding: 0 0 20px;
  }
}

@media (max-width: 991px) {
  #footer .footer-container {
    padding: 40px 0 25px;
  }
}

#footer .footer-container .information,
#footer .footer-container .extras,
#footer .footer-container .account {
  padding-left: 30px;
}

@media (min-width: 992px) {

  #footer .footer-container .information,
  #footer .footer-container .extras,
  #footer .footer-container .account {
    width: 22%;
  }
}

@media (max-width: 1199px) {

  #footer .footer-container .information,
  #footer .footer-container .extras,
  #footer .footer-container .account {
    padding-left: 15px;
  }
}

#footer .footer-dropdown {
  margin-top: 10px;
}

@media (max-width: 991px) {
  #footer .footer-dropdown {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  #footer .footer-block {
    margin-bottom: 0;
  }

  #footer .footer-block:last-child {
    margin-bottom: 0;
  }

  #footer .footer-block .list-unstyled {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  #footer .collapse {
    display: inherit;
  }

  #footer .footer-dropdown {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  #footer .collapse {
    display: inherit;
  }
}

#footer .footer-title .navbar-toggler {
  top: 0;
  right: 0;
  color: #232323;
}

#footer .block-social {
  display: block;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  #footer .block-social {
    padding: 0 0 5px;
    text-align: center;
  }
}

#footer .block-social ul {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

#footer .block-social ul li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  #footer .block-social ul li {
    margin: 0 ! importnat;
  }
}

#footer .block-social ul li a {
  width: 42px;
  height: 42px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-weight: 400;
  position: relative;
  font-size: 18px;
  line-height: 37px;
  background-color: #fff;
  color: #dbab6d !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#footer .block-social ul li a i {
  font-size: 16px;
  line-height: 43px;
}

#footer .block-social ul li a:hover {
  background-color: #dbab6d;
  color: #fff !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-nav {
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  /* If media is below 768 */
}

@media (max-width: 767px) {
  .owl-nav {
    margin-top: 10px;
  }
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  display: inline-block;
  border: 1px solid #da6d8f;
  background-color: #da6d8f;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin: 3px;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* If media is below 544 */
}

@media (max-width: 543px) {

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 32px;
    height: 32px;
  }
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #509abd;
  border-color: #509abd;
}

.owl-nav .owl-prev:hover i:before,
.owl-nav .owl-next:hover i:before {
  color: #fff;
}

.owl-nav .owl-prev i:before,
.owl-nav .owl-next i:before {
  font-size: 18px;
  line-height: 33px;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* If media is below 544 */
}

@media (max-width: 543px) {

  .owl-nav .owl-prev i:before,
  .owl-nav .owl-next i:before {
    font-size: 16px;
    line-height: 30px;
  }
}

.owl-nav .owl-next i:before {
  margin-left: 3px;
}

.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  outline: none;
}

.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #dbab6d;
  margin: 0 3px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-dots .owl-dot.active span {
  background: #dbab6d;
  border-color: #dbab6d;
}

.owl-dots .owl-dot:hover span {
  background: #dbab6d;
  border-color: #dbab6d;
}

.owl-dots.ishi-style-dot1 .owl-dot span {
  border-radius: 0;
}

.owl-dots.ishi-style-dot2 .owl-dot span {
  border-radius: 50%;
  border: 1px solid #3d3d3d;
  background: #dbab6d;
}

.owl-dots.ishi-style-dot2 .owl-dot.active span {
  border-color: #3d3d3d;
  background: #3d3d3d;
}

.owl-dots.ishi-style-dot3 .owl-dot span {
  border-radius: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.owl-dots.ishi-style-dot4 .owl-dot span {
  width: 25px;
  height: 5px;
  border-radius: 0;
}

.owl-dots.ishi-style-dot5 .owl-dot span {
  width: 25px;
  height: 6px;
  border-radius: 5px;
}

#product-search .search-criteria {
  border: 1px solid #eee;
  padding: 10px;
}

#product-search .search-criteria .select-wrapper {
  position: relative;
}

#product-search .search-criteria .checkbox-inline {
  line-height: 20px;
}

#product-search .search-criteria .search-list {
  margin-bottom: 15px;
}

#product-search .search-criteria .search-list .form-control {
  margin: 0;
  font-size: 12px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 0 10px;
  color: #333;
  position: relative;
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
}

#_desktop_top_menu {
  display: inline-block;
  vertical-align: middle;
}

#_desktop_top_menu #top-menu {
  margin: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #_desktop_top_menu {
    padding: 0;
  }
}

#top-menu>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  #top-menu>li {
    display: block;
  }
}

#top-menu>li:last-child {
  border-bottom: 0;
}

#top-menu>li .dropdown-item {
  white-space: normal;
  display: block;
  width: 100%;
  clear: both;
}

#top-menu>li:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0%;
  transform-origin: 0%;
}

#top-menu>li:hover>a {
  color: #da6d8f;
}

#top-menu>li>a {
  /* If media is below 992 */
  /* If media is below 992 */
  line-height: 20px;
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  display: block;
  position: relative;
  z-index: 888;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #top-menu>li>a {
    padding: 15px 9px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #top-menu>li>a {
    color: #3d3d3d;
  }
}

#top-menu>li>a i {
  float: right;
  line-height: 16px;
  font-size: 22px;
}

#top-menu>li>a:hover {
  /* If media is below 992 */
  color: #da6d8f;
}

@media (max-width: 991px) {
  #top-menu>li>a:hover {
    color: #dbab6d;
  }
}

#_desktop_top_menu #top-menu>li .sub-menu {
  top: 100%;
  left: 0;
  border: none;
  width: auto;
  z-index: 18;
  padding: 15px;
  margin: 0;
  z-index: 8888;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: 0px 6px 15px #000;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

#_desktop_top_menu #top-menu>li .sub-menu.collapse {
  opacity: 0;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
}

#_desktop_top_menu #top-menu>li .sub-menu ul[data-depth="1"]>li {
  float: left;
  width: 249px;
  text-align: left;
  font-weight: 400;
}

#_desktop_top_menu #top-menu>li .sub-menu ul[data-depth="1"]>li>a {
  padding: 0;
  padding-bottom: 4px;
  margin-bottom: 17px;
  font-weight: 500;
  color: #3d3d3d;
  text-transform: capitalize;
  font-size: 15px;
  position: relative;
  display: block;
}

#_desktop_top_menu #top-menu>li .sub-menu ul[data-depth="1"]>li>a:before {
  border-top: 1px solid #ddd;
  bottom: -7px;
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
}

#_desktop_top_menu #top-menu>li:nth-child(8) .sub-menu {
  right: 0;
  left: auto;
}

#_desktop_top_menu #top-menu>li:hover:hover .sub-menu {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}

.top-menu a.dropdown-submenu {
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 400;
}

.top-menu ul[data-depth="2"]>li a {
  padding: 0;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  padding-bottom: 7px;
}

.top-menu ul[data-depth="2"]>li a:hover {
  color: #232323;
}

.top-menu ul[data-depth="2"]>li:last-child a {
  padding-bottom: 0;
}

.top-menu .collapse {
  display: inherit;
}

.top-menu .category-image {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}

.top-menu .popover {
  max-width: inherit;
}

.popover.bs-tether-element-attached-top {
  margin-top: 0;
}

#canvas {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#mobile_top_menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  bottom: 0;
  background: white;
  z-index: 99999999;
  overflow-y: auto;
  overflow-x: auto;
}

#mobile_top_menu_wrapper #top_menu_closer {
  cursor: pointer;
  margin-top: 8px;
  margin-right: 11px;
  text-align: right;
}

#mobile_top_menu_wrapper #_mobile_top_menu {
  padding: 15px;
}

#mobile_top_menu_wrapper #top-menu {
  margin-bottom: 0;
  text-align: left;
  display: block;
  padding: 2px 0;
  background: none;
}

#mobile_top_menu_wrapper #top-menu>li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  cursor: pointer;
}

#mobile_top_menu_wrapper #top-menu>li:last-child {
  border-bottom: 0;
}

#mobile_top_menu_wrapper #top-menu>li a {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-bottom: 0;
  z-index: 1;
  font-size: 16px;
  color: #3d3d3d;
}

#mobile_top_menu_wrapper #top-menu>li i {
  float: right;
  line-height: 16px;
  font-size: 22px;
}

#mobile_top_menu_wrapper #top-menu ul[data-depth="1"]>li a {
  font-size: 15px;
}

#mobile_top_menu_wrapper #top-menu ul[data-depth="2"]>li a {
  font-size: 14px;
}

#mobile_top_menu_wrapper #top-menu ul[data-depth="3"]>li a {
  font-size: 14px;
}

#mobile_top_menu_wrapper #top-menu ul[data-depth="4"]>li a {
  font-size: 14px;
}

#mobile_top_menu_wrapper .top-menu {
  color: #3d3d3d;
}

#mobile_top_menu_wrapper .top-menu .category-image {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  padding: 0;
  position: absolute;
  right: 0;
  top: 16px;
  left: auto;
}

#mobile_top_menu_wrapper .top-menu .collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  box-shadow: none;
  z-index: inherit;
  display: block;
  position: static;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
  min-width: 100%;
  border: none;
  padding: 10px 0 0 15px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
  margin: 0;
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
  float: none;
  margin: 0;
  padding: 10px 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
  text-transform: capitalize;
  font-size: 15px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
  padding: 0 0 0 15px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
  margin-bottom: 5px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] {
  padding: 10px 0 0 15px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"]>li {
  padding: 10px 0 5px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"]>li {
  padding: 10px 0 5px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"]>li>a {
  padding-left: rem(40px);
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"]>li {
  padding: 10px 0 5px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"]>li>a {
  padding-left: rem(60px);
}

#mobile_top_menu_wrapper .top-menu .popover {
  border-radius: 0;
}

#menu-icon {
  padding: 0px;
  float: left;
  cursor: pointer;
}

#menu-icon .nav-icon {
  width: 40px;
  height: 40px;
}

#menu-icon .nav-icon svg {
  fill: #222;
}

#_desktop_seach_widget {
  /* If media is above 1199 */
}

@media (min-width: 992px) {
  #_desktop_seach_widget {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
}

#_desktop_seach_widget:hover .search-widget .search-logo {
  fill: #dbab6d;
}

@media (max-width: 991px) {
  #_desktop_seach_widget:hover .search-widget .search-logo {
    fill: #222;
  }
}

#_desktop_seach_widget .search-name {
  color: #232323;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .search-name {
    display: none;
  }
}

.searchboxform {
  display: none;
}

.search-widget {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.search-widget .search-logo {
  fill: #222;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .search-widget .search-logo {
    fill: #222;
  }
}

.search-widget form {
  left: auto;
  float: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  z-index: 2;
  display: none;
  position: absolute;
  right: 0;
  top: 42px;
  width: auto;
  display: none;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .search-widget form {
    top: 43px;
    right: auto;
    left: 0;
  }
}

.search-widget form input[type="text"] {
  /* If media is below 992 */
  /* If media is below 544 */
  min-width: 330px;
  width: 100%;
  border: 1px solid #eee;
  height: 40px;
  padding: 5px 40px 5px 10px;
  margin: 0;
  background: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: #999;
}

@media (max-width: 991px) {
  .search-widget form input[type="text"] {
    min-width: 300px;
  }
}

@media (max-width: 543px) {
  .search-widget form input[type="text"] {
    min-width: 220px;
  }
}

.search-widget form input[type="text"]:focus {
  outline: none;
  color: #232323;
}

.search-widget form input[type="text"]::placeholder {
  color: #666;
}

.search-widget form .input-group-btn {
  position: absolute;
  right: 0;
}

.search-widget form button {
  position: absolute !important;
  right: 0;
  border: none;
  background: transparent;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 16px;
  outline: none;
  z-index: 11;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .search-widget form button {
    background: transparent;
  }
}

.search-widget form button .btn-text {
  display: none;
}

.search-widget form button:hover,
.search-widget form button:focus {
  border: 0;
  background-color: transparent;
  /* If media is below 992 */
}

@media (max-width: 991px) {

  .search-widget form button:hover,
  .search-widget form button:focus {
    background: transparent;
  }
}

.search-widget form button:hover i:before,
.search-widget form button:focus i:before {
  color: #dbab6d;
}

.search-widget form button:active:focus {
  background-color: transparent;
  border: 0;
}

.search-widget form button i:before {
  color: #3d3d3d;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#checkout #search_widget {
  /* Not ideal solution by allows to reuse same hooks/templates */
  display: none;
}

#pagenotfound .page-content #search_widget {
  width: 100%;
}

.page-not-found #_desktop_seach_widget {
  float: none;
  padding: 0;
  position: unset;
}

.page-not-found .search-widget {
  position: relative;
  padding: 0;
}

.page-not-found .search-widget .search-logo {
  display: none;
}

.page-not-found .search-widget form {
  display: inline-block;
  top: 0;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.ajaxishi-search {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: auto;
  max-height: 348px;
  overflow-y: scroll;
  scrollbar-width: thin;
  background: #fff;
  box-shadow: 0 0px 2px 0px rgba(0, 0, 0, .1);
  z-index: 999;
}

.ajaxishi-search ul {
  margin: 0;
}

.ajaxishi-search ul li {
  text-decoration: none;
  list-style: none;
}

.ajaxishi-search ul li:last-child>div {
  border-bottom: 0;
}

.ajaxishi-search ul li>div {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.ajaxishi-search ul li>div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.ajaxishi-search ul li>div .product-image {
  float: left;
  margin-right: 12px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.ajaxishi-search ul li>div .product-desc {
  text-align: left;
}

.ajaxishi-search ul li>div .product-desc .product-name {
  margin-bottom: 5px;
  color: #3d3d3d;
}

.ajaxishi-search ul li>div .product-desc .product-price .special {
  color: #888;
  text-decoration: line-through;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.ajaxishi-search ul li>div .product-desc .product-price .price {
  color: #3d3d3d;
  display: inline-block;
  vertical-align: middle;
}

.ajaxishi-search ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.ajaxishi-search ::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border: 1px solid #f0f0f0;
}

.ajaxishi-search ::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.ajaxishi-search1 {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  height: auto;
  max-height: 348px;
  overflow-y: scroll;
  scrollbar-width: thin;
  background: #fff;
  box-shadow: 0 0px 2px 0px rgba(0, 0, 0, .1);
  z-index: 999;
}

.ajaxishi-search1 ul {
  margin: 0;
}

.ajaxishi-search1 ul li {
  text-decoration: none;
  list-style: none;
}

.ajaxishi-search1 ul li:last-child>div {
  border-bottom: 0;
}

.ajaxishi-search1 ul li>div {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.ajaxishi-search1 ul li>div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.ajaxishi-search1 ul li>div .product-image {
  float: left;
  margin-right: 12px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.ajaxishi-search1 ul li>div .product-desc {
  text-align: left;
}

.ajaxishi-search1 ul li>div .product-desc .product-name {
  margin-bottom: 5px;
  color: #3d3d3d;
}

.ajaxishi-search1 ul li>div .product-desc .product-price .special {
  color: #888;
  text-decoration: line-through;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.ajaxishi-search1 ul li>div .product-desc .product-price .price {
  color: #3d3d3d;
  display: inline-block;
  vertical-align: middle;
}

.ajaxishi-search1 ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.ajaxishi-search1 ::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border: 1px solid #f0f0f0;
}

.ajaxishi-search1 ::-webkit-scrollbar-track {
  background: #f0f0f0;
}

#product-compare {
  /* If media is below 992 */
}

#product-compare .btn-danger,
#product-compare .btn-primary {
  margin: 2px 0;
}

@media (max-width: 991px) {
  #product-compare .table-bordered {
    float: left;
    width: 100%;
    overflow: auto;
    display: inline;
  }
}

.product_carousel {
  display: block;
  position: relative;
  /* If media is below 768 */
}

@media (max-width: 767px) {
  .product_carousel {
    overflow: hidden;
  }
}

.product_carousel .carousel-container {
  display: block;
  margin-bottom: 20px;
}

.product_carousel .carousel-container .item_image {
  margin-bottom: 15px;
}

.product_carousel .carousel-container .item_image:last-child {
  margin-bottom: 0;
}

.product_carousel .carousel-container .owl-nav {
  /* If media is below 543 */
}

@media (max-width: 544px) {
  .product_carousel .carousel-container .owl-nav {
    margin-top: 15px;
  }
}

.product_carousel .carousel-container .owl-nav .owl-prev,
.product_carousel .carousel-container .owl-nav .owl-next {
  top: 55%;
}

@keyframes slide-down {
  .product_carousel 0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
  }

  .product_carousel 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
  }
}

.product-left {
  position: relative;
  display: block;
}

.product-left .thumbnail {
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 0;
}

.product-left .thumbnail img {
  width: 100%;
}

.product-left .thumbnail:hover,
.product-left .thumbnail:focus {
  border-color: #eee;
}

.product-left .image-carousel {
  position: sticky;
  position: -webkit-sticky;
  top: 15px;
}

.product-left-title {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  .product-left-title {
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

.product-left-title .product-title {
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 12px;
  color: #333;
  line-height: 30px;
  /* If media is below 544 */
}

@media (max-width: 543px) {
  .product-left-title .product-title {
    font-size: 24px;
  }
}

.product-left-title .price {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 22px;
}

.product-left-title .price .product-price {
  /* iIf media is below 768 */
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .product-left-title .price .product-price {
    margin: 0;
  }
}

.product-left-title .price .product-price h2 {
  margin: 0;
  font-size: 22px;
  color: #232323;
}

.product-left-title .price .product-dis {
  /* iIf media is below 768 */
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #888;
  font-weight: 500;
  margin: 0 10px 15px;
}

@media (max-width: 767px) {
  .product-left-title .price .product-dis {
    margin: 0;
  }
}

.product-left-title .price hr {
  border: 0;
}

.product-image .additional-carousel .image-additional {
  margin-bottom: 15px;
}

.product-image .additional-carousel .image-additional.active {
  border: 2px solid #ddd;
}

.product-image .image_show #slider_carousel {
  padding: 0 12px 15px;
}

.product-image .image_show #slider_carousel .owl-nav {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 54%;
  margin-top: -25px;
}

.product-image .image_show #slider_carousel .owl-nav .owl-prev,
.product-image .image_show #slider_carousel .owl-nav .owl-next {
  left: 0;
  right: auto;
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.product-image .image_show #slider_carousel .owl-nav .owl-next {
  right: 0;
  left: auto;
}

.tab-description {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  padding: 0 15px;
}

.tab-description ul {
  padding: 0 15px;
}

.tab-description ul li {
  color: #666;
  font-weight: 400;
}

.tab-description p {
  color: #666;
  font-weight: 400;
}

.tab-description b {
  color: #232323;
  font-size: 14px;
}

#tab-review b,
#tab-review strong {
  font-weight: 500;
}

#tab-review h2 {
  font-size: 20px;
}

.social-toolbox {
  margin-bottom: 10px;
  display: block;
}

.social-toolbox .addthis_toolbox {
  display: inline-block;
  vertical-align: top;
}

.social-toolbox .addthis_toolbox a {
  margin-bottom: 0;
  vertical-align: middle;
}

.social-toolbox .addthis_toolbox .addthis_pill_style {
  height: auto;
}

.social-toolbox .addthis_toolbox .addthis_button_tweet {
  min-width: 90px;
}

.social-toolbox .addthis_toolbox .at300b {
  padding: 0;
}

.product-right {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  margin-bottom: 30px;
}

.product-right .rating-wrapper {
  margin: 10px 0 20px;
  color: #888;
}

.product-right .rating-wrapper .fa-star,
.product-right .rating-wrapper .fa-star-o {
  color: #ccc;
  font-size: 13px;
  line-height: 6px;
}

.product-right .rating-wrapper .yellow {
  color: #fec42d;
}

.product-right .rating-wrapper .gray {
  color: #ccc;
}

.product-right .rating-wrapper span.fa-stack {
  width: 8px;
  height: 8px;
  margin-right: 3px;
}

.product-right .rating-wrapper .review-count,
.product-right .rating-wrapper .write-review {
  margin: 0 10px;
  color: #888;
}

.product-right .countdown-container {
  position: unset;
  margin-left: 0;
  max-width: 230px;
  /* If media is below 544 */
}

@media (max-width: 543px) {
  .product-right .countdown-container {
    padding: 4px;
  }
}

.product-right .countdown-container .counter .data {
  width: 50px;
  /* If media is between 768 and 991 */
  /* If media is below 476 */
  /* If media is below 376 */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-right .countdown-container .counter .data {
    width: 50px;
    font-size: 18px;
    margin-bottom: 2px;
  }
}

@media (max-width: 475px) {
  .product-right .countdown-container .counter .data {
    width: 50px;
    height: 25px;
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .product-right .countdown-container .counter .data {
    width: 50px;
    font-size: 18px;
  }
}

.product-right .countdown-container .counter .lbl {
  /* If media is between 768 and 991 */
  /* If media is below 476 */
  /* If media is below 376 */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-right .countdown-container .counter .lbl {
    font-size: 13px;
  }
}

@media (max-width: 475px) {
  .product-right .countdown-container .counter .lbl {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .product-right .countdown-container .counter .lbl {
    font-size: 13px;
  }
}

.product-right .list-unstyled {
  margin-bottom: 0;
}

.product-right .list-unstyled.attr {
  padding: 20px 0 0;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  text-align: center;
}

.product-right .list-unstyled.attr li {
  /* If media is above 1200 */
  /* If media is between 992 and 1310px */
  /* If media is between 430 and 767 */
  /* If media is below 430 */
  line-height: 35px;
  padding: 5px 5px 0;
  float: left;
  border: 1px solid #eee;
  margin-right: 15px;
  color: #232323;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .product-right .list-unstyled.attr li {
    width: 45%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .product-right .list-unstyled.attr li {
    width: 47%;
  }
}

@media screen and (min-width: 435px) and (max-width: 767px) {
  .product-right .list-unstyled.attr li {
    width: 48%;
  }
}

@media (max-width: 435px) {
  .product-right .list-unstyled.attr li {
    width: 47%;
  }
}

.product-right .list-unstyled.attr li:nth-child(3n+3),
.product-right .list-unstyled.attr li:nth-child(4n+4) {
  margin-bottom: 0;
}

.product-right .list-unstyled.attr li:nth-child(3n+2),
.product-right .list-unstyled.attr li:nth-child(4n+4) {
  margin-right: 0;
}

.product-right .list-unstyled.attr li span {
  /* If media is below 558 */
  font-weight: 400;
  color: #232323;
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  background: #f4f4f4;
  padding: 0;
}

@media (max-width: 410px) {
  .product-right .list-unstyled.attr li span {
    font-size: 12px;
  }
}

.product-right .list-unstyled.attr li a {
  color: #666;
}

.product-right .list-unstyled.price {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #232323;
}

.product-right .list-unstyled.price .product-price {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.product-right .list-unstyled.price .product-price h2 {
  margin: 0;
  font-size: 22px;
  color: #232323;
}

.product-right .list-unstyled.price .product-dis {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #888;
  font-weight: 400;
  margin: 0 10px 8px;
  /* If media is below 768 */
}

@media (max-width: 767px) {
  .product-right .list-unstyled.price .product-dis {
    margin: 0 0px 0;
  }
}

.product-right .list-unstyled.price hr {
  border: 0;
  margin: 0;
}

.product-right .form-group {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  clear: both;
}

.product-right .form-group .control-label {
  float: left;
  margin: 8px 8px 8px 0;
  font-size: 14px;
  color: #232323;
  font-weight: 500;
}

.product-right .form-group .control-label.radio-text,
.product-right .form-group .control-label.checkbox-text {
  float: none;
  margin: 0;
}

.product-right .form-group #input-quantity {
  margin-right: 6px;
  margin-bottom: 0;
  width: auto;
  float: left;
  height: 37px;
  text-align: center;
  /* If media is between 992 and 1199 */
  /* If media is below 343 */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-right .form-group #input-quantity {
    width: 14%;
    margin-right: 5px;
  }
}

@media (max-width: 342px) {
  .product-right .form-group #input-quantity {
    padding: 6px 5px;
  }
}

.product-right .form-group #button-cart {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 10px 30px;
  /* If media is between 992 and 1199 */
  /* If media is below 377 */
  /* If media is below 343 */
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
  .product-right .form-group #button-cart {
    font-size: 13px;
  }
}

@media (max-width: 378px) {
  .product-right .form-group #button-cart {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 10px;
  }
}

@media (max-width: 342px) {
  .product-right .form-group #button-cart {
    padding: 10px 6px;
  }
}

.product-right .form-group .wishlist,
.product-right .form-group .compare {
  /* If media is below 377 */
  padding: 0;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  border: 0;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 378px) {

  .product-right .form-group .wishlist,
  .product-right .form-group .compare {
    margin: 0;
  }
}

.product-right .form-group .wishlist i,
.product-right .form-group .compare i {
  display: none;
}

.product-right .form-group .wishlist:hover,
.product-right .form-group .compare:hover {
  fill: #fff;
}

.product-right .form-group .input-group.date,
.product-right .form-group .input-group.time,
.product-right .form-group .input-group.datetime {
  display: inline-table;
}

.product-right .form-group .input-group.date .btn-default,
.product-right .form-group .input-group.time .btn-default,
.product-right .form-group .input-group.datetime .btn-default {
  padding: 6px 18px;
}

.product-right .form-group .btn-file {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.product-right .sold-out {
  cursor: not-allowed;
}

.product-right .addthis_toolbox {
  margin-bottom: 10px;
}

.product-right .product_option {
  /* If media is above 543 */
}

.product-right .product_option .checkbox label,
.product-right .product_option .radio label {
  /* If media is below 1200 */
  font-size: 13px;
  color: #666;
}

@media (max-width: 1199px) {

  .product-right .product_option .checkbox label,
  .product-right .product_option .radio label {
    font-size: 13px;
  }
}

@media (min-width: 544px) {
  .product-right .product_option:nth-child(2n+1) {
    clear: right;
  }
}

.tabs_info {
  /* If media is below 992 */
  margin-top: 10px;
  margin-bottom: 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
  .tabs_info {
    margin-bottom: 30px;
  }
}

.tabs_info .collapse.in {
  display: block;
}

.tabs_info .collapse {
  display: none;
}

.tabs_info .panel-group {
  margin-bottom: 0px;
}

.tabs_info .panel-group .panel {
  border: 0;
  border-radius: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.tabs_info .panel-group .panel+.panel {
  margin: 0;
}

.tabs_info .panel-group .panel:last-child {
  border-bottom: 0;
}

.tabs_info .panel-group .panel .panel-body {
  border-color: #eee;
}

.tabs_info .panel-heading {
  padding: 0;
  background: transparent;
  border: 0;
}

.tabs_info .panel-heading a {
  /* If media is below 544 */
  color: #000;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 20px 15px;
}

@media (max-width: 543px) {
  .tabs_info .panel-heading a {
    padding: 15px 10px;
  }
}

.tabs_info .panel-heading a::after {
  content: "";
  position: relative;
  top: 1px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.tabs_info .panel-heading a[aria-expanded="true"]:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tabs_info .panel-heading a[aria-expanded="false"]:after {
  content: "\f067";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tabs_info #tab-review .fa-stack {
  width: 16px;
  height: 20px;
}

.tabs_info #tab-review .fa-stack .fa-star,
.tabs_info #tab-review .fa-stack .fa-star-o {
  font-size: 17px;
  color: #ccc;
}

.tabs_info #tab-review .fa-stack .yellow {
  color: #fec42d;
}

.tabs_info #tab-review .fa-stack .gray {
  color: #ccc;
}

.tabs_info #tab-review .form-horizontal .form-group .control-label {
  padding-top: 0;
  margin-bottom: 10px;
}

.tabs_info #tab-review .form-horizontal .form-group .radio-title {
  margin-bottom: 0;
  position: relative;
  top: 1px;
}

.tabs_info #tab-review .form-radio {
  display: inline-block;
  vertical-align: middle;
}

.tabs_info #tab-review .form-radio span {
  position: relative;
  top: 0;
}

.tabs_info #tab-review .form-radio input[type="radio"] {
  margin: 0;
  position: relative;
  top: 1px;
}

.tabs_info #tab-specification table thead tr td {
  background: #f7f7f7;
}

#product-product {
  display: block;
  position: relative;
}

#product-product .related-product {
  text-align: center;
  margin-bottom: 30px;
  /* If media is below 544 */
}

@media (max-width: 543px) {
  #product-product .related-product {
    margin: 0 -5px;
    margin-bottom: 30px;
  }
}

#product-product .related-product:hover .home-title:before {
  width: 145px;
}

#product-product .related-product .countdown-container {
  left: 10px;
  right: 10px;
  /* If media is below 544 */
  /* If media is below 376 */
}

@media (max-width: 543px) {
  #product-product .related-product .countdown-container {
    left: 7px;
    right: 7px;
  }
}

@media (max-width: 375px) {
  #product-product .related-product .countdown-container {
    left: 5px;
    right: 5px;
  }
}

#product-product .related-product .countdown-container .counter .data {
  width: 51px;
  /* If media is below 476 */
  /* If media is below 376 */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #product-product .related-product .countdown-container .counter .data {
    width: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-product .related-product .countdown-container .counter .data {
    width: 32px;
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  #product-product .related-product .countdown-container .counter .data {
    width: 43px;
  }
}

@media screen and (min-width: 503px) and (max-width: 543px) {
  #product-product .related-product .countdown-container .counter .data {
    width: 50px;
  }
}

@media screen and (min-width: 463px) and (max-width: 502px) {
  #product-product .related-product .countdown-container .counter .data {
    width: 45px;
  }
}

@media screen and (min-width: 418px) and (max-width: 462px) {
  #product-product .related-product .countdown-container .counter .data {
    width: 40px;
  }
}

@media (max-width: 417px) {
  #product-product .related-product .countdown-container .counter .data {
    width: 33px;
    height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 393px) {
  #product-product .related-product .countdown-container .counter .data {
    width: 33px;
  }
}

@media (max-width: 375px) {
  #product-product .related-product .countdown-container .counter .data {
    width: 28px;
    font-size: 13px;
  }
}

#product-product .related-product .owl-nav {
  top: -16%;
}

@media (max-width: 1500px) {
  #product-product .related-product .owl-nav {
    top: -17%;
  }
}

@media (max-width: 1400px) {
  #product-product .related-product .owl-nav {
    top: -19%;
  }
}

@media (max-width: 1300px) {
  #product-product .related-product .owl-nav {
    top: -21%;
  }
}

.hb-animate-element {
  opacity: 0;
  /*** end Animate ****/
}

.hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
  animation: 1s ease 0s normal none 1 fadeInRight;
  -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
  -moz-animation: 1s ease 0s normal none 1 fadeInRight;
  -o-animation: 1s ease 0s normal none 1 fadeInRight;
  opacity: 1;
}

.lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
  animation: 1s ease 0s normal none 1 fadeInLeft;
  -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
  -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
  -o-animation: 1s ease 0s normal none 1 fadeInLeft;
}

.hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
  animation: 1s ease 0s normal none 1 fadeInLeft;
  -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
  -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
  -o-animation: 1s ease 0s normal none 1 fadeInLeft;
  opacity: 1;
}

.lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
  animation: 1s ease 0s normal none 1 fadeInRight;
  -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
  -moz-animation: 1s ease 0s normal none 1 fadeInRight;
  -o-animation: 1s ease 0s normal none 1 fadeInRight;
}

.hb-animate-element.hb-animate-element.hb-in-viewport.bottom-to-top {
  animation: 1s ease 0s normal none 1 fadeInUp;
  -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
  -moz-animation: 1s ease 0s normal none 1 fadeInUp;
  -o-animation: 1s ease 0s normal none 1 fadeInUp;
  opacity: 1;
}

.hb-animate-element.hb-animate-element.hb-in-viewport.top-to-bottom {
  animation: 1s ease 0s normal none 1 fadeInDown;
  -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
  -moz-animation: 1s ease 0s normal none 1 fadeInDown;
  -o-animation: 1s ease 0s normal none 1 fadeInDown;
  opacity: 1;
}

.hb-animate-element.hb-animate-element.hb-in-viewport.fade-in {
  animation: 1s ease 0s normal none 1 fadeIn;
  -webkit-animation: 1s ease 0s normal none 1 fadeIn;
  -moz-animation: 1s ease 0s normal none 1 fadeIn;
  -o-animation: 1s ease 0s normal none 1 fadeIn;
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated .infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated .hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated .flipOutX,
.animated .flipOutY,
.animated .bounceIn,
.animated .bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

#information-information #content h2 {
  margin-top: 0;
}

#information-information #content b {
  margin-bottom: 10px;
  position: relative;
  display: block;
  color: #333;
  font-size: 15px;
}

#information-information #content p {
  letter-spacing: 1.3px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #787878;
}

#information-information #content ul,
#information-information #content ol {
  margin-bottom: 0;
  padding-left: 26px;
}

#information-information #content ul li,
#information-information #content ol li {
  color: #787878;
  line-height: 24px;
  font-size: 13px;
  padding-left: 3px;
  letter-spacing: 1.3px;
  font-weight: 400;
}

#information-information #content blockquote {
  text-align: left;
  line-height: 26px;
  color: #787878;
  margin-bottom: 0;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-size: 13px;
  border-left: 3px solid #e5e5e5;
  margin-left: 15px;
}

@media (max-width: 991px) {
  #information-information #content blockquote {
    margin-bottom: 15px;
  }
}

#information-information #content blockquote p {
  font-size: 14px;
}

.quickview {
  background: #fff;
  padding: 15px 0;
  display: block;
  overflow: hidden;
  position: relative;
}

.quickview .quickview-container .productpage-quickview {
  width: 100%;
}

.quickview .quickview-container .productpage-quickview .product-left {
  float: left;
}

.quickview .quickview-container .productpage-quickview .product-right {
  float: right;
  clear: none !important;
}

.quickview .quickview-container .productpage-quickview .product-right .product-title {
  font-weight: 600;
  padding: 0 0 5px;
  margin-top: 0;
}

.quickview .quickview-container .productpage-quickview .product-right .rating-wrapper {
  margin: 0 0 15px;
  clear: both;
  padding: 0;
}

.quickview .quickview-container .productpage-quickview .product-right .rating-wrapper .review-count,
.quickview .quickview-container .productpage-quickview .product-right .rating-wrapper .write-review {
  display: none;
}

.quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 20px 0;
  margin: 0 0 20px;
}

.quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr li {
  line-height: 28px;
  font-size: 14px;
  color: #666;
}

.quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr li .desc {
  margin-right: 10px;
  text-transform: capitalize;
  color: #000;
}

.quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr li a {
  color: #666;
  text-decoration: none;
}

.quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price li {
  line-height: 15px;
  padding: 3px 0;
  font-size: 15px;
  color: #808080;
}

.quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price .special-price {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 10px;
}

.quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price .input-group {
  display: inline-flex;
}

.quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price .input-group .input-group-btn .btn-default {
  line-height: 18px;
}

.quickview .quickview-container .productpage-quickview .product-right #product2 .form-group .control-label {
  margin: 8px 8px 8px 0;
}

.quickview .quickview-container .productpage-quickview .product-right #product2 .form-group .form-control {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

.quickview .quickview-container .productpage-quickview .product-right #product2 .form-group button {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.quickview .quickview-container .productpage-quickview .product-right .addthis_toolbox a {
  margin: 0;
}

.quickview .quickview-container .productpage-quickview .product-right .addthis_toolbox .addthis_button_tweet {
  min-width: 90px;
}

#product-manufacturer .a-link-group {
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 20px;
}

#product-manufacturer .a-link-list {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 5px;
}

#product-manufacturer .a-link-heading {
  background: #f5f5f5;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  padding: 5px 8px;
}

#product-manufacturer .a-link-heading p {
  line-height: 38px;
  margin: 0;
  color: #222;
  padding: 0 10px;
}

#product-manufacturer .a-link-content {
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
}

.ishi-customhover-fadeinnormal.scale img,
.ishi-customhover-fadeinflip.scale img,
.ishi-customhover-fadeinrotate.scale img,
.ishi-customhover-fadeinrotate3D.scale img,
.ishi-customhover-fadeintop.scale img,
.ishi-customhover-fadeinbottom.scale img,
.ishi-customhover-fadeoutcenter.scale img,
.ishi-customhover-fadeinoutcorner.scale img,
.ishi-customhover-fadeoutcorner.scale img,
.ishi-customhover-doublefadeincenter.scale img,
.ishi-customhover-fadeintopbottom.scale img,
a.scale img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.ishi-customhover-fadeinnormal:hover.scale img,
.ishi-customhover-fadeinflip:hover.scale img,
.ishi-customhover-fadeinrotate:hover.scale img,
.ishi-customhover-fadeinrotate3D:hover.scale img,
.ishi-customhover-fadeintop:hover.scale img,
.ishi-customhover-fadeinbottom:hover.scale img,
.ishi-customhover-fadeoutcenter:hover.scale img,
.ishi-customhover-fadeinoutcorner:hover.scale img,
.ishi-customhover-fadeoutcorner:hover.scale img,
.ishi-customhover-doublefadeincenter:hover.scale img,
.ishi-customhover-fadeintopbottom:hover.scale img,
a:hover.scale img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.ishi-customhover-fadeinnormal:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ishi-customhover-fadeinnormal:hover:after {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.ishi-customhover-fadeinflip:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  padding: 30px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
  -moz-transform: rotate3d(1, 1, 0, 100deg);
  -ms-transform: rotate3d(1, 1, 0, 100deg);
  -o-transform: rotate3d(1, 1, 0, 100deg);
  transform: rotate3d(1, 1, 0, 100deg);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.ishi-customhover-fadeinflip:hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.14s;
  -moz-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}

.ishi-customhover-fadeinrotate:after {
  content: '';
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(-180deg) scale(0);
  -moz-transform: rotate(-180deg) scale(0);
  -ms-transform: rotate(-180deg) scale(0);
  -o-transform: rotate(-180deg) scale(0);
  transform: rotate(-180deg) scale(0);
}

.ishi-customhover-fadeinrotate:hover:after {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

.ishi-customhover-fadeinrotate3D:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.ishi-customhover-fadeinrotate3D:hover:after {
  background: rgba(0, 0, 0, 0.1);
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.ishi-customhover-fadeintop:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.ishi-customhover-fadeintop:hover:after {
  height: 100%;
}

.ishi-customhover-fadeinbottom:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.ishi-customhover-fadeinbottom:hover:after {
  height: 100%;
}

.ishi-customhover-fadeintopbottom:before,
.ishi-customhover-fadeintopbottom:after {
  content: "";
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  bottom: -100%;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 1;
}

.ishi-customhover-fadeintopbottom:after {
  top: -100%;
  bottom: auto;
}

.ishi-customhover-fadeintopbottom:hover:before {
  bottom: 50%;
  opacity: 1;
}

.ishi-customhover-fadeintopbottom:hover:after {
  top: 50%;
  opacity: 1;
}

.ishi-customhover-doublefadeincenter:before,
.ishi-customhover-doublefadeincenter:after {
  content: "";
  bottom: 10px;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -ms-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
}

.ishi-customhover-doublefadeincenter:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
}

.ishi-customhover-doublefadeincenter:after {
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
}

.ishi-customhover-doublefadeincenter:hover:before,
.ishi-customhover-doublefadeincenter:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.ishi-customhover-fadeoutcenter:after {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ishi-customhover-fadeoutcenter:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -khtml-transition-duration: 1s;
  -o-transition-duration: 1s;
  opacity: 1;
}

.ishi-customhover-fadeoutcorner:before,
.ishi-customhover-fadeoutcorner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  margin: auto;
  opacity: 1;
  z-index: 1;
}

.ishi-customhover-fadeoutcorner:after {
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
}

.ishi-customhover-fadeoutcorner:hover:before,
.ishi-customhover-fadeoutcorner:hover:after {
  height: 100%;
  -webkit-transition: 1.3s;
  -moz-transition: 1.3s;
  -ms-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
  opacity: 0;
  width: 100%;
}

.ishi-customhover-fadeinoutcorner:after {
  background-color: rgba(0, 0, 0, 0.1);
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  right: 0;
}

.ishi-customhover-fadeinoutcorner:hover:after {
  width: 100%;
  height: 100%;
  right: auto;
  left: 0;
}

.newletter-popup {
  background: #fff url(../img/newsletter.jpg) no-repeat center;
  padding: 30px;
  width: 650px;
  height: 330px;
}

.newletter-popup #popup2 {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 25px;
  text-align: center;
  background: #000;
  cursor: pointer;
  padding: 0 10px;
  color: #fff;
}

.newletter-popup .newletter-container .newletter-title {
  margin-bottom: 20px;
}

.newletter-popup .newletter-container .newletter-title h2 {
  margin: 0;
  color: #fff;
}

.newletter-popup .newletter-container .block-newsletter-label {
  margin-bottom: 20px;
  line-height: 22px;
  color: #fff;
}

.newletter-popup .newletter-container .newsletter_form {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.newletter-popup .newletter-container .newsletter_form .btn-submit {
  /* If media is below 544 */
  height: 50px;
  cursor: pointer;
  background-color: #dbab6d;
  font-size: 16px;
  font-weight: 400;
  border: none;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  border-radius: 0 4px 4px 0;
  color: #fff;
  padding: 17px 20px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 543px) {
  .newletter-popup .newletter-container .newsletter_form .btn-submit {
    font-size: 15px;
    padding: 4px 15px;
  }
}

.newletter-popup .newletter-container .newsletter_form .btn-submit:hover {
  background-color: #3d3d3d;
}

.newletter-popup .newletter-container .newsletter_form .text-email {
  min-width: 250px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #eee;
  color: #a4a4a4;
  padding: 10px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.newletter-popup .newletter-container .newsletter_form .text-email:focus {
  background-color: #fff;
}

.newletter-popup .newletter-container .newsletter_form .text-email:placeholder {
  color: #a4a4a4;
}

.newletter-popup .newletter-container .subscribe-bottom {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

.newletter-popup .newletter-container .subscribe-bottom input[type="checkbox"],
.newletter-popup .newletter-container .subscribe-bottom input[type="radio"] {
  margin: 2px 4px 0 0;
}

.newletter-popup .newletter-container .subscribe-bottom label {
  margin: 0;
  color: #fff;
}

.newletter-popup .newletter-container #notification .alert {
  margin: 0;
}

.ishislider .slider-content-right {
  float: right;
}

.ishislider .slider-content-left {
  float: left;
}

.ishislider .slider-content-center {
  margin: 0 auto;
  float: unset;
}

.ishislider {
  position: relative;
  overflow: hidden;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .ishislider {
    width: 100%;
  }
}

@media (min-width: 544px) {
  .ishislider .mobile-slider {
    display: none !important;
  }
}

@media (max-width: 543px) {
  .ishislider .desktop-slider {
    display: none !important;
  }
}

.ishislider .slideshow__link {
  display: flex;
  align-items: center;
}

.ishislider .container {
  position: absolute;
  right: 0;
  left: 0;
}

@media (min-width: 1500px) {
  .ishislider .container {
    top: 35%;
  }
}

@media (max-width: 1500px) and (min-width: 1200px) {
  .ishislider .container {
    max-width: 90%;
  }
}

@media (max-width: 543px) {
  .ishislider .container {
    bottom: 30px;
  }
}

.ishislider .slider-content {
  padding: 0;
  text-align: center;
}

@media (max-width: 543px) {
  .ishislider .slider-content {
    width: 67%;
    float: unset;
    padding-bottom: 15px;
  }
}

@media (max-width: 350px) {
  .ishislider .slider-content {
    padding-bottom: 5px;
  }
}

.ishislider .slider-content .sub-title {
  font-size: 14px;
  text-transform: unset;
  line-height: 31px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 9px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 3px 26px;
}

@media (max-width: 1199px) {
  .ishislider .slider-content .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 15px;
    padding: 11px 12px;
  }
}

@media (max-width: 991px) {
  .ishislider .slider-content .sub-title {
    margin-bottom: 10px;
    letter-spacing: 7px;
    line-height: 10px;
  }
}

@media (max-width: 767px) {
  .ishislider .slider-content .sub-title {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 14px;
    letter-spacing: 4px;
  }
}

@media (max-width: 543px) {
  .ishislider .slider-content .sub-title {
    letter-spacing: 7px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .ishislider .slider-content .sub-title {
    font-size: 10px;
    padding: 7px 12px;
    letter-spacing: 4px;
    margin-bottom: 9px;
  }
}

@media (max-width: 350px) {
  .ishislider .slider-content .sub-title {
    font-size: 8px;
    padding: 4px 10px;
    letter-spacing: 4px;
    margin-bottom: 5px;
    /*@media (max-width: 400px){
	    	font-size: 11px;
	    	padding: 5px 10px;
	    }
	    @media (max-width: 380px){
	    	padding: 3px 8px;
	    	font-size: 10px;
	    	letter-spacing: 4px;
	    	margin-bottom: 9px;
	    }
	    @media (max-width: 340px){
	    	padding: 2px 5px;
	    	margin-bottom: 5px;
	    }*/
  }
}

.ishislider .slider-content .main-title {
  font-size: 60px;
  font-weight: 600;
  text-transform: unset;
  line-height: 68px;
  margin-bottom: 10px;
  letter-spacing: 0.7px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 1499px) {
  .ishislider .slider-content .main-title {
    font-size: 56px;
    line-height: 64px;
  }
}

@media (max-width: 1199px) {
  .ishislider .slider-content .main-title {
    font-size: 48px;
    line-height: 54px;
  }
}

@media (max-width: 991px) {
  .ishislider .slider-content .main-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .ishislider .slider-content .main-title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}

@media (max-width: 543px) {
  .ishislider .slider-content .main-title {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .ishislider .slider-content .main-title {
    font-size: 21px;
    line-height: 29px;
  }
}

@media (max-width: 415px) {
  .ishislider .slider-content .main-title {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 26px;
  }
}

@media (max-width: 380px) {
  .ishislider .slider-content .main-title {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (max-width: 350px) {
  .ishislider .slider-content .main-title {
    font-size: 15px;
  }
}

.ishislider .slider-content .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1199px) {
  .ishislider .slider-content .desc {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .ishislider .slider-content .desc {
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .ishislider .slider-content .desc {
    display: none;
  }
}

.ishislider .slider-content .slider-btn span {
  padding: 11px 53px 10px 19px;
}

@media (max-width: 767px) {
  .ishislider .slider-content .slider-btn span {
    font-size: 13px;
    padding: 10px 20px;
    line-height: 20px;
  }
}

@media (max-width: 543px) {
  .ishislider .slider-content .slider-btn span {
    font-size: 12px;
    padding: 7px 15px;
    line-height: 17px;
  }
}

@media (max-width: 480px) {
  .ishislider .slider-content .slider-btn span {
    padding: 6px 12px;
    font-size: 11px;
  }
}

@media (max-width: 415px) {
  .ishislider .slider-content .slider-btn span {
    font-size: 10px;
    padding: 6px 10px;
  }
}

@media (max-width: 380px) {
  .ishislider .slider-content .slider-btn span {
    padding: 5px 10px;
    font-size: 9px;
    line-height: 5px 10px;
  }
}

.ishislider .slider-content .slider-btn span:after {
  content: "\f105";
  position: absolute;
  right: 1px;
  top: 1px;
  width: 39px;
  height: 39px;
  background: #fff;
  color: #4fbdb0;
  font-size: 20px;
  border-radius: 50%;
  line-height: 40px;
  padding-left: 1px;
  font-family: FontAwesome;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .ishislider .slider-content .slider-btn span:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .ishislider .slider-content .slider-btn span:hover {
    padding: 11px 25px 10px;
  }
}

.ishislider .slider-content .slider-btn span:hover:after {
  right: -40px;
}

.ishislider .owl-item.active .sub-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.7s;
}

.ishislider .owl-item.active .main-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.6s;
}

.ishislider .owl-item.active .desc {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}

.ishislider .owl-item.active .slider-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}

.ishislider .owl-carousel .owl-nav {
  margin: 0;
  position: unset;
  /* If media is below 768 */
}

@media (max-width: 767px) {
  .ishislider .owl-carousel .owl-nav {
    display: none;
  }
}

.ishislider .owl-carousel .owl-nav .owl-prev,
.ishislider .owl-carousel .owl-nav .owl-next {
  /* If media is below 992 */
  position: absolute;
  top: 45%;
  left: 50px;
  right: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {

  .ishislider .owl-carousel .owl-nav .owl-prev,
  .ishislider .owl-carousel .owl-nav .owl-next {
    top: 44%;
  }
}

.ishislider .owl-carousel .owl-nav .owl-prev i:before,
.ishislider .owl-carousel .owl-nav .owl-next i:before {
  color: #666;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav1,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1 {
  /* If media is above 767 */
  right: auto;
  left: 90px;
  border: none;
  border-radius: 0;
  opacity: 0;
  padding: 2px;
  margin: 4px;
  width: 40px;
  height: 42px;
  outline: none;
  box-shadow: none;
  background: url(../img/Arrow.png) no-repeat 7px 0px;
  background-color: transparent;
  border: none;
}

@media (min-width: 768px) {

  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav1,
  .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1 {
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav1:hover,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1:hover {
  background-position: 7px -65px;
  background-color: transparent;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav1 i,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1 i {
  display: none;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav2,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav2 {
  margin: 4px;
  left: 50px;
  right: auto;
  height: 40px;
  width: 40px;
  overflow: hidden;
  opacity: 0;
  border: 0;
  border-radius: 0;
  padding: 4px 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  background: url(../img/arrow-1.png) no-repeat 12px -17px;
  background-color: #dbab6d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav2:hover,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav2:hover {
  background-color: #4fbdb0;
  background-position: 12px -17px;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav2 i,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav2 i {
  display: none;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav3,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav3 {
  border: none;
  border-radius: 0;
  padding: 2px;
  margin: 4px;
  left: 30px;
  right: auto;
  width: 40px;
  height: 40px;
  outline: none;
  box-shadow: none;
  background-color: #dbab6d;
  color: #fff;
  border: none;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav3:hover,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav3:hover {
  background-color: #4fbdb0;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav3:hover i:before,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav3:hover i:before {
  color: #fff;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav3 i:before,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav3 i:before {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav4,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4 {
  border: 0;
  background-color: #dbab6d;
  border: 1px solid #dbab6d;
  padding: 9px;
  margin: 4px;
  left: 50px;
  right: auto;
  width: 38px;
  height: 38px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* If media is below 768 */
}

@media (max-width: 991px) {

  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav4,
  .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4 {
    top: 38%;
  }
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav4:hover,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4:hover {
  background-color: #4fbdb0;
  border-color: #4fbdb0;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav4:hover i:before,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4:hover i:before {
  color: #fff;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav4 i:before,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4 i:before {
  content: "\f060";
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 12px;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav5,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5 {
  border: 1px solid #dbab6d;
  background-color: #dbab6d;
  border-radius: 30px;
  padding: 10px;
  margin: 4px;
  left: 50px;
  right: auto;
  width: 38px;
  height: 38px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav5:hover,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5:hover {
  background-color: #4fbdb0;
  border-color: #4fbdb0;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav5:hover i:before,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5:hover i:before {
  color: #fff;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav5:hover:after,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5:hover:after {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav5:after,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5:after {
  content: "";
  background: transparent;
  border: 1px solid #fff;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav5 i:before,
.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5 i:before {
  font-size: 22px;
  color: #fff;
  line-height: 16px;
}

.ishislider .owl-carousel .owl-nav .owl-next {
  right: 50px;
  left: auto;
}

.ishislider .owl-carousel .owl-nav .owl-next i:before {
  margin-left: 4px;
}

.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1 {
  /* If media is above 767 */
  right: 90px;
  left: auto;
  background-position: -64px 0px;
}

@media (min-width: 768px) {
  .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1 {
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
}

.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1:hover {
  background-position: -64px -65px;
}

.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav2 {
  right: 50px;
  left: auto;
  background-position: -23px -17px;
}

.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav2:hover {
  background-position: -23px -17px;
}

.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav3 {
  right: 30px;
  left: auto;
}

.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4 {
  right: 50px;
  left: auto;
}

.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4 i:before {
  content: "\f061";
}

.ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5 {
  right: 50px;
  left: auto;
}

.ishislider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 543px) {
  .ishislider .owl-carousel .owl-dots {
    bottom: 5px;
  }
}

.ishislider .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  outline: none;
}

.ishislider .owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border: 1px solid #4fbdb0;
  background: #4fbdb0;
  margin: 0 5px;
  display: block;
}

@media (max-width: 543px) {
  .ishislider .owl-carousel .owl-dots .owl-dot span {
    width: 40px;
  }
}

.ishislider .owl-carousel .owl-dots .owl-dot.active span {
  background: #dbab6d;
  border-color: #dbab6d;
}

.ishislider .owl-carousel .owl-dots .owl-dot:hover span {
  background: #dbab6d;
  border-color: #dbab6d;
}

.ishislider .owl-carousel .owl-dots.ishi-style-dot1 .owl-dot span {
  border-radius: 0;
}

.ishislider .owl-carousel .owl-dots.ishi-style-dot2 .owl-dot span {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.ishislider .owl-carousel .owl-dots.ishi-style-dot3 .owl-dot span {
  width: 35px;
  height: 4px;
  border-radius: 0;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.ishislider .owl-carousel .owl-dots.ishi-style-dot4 .owl-dot span {
  width: 25px;
  height: 5px;
  border-radius: 0;
}

.ishislider .owl-carousel .owl-dots.ishi-style-dot5 .owl-dot span {
  width: 25px;
  height: 6px;
  border-radius: 5px;
}

.ishislider:hover:before {
  width: 100%;
}

.ishislider:hover .owl-carousel .owl-nav .owl-prev,
.ishislider:hover .owl-carousel .owl-nav .owl-next {
  opacity: 1;
  left: 10px;
}

.ishislider:hover .owl-carousel .owl-nav .owl-prev.ishi-style-nav1,
.ishislider:hover .owl-carousel .owl-nav .owl-next.ishi-style-nav1 {
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.ishislider:hover .owl-carousel .owl-nav .owl-prev.ishi-style-nav3,
.ishislider:hover .owl-carousel .owl-nav .owl-next.ishi-style-nav3 {
  left: 30px;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.ishislider:hover .owl-carousel .owl-nav .owl-next {
  right: 10px;
  left: auto;
}

.ishislider:hover .owl-carousel .owl-nav .owl-next.ishi-style-nav3 {
  right: 30px;
  left: auto;
}

@media (max-width: 991px) {
  .ishistoryblock {
    margin-bottom: 30px;
  }
}

.ishistoryblock .home-title {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

@media (min-width: 992px) {
  .ishistoryblock .valign-wrapper {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .ishistoryblock .valign-wrapper .story-image-left {
    order: 1;
  }
}

@media (min-width: 992px) {
  .ishistoryblock .valign-wrapper .story-image-right {
    order: 2;
  }
}

.ishistoryblock .valign-wrapper:hover .img-container img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.ishistoryblock .valign-wrapper:hover .img-container:after {
  -webkit-animation: fa-spin 9s infinite linear;
  -moz-animation: fa-spin 9s infinite linear;
  -o-animation: fa-spin 9s infinite linear;
  animation: fa-spin 9s infinite linear;
}

.ishistoryblock .valign-wrapper .story-image-left .img-container,
.ishistoryblock .valign-wrapper .story-image-right .img-container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {

  .ishistoryblock .valign-wrapper .story-image-left .img-container,
  .ishistoryblock .valign-wrapper .story-image-right .img-container {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

.ishistoryblock .valign-wrapper .story-image-left .img-container img,
.ishistoryblock .valign-wrapper .story-image-right .img-container img {
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.ishistoryblock .valign-wrapper .story-image-left .img-container:after,
.ishistoryblock .valign-wrapper .story-image-right .img-container:after {
  position: absolute;
  content: '';
  border: 2px dashed #4fbdb0;
  border-radius: 50%;
  left: 55px;
  right: 55px;
  top: 25px;
  bottom: 35px;
  z-index: -9;
  transition: all 0.7s;
}

@media (min-width: 992px) {
  .ishistoryblock .valign-wrapper .text-wrapper-left {
    order: 1;
  }
}

@media (min-width: 992px) {
  .ishistoryblock .valign-wrapper .text-wrapper-right {
    order: 2;
  }
}

.ishistoryblock .valign-wrapper .text-wrapper-left,
.ishistoryblock .valign-wrapper .text-wrapper-right {
  text-align: left;
}

.ishistoryblock .valign-wrapper .text-wrapper-left .home-title,
.ishistoryblock .valign-wrapper .text-wrapper-right .home-title {
  text-align: left;
}

.ishistoryblock .valign-wrapper .text-wrapper-left .home-title:before,
.ishistoryblock .valign-wrapper .text-wrapper-right .home-title:before {
  left: 0;
  right: auto;
}

.ishistoryblock .valign-wrapper .text-wrapper-left p,
.ishistoryblock .valign-wrapper .text-wrapper-right p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #787878;
  letter-spacing: 0.5px;
  line-height: 24px;
}

@media (max-width: 543px) {

  .ishistoryblock .valign-wrapper .text-wrapper-left p,
  .ishistoryblock .valign-wrapper .text-wrapper-right p {
    margin-bottom: 20px;
  }
}

.ishistoryblock .valign-wrapper .text-wrapper-left .video-play-icon,
.ishistoryblock .valign-wrapper .text-wrapper-right .video-play-icon {
  margin-bottom: 25px;
}

.ishistoryblock .valign-wrapper .text-wrapper-left .video-play-icon a,
.ishistoryblock .valign-wrapper .text-wrapper-right .video-play-icon a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  padding: 6px 10px;
  border-radius: 30px;
  font-size: 18px;
  color: #232323;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ishistoryblock .valign-wrapper .text-wrapper-left .video-play-icon a .ripple-effect,
.ishistoryblock .valign-wrapper .text-wrapper-right .video-play-icon a .ripple-effect {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: rgba(115, 114, 203, 0.8);
}

.ishistoryblock .valign-wrapper .text-wrapper-left .video-play-icon a .ripple-effect i,
.ishistoryblock .valign-wrapper .text-wrapper-right .video-play-icon a .ripple-effect i {
  font-size: 25px;
  line-height: 42px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ishistoryblock .valign-wrapper .text-wrapper-left .button,
.ishistoryblock .valign-wrapper .text-wrapper-right .button {
  display: inline-block;
  cursor: pointer;
}

.ishistoryblock .valign-wrapper .text-wrapper-left .story-btn a,
.ishistoryblock .valign-wrapper .text-wrapper-right .story-btn a {
  padding: 10px 25px;
  background: #da6d8f;
  color: #fff;
  border-color: #da6d8f;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.ishistoryblock .valign-wrapper .text-wrapper-left .story-btn a:hover,
.ishistoryblock .valign-wrapper .text-wrapper-right .story-btn a:hover {
  background: #509abd;
  color: #fff;
  border-color: #509abd;
}

#_mobile_offer {
  position: relative;
}

#ishioffersblock {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#ishioffersblock .offer-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: #fff;
}

#ishioffersblock #typed {
  display: inline-block;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 50%;
  color: #fff;
  text-align: left;
}

@media (max-width: 1199px) {
  #ishioffersblock #typed {
    width: 50%;
  }
}

@media (max-width: 991px) {
  #ishioffersblock #typed {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #ishioffersblock #typed {
    width: 60%;
  }
}

@media (max-width: 543px) {
  #ishioffersblock #typed {
    width: 70%;
  }
}

@media (max-width: 485px) {
  #ishioffersblock #typed {
    width: 75%;
  }
}

@media (max-width: 420px) {
  #ishioffersblock #typed {
    width: 85%;
  }
}

@media (max-width: 360px) {
  #ishioffersblock #typed {
    width: 90%;
  }
}

#ishioffersblock #typed span {
  color: #4fbdb0;
}

#ishioffersblock .close {
  font-size: 23px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 6px;
  opacity: 1;
  font-weight: 300;
}

#ishioffersblock #typed-strings {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

#ishioffersblock #typed-strings p {
  list-style: none;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  display: block;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

#ishioffersblock #typed-strings p:hover {
  color: #232323;
}

.galleryblock {
  position: relative;
  text-align: center;
}

@media (max-width: 543px) {
  .galleryblock {
    padding: 0;
  }
}

.galleryblock .gallery-image a {
  display: block;
  position: relative;
  overflow: hidden;
}

.galleryblock .gallery-image a img {
  width: 100%;
  max-width: 100%;
  -webkit-transform-style: unset;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.galleryblock .gallery-image a .imageoverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.galleryblock .gallery-image a .imageoverlay .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.galleryblock .gallery-image a .imageoverlay .icon:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: #dbab6d;
  -webkit-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-transform: translate(-40px, -40px);
  -ms-transform: translate(-40px, -40px);
  transform: translate(-40px, -40px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.galleryblock .gallery-image a .imageoverlay .icon:after {
  content: '';
  position: absolute;
  top: 30px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #dbab6d;
  -webkit-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-transform: translate(40px, -40px);
  -ms-transform: translate(40px, -40px);
  transform: translate(40px, -40px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.galleryblock .gallery-image a .imageoverlay .icon .icon-square:before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -30px;
  width: 20px;
  height: 20px;
  background-color: #dbab6d;
  -webkit-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-transform: translate(-40px, 40px);
  -ms-transform: translate(-40px, 40px);
  transform: translate(-40px, 40px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.galleryblock .gallery-image a .imageoverlay .icon .icon-square:after {
  content: '';
  position: absolute;
  left: -10px;
  bottom: -30px;
  width: 20px;
  height: 20px;
  background-color: #dbab6d;
  -webkit-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-transform: translate(40px, 40px);
  -ms-transform: translate(40px, 40px);
  transform: translate(40px, 40px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.galleryblock .gallery-image a .imageoverlay .icon .icon-square i {
  color: #fff;
  position: absolute;
  top: 23px;
  left: 3px;
  font-size: 16px;
  z-index: 3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.galleryblock .gallery-image a:hover .imageoverlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.galleryblock .gallery-image a:hover .imageoverlay .icon:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

.galleryblock .gallery-image a:hover .imageoverlay .icon:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.galleryblock .gallery-image a:hover .imageoverlay .icon .icon-square:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.galleryblock .gallery-image a:hover .imageoverlay .icon .icon-square:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

.galleryblock .gallery-image a:hover .imageoverlay .icon .icon-square i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}

.manufacturerblock .home-title {
  display: none;
}

.manufacturerblock .item {
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-transform: all 1s;
  -ms-transform: all 1s;
  -o-transform: all 1s;
  -moz-transform: all 1s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.manufacturerblock .item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.manufacturerblock .item:hover {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.ishibannerblock {
  text-align: center;
  display: block;
  position: relative;
}

.ishibannerblock.one_bannerblock .bannerblock a {
  border-radius: 0;
}

@media (max-width: 767px) {
  .ishibannerblock.two_bannerblock .ishibannerblock-container {
    padding: 0;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .ishibannerblock.two_bannerblock .bannerblock {
    margin-bottom: 30px;
  }
}

.ishibannerblock .bannerblock {
  display: inline-block;
  vertical-align: middle;
  /* If media is below 600 */
}

.ishibannerblock .bannerblock:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ishibannerblock .bannerblock {
    margin-bottom: 30px;
  }
}

.ishibannerblock .bannerblock:nth-child(2n+2) .banner-data .banner-title:before {
  background-color: #509abd;
}

.ishibannerblock .bannerblock img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.ishibannerblock .bannerblock a {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ishibannerblock .bannerblock .banner-data {
  position: absolute;
  padding: 0;
  bottom: 30px;
}

@media (max-width: 496px) {
  .ishibannerblock .bannerblock .banner-data {
    width: 43%;
  }
}

@media (max-width: 480px) {
  .ishibannerblock .bannerblock .banner-data {
    width: 44%;
  }
}

@media (max-width: 340px) {
  .ishibannerblock .bannerblock .banner-data {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .ishibannerblock .bannerblock .banner-data {
    right: 20px;
  }
}

@media (max-width: 470px) {
  .ishibannerblock .bannerblock .banner-data {
    bottom: 55px;
  }
}

@media (max-width: 460px) {
  .ishibannerblock .bannerblock .banner-data {
    bottom: 50px;
  }
}

@media (max-width: 440px) {
  .ishibannerblock .bannerblock .banner-data {
    bottom: 45px;
  }
}

@media (max-width: 410px) {
  .ishibannerblock .bannerblock .banner-data {
    bottom: 35px;
  }
}

@media (max-width: 350px) {
  .ishibannerblock .bannerblock .banner-data {
    bottom: 20px;
  }
}

@media (max-width: 350px) {
  .ishibannerblock .bannerblock .banner-data {
    bottom: 15px;
  }
}

.ishibannerblock .bannerblock .banner-data.banner-position-1 {
  left: 15px;
}

@media (max-width: 480px) {
  .ishibannerblock .bannerblock .banner-data.banner-position-1 {
    left: 20px;
  }
}

@media (max-width: 340px) {
  .ishibannerblock .bannerblock .banner-data.banner-position-1 {
    left: 10px;
  }
}

.ishibannerblock .bannerblock .banner-data.banner-position-0 {
  right: 15px;
}

@media (max-width: 480px) {
  .ishibannerblock .bannerblock .banner-data.banner-position-0 {
    right: 20px;
  }
}

@media (max-width: 340px) {
  .ishibannerblock .bannerblock .banner-data.banner-position-0 {
    right: 10px;
  }
}

.ishibannerblock .bannerblock .banner-data.banner-position-2 {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ishibannerblock .bannerblock .banner-data.banner-alignment-1 {
  text-align: left;
}

.ishibannerblock .bannerblock .banner-data.banner-alignment-2 {
  text-align: center;
}

.ishibannerblock .bannerblock .banner-data.banner-alignment-0 {
  text-align: right;
}

.ishibannerblock .bannerblock .banner-data .banner-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ishibannerblock .bannerblock .banner-data .banner-title {
    font-size: 21px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .ishibannerblock .bannerblock .banner-data .banner-title {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 470px) {
  .ishibannerblock .bannerblock .banner-data .banner-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media (max-width: 420px) {
  .ishibannerblock .bannerblock .banner-data .banner-title {
    font-size: 21px;
  }
}

@media (max-width: 400px) {
  .ishibannerblock .bannerblock .banner-data .banner-title {
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .ishibannerblock .bannerblock .banner-data .banner-title {
    font-size: 18px;
  }
}

@media (max-width: 345px) {
  .ishibannerblock .bannerblock .banner-data .banner-title {
    font-size: 17px;
    /*@media (max-width: 350px) {
					font-size: 14px;
					line-height: 14px;
				}*/
  }
}

.ishibannerblock .bannerblock .banner-data .banner-title:before {
  position: absolute;
  content: '';
  width: 35%;
  height: 2px;
  background-color: #f6973f;
  bottom: -13px;
}

@media (max-width: 470px) {
  .ishibannerblock .bannerblock .banner-data .banner-title:before {
    bottom: -12px;
  }
}

.ishibannerblock .bannerblock .banner-data .banner-subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ishibannerblock .bannerblock .banner-data .banner-subtitle {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .ishibannerblock .bannerblock .banner-data .banner-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 543px) {
  .ishibannerblock .bannerblock .banner-data .banner-subtitle {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 500px) {
  .ishibannerblock .bannerblock .banner-data .banner-subtitle {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 470px) {
  .ishibannerblock .bannerblock .banner-data .banner-subtitle {
    display: none;
  }
}

.ishibannerblock .bannerblock .banner-data .banner-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  border-bottom: 1px solid #232323;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ishibannerblock .bannerblock:hover a .banner-title {
  transform: rotateX(360deg);
}

.linklist_block {
  text-align: center;
}

.linklist_block .home-title:after {
  width: 14%;
}

@media (max-width: 1400px) {
  .linklist_block .home-title:after {
    width: 17%;
  }
}

@media (max-width: 1199px) {
  .linklist_block .home-title:after {
    width: 23%;
  }
}

@media (max-width: 991px) {
  .linklist_block .home-title:after {
    width: 32%;
  }
}

@media (max-width: 767px) {
  .linklist_block .home-title:after {
    width: 40%;
  }
}

@media (max-width: 543px) {
  .linklist_block .home-title:after {
    width: 35%;
  }
}

@media (max-width: 400px) {
  .linklist_block .home-title:after {
    width: 47%;
  }
}

.linklist_block .owl-stage .owl-item:nth-child(3n+2) .linklist-inner:before {
  background-color: #444;
}

.linklist_block .owl-stage .owl-item:nth-child(3n+3) .linklist-inner:before {
  background-color: #4fbdb0;
}

.linklist_block .linklist-inner {
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 25px;
  margin: 2px 2px 10px;
  box-shadow: 0 0 5px 2px rgba(185, 229, 247, 0.30);
  height: 530px;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1199px) {
  .linklist_block .linklist-inner {
    padding: 15px;
    padding-top: 35px;
  }
}

@media (max-width: 1350px) {
  .linklist_block .linklist-inner {
    height: 550px;
  }
}

@media (max-width: 991px) {
  .linklist_block .linklist-inner {
    height: 570px;
  }
}

@media (max-width: 543px) {
  .linklist_block .linklist-inner {
    padding: 50px 25px 25px;
  }
}

.linklist_block .linklist-inner:before {
  position: absolute;
  content: '';
  height: 5px;
  width: 95%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #dbab6d;
}

.linklist_block .linklist-inner:nth-child(3n+2):before {
  background-color: #444;
}

.linklist_block .linklist-inner:nth-child(3n+3):before {
  background-color: #4fbdb0;
}

@media (min-width: 768px) {
  .linklist_block .linklist-inner:hover {
    box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.08);
  }
}

.linklist_block .block_content {
  display: block;
  background: #fff;
}

.linklist_block .block_content .item {
  display: table;
  width: 100%;
}

.linklist_block .block_content .linklist .link-img {
  margin-bottom: 20px;
}

.linklist_block .block_content .linklist .link-img img {
  max-width: 100%;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.linklist_block .block_content .linklist .linklist-desc {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1450px) {
  .linklist_block .block_content .linklist .linklist-desc {
    padding-left: 0;
  }
}

.linklist_block .block_content .linklist .linklist-desc h3 {
  color: #232323;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.linklist_block .block_content .linklist .linklist-desc .sub-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 25px;
  color: #888;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 543px) {
  .linklist_block .block_content .linklist .linklist-desc .sub-title {
    font-size: 14px;
  }
}

.linklist_block .block_content .linklist .linklist-desc ul {
  display: block;
  margin-bottom: 60px;
}

.linklist_block .block_content .linklist .linklist-desc ul li {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.linklist_block .block_content .linklist .linklist-desc ul li a {
  display: flex;
  align-items: center;
  color: #888;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  margin: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .linklist_block .block_content .linklist .linklist-desc ul li a {
    line-height: 24px;
  }
}

.linklist_block .block_content .linklist .linklist-desc ul li a:before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 15px;
  top: 0;
  color: #4fbdb0;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.linklist_block .block_content .linklist .linklist-desc .price {
  float: left;
  position: absolute;
  left: 20px;
  bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #4fbdb0;
}

.linklist_block .block_content .linklist .linklist-desc .view-btn {
  float: right;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.linklist_block .block_content .linklist .linklist-desc .view-btn a {
  display: block;
  padding: 11px 53px 10px 19px;
}

.linklist_block .block_content .linklist .linklist-desc .view-btn a:after {
  content: "\f105";
  position: absolute;
  right: 1px;
  top: 1px;
  width: 39px;
  height: 39px;
  background: #fff;
  color: #4fbdb0;
  font-size: 20px;
  border-radius: 50%;
  line-height: 40px;
  padding-left: 1px;
  font-family: FontAwesome;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .linklist_block .block_content .linklist .linklist-desc .view-btn a:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .linklist_block .block_content .linklist .linklist-desc .view-btn a {
    padding: 10px 17px;
  }
}

@media (min-width: 768px) {
  .linklist_block .block_content .linklist .linklist-desc .view-btn a:hover {
    padding: 11px 25px 10px;
  }
}

.linklist_block .block_content .linklist .linklist-desc .view-btn a:hover:after {
  right: -40px;
}

.linklist_block .block_content .linklist:hover .linklist-desc h3 {
  color: #dbab6d;
}

.linklist_block .owl-dots {
  position: absolute;
  right: 1%;
  top: -9%;
}

@media (max-width: 767px) {
  .linklist_block .owl-dots {
    position: unset;
    margin-top: 10px;
  }
}

.linklist_block .owl-nav {
  top: -46%;
}

.ishiservicesblock {
  text-align: center;
  position: relative;
  clear: both;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .ishiservicesblock {
    padding: 50px 0;
  }
}

.ishiservicesblock .ishiservices {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.ishiservicesblock .ishiservices .services {
  text-align: center;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 767px) {
  .ishiservicesblock .ishiservices .services {
    text-align: left;
    border-left: 1px dashed #4fbdb0;
    padding-bottom: 30px;
  }
}

.ishiservicesblock .ishiservices .services:last-child {
  margin-bottom: 0;
  border-right: 0;
}

.ishiservicesblock .ishiservices .services:last-child:after {
  display: none;
}

.ishiservicesblock .ishiservices .services .service-img {
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto 30px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@media (max-width: 767px) {
  .ishiservicesblock .ishiservices .services .service-img {
    display: none;
  }
}

.ishiservicesblock .ishiservices .services .service-block {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 20px;
  border-top: 1px dashed #4fbdb0;
}

@media (max-width: 767px) {
  .ishiservicesblock .ishiservices .services .service-block {
    padding-top: 0;
    text-align: left;
    padding-left: 20px;
    border-top: none;
  }
}

.ishiservicesblock .ishiservices .services .service-block:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #4fbdb0;
  border-radius: 50%;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ishiservicesblock .ishiservices .services .service-block:before {
    top: 0;
    margin: 0;
    left: -8px;
  }
}

.ishiservicesblock .ishiservices .services .service-block .service-title {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #444;
  letter-spacing: 0.32px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .ishiservicesblock .ishiservices .services .service-block .service-title {
    font-size: 16px;
    margin-bottom: 1px;
    line-height: 24px;
  }
}

.ishiservicesblock .ishiservices .services .service-block .service-desc {
  display: block;
  color: #888;
  line-height: 25px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.42px;
  width: 85%;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .ishiservicesblock .ishiservices .services .service-block .service-desc {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .ishiservicesblock .ishiservices .services .service-block .service-desc {
    padding: 0 7px;
  }
}

@media (max-width: 991px) {
  .ishiservicesblock .ishiservices .services .service-block .service-desc {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
    /*@media (max-width: 767px) {
						font-size: 15px;
						line-height: 25px;
						width: 80%;
					}*/
  }
}

@media (max-width: 460px) {
  .ishiservicesblock .ishiservices .services .service-block .service-desc {
    width: 100%;
  }
}

.ishiservicesblock .ishiservices .services:hover .service-img {
  transform: rotateY(360deg);
}

.ishiservicesblock .ishiservices .services:hover .service-title {
  color: #4fbdb0;
}

.ishiservicesblock .service-btn {
  margin-top: 40px;
  display: inline-block;
}

@media (max-width: 991px) {
  .ishiservicesblock .service-btn {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .ishiservicesblock .service-btn {
    margin: 0;
  }
}

.ishiservicesblock .service-btn a {
  display: inline-block;
  padding: 11px 53px 10px 19px;
}

@media (max-width: 767px) {
  .ishiservicesblock .service-btn a {
    padding: 10px 17px;
  }
}

.ishiservicesblock .service-btn a:after {
  content: "\f105";
  position: absolute;
  right: 1px;
  top: 1px;
  width: 39px;
  height: 39px;
  background: #fff;
  color: #4fbdb0;
  font-size: 20px;
  border-radius: 50%;
  line-height: 40px;
  padding-left: 1px;
  font-family: FontAwesome;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .ishiservicesblock .service-btn a:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .ishiservicesblock .service-btn:hover a {
    padding: 11px 25px 10px;
  }
}

.ishiservicesblock .service-btn:hover a:after {
  right: -40px;
}

.ishifeaturesblock {
  overflow: hidden;
  display: block;
}

.ishifeaturesblock .section-header {
  text-align: left;
}

@media (max-width: 425px) {
  .ishifeaturesblock .section-header {
    text-align: center;
  }
}

.ishifeaturesblock .home-title {
  text-align: left;
  line-height: 50px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .ishifeaturesblock .home-title {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .ishifeaturesblock .home-title {
    line-height: 33px;
  }
}

@media (max-width: 543px) {
  .ishifeaturesblock .home-title {
    font-size: 22px;
  }
}

@media (max-width: 425px) {
  .ishifeaturesblock .home-title {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .ishifeaturesblock .row {
    display: flex;
    align-items: center;
  }
}

.ishifeaturesblock .row:hover .feature-img1:before {
  -webkit-animation: fa-spin 9s infinite linear;
  -moz-animation: fa-spin 9s infinite linear;
  -o-animation: fa-spin 9s infinite linear;
  animation: fa-spin 9s infinite linear;
}

.ishifeaturesblock .feature-left {
  position: relative;
}

@media (max-width: 991px) {
  .ishifeaturesblock .feature-left {
    text-align: center;
    margin-bottom: 30px;
  }
}

.ishifeaturesblock .feature-left .img-container img {
  max-width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ishifeaturesblock .feature-left .feature-img1 {
  position: relative;
}

.ishifeaturesblock .feature-left .feature-img1:before {
  position: absolute;
  content: '';
  border: 2px dashed #4fbdb0;
  -webkit-animation: fa-spin 23s infinite linear;
  animation: fa-spin 23s infinite linear;
  border-radius: 50%;
  left: 55px;
  right: 55px;
  top: 25px;
  bottom: 35px;
  z-index: -9;
  transition: all 0.7s;
}

@media (max-width: 1199px) {
  .ishifeaturesblock .feature-left .feature-img1:before {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
}

@media (max-width: 991px) {
  .ishifeaturesblock .feature-left .feature-img1:before {
    left: 100px;
    right: 100px;
  }
}

@media (max-width: 767px) {
  .ishifeaturesblock .feature-left .feature-img1:before {
    left: 50px;
    right: 50px;
    top: 30px;
    bottom: 30px;
  }
}

@media (max-width: 560px) {
  .ishifeaturesblock .feature-left .feature-img1:before {
    top: 50px;
    bottom: 50px;
  }
}

@media (max-width: 470px) {
  .ishifeaturesblock .feature-left .feature-img1:before {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 20px;
  }
}

.ishifeaturesblock .feature-left .feature-img2 {
  position: absolute;
  right: 0;
  left: 0;
  top: 29%;
  text-align: center;
  z-index: -1;
}

@media (max-width: 991px) {
  .ishifeaturesblock .feature-left .feature-img2 {
    top: 33%;
  }
}

@media (max-width: 767px) {
  .ishifeaturesblock .feature-left .feature-img2 {
    top: 36%;
  }
}

.ishifeaturesblock .feature-left .feature-img2 img {
  width: 30%;
}

@media (max-width: 991px) {
  .ishifeaturesblock .feature-left .feature-img2 img {
    width: 25%;
  }
}

.ishifeaturesblock .features-right .features-container {
  margin-bottom: 20px;
}

.ishifeaturesblock .features-right .features-container .features-title {
  font-size: 20px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-weight: 400;
  letter-spacing: 6px;
  margin-bottom: 25px;
}

@media (max-width: 543px) {
  .ishifeaturesblock .features-right .features-container .features-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (max-width: 425px) {
  .ishifeaturesblock .features-right .features-container .features-des {
    text-align: center;
  }
}

.ishifeaturesblock .features-right .features-container .features-des p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1199px) {
  .ishifeaturesblock .features-right .features-container .features-des p {
    font-size: 14px;
  }
}

.ishifeaturesblock .features-right .features {
  margin-bottom: 20px;
}

.ishifeaturesblock .features-right .features:hover .features-block .features-title {
  color: #dbab6d;
  letter-spacing: 1px;
}

.ishifeaturesblock .features-right .features:hover .features-img {
  transform: rotateY(360deg);
}

.ishifeaturesblock .features-right .features .features-img {
  width: 60px;
  height: 60px;
  background-color: #fcfcfc;
  border: 1px solid #eee;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
  text-align: center;
  line-height: 58px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ishifeaturesblock .features-right .features .features-img img {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

.ishifeaturesblock .features-right .features .features-block {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .ishifeaturesblock .features-right .features .features-block {
    width: 80%;
  }
}

@media (max-width: 360px) {
  .ishifeaturesblock .features-right .features .features-block {
    width: 70%;
  }
}

.ishifeaturesblock .features-right .features .features-block .features-title {
  font-size: 16px;
  line-height: 22px;
  color: #232323;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .ishifeaturesblock .features-right .features .features-block .features-title {
    margin-bottom: 4px;
  }
}

@media (max-width: 543px) {
  .ishifeaturesblock .features-right .features .features-block .features-title {
    font-size: 15px;
  }
}

.ishifeaturesblock .features-right .features .features-block .features-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #888;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 1199px) {
  .ishifeaturesblock .features-right .features .features-block .features-desc {
    font-size: 14px;
    line-height: 22px;
  }
}

.ishifeaturesblock .features-right .features-btn {
  display: inline-block;
  text-align: center;
}

@media (max-width: 425px) {
  .ishifeaturesblock .features-right .features-btn {
    display: block;
  }
}

.ishifeaturesblock .features-right .features-btn a {
  display: block;
  position: relative;
  padding: 11px 53px 10px 19px;
}

@media (max-width: 767px) {
  .ishifeaturesblock .features-right .features-btn a {
    padding: 10px 17px;
  }
}

@media (max-width: 425px) {
  .ishifeaturesblock .features-right .features-btn a {
    text-align: center;
    display: inline-block;
  }
}

.ishifeaturesblock .features-right .features-btn a:after {
  content: "\f105";
  position: absolute;
  right: 1px;
  top: 1px;
  width: 39px;
  height: 39px;
  background: #fff;
  color: #4fbdb0;
  font-size: 20px;
  border-radius: 50%;
  line-height: 40px;
  padding-left: 1px;
  font-family: FontAwesome;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .ishifeaturesblock .features-right .features-btn a:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .ishifeaturesblock .features-right .features-btn a:hover {
    padding: 11px 25px 10px;
  }
}

.ishifeaturesblock .features-right .features-btn a:hover:after {
  right: -40px;
}

.ishispecialdeals {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .ishispecialdeals {
    padding: 40px 0;
  }
}

@media (max-width: 543px) {
  .ishispecialdeals .home-title {
    margin-bottom: 15px;
  }
}

.ishispecialdeals .product-container {
  padding: 0;
  margin-top: 0;
}

@media (max-width: 543px) {
  .ishispecialdeals .product-container {
    padding: 0 5px;
  }
}

.ishispecialdeals .product-thumb .product-description {
  background-color: #fff;
}

.ishispecialdeals .product-thumb:hover {
  box-shadow: none;
}

@media (min-width: 992px) {
  .ishispecialdeals .container {
    max-width: 1450px;
  }
}

@media screen and (min-width: 1367px) and (max-width: 1427px) {
  .ishispecialdeals .countdown-container .counter .data {
    width: 50px;
  }
}

@media screen and (min-width: 1267px) and (max-width: 1366px) {
  .ishispecialdeals .countdown-container .counter .data {
    width: 45px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1266px) {
  .ishispecialdeals .countdown-container .counter .data {
    width: 40px;
  }
}

@media screen and (min-width: 1118px) and (max-width: 1199px) {
  .ishispecialdeals .countdown-container .counter .data {
    width: 47px;
  }
}

@media screen and (min-width: 1054px) and (max-width: 1117px) {
  .ishispecialdeals .countdown-container .counter .data {
    width: 43px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1053px) {
  .ishispecialdeals .countdown-container .counter .data {
    width: 39px;
  }
}

.ishispecialdeals .specialdeals-banner {
  width: 20.5%;
}

@media (max-width: 1199px) {
  .ishispecialdeals .specialdeals-banner {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .ishispecialdeals .specialdeals-banner {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
}

.ishispecialdeals .specialdeals-banner .banner-inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .ishispecialdeals .specialdeals-banner .banner-inner {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
}

.ishispecialdeals .specialdeals-banner .banner-inner img {
  max-width: 100%;
  border-radius: 20px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.ishispecialdeals .specialdeals-banner:hover .banner-data .banner-title {
  transform: rotateX(360deg);
}

.ishispecialdeals .specialdeals-banner .banner-data {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  margin: 0 auto;
  text-align: center;
  width: 80%;
  color: #fff;
  z-index: 8;
}

@media (max-width: 1400px) {
  .ishispecialdeals .specialdeals-banner .banner-data {
    top: 20px;
  }
}

.ishispecialdeals .specialdeals-banner .banner-data .banner-title {
  font-size: 25px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.ishispecialdeals .specialdeals-banner .banner-data .deals-button {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ishispecialdeals .specialdeals-banner .banner-data .deals-button:hover {
  color: #232323;
  border-bottom: 1px solid #232323;
  letter-spacing: 1px;
}

.ishispecialdeals .deals {
  width: 79.5%;
}

@media (max-width: 1199px) {
  .ishispecialdeals .deals {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .ishispecialdeals .deals {
    width: 100%;
  }
}

@media (max-width: 543px) {
  .ishispecialdeals .deals {
    padding: 0 5px;
  }
}

.ishispecialdeals .owl-dots {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 543px) {
  .ishispecialdeals .owl-dots {
    margin-top: 15px;
  }
}

#ishiheaderblock {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 1320px) {
  #ishiheaderblock {
    font-size: 13px;
  }
}

#ishiheaderblock .header-icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  fill: #fff;
}

#ishiheaderblock p {
  margin: 0;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

#ishiheaderblock p span {
  color: #dbab6d;
}

#ishiheaderblock a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1320px) {
  #ishiheaderblock a {
    font-size: 13px;
  }
}

.block_newsletter {
  padding: 26px 20px;
  position: relative;
  top: -50px;
  background-color: #f8cad8;
  border-radius: 100px;
}

@media (max-width: 1199px) {
  .block_newsletter {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .block_newsletter {
    top: 0;
    border-radius: 20px;
  }
}

@media (max-width: 543px) {
  .block_newsletter {
    padding: 26px 14px;
  }
}

.block_newsletter .conditions {
  display: none;
}

@media (max-width: 543px) {
  .block_newsletter #dialog {
    padding: 0;
  }
}

.block_newsletter #boxes {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .block_newsletter #boxes {
    display: block;
  }
}

@media (max-width: 1199px) {
  .block_newsletter .newsletter-content {
    text-align: center;
    margin: 0 auto 20px;
  }
}

@media (max-width: 991px) {
  .block_newsletter .newsletter-content {
    margin: 0 auto 15px;
  }
}

@media (max-width: 543px) {
  .block_newsletter .newsletter-content {
    padding: 0;
  }
}

.block_newsletter .alert-danger,
.block_newsletter .alert-success {
  padding: 5px;
  margin: 6px 0;
  font-size: 12px;
}

.block_newsletter .bgimage {
  padding: 65px 15px;
}

@media (max-width: 543px) {
  .block_newsletter .bgimage {
    padding: 40px 15px;
  }
}

.block_newsletter .mail-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  fill: #8ac3de;
  border-radius: 50px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .block_newsletter .mail-icon {
    display: block;
    margin: 0 auto 15px;
  }
}

.block_newsletter .section-header {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: left;
  padding-left: 20px;
}

@media (max-width: 1199px) {
  .block_newsletter .section-header {
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .block_newsletter .section-header {
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

.block_newsletter .home-title {
  color: #232323;
  text-align: left;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  border: 0;
  padding: 0;
  margin: 0 0 10px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .block_newsletter .home-title {
    text-align: center;
  }
}

@media (max-width: 543px) {
  .block_newsletter .home-title {
    font-size: 20px;
  }
}

.block_newsletter .sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #666 !important;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 991px) {
  .block_newsletter .sub-title {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .block_newsletter .sub-title {
    width: 100%;
  }
}

@media (max-width: 543px) {
  .block_newsletter .sub-title {
    margin: 0 auto 8px;
  }
}

.block_newsletter .heading {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.block_newsletter .heading:before,
.block_newsletter .heading:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 10px;
  height: 1px;
  width: 183px;
  background-color: #ebebeb;
}

@media (max-width: 1500px) {

  .block_newsletter .heading:before,
  .block_newsletter .heading:after {
    left: 0;
  }
}

@media (max-width: 1400px) {

  .block_newsletter .heading:before,
  .block_newsletter .heading:after {
    left: -20px;
  }
}

@media (max-width: 1199px) {

  .block_newsletter .heading:before,
  .block_newsletter .heading:after {
    left: 90px;
  }
}

@media (max-width: 991px) {

  .block_newsletter .heading:before,
  .block_newsletter .heading:after {
    left: 0;
  }
}

@media (max-width: 767px) {

  .block_newsletter .heading:before,
  .block_newsletter .heading:after {
    display: none;
  }
}

.block_newsletter .heading:after {
  right: 20px;
  left: auto;
}

@media (max-width: 1500px) {
  .block_newsletter .heading:after {
    right: 0;
  }
}

@media (max-width: 1400px) {
  .block_newsletter .heading:after {
    right: -20px;
  }
}

@media (max-width: 1199px) {
  .block_newsletter .heading:after {
    right: 90px;
  }
}

@media (max-width: 991px) {
  .block_newsletter .heading:after {
    right: 0;
  }
}

.block_newsletter .newsletter-block {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1199px) {
  .block_newsletter .newsletter-block {
    margin: 0 auto 30px;
  }
}

.block_newsletter .newsletter-block .newsletter-inner {
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.06);
}

.block_newsletter .newsletter-block .newsletter-desc {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  display: block;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 20px;
}

.block_newsletter .newsletter-block .newsletter-desc p {
  color: #777;
}

.block_newsletter #newsletter-container .newsletter_text .news-icon svg {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  transform: rotate(-10deg);
  fill: #4fbdb0;
}

.block_newsletter #newsletter-container .newsletter_text .newsletter-header h2 {
  margin: 0 auto 20px;
  position: relative;
  line-height: 20px;
  font-size: 21px;
  font-weight: 500;
  display: inline-block;
  color: #3d3d3d;
}

@media (max-width: 767px) {
  .block_newsletter #newsletter-container .newsletter_text .newsletter-header h2 {
    font-size: 20px;
  }
}

.block_newsletter #newsletter-container .newsletter_text .newsletter-desc p {
  color: #888;
  margin-bottom: 40px;
  line-height: 19px;
}

@media (max-width: 767px) {
  .block_newsletter #newsletter-container .newsletter_text .newsletter-desc p {
    margin-bottom: 25px;
  }
}

.block_newsletter #newsletter-container .newsletter_form {
  position: relative;
  width: 87%;
  float: right;
}

@media (max-width: 1199px) {
  .block_newsletter #newsletter-container .newsletter_form {
    width: 70%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .block_newsletter #newsletter-container .newsletter_form {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 543px) {
  .block_newsletter #newsletter-container .newsletter_form {
    width: 90%;
  }
}

.block_newsletter #newsletter-container .newsletter_form form {
  position: relative;
}

.block_newsletter #newsletter-container .newsletter_form .btn-submit {
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 3px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #da6d8f;
  color: #fff;
  border: 1px solid #da6d8f;
  line-height: 23px;
  padding: 8px 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .block_newsletter #newsletter-container .newsletter_form .btn-submit {
    padding: 5px 20px;
    line-height: 24px;
  }
}

.block_newsletter #newsletter-container .newsletter_form .btn-submit:hover {
  background-color: #509abd;
  border-color: #509abd;
  color: #fff;
}

.block_newsletter #newsletter-container .newsletter_form .btn-submit:after {
  display: none;
}

.block_newsletter #newsletter-container .newsletter_form .icon {
  fill: #3d3d3d;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.block_newsletter #newsletter-container .newsletter_form .icon:hover {
  fill: #dbab6d;
}

.block_newsletter #newsletter-container .newsletter_form .text-email {
  width: 100%;
  height: 47px;
  border: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px;
  padding-right: 130px;
  text-align: left;
  border-radius: 30px;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .block_newsletter #newsletter-container .newsletter_form .text-email {
    height: 42px;
    padding: 15px 75px 15px 15px;
  }
}

.block_newsletter #newsletter-container .newsletter_form .text-email:focus {
  background-color: #fff;
}

.block_newsletter #newsletter-container .newsletter_form .text-email::placeholder {
  color: #d3d3d3;
}

.block_newsletter #newsletter-container .newsletter_form .btn-default {
  background-color: #509abd;
  color: #fff;
  border-color: #509abd;
}

.block_newsletter #newsletter-container .newsletter_form .btn-default:hover {
  background-color: #da6d8f;
  color: #fff;
  border-color: #da6d8f;
}

.ishipaymentblock {
  text-align: right;
  display: block;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .ishipaymentblock {
    text-align: center;
  }
}

.ishipaymentblock .paymentblock {
  /* If media is between 992 and 1199 */
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ishipaymentblock .paymentblock {
    margin: 1px;
  }
}

.ishipaymentblock .paymentblock img {
  /* If media is below 768 */
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

@media (max-width: 1199px) {
  .ishipaymentblock .paymentblock img {
    width: 40px;
  }
}

.ishitestimonials {
  display: block;
  position: relative;
  margin-bottom: 40px;
}

.ishitestimonials:hover .home-title:before {
  width: 145px;
}

@media (max-width: 991px) {
  .ishitestimonials {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .ishitestimonials {
    margin-bottom: 30px;
  }
}

.ishitestimonials .owl-stage-outer {
  padding: 30px 0 30px;
}

.ishitestimonials .item {
  padding: 0 15px;
}

.ishitestimonials .testimonial-inner {
  border: 1px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ishitestimonials .testimonial-inner:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ishitestimonials .testimonial-img {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
}

.ishitestimonials .testimonial-img img {
  max-width: 100%;
  border-radius: 50%;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.ishitestimonials .user-details {
  background: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 55px 40px 30px 40px;
}

@media (max-width: 1199px) {
  .ishitestimonials .user-details {
    padding: 45px 15px 40px 15px;
  }
}

.ishitestimonials .user-details .user-description p {
  font-size: 15px;
  line-height: 24px;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #888;
  font-family: 'Poppins', sans-serif;
}

.ishitestimonials .user-details .user-content {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px;
}

.ishitestimonials .user-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 3px;
  line-height: 1.3;
  color: #232323;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ishitestimonials .user-name {
    font-size: 16px;
    margin: 0 0 2px;
  }
}

.ishitestimonials .user-designation {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  display: inline-block;
  vertical-align: middle;
}

.ishitestimonials .owl-dots {
  position: absolute;
  right: 1%;
  top: -19%;
}

@media (max-width: 767px) {
  .ishitestimonials .owl-dots {
    position: unset;
    text-align: center;
  }
}

@media (min-width: 768px) {

  .ishitestimonials .owl-nav .owl-prev,
  .ishitestimonials .owl-nav .owl-next {
    position: absolute;
    left: -17px;
    top: 45%;
  }
}

.ishitestimonials .owl-nav .owl-next {
  right: -17px;
  left: auto;
}

@keyframes shrink {
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.ishistoreinfoblock {
  /* If media is below 992 */
  text-align: left;
  display: block;
  overflow: hidden;
}

@media (max-width: 991px) {
  .ishistoreinfoblock {
    margin: 0 0 15px;
    text-align: center;
  }
}

.ishistoreinfoblock .ishistoreinfo-inner .store-logo {
  display: block;
  margin-bottom: 20px;
}

.ishistoreinfoblock .ishistoreinfo-inner .store-logo img {
  width: auto;
}

@media (max-width: 991px) {
  .ishistoreinfoblock .ishistoreinfo-inner .store-logo img {
    width: 135px;
  }
}

.ishistoreinfoblock .ishistoreinfo-inner .store-logo:after {
  display: none;
}

.ishistoreinfoblock .ishistoreinfo-inner .store-description {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ishistoreinfoblock .ishistoreinfo-inner .store-description {
    width: 90%;
    text-align: center;
    margin: 0 auto 10px;
  }
}

@media (max-width: 767px) {
  .ishistoreinfoblock .ishistoreinfo-inner .store-description {
    width: 100%;
  }
}

.ishistoreinfoblock .ishistoreinfo-inner .store-description p {
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  color: #888;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ishistoreinfoblock .ishistoreinfo-inner .store-description p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .ishistoreinfoblock .ishistoreinfo-inner .store-description p {
    font-size: 14px;
  }
}

.ishicategorysearch {
  display: block;
  text-align: center;
  position: relative;
  padding: 36px 0px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .ishicategorysearch {
    padding: 17px 0px;
  }
}

.ishicategorysearch .home-title {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .ishicategorysearch .home-title {
    margin-bottom: 14px;
  }
}

@media (max-width: 543px) {
  .ishicategorysearch .home-title {
    margin-bottom: 8px;
  }
}

.ishicategorysearch .search-img-left,
.ishicategorysearch .search-img-right {
  position: absolute;
  top: 5%;
  left: 5%;
}

@media (max-width: 991px) {

  .ishicategorysearch .search-img-left,
  .ishicategorysearch .search-img-right {
    left: 1%;
  }
}

@media (max-width: 940px) {

  .ishicategorysearch .search-img-left,
  .ishicategorysearch .search-img-right {
    display: none;
  }
}

.ishicategorysearch .search-img-left img,
.ishicategorysearch .search-img-right img {
  width: 200px;
}

.ishicategorysearch .search-img-right {
  left: auto;
  right: 5%;
  top: auto;
  bottom: 0;
}

@media (max-width: 991px) {
  .ishicategorysearch .search-img-right {
    right: 1%;
  }
}

.ishicategorysearch .desc {
  font-size: 15px;
  font-weight: 400;
  color: #888;
  margin-bottom: 20px;
  line-height: 23px;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 543px) {
  .ishicategorysearch .desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.ishicategorysearch .search-block {
  width: 46%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .ishicategorysearch .search-block {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .ishicategorysearch .search-block {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .ishicategorysearch .search-block {
    width: 100%;
  }
}

.ishicategorysearch .search-block .search-boxes {
  position: relative;
}

.ishicategorysearch .search-block .search-boxes .search-select {
  position: relative;
}

.ishicategorysearch .search-block .search-boxes .search-select select,
.ishicategorysearch .search-block .search-boxes .search-select input {
  height: 50px;
  appearance: none;
  border: none;
  background-color: transparent;
  font-size: 13px;
  padding-right: 155px;
  font-weight: 500;
  border-radius: 5px;
  color: #393939;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 543px) {

  .ishicategorysearch .search-block .search-boxes .search-select select,
  .ishicategorysearch .search-block .search-boxes .search-select input {
    padding-right: 115px;
    height: 45px;
  }
}

.ishicategorysearch .search-block .search-boxes .search-select input {
  font-size: 14px;
  font-weight: 400;
  color: #b6b6b6;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #eee;
}

.ishicategorysearch .search-block .search-boxes .search-select .dropdown-btn {
  height: 42px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  justify-content: end;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 37% 0%);
  width: 60px;
  padding: 15px;
  background-color: #dbab6d;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
}

.ishicategorysearch .search-block .search-boxes .search-select .dropdown-btn i {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}

.ishicategorysearch .search-block .search-button {
  z-index: 8;
  position: relative;
}

.ishicategorysearch .search-block .search-button button {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 11px 25px;
  height: 43px;
}

@media (max-width: 543px) {
  .ishicategorysearch .search-block .search-button button {
    height: 37px;
    bottom: 4px;
    right: 5px;
    line-height: 18px;
    padding: 9px 18px;
    font-size: 12px;
  }
}

.ishicategorysearch .search-block .search-button button:after {
  display: none;
}

.ishispecificationblock {
  padding: 120px 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1199px) {
  .ishispecificationblock {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .ishispecificationblock {
    padding: 48px 0;
  }
}

.ishispecificationblock:hover .specification-img-left {
  left: -180px;
}

@media (max-width: 1400px) {
  .ishispecificationblock:hover .specification-img-left {
    left: -250px;
  }
}

.ishispecificationblock:hover .specification-img-right {
  right: -180px;
}

@media (max-width: 1400px) {
  .ishispecificationblock:hover .specification-img-right {
    right: -250px;
  }
}

.ishispecificationblock .row {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .ishispecificationblock .specification-container {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
  }
}

.ishispecificationblock .specification-img-left,
.ishispecificationblock .specification-img-right {
  position: absolute;
  left: -60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1550px) {

  .ishispecificationblock .specification-img-left,
  .ishispecificationblock .specification-img-right {
    left: -120px;
  }
}

@media (max-width: 1400px) {

  .ishispecificationblock .specification-img-left,
  .ishispecificationblock .specification-img-right {
    left: -200px;
  }
}

@media (max-width: 1300px) {

  .ishispecificationblock .specification-img-left,
  .ishispecificationblock .specification-img-right {
    display: none;
  }
}

.ishispecificationblock .specification-img-right {
  left: auto;
  right: -60px;
}

@media (max-width: 1550px) {
  .ishispecificationblock .specification-img-right {
    right: -120px;
  }
}

@media (max-width: 1400px) {
  .ishispecificationblock .specification-img-right {
    right: -200px;
  }
}

@media (max-width: 767px) {
  .ishispecificationblock .specification {
    margin-bottom: 25px;
  }
}

.ishispecificationblock .specification:hover .specification-img {
  transform: rotateY(360deg);
  -webkit-transition: rotateY(360deg);
  -moz-transition: rotateY(360deg);
  -o-transition: rotateY(360deg);
}

@media (max-width: 767px) {
  .ishispecificationblock .specification:last-child {
    margin-bottom: 0;
  }
}

.ishispecificationblock .subtitle {
  font-size: 14px;
  width: 70%;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #666;
  line-height: 22px;
}

@media (max-width: 767px) {
  .ishispecificationblock .subtitle {
    display: none;
  }
}

.ishispecificationblock .specification-img {
  margin: 0 auto 10px;
  width: 85px;
  height: 85px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ishispecificationblock .specification-block .specification-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
  font-family: 'Poppins', sans-serif;
}

.ishispecificationblock .specification-block .specification-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #666;
}

.ishiproductsblock {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .ishiproductsblock {
    margin-bottom: 15px;
  }
}

@media (max-width: 543px) {
  .ishiproductsblock {
    margin-bottom: 20px;
  }
}

.ishiproductsblock .section-header {
  margin-bottom: 0;
}

@media (max-width: 420px) {
  .ishiproductsblock .home-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 543px) {
  .ishiproductsblock .container {
    padding: 0 5px;
  }
}

@media (max-width: 543px) {
  .ishiproductsblock .row {
    margin: 0;
  }
}

.ishiproductsblock .ishiproductstab {
  border: none;
  text-align: center;
  margin: 0;
}

.ishiproductsblock .ishiproductstab .nav-item {
  /* If media is below 544 */
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

@media (max-width: 543px) {
  .ishiproductsblock .ishiproductstab .nav-item {
    margin: 0 2px;
  }
}

@media (max-width: 420px) {
  .ishiproductsblock .ishiproductstab .nav-item {
    margin: 0;
    text-align: center;
  }
}

.ishiproductsblock .ishiproductstab .nav-item:last-child {
  /* If media is below 544 */
}

@media (max-width: 420px) {
  .ishiproductsblock .ishiproductstab .nav-item:last-child {
    margin-bottom: 0px;
  }
}

.ishiproductsblock .ishiproductstab .nav-item .nav-link {
  /* If media is below 768 */
  background: #f5f5f5;
  color: #232323;
  min-width: 120px;
  display: block;
  padding: 9px 15px;
  letter-spacing: 1px;
  font-weight: 400;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .ishiproductsblock .ishiproductstab .nav-item .nav-link {
    padding: 8px 14px;
  }
}

@media (max-width: 543px) {
  .ishiproductsblock .ishiproductstab .nav-item .nav-link {
    border: 0;
    padding: 8px 4px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .ishiproductsblock .ishiproductstab .nav-item .nav-link {
    background-color: transparent;
    min-width: auto;
    padding: 5px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .ishiproductsblock .ishiproductstab .nav-item .nav-link {
    font-size: 13px;
    padding: 0 5px;
  }
}

.ishiproductsblock .ishiproductstab .nav-item .nav-link:hover {
  background-color: #dbab6d;
  color: #fff;
}

@media (max-width: 420px) {
  .ishiproductsblock .ishiproductstab .nav-item .nav-link:hover {
    background-color: transparent;
    color: #dbab6d;
  }
}

.ishiproductsblock .ishiproductstab .nav-item.active .nav-link {
  background-color: #dbab6d;
  color: #fff;
}

@media (max-width: 420px) {
  .ishiproductsblock .ishiproductstab .nav-item.active .nav-link {
    background-color: transparent;
    color: #dbab6d;
  }
}

.ishiproductsblock .ishiproductstab .nav-item.active .nav-link:before {
  opacity: 1;
}

.ishiproductsblock .owl-dots {
  position: absolute;
  right: 1%;
  top: -4%;
}

@media (max-width: 767px) {
  .ishiproductsblock .owl-dots {
    text-align: center;
    margin: 0 auto;
    position: unset;
  }
}

@media (max-width: 543px) {
  .ishiproductsblock .owl-dots {
    margin: 10px auto 0;
  }
}

.smartblog_block {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
  /*<------------------------------------------------------------------------------------>*/
}

@media (max-width: 991px) {
  .smartblog_block {
    margin-bottom: 30px;
  }
}

.smartblog_block .section-header {
  margin-bottom: 0;
}

.smartblog_block .home-title:after {
  width: 17%;
}

@media (max-width: 1400px) {
  .smartblog_block .home-title:after {
    width: 20%;
  }
}

@media (max-width: 1199px) {
  .smartblog_block .home-title:after {
    width: 28%;
  }
}

@media (max-width: 991px) {
  .smartblog_block .home-title:after {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .smartblog_block .home-title:after {
    width: 51%;
  }
}

@media (max-width: 543px) {
  .smartblog_block .home-title:after {
    width: 42%;
  }
}

@media (max-width: 400px) {
  .smartblog_block .home-title:after {
    width: 56%;
  }
}

.smartblog_block .item {
  padding: 0 15px;
}

.smartblog_block .blog_post {
  position: relative;
  text-align: center;
  margin: 0 0 25px;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .smartblog_block .blog_post {
    display: block;
    box-shadow: none;
  }
}

@media (max-width: 543px) {
  .smartblog_block .blog_post {
    margin: 0 0 15px;
  }
}

@media (min-width: 768px) {
  .smartblog_block .blog_post:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

.smartblog_block .blog_post:hover .news_module_image_holder {
  background: #000;
}

.smartblog_block .blog_post:hover .news_module_image_holder a img {
  -webkit-transform-style: unset;
  transform-style: unset;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  opacity: 0.8;
}

.smartblog_block .blog_post:hover .news_module_image_holder .blogicons {
  opacity: 1;
}

.smartblog_block .blog_post .news_module_image_holder {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 30px 30px 0px 0px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.smartblog_block .blog_post .news_module_image_holder a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.smartblog_block .blog_post .news_module_image_holder a img {
  width: 100%;
  max-width: 100%;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.smartblog_block .blog_post .news_module_image_holder .date-month {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  text-align: center;
  background-color: #4fbdb0;
  display: block;
  padding: 8px 15px;
  border-radius: 0 30px 0px 0px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.smartblog_block .blog_post .news_module_image_holder .date-month .date-time {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

.smartblog_block .blog_post .news_module_image_holder .date-month .day_month {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  font-weight: 400;
  color: #dbab6d;
}

.smartblog_block .blog_post .blog_content {
  text-align: left;
  padding: 15px 15px 18px;
}

.smartblog_block .blog_post .blog_content .date-comment {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}

.smartblog_block .blog_post .blog_content .date-comment .date-time {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 7px;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.smartblog_block .blog_post .blog_content .date-comment .date-time i {
  display: none;
  font-size: 19px;
  line-height: 18px;
  color: #dbab6d;
  padding-right: 5px;
}

.smartblog_block .blog_post .blog_content .date-comment .author {
  display: none;
}

.smartblog_block .blog_post .blog_content .date-comment .write-comment {
  display: none;
  vertical-align: middle;
  padding-left: 12px;
  position: relative;
}

.smartblog_block .blog_post .blog_content .date-comment .write-comment:before {
  content: '';
  height: 15px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 3px;
  top: 2px;
}

.smartblog_block .blog_post .blog_content .blog_title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 1px;
  margin-top: 0;
  white-space: normal;
}

.smartblog_block .blog_post .blog_content .blog_title a {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #232323;
  transition: all 0.5s;
  -webkit-transform: all 0.5s;
  -ms-transform: all 0.5s;
  -o-transform: all 0.5s;
  -moz-transform: all 0.5s;
}

@media (max-width: 543px) {
  .smartblog_block .blog_post .blog_content .blog_title a {
    font-size: 16px;
    line-height: 18px;
  }
}

.smartblog_block .blog_post .blog_content .blog-desc {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #888;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
}

@media (max-width: 543px) {
  .smartblog_block .blog_post .blog_content .blog-desc {
    font-size: 14px;
  }
}

.smartblog_block .blog_post .blog_content .btn-primary {
  display: inline-block;
  font-size: 13px;
  padding: 8px 14px;
}

.smartblog_block .owl-nav {
  top: -23%;
}

@media (max-width: 1500px) {
  .smartblog_block .owl-nav {
    top: -25%;
  }
}

@media (max-width: 1400px) {
  .smartblog_block .owl-nav {
    top: -27%;
  }
}

@media (max-width: 1300px) {
  .smartblog_block .owl-nav {
    top: -29%;
  }
}

@media (max-width: 1199px) {
  .smartblog_block .owl-nav {
    top: -14%;
  }
}

@media (max-width: 991px) {
  .smartblog_block .owl-nav {
    top: -17%;
  }
}

.smartblog_block .owl-dots {
  position: absolute;
  right: 1%;
  top: -13%;
}

@media (max-width: 991px) {
  .smartblog_block .owl-dots {
    position: unset;
  }
}

.single-blog {
  text-align: center;
  /*<------------------------------------------------------------------------------------>*/
}

.single-blog .page-item-title {
  margin-bottom: 30px;
}

.single-blog .page-item-title h1 {
  font-size: 22px;
  text-transform: uppercase;
  color: #3d3d3d;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

.single-blog .blog-img img {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #eee;
  border-radius: 5px;
}

.single-blog .blog-date {
  display: none;
  font-size: 15px;
  position: relative;
  text-transform: capitalize;
  color: #3d3d3d;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 0 0;
}

.single-blog .blog-desc {
  /* If media is below 992 */
  padding: 30px 15px 20px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
  width: 80%;
  color: #323;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .single-blog .blog-desc {
    width: 100%;
  }
}

.single-blog .smartblogcomments {
  margin-bottom: 50px;
}

.single-blog .smartblogcomments .reply-title {
  margin-bottom: 15px;
  font-weight: 500;
  color: #3d3d3d;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.single-blog .smartblogcomments .view-comment {
  text-align: left;
  padding: 15px 0;
  margin-bottom: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.single-blog .smartblogcomments .view-comment:last-child {
  margin-bottom: 0;
}

.single-blog .smartblogcomments .view-comment .user_icon {
  display: inline-block;
  vertical-align: middle;
}

.single-blog .smartblogcomments .view-comment .user_icon i:before {
  font-size: 70px;
  color: #3d3d3d;
}

.single-blog .smartblogcomments .view-comment .user_list {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 10px;
}

.single-blog .block-title .reply-title {
  margin-bottom: 15px;
  font-weight: 500;
  color: #3d3d3d;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.single-blog #add-comment .form-horizontal .control-label {
  text-align: left;
}

.single-blog #add-comment .form-horizontal .form-control {
  border-color: #eee;
}

.single-blog #add-comment .form-horizontal .form-control:last-child {
  margin-bottom: 0;
}

.single-blog #add-comment .form-horizontal .form-group {
  margin: 15px;
}

.single-blog #add-comment .form-horizontal .submit-btn {
  margin-top: 20px;
}

.all-blog {
  text-align: center;
  margin: 0 auto;
}

.all-blog h1 {
  display: none;
}

.all-blog .sdsarticleCat {
  /* If media is above 991 */
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .all-blog .sdsarticleCat {
    text-align: left;
  }
}

.all-blog .sdsarticleCat>div {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 20px;
}

.all-blog .sdsarticleCat .blog-content {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .all-blog .sdsarticleCat .blog-content {
    margin-bottom: 20px;
  }
}

.all-blog .sdsarticleCat .articleContent:last-child {
  margin-bottom: 0;
}

.all-blog .sdsarticleCat .articleContent .post_hover {
  display: none;
}

.all-blog .sdsarticleCat .articleContent .blog-image img {
  text-align: center;
  margin: 0 auto;
}

.all-blog .sdsarticleCat .smartblog-desc {
  /* If media is below 992 */
  /* If media is below 1200 */
  position: relative;
  top: 18px;
}

@media (max-width: 991px) {
  .all-blog .sdsarticleCat .smartblog-desc {
    padding: 15px;
  }
}

@media (max-width: 1199px) {
  .all-blog .sdsarticleCat .smartblog-desc {
    top: 0;
  }
}

.all-blog .sdsarticleCat .smartblog-desc .blog-date-comment {
  /* If media is below 1200 */
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment {
    margin-bottom: 10px;
  }
}

.all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title {
  /* If media is below 1200 */
  margin: 0 0 15px;
}

@media (max-width: 1199px) {
  .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title {
    margin: 15px 0;
  }
}

.all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title a {
  font-size: 20px;
  text-transform: uppercase;
  color: #3d3d3d;
  font-weight: 400;
  text-decoration: none;
}

.all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-date {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  position: relative;
}

.all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .comment-wrapper {
  display: block;
}

.all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .comment-wrapper span {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  text-transform: capitalize;
  color: #3d3d3d;
  line-height: 25px;
}

.all-blog .sdsarticleCat .smartblog-desc .blog-desc {
  /* If media is below 1200 */
  display: block;
  margin-bottom: 15px;
  color: #666;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .all-blog .sdsarticleCat .smartblog-desc .blog-desc {
    margin-bottom: 10px;
  }
}

.all-blog .sdsarticleCat .smartblog-desc .read-more a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  background: #509abd;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.all-blog .sdsarticleCat .smartblog-desc .read-more a:hover {
  background: #da6d8f;
  color: #fff;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #232323;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

* {
  outline: 0 !important;
}

*:focus {
  outline: 0 !important;
}

*:active {
  outline: 0 !important;
}

.dropdown-backdrop {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

p {
  color: #888;
  /* default font size */
}

.fa {
  font-size: 14px;
  /* Override the bootstrap defaults */
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #3d3d3d;
  outline: none;
}

a:hover {
  color: #dbab6d;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  color: #dbab6d;
  text-decoration: none;
}

.dropdown-backdrop {
  display: none;
}

ul,
.list-unstyled {
  padding: 0;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 5px;
  border-color: #e9e9e9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}

.form-horizontal .control-label {
  /* If media is above 767 */
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

input[type="checkbox"] {
  position: relative;
  top: 0;
  margin: 3px 2px 0px 2px;
  vertical-align: middle;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 14px;
  font-weight: 400;
  color: #232323;
}

.panel-heading {
  padding: 15px;
}

select.form-control,
textarea.form-control {
  font-size: 12px;
}

input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}

.input-group {
  /* Fix some bootstrap issues */
  /*span {
  &.hidden-xs, &.hidden-sm, &.hidden-md, &.hidden-lg {
    display: inline;
  }
}*/
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

.popover {
  font-family: inherit;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: '* ';
  color: #f00;
  font-weight: bold;
  /* Gradent to all drop down menus */
}

.dropdown-menu li>a:hover {
  text-decoration: none;
  outline: none;
  background-color: transparent;
}

@media (max-width: 991px) {

  #_mobile_column_left>#column-left,
  #_mobile_column_right>#column-left,
  #_mobile_column_left #column-right,
  #_mobile_column_right #column-right {
    float: left;
    width: 100%;
    padding: 0;
    display: block !important;
  }

  #content {
    float: left;
    width: 100%;
  }
}

section {
  margin-bottom: 70px;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  section {
    margin-bottom: 30px;
  }
}

section:hover .home-title:before {
  width: 145px;
}

.clearfix {
  clear: both;
}

#menu_wrapper.active {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, .2);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#cart_wrapper {
  background: rgba(0, 0, 0, .6);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s, visibility 0ms 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 9998;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#cart_wrapper.active {
  opacity: 1;
  visibility: visible;
}

.cart-overlay {
  overflow: hidden;
  /* header-before */
}

#header-before {
  /* If media is below 768 */
  /* header */
}

#header-before .page-title {
  display: none;
}

@media (max-width: 767px) {
  #header-before {
    display: none;
  }
}

#header {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.6px;
}

@media (min-width: 1500px) {
  #header.home {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 0;
  }
}

.other .header-top {
  border-bottom: 1px solid #eee;
  position: unset;
  padding: 20px 0;
}

.other .header-top .container {
  padding: 0 15px;
  box-shadow: none;
}

.header-nav {
  background: #232323;
  padding: 11px 9px 8px 9px;
  text-align: center;
}

@media (max-width: 340px) {
  .header-nav .container {
    padding: 0;
  }
}

.header-nav .left-nav {
  /* If media is below 992 */
  text-align: left;
}

@media (max-width: 991px) {
  .header-nav .left-nav {
    text-align: center;
    display: none;
  }
}

.header-nav .middle-nav {
  text-align: center;
}

@media (max-width: 991px) {
  .header-nav .middle-nav {
    display: none;
  }
}

.header-nav .right-nav {
  text-align: right;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .header-nav .right-nav {
    text-align: center;
  }
}

.header-nav .right-nav>div {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 7px;
  position: relative;
  /* If media is below 992 */
  /* If media is below 544 */
}

@media (max-width: 991px) {
  .header-nav .right-nav>div {
    padding: 8px 10px 11px;
  }
}

@media (max-width: 543px) {
  .header-nav .right-nav>div {
    padding: 10px 5px 12px;
  }
}

@media (min-width: 992px) {
  .header-nav .right-nav>div:last-child {
    padding-right: 0;
  }
}

.header-nav .right-nav>div:last-child:after {
  display: none;
}

.header-height {
  /* If media is below 544 */
}

@media (max-width: 1199px) {
  .header-height {
    min-height: 90px;
  }
}

@media (max-width: 991px) {
  .header-height {
    min-height: 70px;
  }
}

.header-top {
  text-align: center;
  padding: 20px 0;
  padding-bottom: 0;
  position: relative;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 1;
  /* If media is below 544 */
  /* If media is below 544 */
  /* Nav full width fixed header */
}

@media (max-width: 1499px) {
  .header-top {
    padding: 0;
    position: unset;
  }
}

@media (max-width: 1199px) {
  .header-top {
    position: unset;
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .header-top {
    padding: 10px 0;
  }
}

.header-top.fixed-header {
  background-color: #fff;
  position: fixed;
  padding: 15px 0;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 9999;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
  -o-animation: slide-down 0.7s;
  overflow: visible;
}

.header-top.fixed-header>.container {
  padding: 0 15px;
  box-shadow: none;
  border-radius: 0;
  /* If media is below 544 */
}

@media (max-width: 1199px) {
  .header-top.fixed-header>.container {
    padding: 0 15px;
  }
}

.header-top>.container {
  position: relative;
  padding: 15px;
  border-radius: 50px;
  box-shadow: 0px 0 7px 1px rgba(0, 0, 0, 0.10);
  /* If media is below 544 */
}

@media (min-width: 1500px) {
  .header-top>.container {
    background: #fff;
  }
}

@media (max-width: 1499px) {
  .header-top>.container {
    box-shadow: none;
  }
}

.header-top>.container>.row {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .header-top>.container {
    border-radius: 0;
    padding: 0 15px;
    box-shadow: none;
  }
}

.header-top .mobile-width-right,
.header-top .mobile-width-left {
  display: none;
}

@media (max-width: 991px) {

  .header-top .mobile-width-right,
  .header-top .mobile-width-left {
    display: block;
    width: 31%;
    float: left;
    padding: 5px 6px;
  }
}

@media (max-width: 991px) {
  .header-top .mobile-width-right {
    float: right;
  }
}

.header-top .desktop-logo {
  text-align: left;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .header-top .desktop-logo {
    width: 38%;
    padding: 0;
    text-align: center;
    margin-bottom: 8px;
  }
}

.header-top .desktop-logo a img {
  display: inline-block;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .header-top .desktop-logo a img {
    width: auto;
    margin: 0 auto;
  }
}

.header-top .desktop-custominfo {
  /* If media is below 768 */
  text-align: right;
}

@media (max-width: 1199px) {
  .header-top .desktop-custominfo {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .header-top .desktop-custominfo {
    display: none;
  }
}

.header-top .desktop-custominfo #_desktop_cart,
.header-top .desktop-custominfo #_desktop_contactinfo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.42px;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header-top .desktop-custominfo #_desktop_contactinfo {
  /* If media is between 992 and 1360 */
  /* If media is below 992 */
}

@media screen and (min-width: 992px) and (max-width: 1360px) {
  .header-top .desktop-custominfo #_desktop_contactinfo {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-top .desktop-custominfo #_desktop_contactinfo {
    padding: 0;
  }
}

.header-top #_desktop_wishlist {
  display: inline-block;
  vertical-align: middle;
}

.header-top #_desktop_wishlist .wishlist-img {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  fill: #222;
}

.header-top #_desktop_wishlist .wishlist-title {
  display: block;
  color: #232323;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

.header-top #_desktop_wishlist .wishlist-title a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-top #_desktop_wishlist .wishlist-title a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-top #_desktop_wishlist .wishlist-text {
  font-size: 13px;
  font-weight: 400;
  color: #232323;
  display: block;
  font-family: 'Open Sans', sans-serif;
}

.nav-full-width {
  /* If media is below 992 */
  border-top: 1px solid #eee;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
}

@media (max-width: 991px) {
  .nav-full-width {
    padding: 0;
    background-color: #dbab6d;
    display: none;
  }
}

.nav-full-width>.container {
  position: relative;
}

.nav-full-width.home.wrapper-menu.open {
  transform: rotate(0deg);
}

.nav-full-width.fixed-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 9999;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
  -o-animation: slide-down 0.7s;
  overflow: visible;
}

@keyframes slide-down {

  /* language, currency Start */
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
  }
}

.currency-selector,
.language-selector,
.user-info {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}

.currency-selector .btn-group.open,
.language-selector .btn-group.open,
.user-info .btn-group.open,
.currency-selector .dropdown.open,
.language-selector .dropdown.open,
.user-info .dropdown.open,
.currency-selector .btn-group .dropdown-toggle,
.language-selector .btn-group .dropdown-toggle,
.user-info .btn-group .dropdown-toggle,
.currency-selector .dropdown .dropdown-toggle,
.language-selector .dropdown .dropdown-toggle,
.user-info .dropdown .dropdown-toggle {
  box-shadow: none;
}

.currency-selector .dropdown-menu,
.language-selector .dropdown-menu,
.user-info .dropdown-menu {
  left: auto;
  right: 0;
  top: 32px;
  padding: 9px 15px;
  margin: 0;
  font-size: 14px;
  border-radius: 0;
  /* If media is below 544 */
}

@media (max-width: 991px) {

  .currency-selector .dropdown-menu,
  .language-selector .dropdown-menu,
  .user-info .dropdown-menu {
    top: 32px;
  }
}

@media (max-width: 543px) {

  .currency-selector .dropdown-menu,
  .language-selector .dropdown-menu,
  .user-info .dropdown-menu {
    min-width: 100px;
  }
}

.currency-selector li,
.language-selector li,
.user-info li {
  text-decoration: none;
  padding: 3px 10px;
}

.currency-selector li img,
.language-selector li img,
.user-info li img {
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.currency-selector li a,
.language-selector li a,
.user-info li a,
.currency-selector li button,
.language-selector li button,
.user-info li button {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  color: #888;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.currency-selector li a:hover,
.language-selector li a:hover,
.user-info li a:hover,
.currency-selector li button:hover,
.language-selector li button:hover,
.user-info li button:hover {
  color: #3d3d3d;
}

.currency-selector a,
.language-selector a,
.user-info a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.currency-selector .language-selector-label,
.language-selector .language-selector-label,
.user-info .language-selector-label,
.currency-selector .currency-selector-label,
.language-selector .currency-selector-label,
.user-info .currency-selector-label {
  display: none;
}

#_desktop_user-info {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding-right: 7px;
}

@media (min-width: 992px) {
  #_mobile_user-info {
    display: none;
  }
}

@media (max-width: 991px) {
  .user-info .user-logo {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    fill: #222;
  }
}

@media (max-width: 991px) {
  .user-info .user-logo {
    background: transparent;
  }
}

.user-info .user-logo:hover {
  fill: #dbab6d;
}

.user-info .user-name {
  color: #232323;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.user-info .user-name:hover {
  color: #dbab6d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.user-info .dropdown-menu {
  top: 42px;
}

.user-info .user-content {
  display: none;
  vertical-align: middle;
  text-align: left;
  padding-left: 5px;
}

@media screen and (min-width: 1200px) and (max-width: 1380px) {
  .user-info .user-content {
    display: none;
  }
}

@media (max-width: 991px) {
  .user-info .user-content {
    display: none;
  }
}

.user-info .user-content .username {
  margin-bottom: 2px;
}

.user-info .user-content .username a {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
}

.user-info .user-content .user-link {
  position: relative;
}

.user-info .user-content .user-link li {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  padding: 0 3px;
}

.user-info .user-content .user-link li:after {
  position: absolute;
  content: '/';
  font-size: 13px;
  color: #fff;
  top: 4px;
  right: -9px;
  left: auto;
}

.user-info .user-content .user-link li:last-child {
  margin-left: 7px;
}

.user-info .user-content .user-link li:last-child:after {
  display: none;
}

.user-info .user-content .user-link li a {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .user-info .user-content .user-link li a {
    font-size: 11px;
  }
}

@media (max-width: 1199px) {
  .user-info .user-content .user-link li a {
    font-size: 11px;
  }
}

.user-info .expand-more {
  font-size: 15px;
  color: #4fbdb0;
  margin-bottom: 3px;
  display: block;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .user-info .expand-more {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .user-info .expand-more {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .user-info i {
    display: none;
  }
}

.currency-selector,
.language-selector {
  white-space: nowrap;
  font-weight: 400;
}

.currency-selector .btn-group .language-selector-label,
.language-selector .btn-group .language-selector-label,
.currency-selector .btn-group .currency-selector-label,
.language-selector .btn-group .currency-selector-label {
  font-size: 14px;
  color: #3d3d3d;
  display: block;
}

.currency-selector .btn-group.open .dropdown-toggle,
.language-selector .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.currency-selector .dropdown-menu,
.language-selector .dropdown-menu {
  left: auto;
  right: -3px;
  top: 32px;
  padding: 5px 7px;
  margin: 0;
  font-size: 14px;
  border-radius: 0;
  /* If media is below 992 */
  /* If media is below 544 */
}

@media (max-width: 991px) {

  .currency-selector .dropdown-menu,
  .language-selector .dropdown-menu {
    top: 26px;
  }
}

@media (max-width: 543px) {

  .currency-selector .dropdown-menu,
  .language-selector .dropdown-menu {
    min-width: 100px;
  }
}

.currency-selector li,
.language-selector li {
  text-decoration: none;
  list-style: none;
  display: inline-block;
  /* If media is below 544 */
}

@media (max-width: 450px) {

  .currency-selector li,
  .language-selector li {
    display: block;
  }
}

.currency-selector li img,
.language-selector li img {
  padding-right: 8px;
}

.currency-selector li a,
.language-selector li a,
.currency-selector li button,
.language-selector li button {
  color: #888;
  text-transform: capitalize;
  padding: 5px 10px;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.currency-selector li a:hover,
.language-selector li a:hover,
.currency-selector li button:hover,
.language-selector li button:hover {
  color: #3d3d3d;
}

.currency-selector a,
.language-selector a {
  color: ;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
}

.currency-selector a .expand-more,
.language-selector a .expand-more {
  padding: 0 6px;
}

.currency-selector a i,
.language-selector a i {
  font-size: 18px;
  vertical-align: middle;
}

.currency-selector,
.language-selector {
  display: block;
}

.currency-selector ul,
.language-selector ul {
  padding: 0;
}

.currency-selector li,
.language-selector li {
  text-decoration: none;
}

.currency-selector li img,
.language-selector li img {
  padding-right: 8px;
}

.currency-selector li .btn-link,
.language-selector li .btn-link {
  color: #888;
  padding: 5px 10px;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.currency-selector li .btn-link:hover,
.language-selector li .btn-link:hover {
  color: #3d3d3d;
}

.currency-selector li.current a,
.language-selector li.current a {
  color: #dbab6d;
}

.language-selector {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin: 10px 0;
  /* cart */
}

.blockcart {
  /* If media is below 992 */
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .blockcart {
    padding: 0;
    position: relative;
  }
}

.blockcart ul li {
  list-style-type: none;
}

.blockcart .cart-link {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 50px;
}

@media (max-width: 991px) {
  .blockcart .cart-link {
    border: 0;
    padding: 0;
    border-radius: 0;
  }
}

.blockcart .cart-img {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  fill: #222;
  /* If media is below 992 */
}

.blockcart .cart-img:hover {
  fill: #dbab6d;
}

@media (max-width: 991px) {
  .blockcart .cart-img {
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 0;
    margin: 0;
    background: transparent;
    fill: #222;
  }
}

.blockcart .cart-content .cart-name {
  display: none;
  position: relative;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.51px;
  margin-bottom: 4px;
  color: #4fbdb0;
  /* If media is below 992 */
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .blockcart .cart-content .cart-name {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .blockcart .cart-content .cart-name {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .blockcart .cart-content .cart-name {
    display: none;
  }
}

.blockcart .cart-content .cart-products-count {
  display: block;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #3d3d3d;
  font-size: 10px;
  line-height: 14px;
  right: 2px;
  top: 5px;
  position: absolute;
  padding: 0px 5px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .blockcart .cart-content .cart-products-count {
    right: 7px;
    top: 8px;
    background: #dbab6d;
  }
}

.blockcart #cart table>tbody>tr>td {
  white-space: normal;
  color: #232323;
}

.blockcart #cart table>tbody>tr>td.close-btn {
  width: auto;
}

.blockcart #cart table>tbody>tr>td img {
  border: 1px solid #eee;
}

@media (max-width: 415px) {
  .blockcart #cart table>tbody>tr>td.product-image {
    width: 49%;
  }
}

.blockcart #cart table>tbody>tr>td.close-btn {
  width: auto;
}

.blockcart #cart table>tbody>tr>td.caption {
  width: 62%;
  padding: 13px 8px 13px 0px;
}

@media (max-width: 415px) {
  .blockcart #cart table>tbody>tr>td.caption {
    padding: 13px 0px 13px 15px;
  }
}

.blockcart #cart table>tbody>tr>td .text-price {
  display: block;
  margin: 5px 0;
  font-size: 16px;
  color: #3d3d3d;
}

.blockcart #cart>.btn {
  font-size: 14px;
  line-height: 18px;
  color: #3d3d3d;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  padding: 0px;
}

@media (max-width: 991px) {
  .blockcart #cart>.btn {
    padding: 0px;
  }
}

.blockcart #cart.open>.btn {
  color: #3d3d3d;
}

.blockcart #cart.open>.btn:hover {
  color: #3d3d3d;
}

.slimScrollDiv {
  overflow-x: clip;
  max-height: 100vh;
  position: relative;
  width: auto;
}

.slimScrollDiv::-webkit-scrollbar-track {
  border-radius: 10px;
}

.slimScrollDiv::-webkit-scrollbar {
  width: 5px;
}

.slimScrollDiv::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

.slimScrollDiv slimScrollDiv::-webkit-scrollbar-track {
  border-radius: 10px;
}

.slimScrollDiv .slimScrollDiv::-webkit-scrollbar {
  width: 5px;
}

.slimScrollDiv .slimScrollDiv::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

.cart-notification {
  position: fixed;
  bottom: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 10px;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  top: 0;
  right: 0;
  width: 400px;
  box-shadow: 0 0 2rem #000 40;
  transform: translate(100%);
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 543px) {
  .cart-notification {
    width: 380px;
  }
}

@media (max-width: 415px) {
  .cart-notification {
    width: 300px;
  }
}

.cart-notification.active {
  transform: translate(0);
  visibility: visible;
}

#cart-notification .cart-btn .btn-default,
#cart-notification .cart-btn .btn-primary {
  width: 46%;
  padding: 9px 20px;
  font-size: 14px;
}

#cart-notification .cart-scroll {
  overflow: auto !important;
  height: calc(100vh - 280px) !important;
}

#cart-notification .cart-sticky {
  position: fixed;
  background: #fff;
  display: contents;
  z-index: 99;
}

#cart-notification #top_cart_closer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

#cart-notification #top_cart_closer span {
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

#cart-notification .cart-detail {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  text-align: center;
}

#cart-notification .cart-detail p {
  text-align: center;
}

.sticky {
  /* contact info */
}

.sticky .billing-info {
  position: fixed;
  bottom: 58px;
  left: 0;
  margin-bottom: 0px;
  background-color: #fff;
}

.sticky .cart-btn {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #fff;
}

.contact-num {
  text-align: left;
}

@media (max-width: 991px) {
  .contact-num {
    display: none;
  }
}

@media (max-width: 991px) {
  .contact-num:hover .call-img {
    fill: #da6d8f;
  }
}

.contact-num a {
  color: #313131;
}

.call-img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  fill: #222;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .call-img {
    width: 50px;
    height: 50px;
  }
}

.call {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  margin-left: 4px;
  letter-spacing: 0.5px;
}

.call-us {
  display: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #232323;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.call-num {
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  /* Custom Info End */
  /* Mobile Media Query Start */
}

.call-num a {
  color: #313131;
}

#_mobile_seach_widget {
  float: left;
}

#_mobile_user-info,
#_mobile_cart,
#_mobile_link_menu {
  float: right;
  /* Mobile Media Query End */
  /* alert */
}

.alert {
  padding: 12px 14px 12px 14px;
  text-align: center;
  border-radius: 0;
  /* buttons */
}

.alert button {
  display: block;
  overflow: hidden;
  position: relative;
}

.alert button.close {
  position: relative;
  top: 2px;
  right: 0;
  margin: 0;
}

.buttons {
  margin: 1em 0;
  display: block;
  overflow: hidden;
  position: relative;
}

.buttons.close {
  position: relative;
  top: 2px;
  right: 0;
}

.alert-dismissible .close {
  position: relative;
  top: 2px;
  right: 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 0;
}

.btn.active {
  box-shadow: none;
  outline: none;
}

.btn:focus {
  outline: none;
  text-decoration: none;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 12px;
}

.btn-group>.btn:focus,
.btn-group>.dropdown-menu:focus,
.btn-group>.popover:focus {
  outline: none;
  text-decoration: none;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.btn-warning,
.btn-inverse,
.btn-link,
.btn-info,
.btn-success,
.btn-danger,
.btn-warning {
  padding: 7.5px 12px;
}

.btn-warning:hover,
.btn-inverse:hover,
.btn-link:hover,
.btn-info:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-warning:focus,
.btn-inverse:focus,
.btn-link:focus,
.btn-info:focus,
.btn-success:focus,
.btn-danger:focus,
.btn-warning:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

.btn-default {
  position: relative;
  background-color: #da6d8f;
  border: 1px solid #da6d8f;
  color: #fff;
  outline: none;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #fff;
  background-color: #509abd;
  border-color: #509abd;
  outline: none;
}

.btn-default:active:hover {
  color: #fff;
  background-color: #509abd;
  border-color: #509abd;
  outline: none;
}

.btn-default:active:focus {
  color: #fff;
  background-color: #509abd;
  border-color: #509abd;
  outline: none;
}

.btn-primary,
.btn.disabled,
.btn:disabled,
.btn-secondary {
  position: relative;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: #509abd;
  border: 1px solid #509abd;
  box-shadow: 0;
  outline: none;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  /* list group */
}

.btn-primary:hover,
.btn.disabled:hover,
.btn:disabled:hover,
.btn-secondary:hover,
.btn-primary:active,
.btn.disabled:active,
.btn:disabled:active,
.btn-secondary:active,
.btn-primary:focus,
.btn.disabled:focus,
.btn:disabled:focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #da6d8f;
  border-color: #da6d8f;
  outline: none;
}

.btn-primary:active:hover,
.btn.disabled:active:hover,
.btn:disabled:active:hover,
.btn-secondary:active:hover {
  color: #fff;
  background-color: #da6d8f;
  border-color: #da6d8f;
  outline: none;
}

.btn-primary:active:focus,
.btn.disabled:active:focus,
.btn:disabled:active:focus,
.btn-secondary:active:focus {
  color: #fff;
  background-color: #da6d8f;
  border-color: #da6d8f;
  outline: none;
}

.list-group a {
  border: 1px solid #e9e9e9;
  color: #888;
  padding: 10px 12px;
  /*@media (min-width: 1200px) {
  #content {
    .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
      clear: left;
    }
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content {
    .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
      clear: left;
    }
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content {
    .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
      clear: left;
    }
  }
}*/
  /* fixed colum left + content + right*/
}

.list-group a.active {
  color: #444;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}

.list-group a.active:hover {
  color: #444;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}

.list-group a:hover {
  color: #444;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}

.list-group a:focus {
  color: #888;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}

@media (min-width: 768px) {

  /* fixed product layouts used in left and right columns */
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .collapse {
    display: inherit;
  }
}

@media (min-width: 992px) {
  .collapse {
    display: inherit;
  }
}

.block-title,
.footer-title,
.title {
  position: relative;
  cursor: pointer;
}

.block-title .navbar-toggler,
.footer-title .navbar-toggler,
.title .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 0;
  font-size: 22px;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  text-align: center;
}

.block-title .navbar-toggler i.add,
.footer-title .navbar-toggler i.add {
  display: none;
}

.block-title .navbar-toggler i.remove,
.footer-title .navbar-toggler i.remove {
  display: block;
}

.block-title.collapsed .navbar-toggler i.add,
.footer-title.collapsed .navbar-toggler i.add {
  display: block;
}

.block-title.collapsed .navbar-toggler i.remove,
.footer-title.collapsed .navbar-toggler i.remove {
  display: none;
}

#column-left,
#column-right {
  margin-top: 30px;
  /* fixed mobile cart quantity input */
}

#column-left .block-title,
#column-right .block-title {
  display: block;
}

#column-left .block-title .h3,
#column-right .block-title .h3 {
  border: medium none;
  color: #fff;
  font: 400 16px/18px 'Open Sans', sans-serif;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  margin: 0;
  text-align: left;
  background: #000;
  padding: 15px;
  text-transform: uppercase !important;
}

#column-left .block-title .navbar-toggler,
#column-right .block-title .navbar-toggler {
  top: 13px;
  right: 15px;
  color: #333;
}

#column-left .data-toggler>div,
#column-right .data-toggler>div {
  display: block;
  overflow: hidden;
}

#column-left .ishibannerblock,
#column-right .ishibannerblock {
  margin: 0;
}

#column-left .ishibannerblock .container,
#column-right .ishibannerblock .container {
  padding: 0;
}

#column-left .ishibannerblock .ishibannerblock-container,
#column-right .ishibannerblock .ishibannerblock-container {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}

#column-left .ishibannerblock .bannerblock,
#column-right .ishibannerblock .bannerblock {
  padding: 0;
  float: none;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  /* If media is below 992 */
}

@media (max-width: 991px) {

  #column-left .ishibannerblock .bannerblock,
  #column-right .ishibannerblock .bannerblock {
    margin-bottom: 15px;
  }
}

#column-left .ishibannerblock .bannerblock img,
#column-right .ishibannerblock .bannerblock img {
  border-radius: 0;
}

#column-left .ishibannerblock .bannerblock a,
#column-right .ishibannerblock .bannerblock a {
  display: inline-block;
}

#column-left .ishibannerblock .bannerblock .image-container,
#column-right .ishibannerblock .bannerblock .image-container {
  padding: 0;
  border-radius: 0;
  border: 0;
}

#column-left .swiper-viewport,
#column-right .swiper-viewport {
  /* If media is below 992 */
  margin-bottom: 30px;
}

@media (max-width: 991px) {

  #column-left .swiper-viewport,
  #column-right .swiper-viewport {
    margin-bottom: 15px;
  }
}

#column-left .filterbox,
#column-right .filterbox {
  /* If media is below 992 */
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid #e9e9e9;
}

@media (max-width: 991px) {

  #column-left .filterbox,
  #column-right .filterbox {
    margin-bottom: 15px;
  }
}

#column-left .filterbox .list-group-filter,
#column-right .filterbox .list-group-filter {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
  padding: 0 0 15px;
}

#column-left .filterbox .list-group-filter .list-group-item,
#column-right .filterbox .list-group-filter .list-group-item {
  padding: 0 18px;
  margin-bottom: 15px;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}

#column-left .filterbox .list-group-filter .list-group-item label,
#column-right .filterbox .list-group-filter .list-group-item label {
  color: #888;
}

#column-left .filterbox .list-group-filter .list-group-item.group-name,
#column-right .filterbox .list-group-filter .list-group-item.group-name {
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px 18px;
  text-transform: uppercase;
}

#column-left .filterbox .list-group-filter .list-group-item.group-name:hover,
#column-right .filterbox .list-group-filter .list-group-item.group-name:hover {
  background: transparent;
}

#column-left .filterbox .panel-footer,
#column-right .filterbox .panel-footer {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 15px 15px;
}

#column-left section.featured-products,
#column-right section.featured-products {
  /* If media is below 992 */
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  position: relative;
  display: block;
}

@media (max-width: 991px) {

  #column-left section.featured-products,
  #column-right section.featured-products {
    margin-bottom: 15px;
  }
}

#column-left section.featured-products .collapse,
#column-right section.featured-products .collapse {
  display: block;
}

#column-left section.featured-products .collapse.in,
#column-right section.featured-products .collapse.in {
  display: block;
}

#column-left section.featured-products .navbar-toggler i.add,
#column-right section.featured-products .navbar-toggler i.add {
  display: none;
}

#column-left section.featured-products .navbar-toggler i.remove,
#column-right section.featured-products .navbar-toggler i.remove {
  display: block;
}

#column-left section.featured-products [aria-expanded="false"] .collapse-icons .add,
#column-right section.featured-products [aria-expanded="false"] .collapse-icons .add {
  display: block;
}

#column-left section.featured-products [aria-expanded="false"] .collapse-icons .remove,
#column-right section.featured-products [aria-expanded="false"] .collapse-icons .remove {
  display: none;
}

#column-left .page-title,
#column-right .page-title {
  border: medium none;
  color: #232323;
  font: 400 16px/18px 'Open Sans', sans-serif;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  margin: 0;
  float: none;
  text-align: left;
  background: #f5f5f5;
  padding: 15px;
  text-transform: uppercase !important;
  /* If media is below 992 */
}

@media (max-width: 991px) {

  #column-left .page-title,
  #column-right .page-title {
    color: #3d3d3d;
    background: #f5f5f5;
  }
}

#column-left .box,
#column-right .box {
  /* If media is below 992 */
  border: 1px solid #e9e9e9;
  background: #f5f5f5;
  margin-bottom: 30px;
}

@media (max-width: 991px) {

  #column-left .box,
  #column-right .box {
    margin-bottom: 15px;
  }
}

#column-left .box .page-title,
#column-right .box .page-title {
  margin: 0;
}

#column-left .box ul,
#column-right .box ul,
#column-left .box .category-top-menu,
#column-right .box .category-top-menu {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #fff;
}

#column-left .box ul .list-group-item,
#column-right .box ul .list-group-item,
#column-left .box .category-top-menu .list-group-item,
#column-right .box .category-top-menu .list-group-item {
  border: 0;
  border-radius: 0;
  color: #232323;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
}

#column-left .box ul .list-group-item:hover,
#column-right .box ul .list-group-item:hover,
#column-left .box .category-top-menu .list-group-item:hover,
#column-right .box .category-top-menu .list-group-item:hover,
#column-left .box ul .list-group-item:focus,
#column-right .box ul .list-group-item:focus,
#column-left .box .category-top-menu .list-group-item:focus,
#column-right .box .category-top-menu .list-group-item:focus {
  background-color: transparent;
}

#column-left .box ul .list-group-item .active,
#column-right .box ul .list-group-item .active,
#column-left .box .category-top-menu .list-group-item .active,
#column-right .box .category-top-menu .list-group-item .active {
  background-color: transparent;
}

#column-left .box ul li,
#column-right .box ul li,
#column-left .box .category-top-menu li,
#column-right .box .category-top-menu li {
  position: relative;
}

#column-left .box ul .collapse,
#column-right .box ul .collapse,
#column-left .box .category-top-menu .collapse,
#column-right .box .category-top-menu .collapse {
  display: none;
}

#column-left .box ul .collapse.in,
#column-right .box ul .collapse.in,
#column-left .box .category-top-menu .collapse.in,
#column-right .box .category-top-menu .collapse.in {
  display: block;
}

#column-left .box ul .navbar-toggler,
#column-right .box ul .navbar-toggler,
#column-left .box .category-top-menu .navbar-toggler,
#column-right .box .category-top-menu .navbar-toggler {
  /* If media is between 992 and 1199 */
  position: absolute;
  right: 15px;
  top: 9px;
  cursor: pointer;
  font-size: 18px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  #column-left .box ul .navbar-toggler,
  #column-right .box ul .navbar-toggler,
  #column-left .box .category-top-menu .navbar-toggler,
  #column-right .box .category-top-menu .navbar-toggler {
    z-index: 2;
  }
}

#column-left .box ul [aria-expanded="true"] .add,
#column-right .box ul [aria-expanded="true"] .add,
#column-left .box .category-top-menu [aria-expanded="true"] .add,
#column-right .box .category-top-menu [aria-expanded="true"] .add {
  display: none;
}

#column-left .box ul [aria-expanded="true"].collapse-icons .remove,
#column-right .box ul [aria-expanded="true"].collapse-icons .remove,
#column-left .box .category-top-menu [aria-expanded="true"].collapse-icons .remove,
#column-right .box .category-top-menu [aria-expanded="true"].collapse-icons .remove {
  display: block;
}

#column-left .box ul .collapse-icons .remove,
#column-right .box ul .collapse-icons .remove,
#column-left .box .category-top-menu .collapse-icons .remove,
#column-right .box .category-top-menu .collapse-icons .remove {
  display: none;
}

#column-left .product-thumb,
#column-right .product-thumb {
  padding: 15px;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}

@media (max-width: 543px) {

  #column-left .product-thumb,
  #column-right .product-thumb {
    padding: 15px 15px;
  }
}

#column-left .product-thumb:last-child,
#column-right .product-thumb:last-child {
  padding-bottom: 15px;
  border-bottom: 0;
}

#column-left .product-thumb .image,
#column-right .product-thumb .image {
  float: left;
  margin-right: 10px;
}

#column-left .product-thumb .image a,
#column-right .product-thumb .image a {
  border: 1px solid #eee;
}

#column-left .product-thumb h4,
#column-right .product-thumb h4 {
  padding: 0;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 18px;
  opacity: 1;
}

#column-left .product-thumb h4 a,
#column-right .product-thumb h4 a {
  white-space: normal;
}

#column-left .product-thumb .price,
#column-right .product-thumb .price {
  font-size: 14px;
  margin-bottom: 2px;
  opacity: 1;
}

#column-left .product-thumb .price .price-old,
#column-right .product-thumb .price .price-old {
  margin-left: 0;
}

#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group {
  display: none;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
  overflow: hidden;
  display: block;
  position: relative;
  text-align: left;
  /* If media is between 992 and 1199 */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  #column-left .product-thumb .caption,
  #column-right .product-thumb .caption {
    padding: 2px;
  }
}

#column-left .product-thumb .caption .rating,
#column-right .product-thumb .caption .rating {
  display: none;
}

.input-group {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.input-group .input-group-btn .btn-primary,
.input-group .input-group-btn .btn.disabled,
.input-group .input-group-btn .btn:disabled,
.input-group .input-group-btn .btn-secondary {
  padding: 8px 14px;
  line-height: 18px;
  border-radius: 0;
  text-transform: capitalize;
}

.input-group .input-group-btn .btn-danger {
  color: #fff;
  background-color: #da4f49;
  letter-spacing: 1px;
  padding: 8px 14px;
  line-height: 16px;
  text-transform: capitalize;
}

.input-group .input-group-btn .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.input-group .form-control[name^=quantity] {
  min-width: 50px;
  border-radius: 0;
  display: inline-block;
  width: auto;
  text-align: center;
  /* Missing focus and border color to overwrite bootstrap */
}

.btn-info {
  /* Theme Title */
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
  border-color: #df5c39;
}

.section-header {
  text-align: center;
  overflow: hidden;
}

.subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  color: #4fbdb0;
  font-family: 'Open Sans', sans-serif;
}

.home-title {
  /* If media is below 544 */
  position: relative;
  text-align: center;
  font-size: 38px;
  line-height: 43px;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 25px;
  font-weight: 600;
  color: #232323;
  font-family: 'Open Sans', sans-serif;
  /* select dropdown */
}

@media (max-width: 543px) {
  .home-title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}

.select-wrapper {
  position: relative;
}

.select-wrapper .form-control {
  font-size: 12px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 0 5px;
  color: #333;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select-wrapper .form-control:focus {
  box-shadow: none;
}

.select-wrapper:after {
  font-family: 'fontawesome';
  content: '\f0d7';
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 9px;
  pointer-events: none;
}

.countdown-container {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  text-align: center;
  opacity: 1;
  margin: 0 auto;
  padding: 4px;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 10px;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* If media is below 544 */
  /* If media is below 376 */
  /*========================== NO CHANGE ==========================*/
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-container {
    left: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-container {
    left: 40px;
    right: 40px;
  }
}

@media screen and (min-width: 544px) and (max-width: 569px) {
  .countdown-container {
    left: 10px;
    right: 10px;
  }
}

@media (max-width: 543px) {
  .countdown-container {
    left: 7px;
    right: 7px;
    bottom: 7px;
    padding: 0 0 2px;
    border-radius: 0;
  }
}

@media (max-width: 375px) {
  .countdown-container {
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}

.countdown-container .countdown-text {
  display: none;
  font-weight: 600;
  margin-bottom: 15px;
  color: #3d3d3d;
}

.countdown-container .counter {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  border: 0;
  padding: 0;
}

.countdown-container .counter span {
  display: block;
}

.countdown-container .counter .data {
  font-size: 18px;
  width: 53px;
  height: 25px;
  font-weight: 500;
  color: #222;
  position: relative;
  line-height: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* If media is between 992 and 1199 */
  /* If media is between 768 and 991 */
  /* If media is below 476 */
  /* If media is below 376 */
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-container .counter .data {
    width: 53px;
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-container .counter .data {
    font-size: 17px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  .countdown-container .counter .data {
    width: 47px;
  }
}

@media screen and (min-width: 503px) and (max-width: 543px) {
  .countdown-container .counter .data {
    width: 50px;
  }
}

@media screen and (min-width: 476px) and (max-width: 502px) {
  .countdown-container .counter .data {
    width: 45px;
  }
}

@media (max-width: 475px) {
  .countdown-container .counter .data {
    width: 40px;
    height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 417px) {
  .countdown-container .counter .data {
    width: 33px;
  }
}

@media (max-width: 375px) {
  .countdown-container .counter .data {
    width: 26px;
    font-size: 13px;
  }
}

.countdown-container .counter .lbl {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  /* If media is between 768 and 991 */
  /* If media is below 476 */
  /* If media is below 376 */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-container .counter .lbl {
    font-size: 12px;
  }
}

@media (max-width: 475px) {
  .countdown-container .counter .lbl {
    font-size: 11px;
  }
}

@media (max-width: 375px) {
  .countdown-container .counter .lbl {
    font-size: 10px;
  }
}

#spin-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#siteloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
}

#siteloader .loader-1 {
  /* If media is below 371 */
  display: block;
  position: relative;
  top: 40%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  border: 3px solid transparent;
  border-top-color: transparent;
  border-top-color: #dbab6d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@media (max-width: 370px) {
  #siteloader .loader-1 {
    width: 120px;
    height: 120px;
  }
}

#siteloader .loader-1:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #dbab6d;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#siteloader .loader-1:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: transparent;
  border-top-color: #dbab6d;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#siteloader .loader-2 {
  position: relative;
  top: 40%;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 2px;
  width: 70px;
  height: 70px;
  text-align: center;
  margin: 0 auto;
}

#siteloader .loader-2>div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #dbab6d;
  transform: scale(0);
  transform-origin: center center;
  animation: loader 2s infinite linear;
}

#siteloader .loader-2>div:nth-of-type(1),
#siteloader .loader-2>div:nth-of-type(5),
#siteloader .loader-2>div:nth-of-type(9) {
  animation-delay: 0.4s;
}

#siteloader .loader-2>div:nth-of-type(4),
#siteloader .loader-2>div:nth-of-type(8) {
  animation-delay: 0.2s;
}

#siteloader .loader-2>div:nth-of-type(2),
#siteloader .loader-2>div:nth-of-type(6) {
  animation-delay: 0.6s;
}

#siteloader .loader-2>div:nth-of-type(3) {
  animation-delay: 0.8s;
}

#siteloader .loader-3 {
  display: block;
  font-size: 0;
  color: #dbab6d;
  width: 96px;
  height: 96px;
  text-align: center;
  margin: 0 auto;
  top: 42%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#siteloader .loader-3>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -moz-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -o-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

#siteloader .loader-3>div:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

#siteloader .loader-3>div:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#siteloader .loader-3>div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#siteloader .loader-4 {
  display: block;
  font-size: 0;
  color: #dbab6d;
  top: 50%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#siteloader .loader-4>div {
  background-color: currentColor;
  border: 0 solid currentColor;
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  -moz-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  -o-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

#siteloader .loader-4>div:nth-child(1) {
  -webkit-animation-delay: 0s, -0.5s;
  -moz-animation-delay: 0s, -0.5s;
  -o-animation-delay: 0s, -0.5s;
  animation-delay: 0s, -0.5s;
}

#siteloader .loader-4>div:nth-child(2) {
  -webkit-animation-delay: -0.5s, -1s;
  -moz-animation-delay: -0.5s, -1s;
  -o-animation-delay: -0.5s, -1s;
  animation-delay: -0.5s, -1s;
}

#siteloader .loader-4>div:nth-child(3) {
  -webkit-animation-delay: -1s, -1.5s;
  -moz-animation-delay: -1s, -1.5s;
  -o-animation-delay: -1s, -1.5s;
  animation-delay: -1s, -1.5s;
}

#siteloader .loader-4>div:nth-child(4) {
  -webkit-animation-delay: -1.5s, -2s;
  -moz-animation-delay: -1.5s, -2s;
  -o-animation-delay: -1.5s, -2s;
  animation-delay: -1.5s, -2s;
}

#siteloader .loader-4>div:nth-child(5) {
  -webkit-animation-delay: -2s, -2.5s;
  -moz-animation-delay: -2s, -2.5s;
  -o-animation-delay: -2s, -2.5s;
  animation-delay: -2s, -2.5s;
}

#siteloader .loader-4.la-2x {
  width: 32px;
  height: 32px;
}

#siteloader .loader-4.la-2x>div {
  width: 32px;
  height: 32px;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes loader {
  0% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-ms-keyframes loader {
  0% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-o-keyframes loader {
  0% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-moz-keyframes loader {
  0% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@-moz-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: 0.5;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@-o-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: 0.5;
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }

  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    opacity: 0;
  }
}

@-webkit-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}

@-moz-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}

@-o-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}

@keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}

@-webkit-keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@-moz-keyframes ball-circus-size {
  50% {
    -moz-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@-o-keyframes ball-circus-size {
  50% {
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

@keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}

/* Product Detail Composition Info */
.composition-info {
  margin: 25px 0;
  padding: 20px;
  background: linear-gradient(145deg, #ffffff, #f5f5f5);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.composition-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.composition-title::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(to right, #ddd, transparent);
}

.composition-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (min-width: 768px) {
  .composition-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.composition-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.composition-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  color: #333;
  transition: transform 0.3s ease;
}

.composition-item:hover .composition-icon {
  transform: translateY(-2px);
  color: #000;
}

.composition-details {
  overflow: hidden;
}

.material-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #999;
  margin: 0 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.material-structure {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

#dynamic-size-description svg {
  width: 20px;
  height: 20px;
}