@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@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";
/* If media is above 991 */
/* If media is below 992 */
/*!
 * 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";

/* If media is above 991 */
/*** WRAPPER ***/
/* If media is below 992 */
/* If media is below 992 */
@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: 1296px;
    width: 100%;
  }
}

.column_full {
  /* If media is above 1500 */
}

@media (min-width: 1500px) {
  .column_full {
    width: 100%;
  }
}



.spr-badge-starrating {
  margin: 0 3px 0 0;
}

.productblock .grid_item {
  padding: 0 15px 15px;
}

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

.productblock .grid_item .product-wrapper {
  display: block;
  position: relative;
  border: solid 1px var(--brand-primary);
  padding: 15px;  
}

.productblock .grid_item .product-wrapper:hover .thumbnail-buttons {
  opacity: 1;
}

.productblock .grid_item .product-wrapper:hover .sale {
  opacity: 1;
}

@media (min-width: 768px) {
  .productblock .grid_item .product-wrapper:hover .add-to-wishlist {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .productblock .grid_item .product-wrapper:hover .quick-view,
  .productblock .grid_item .product-wrapper:hover .product-block-hover {
    opacity: 1;
  }

  .productblock .grid_item .product-wrapper:hover .quick-view,
  .productblock .grid_item .product-wrapper:hover .product-block-hover {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
}

.productblock .grid_item .product-wrapper:hover .extra-img {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: all 0.6s ease-in-out;
}

.productblock .grid_item .productitem .product-comments {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 12px;
  line-height: 1.2;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.productblock .grid_item .productitem .product-comments .star_content {
  opacity: 1;
  padding-right: 0;
  webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.productblock .grid_item .productitem .product-comments .star_content:after {
  display: none;
}

@media (max-width: 767px) {
  .productblock .grid_item .productitem .product-comments {
    bottom: 65px;
  }
}

.productblock .grid_item .productitem .product-flags {
  display: none;
}

.productblock .grid_item .product-discription {
  text-align: center;
  position: relative;
  padding: 18px 10px 0px;
}

@media (max-width: 767px) {
  .productblock .grid_item .product-discription {
    padding: 5px 10px 5px;
  }
}

@media (max-width: 543px) {
  .productblock .grid_item .product-discription {
    padding: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.productblock .grid_item .product-discription .product-detail {
  margin-bottom: 5px;
  line-height: 18px;
}

.productblock .grid_item .product-discription .product-detail .grid-view-item__title {
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  font-family: var(--primary-font);
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 767px) {
  .productblock .grid_item .product-discription .product-detail .grid-view-item__title {
    font-size: 15px;
  }
}

@media (max-width: 543px) {
  .productblock .grid_item .product-discription .product-detail .grid-view-item__title {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .productblock .grid_item .product-discription .product-detail .grid-view-item__title {
    font-size: 12px;
  }
}

.productblock .grid_item .product-discription .grid-view-item_meta {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--primary-font);
  color: var(--brand-primary);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.productblock .grid_item .product-discription .grid-view-item_meta .price-old {
  font-size: 14px;
  color: #747474;
  text-decoration: line-through;
  padding-left: 5px;
}

.productblock .grid_item .product-discription .grid-view-item_meta .is-bold {
  color: var(--brand-secondary);
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 5px;
}

@media (max-width: 543px) {
  .productblock .grid_item .product-discription .grid-view-item_meta .is-bold {
    font-size: 15px;
  }
}

.productblock .grid_item .thumbnail-buttons {
  color: #f4f4f7;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: auto;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  border: 1px solid #eee;
}
@media (min-width: 768px) and (max-width: 991.98px){
  .productblock .grid_item .thumbnail-buttons {
    position: unset;
  }
}

.productblock .grid_item .thumbnail-buttons>div {
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 767px) {
  .productblock .grid_item .thumbnail-buttons {
    opacity: 1;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}

@media (max-width: 543px) {
  .productblock .grid_item .thumbnail-buttons {
    position: unset;
    width: unset;
    border: none;
    text-align: center;
    margin-top: 0;
  }
}

@media (min-width: 544px) and (max-width: 767px) {

  .productblock .grid_item .thumbnail-buttons .quick-view,
  .productblock .grid_item .thumbnail-buttons .product-block-hover {
    padding: 2px 5px 2px 0;
  }
}

@media (max-width: 543px) {

  .productblock .grid_item .thumbnail-buttons .quick-view,
  .productblock .grid_item .thumbnail-buttons .product-block-hover {
    padding: 0;
    margin: 2px;
    width: 35px;
    height: 35px;
  }
}

.productblock .grid_item .thumbnail-buttons .quick-view span,
.productblock .grid_item .thumbnail-buttons .product-block-hover span {
  color: var(--brand-third);
  font-size: 11px;
  font-family: var(--primary-font);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {

  .productblock .grid_item .thumbnail-buttons .quick-view span,
  .productblock .grid_item .thumbnail-buttons .product-block-hover span {
    font-size: 10px;
  }
}

@media (max-width: 543px) {

  .productblock .grid_item .thumbnail-buttons .quick-view span,
  .productblock .grid_item .thumbnail-buttons .product-block-hover span {
    display: none;
  }
}

.productblock .grid_item .thumbnail-buttons .quick-view .btn-info,
.productblock .grid_item .thumbnail-buttons .product-block-hover .btn-info {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  position: relative;
  padding: 0;
  border-radius: 0;
  background: 0 0;
  border: none;
}

@media (max-width: 543px) {

  .productblock .grid_item .thumbnail-buttons .quick-view .btn-info,
  .productblock .grid_item .thumbnail-buttons .product-block-hover .btn-info {
    padding: 0;
  }
}

.productblock .grid_item .thumbnail-buttons .quick-view .btn-info a,
.productblock .grid_item .thumbnail-buttons .product-block-hover .btn-info a {
  display: flex;
  align-items: center;
}

.productblock .grid_item .thumbnail-buttons .quick-view .icon,
.productblock .grid_item .thumbnail-buttons .product-block-hover .icon {
  width: 30px;
  height: 30px;
  border: none;
  padding: 0;
  fill: var(--brand-third);
  background: 0 0;
  display: 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;
}

.productblock .grid_item .thumbnail-buttons {
  position: absolute;
  left: auto;
  right: 11px;
  top: 11px;
  border: none;
}

@media (max-width: 767px) {
  .productblock .grid_item .thumbnail-buttons {
    justify-content: center;
    right: 0;
    position: unset;
    margin: 15px 0 5px;
  }
}

.productblock .grid_item .thumbnail-buttons .quick-view,
.productblock .grid_item .thumbnail-buttons .add-to-wishlist,
.productblock .grid_item .thumbnail-buttons .product-block-hover {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--brand-secondary);
  background: var(--brand-secondary);
  margin: 0;
  opacity: 1;
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 767px) {

  .productblock .grid_item .thumbnail-buttons .quick-view,
  .productblock .grid_item .thumbnail-buttons .add-to-wishlist,
  .productblock .grid_item .thumbnail-buttons .product-block-hover {
    height: 35px;
    width: 35px;
    display: inline-block;
  }
}

.productblock .grid_item .thumbnail-buttons .quick-view:hover .icon,
.productblock .grid_item .thumbnail-buttons .add-to-wishlist:hover .icon,
.productblock .grid_item .thumbnail-buttons .product-block-hover:hover .icon {
  fill: #fff;
}

.productblock .grid_item .thumbnail-buttons .quick-view .icon,
.productblock .grid_item .thumbnail-buttons .add-to-wishlist .icon,
.productblock .grid_item .thumbnail-buttons .product-block-hover .icon {
  height: 40px;
  width: 40px;
  fill: #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {

  .productblock .grid_item .thumbnail-buttons .quick-view .icon,
  .productblock .grid_item .thumbnail-buttons .add-to-wishlist .icon,
  .productblock .grid_item .thumbnail-buttons .product-block-hover .icon {
    height: 35px;
    width: 35px;
  }
}

.productblock .grid_item .thumbnail-buttons .quick-view,
.productblock .grid_item .thumbnail-buttons .add-to-wishlist,
.productblock .grid_item .thumbnail-buttons .product-block-hover {
  opacity: 1;
  -moz-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.productblock .grid_item .thumbnail-buttons .quick-view,
.productblock .grid_item .thumbnail-buttons .add-to-wishlist,
.productblock .grid_item .thumbnail-buttons .product-block-hover {
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

@media (min-width: 768px) {

  .productblock .grid_item .thumbnail-buttons .quick-view,
  .productblock .grid_item .thumbnail-buttons .add-to-wishlist,
  .productblock .grid_item .thumbnail-buttons .product-block-hover {
    opacity: 1;
    -moz-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  .productblock .grid_item .thumbnail-buttons .quick-view,
  .productblock .grid_item .thumbnail-buttons .add-to-wishlist,
  .productblock .grid_item .thumbnail-buttons .product-block-hover {
    opacity: 0;
    -moz-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

.productblock .grid_item .thumbnail-buttons .add-to-wishlist {
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  transition-delay: 0.2s;
}

.productblock .grid_item .thumbnail-buttons .product-block-hover {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  transition-delay: 0.4s;
}

.btn svg {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.img_inner {
  position: relative;
}

.img_inner img {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.img_inner .main-img {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.img_inner .extra-img {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.productitem {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .productitem .add-to-wishlist {
    opacity: 0;
    -moz-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -o-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
  }
}

.productitem .add-to-wishlist .icon {
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  border-radius: 0;
  background: 0 0;
  border: none;
  fill: var(--brand-third);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.productitem .product-flags .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  min-height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #7fbc1e;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -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: 543px) {
  .productitem .product-flags .sale {
    min-height: 20px;
    border-radius: 4px;
  }
}

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

@media (max-width: 543px) {
  .productitem .outstock-overlay {
    display: none;
  }
}

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

.productblock .grid_item .thumbnail-buttons .quick-view:hover {
  background-color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
}

.productblock .grid_item .thumbnail-buttons .quick-view:hover svg {
  fill: #fff;
}

.productblock .grid_item .thumbnail-buttons .quick-view:hover span {
  color: #fff;
}

.productblock .grid_item .thumbnail-buttons .grid-hover:hover {
  background-color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
}

.productblock .grid_item .thumbnail-buttons .grid-hover:hover svg {
  fill: #fff;
}

.productblock .grid_item .thumbnail-buttons .grid-hover:hover span {
  color: #fff;
}

.productblock .grid_item .thumbnail-buttons .add-to-wishlist:hover {
  background-color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
}

.productblock .grid_item .thumbnail-buttons .add-to-wishlist:hover svg {
  fill: #fff;
}

.productblock .grid_item .thumbnail-buttons .add-to-wishlist:hover span {
  color: #fff;
}

.paymentlogo-container .list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

@media (min-width: 992px) {
  .paymentlogo-container .list-payment {
    justify-content: flex-end;
    padding-top: 0;
  }
}

.paymentlogo-container .list-payment .list-payment-item svg {
  width: 38px;
  height: 24px;
}

.paymentlogo-container .list-payment-item {
  align-items: center;
  display: flex;
  padding: 0;
  margin: 0 2px;
}



@media (min-width: 992px) {
  #footer .links {
    max-width: auto;
  }
}


.owl-nav {
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0px;
  margin: 0 4px;
  margin: 0 4px;
  width: 25px;
  height: 40px;
  outline: none;
  -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;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
  height: 35px;
  width: 35px;
  line-height: 39px; }
.owl-nav .owl-prev i:after, .owl-nav .owl-next i:after {
  content: "\E317";
  display: inline-block;
  font-family: "material icons";
  font-size: 27px;
  color: var(--light-color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
.owl-nav .owl-next i:after {
  content: "\E317";
  transform: rotate(180deg); }

.owl-carousel .owl-nav .owl-next img, .owl-carousel .owl-nav .owl-prev img{
  width: 15px;
}

#_desktop_top_menu {
  /* If media is below 992 */
  position: relative;
  margin: 0;
}

@media (max-width: 991px) {
  #_desktop_top_menu {
    display: block;
  }
}

.top-menu {
  padding: 0;
  margin: 0;
}

.top-menu>li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  cursor: pointer;
  list-style: none;
  background: transparent;
  /* If media is below 992 */
}

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

.top-menu>li:last-child a:after {
  display: none;
}

@media (max-width: 991px) {
  .top-menu>li {
    padding: 2px 0;
    border-bottom: 0;
    overflow: hidden;
    display: block;
    text-align: left;
  }
}

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

.desktop_top_menu_left>li .dropdown-item{
  border-right: 1px solid #232323;
}
.desktop_top_menu_right>li .dropdown-item{
  border-right: 1px solid #232323;
  border-left: 1px solid #232323;
}
.desktop_top_menu_right>li:last-child .dropdown-item{
  border: 0;
}


.top-menu>li .dropdown-item.active,
.top-menu>li .dropdown-item:focus {
  background-color: transparent;
}

.top-menu>li .dropdown-item:active {
  background-color: transparent;
}

.top-menu>li>a {
  color: var(--brand-primary);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 25px 75px;
  font-family: Poppins;
  text-transform: unset;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 1199px) and (max-width: 1272px) {
  .top-menu>li>a {
    padding: 25px 65px;
  }
}
@media (max-width:1200px){
  .top-menu>li>a {
    padding: 18px 46px;
  }
}

.top-menu>li>a.active,
.top-menu>li>a:focus {
  background-color: transparent;
}

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

.top-menu>li>a:hover {
  background-color: transparent;
}

.top-menu>li>a:hover .tittle {
  color: var(--brand-secondary);
}

#_desktop_top_menu .top-menu>li .sub-menu {
  top: 150%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  border: none;
  width: auto;
  z-index: 99;
  padding: 15px;
  border-radius: 3px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  /* If media is below 1200 */
}

#_desktop_top_menu .top-menu>li .sub-menu.collapse {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1200px) {
  #_desktop_top_menu .top-menu>li .sub-menu {
    top: 100%;
  }
}

#_desktop_top_menu .top-menu>li .sub-menu .category_dropdownmenu {
  width: 200px;
  padding: 0;
}

#_desktop_top_menu .top-menu>li .sub-menu .category_dropdownmenu.multiple-dropdown-menu {
  float: left;
}

#_desktop_top_menu .top-menu>li .sub-menu .category_dropdownmenu .childs_2 {
  margin-bottom: 15px;
}

#_desktop_top_menu .top-menu>li .sub-menu .category_dropdownmenu .childs_2 li {
  margin-bottom: 6px;
  list-style: none;
}

#_desktop_top_menu .top-menu>li .sub-menu .category_dropdownmenu .childs_2 li a {
  text-transform: capitalize;
}

#_desktop_top_menu .top-menu>li .sub-menu ul[data-depth="1"]>li {
  /* If media is below 1200 */
  text-align: left;
  float: left;
  min-width: 190px;
  list-style: none;
  background: transparent;
}

@media (max-width: 1200px) {
  #_desktop_top_menu .top-menu>li .sub-menu ul[data-depth="1"]>li {
    min-width: 168px;
  }
}

#_desktop_top_menu .top-menu>li .sub-menu ul[data-depth="1"]>li>a {
  padding: 0;
  padding-bottom: 4px;
  margin-bottom: 17px;
  color: var(--brand-primary);
  text-transform: capitalize;
  font-size: 15px;
  position: relative;
  display: block;
  background: transparent;
  border: 0;
}

#_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(7) .sub-menu,
#_desktop_top_menu .top-menu>li:nth-child(8) .sub-menu {
  right: 0;
  left: auto;
}

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

#_desktop_top_menu .top-menu>li:hover:hover .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.top-menu>li>a .tittle {
  color: var(--brand-primary);
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--primary-font);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.top-menu>li>a span {
  background: red none repeat scroll 0 0;
  border-radius: 2px;
  font-family: var(--primary-font);
  font-size: 8px;
  font-weight: 500;
  padding: 2px 4px;
  position: absolute;
  top: 5px;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 8px;
  right: 1px;
  z-index: 5;
}

@media (max-width: 1199px) {
  .top-menu>li>a span {
    right: -7px;
    top: 3px;
  }
}

@media (min-width: 992px) {
  .top-menu>li>a span:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-top-style: solid;
    border-top-color: transparent;
    border-left-width: 0;
    border-right-width: 6px;
    border-top: 5px solid red;
    -moz-transform: scale(0.9999);
  }
}

.top-menu>li>a span.new {
  background: var(--brand-third) none repeat scroll 0 0;
}

.top-menu>li>a span.new:before {
  border-top: 5px solid var(--brand-third);
}

.top-menu>li>a span.sale {
  background: #7fbc1e none repeat scroll 0 0;
}

.top-menu>li>a span.sale:before {
  border-top: 5px solid #7fbc1e;
}

.top-menu h3 {
  position: relative;
  margin: 0;
  letter-spacing: 0.5px;
  font-family: var(--primary-font);
  font-size: 17px;
  font-weight: 500;
}

.top-menu a.dropdown-submenu {
  color: var(--brand-primary);
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  width: 100%;
  clear: both;
}

.top-menu ul[data-depth="2"]>li {
  list-style: none;
  display: block;
  text-align: left;
}

.top-menu ul[data-depth="2"]>li a {
  padding: 0;
  font-size: 14px;
  color: var(--brand-third);
  font-weight: 400;
  padding-bottom: 10px;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
}

.top-menu ul[data-depth="2"]>li a:hover {
  color: var(--brand-secondary);
}

.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%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}

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

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

#mobile_top_menu_wrapper #top_menu_closer {
  cursor: pointer;
  color: #333;
  margin: 10px 10px 0 10px;
  text-align: right;
  display: block;
}

#mobile_top_menu_wrapper #_mobile_top_menu {
  padding: 10px 10px 10px 12px;
}

#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 ul {
  padding: 10px 0 0 15px;
}

@media (max-width: 991px) {
  #mobile_top_menu_wrapper .top-menu li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }

  #mobile_top_menu_wrapper .top-menu li .sub-category {
    border: 0;
    padding: 10px 0;
  }

  #mobile_top_menu_wrapper .top-menu li .sub-category a {
    font-size: 15px;
  }

  #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;
  line-height: 30px;
  z-index: 1;
  position: relative;
  background: #fff;
}

@media (max-width: 991px) {
  #mobile_top_menu_wrapper .top-menu li a {
    font-size: 16px;
    line-height: 20px;
  }
}

#mobile_top_menu_wrapper .top-menu {
  color: #333;
}

#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 {
  cursor: pointer;
  right: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 17px;
  left: 0;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler i {
  float: right;
  color: #000;
  line-height: 16px;
  font-size: 22px;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  padding: 0;
  margin-bottom: 8px;
}

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

#mobile_top_menu_wrapper .top-menu .collapse.show {
  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;
}

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

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.show {
  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;
  position: relative;
}

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

#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"] li a {
  padding-left: rem(20px);
  padding-bottom: 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 a {
  padding-left: rem(60px);
}

#mobile_top_menu_wrapper .top-menu .popover {
  border-radius: 0;
  width: 100% !important;
}

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

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

#menu-icon .menu-block svg {
  fill: var(--brand-primary);
}

@media (max-width: 991px) {
  #menu-icon .menu-block svg {
    fill: #fff;
  }
}

.product-comments span {
  display: none;
}

.product-comments .star_content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-right: 15px;
  overflow: hidden;
  /* If media is below 1200 */
}

@media (max-width: 1199px) {
  .product-comments .star_content {
    display: block;
    padding-right: 0;
  }

  .product-comments .star_content:after {
    display: none;
  }
}

.product-comments .star_content:after {
  content: '';
  height: 20px;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 2px;
  right: 0;
}

.product-comments .star_content .star {
  color: var(--brand-primary);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product-comments .star_content .star_on:before {
  content: '\f005';
  font-family: "FontAwesome";
  color: #f5cb0c;
}

.product-comments .star_content .gray:before {
  content: '\f005';
  font-family: "FontAwesome";
  color: #ccc;
}

.product-comments .comment_advice {
  display: inline-block;
  vertical-align: middle;
}

.product-comments .comment_advice a {
  float: left;
  text-decoration: none;
  padding: 0 8px;
  position: relative;
  font-size: 0.9375rem;
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  /* If media is below 1200 */
  /* If media is below 768 */
}

@media (max-width: 1199px) {
  .product-comments .comment_advice a {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .product-comments .comment_advice a {
    padding-left: 8px;
  }
}

@media (max-width: 575px) {
  .product-comments .comment_advice a {
    padding: 0;
  }

  .product-comments .comment_advice a:after {
    display: none;
  }
}

.product-comments .comment_advice a.write_comment {
  /* If media is below 1200 */
}

@media (max-width: 1199px) {
  .product-comments .comment_advice a.write_comment {
    padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .product-comments .comment_advice a.write_comment {
    margin-bottom: 0;
  }
}

.product-comments .comment_advice a.write_comment:after {
  display: none;
}

.product-comments .comment_advice a:after {
  content: '';
  height: 20px;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 2px;
  right: 0px;
}

.product-comments .comment_advice a i {
  font-size: 16px;
  color: var(--brand-third);
  margin-right: 10px;
  line-height: 16px;
}

@media (min-width: 992px) {
  #_desktop_seach_widget {
    display: block;
    position: relative;
    float: right;
  }
}

.search-widget {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  .search-widget {
    padding: 0px;
    float: right;
    position: relative;
  }
}

.search-widget .search-logo {
  width: 40px;
  height: 40px;
  display: block;
  fill: var(--brand-primary);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .search-widget .search-logo {
    width: 40px;
    height: 40px;
  }
}

.search-widget form {
  top: 50px;
  z-index: 2;
  position: absolute;
  right: 0;
  display: none;
}

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

.search-widget form input[type="text"] {
  min-width: 280px;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 0 !important;
  height: 40px;
  padding: 5px 10px;
  background: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding-right: 40px;
  color: #777;
  font-family: var(--primary-font);
}

.search-widget form input[type="text"]:focus {
  background: #fff;
}

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

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

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

.search-widget form button {
  position: absolute !important;
  right: 0;
  border: none;
  background: transparent;
  height: 40px;
  width: 40px;
  background: var(--brand-secondary);
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: ;
  padding: 10px 5px;
  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;
}

.search-widget form button i {
  font-size: 21px;
  color: #fff;
}

.search-widget form button:hover,
.search-widget form button:focus {
  border: 0;
  background-color: var(--brand-primary);
  color: var(--brand-secondary);
}

.search-widget form button:active:focus {
  border: 0;
  background-color: transparent;
  color: var(--brand-secondary);
}

.search-widget form button:active:focus {
  border: 0;
  background-color: transparent;
  color: var(--brand-secondary);
}

.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 {
  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 {
  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-color: 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;
}

.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;
}

@media (max-width: 543px) {
  .subbtn {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .gobtn {
    display: none !important;
  }
}

#shivayleftbanners {
  margin-bottom: 30px;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  #shivayleftbanners {
    text-align: center;
    margin-bottom: 15px;
  }
}

#shivayleftbanners .image-container {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* If media is below 992 */
}

#shivayleftbanners .image-container:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #shivayleftbanners .image-container {
    display: inline-block;
    vertical-align: middle;
  }
}

#shivayleftbanners .image-container:hover img {
  transform: scale(1.1);
}

#shivayleftbanners .image-container a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#shivayleftbanners .image-container a img {
  width: 100%;
  max-width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}




.paymentlogo-container {
  /* If media is below 992 */
  text-align: right;
  float: right;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .paymentlogo-container {
    text-align: center;
    display: block;
    float: none;
    padding: 5px 0 10px;
  }
}

.paymentlogo-container img {
  margin: 0 2px;
  border-radius: 0;
  cursor: pointer;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.ishi-blog-style1 .smartblog .container {
  padding: 0;
}

.ishi-blog-style1 .smartblog .products_block_inner {
  position: relative;
}

.ishi-blog-style1 .smartblog .products_block_inner .text-center>h2 {
  margin-bottom: 30px;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post {
  padding: 0 15px;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
  display: block;
  max-width: 100%;
  position: relative;
  margin-bottom: 0;
  background: #fff;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
  position: relative;
  display: block;
  overflow: hidden;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder img {
  opacity: 1;
  webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -ms-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease;
  max-width: 100%;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
  padding: 0 15px 20px;
  text-align: center;
  margin-bottom: 0;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
  text-align: center;
  padding: 9px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo>span {
  position: relative;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo>span:after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  background: #e5e5e5;
  width: 1px;
  height: 30px;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo>span:last-child:after {
  display: none;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date,
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comments,
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
  font-family: var(--primary-font);
  padding: 5px 0;
  color: var(--brand-secondary);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  width: 50%;
  text-align: center;
  transition: all 0.5s;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 543px) {

  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date,
  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comments,
  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
    font-size: 13px;
  }
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i,
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comments i,
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
  font-size: 14px;
  margin-right: 5px;
  color: var(--brand-third);
}

@media (max-width: 543px) {

  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i,
  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comments i,
  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
    font-size: 13px;
    margin-right: 3px;
  }
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_inner {
  margin-top: 18px;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
  margin-bottom: 10px;
  line-height: 18px;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
  font-family: var(--primary-font);
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  color: #222;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 543px) {
  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
    font-size: 16px;
  }
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
  margin-bottom: 15px;
  font-family: var(--primary-font);
  text-align: center;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .article__meta-buttons {
  display: block;
  text-align: center;
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder a img {
  -webkit-transform-style: unset;
  transform-style: unset;
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}

@media (max-width: 991px) {
  .article__title {
    font-size: 18px;
  }
}

.article__grid-image-wrapper {
  margin: 0 auto;
}

.rte {
  text-align: left;
  line-height: 24px;
  color: var(--brand-third);
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
}

.list--inline li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.feature-row__image {
  display: block;
  margin: 0 auto;
}

option {
  color: #3d4246;
  background-color: #fff;
}

/* @media (min-width: 750px) {
    select {
      padding: 10px 15px; } }

@media (min-width: 750px) {
    input, textarea {
      padding: 10px 18px; } } */

.qtyminus {
  border-radius: 30px 0 0 30px;
}

.qtyplus {
  border-radius: 0 30px 30px 0;
}

.product-form__item--quantity>div {
  color: var(--brand-third);
  background: #fff;
  display: inline-block;
  width: 45px;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 48px;
  font-size: 23px;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .product-form__item--quantity>div {
    width: 34px;
  }
}

.product-form__item--quantity .quantity {
  display: inline-block;
  vertical-align: middle;
  float: left;
  color: var(--brand-third);
  background: #fff;
  border: none;
  width: 65px;
  text-align: center;
  height: 50px;
  border-radius: 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .product-form__item--quantity .quantity {
    width: 52px;
  }
}

#header .follow-us .social-media-blocks {
  padding: 10px 0;
}

@media (max-width: 991px) {
  #header .follow-us .social-media-blocks {
    padding: 5px 0;
  }
}

@media (max-width: 543px) {
  #header .follow-us .social-media-blocks {
    width: 100%;
    display: none;
  }
}

#header .follow-us .social-media-blocks .header-social .site-footer__social-icons {
  margin-top: 0;
}

@media (min-width: 750px) {
  #header .follow-us .social-media-blocks .header-social .site-footer__social-icons {
    margin-top: 0;
  }
}

#header .follow-us .social-media-blocks .header-social ul li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 20px;
  line-height: 30px;
  margin: 0 5px;
  background: 0 0;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#header .follow-us .social-media-blocks .header-social ul li:hover .social-icons__link .fa-facebook {
  color: #3b5999;
}

#header .follow-us .social-media-blocks .header-social ul li:hover .social-icons__link .fa-twitter {
  color: #00aced;
}

#header .follow-us .social-media-blocks .header-social ul li:hover .social-icons__link .fa-pinterest-p {
  color: #cc2366;
}

#header .follow-us .social-media-blocks .header-social ul li:hover .social-icons__link .fa-instagram {
  color: #cc2366;
}

#header .follow-us .social-media-blocks .header-social ul li:hover .social-icons__link .fa-tumblr {
  color: #f26522;
}

#header .follow-us .social-media-blocks .header-social ul li .social-icons__link {
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}

#header .follow-us .social-media-blocks .header-social ul li .social-icons__link i {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  color: #fff;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#header .follow-us .social-media-blocks .header-social ul li .social-icons__link .icon__-text {
  display: none;
}

#header .desktop-user-info {
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  #header .desktop-user-info {
    width: 100%;
    text-align: center;
  }
}

#header .desktop-user-info .checkout,
#header .desktop-user-info .contact,
#header .desktop-user-info .user_info,
#header .desktop-user-info .wishlist {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 8px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*a{
      color: $header-icon-color;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: .5px;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;

      &:hover{
        color: $header-icon-hover-color;
      }

      @media(max-width: 991px){
        color: $light-color;
      }
    }*/
}

@media (max-width: 991px) {

  #header .desktop-user-info .checkout,
  #header .desktop-user-info .contact,
  #header .desktop-user-info .user_info,
  #header .desktop-user-info .wishlist {
    padding: 6px 8px;
  }
}

@media (max-width: 767px) {

  #header .desktop-user-info .checkout,
  #header .desktop-user-info .contact,
  #header .desktop-user-info .user_info,
  #header .desktop-user-info .wishlist {
    padding: 4px 6px;
  }
}

#header .desktop-user-info div:after {
  content: '';
  position: absolute;
  right: -3px;
  top: 17px;
  background: rgba(35, 35, 35, 0.5);
  width: 1px;
  height: 15px;
}

@media (max-width: 991px) {
  #header .desktop-user-info div:after {
    top: 10px;
    background: rgba(255, 255, 255, .6);
  }
}

@media (max-width: 767px) {
  #header .desktop-user-info div:after {
    top: 8px;
  }
}

@media (min-width: 992px) {
  #header .desktop-user-info div:first-child {
    padding-left: 0;
  }
}

#header .desktop-user-info div:last-child:after {
  display: none;
}

@media (max-width: 991px) {
  #header .desktop-user-info div:nth-child(2):after {
    display: none;
  }
}

.mobile-nev-menu .header-logo-section {
  order: 2;
}

.mobile-nev-menu .mobile-width-right {
  order: 3;
}

.mobile-width {
  width: 100% !important;
}

.mobile-width.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 8999;
  right: 0;
  padding: 0;
  box-shadow: 0 0 4px 2px 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;
}

.mobile-width .row {
  align-items: center;
}

@media (max-width: 991.98px) {
  .mobile-width.fixed-header {
    padding: 8px 0;
  }

  .mobile-width {
    background-color: #fff;
    border-top: 0;
    padding: 9px 0;
  }
}

.mobile-width>.page-width>.row {
  display: flex;
  align-items: center;
}

.mobile-width .mobile-width-left {
  padding: 6px 5px;
  width: 30%;
  display: flex;
  align-items: center;
}

.mobile-width .mobile-width-left .menu-icon {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}

.mobile-width .mobile-width-left .menu-icon svg {
  fill: var(--brand-primary);
  width: 40px;
  height: 40px;
}

@media (max-width: 991px) {
  .mobile-width .mobile-width-left .menu-icon #_mobile_search .search-widget .search-logo {
    fill: var(--brand-primary);
  }
}

.mobile-width #_mobile_logo {
  width: 40%;
  margin: 0 auto;
  text-align: center !important;
  padding: 6px 5px;
  vertical-align: middle;
}

.mobile-width #_mobile_logo .header__logo {
  margin-bottom: 0;
}

.mobile-width .mobile-width-right {
  width: 30%;
  padding: 6px 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mobile-width .mobile-width-right>div {
  float: right !important;
}

@keyframes slide-down {
  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);
  }
}

@media (max-width: 991px) {
  #_mobile_search {
    left: -5px;
  }
}

#_mobile_search .search-title .search-toggle {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

#_mobile_search .search-title .search-toggle svg {
  fill: var(--brand-primary);
  width: 40px;
  height: 40px;
}

#header #_mobile_user_info,
#header #_mobile_cart1 {
  width: 40px;
  height: 40px;
}

#header #_mobile_user_info svg,
#header #_mobile_cart1 svg {
  fill: var(--brand-primary);
  height: 40px;
  width: 40px;
}

@media (max-width: 991px) {
  #header #_mobile_cart1 {
    padding-right: 0;
  }
}

#header #_mobile_cart1 .cart-display {
  position: relative;
}

#header #_mobile_cart1 .cart-display .cart-tittle {
  height: 40px;
  width: 40px;
}

#header .cart-qty {
  background-color: var(--brand-secondary);
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 14px;
  width: 14px;
  left: auto;
  bottom: auto;
  line-height: 14px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 3px;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  #header .cart-qty {
    right: 9px;
  }
}

#header .cartempty {
  top: 50px;
  z-index: 2;
  right: 10px;
  position: absolute;
}

#header .cartempty .cartdropdown {
  min-width: 280px;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 0 !important;
  height: 40px;
  padding: 5px 10px;
  background: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #777;
  line-height: 26px;
  font-family: var(--primary-font);
  margin-bottom: 0;
}

#mobile_top_menu_wrapper {
  z-index: 9000;
}

#mobile_top_menu_wrapper #top_menu_closer {
  cursor: pointer;
  padding: 15px 15px 10px;
  text-align: right;
}

#mobile_top_menu_wrapper #top_menu_closer i {
  font-size: 24px;
  color: var(--brand-primary);
}

#mobile_top_menu_wrapper .mob_main_menu {
  display: block;
  margin-bottom: 0;
  text-align: left;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #mobile_top_menu_wrapper .mob_main_menu .mobcategory {
    border-bottom: 1px solid #eee;
  }
}

#mobile_top_menu_wrapper .mob_main_menu .navbar-toggler {
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 22px;
  vertical-align: middle;
  margin: auto;
  cursor: pointer;
  color: #333;
}

#mobile_top_menu_wrapper .mob_main_menu .navbar-toggler i {
  font-size: 24px;
}

#mobile_top_menu_wrapper .mob_sub_menu {
  padding: 10px 0 0 15px;
  position: relative;
}

#mobile_top_menu_wrapper .mob_sub_menu .navbar-toggler {
  position: absolute;
  padding: 0;
  left: 88%;
  margin: auto;
}

#mobile_top_menu_wrapper .mob_sub_menu li {
  padding: 10px 0 5px;
}

#mobile_top_menu_wrapper .mob_sub_menu li a {
  font-size: 15px;
  font-weight: 400;
}

#mobile_top_menu_wrapper .mob_sub_menu .mob_peta_menu {
  padding: 0 0 0 15px;
}

#mobile_top_menu_wrapper .mob_sub_menu .mob_peta_menu li {
  padding: 10px 0 5px;
}

#mobile_top_menu_wrapper .mob_sub_menu .mob_peta_menu li a {
  font-size: 14px;
}

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

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

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

.material-icons {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

.mob_main_menu>li {
  display: block;
  padding: 15px 0;
}

.mob_main_menu>li a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: var(--brand-primary);
  font-weight: 400;
  font-size: 16px;
}

.mob_main_menu>li .material-icons {
  color: #333;
}

.mobile-menu-overlay {
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s, visibility 0s 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 8999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.usersignin {
  top: 60px;
  z-index: 2;
  right: 50px;
  position: absolute;
}

.usersignin p {
  min-width: 80px;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 0 !important;
  height: 40px;
  padding: 5px 10px;
  background: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding-right: 40px;
  color: #777;
  font-family: var(--primary-font);
}

#left-column h3,
#right-column h3 {
  margin: 0;
}

#left-column .block-title,
#right-column .block-title {
  border: medium none;
  color: var(--brand-primary);
  font: 500 16px/18px var(--primary-font);
  letter-spacing: 1px;
  width: 100%;
  display: block;
  margin: 0;
  text-align: left;
  background: #fffaf8;
  border-bottom: 1px solid #f7eeea;
  padding: 15px;
  text-transform: uppercase !important;
}

@media (max-width: 1199px) {

  #left-column .block-title,
  #right-column .block-title {
    font-size: 14px;
  }
}

@media (min-width: 992px) {

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

  #left-column .collapse.show,
  #right-column .collapse.show {
    display: block;
  }

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

#left-column #search_filters_wrapper,
#right-column #search_filters_wrapper,
#left-column .category-block-container,
#right-column .category-block-container {
  margin-bottom: 30px;
  text-decoration: none;
  /* If media is below 992 */
}

@media (max-width: 991px) {

  #left-column #search_filters_wrapper,
  #right-column #search_filters_wrapper,
  #left-column .category-block-container,
  #right-column .category-block-container {
    margin-bottom: 15px;
  }
}

#left-column #search_filters_wrapper .text-uppercase,
#right-column #search_filters_wrapper .text-uppercase,
#left-column .category-block-container .text-uppercase,
#right-column .category-block-container .text-uppercase {
  /* If media is below 992 */
  color: var(--brand-primary);
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: uppercase !important;
}

@media (max-width: 991px) {

  #left-column #search_filters_wrapper .text-uppercase,
  #right-column #search_filters_wrapper .text-uppercase,
  #left-column .category-block-container .text-uppercase,
  #right-column .category-block-container .text-uppercase {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {

  #left-column #search_filters_wrapper .text-uppercase,
  #right-column #search_filters_wrapper .text-uppercase,
  #left-column .category-block-container .text-uppercase,
  #right-column .category-block-container .text-uppercase {
    line-height: 0;
  }
}

#left-column #search_filters_wrapper .material-icons,
#right-column #search_filters_wrapper .material-icons,
#left-column .category-block-container .material-icons,
#right-column .category-block-container .material-icons {
  color: #fff;
}

@media (max-width: 991px) {

  #left-column #search_filters_wrapper .material-icons,
  #right-column #search_filters_wrapper .material-icons,
  #left-column .category-block-container .material-icons,
  #right-column .category-block-container .material-icons {
    color: var(--brand-primary);
  }
}

#left-column .category-block-container,
#right-column .category-block-container {
  margin-bottom: 30px;
  text-decoration: none;
  border: 1px solid #f7eeea;
}

@media (max-width: 991px) {

  #left-column .category-block-container,
  #right-column .category-block-container {
    margin-bottom: 15px;
  }
}

#left-column .block-categories,
#right-column .block-categories {
  background: #fff;
  width: 100%;
}

#left-column .block-categories a,
#right-column .block-categories a {
  color: var(--brand-primary);
}

#left-column .block-categories .category-top-menu,
#right-column .block-categories .category-top-menu {
  margin-bottom: 0;
  padding: 15px;
}

#left-column .block-categories .category-sub-menu li,
#right-column .block-categories .category-sub-menu li {
  position: relative;
}

#left-column .block-categories .category-sub-menu li[data-depth="0"]>a,
#right-column .block-categories .category-sub-menu li[data-depth="0"]>a {
  font-weight: 400;
  display: inline-block;
  margin: 0.3125rem 0 0;
  padding-bottom: 0.2875rem;
  font-size: 14px;
}

#left-column .block-categories .category-sub-menu .category-sub-menu,
#right-column .block-categories .category-sub-menu .category-sub-menu {
  margin-left: 10px;
}

#left-column .block-categories .category-sub-menu .category-sub-menu li[data-depth="1"],
#right-column .block-categories .category-sub-menu .category-sub-menu li[data-depth="1"] {
  margin-bottom: 0.625rem;
}

#left-column .block-categories .category-sub-menu .category-sub-menu .category-sub-link,
#right-column .block-categories .category-sub-menu .category-sub-menu .category-sub-link {
  font-size: 0.875rem;
}

#left-column .block-categories .collapse-icons,
#right-column .block-categories .collapse-icons {
  position: absolute;
  right: 0;
  top: 7px;
  padding: 0;
  cursor: pointer;
}

#left-column .block-categories .collapse-icons i,
#right-column .block-categories .collapse-icons i {
  font-size: 16px;
  color: var(--brand-primary);
}

#left-column .block-categories .collapse-icons[aria-expanded="true"] .add,
#right-column .block-categories .collapse-icons[aria-expanded="true"] .add {
  display: none;
}

#left-column .block-categories .collapse-icons[aria-expanded="true"] .remove,
#right-column .block-categories .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}

#left-column .block-categories .collapse-icons .add:hover,
#right-column .block-categories .collapse-icons .add:hover {
  color: #000;
}

#left-column .block-categories .collapse-icons .remove,
#right-column .block-categories .collapse-icons .remove {
  display: none;
}

#left-column .block-categories .collapse-icons .remove:hover,
#right-column .block-categories .collapse-icons .remove:hover {
  color: #000;
}

#left-column .products,
#right-column .products {
  padding: 10px 0 0;
}

#left-column .product-miniature,
#right-column .product-miniature {
  padding: 10px;
}

#left-column .product-miniature .product-container,
#right-column .product-miniature .product-container {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  background-color: transparent;
  width: 100%;
  border: 0;
}

#left-column .product-miniature .product-container .image,
#right-column .product-miniature .product-container .image {
  float: left;
  margin-right: 10px;
}

#left-column .product-miniature .product-container .image .product-thumbnail img,
#right-column .product-miniature .product-container .image .product-thumbnail img {
  max-width: 90px;
}

#left-column .product-miniature .product-container .product-price-and-shipping,
#right-column .product-miniature .product-container .product-price-and-shipping {
  text-align: left;
  opacity: 1;
  font-weight: 500;
  font-family: var(--primary-font);
}

#left-column .product-miniature .product-container .product-price-and-shipping .regular-price,
#right-column .product-miniature .product-container .product-price-and-shipping .regular-price {
  color: #777;
  text-decoration: line-through;
}

#left-column .product-miniature .product-container .product-price-and-shipping .discount-percentage,
#right-column .product-miniature .product-container .product-price-and-shipping .discount-percentage {
  color: var(--brand-secondary);
}

#left-column .product-miniature .product-container .product-price-and-shipping .price,
#right-column .product-miniature .product-container .product-price-and-shipping .price {
  color: var(--brand-secondary);
}

#left-column .product-miniature .product-container .product-title,
#right-column .product-miniature .product-container .product-title {
  text-align: left;
  border: 0;
  margin-bottom: 3px;
  padding: 0;
  line-height: 20px;
}

#left-column .product-miniature .product-container .product-title a,
#right-column .product-miniature .product-container .product-title a {
  color: #000;
  font-weight: 500;
}

#left-column .product-miniature .product-container .caption,
#right-column .product-miniature .product-container .caption {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

#left-column .product-miniature:last-child .product-container,
#right-column .product-miniature:last-child .product-container {
  border-bottom: 0;
}

#left-column .all-product-link,
#right-column .all-product-link {
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 14px;
  text-align: right;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#left-column .all-product-link i,
#right-column .all-product-link i {
  line-height: 0;
  position: relative;
  top: 7px;
}

#left-column section.featured-products,
#right-column section.featured-products {
  /* If media is below 992 */
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid #eee;
}

@media (max-width: 991px) {

  #left-column section.featured-products,
  #right-column section.featured-products {
    margin-bottom: 15px;
  }
}

#left-column section.featured-products .product-container .product-description .product-title a,
#right-column section.featured-products .product-container .product-description .product-title a {
  font-size: 14px;
}

#left-column section.featured-products .product-container .product-price-and-shipping .sr-only,
#right-column section.featured-products .product-container .product-price-and-shipping .sr-only,
#left-column section.featured-products .product-container .product-price-and-shipping .price,
#right-column section.featured-products .product-container .product-price-and-shipping .price {
  font-size: 14px;
}

#left-column section.featured-products .product-container .product-price-and-shipping .discount-percentage,
#right-column section.featured-products .product-container .product-price-and-shipping .discount-percentage,
#left-column section.featured-products .product-container .product-price-and-shipping .discount-amount,
#right-column section.featured-products .product-container .product-price-and-shipping .discount-amount {
  padding: 2px;
  font-size: 14px;
}

.block-title,
.title {
  position: relative;
  /***** Filter *****/
}

.block-title .navbar-toggler,
.title .navbar-toggler {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 0;
}

.block-title .navbar-toggler i.add,
.title .navbar-toggler i.add {
  display: none;
}

.block-title .navbar-toggler i.remove,
.title .navbar-toggler i.remove {
  display: block;
}

.block-title.collapsed .navbar-toggler i.add,
.title.collapsed .navbar-toggler i.add {
  display: block;
}

.block-title.collapsed .navbar-toggler i.remove,
.title.collapsed .navbar-toggler i.remove {
  display: none;
}

.clear-all-wrapper {
  padding: 15px 15px;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  margin-bottom: 25px;
  background: white;
  border: 1px solid #eee;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding: 0 15px;
  padding-top: 0.625rem;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
  display: block;
  margin-bottom: 16px;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
  color: #454545;
  font: 500 14px/28px var(--primary-font);
  text-transform: uppercase;
  margin-bottom: 0;
}

#search_filters .facet .h6,
#search_filters_brands .facet .h6,
#search_filters_suppliers .facet .h6 {
  color: var(--brand-primary);
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
  margin-bottom: 0;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
  font-size: 14px;
  color: #969696;
  display: inline-block;
  line-height: 28px;
  vertical-align: middle;
}

#search_filters .js-search-filters-clear-all,
#search_filters_brands .js-search-filters-clear-all,
#search_filters_suppliers .js-search-filters-clear-all {
  text-transform: uppercase;
  cursor: pointer;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
  padding: 10px 15px;
}

#search_filters .js-search-filters-clear-all i,
#search_filters_brands .js-search-filters-clear-all i,
#search_filters_suppliers .js-search-filters-clear-all i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

#search_filters .js-search-filters-clear-all:hover,
#search_filters_brands .js-search-filters-clear-all:hover,
#search_filters_suppliers .js-search-filters-clear-all:hover {
  background-color: var(--brand-secondary);
  color: #fff;
  border-color: var(--brand-secondary);
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding-top: 0;
}

#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
  margin-bottom: 0.3125rem;
}

.active_filters {
  background: #dededd;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}

.active_filters .active-filter-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.active_filters ul {
  display: inline;
  margin: 0;
}

.active_filters .filter-block {
  color: #a9a9a9;
  background: white;
  padding: 0.625rem;
  display: inline-block;
  font-size: ;
}

.active_filters .filter-block .close {
  color: #a9a9a9;
  font-size: 14px;
  opacity: 1;
  margin-top: 1px;
  margin-left: 5px;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.custom-checkbox input[type="checkbox"]+span {
  margin-right: 3px;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #fafafa none repeat scroll 0 0;
}

.custom-checkbox input[type="checkbox"]+span.active,
.custom-checkbox input[type="checkbox"]+span:hover {
  border-color: #333;
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
  display: block;
}

.custom-checkbox input[type="checkbox"]+span .checkbox-checked {
  display: none;
  margin: -0.25rem -0.125rem;
  font-size: 20px;
  color: var(--brand-primary);
}

@media (min-width: 992px) {

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

  .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;
}



.block-promo {
  /** CONTENT LEFT **/
}

.block-promo .promo-code {
  padding: 1.6rem;
  background: #818a91;
}

.block-promo .promo-code .alert-danger {
  position: relative;
  margin-top: 1.25rem;
  background: ;
  color: white;
  display: none;
}

.block-promo .promo-code .alert-danger::after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: ;
  border-width: 10px;
  margin-left: -10px;
}

.block-promo .promo-input {
  color: #a9a9a9;
  border: #55595c 1px solid;
  height: 2.5rem;
  text-indent: 0.625rem;
  width: 60%;
}

.block-promo .promo-input+button {
  margin-top: -4px;
  text-transform: capitalize;
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: ;
  font-weight: 600;
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
  font-weight: normal;
  color: #a9a9a9;
  display: inline-block;
}

.block-promo .promo-code-button {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.block-promo.promo-highlighted {
  padding: 1.25rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.product-line-grid-left {
  margin: 0 auto;
  text-align: center;
  /** CONTENT BODY **/
}

.product-line-grid-left img {
  max-width: 100%;
  border: 1px solid #eee;
}

.product-line-grid-body {
  /** CONTENT LEFT **/
}

.product-line-grid-body>.product-line-info {
  margin-bottom: 10px;
}

.product-line-grid-body>.product-line-info>.label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit;
  color: #000;
  font-size: 14px;
}

.product-line-grid-body>.product-line-info>.out-of-stock {
  color: red;
}

.product-line-grid-body>.product-line-info>.available {
  color: ;
}

.product-line-grid-body>.product-line-info>.unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: #55595c;
}

.product-line-grid-body .product-desc {
  color: #909796;
  font-size: 12px;
  margin-bottom: 8px;
}

.product-line-grid-body .product-price {
  display: none;
}

.product-line-grid-right .cart-line-product {
  float: right;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  color: #3b3b3b;
  line-height: 36px;
  font-size: 19px;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
  background: url(../icons/delete.png) no-repeat center 0;
  width: 19px;
  height: 26px;
  color: #a9a9a9;
  display: inline-block;
  margin-top: 0.3125rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart i,
.product-line-grid-right .product-price .remove-from-cart i {
  display: none;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart:hover,
.product-line-grid-right .product-price .remove-from-cart:hover {
  background-position: center -36px;
}

.product-line-grid-right .qty {
  display: inline-block;
  vertical-align: middle;
}

.product-line-grid-right .qty .form-control {
  padding: 10px;
}

@media (max-width: 575px) {
  .product-line-grid-right .price {
    padding: 0;
  }
}

.product-line-grid-right .product_qty_price {
  float: left;
}

@media (max-width: 575px) {
  .product-line-grid-right .product_qty_price {
    padding: 0;
  }
}

#cart1 {
  /* If media is below 768 */
  /*** Responsive part ***/
}

@media (max-width: 767px) {
  #cart1 .col-xs-4 {
    float: left;
    width: 33.33333%;
  }

  #cart1 .col-xs-8 {
    float: left;
    width: 66.66667%;
  }

  #cart1 .col-xs-12 {
    float: left;
    width: 100%;
  }

  #cart1 .col-xs-10 {
    float: left;
    width: 83.33333%;
  }

  #cart1 .col-xs-2 {
    float: left;
    width: 16.66667%;
  }

  #cart1 .col-xs-6 {
    float: left;
    width: auto;
  }
}

@media (max-width: 767px) {

  .product-line-grid-body,
  .product-line-grid-left {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  .cart-item {
    border-bottom: 1px solid #eee;
  }

  .cart-item:last-child {
    border-bottom: 0;
  }

  .cart-grid-body .cart-overview {
    padding: 0;
  }

  .cart-grid-body .no-items {
    padding: 1rem;
    display: inline-block;
  }

  .product-line-grid-left {
    padding-right: 0 !important;
  }
}

.separator {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
}

.cart-container .separator {
  display: none;
}

@media (min-width: 992px) {

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

  .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;
}

.card {
  clear: both;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 0;
  display: block;
}

section.checkout-step {
  /* If media is above 1199 */
  /* If media is above 991 */
}

section.checkout-step .step-title {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--brand-primary);
}

section.checkout-step .form-control-label {
  text-align: left;
}

section.checkout-step .form-group {
  align-items: center;
}

section.checkout-step form#customer-form {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

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

  section.checkout-step .collapse.show,
  section.checkout-step .collapse.in {
    display: inherit;
  }
}

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

  section.checkout-step .collapse.show,
  section.checkout-step .collapse.in {
    display: inherit;
  }
}

section.checkout-step .content {
  padding: 0 2.313rem;
  margin-top: 10px;
}

@media (max-width: 575px) {
  section.checkout-step .content {
    padding: 0;
  }
}

section.checkout-step .form-footer {
  text-align: center;
  margin: 8px 0;
}

section.checkout-step .payment-options {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

section.checkout-step .payment-options label {
  display: inline-block;
}

section.checkout-step .payment-options .custom-radio {
  margin-right: 10px;
}

section.checkout-step .payment-options .payment-option {
  margin-bottom: 0.5rem;
}

section.checkout-step .payment-form {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

section.checkout-step .step-number {
  display: inline-block;
  padding: 0.625rem;
}

section.checkout-step .continue {
  margin-top: 10px;
}

#checkout-payment-step .center-block {
  white-space: normal;
}

#cart-summary-product-list .media {
  margin-bottom: 20px;
}

#cart-summary-product-list .media:last-child {
  margin-bottom: 0;
}

#cart-summary-product-list .media .media-left img {
  max-width: 90px;
  margin-right: 10px;
}

#cart-summary-product-list .media .product-price {
  font-size: 16px;
  color: var(--brand-secondary);
}

.card-block-summary-details {
  padding-bottom: 15px;
}

.cart-summary-totals {
  padding-top: 15px;
}

@media (max-width: 768px) {
  .checkout1 #block-reassurance.block-reassurance-cart {
    margin-bottom: 30px;
  }
}

#wrapper {
  padding-top: 40px;
}

#index #wrapper {
  padding: 0;
}

#wrapper .banner {
  margin-bottom: 1.5rem;
  display: block;
}

#wrapper1 {
  padding-top: 40px;
  /*** BREADCRUMB ***/
}

#index #wrapper1 {
  padding: 0;
}

#wrapper1 .banner {
  margin-bottom: 1.5rem;
  display: block;
}

@media (max-width: 768px) {
  #wrapper1 {
    padding: 30px 0 0 0;
  }
}

.breadcrumb-container {
  /* If media is below 992 */
  background: url(../images/breadcrumb-bnr.png) no-repeat top;
  background-attachment: fixed;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  /* background-size: cover; */
  /* background-position: center; */
  /******* Pagination *******/
}

@media (max-width: 991px) {
  .breadcrumb-container {
    background-image: none;
    background-color: #f5f5f5;
  }
}

.breadcrumb-container .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  text-align: center;
  padding: 0 15px;
  padding: 60px 0;
  text-align: center;
}

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

.breadcrumb-container .breadcrumb .breadcrumb-title {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 5px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-family: var(--title-font);
}

@media (max-width: 767px) {
  .breadcrumb-container .breadcrumb .breadcrumb-title {
    font-size: 20px;
  }
}

.breadcrumb-container .breadcrumb ul,
.breadcrumb-container .breadcrumb ol {
  margin: 0;
  padding: 0;
  line-height: 19px;
}

.breadcrumb-container .breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}

.breadcrumb-container .breadcrumb li:after {
  content: "-";
  color: #000;
  margin: 0.3125rem;
}

.breadcrumb-container .breadcrumb li:last-child:after {
  display: none;
}

.pagination {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 14px 0;
  background: #fffaf8;
  border: 1px solid #f7eeea;
  /****** Category Page ********/
}

@media (max-width: 543px) {
  .pagination {
    display: block;
    overflow: hidden;
  }
}

.pagination .pagination-desc {
  line-height: 35px;
  font-size: 14px;
  color: #333;
}

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

.pagination .pagination-right {
  float: right;
  text-align: right;
}

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

.pagination .page-list {
  padding: rem(10px) 0;
  margin-bottom: 0;
}

.pagination .page-list li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.pagination .page-list .pagination-lbl {
  display: none;
}

.pagination a {
  margin: 0 auto;
  font-weight: 500;
  border: 1px solid #eee;
  width: 35px;
  height: 35px;
  padding: 5px;
  line-height: 22px;
  text-align: center;
  display: block;
  color: var(--brand-primary);
  background-color: #fff;
  transition: 0.5s;
}

.pagination a:hover {
  color: #fff;
  background-color: var(--brand-secondary);
}

.pagination a:not(.previous):not(.next) {
  letter-spacing: 0.125rem;
}

.pagination .previous {
  float: left;
  padding: 5px;
  opacity: 0.5;
}

.pagination .next {
  float: right;
  padding: 5px;
}

.pagination .next .material-icons:hover {
  color: #fff;
}

.pagination .disabled {
  cursor: not-allowed;
}

.pagination .current a {
  background-color: var(--brand-secondary);
  text-decoration: none;
  color: #fff;
}

.block-category {
  margin-bottom: 1.563rem;
  padding: 0;
  border: none;
}

.block-category .category-cover img {
  max-width: 100%;
}

.category-info .h1 {
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 500;
  color: var(--brand-primary);
}

@media (max-width: 543px) {
  .category-info .h1 {
    font-size: 26px;
    line-height: 1;
  }
}

.category-info #category-description {
  margin-bottom: 30px;
}

.category-info #category-description p {
  color: var(--brand-third);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 0;
}

.category-info #category-description p:first-child {
  margin-bottom: 1.25rem;
}

#products.category-product-info {
  padding: 0;
  color: #7a7a7a;
}

#product-list-top {
  padding: 15px;
  background-color: #fffaf8;
  margin-bottom: 30px;
  border: 1px solid #f7eeea;
  line-height: 1.25em;
}

#product-list-top .products-selection .title {
  color: #373a3c;
}

#product-list-top .filters-toolbar__product-count {
  color: #323;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 20px;
}

.products-selection .sort-by-row {
  display: flex;
  align-items: center;
}

.products-selection .sort-by {
  white-space: normal;
  word-break: break-word;
  margin-right: -0.9375rem;
  margin-left: 0.9375rem;
  text-align: right;
}

@media (max-width: 1199px) {
  .products-selection .sort-by {
    font-size: 13px;
  }
}

.products-selection .total-products {
  padding-top: 0.625rem;
  position: relative;
  top: 3px;
}

.products-selection .total-products p {
  margin-top: 2px;
}

.products-selection h1 {
  padding-top: 0.625rem;
}

.products-sort-order {
  color: #323;
}

.products-sort-order .select-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  background: white;
  padding: 0.625rem;
  cursor: pointer;
  line-height: 22px;
  border: 1px solid #eee;
}

.products-sort-order .select-title i {
  float: right;
}

.products-sort-order .select-list {
  display: block;
  color: #a9a9a9;
  padding: 10px;
}

.products-sort-order .select-list:hover {
  background: var(--brand-primary);
  color: white;
  text-decoration: none;
}

.products-sort-order .dropdown-menu {
  left: auto;
  width: 90%;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
}

#js-product-list-top .layout-options {
  display: block;
  float: left;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#js-product-list-top .layout-options>span {
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  margin: 1px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#js-product-list-top .layout-options #grid-view {
  background: url('../icons/layout_sprite.png') no-repeat 0px 0px;
}

#js-product-list-top .layout-options #grid-view:hover {
  background-position: 0px -33px;
}

#js-product-list-top .layout-options #grid-view.checked {
  background-position: 0px -33px;
}

#js-product-list-top .layout-options #list-view {
  background: url('../icons/layout_sprite.png') no-repeat -37px 1px;
}

#js-product-list-top .layout-options #list-view:hover {
  background-position: -37px -32px;
}

#js-product-list-top .layout-options #list-view.checked {
  background-position: -37px -32px;
}

.open>.dropdown-menu {
  display: block;
  /*** Responsive part ***/
}

@media (max-width: 991px) {

  #left-column,
  #right-column {
    width: 100%;
  }

  #left-column #search_filter_controls,
  #right-column #search_filter_controls {
    text-align: center;
    margin-bottom: 1rem;
  }

  #left-column #search_filter_controls button,
  #right-column #search_filter_controls button {
    margin: 0 0.5rem;
  }

  #left-column #search_filters,
  #right-column #search_filters {
    margin-bottom: 15px;
    box-shadow: none;
    padding: 0;
    border-top: 1px solid #eee;
  }

  #left-column #search_filters .facet,
  #right-column #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #eee;
  }

  #left-column #search_filters .facet .title,
  #right-column #search_filters .facet .title {
    cursor: pointer;
    color: var(--brand-primary);
  }

  #left-column #search_filters .facet .block-title .navbar-toggler i.add,
  #right-column #search_filters .facet .block-title .navbar-toggler i.add,
  #left-column #search_filters .facet .title .navbar-toggler i.add,
  #right-column #search_filters .facet .title .navbar-toggler i.add {
    display: none;
  }

  #left-column #search_filters .facet .block-title .navbar-toggler i.remove,
  #right-column #search_filters .facet .block-title .navbar-toggler i.remove,
  #left-column #search_filters .facet .title .navbar-toggler i.remove,
  #right-column #search_filters .facet .title .navbar-toggler i.remove {
    display: block;
  }

  #left-column #search_filters .facet .block-title.collapsed .navbar-toggler i.add,
  #right-column #search_filters .facet .block-title.collapsed .navbar-toggler i.add,
  #left-column #search_filters .facet .title.collapsed .navbar-toggler i.add,
  #right-column #search_filters .facet .title.collapsed .navbar-toggler i.add {
    display: block;
  }

  #left-column #search_filters .facet .block-title.collapsed .navbar-toggler i.remove,
  #right-column #search_filters .facet .block-title.collapsed .navbar-toggler i.remove,
  #left-column #search_filters .facet .title.collapsed .navbar-toggler i.remove,
  #right-column #search_filters .facet .title.collapsed .navbar-toggler i.remove {
    display: none;
  }

  #left-column #search_filters .facet .facet-title,
  #right-column #search_filters .facet .facet-title {
    color: #a9a9a9;
    text-transform: uppercase;
  }

  #left-column #search_filters .facet .h6,
  #right-column #search_filters .facet .h6 {
    margin-bottom: 0;
    padding: 0.625rem;
    display: inline-block;
  }

  #left-column #search_filters .facet .navbar-toggler,
  #right-column #search_filters .facet .navbar-toggler {
    display: inline-block;
  }

  #left-column #search_filters .facet .collapse,
  #right-column #search_filters .facet .collapse {
    display: none;
  }

  #left-column #search_filters .facet .collapse.show,
  #right-column #search_filters .facet .collapse.show {
    display: block;
  }

  #left-column #search_filters .facet .facet-label a,
  #right-column #search_filters .facet .facet-label a {
    margin-top: 0;
  }

  #left-column #search_filters .facet ul,
  #right-column #search_filters .facet ul {
    margin-bottom: 0;
  }

  #left-column #search_filters .facet ul li,
  #right-column #search_filters .facet ul li {
    padding: 6px 15px;
  }

  #left-column #search_filters .facet ul#facet_91982,
  #right-column #search_filters .facet ul#facet_91982 {
    margin: 0 15px 15px;
  }

  #content-wrapper {
    width: 100%;
  }

  #search_filter_toggler {
    width: 100%;
  }

  .products-sort-order .select-title {
    margin-left: 0;
  }

  .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 1rem;
  }

  .products-selection .showing {
    padding-top: 1rem;
  }

  #prices-drop #content-wrapper,
  #new-products #content-wrapper,
  #best-sales #content-wrapper {
    width: 100%;
  }
}

@media (max-width: 543px) {
  .products-selection .filter-button {
    padding-left: 0;
  }
}

strong {
  color: #454545;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

#js-product-list .product-flags {
  left: auto;
  right: auto;
}

.products.grid {
  margin: 0 -15px;
}

@media (max-width: 543px) {
  .products.grid .productblock .grid_item {
    width: 50%;
  }
}

.products.grid .productblock .grid_item:nth-child(3n+1) {
  clear: left;
}

@media (max-width: 1199px) {
  .products.grid .productblock .grid_item:nth-child(3n+1) {
    clear: none;
  }

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

.products.grid .ishipblock1 .productblock .grid_item:nth-child(4n+1) {
  clear: left;
}

.products.grid .ishipblock1 .productblock .grid_item:nth-child(3n+1) {
  clear: none;
}

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

  .products.grid .wpblock1 .productblock .grid_item:nth-child(2n+1) {
    clear: none;
  }

  .products.grid .ishipblock1 .productblock .grid_item:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 991px) {
  .products.grid .ishipblock1 .productblock .grid_item:nth-child(4n+1) {
    clear: none;
  }

  .products.grid .ishipblock1 .productblock .grid_item:nth-child(3n+1) {
    clear: none;
  }

  .products.grid .ishipblock1 .productblock .grid_item:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 425px) {
  .products.grid .productitem {
    margin: 0 auto;
  }
}

.products.grid .product-discription {
  margin: 0 auto;
}

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

@media (max-width: 543px) {
  .products.list .productblock {
    padding: 0;
  }
}

.products.list .productblock .grid_item {
  padding: 0;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .products.list .productblock .grid_item {
    float: none;
  }
}

.products.list .productblock .grid_item:first-child {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .products.list .productblock .grid_item:first-child {
    margin-top: 30px;
  }
}

.products.list .productblock .grid_item .productitem {
  float: left;
  padding: 0;
}

.products.list .product-thumb {
  background: 0 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .products.list .product-thumb {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    float: none;
  }
}

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

.products.list .product-thumb .image {
  padding: 15px;
}

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

@media (max-width: 543px) {
  .products.list .product-thumb .image {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .products.list .product-thumb .image .product-comments {
    bottom: 5px;
  }
}

.products.list .product-thumb .image .thumbnail-buttons {
  opacity: 0;
  margin: 0;
}

.products.list .product-thumb .caption {
  float: right;
  text-align: left;
  padding: 5px 15px 15px;
}

@media (min-width: 768px) {
  .products.list .product-thumb .caption {
    padding-left: 20px;
  }
}

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

@media (max-width: 543px) {
  .products.list .product-thumb .caption {
    padding: 0;
  }
}

@media (max-width: 543px) {
  .products.list .product-thumb .caption .grid-view-item__title {
    margin-bottom: 10px;
  }
}

.products.list .product-thumb .caption .grid-view-item_meta {
  justify-content: left;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .products.list .product-thumb .caption .grid-view-item_meta {
    justify-content: center;
  }
}

@media (max-width: 543px) {
  .products.list .product-thumb .caption .grid-view-item_meta {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 17px;
  }
}

.products.list .product-thumb .caption .grid-view-item_meta .price-old {
  padding-right: 5px;
}

.products.list .product-thumb .caption .grid-view-item_meta .is-bold {
  padding-left: 0;
}

.products.list .product-thumb .caption .thumbnail-buttons {
  position: unset;
  display: inline-block;
  margin-top: 10px;
  opacity: 1;
}

.products.list .product-thumb .caption .thumbnail-buttons .product-block-hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .products.list .product-thumb .caption .thumbnail-buttons {
    opacity: 1;
  }
}

.products.list .product-thumb .caption .thumbnail-buttons .quick-view,
.products.list .product-thumb .caption .thumbnail-buttons .add-to-wishlist,
.products.list .product-thumb .caption .thumbnail-buttons .product-block-hover{
  display: inline-block;
}

.products.list .product-thumb .caption .thumbnail-buttons .quick-view,
.products.list .product-thumb .caption .thumbnail-buttons .product-block-hover {
  width: auto;
  height: auto;
}

.products.list .product-thumb .caption .thumbnail-buttons .product-block-hover {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.products.list .thumbnail-buttons {
  text-align: left;
}

.products.list .thumbnail-buttons .quick-view,
.products.list .thumbnail-buttons .add-to-wishlist,
.products.list .thumbnail-buttons .produc-block-hover {
  opacity: 1;
  -moz-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.products .description {
  display: block;
  margin: 0;
  margin-top: 10px;
  color: var(--brand-third);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-family: var(--primary-font);
}

@media (min-width: 992px) {
  .header-full-height {
    min-height: 88px;
  }
}

#content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.productfullldetails .product-title {
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 15px;
  font-size: 22px;
  font-family: var(--title-font);
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .productfullldetails .product-title {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .productfullldetails .product-title {
    font-size: 20px;
  }
}

.breadcrumb-title {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 14px;
  color: var(--brand-primary);
  text-transform: capitalize;
  border: 0;
  padding: 0;
}

.form-control-select {
  -moz-appearance: menulist;
  background: none;
}

.product-price {
  color: var(--brand-primary);
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 24px;
}

#product-description-short {
  color: #a9a9a9;
}

.product-information {
  font-size: 14px;
  color: #a9a9a9;
}

.product-information p {
  margin-bottom: 15px;
  color: #323;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 20px;
}

.product-information .manufacturer-logo {
  height: 35px;
}

.product-information .product-description img {
  max-width: 100%;
  height: auto;
}

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
}

.input-container {
  position: relative;
}

.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.input-color:checked+span,
.input-radio:checked+span,
.input-color:hover+span,
.input-radio:hover+span {
  border: 2px solid #a9a9a9;
}

.radio-label {
  background: white;
  display: inline-block;
  padding: 0.125rem 0.625rem;
  font-weight: 500;
  border: 2px solid white;
}

.product-actions .control-label {
  width: 100%;
  margin-bottom: 8px;
  display: block;
  width: 100%;
  font-weight: 500;
  color: var(--brand-primary);
}

.product-actions .add-to-cart {
  line-height: inherit;
}

@media (max-width: 575px) {
  .product-actions .add-to-cart {
    padding: 10px 19px;
  }
}

.product-actions .add-to-cart .material-icons {
  line-height: inherit;
  display: none;
}

.product-quantity-selector {
  margin-bottom: 20px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  height: auto;
  border: 1px solid #ededed;
}

.product-quantity-selector p {
  margin-right: 35px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--brand-third);
}

.product-quantity-selector span {
  display: none;
}

.product-quantity-selector i {
  font-size: 18px;
  color: #808080;
  cursor: pointer;
}

.product-quantity-selector .dec {
  margin-right: 5px;
}

.product-quantity-selector .inc {
  margin-left: 5px;
}

.product-quantity-selector .quantity {
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 0;
  border: none;
  width: 30px;
  font-size: 18px;
  text-align: center;
}

.product-quantity {
  display: block;
}

.product-quantity .add,
.product-quantity .wishlist_login {
  display: inline-flex;
  margin-bottom: 15px;
}

.product-quantity .add {
  margin-right: 5px;
}

.product-quantity .wishlist_login:hover span {
  color: var(--brand-third);
}

.product-quantity .wishlist_login a i {
  font-size: 14px;
  margin-right: 8px;
  color: #777;
}

.product-quantity .wishlist_login a span {
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.product-quantity .input-group-btn-vertical {
  float: left;
}

.product-quantity .input-group-btn-vertical .btn {
  padding: 0.5rem 0.6875rem;
}

.product-quantity .input-group-btn-vertical .btn i {
  font-size: 1rem;
  top: 0.125rem;
  left: 0.1875rem;
}

.product-quantity .btn-touchspin {
  height: 1.438rem;
}

.product-discounts {
  margin-bottom: 0;
}

.product-discounts>.product-discounts-title {
  font-weight: normal;
  font-size: ;
}

.product-discounts>.table-product-discounts thead tr th {
  width: 33%;
  padding: 0.625rem 1.25rem;
  background: white;
  border: 0.3125rem #818a91 solid;
  text-align: center;
}

.product-discounts>.table-product-discounts tbody tr {
  background: #eee;
}

.product-discounts>.table-product-discounts tbody tr:nth-of-type(even) {
  background: white;
}

.product-discounts>.table-product-discounts tbody tr td {
  padding: 0.625rem 1.25rem;
  text-align: center;
  border: 0.3125rem #818a91 solid;
}

.product-prices {
  font-weight: 400;
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
}

.product-prices div {
  display: inline-block;
  vertical-align: middle;
}

.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: #55595c;
}

.product-prices .tax-shipping-delivery-label .delivery-information {
  padding: 0 0 0 2px;
}

.product-prices .tax-shipping-delivery-label .delivery-information::before {
  content: "-";
  padding: 0 2px 0 0;
}

.product-discount {
  color: #878787;
  margin-bottom: 0;
}

.product-discount .regular-price {
  text-decoration: line-through;
  font-weight: 500;
  margin-right: 0.625rem;
  font-size: 18px;
}

.product-line-info {
  margin-bottom: 8px;
}

.product-line-info .value {
  color: #acaaa6;
}

.has-discount.product-price,
.has-discount p {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
}

.has-discount .discount {
  background: #f1f1f1;
  color: #000;
  padding: 7px 11px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  margin: 0 8px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.product-unit-price {
  font-size: ;
  margin-bottom: 0;
}

.tabs {
  /* If media is below 992 */
  margin-bottom: 50px;
}

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

.tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
  text-align: center;
  display: block;
}

@media (max-width: 575px) {
  .tabs .nav-tabs {
    margin-bottom: 20px;
  }
}

@media (max-width:425px) {
  .tabs .nav-tabs {
    margin-bottom: 0px;
  }
}

@media (max-width:322px) {
  .tabs .nav-tabs {
    display: flex;
  }
}

.tabs .nav-tabs .nav-link {
  color: var(--brand-primary);
  padding-left: 1px;
  padding-right: 1px;
  padding: 8px 12px;
  border: 1px solid #e4e4e4;
  background: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
}

.tabs .nav-tabs .nav-link.active {
  border-color: var(--brand-secondary);
  background: var(--brand-secondary);
  color: #fff;
}

.tabs .nav-tabs .nav-link.active:before {
  border-color: var(--brand-secondary) transparent transparent transparent;
}

.tabs .nav-tabs .nav-link:hover {
  border-color: var(--brand-secondary);
  background: var(--brand-secondary);
  color: #fff;
}

.tabs .nav-tabs .nav-link:hover:before {
  border-color: var(--brand-secondary) transparent transparent transparent;
}

.tabs .nav-tabs .nav-link:focus {
  border-color: var(--brand-secondary);
  background: var(--brand-secondary);
  color: #fff;
}

.tabs .nav-tabs .nav-link:focus:before {
  border-color: var(--brand-secondary) transparent transparent transparent;
}

.tabs .nav-tabs .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  bottom: -9px;
  margin: 0 auto;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: transparent transparent transparent transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .tabs .nav-tabs .nav-link {
    padding: 8px 4px;
    font-size: 13px;
  }
}

@media (max-width:425px) {
  .tabs .nav-tabs .nav-link {
    font-size: 11px;
  }
}

.tabs .nav-tabs .nav-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-bottom: -0.125rem;
  text-transform: uppercase;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .tabs .nav-tabs .nav-item {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .tabs .nav-tabs .nav-item {
    margin-left: 6px;
    margin-bottom: 13px;
  }
}

.tabs .nav-tabs .nav-item:first-child {
  margin-left: 0;
}

.tabs #tab-content {
  padding: 15px;
  border: 1px solid #c3c3c3;
  text-align: center;
}

@media (amx-width:547px) {
  .tabs #tab-content {
    padding: 0;
  }
}

.tabs #tab-content #description {
  text-align: left;
}

.tabs #tab-content #description .product-description p {
  font-size: 14px;
  color: var(--brand-third);
  letter-spacing: 0.1px;
}

@media (max-width:991px) {
  .tabs #tab-content #description .product-description p {
    text-align: center;
    margin-bottom: 0;
  }
}

.tabs #tab-content #description .product-description>h4 {
  color: var(--brand-primary);
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
  font-size: 14px;
}

.tabs #tab-content #description .product-description>ul {
  list-style: unset;
}

.tabs #tab-content #description .product-description>ul,
.tabs #tab-content #description .product-description>ol {
  margin-bottom: 18px;
  padding-left: 26px;
}

.tabs #tab-content #description .product-description>ul li,
.tabs #tab-content #description .product-description>ol li {
  list-style: unset;
  padding-left: 3px;
}

.tabs #tab-content #description .product-description>ul li:marker,
.tabs #tab-content #description .product-description>ol li:marker {
  line-height: 14px;
}

@media (max-width: 575px) {

  .tabs #tab-content #description .product-description>ul li,
  .tabs #tab-content #description .product-description>ol li {
    margin-bottom: 6px;
  }

  .tabs #tab-content #description .product-description>ul li:last-child,
  .tabs #tab-content #description .product-description>ol li:last-child {
    margin-bottom: 0;
  }
}

.tabs #tab-content #description .product-description blockquote {
  text-align: left;
  line-height: 26px;
  color: var(--brand-third);
  margin-bottom: 0;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-size: 13px;
  border-left: 3px solid #e5e5e5;
  margin-left: 15px;
  padding: 0 30px;
}

@media (max-width: 575px) {
  .tabs #tab-content #description .product-description blockquote {
    padding: 0;
    margin-left: 8px;
    padding-left: 15px;
  }
}

.product-cover {
  margin-bottom: 1.25rem;
  position: relative;
}

.product-cover #product-zoom {
  cursor: crosshair;
}

.product-cover img {
  background: white;
}

.product-images>li.thumb-container {
  display: inline;
}

.product-images>li.thumb-container>.thumb {
  cursor: pointer;
  margin-bottom: 0.625rem;
}

.images-container .product-images>li.thumb-container>.thumb {
  margin-right: 0.8125rem;
}

#main .images-container {
  overflow: hidden;
}

#main .images-container .js-qv-mask {
  white-space: nowrap;
}

#main .images-container .js-qv-mask.scroll {
  width: 450px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  #main .images-container .js-qv-mask.scroll {
    width: 350px;
  }
}

@media (max-width: 991px) {
  #main .images-container .js-qv-mask.scroll {
    width: 230px;
  }
}

@media (max-width: 767px) {
  #main .images-container .js-qv-mask.scroll {
    width: 350px;
  }
}

@media (max-width: 575px) {
  #main .images-container .js-qv-mask.scroll {
    width: 230px;
  }
}

@media (min-width: 992px) {
  #main .product-details {
    margin-bottom: 30px;
  }
}

.scroll-box-arrows {
  display: none;
}

.scroll-box-arrows i {
  position: absolute;
  bottom: 5%;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
}

.scroll-box-arrows .left {
  left: 0;
}

.scroll-box-arrows .right {
  right: 0;
}

.mask .owl-nav .owl-prev,
.mask .owl-nav .owl-next {
  left: -20px;
  right: auto;
  position: absolute;
  top: 46%;
  margin: 0;
}

@media (max-width: 991px) {

  .mask .owl-nav .owl-prev,
  .mask .owl-nav .owl-next {
    top: 35%;
  }
}

@media (max-width: 767px) {

  .mask .owl-nav .owl-prev,
  .mask .owl-nav .owl-next {
    top: 37%;
  }
}

@media (max-width: 575px) {

  .mask .owl-nav .owl-prev,
  .mask .owl-nav .owl-next {
    top: 40%;
  }
}

@media (max-width: 400px) {

  .mask .owl-nav .owl-prev,
  .mask .owl-nav .owl-next {
    top: 35%;
  }
}

.mask .owl-nav .owl-prev i,
.mask .owl-nav .owl-next i {
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 39px;
}

.mask .owl-nav .owl-prev i:after,
.mask .owl-nav .owl-next i:after {
  color: #fff;
  font-size: 22px;
}

.mask .owl-nav .owl-next {
  right: -20px;
  left: auto;
}

#product-availability {
  display: flex;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  align-items: center;
  color: #000;
}

#product-availability .material-icons {
  line-height: inherit;
  line-height: 22px;
}

#product-availability .product-available {
  color: #4cbb6c;
  margin-right: 3px;
}

#product-details .product-manufacturer {
  margin-bottom: 15px;
}

#product-details .label {
  font-weight: 500;
  margin-right: 10px;
  color: #444;
  margin-bottom: 12px;
}

#product-details span {
  color: #969696;
  line-height: 20px;
}

.product-features {
  margin-top: 1.25rem;
  margin-left: 0.3125rem;
  text-align: center;
}

.product-features>dl.data-sheet {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
  flex: 1 0 40%;
  font-weight: normal;
  background: var(--brand-secondary);
  padding: 0.625rem;
  margin-right: 0.625rem;
  min-height: 2.5rem;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  align-items: center;
  justify-content: center;
  display: flex;
}

.product-features>dl.data-sheet dd.value:nth-of-type(even),
.product-features>dl.data-sheet dt.name:nth-of-type(even) {
  background: #f6f6f6;
}

.product-variants>.product-variants-item {
  margin-bottom: 16px;
}

.product-variants>.product-variants-item:last-child {
  margin-bottom: 12px;
}

.product-variants>.product-variants-item select {
  background-color: white;
  width: auto;
  padding-right: 1.875rem;
  height: 2.625rem;
  padding-left: 5px;
  border: 1px solid #ededed;
}

.product-variants>.product-variants-item ul {
  margin-bottom: 0;
}

.product-variants>.product-variants-item label {
  margin-bottom: 0;
}

.product-variants>.product-variants-item ul li {
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}

.product-variants>.product-variants-item .color {
  margin-left: 0;
  margin-top: 0;
}

.product-variants>.product-variants-item .color,
.product-variants>.product-variants-item .custom-checkbox input[type="checkbox"]+span.color {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fafafa none repeat scroll 0 0;
  display: inline-block;
  justify-content: center;
  margin-right: 5px;
  width: 20px;
  border: 2px solid #000;
}

.product-add-to-cart {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-flags {
  display: none;
}

li.product-flag {
  position: absolute;
  display: block;
  padding: 5px 7px;
  color: var(--brand-primary);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  z-index: 2;
}

li.product-flag.discount,
li.product-flag.on-sale {
  top: 10px;
  right: 10px;
}

li.product-flag.new {
  top: 10px;
  left: 10px;
}

li.product-flag.online-only {
  left: 10px;
  bottom: 10px;
  display: none;
}

li.product-flag.online-only::before {
  content: "\E30A";
  font-family: 'Material Icons';
  vertical-align: -2px;
  margin: 5px;
  font-size: 12px;
}

li.product-flag.pack {
  color: var(--brand-primary);
  right: 10px;
  top: 30px;
}

.product-additional-info {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-additional-info .social-sharing {
  margin-bottom: 15px;
}

.product-additional-info .social-sharing span {
  display: block;
  margin-bottom: 0.375rem;
  font-weight: 500;
  color: #000;
}

.product-additional-info .social-sharing ul {
  margin-bottom: 0;
}

.product-additional-info .social-sharing li {
  height: 35px;
  width: 60px;
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  margin-right: 4px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-additional-info .social-sharing li a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
  line-height: 38px;
  text-indent: unset;
  overflow: hidden;
}

.product-additional-info .social-sharing li a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-weight: 400;
  position: relative;
  font-size: 18px;
  line-height: 33px;
  color: #fff;
}

.product-additional-info .social-sharing li a:hover {
  color: transparent;
}

.product-additional-info .social-sharing li.facebook {
  background-color: #3b5999;
}

.product-additional-info .social-sharing li.facebook a:before {
  content: "";
}

.product-additional-info .social-sharing li.twitter {
  background-color: #00aced;
}

.product-additional-info .social-sharing li.twitter a:before {
  content: "\f099";
}

.product-additional-info .social-sharing li.googleplus {
  background-color: #dc473b;
}

.product-additional-info .social-sharing li.googleplus a:before {
  content: "\f0d5";
}

.product-additional-info .social-sharing li.pinterest {
  background-color: #cb2027;
}

.product-additional-info .social-sharing li.pinterest a:before {
  content: "\f231";
}

.product-additional-info .social-sharing li:hover {
  background: var(--brand-secondary);
}

.product-additional-info .paymentlogo-container {
  padding: 0;
  float: left;
  text-align: left;
}

.product-additional-info .paymentlogo-container span {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
}

.product-additional-info .paymentlogo-container img {
  margin: 1px 2px 7px 2px;
  padding: 2px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {

  /*========================== You Might Also Like Block ==========================*/
  .product-cover img {
    width: 100%;
  }
}

.product-accessories-block {
  /* If media is below 992 */
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .product-accessories-block {
    margin-bottom: 30px;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .product-accessories-block .owl-nav {
    margin-top: 10px;
  }
}

#product,
#leftsidebarproduct,
#rightsidebarproduct {
  /*========================== block-reassurance ==========================*/
}

#product #ishispecialproducts,
#leftsidebarproduct #ishispecialproducts,
#rightsidebarproduct #ishispecialproducts {
  display: block;
  width: 100%;
  overflow: hidden;
}

#block-reassurance {
  margin-bottom: 30px;
}

#block-reassurance.block-reassurance-cart {
  margin-bottom: 0;
}

#block-reassurance img {
  opacity: 0.9;
  width: rem(25px);
  margin-right: rem(10px);
}

#block-reassurance li {
  margin-bottom: 7px;
}

#block-reassurance li:last-child {
  margin-bottom: 0;
}

#block-reassurance li .block-reassurance-item {
  padding: 11px 15px;
  border-left: 3px solid var(--brand-secondary) ! important;
  border: 1px solid #f7eeea;
  background: #fffaf8;
  text-transform: capitalize;
}

#block-reassurance span {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

#tab-about {
  /*----------------product review form--------------*/
}

#tab-about tr {
  line-height: 26px;
  color: var(--brand-third);
  margin-bottom: 20px;
  letter-spacing: 0.1px;
  font-weight: 500;
  font-size: 15px;
}

#tab-review {
  text-align: left;
}

#tab-review h2 {
  margin: 10px 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: var(--brand-primary);
}

#tab-review .form-group {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}

#tab-review .control-label {
  padding: 7px 0 5px;
  margin-right: 10px;
}

#tab-review .custom-radio {
  margin-right: 7px;
}

#tab-review .help-block {
  display: block;
  margin: 10px 0;
  color: #737373;
}

@media (max-width: 575px) {

  #left_column_productpage .owl-prev,
  #right_column_productpage .owl-prev,
  #left_column_productpage .owl-next,
  #right_column_productpage .owl-next {
    top: 40%;
  }
}

#contact #wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}

#contact #wrapper iframe {
  width: 100%;
  border: 0;
}

#content-wrapper #smartblogcat {
  margin-bottom: 30px !important;
}

#content-wrapper #smartblogcat .sdsarticleCat {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 1199px) {
  #content-wrapper #smartblogcat .sdsarticleCat {
    text-align: center;
  }
}

#content-wrapper #smartblogcat .sdsarticleCat:last-child>div {
  margin-bottom: 0;
}

#content-wrapper #smartblogcat .sdsarticleCat .articleContent {
  margin-bottom: 0;
}

#content-wrapper #smartblogcat .sdsarticleCat .articleContent img {
  max-width: 100%;
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc {
  /* If media is below 992 */
  position: relative;
  top: 0;
  text-align: left;
}

@media (max-width: 991px) {
  #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc {
    text-align: center;
  }
}

@media (max-width: 543px) {
  #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc {
    text-align: left;
  }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .author {
  line-height: 17px;
}

@media (max-width: 768px) {
  #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .author {
    float: none;
  }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .author i {
  color: var(--brand-secondary);
  margin-right: 5px;
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader {
  margin: 12px 0;
  line-height: 18px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader {
    line-height: 20px;
    margin: 10px 0;
  }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader h3 {
  margin-bottom: 0;
  font-weight: 400;
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader h3 a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  font-family: var(--primary-font);
  letter-spacing: 0.8px;
  color: var(--brand-primary);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticleHeader h3 a {
    font-size: 17px;
  }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail {
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 1199px) {
  #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail {
    margin-bottom: 10px;
  }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  text-transform: capitalize;
  color: var(--brand-secondary);
  line-height: 25px;
}

@media (max-width: 575px) {
  #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span {
    font-size: 14px;
  }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span a,
#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .blogdetail span i {
  color: var(--brand-secondary);
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticle-des {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: var(--brand-third);
  letter-spacing: 0.5px;
  line-height: 24px;
}

@media (max-width: 1199px) {
  #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticle-des {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticle-des {
    line-height: 20px;
  }
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsreadMore {
  display: block;
  overflow: hidden;
  position: relative;
}

#content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsreadMore a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: unset;
  padding: 8px 15px;
  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;
}

#right-column section,
#left-column section {
  margin-bottom: 15px;
  padding: 0;
  border: 1px solid #eee;
}

#right-column #blogarticle-container,
#left-column #blogarticle-container {
  margin-top: 20px;
}

#right-column .description,
#left-column .description {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px 20px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

#right-column .description:last-child,
#left-column .description:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

#right-column .description .blog-artical,
#left-column .description .blog-artical {
  float: left;
  display: inline-block;
  margin-right: 8px;
}

#right-column .description .blog-artical img,
#left-column .description .blog-artical img {
  max-width: 80px;
}

#right-column .description .blog-desc,
#left-column .description .blog-desc {
  display: inline-block;
  width: 60%;
  /* If media is between 992 and 1199 */
}

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

  #right-column .description .blog-desc,
  #left-column .description .blog-desc {
    width: 50%;
  }
}

#right-column .description .blog-desc h3,
#left-column .description .blog-desc h3 {
  color: var(--brand-primary);
  font-size: 15px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#right-column .description .blog-desc h3 a,
#left-column .description .blog-desc h3 a {
  color: var(--brand-primary);
}

#right-column .description .blog-desc .smart-desc,
#left-column .description .blog-desc .smart-desc {
  font-size: 12px;
  color: var(--brand-third);
  font-style: italic;
}

#right-column .description .blog-desc .smart-desc .meta-date,
#left-column .description .blog-desc .smart-desc .meta-date {
  font-size: 14px;
  color: var(--brand-third);
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
}

#right-column .description .blog-desc .smart-desc .meta-likes,
#left-column .description .blog-desc .smart-desc .meta-likes {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: var(--brand-third);
  font-style: italic;
}

#right-column .description .blog-desc .smart-desc .meta-likes i,
#left-column .description .blog-desc .smart-desc .meta-likes i {
  color: #f27482;
  font-size: 12px;
}

#right-column .description .blog-desc .smart-desc .meta-likes i span,
#left-column .description .blog-desc .smart-desc .meta-likes i span {
  color: var(--brand-third);
}

#right-column .description .blog-desc .smart-desc .meta-likes i:hover,
#left-column .description .blog-desc .smart-desc .meta-likes i:hover {
  color: #ed4b5c;
}

#right-column .popular-blog #tag-container,
#left-column .popular-blog #tag-container {
  margin: 18px 10px;
}

#right-column .popular-blog ul li,
#left-column .popular-blog ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 15px;
  border: 1px solid #232323;
  margin: 4px 2px;
  cursor: poiner;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#right-column .popular-blog ul li a,
#left-column .popular-blog ul li a {
  color: var(--brand-primary);
}

#right-column .popular-blog ul li:hover,
#left-column .popular-blog ul li:hover {
  background-color: var(--brand-secondary);
  border-color: var(--brand-secondary);
}

#right-column .popular-blog ul li:hover a,
#left-column .popular-blog ul li:hover a {
  color: #fff;
}

.block .articleContent {
  margin-bottom: 15px;
  overflow: hidden;
}

.block .articleContent .single-blogpost-img {
  margin-bottom: 30px;
  text-align: center;
}

.block .articleContent .page-item-title .h3 {
  margin-bottom: 20px;
  text-transform: none;
  color: var(--brand-secondary);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.2em;
  font-family: var(--primary-font);
}

.block .articleContent .page-item-title h2 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #15110d;
  line-height: 1.2em;
  font-family: var(--primary-font);
}

@media (max-width: 575px) {
  .block .articleContent .page-item-title h2 {
    font-size: 25px;
  }
}

.block .articleContent .post-info {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .block .articleContent .post-info {
    display: flex;
    align-items: center;
  }
}

.block .articleContent .post-info>li {
  margin: 0 30px 10px 0;
  display: flex;
  padding: 0;
  align-items: center;
  font-size: 14px;
  color: var(--brand-third);
  font-weight: 400;
  position: relative;
  line-height: 26px;
  text-transform: capitalize;
  font-family: var(--primary-font);
}

.block .articleContent .post-info a {
  color: var(--brand-third);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  font-family: var(--primary-font);
}

.block .articleContent .post-info .fa {
  padding-right: 5px;
  color: var(--brand-secondary);
}

.block .articleContent a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.block .articleContent .sdsarticle-des p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: var(--brand-third);
  letter-spacing: 0;
  font-family: var(--primary-font);
}

.block .articleContent .sdsarticle-des .h4 {
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  word-spacing: 2px;
  font-size: 18px;
  text-transform: uppercase;
  color: #15110d;
}

@media (max-width: 575px) {
  .block .articleContent .sdsarticle-des .h4 {
    font-size: 16px;
    line-height: 25px;
  }
}

.smartblogcomments h2,
.smartblogcomments .h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #15110d;
  line-height: 1.2em;
  font-family: var(--primary-font);
}

@media (max-width: 575px) {

  .smartblogcomments h2,
  .smartblogcomments .h2 {
    font-size: 25px;
  }
}

.smartblogcomments .comment-list {
  margin: 0 0 50px 0;
  padding: 0;
}

@media (min-width: 576px) {
  .smartblogcomments .comment-list li .comment-content {
    display: flex;
    margin-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .smartblogcomments .comment-list li .comment-content {
    margin: 0 auto 20px;
    text-align: center;
  }
}

.smartblogcomments .comment-list li .avatar {
  width: 120px;
  min-width: 120px;
  height: 120px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 575px) {
  .smartblogcomments .comment-list li .avatar {
    margin-right: 0;
    margin: 0 auto 20px;
  }
}

.smartblogcomments .comment-list li img {
  max-width: 100%;
}

.smartblogcomments .comment-list li time {
  display: block;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: var(--primary-font);
  color: var(--brand-third);
}

.smartblogcomments .comment-list li .h3 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--brand-primary);
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .smartblogcomments .comment-list li .h3 {
    text-align: center;
  }
}

.smartblogcomments .comment-list li p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  color: var(--brand-third);
  letter-spacing: 0;
  font-family: var(--primary-font);
}

@media (max-width: 575px) {
  .smartblogcomments .comment-list li p {
    text-align: justify;
  }
}

.smartblogcomments #smartblogcomments .commentform {
  align-items: flex-start;
  flex-direction: column;
  display: flex;
}

.smartblogcomments #smartblogcomments textarea {
  height: 180px;
}

.smartblogcomments #smartblogcomments input {
  line-height: 16px;
}

.smartblogcomments #smartblogcomments textarea,
.smartblogcomments #smartblogcomments input {
  margin-bottom: 30px;
}

#blog_post #wrapper {
  padding: 30px 0 50px;
}

#maintenancepage {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
  background-size: cover;
}

@media (min-width: 1200px) {
  #maintenancepage {
    height: 100vh;
  }
}

.contact-email-form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 55px;
}

.contact-email-form .input-wrapper {
  position: relative;
  overflow: hidden;
}

.contact-email-form .input-wrapper input[type="email"] {
  min-width: 390px;
  height: 40px;
  padding: 0 15px;
  border: 0;
}

.contact-email-form .input-wrapper input[type="email"]::placeholder {
  color: #a4a4a4;
}

@media (max-width: 575px) {
  .contact-email-form .input-wrapper input[type="email"] {
    min-width: 280px;
  }
}

.contact-email-form input[type="submit"] {
  background-color: var(--brand-secondary);
  border-color: var(--brand-secondary);
  height: 40px;
  padding: 7px 17px;
  position: absolute;
  right: 0;
  top: 0;
}

.contact-email-form input[type="submit"]:hover {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.indexsection {
  margin-bottom: 70px;
}

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

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

#index #main {
  margin-bottom: 0;
}

.tabs {
  margin-bottom: 0;
}

body {
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--brand-primary);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  background-color: #fff1e4;
}

* {
  outline: 0 !important;
}

*:focus {
  outline: 0 !important;
}

*:active {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

p {
  color: var(--brand-third);
  /* default font size */
}

.fa {
  font-size: 14px;
  /* Override the bootstrap defaults */
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

th,
td {
  text-align: left;
  border: 1px solid #e8e9eb;
  padding: 10px 14px;
}

th {
  font-weight: 700;
}

input,
textarea {
  font-family: var(--primary-font);
  padding: 10px 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: white;
}

a {
  color: var(--brand-primary);
  outline: none;
}

a:hover {
  color: var(--brand-secondary);
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  color: var(--brand-secondary);
  text-decoration: none;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

.center {
  text-align: center;
}

ul,
.list-unstyled {
  padding: 0;
}

ul li,
.list-unstyled li {
  list-style: none;
}

.owl-theme .owl-nav {
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .hidden-lg-down {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-lg-down {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .owl-slider-hidden {
    opacity: 0;
  }
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 5px;
  font-size: 14px;
  color: #a4a4a4;
  height: 40px;
  line-height: 20px;
  border-color: #eee;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.form-control::placeholder {
  color: #a4a4a4;
}

.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;
  }
}

.material-icons {
  color: var(--brand-primary);
}

.custom-radio {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: white;
  margin-right: 5px;
}

.custom-radio input[type="radio"] {
  opacity: 0;
  cursor: pointer;
}

.custom-radio input[type="radio"]:checked+span {
  display: block;
  background-color: var(--brand-secondary);
  width: 8px;
  height: 8px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  position: absolute;
}

.custom-radio input[type="radio"]:focus+span {
  border-color: #55595c;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.custom-checkbox input[type="checkbox"]+span {
  margin-right: 3px;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #fafafa none repeat scroll 0 0;
}

.custom-checkbox input[type="checkbox"]+span .checkbox-checked {
  display: none;
  margin: -0.25rem -0.125rem;
  font-size: 20px;
  color: #a9a9a9;
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
  display: block;
}

.custom-checkbox input[type="checkbox"]:focus+span {
  border-color: #55595c;
}

.custom-checkbox label {
  text-align: left;
}

input[type="checkbox"] {
  position: relative;
  top: 0;
  margin: 3px 2px 0px 2px;
  vertical-align: middle;
}

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

.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: var(--brand-third);
}

.panel-heading {
  padding: 15px;
}

.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;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  /* Fix some bootstrap issues */
}

.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%;
  }
}

.clearfix {
  clear: both;
}

#menu_wrapper {
  /* header-before */
}

#menu_wrapper.active {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, .5);
  cursor: pointer;
}

#header-before {
  /* If media is below 768 */
}

#header-before .page-title {
  display: none;
}

@media (max-width: 767px) {
  #header-before {
    display: none;
  }
}

.h2,
h2 {
  font-size: 1.28571em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* header */
}

#header {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.6px;
  position: relative;
}

#header.other .nav-full-width {
  background-color: #fff;
  /* If media is below 992 */
}

@media (max-width: 991px) {
  #header.other .nav-full-width {
    background-color: var(--brand-secondary);
  }
}

@media (min-width: 992px) {
  #template-index #header .header-topbar {
    background: transparent;
    z-index: 99;
  }
}

#header .header-topbar {
  background: #fff;
}

#header .header-topbar.fixed-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 8999;
  right: 0;
  box-shadow: 0 0 4px 2px 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;
}

@media (min-width: 992px) {
  #header .header-topbar.fixed-header {
    background: #fff !important;
  }
}

#header .header-topbar.fixed-header .header-container {
  padding: 10px 50px;
}

#header .header-topbar .header-container {
  padding: 22px 50px;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 1450px) and (min-width: 992px) {
  #header .header-topbar .header-container {
    padding: 22px 5px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #header .header-topbar .header-container {
    padding: 15px 5px;
  }
}

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

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

#header .header-logo-section {
  position: relative;
  text-align: center;
}

#header .header-logo-section .header__logo {
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
}

#header .header-logo-section .header__logo a {
  display: inline-block;
}

#header .header-logo-section .header__logo a img {
  max-width: 100%;
}

@media(max-width: 991.98px) {
  #header .header-logo-section .header__logo a img {
    width: 88px;
  }
}
@media(max-width:400px){
  #header .header-logo-section .header__logo a img{
    width: 70px;
  }
}

#header .header-top.fixed-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 8999;
  right: 0;
  padding: 0;
  box-shadow: 0 0 4px 2px 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 .megamenu-header {
  float: none;
  padding: 0;
}

#header .img-container {
  clear: both;
  margin-top: 20px;
  padding: 0 12px;
}

#header .img-container .feature-row__image {
  width: 100%;
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}

.navbar-toggler {
  float: right;
}

.grid__item--header_layout1 .grid-view-item__image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}

.grid__item--header_layout1 .product-description {
  text-align: left;
  margin-top: 5px;
}

.grid__item--header_layout1 .product-description .product-detail .grid-view-item__title {
  display: block;
  color: #222;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 18px;
}

.grid__item--header_layout1 .grid-view-item__meta {
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
}

.grid__item--header_layout1 .grid-view-item__meta .regular {
  color: var(--brand-third);
  font-size: 14px;
  font-weight: 400;
  margin: 0 3px;
}

.grid__item--header_layout1 .grid-view-item__meta .is-bold {
  color: var(--brand-secondary);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  #_desktop_account {
    display: block;
    position: relative;
    float: right;
  }
}

.account {
  cursor: pointer;
  /* Nav full width fixed header */
  /*.nav-full-width {
  @media (max-width: 991px) {
    
    background-color: $brand-secondary;
    .container {
      .row {
        display: block;
      }
    }
  }
  position: relative;
  clear: both;
  &.fixed-header {
    @media (max-width: 991px) {
      background-color: $brand-secondary;
    }
    background-color: $light-color;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
    box-shadow: 0px 0px 4px 2px 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;
  }
}*/
}

@media (max-width: 991px) {
  .account {
    float: right;
    position: relative;
  }
}

.account .account-logo {
  width: 40px;
  height: 40px;
  display: block;
  fill: var(--brand-primary);
  transition: all 0.5s;
}

@media (max-width: 999px) {
  .account .account-logo {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 991px) {
  .account .account-logo {
    fill: #fff;
  }
}

@media (max-width: 991px) {
  .account .account-logo {
    padding: 5px 0;
  }
}

.account .account-dropdown {
  position: absolute;
  background-color: #fff;
  right: 0;
  border-radius: 0;
  margin: 0;
  border: 1px solid #e7e7e7;
  height: 40px;
  left: auto;
  top: 50px;
  padding: 5px 7px;
  font-size: 14px;
}

.account .account-dropdown li a {
  padding: 3px 10px;
  color: #777;
  display: block;
}

@keyframes slide-down {
  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);
  }
}

.header-right {
  text-align: right;
  /* cart */
}

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

#_desktop_cart {
  display: none;
  /* If media is above 991 */
}

@media (min-width: 992px) {
  #_desktop_cart {
    display: block;
    text-align: center;
    position: relative;
    float: right;
  }
}

.blockcart {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  /* If media is below 992 */
  /* subtitle-img */
}

@media (max-width: 991px) {
  .blockcart {
    padding: 5px 0;
    padding-right: 10px;
  }
}

.blockcart:hover .cart-name {
  color: var(--brand-secondary);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blockcart .cart-link {
  display: block;
  width: 100%;
  position: relative;
}

.blockcart .cart-img {
  width: 40px;
  height: 40px;
  fill: var(--brand-primary);
  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: 999px) {
  .blockcart .cart-img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 991px) {
  .blockcart .cart-img {
    fill: #fff;
  }
}

.blockcart .cart-name {
  display: block;
  text-transform: capitalize;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: var(--brand-primary);
}

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

.blockcart .cart-dropdown {
  top: 50px;
  display: none;
  background: #fff none repeat scroll 0 0;
  font-family: var(--primary-font);
  left: auto;
  position: absolute;
  right: 0px;
  text-align: left;
  width: 350px;
  z-index: 3;
  border: 1px solid #ebebeb;
}

@media (max-width: 991px) {
  .blockcart .cart-dropdown {
    width: 300px;
    right: 15px;
  }
}

.blockcart .cart-dropdown.empty {
  padding: 10px;
  /*========================== NO CHANGE ==========================*/
}

.blockcart .cart-dropdown .product-container {
  max-height: 340px;
  overflow-y: scroll;
  background-color: transparent;
}

.blockcart .cart-dropdown .product-container .product {
  border-bottom: 1px solid #ebebeb;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.blockcart .cart-dropdown .product-container .product .product-image {
  float: left;
  margin-right: 12px;
}

.blockcart .cart-dropdown .product-container .product .product-image img {
  border: 2px solid #f6f6f6;
  max-width: 90px;
}

.blockcart .cart-dropdown .product-container .product .product-detail {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-weight: 300;
}

.blockcart .cart-dropdown .product-container .product .product-detail .product-name .quantity-formated {
  font-size: 13px;
}

.blockcart .cart-dropdown .product-container .product .product-detail .product-name .cart_block_product_name {
  white-space: normal;
  font-size: 13px;
}

.blockcart .cart-dropdown .product-container .product .product-detail .product-name .cart_block_product_name:hover {
  color: var(--brand-secondary);
}

.blockcart .cart-dropdown .product-container .product .product-detail .price {
  font-size: 12px;
  font-weight: 400;
  color: #686868;
}

.blockcart .cart-dropdown .product-container .product .product-detail .label {
  font-weight: 500;
}

.blockcart .cart-dropdown .product-container .product .product-detail .product-atributes li {
  line-height: 18px;
}

.blockcart .cart-dropdown .product-container .product .product-detail .product-atributes li .label {
  font-size: 13px;
}

.blockcart .cart-dropdown .product-container .product .product-detail .product-atributes li .value {
  font-size: 13px;
  color: var(--brand-third);
}

.blockcart .cart-dropdown .product-container .product .remove-product {
  left: auto;
  position: absolute;
  right: 5px;
  top: 1px;
}

.blockcart .cart-dropdown .product-container .product .remove-product .material-icons {
  font-size: 20px;
  color: var(--brand-primary);
}

.blockcart .cart-dropdown .product-container .product .remove-product .material-icons:hover {
  color: var(--brand-secondary);
}

.blockcart .cart-dropdown .billing-info {
  padding: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.blockcart .cart-dropdown .billing-info .billing {
  margin: 5px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.blockcart .cart-dropdown .billing-info .billing .label {
  float: left;
  font-weight: 500;
}

.blockcart .cart-dropdown .billing-info .billing .value {
  float: right;
  font-weight: 400;
}

.blockcart .cart-dropdown .cart-btn {
  padding: 10px 15px;
  text-align: center;
}

.blockcart .cart-dropdown .cart-btn a {
  text-transform: uppercase;
}

.blockcart .cart-dropdown .cart-btn a:hover {
  color: #fff;
  background-color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
}

.blockcart a {
  font-weight: 500;
}

.section-header {
  /* menu-icon */
}

.section-header .subtitle img {
  width: 27px;
  height: 27px;
}

.menu-icon {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  /* Custom Info End */
  /* Mobile Media Query Start */
}

.menu-icon svg {
  fill: var(--brand-primary);
  width: 40px;
  height: 40px;
}

#_mobile_seach_widget,
#_mobile_cart {
  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;
  box-shadow: 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 {
  background-color: ;
  border-color: ;
  color: #fff;
  outline: none;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--primary-font);
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  -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: var(--brand-primary);
  background-color: var(--brand-secondary);
  border-color: var(--brand-secondary);
  outline: none;
}

.btn-default:active:hover {
  color: var(--brand-primary);
  background-color: var(--brand-secondary);
  border-color: var(--brand-secondary);
  outline: none;
}

.btn-default:active:focus {
  color: var(--brand-primary);
  background-color: var(--brand-secondary);
  border-color: var(--brand-secondary);
  outline: none;
}

.btn-default i.material-icons {
  position: relative;
  line-height: 0;
  top: 7px;
}

.btn-primary,
.btn.disabled,
.btn:disabled,
.btn-secondary {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  text-decoration: none;
  border: 1px solid var(--brand-secondary);
  border-radius: 0;
  background-color: var(--brand-secondary);
  box-shadow: none;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 11px 20px;
  line-height: 1.4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
  /* list group */
}

@media (max-width: 767px) {

  .btn-primary,
  .btn.disabled,
  .btn:disabled,
  .btn-secondary {
    padding: 10px 20px;
    font-size: 12px;
  }
}

@media (max-width: 543px) {

  .btn-primary,
  .btn.disabled,
  .btn:disabled,
  .btn-secondary {
    padding: 8px 12px;
    font-size: 11px;
  }
}

.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: var(--brand-primary);
  border-color: var(--brand-primary);
  outline: none;
  box-shadow: none;
}

.btn-primary:active:hover,
.btn.disabled:active:hover,
.btn:disabled:active:hover,
.btn-secondary:active:hover {
  color: #fff;
  fill: #fff;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  outline: none;
}

.btn-primary:active:focus,
.btn.disabled:active:focus,
.btn:disabled:active:focus,
.btn-secondary:active:focus {
  color: #fff;
  fill: #fff;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  outline: none;
  box-shadow: none;
}

.btn-primary i.material-icons,
.btn.disabled i.material-icons,
.btn:disabled i.material-icons,
.btn-secondary i.material-icons {
  position: relative;
  line-height: 0;
  top: 7px;
}

.list-group a {
  border: 1px solid #e9e9e9;
  color: var(--brand-third);
  padding: 10px 12px;
}

.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: var(--brand-third);
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}

.block-title,
.footer-title,
.title {
  position: relative;
}

.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,
.footer-title {
  /* Theme Title */
}

.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;
}

.section-header {
  /* select dropdown */
}

.section-header .home-title {
  position: relative;
  text-align: center;
  text-transform: unset;
  font-size: 30px;
  padding: 0;
  margin-bottom: 25px;
  line-height: 40px;
  font-weight: 500;
  color: var(--brand-primary);
  letter-spacing: 4px;
  vertical-align: middle;
  font-family: var(--title-font);
}

@media (max-width: 1199px) {
  .section-header .home-title {
    font-size: 38px;
    line-height: 38px;
  }
}

@media (max-width: 991px) {
  .section-header .home-title {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .section-header .home-title {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (max-width: 543px) {
  .section-header .home-title {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 3px;
  }
}

.section-header .subtitle {
  font-size: 20px;
  font-family: var(--primary-font);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 23px;
  color: var(--brand-secondary);
}

@media (max-width: 991px) {
  .section-header .subtitle {
    font-size: 19px;
  }
}

@media (max-width: 543px) {
  .section-header .subtitle {
    font-size: 16px;
  }
}

.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;
}




#spin-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#siteloader {
  background: #fff;
  height: 100%;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#siteloader .loader {
  top: 45%;
  margin: auto;
  position: relative;
  clear: both;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--brand-secondary);
  animation: lds-circle 2.4s cubic-bezier(0, 1, 0.9, 1) infinite;
}

@-webkit-keyframes lds-circle {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
  }

  100% {
    transform: rotateY(1500deg);
  }
}

@-moz-keyframes lds-circle {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
  }

  100% {
    transform: rotateY(1500deg);
  }
}

@-o-keyframes lds-circle {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
  }

  100% {
    transform: rotateY(1500deg);
  }
}

@keyframes lds-circle {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1);
  }

  100% {
    transform: rotateY(1500deg);
  }
}

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

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

.block-social ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.block-social ul li a:after {
  display: none;
}

.block-social ul li a .socialicon-label {
  display: none;
}

.block-social ul li:hover a {
  padding: 0 ! important;
  color: #fff;
  background-color: var(--brand-secondary) !important;
  background: var(--brand-secondary) !important;
}

.block-social ul li.facebook a {
  background-color: #3b5999;
}

.block-social ul li.twitter a {
  background-color: #00aced;
}

.block-social ul li.youtube a {
  background-color: #d12121;
}

.block-social ul li.googleplus a {
  background-color: #dc473b;
}

.block-social ul li.rss a {
  background-color: #f26522;
}

.block-social ul li.pinterest a {
  background-color: #cb2027;
}

.block-social ul li.vimeo a {
  background-color: #00aced;
}

.block-social ul li.instagram a {
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.hidden {
  display: none !important;
}

.section-border{
  border: 1px solid #232323;
}

/* top header */
@media (max-width: 991.98px){
  .top-header{
    display: none;
  }
 }
.top-header .section-border{
  border: 1px solid #232323;
  border-bottom: 0;
  padding: 10px;
}
.top-header .search-input{
  display: inline-grid;
}
.top-header .search-input form{
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.top-header .search-input form .text_input{
  height: 40px;
  width: 350px;
  padding: 5px 10px;
  border-radius: 30px;
  background-color: transparent;
  border: solid 1px #232323;
}
.top-header .search-input form .submit-btn{
  position: absolute;
  top: 8px;
  right: 11px;
  left: auto;
  background-color: transparent;
  border: 0;
}
.top-header .search-input form .submit-btn i{
  font-size: 20px;
  color: var(--brand-primary);
}

.top-header .header-top-container .header-right .cart-qty{
  background-color: var(--brand-secondary);
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 14px;
  width: 14px;
  left: auto;
  bottom: auto;
  line-height: 14px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 3px;
  letter-spacing: 0;
}

.sepretor h5{
  color: var(--brand-secondary);
  font-size: 17px;
  letter-spacing: 3px;
  padding-left: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
@media(max-width: 543px){
  .sepretor h5{
    font-size: 14px;
  }
}
.sepretor h5::before{
  content: '';
  background-image: url(../images/sepretor.png);
  position: absolute;
  top: -1px;
  left: -5px;
  right: auto;
  width: 11px;
  height: 16px;
}
.sepretor .sepretor-img{
  position: absolute;
  top: 3px;
  left: 45.2%;
  width: 15px;
  height: 15px;
}
@media (max-width: 991px){
  .sepretor .sepretor-img{
    left: 40%;
  }
}
@media (max-width: 767px){
  .sepretor .sepretor-img{
    left: 38%;
  }
}

@media(max-width: 543px){
  .sepretor .sepretor-img{
    left: 31%;
  }
}
