@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
/* 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 */
/* If media is above 1199 */
/* If media is above 991 */
@media (min-width: 544px) {
  .container {
    max-width: 576px;
    width: 100%; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: 100%; } }

@media (min-width: 992px) {
  .container {
    max-width: 940px;
    width: 100%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%; } }

.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: 15px; }
  @media (max-width: 543px) {
    .productblock .grid_item {
      padding: 5px 5px; } }
  .productblock .grid_item .product-wrapper {
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    border: 5px solid #fafafa; }
    .productblock .grid_item .product-wrapper:hover .outstock-overlay {
      transform: translateX(90px); }
      .productblock .grid_item .product-wrapper:hover .extra-img {
        opacity: 1;
        transition: all 0.6s ease-in-out; }
      .productblock .grid_item .product-wrapper:hover .button-group .btn-quickview, .productblock .grid_item .product-wrapper:hover .button-group .btn-wishlist, .productblock .grid_item .product-wrapper:hover .button-group .btn-compare {
        opacity: 1;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      @media (min-width: 768px) {
      .productblock .grid_item .product-wrapper:hover .btn-cart {
        opacity: 1;
        -moz-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px); } }
  .productblock .grid_item .productitem .product-comments {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
    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; }
  .productblock .grid_item .product-discription {
    padding: 25px 15px;
    text-align: center;
    background: #fafafa;
    /* If media is below 768 */ }
    @media (max-width: 543px) {
    .productblock .grid_item .product-discription {
      padding: 10px 5px; } }
    .productblock .grid_item .product-discription .product-detail {
      -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 .product-discription .product-detail .grid-view-item__title {
      color: #222;
      font-size: 15px;
      margin-top: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-decoration: none;
      text-transform: capitalize;
      font-weight: 400;
      margin-bottom: 10px;
      line-height: 18px; }
      @media (max-width: 543px) {
      .productblock .grid_item .product-discription .product-detail .grid-view-item__title {
        font-size: 14px;
        margin-bottom: 5px; } }
    .productblock .grid_item .product-discription .grid-view-item_meta {
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      font-family: 'Rubik', sans-serif;
      color: #ff1276;
      line-height: 18px;
      font-size: 15px;
      font-weight: 400;
      margin: 0; }
    @media (max-width: 767px) {
      .productblock .grid_item .product-discription .grid-view-item_meta {
        margin-bottom: 10px; } }
    @media (max-width: 543px) {
      .productblock .grid_item .product-discription .grid-view-item_meta {
        margin-bottom: 2px; } }
    @media (max-width: 349px) {
      .productblock .grid_item .product-discription .grid-view-item_meta {
        font-size: 14px; } }
    .productblock .grid_item .product-discription .grid-view-item_meta .price-old {
      font-size: 14px;
      color: #666;
      padding-right: 5px;
      text-decoration: line-through; }
      @media (max-width: 349px) {
      .productblock .grid_item .product-discription .grid-view-item_meta .price-old {
        font-size: 13px; } }
  .productblock .grid_item .button-group {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media (max-width: 543px) {
    .productblock .grid_item .button-group {
      top: 5px;
      right: 5px; } }
    .productblock .grid_item .button-group i {
      display: none; }
    .productblock .grid_item .button-group > div {
      border: none;
      border-radius: 0;
      line-height: 0;
      text-align: center;
      margin-bottom: 5px; }
    @media (max-width: 543px) {
      .productblock .grid_item .button-group > div {
        margin-bottom: 1px; } }
    .productblock .grid_item .button-group > div button {
      background-color: transparent;
      box-shadow: none;
      border: none; }
    .productblock .grid_item .button-group > div .quickbox {
      width: 40px;
      height: 40px;
      border: 3px solid #fff;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      padding: 0;
      fill: #fff;
      border-radius: 50%;
      background: #ff1276;
      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: 543px) {
      .productblock .grid_item .button-group > div .quickbox {
        width: 30px;
        height: 30px;
        margin-bottom: 0px; } }
      @media (max-width: 340px) {
      .productblock .grid_item .button-group > div .quickbox {
        width: 27px;
        height: 27px; } }
      .productblock .grid_item .button-group > div .quickbox span {
        display: none !important; }
      @media (min-width: 768px) {
        .productblock .grid_item .button-group > div .quickbox:hover {
          fill: #fff;
          background: #01b0ed; } }
    .productblock .grid_item .button-group .btn-quickview, .productblock .grid_item .button-group .btn-wishlist, .productblock .grid_item .button-group .btn-compare {
      /* If media is above 544 */ }
    @media (min-width: 768px) {
      .productblock .grid_item .button-group .btn-quickview, .productblock .grid_item .button-group .btn-wishlist, .productblock .grid_item .button-group .btn-compare {
        opacity: 0;
        transform: translateX(30px);
        -moz-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        -o-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
    .productblock .grid_item .button-group .btn-wishlist {
      transition-delay: 0.1s; }
    .productblock .grid_item .button-group .btn-compare {
      transition-delay: 0.2s; }
  .productblock .grid_item .btn-cart {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 767px) {
    .productblock .grid_item .btn-cart {
      position: relative;
      bottom: 0; } }
    @media (min-width: 768px) {
    .productblock .grid_item .btn-cart {
      opacity: 0;
      -moz-transform: translateY(100px);
      -webkit-transform: translateY(100px);
      -o-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; } }
    .productblock .grid_item .btn-cart .button-cart {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 20px; }
    .productblock .grid_item .btn-cart button {
      text-transform: uppercase;
      background-color: #01b0ed;
      border: 3px solid #fff;
      color: #fff;
      outline: none;
      font-size: 15px;
      line-height: 1.42;
      font-family: 'Rubik', sans-serif;
      font-weight: 500;
      padding: 8px 15px;
      border-radius: 30px;
      letter-spacing: 0.5px;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    @media (max-width: 543px) {
      .productblock .grid_item .btn-cart button {
        margin: 4px;
        font-size: 13px;
        padding: 8px 16px; } }
    .productblock .grid_item .btn-cart button a {
      color: #fff; }
    @media (max-width: 375px) {
      .productblock .grid_item .btn-cart button {
        font-size: 12px;
        padding: 7px 12px; } }
    .productblock .grid_item .btn-cart button i {
      color: #01b0ed;
      display: none; }
    .productblock .grid_item .btn-cart button:hover {
      background-color: #ff1276;
      color: #fff; }

.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%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }

.productitem {
  position: relative;
  overflow: hidden; }
  .productitem .add-to-wishlist {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    top: 2px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    z-index: 9;
    color: #f4f4f7;
    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
  @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: #666;
    -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: #01B0ED;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    -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 .product-flags .hot {
    position: absolute;
    top: 10px;
/*    left: 10px;*/
    right: 10px;
    color: #fff;
    min-height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #ff1276;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    -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 .hot {
      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;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media (max-width: 767px) {
    .productitem .outstock-overlay {
      display: none; } }

@media (max-width: 543px) {
    .productblock {
      padding: 0 5px; } }

.productblock .grid_item .thumbnail-buttons .quick-view:hover {
  background-color: #d6ac95; }
  .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: #d6ac95; }
  .productblock .grid_item .thumbnail-buttons .grid-hover:hover svg {
    fill: #fff; }
  .productblock .grid_item .thumbnail-buttons .grid-hover:hover span {
    color: #fff; }

#common-home {
  /* footer */ }
  #common-home #footer {
    background: #fff;
    margin-top: 0; }

#footer {
  margin-top: 30px;
/*  background: #f4f5f6 url(../images/footer-background.png) no-repeat bottom;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #787878;
  clear: both;
  /* If media is above 991 */
  /* If media is above 1199 */
  /* If media is above 991 */ }
  #footer hr {
    border-top: none;
    border-bottom: 1px solid #666; }
  #footer section {
    margin: 0; }
  #footer .services a:after {
    display: none; }
  #footer .services a:hover {
    padding-left: 0; }
  #footer.home-footer {
    margin-top: 0; }
  #footer .footer-after .footer-aftertext a {
    color: #fff; }
  @media (max-width: 991px) {
    #footer .ishistoreinfoblock {
      margin-bottom: 30px; } }
  #footer .ishistoreinfoblock .ishistoreinfo-inner .store-logo {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left; }
  @media (max-width: 991px) {
        #footer .ishistoreinfoblock .ishistoreinfo-inner .store-logo {
          text-align: center; } }
  #footer .ishistoreinfoblock .ishistoreinfo-inner .store-logo img {
    max-width: 100%; }
  #footer .ishistoreinfoblock .ishistoreinfo-inner .store-description p {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
    color: #787878; }
  @media (max-width: 991px) {
          #footer .ishistoreinfoblock .ishistoreinfo-inner .store-description p {
            text-align: center;
            width: 80%;
            margin: 0 auto; } }
  @media (max-width: 543px) {
          #footer .ishistoreinfoblock .ishistoreinfo-inner .store-description p {
            width: 100%; } }
  #footer #slidetop {
    background: #01b0ed none repeat scroll 0 0;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    border: 3px solid #fff;
    color: transparent;
    border-radius: 50%;
    bottom: 20px;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    padding: 6px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
    opacity: 1;
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  #footer #slidetop:before {
    content: "\f106";
    display: inline-block;
    color: #fff;
    font-family: FontAwesome;
    font-size: 22px;
    left: 0;
    position: absolute;
    right: 0;
    top: 5px; }
  #footer #slidetop:after {
    display: none; }
  #footer #slidetop:hover {
    background-color: #ff1276; }
  #footer #slidetop:hover:before {
    color: #fff; }
  #footer .ishipaymentblock a:hover {
    padding-left: 0; }
  #footer .ishipaymentblock .paymentblock a:after {
    display: none; }
  #footer .ishipaymentblock .paymentblock a:hover {
    padding-left: 0; }
  #footer a {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 22px;
    color: #787878;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  #footer a:hover {
    color: #ff1276; }
  #footer h5, #footer .h3 {
    margin: 0 0 20px 0;
    display: block;
    color: #232323;
    text-transform: unset;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    cursor: pointer;
    /* If media is between 992 and 1199 */ }
  @media (max-width: 991px) {
    #footer h5, #footer .h3 {
      margin: 0 0 12px 0; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    #footer h5, #footer .h3 {
      font-size: 15px; } }
  #footer ul {
    margin-bottom: 0; }
  #footer li {
    margin-bottom: 10px;
    line-height: 18px; }
  @media (min-width: 992px) {
      #footer li:last-child {
        margin-bottom: 0; } }
  #footer p a:hover {
    padding-left: 0; }
  #footer p a:before {
    display: none; }
  #footer .block-social {
    text-align: left;
    margin-top: 20px;
    padding: 0;
    display: block; }
  @media (max-width: 991px) {
    #footer .block-social {
      text-align: center; } }
  #footer .block-social .title_block {
    margin: 0 0 10px 0; }
  #footer .block-social ul {
    position: relative;
    margin: 0; }
  @media (max-width: 991px) {
      #footer .block-social ul {
        margin-top: 0; } }
  #footer .block-social ul li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 3px solid #fff;
    margin: 0 1px;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  #footer .block-social ul li a, #footer .block-social ul li i {
    text-decoration: none; }
  #footer .block-social ul li a:hover, #footer .block-social ul li i:hover {
    padding: 0 ! important;
    color: transparent; }
  #footer .block-social ul li a:before, #footer .block-social ul li i:before {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    line-height: 35px;
    color: #fff; }
  #footer .block-social ul li a:before {
    display: none; }
  #footer .block-social ul li.facebook {
    background: #3b5999; }
  #footer .block-social ul li.twitter {
    background: #00aced; }
  #footer .block-social ul li.youtube {
    background: #d12121; }
  #footer .block-social ul li.googleplus {
    background: #dc473b; }
  #footer .block-social ul li.rss {
    background: #f26522; }
  #footer .block-social ul li.pinterest {
    background: #cb2027; }
  #footer .block-social ul li.vimeo {
    background: #00aced; }
  #footer .block-social ul li.instagram {
    background: #cc2366; }
  #footer .block-social ul li:hover {
    background: #ff1276; }
  #footer .footer-before {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 40px 0; }
  @media (max-width: 991px) {
    #footer .footer-before {
      padding: 50px 0 25px; } }
  #footer .footer-before > .container {
    /* If media is above 991 */ }
  @media (min-width: 992px) {
      #footer .footer-before > .container {
        padding-right: 0; } }
  #footer #_mobile_contact {
    display: none; }
  @media (max-width: 991px) {
    #footer #_mobile_contact {
      display: block; } }
  #footer .block-contact {
    display: block;
    overflow: hidden; }
  @media (max-width: 991px) {
      #footer .block-contact #contact-info-container {
        overflow: hidden; } }
  #footer .block-contact .block {
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    /* If media is below 992 */
    /* If media is below 544 */ }
  @media (max-width: 991px) {
      #footer .block-contact .block {
        padding: 0; } }
  @media (max-width: 543px) {
      #footer .block-contact .block {
        margin-bottom: 15px;
        width: 100%; } }
  #footer .block-contact .block:last-child {
    margin-bottom: 0;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
        #footer .block-contact .block:last-child {
          margin-bottom: 15px; } }
  #footer .block-contact .block.phone .content a {
    font-size: 20px;
    color: #232323; }
  #footer .block-contact .block .icon {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 20px;
    min-width: 80px;
    vertical-align: middle;
    display: inline-block; }
  #footer .block-contact .block .content {
    line-height: 24px;
    overflow: hidden;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #787878;
    width: 75%;
    word-break: break-all; }
  @media (max-width: 991px) {
        #footer .block-contact .block .content {
          margin-left: 0px; } }
  #footer .footer-container {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 70px 0;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #fff; }
  @media (max-width: 991px) {
    #footer .footer-container {
      padding: 40px 0 30px; } }
  @media (max-width: 991px) {
      #footer .footer-container .row {
        display: block; } }
  #footer .footer-container .footer-links {
    display: block; }
  #footer .footer-container .information {
    display: block;
    overflow: hidden;
    position: relative; }
  #footer .block-social li {
    margin-bottom: 1px; }
  #footer .footer-dropdown {
    margin-top: 10px; }
  @media (max-width: 991px) {
    #footer .footer-dropdown {
      margin-top: 0; } }
  @media (max-width: 992px) {
  #footer .footer-block:last-child {
    margin-bottom: 0; } }
  @media (min-width: 1200px) {
  #footer .collapse {
    display: inherit; }
  #footer .footer-dropdown {
    margin-top: 0; } }
  @media (min-width: 992px) {
  #footer .collapse {
    display: inherit; } }
  #footer .footer-title .navbar-toggler {
    top: 0;
    right: 0;
    color: ; }
  #footer .footer-title .navbar-toggler i {
    font: normal normal normal 14px/1 FontAwesome;
    color: #232323;
    font-size: inherit; }

.footer-after {
  color: #fff;
  position: relative;
  padding: 17px 0 12px;
  background-color: #01b0ed; }
  .footer-after .nav-pettern {
    background-image: url("../images/footerpattern.png");
    height: 11px;
    width: 100%;
    position: absolute;
    top: -5px;
    background-repeat: repeat-x;
    z-index: 1;
    transform: rotate(900deg); }
  @media (max-width: 991px) {
    .footer-after .row {
      display: block; } }
  .footer-after .footer-aftertext {
    text-align: left;
    color: #fff;
    font-size: 14px;
    margin: 0;
    /* If media is above 991 */ }
  @media (max-width: 991px) {
    .footer-after .footer-aftertext {
      text-align: center; } }
  .footer-after > .container > .row {
    /* If media is above 991 */ }
  @media (min-width: 992px) {
      .footer-after > .container > .row {
        display: flex;
        align-items: center; } }

.paymentlogo-container .list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding-left: 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; }

.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;
    border: 3px solid #fff;
    background-color: #01b0ed;
    margin: 3px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    outline: none;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    -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:hover, .owl-nav .owl-next:hover {
    background-color: #ff1276;
    border-color: #fff; }
  .owl-nav .owl-prev:hover i:after, .owl-nav .owl-next:hover i:after {
    color: #fff; }
  .owl-nav .owl-prev i, .owl-nav .owl-next i {
    line-height: 35px; }
  .owl-nav .owl-prev i:after, .owl-nav .owl-next i:after {
    content: "\E314";
    display: inline-block;
    font-family: "material icons";
    font-size: 22px;
    color: #fff;
    margin-left: 0px; }
  .owl-nav .owl-next i:after {
    content: "\E315";
    margin-left: 2px; }

.prev-item {
	padding-top: 50px; 
	text-align: center;
}
.prev-item .prev-text{
	display: inline-flex;
}
.prev-item .prev-text i{
	padding-left: 5px;
}

#_desktop_top_menu {
  /* If media is below 992 */
  position: relative;
  margin: 0;
  text-align: center; }
  @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; }
  #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 {
    padding: 0 15px;
    font-size: 15px;
    display: block;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #222;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media (min-width: 992px) and (max-width: 1199px) {
      #top-menu > li > a {
        padding: 0px 5px; } }
  #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: #01b0ed; }
  #_desktop_top_menu #top-menu > li .sub-menu {
    top: 210%;
    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: #232323;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
    display: block;
    background: transparent; }
    #_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: 180%;
    opacity: 1; }

#top-menu > li > a .tittle {
  color: #232323;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Rubik', sans-serif;
  -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: 'Rubik', sans-serif;
    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 h3 {
    position: relative;
    margin: 0;
    letter-spacing: 0.5px;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 500; }

.top-menu a.dropdown-submenu {
  color: #232323;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  width: 100%;
  clear: both; }
  .top-menu ul[data-depth="2"] > li {
    list-style: none; }
  .top-menu ul[data-depth="2"] > li a {
    padding: 0;
    font-size: 14px;
    color: #666;
    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; }
  .top-menu ul[data-depth="2"] > li a:hover {
    color: #01b0ed; }
  .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: #232323; }
  @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: #232323;
    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: #232323;
    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: #888;
    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 {
    stroke-width: 30px;
    stroke: #fff;
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    position: relative;
    fill: #fff; }
  @media (max-width: 1199px) {
    .search-widget .search-logo {
      width: 45px;
      height: 45px; } }
  @media (max-width: 991px) {
    .search-widget .search-logo {
      width: 40px;
      height: 40px;
      stroke: none;
      fill: #232323; } }
  @media (min-width: 992px) {
    .search-widget .search-logo {
      background: #01b0ed;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      border: 4px solid #fff;
      border-radius: 50%; }
      .search-widget .search-logo:hover {
        background: #ff1276; } }
  .search-widget form {
    top: 55px;
    z-index: 2;
    position: absolute;
    right: 0;
    display: none; }
  @media (max-width: 991px) {
    .search-widget form {
      left: 0;
      right: auto;
      top: 45px; } }
  .search-widget form input[type="text"] {
    min-width: 280px;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 30px !important;
    height: 45px;
    padding: 10px 16px;
    background: #fff;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.8px;
    padding-right: 60px;
    color: #a5a5a5;
    font-family: 'Rubik', sans-serif; }
  .search-widget form input[type="text"]:focus {
    background: #fff; }
  .search-widget form input[type="text"]::placeholder {
    color: #a5a5a5; }
  @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: #01b0ed;
    height: 45px;
    width: auto;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    border-radius: 0 30px 30px 0;
    padding: 0px 18px;
    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: 17px;
    color: #fff; }
  .search-widget form button:hover, .search-widget form button:focus {
    border: 0;
    background-color: #ff1276;
    color: #01b0ed; }
  .search-widget form button:active:focus {
    border: 0;
    background-color: #ff1276;
    color: #01b0ed; }
  .search-widget form button:active:focus {
    border: 0;
    background-color: #ff1276;
    color: #01b0ed; }

.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; }

#ishislider .slider-content-right {
  float: right; }

#ishislider .slider-content-left {
  float: left; }

#ishislider .slider-content-center {
  margin: 0 auto;
  float: unset; }

#ishislider {
  overflow: hidden;
  position: relative;
  display: block; }
  #ishislider .slideshow__link {
    display: flex;
    align-items: center; }
  #ishislider .container {
    position: absolute;
    left: 0;
    right: 0;
    width: 90%; }
  @media (max-width: 767px) {
    #ishislider .container {
      width: 100%; } }
  #ishislider .slider-content {
    padding: 0; }
  @media (max-width: 767px) {
    #ishislider .slider-content {
      max-width: 60%; } }
  @media (max-width: 544px) {
    #ishislider .slider-content {
      max-width: 41.67%; } }
  #ishislider .slider-content .sub-title {
    font-size: 25px;
    text-transform: unset;
    line-height: 25px;
    color: #ff1276;
    margin-bottom: 10px;
    letter-spacing: 3px; }
  @media (max-width: 1399px) {
      #ishislider .slider-content .sub-title {
        font-size: 26px;
        line-height: 26px; } }
  @media (max-width: 1199px) {
      #ishislider .slider-content .sub-title {
        font-size: 22px;
        line-height: 24px; } }
  @media (max-width: 991px) {
      #ishislider .slider-content .sub-title {
        font-size: 18px;
        line-height: 20px; } }
  @media (max-width: 767px) {
      #ishislider .slider-content .sub-title {
        font-size: 16px;
        line-height: 18px; } }
  @media (max-width: 543px) {
      #ishislider .slider-content .sub-title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 7px; } }
  @media (max-width: 415px) {
      #ishislider .slider-content .sub-title {
        font-size: 13px;
        line-height: 15px; } }
  @media (max-width: 380px) {
      #ishislider .slider-content .sub-title {
        font-size: 12px;
        line-height: 14px; } }
  @media (max-width: 350px) {
      #ishislider .slider-content .sub-title {
        font-size: 11px; } }
  #ishislider .slider-content .main-title {
    color: #313131;
    text-transform: unset;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 25px;
    letter-spacing: 0px;
    font-weight: 700; }
  @media (max-width: 1399px) {
      #ishislider .slider-content .main-title {
        font-size: 52px;
        line-height: 52px; } }
  @media (max-width: 1199px) {
      #ishislider .slider-content .main-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px; } }
  @media (max-width: 991px) {
      #ishislider .slider-content .main-title {
        font-size: 42px;
        line-height: 42px; } }
  @media (max-width: 767px) {
      #ishislider .slider-content .main-title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px; } }
  @media (max-width: 543px) {
      #ishislider .slider-content .main-title {
        font-size: 24px;
        line-height: 24px; } }
  @media (max-width: 480px) {
      #ishislider .slider-content .main-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px; } }
  @media (max-width: 415px) {
      #ishislider .slider-content .main-title {
        font-size: 20px;
        line-height: 20px; } }
  @media (max-width: 380px) {
      #ishislider .slider-content .main-title {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 7px; } }
  @media (max-width: 350px) {
      #ishislider .slider-content .main-title {
        font-size: 15px;
        line-height: 18px; } }
  #ishislider .slider-content .desc {
    font-size: 16px;
    color: #222;
    background-color: #ffea00;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-weight: 400;
    display: block;
    width: 85%;
    padding: 10px 40px;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 99999;
    clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0); }
  @media (max-width: 1599px) {
      #ishislider .slider-content .desc {
        font-size: 15px; } }
  @media (max-width: 1399px) {
      #ishislider .slider-content .desc {
        font-size: 14px;
        line-height: 22px;
        width: 90%; } }
  @media (max-width: 1199px) {
      #ishislider .slider-content .desc {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
      #ishislider .slider-content .desc {
        display: none; } }
  @media (max-width: 1199px) {
        #ishislider .slider-content .slider-btn .btn {
          padding: 8px 16px;
          font-size: 13px; } }
  @media (max-width: 991px) {
        #ishislider .slider-content .slider-btn .btn {
          padding: 7px 16px; } }
  @media (max-width: 767px) {
        #ishislider .slider-content .slider-btn .btn {
          padding: 6px 16px; } }
  @media (max-width: 543px) {
        #ishislider .slider-content .slider-btn .btn {
          padding: 6px 14px;
          font-size: 12px; } }
  @media (max-width: 415px) {
        #ishislider .slider-content .slider-btn .btn {
          padding: 5px 10px;
          font-size: 11px; } }
  @media (max-width: 380px) {
        #ishislider .slider-content .slider-btn .btn {
          padding: 4px 8px;
          font-size: 10px; } }
  @media (max-width: 350px) {
        #ishislider .slider-content .slider-btn .btn {
          padding: 0px 7px;
          font-size: 9px; } }
  #ishislider .owl-item.active .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s; }
  #ishislider .owl-item.active .main-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.35s; }
  #ishislider .owl-item.active .desc {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.4s; }
  #ishislider .owl-item.active .slider-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.5s; }
  #ishislider .owl-nav {
    margin: 0;
    position: unset;
    /* If media is below 768 */ }
  @media (max-width: 767px) {
    #ishislider .owl-nav {
      display: none; } }
  #ishislider .owl-nav .owl-prev, #ishislider .owl-nav .owl-next {
    /* If media is below 992 */
    position: absolute;
    top: 45%;
    background-color: #01b0ed;
    border: 3px solid #fff;
    padding: 0px;
    margin: 0 4px;
    left: 70px;
    right: auto;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* If media is below 768 */ }
  @media (max-width: 991px) {
      #ishislider .owl-nav .owl-prev, #ishislider .owl-nav .owl-next {
        top: 44%; } }
  @media (max-width: 991px) {
      #ishislider .owl-nav .owl-prev, #ishislider .owl-nav .owl-next {
        top: 38%; } }
  #ishislider .owl-nav .owl-prev:hover, #ishislider .owl-nav .owl-next:hover {
    background-color: #ff1276;
    border-color: #fff; }
  #ishislider .owl-nav .owl-prev:hover i:after, #ishislider .owl-nav .owl-next:hover i:after {
    color: #fff; }
  #ishislider .owl-nav .owl-prev i, #ishislider .owl-nav .owl-next i {
    line-height: 35px; }
  #ishislider .owl-nav .owl-prev i:after, #ishislider .owl-nav .owl-next i:after {
    margin-left: 0px; }
  #ishislider .owl-nav .owl-next {
    right: 70px;
    left: auto; }
  #ishislider .owl-nav .owl-next i:after {
    margin-left: 2px; }
  #ishislider .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media (max-width: 543px) {
    #ishislider .owl-dots {
      bottom: 5px; } }
  #ishislider .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    outline: none; }
  #ishislider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ff1276;
    border: 1px solid #ff1276;
    margin: 0 3px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #ishislider .owl-dots .owl-dot.active span {
    background: #01b0ed;
    border-color: #01b0ed;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }
  #ishislider:hover:before {
    width: 100%; }
  #ishislider:hover .owl-nav .owl-prev, #ishislider:hover .owl-nav .owl-next {
    opacity: 1;
    left: 50px; }
  #ishislider:hover .owl-nav .owl-next {
    right: 50px;
    left: auto; }

#ishimanufacturerblock .home-title {
  display: none; }
  #ishimanufacturerblock .item {
    text-align: center; }
  #ishimanufacturerblock .item a {
    opacity: 1;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  #ishimanufacturerblock .item img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  #ishimanufacturerblock .item:hover img {
    transform: scale(0.9);
    opacity: 1; }
  #ishimanufacturerblock .owl-nav {
    margin-top: 15px; }

.ishibannerblock {
  padding: 0 5px;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
  .ishibannerblock {
    margin-bottom: 0; } }
  @media (max-width: 767px) {
  .ishibannerblock {
    display: block; } }

.bannerblock {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  padding: 0 5px; }
  @media (max-width: 767px) {
  .bannerblock {
    margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .bannerblock:last-child {
      margin-bottom: 30px; } }
  .bannerblock img {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* If media is below 544 */ }
  @media (max-width: 543px) {
    .bannerblock img {
      width: auto; } }
  .bannerblock a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 767px) {
    .bannerblock a {
      display: block; } }
  .bannerblock a img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .bannerblock .img-border {
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
  .bannerblock .img-border .image-container {
    overflow: hidden;
    display: block;
    position: relative; }
  .bannerblock .img-border .image-container:hover 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); }
  .bannerblock .img-border .image-container:hover .banner-data .banner-title {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg); }
  .bannerblock .img-border .image-container .banner-data {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    text-align: center;
    padding: 0;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (min-width: 768px) and (max-width: 991px) {
        .bannerblock .img-border .image-container .banner-data {
          right: 5px; } }
  .bannerblock .img-border .image-container .banner-data .banner-title {
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    position: relative;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s; }
  @media (min-width: 1200px) and (max-width: 1400px) {
          .bannerblock .img-border .image-container .banner-data .banner-title {
            font-size: 35px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
          .bannerblock .img-border .image-container .banner-data .banner-title {
            font-size: 16px;
            line-height: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
          .bannerblock .img-border .image-container .banner-data .banner-title {
            font-size: 20px;
            margin-bottom: 8px;
            line-height: 20px; } }
  @media (max-width: 543px) {
          .bannerblock .img-border .image-container .banner-data .banner-title {
            font-size: 24px;
            line-height: 24px; } }
  .bannerblock .img-border .image-container .banner-data .banner-subtitle {
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 10px;
    border: 3px solid #fff;
    border-radius: 30px;
    text-align: center; }
  @media (min-width: 992px) and (max-width: 1199px) {
          .bannerblock .img-border .image-container .banner-data .banner-subtitle {
            font-size: 11px;
            line-height: 11px;
            padding: 6px; } }
  @media (min-width: 768px) and (max-width: 991px) {
          .bannerblock .img-border .image-container .banner-data .banner-subtitle {
            padding: 5px 8px;
            font-size: 10px;
            line-height: 12px;
            margin-bottom: 10px; } }
  @media (max-width: 543px) {
          .bannerblock .img-border .image-container .banner-data .banner-subtitle {
            font-size: 10px;
            line-height: 10px; } }
  .bannerblock .img-border .image-container .banner-data .banner-link {
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 1px solid currentcolor;
    vertical-align: middle;
    line-height: 15px;
    font-weight: 500; }
  @media (min-width: 768px) and (max-width: 991px) {
          .bannerblock .img-border .image-container .banner-data .banner-link {
            font-size: 12px;
            line-height: 12px; } }
  @media (max-width: 543px) {
          .bannerblock .img-border .image-container .banner-data .banner-link {
            font-size: 12px; } }

.ishiservicesblock {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding: 100px 0; }
  @media (max-width: 767px) {
  .ishiservicesblock {
    padding: 50px 0;
    margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .ishiservicesblock .section-header {
      margin-bottom: 60px; } }
  .ishiservicesblock .ishiservices {
    display: block;
    position: relative; }
  @media (min-width: 992px) {
    .ishiservicesblock .ishiservices {
      display: flex;
      align-items: center; } }
  .ishiservicesblock .ishiservices.left .services-banner {
    order: 1; }
  .ishiservicesblock .ishiservices.left .left-service {
    order: 2; }
  .ishiservicesblock .ishiservices.left .right-service {
    order: 3; }
  .ishiservicesblock .ishiservices.right .services-banner {
    order: 3; }
  .ishiservicesblock .ishiservices.right .left-service {
    order: 1; }
  .ishiservicesblock .ishiservices.right .right-service {
    order: 2; }
  .ishiservicesblock .ishiservices.center .services-banner {
    order: 2; }
  .ishiservicesblock .ishiservices.center .left-service {
    order: 1; }
  .ishiservicesblock .ishiservices.center .right-service {
    order: 3; }
  .ishiservicesblock .ishiservices .services-banner {
    text-align: center; }
  @media (max-width: 991px) {
      .ishiservicesblock .ishiservices .services-banner {
        margin-bottom: 30px; } }
  .ishiservicesblock .ishiservices .services-banner img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (min-width: 768px) {
        .ishiservicesblock .ishiservices .services-banner img {
          animation: MoveUpDown 4s linear infinite; } }
  @media (max-width: 991px) {
      .ishiservicesblock .ishiservices .left-service {
        float: left; } }
  @media (max-width: 767px) {
      .ishiservicesblock .ishiservices .left-service {
        max-width: 50%; } }
  @media (max-width: 543px) {
      .ishiservicesblock .ishiservices .left-service {
        max-width: 100%;
        margin-bottom: 20px;
        float: none; } }
  @media (max-width: 991px) {
      .ishiservicesblock .ishiservices .right-service {
        float: left; } }
  @media (max-width: 767px) {
      .ishiservicesblock .ishiservices .right-service {
        max-width: 50%; } }
  @media (max-width: 543px) {
      .ishiservicesblock .ishiservices .right-service {
        max-width: 100%;
        float: none; } }
  .ishiservicesblock .ishiservices .services {
    margin-bottom: 50px;
    text-align: center; }
  @media (max-width: 991px) {
      .ishiservicesblock .ishiservices .services {
        margin-bottom: 20px; } }
  .ishiservicesblock .ishiservices .services:last-child {
    margin-bottom: 0; }
  .ishiservicesblock .ishiservices .services:hover .service-img {
    transform: rotateY(360deg);
    -webkit-transition: rotateY(360deg);
    -moz-transition: rotateY(360deg);
    -o-transition: rotateY(360deg); }
  .ishiservicesblock .ishiservices .services .service-img {
    position: relative;
    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; }
  .ishiservicesblock .ishiservices .services .service-img span {
    background-color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.09); }
  .ishiservicesblock .ishiservices .services .service-block {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 69%;
    padding-left: 10px; }
  .ishiservicesblock .ishiservices .services .service-block .service-title {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    margin-bottom: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 767px) {
          .ishiservicesblock .ishiservices .services .service-block .service-title {
            font-size: 16px;
            line-height: 20px; } }
  .ishiservicesblock .ishiservices .services .service-block .service-desc {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px; }

@keyframes MoveUpDown {
  50% {
    bottom: 25px; }

  100% {
    bottom: 0; } }

.block_newsletter {
  font-size: 14px;
  display: block;
  position: relative; }
  @media (min-width: 768px) {
  .block_newsletter {
    margin-top: -50px; } }
  .block_newsletter:hover .newletter-container .window .newsletter-content .newsletter_icon svg {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
  .block_newsletter .newletter-container {
    display: block;
    background-color: #ff1276;
    padding: 10px 15px;
    border-radius: 80px;
    border: 3px solid #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    .block_newsletter .newletter-container {
      border-radius: 0;
      padding: 30px 15px; } }
  @media (min-width: 992px) {
      .block_newsletter .newletter-container .window {
        display: flex;
        align-items: center; } }
  @media (max-width: 991px) {
      .block_newsletter .newletter-container .window {
        display: block;
        overflow: hidden; } }
  .block_newsletter .newletter-container .window .newsletter-content {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (max-width: 991px) {
        .block_newsletter .newletter-container .window .newsletter-content {
          margin-bottom: 25px; } }
  @media (max-width: 543px) {
        .block_newsletter .newletter-container .window .newsletter-content {
          margin-bottom: 15px; } }
  .block_newsletter .newletter-container .window .newsletter-content .newsletter_icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffea00; }
  @media (max-width: 543px) {
          .block_newsletter .newletter-container .window .newsletter-content .newsletter_icon {
            display: block;
            width: 65px;
            height: 65px; } }
  .block_newsletter .newletter-container .window .newsletter-content .newsletter_icon svg {
    max-width: 100%;
    filter: alpha(opacity=100); }
  .block_newsletter .newletter-container .window .newsletter-content .newsletter_text {
    text-align: left;
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px; }
  @media (max-width: 991px) {
          .block_newsletter .newletter-container .window .newsletter-content .newsletter_text {
            width: auto; } }
  .block_newsletter .newletter-container .window .newsletter-content .newsletter_text h2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    text-transform: unset; }
    @media (max-width: 543px) {
          .block_newsletter .newletter-container .window .newsletter-content .newsletter_text h2 {
            font-size: 28px; } }
  @media (max-width: 1199px) {
        .block_newsletter .newletter-container .window .newsletter-sub-heading {
          display: none; } }
  .block_newsletter .newletter-container .window .newsletter-sub-heading .sub-heading {
    font-size: 17px;
    line-height: 17px;
    display: block;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff; }
  .block_newsletter p {
    margin: 2px 0; }
  .block_newsletter .conditions {
    display: none; }
  .block_newsletter .alert-danger, .block_newsletter .alert-success {
    padding: 5px;
    margin: 6px 0;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 543px) {
    .block_newsletter .site-footer__newsletter {
      padding: 0; } }
  .block_newsletter #newsletter-container form {
    position: relative; }
  .block_newsletter #newsletter-container.footer-dropdown {
    margin-top: 0; }
  @media (max-width: 991px) {
      .block_newsletter #newsletter-container.footer-dropdown {
        margin-top: 10px; } }
  .block_newsletter #newsletter-container .newsletter_form form {
    position: relative; }
  @media (max-width: 991px) {
        .block_newsletter #newsletter-container .newsletter_form form {
          width: 70%;
          margin: 0 auto; } }
  @media (max-width: 767px) {
        .block_newsletter #newsletter-container .newsletter_form form {
          width: 85%; } }
  @media (max-width: 543px) {
        .block_newsletter #newsletter-container .newsletter_form form {
          width: 100%; } }
  .block_newsletter #newsletter-container .newsletter_form .btn-submit {
    height: 44px;
    border: none;
    position: absolute;
    cursor: pointer;
    right: 3px;
    z-index: 9;
    top: 3px;
    line-height: 44px;
    width: auto;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: unset;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 0 30px 30px 0; }
  @media (min-width: 992px) {
        .block_newsletter #newsletter-container .newsletter_form #notification-normal {
          position: absolute;
          bottom: -39px;
          text-align: center;
          right: 0;
          left: 0; } }
  .block_newsletter #newsletter-container .newsletter_form .text-email {
    width: 100%;
    height: 50px;
    border: none;
    color: #999;
    padding: 10px 20px;
    padding-right: 50px;
    background-color: #fff;
    padding-right: 85px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    padding-right: 115px;
    /* If media is below 544 */ }
  @media (max-width: 543px) {
        .block_newsletter #newsletter-container .newsletter_form .text-email {
          padding-right: 110px; } }
  .block_newsletter #newsletter-container .newsletter_form .text-email:focus {
    background-color: #fff; }
  .block_newsletter #newsletter-container .newsletter_form .text-email:placeholder {
    color: #666; }
  .block_newsletter .bannerblock {
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    .block_newsletter .bannerblock {
      text-align: center;
      margin: 0 auto;
      margin-top: 30px; } }

@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.ishi-singleproduct-section .grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none; }
  .ishi-singleproduct-section .product-media-wrapper {
    padding-bottom: 0; }
  @media (max-width: 991px) {
    .ishi-singleproduct-section .product-media-wrapper {
      margin-bottom: 20px; } }
  .ishi-singleproduct-section .product-media-wrapper .product-media-content {
    max-width: 100%;
    position: sticky;
    top: 30px;
    background: #fff; }
  .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-media-item {
    border: 1px solid #eee; }
  .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-media-item .product-img-inner {
    display: block;
    background-color: rgba(35, 35, 35, .1); }
  .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-media-item .product-img-inner img {
    max-width: 100%;
    width: 100%;
    height: 100%; }
  .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-list-slider {
    margin-top: 30px; }
  .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-list-slider .product-media {
    display: block;
    background-color: rgba(35, 35, 35, .1);
    border: 1px solid #eee;
    position: relative;
    overflow: hidden; }
  .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-list-slider .product-media img {
    max-width: 100%;
    height: 100%;
    cursor: pointer; }
  .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-list-slider .owl-nav {
    margin-top: 0; }
  .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-list-slider .owl-nav .owl-prev, .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-list-slider .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    left: -10px;
    right: auto;
    margin: 0;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
    .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-list-slider .owl-nav .owl-prev i, .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-list-slider .owl-nav .owl-next i {
      font-size: 34px;
      color: #232323; }
      .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-list-slider .owl-nav .owl-prev i:after, .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-list-slider .owl-nav .owl-next i:after {
        display: none; }
  .ishi-singleproduct-section .product-media-wrapper .product-media-content .product-list-slider .owl-nav .owl-next {
    left: auto;
    right: -10px; }
  .ishi-singleproduct-section .product-info-wrapper {
    max-width: 100%;
    padding-bottom: 0;
    /*product tabs scss*/ }
  .ishi-singleproduct-section .product-info-wrapper .product-title {
    color: #232323;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0.5px;
    margin-top: 0;
    display: block;
    margin-bottom: 10px; }
  @media (max-width: 767px) {
      .ishi-singleproduct-section .product-info-wrapper .product-title {
        font-size: 24px; } }
  @media (max-width: 543px) {
      .ishi-singleproduct-section .product-info-wrapper .product-title {
        font-size: 22px; } }
  .ishi-singleproduct-section .product-info-wrapper .review {
    margin-bottom: 8px;
    display: flex;
    align-items: center; }
  .ishi-singleproduct-section .product-info-wrapper .review .star-rating {
    margin: 0; }
  .ishi-singleproduct-section .product-info-wrapper .review .star-rating i {
    font-family: 'FontAwesome';
    top: 0;
    font-style: normal;
    color: #fec42d;
    font-size: 12px; }
  .ishi-singleproduct-section .product-info-wrapper .review .write-review {
    color: #555;
    padding-left: 5px; }
  .ishi-singleproduct-section .product-info-wrapper .product-price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px; }
  .ishi-singleproduct-section .product-info-wrapper .product-price .price-old {
    color: #787878;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0; }
  @media (max-width: 543px) {
        .ishi-singleproduct-section .product-info-wrapper .product-price .price-old {
          font-size: 16px; } }
  .ishi-singleproduct-section .product-info-wrapper .product-price .price-new {
    color: #232323;
    font-weight: 500;
    font-size: 24px;
    padding-left: 5px; }
  @media (max-width: 543px) {
        .ishi-singleproduct-section .product-info-wrapper .product-price .price-new {
          font-size: 20px; } }
  .ishi-singleproduct-section .product-info-wrapper .product-type {
    margin-bottom: 10px; }
  .ishi-singleproduct-section .product-info-wrapper .product-type .brand {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.5px;
    line-height: 24px; }
  .ishi-singleproduct-section .product-info-wrapper .product-type .brand span {
    font-weight: 400; }
  .ishi-singleproduct-section .product-info-wrapper .wishlist-sizechart {
    margin-bottom: 15px;
    display: flex;
    align-items: center; }
  .ishi-singleproduct-section .product-info-wrapper .wishlist-sizechart .wishlist-btn {
    display: flex;
    align-items: center;
    text-decoration: none; }
  .ishi-singleproduct-section .product-info-wrapper .wishlist-sizechart .wishlist-btn i {
    font-size: 14px;
    margin-right: 8px;
    color: #777;
    font-family: 'FontAwesome';
    font-style: normal; }
  .ishi-singleproduct-section .product-info-wrapper .wishlist-sizechart .label {
    font-size: 14px;
    text-transform: capitalize;
    color: #232323; }
  .ishi-singleproduct-section .product-info-wrapper .wishlist-sizechart .sizechart-link {
    margin-left: 20px; }
  .ishi-singleproduct-section .product-info-wrapper .wishlist-sizechart .sizechart-link .icon {
    width: 25px;
    height: auto;
    margin-top: -2px;
    vertical-align: middle;
    margin-right: 5px;
    color: #777; }
  .ishi-singleproduct-section .product-info-wrapper .product-container {
    margin-bottom: 10px; }
  .ishi-singleproduct-section .product-info-wrapper .product-container .countdown {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    margin-right: 10px;
    background: #f5f7f9;
    border-radius: 5px;
    height: 60px;
    padding: 5px 0;
    position: relative; }
  @media (max-width: 543px) {
        .ishi-singleproduct-section .product-info-wrapper .product-container .countdown {
          margin-right: 8px; } }
  .ishi-singleproduct-section .product-info-wrapper .product-container .countdown .data {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
    color: #232323; }
  @media (max-width: 543px) {
          .ishi-singleproduct-section .product-info-wrapper .product-container .countdown .data {
            font-size: 20px; } }
  .ishi-singleproduct-section .product-info-wrapper .product-container .countdown .text {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    color: #666; }
  .ishi-singleproduct-section .product-info-wrapper .progress-space {
    margin-bottom: 10px; }
  .ishi-singleproduct-section .product-info-wrapper .progress-space .progress-content {
    margin-bottom: 20px; }
  .ishi-singleproduct-section .product-info-wrapper .progress-space .progress-content .quantity-value {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #232323; }
  .ishi-singleproduct-section .product-info-wrapper .progress-space .progress-content .quantity-value .stock {
    padding: 5px;
    color: #ff3d12;
    font-weight: 700;
    animation: blink-animation 1s steps(5, start) infinite; }
  .ishi-singleproduct-section .product-info-wrapper .progress-space .progress-content .progress-bar {
    height: 12px;
    width: 70%;
    position: relative;
    border-radius: 10px;
    background: #e1e1e1;
    box-shadow: 1px 1px 2px 0 #ccc; }
  .ishi-singleproduct-section .product-info-wrapper .progress-space .progress-content .progress-bar span {
    display: block;
    height: 100%;
    border-radius: 10px;
    background: -webkit-linear-gradient(left, #ff3d12 0, #edd728 100%);
    position: relative;
    overflow: hidden; }
  .ishi-singleproduct-section .product-info-wrapper .form-label {
    margin-bottom: 2px;
    padding-left: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #666; }
  .ishi-singleproduct-section .product-info-wrapper .size-color-chart {
    margin-bottom: 10px; }
  .ishi-singleproduct-section .product-info-wrapper .size-color-chart .square {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(35, 35, 35, .55);
    display: inline-block;
    vertical-align: middle;
    margin: 7px 5px 2px 0;
    text-align: center;
    cursor: pointer; }
  .ishi-singleproduct-section .product-info-wrapper .size-color-chart .size, .ishi-singleproduct-section .product-info-wrapper .size-color-chart .color {
    flex: 0 0 100%;
    padding: 0;
    margin: 0 0 12px 0;
    min-width: fit-content;
    border: none; }
  .ishi-singleproduct-section .product-info-wrapper .size-color-chart .size legend, .ishi-singleproduct-section .product-info-wrapper .size-color-chart .color legend {
    padding: 0; }
  .ishi-singleproduct-section .product-info-wrapper .size-color-chart .size input {
    overflow: hidden;
    position: absolute;
    height: 0;
    width: 0; }
  .ishi-singleproduct-section .product-info-wrapper .size-color-chart .size input[type=radio] + label:hover {
    border: 1px solid #232323; }
  .ishi-singleproduct-section .product-info-wrapper .size-color-chart .size input[type=radio]:checked + label {
    background-color: #232323;
    color: #fff; }
  .ishi-singleproduct-section .product-info-wrapper .size-color-chart .color input[type=radio]:checked + label {
    border-color: #232323;
    box-shadow: 2px 2px 4px #e0e0e0;
    transform: scale(0.95); }
  .ishi-singleproduct-section .product-info-wrapper .size-color-chart .color input[type=radio] + label:hover {
    border-color: transparent; }
  .ishi-singleproduct-section .product-info-wrapper .size-color-chart .color .square {
    border-color: transparent;
    box-shadow: 2px 2px 4px #e0e0e0;
    border: 1px solid #eee; }
  .ishi-singleproduct-section .product-info-wrapper .size-color-chart .color input {
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0; }
  .ishi-singleproduct-section .product-info-wrapper .product-form-quantity {
    margin-bottom: 20px; }
  .ishi-singleproduct-section .product-info-wrapper .product-form-quantity .label-quantity {
    margin-bottom: 10px; }
  .ishi-singleproduct-section .product-info-wrapper .product-form-quantity .quantity-input {
    border: 1px solid #e9e9e9;
    position: relative;
    width: 140px;
    display: flex;
    border-radius: 0; }
  .ishi-singleproduct-section .product-info-wrapper .product-form-quantity .quantity-input .quantity-btn {
    width: 45px;
    flex-shrink: 0;
    font-size: 18px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #787878; }
  .ishi-singleproduct-section .product-info-wrapper .product-form-quantity .quantity-input .quantity-btn .icon {
    width: 10px;
    height: auto; }
  .ishi-singleproduct-section .product-info-wrapper .product-form-quantity .quantity-input .quantity-input {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.85;
    text-align: center;
    background-color: transparent;
    border: 0;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 0 5px;
    height: 45px;
    width: 100%;
    flex-grow: 1; }
  .ishi-singleproduct-section .product-info-wrapper .products-btn {
    margin: 0 -5px 20px;
    display: flex;
    align-items: center; }
  .ishi-singleproduct-section .product-info-wrapper .products-btn .add-btn, .ishi-singleproduct-section .product-info-wrapper .products-btn .buy-btn {
    padding: 15px 20px;
    width: 45%;
    border: none;
    color: #fff;
    margin: 0 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  @media (max-width: 991px) {
        .ishi-singleproduct-section .product-info-wrapper .products-btn .add-btn, .ishi-singleproduct-section .product-info-wrapper .products-btn .buy-btn {
          width: 50%; } }
  @media (max-width: 767px) {
        .ishi-singleproduct-section .product-info-wrapper .products-btn .add-btn, .ishi-singleproduct-section .product-info-wrapper .products-btn .buy-btn {
          width: 40%; } }
  @media (max-width: 480px) {
        .ishi-singleproduct-section .product-info-wrapper .products-btn .add-btn, .ishi-singleproduct-section .product-info-wrapper .products-btn .buy-btn {
          width: 50%; } }
  @media (max-width: 345px) {
        .ishi-singleproduct-section .product-info-wrapper .products-btn .add-btn, .ishi-singleproduct-section .product-info-wrapper .products-btn .buy-btn {
          font-size: 13px; } }
  .ishi-singleproduct-section .product-info-wrapper .products-btn .add-btn a, .ishi-singleproduct-section .product-info-wrapper .products-btn .buy-btn a {
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 20px; }
  .ishi-singleproduct-section .product-info-wrapper .products-btn .add-btn {
    border: 1px solid #fff;
    background: #01b0ed; }
  .ishi-singleproduct-section .product-info-wrapper .products-btn .add-btn:hover {
    border: 1px solid #fff;
    background: #ff1276; }
  .ishi-singleproduct-section .product-info-wrapper .products-btn .buy-btn {
    border: 1px solid #fff;
    background: #ff1276; }
  .ishi-singleproduct-section .product-info-wrapper .products-btn .buy-btn:hover {
    border: 1px solid #fff;
    background: #01b0ed; }
  .ishi-singleproduct-section .product-info-wrapper .reassurance {
    margin-bottom: 20px; }
  .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    padding: 25px;
    overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1199px) {
        .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block {
          padding: 20px; } }
  .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item {
    display: flex;
    align-items: center; }
  .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item:nth-child(1), .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item:nth-child(2) {
    margin-bottom: 30px; }
  @media (min-width: 992px) and (max-width: 1199px) {
          .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item {
            padding: 0 10px; } }
  @media (min-width: 768px) and (max-width: 991px) {
          .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item:nth-child(3) {
            margin-bottom: 30px; } }
  @media (max-width: 575px) {
          .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item {
            width: 100%; }
            .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item:nth-child(3) {
              margin-bottom: 30px; } }
  .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item .reassurance-img {
    height: 35px;
    width: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item .reassurance-img img {
      max-width: 100%;
      vertical-align: middle; }
  .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item .reassurance-text {
    text-align: left;
    padding-left: 15px;
    width: 85%; }
    @media (min-width: 992px) and (max-width: 1199px) {
          .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item .reassurance-text {
            padding-left: 10px; } }
    .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item .reassurance-text .reassurance-title {
      margin-bottom: 2px;
      font-size: 16px;
      font-weight: 500;
      color: #232323;
      line-height: 22px; }
      @media (min-width: 992px) and (max-width: 1199px) {
          .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item .reassurance-text .reassurance-title {
            font-size: 15px; } }
      @media (max-width: 767px) {
          .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item .reassurance-text .reassurance-title {
            font-size: 15px; } }
    .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item .reassurance-text .reassurance-desc {
      line-height: 18px;
      font-size: 14px;
      font-weight: 400;
      color: #666; }
      @media (min-width: 992px) and (max-width: 1199px) {
          .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item .reassurance-text .reassurance-desc {
            font-size: 13px; } }
      @media (max-width: 543px) {
          .ishi-singleproduct-section .product-info-wrapper .reassurance .reassurance-block .reassurance-item .reassurance-text .reassurance-desc {
            font-size: 13px; } }
  .ishi-singleproduct-section .product-info-wrapper .trusted-img {
    margin-bottom: 10px; }
  .ishi-singleproduct-section .product-info-wrapper .trusted-img img {
    max-width: 100%;
    vertical-align: middle; }
  .ishi-singleproduct-section .product-tabs-information {
    margin-top: 70px; }
  @media (max-width: 767px) {
    .ishi-singleproduct-section .product-tabs-information {
      margin-top: 30px; } }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content {
    padding: 15px;
    border: 1px solid #e4e4e4;
    text-align: center; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .description-tab {
    text-align: left; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .description-tab p {
    font-size: 14px;
    color: #787878;
    font-weight: 500;
    letter-spacing: 0.1px; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .description-tab > h4 {
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #000; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .description-tab > ul, .ishi-singleproduct-section .product-tabs-information .main-tab-content .description-tab > ol {
    margin-bottom: 18px;
    padding-left: 26px; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .description-tab > ul li, .ishi-singleproduct-section .product-tabs-information .main-tab-content .description-tab > ol li {
    list-style: unset;
    padding-left: 3px; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .description-tab blockquote {
    margin-left: 15px;
    padding: 0px 30px;
    border-left: 3px solid #e5e5e5;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 26px;
    color: #787878;
    margin-bottom: 0px; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .product-details-tab .product-manufacturer {
    margin-bottom: 15px; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .product-details-tab .product-manufacturer .manufacturer-logo {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .product-details-tab .label {
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 12px;
    color: #444; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .product-details-tab span {
    color: #969696;
    line-height: 20px; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .product-details-tab .product-features {
    margin: 20px 0 70px 5px; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .reviews-tabs {
    text-align: left; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .reviews-tabs h2 {
    margin: 10px 0 15px;
    font-size: 18px;
    font-weight: 500;
    color: #000; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .reviews-tabs .form-group {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 -15px 15px; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .reviews-tabs .help-block {
    display: block;
    margin: 10px 0;
    color: #737373; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .reviews-tabs .control-label {
    padding: 7px 0 5px;
    margin-right: 10px; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .reviews-tabs .custom-radio {
    margin-right: 7px; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .reviews-tabs .custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #01b0ed;
    position: absolute;
    height: 8px;
    width: 8px;
    top: 4px;
    left: 4px;
    border-radius: 50%; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .contact-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 15px; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .contact-form .form-field .form-group {
    margin-bottom: 0; }
    .ishi-singleproduct-section .product-tabs-information .main-tab-content .contact-form .form-field .form-group .form-control {
      padding: 0 12px;
      margin-bottom: 15px; }
    .ishi-singleproduct-section .product-tabs-information .main-tab-content .contact-form .form-field .form-group textarea {
      padding: 12px 12px 0;
      height: auto; }
  .ishi-singleproduct-section .product-tabs-information .main-tab-content .about-tab tr {
    line-height: 26px;
    color: #787878;
    margin-bottom: 20px;
    letter-spacing: 0.1px;
    font-weight: 500;
    font-size: 15px; }

@keyframes blink-animation {
  to {
    visibility: hidden; } }

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden; } }

.galleryblock {
  text-align: center;
  position: relative;
  margin-bottom: 30px; }
  .galleryblock .center .ishigalleryblocks-container {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
  .galleryblock .center .ishigalleryblocks-container .galley-image a img {
    filter: none; }
  .galleryblock .ishigalleryblocks-container {
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin: 5px;
    display: block;
    overflow: hidden;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .galleryblock .ishigalleryblocks-container:hover .galley-image a img {
    filter: none; }
  .galleryblock .ishigalleryblocks-container .galley-image {
    display: block;
    overflow: hidden;
    position: relative; }
  .galleryblock .ishigalleryblocks-container .galley-image a {
    display: block; }
  .galleryblock .ishigalleryblocks-container .galley-image a img {
    width: 100%;
    max-width: 100%;
    display: block;
    transition: 0.4s ease-in-out;
    filter: grayscale(100%); }
  .galleryblock .owl-nav {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 45%; }
  @media (max-width: 1199px) {
    .galleryblock .owl-nav {
      top: 39%; } }
  .galleryblock .owl-nav .owl-prev, .galleryblock .owl-nav .owl-next {
    position: absolute;
    left: 39.2%; }
  @media (max-width: 991px) {
      .galleryblock .owl-nav .owl-prev, .galleryblock .owl-nav .owl-next {
        left: 36.2%; } }
  @media (max-width: 767px) {
      .galleryblock .owl-nav .owl-prev, .galleryblock .owl-nav .owl-next {
        left: 31.2%; } }
  @media (max-width: 543px) {
      .galleryblock .owl-nav .owl-prev, .galleryblock .owl-nav .owl-next {
        left: 21.2%; } }
  .galleryblock .owl-nav .owl-next {
    left: auto;
    right: 39.2%; }
  @media (max-width: 991px) {
      .galleryblock .owl-nav .owl-next {
        left: auto;
        right: 36.2%; } }
  @media (max-width: 767px) {
      .galleryblock .owl-nav .owl-next {
        left: auto;
        right: 31.2%; } }
  @media (max-width: 543px) {
      .galleryblock .owl-nav .owl-next {
        left: auto;
        right: 21.2%; } }

.ishistoryblock {
  position: relative; }
  @media (max-width: 991px) {
  .ishistoryblock {
    margin-bottom: 30px !important; } }
  .ishistoryblock .row {
    display: flex;
    align-items: center; }
  @media (max-width: 767px) {
    .ishistoryblock .row {
      display: block; } }
  .ishistoryblock .row.left .story-image {
    order: 1; }
  .ishistoryblock .row.left .text-wrapper {
    order: 2; }
  .ishistoryblock .row.right .story-image {
    order: 2; }
  .ishistoryblock .row.right .text-wrapper {
    order: 1; }
  @media (max-width: 767px) {
    .ishistoryblock .story-image {
      max-width: 100%; } }
  .ishistoryblock .story-image .image-border {
    padding: 5px;
    margin: 5px;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
  .ishistoryblock .story-image .image-border:hover .img-container img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  .ishistoryblock .story-image .image-border .img-container {
    position: relative;
    overflow: hidden; }
  .ishistoryblock .story-image .image-border .img-container a img {
    max-width: 100%;
    width: 100%;
    position: relative;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s; }
  .ishistoryblock .story-image .video-play-icon a {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1; }
  .ishistoryblock .story-image .video-play-icon a .ripple-effect {
    position: relative;
    display: inline-block; }
  .ishistoryblock .story-image .video-play-icon a .ripple-effect:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ff1276;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    transition: all 0.4s ease-in-out; }
  .ishistoryblock .story-image .video-play-icon a .ripple-effect i {
    font-size: 80px;
    line-height: 70px;
    color: #ff1276; }
  .ishistoryblock .text-wrapper {
    text-align: center; }
  @media (max-width: 767px) {
    .ishistoryblock .text-wrapper {
      margin-bottom: 30px;
      max-width: 100%; } }
  .ishistoryblock .text-wrapper .list-Aboutus-info {
    margin-bottom: 25px; }
  .ishistoryblock .text-wrapper .list-Aboutus-info p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    margin-bottom: 15px; }
  .ishistoryblock .text-wrapper .list-Aboutus-info p:last-child {
    margin-bottom: 0; }
  .ishistoryblock .text-wrapper .story-btn {
    display: block; }
  .ishistoryblock .text-wrapper .story-btn a {
    display: inline-block;
    vertical-align: middle; }

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0; } }

#ishileftbanners {
  margin-bottom: 30px;
  /* If media is below 992 */ }
  @media (max-width: 991px) {
  #ishileftbanners {
    text-align: center;
    margin-bottom: 15px; } }
  #ishileftbanners .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 */ }
  #ishileftbanners .image-container:last-child {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    #ishileftbanners .image-container {
      display: inline-block;
      vertical-align: middle; } }
  #ishileftbanners .image-container:hover img {
    transform: scale(1.1); }
  #ishileftbanners .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; }
  #ishileftbanners .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; }

@media (min-width: 768px) {
    .ishiaboutusblock {
      margin-bottom: 40px !important; } }
  @media (max-width: 767px) {
  .ishiaboutusblock {
    margin-bottom: 0px !important; } }
  .ishiaboutusblock .ishistoryblock .container {
    padding: 0; }
  .ishiaboutusblock .ishistoryblock .valign-wrapper {
    display: flex;
    align-items: center; }
  @media (min-width: 992px) {
      .ishiaboutusblock .ishistoryblock .valign-wrapper {
        margin-bottom: 30px; } }
  @media (max-width: 991px) {
      .ishiaboutusblock .ishistoryblock .valign-wrapper {
        margin-bottom: 30px;
        overflow: hidden;
        display: block; } }
  .ishiaboutusblock .ishistoryblock .banner-image-left {
    order: 1; }
  .ishiaboutusblock .ishistoryblock .banner-text-right {
    order: 2; }
  .ishiaboutusblock .ishistoryblock .banner-image-right {
    order: 2; }
  .ishiaboutusblock .ishistoryblock .banner-text-left {
    order: 1; }
  @media (max-width: 991px) {
      .ishiaboutusblock .ishistoryblock .story-image-wrapper {
        margin-bottom: 30px; } }
  @media (max-width: 767px) {
      .ishiaboutusblock .ishistoryblock .story-image-wrapper {
        padding-right: 15px;
        margin-bottom: 30px; } }
  .ishiaboutusblock .ishistoryblock .story-image-wrapper .image-wrapper {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ishiaboutusblock .ishistoryblock .story-image-wrapper .image-wrapper .media-img {
    display: block;
    position: relative;
    overflow: hidden; }
  .ishiaboutusblock .ishistoryblock .story-image-wrapper .image-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s; }
  .ishiaboutusblock .ishistoryblock .story-image-wrapper .image-wrapper:hover img {
    transform: scale(1.1); }
  @media (max-width: 767px) {
      .ishiaboutusblock .ishistoryblock .text-wrapper {
        padding-left: 15px; } }
  .ishiaboutusblock .ishistoryblock .text-wrapper:hover h2 {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg); }
  .ishiaboutusblock .ishistoryblock .text-wrapper h2 {
    margin-bottom: 20px;
    text-align: left;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s; }
  .ishiaboutusblock .ishistoryblock .description {
    margin-bottom: 25px;
    font-family: 'Rubik', sans-serif; }
  @media (max-width: 991px) {
      .ishiaboutusblock .ishistoryblock .description {
        margin-bottom: 30px; } }
  @media (max-width: 543px) {
      .ishiaboutusblock .ishistoryblock .description {
        margin-bottom: 15px; } }
  .ishiaboutusblock .ishistoryblock .description p {
    margin-bottom: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
    color: #787878; }
  .ishiaboutusblock .ishistoryblock .description .about-btn {
    display: inline-block;
    overflow: hidden; }
  @media (min-width: 992px) {
      .ishiaboutusblock .ishistoryblock .about2 {
        display: flex;
        align-items: center; } }
  .ishiaboutusblock .ishistoryblock .about2 .about-img2, .ishiaboutusblock .ishistoryblock .about2 .about-text2 {
    float: left; }
  @media (max-width: 991px) {
        .ishiaboutusblock .ishistoryblock .about2 .about-img2 {
          margin: 20px 0 0; } }
  @media (max-width: 991px) {
        .ishiaboutusblock .ishistoryblock .about2 .section-header {
          text-align: center; } }

@media (min-width: 992px) {
      #ishifeatures .row {
        display: flex;
        align-items: center; } }
  #ishifeatures .features-right .ishifeaturesblock-container {
    margin-bottom: 30px;
    text-align: center; }
  #ishifeatures .features-right .ishifeaturesblock-container:nth-child(3) {
    margin-bottom: 0; }
  @media (max-width: 575px) {
        #ishifeatures .features-right .ishifeaturesblock-container:nth-child(3) {
          margin-bottom: 30px; } }
  #ishifeatures .features-right .ishifeaturesblock-container:last-child {
    margin-bottom: 0; }
  #ishifeatures .features-right .ishifeaturesblock-container:hover .image-inner {
    transform: rotateY(360deg);
    -webkit-transition: rotateY(360deg);
    -moz-transition: rotateY(360deg);
    -o-transition: rotateY(360deg); }
  #ishifeatures .features-right .ishifeaturesblock-container:hover .features-title {
    letter-spacing: 0.9px; }
  #ishifeatures .features-right .ishifeaturesblock-container .item-inner {
    border-radius: 10px;
    border: 1px solid rgba(102, 102, 102, 0.1);
    padding: 30px 15px; }
  @media (max-width: 575px) {
        #ishifeatures .features-right .ishifeaturesblock-container .item-inner {
          padding: 30px 15%; } }
  @media (max-width: 400px) {
        #ishifeatures .features-right .ishifeaturesblock-container .item-inner {
          padding: 30px 10%; } }
  @media (max-width: 350px) {
        #ishifeatures .features-right .ishifeaturesblock-container .item-inner {
          padding: 30px 15px; } }
  #ishifeatures .features-right .ishifeaturesblock-container .item-inner .image-inner {
    min-width: 50px;
    min-height: 50px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  #ishifeatures .features-right .ishifeaturesblock-container .item-inner .features-title {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (min-width: 992px) and (max-width: 1199px) {
          #ishifeatures .features-right .ishifeaturesblock-container .item-inner .features-title {
            font-size: 15px; } }
  @media (max-width: 575px) {
          #ishifeatures .features-right .ishifeaturesblock-container .item-inner .features-title {
            font-size: 16px; } }
  #ishifeatures .features-right .ishifeaturesblock-container .item-inner .features-subtitle {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px; }
  #ishifeatures .features-right .ishifeaturesblock-container .item-inner .features-subtitle p {
    color: #666;
    margin-bottom: 0; }

.ishipaymentblock {
  text-align: right;
  /* If media is below 992 */ }
  @media (max-width: 991px) {
  .ishipaymentblock {
    text-align: center;
    overflow: hidden;
    padding: 7px 0 0; } }
  @media (max-width: 543px) {
  .ishipaymentblock {
    margin-top: 0; } }
  .ishipaymentblock .item {
    display: inline-block;
    vertical-align: middle; }
  .ishipaymentblock .item a {
    padding: 0;
    margin: 0 2px;
    display: block;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1); }
  .ishipaymentblock .item a:hover {
    padding-left: 0; }

#ishioffersblock {
  text-align: left;
  padding: 10px 0 5px; }
  #ishioffersblock .offer-img {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    fill: #fff; }
  #ishioffersblock #typed {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 20px; }

.ishitestimonials {
  text-align: center;
  position: relative;
  padding: 70px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
  .ishitestimonials {
    padding: 15px 0; } }
  .ishitestimonials .ishitestimonials-container {
    position: relative; }
  .ishitestimonials .ishitestimonials-container .user-details {
    background-color: #fafafa;
    width: 65%;
    margin: 5px auto 60px;
    padding: 30px 30px 70px;
    border-radius: 8px;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
    border: 10px solid #fff; }
  @media (max-width: 991px) {
      .ishitestimonials .ishitestimonials-container .user-details {
        width: 100%;
        padding: 30px 15px 70px; } }
  .ishitestimonials .ishitestimonials-container .testimonial-img {
    display: none;
    max-width: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #01b0ed;
    margin: 0 auto;
    margin-bottom: 22px;
    padding: 0;
    text-align: center; }
  .ishitestimonials .ishitestimonials-container .testimonial-info {
    text-align: center;
    margin: 0 auto; }
  .ishitestimonials .ishitestimonials-container .user-description {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    font-weight: 400;
    color: #787878;
    margin: 0 auto 25px; }
  .ishitestimonials .ishitestimonials-container .user-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    color: #211f1f; }
  @media (max-width: 991px) {
      .ishitestimonials .ishitestimonials-container .user-name {
        font-size: 22px; } }
  .ishitestimonials .ishitestimonials-container .user-designation {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    font-style: italic; }
  .ishitestimonials .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    opacity: 1;
    -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; }
  .ishitestimonials .owl-dots.ishi-style-dot2 .owl-dot, .ishitestimonials .owl-dots.ishi-style-dot3 .owl-dot {
    border: 0; }
  .ishitestimonials .owl-dots.ishi-style-dot2 .owl-dot span, .ishitestimonials .owl-dots.ishi-style-dot3 .owl-dot span {
    height: 12px;
    width: 12px;
    border: 0; }
  .ishitestimonials .owl-dots.ishi-style-dot4 .owl-dot, .ishitestimonials .owl-dots.ishi-style-dot5 .owl-dot {
    border: 0; }
  .ishitestimonials .owl-dots.ishi-style-dot4 .owl-dot span, .ishitestimonials .owl-dots.ishi-style-dot5 .owl-dot span {
    border: 0; }
  .ishitestimonials .owl-dots .owl-dot {
    display: inline-block;
    outline: none; }
  .ishitestimonials .owl-dots .owl-dot span {
    background: #232323;
    margin: 1px;
    height: 8px;
    width: 8px; }
  .ishitestimonials .owl-dots .owl-dot img {
    max-width: 100%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid transparent;
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    filter: grayscale(1);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s; }
  .ishitestimonials .owl-dots .owl-dot.active span {
    background: #01b0ed; }
  .ishitestimonials .owl-dots .owl-dot.active img {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: grayscale(0);
    transition: all 0.6s;
    border: 3px solid #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
  .ishitestimonials .owl-carousel .owl-nav {
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 991px) {
      .ishitestimonials .owl-carousel .owl-nav {
        display: none; } }
  .ishitestimonials .owl-carousel .owl-nav .owl-prev, .ishitestimonials .owl-carousel .owl-nav .owl-next {
    margin: 0;
    position: absolute;
    top: 32%;
    left: 16%;
    right: auto;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.06); }
  .ishitestimonials .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 16%; }
  .ishitestimonials:hover .owl-carousel .owl-nav {
    /* If media is above 543 */ }
  @media (min-width: 544px) {
        .ishitestimonials:hover .owl-carousel .owl-nav {
          opacity: 1; } }

#ishistoreinfo {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  #ishistoreinfo .store-logo {
    /* If media is above 1200 */
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px; }
  @media (min-width: 1200px) {
    #ishistoreinfo .store-logo {
      width: 90%; } }
  #ishistoreinfo .store-logo img {
    max-width: 100%; }
  #ishistoreinfo .store-logo:after {
    display: none; }
  #ishistoreinfo .store-description {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    /* If media is above 1200 */ }
  @media (min-width: 1200px) {
    #ishistoreinfo .store-description {
      width: 60%; } }
  #ishistoreinfo .store-description p {
    line-height: 24px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
    color: #666; }

.ishiproduct-block {
  position: relative;
  text-align: center; }
  .ishiproduct-block #product-tab {
    border: none;
    text-align: center;
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 5px; }
  .ishiproduct-block #product-tab .nav-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 10px;
    float: none;
    /* If media is below 544 */ }
  .ishiproduct-block #product-tab .nav-item:last-child {
    /* If media is below 544 */ }
  @media (max-width: 380px) {
        .ishiproduct-block #product-tab .nav-item:last-child {
          margin-bottom: 0px; } }
  @media (max-width: 380px) {
      .ishiproduct-block #product-tab .nav-item {
        display: block;
        text-align: center; } }
  .ishiproduct-block #product-tab .nav-item .nav-link {
    /* If media is below 768 */
    background: #f5f5f5;
    border-radius: 20px;
    border: 3px solid #fff;
    display: inline-block;
    color: #666;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.42px;
    outline: medium none;
    padding: 10px 22px;
    line-height: 1.1;
    position: relative;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s; }
  @media (max-width: 543px) {
        .ishiproduct-block #product-tab .nav-item .nav-link {
          padding: 7px 10px; } }
  .ishiproduct-block #product-tab .nav-item .nav-link.active {
    color: #fff;
    background: #01b0ed; }
  .ishiproduct-block #product-tab .nav-item:last-child .nav-link:after {
    display: none; }
  .ishiproduct-block #product-tab .nav-item.active .nav-link {
    color: #fff;
    background: #01b0ed; }
  .ishiproduct-block .tab-content {
    margin-top: 10px;
    overflow: hidden; }
  @media (max-width: 543px) {
    .ishiproduct-block .tab-content {
      padding: 0; } }
  .ishiproduct-block .owl-theme .owl-nav {
    margin-top: 15px; }
  @media (max-width: 543px) {
      .ishiproduct-block .owl-theme .owl-nav {
        margin-top: 10px; } }

.smartblog_block {
  position: relative;
  clear: both;
  text-align: center; }
  .smartblog_block .home-title {
    margin-bottom: 10px; }
  .smartblog_block .sds_blog_post {
    padding: 15px; }
  .smartblog_block .blog_post {
    position: relative;
    display: block; }
  .smartblog_block .blog_post .img-border {
    padding: 5px;
    margin: 5px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
  .smartblog_block .blog_post:hover .news_module_image_holder {
    position: relative; }
  .smartblog_block .blog_post:hover .news_module_image_holder img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5); }
  .smartblog_block .blog_post:hover .news_module_image_holder .blogicons {
    opacity: 1; }
  .smartblog_block .blog_post:hover .news_module_image_holder .date-time {
    opacity: 1; }
  .smartblog_block .blog_post:hover .news_module_image_holder .write-comment a {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .smartblog_block .blog_post .news_module_image_holder {
    display: block;
    max-width: 100%;
    position: relative;
    background: #232323; }
  .smartblog_block .blog_post .news_module_image_holder a {
    display: block;
    overflow: hidden; }
  .smartblog_block .blog_post .news_module_image_holder .blogicons {
    display: none; }
  .smartblog_block .blog_post .news_module_image_holder img {
    width: 100%;
    -webkit-transform-style: unset;
    -webkit-transition: all 2s ease;
    transition: all 2s ease; }
  .smartblog_block .blog_post .news_module_image_holder .hover-date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .smartblog_block .blog_post .news_module_image_holder .date-time {
    padding: 15px;
    color: #fff;
    background-color: #ff1276;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.5;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 10px;
    border: 4px solid #fff;
    border-radius: 30px; }
  .smartblog_block .blog_post .news_module_image_holder .date-time .date_month {
    display: block; }
  .smartblog_block .blog_post .news_module_image_holder .author {
    display: block; }
  .smartblog_block .blog_post .news_module_image_holder .write-comment {
    display: none;
    position: absolute;
    background: #fff;
    color: #01b0ed;
    bottom: -20px;
    padding: 20px 15px 15px;
    left: 50px;
    right: 50px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Rubik', sans-serif;
    vertical-align: middle; }
  .smartblog_block .blog_post .news_module_image_holder .write-comment a {
    color: #01b0ed; }
  .smartblog_block .blog_post .blog_content {
    position: relative;
    margin-top: 30px;
    text-align: center;
    float: unset;
    margin-bottom: 15px; }
  .smartblog_block .blog_post .blog_content .blog_title {
    margin-bottom: 12px;
    line-height: 18px;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    text-transform: unset;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .smartblog_block .blog_post .blog_content .blog_title a {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0.48px; }
  .smartblog_block .blog_post .blog_content .blog-desc {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #787878;
    line-height: 24px;
    text-align: center; }
  .smartblog_block .blog_post .blog_content .view-blog {
    display: inline-block;
    vertical-align: middle; }
  .smartblog_block .blog_post .blog_content .view-blog a {
    display: block;
    overflow: hidden; }
  .smartblog_block .owl-nav {
    margin-top: 15px; }
  @media (max-width: 991px) {
    .smartblog_block .owl-nav {
      margin-top: 5px; } }

.ishicategoryblock {
  overflow: hidden;
  position: relative;
  text-align: center; }
  .ishicategoryblock .ishicategory {
    overflow: hidden;
    position: relative; }
  .ishicategoryblock .ishicategory a {
    display: block;
    overflow: hidden;
    position: relative; }
  @media (min-width: 768px) {
            .ishicategoryblock .ishicategory a:hover .image-container img {
              -webkit-animation: shake 1s;
              animation: shake 1s; } }
  .ishicategoryblock .ishicategory a:hover .text-container span {
    top: -40px; }
  .ishicategoryblock .ishicategory a:hover .text-container i:before {
    top: 0; }
  .ishicategoryblock .ishicategory .image-container {
    position: relative;
    width: 178px;
    max-width: 100%;
    margin: 0 auto 10px; }
  .ishicategoryblock .ishicategory .image-container img {
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ishicategoryblock .ishicategory .text-container {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    min-width: 140px;
    margin: 5px;
    text-transform: unset;
    overflow: hidden; }
  @media (max-width: 543px) {
      .ishicategoryblock .ishicategory .text-container {
        font-size: 14px;
        min-width: 120px; } }
  @media (max-width: 375px) {
      .ishicategoryblock .ishicategory .text-container {
        padding: 9px; } }
  .ishicategoryblock .ishicategory .text-container span {
    position: relative;
    top: 0;
    transition: 0.4s all ease; }
  .ishicategoryblock .ishicategory .text-container i:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-top: 2px;
    line-height: 20px;
    vertical-align: middle;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.2s linear 0s; }
  .ishicategoryblock .owl-nav {
    margin-top: 15px; }

#ishiparallaxbanner {
  overflow: hidden;
  position: relative; }
  #ishiparallaxbanner .parallax {
    padding: 160px 0;
    display: block;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden; }
  @media (max-width: 991px) {
    #ishiparallaxbanner .parallax {
      padding: 80px 0; } }
  #ishiparallaxbanner .parallax .parallax-contain {
    margin-left: -15px;
    margin-right: -15px; }
  #ishiparallaxbanner .parallax .parallax-contain .parallax-list {
    text-align: center; }
  @media (max-width: 767px) {
        #ishiparallaxbanner .parallax .parallax-contain .parallax-list {
          padding: 30px 15px;
          float: none;
          max-width: 100%; } }
  @media (max-width: 349px) {
        #ishiparallaxbanner .parallax .parallax-contain .parallax-list {
          padding: 30px 5px;
          float: none; } }
  #ishiparallaxbanner .parallax .parallax-contain .parallax-list .parallax-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: unset;
    font-family: 'Rubik', sans-serif;
    color: #000; }
  @media (max-width: 1199px) {
          #ishiparallaxbanner .parallax .parallax-contain .parallax-list .parallax-title {
            font-size: 45px;
            line-height: 45px; } }
  @media (max-width: 543px) {
          #ishiparallaxbanner .parallax .parallax-contain .parallax-list .parallax-title {
            font-size: 32px;
            line-height: 35px;
            margin-bottom: 15px; } }
  @media (max-width: 480px) {
          #ishiparallaxbanner .parallax .parallax-contain .parallax-list .parallax-title {
            font-size: 28px;
            line-height: 32px; } }
  #ishiparallaxbanner .parallax .parallax-contain .parallax-list .parallax-subtitle {
    font-size: 100px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #d6ac95;
    line-height: 60px;
    letter-spacing: 0;
    margin-bottom: 15px; }
  @media (max-width: 1199px) {
          #ishiparallaxbanner .parallax .parallax-contain .parallax-list .parallax-subtitle {
            font-size: 60px;
            line-height: 70px; } }
  @media (max-width: 991px) {
          #ishiparallaxbanner .parallax .parallax-contain .parallax-list .parallax-subtitle {
            font-size: 50px;
            line-height: 60px;
            margin-bottom: 0; } }
  #ishiparallaxbanner .parallax .parallax-contain .parallax-list .parallax-info {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #666;
    position: relative;
    letter-spacing: 0.5px;
    font-family: 'Rubik', sans-serif; }
  @media (max-width: 543px) {
          #ishiparallaxbanner .parallax .parallax-contain .parallax-list .parallax-info {
            font-size: 14px;
            margin-bottom: 20px; } }
  #ishiparallaxbanner .parallax-text-right {
    float: right; }

#ishiinstagramblock {
  position: relative;
  text-align: center; }
  #ishiinstagramblock .home-title a {
    display: block;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #222;
    text-transform: unset;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px; }
  @media (max-width: 1199px) {
      #ishiinstagramblock .home-title a {
        font-size: 36px;
        line-height: 36px; } }
  @media (max-width: 991px) {
      #ishiinstagramblock .home-title a {
        font-size: 30px;
        line-height: 30px; } }
  @media (max-width: 767px) {
      #ishiinstagramblock .home-title a {
        font-size: 26px;
        line-height: 26px; } }
  @media (max-width: 575px) {
      #ishiinstagramblock .home-title a {
        margin-bottom: 20px;
        padding-bottom: 20px; } }
  #ishiinstagramblock .home-title a h3 {
    font-size: 16px;
    display: block;
    line-height: 24px;
    letter-spacing: 8px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #01b0ed; }
  @media (max-width: 991px) {
        #ishiinstagramblock .home-title a h3 {
          letter-spacing: 5px; } }
  @media (max-width: 767px) {
        #ishiinstagramblock .home-title a h3 {
          letter-spacing: 3px; } }
  @media (max-width: 575px) {
        #ishiinstagramblock .home-title a h3 {
          font-size: 14px;
          margin-bottom: 8px; } }
  #ishiinstagramblock .home-title a:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background: #01b0ed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #ishiinstagramblock #ishiinstagram-carousel {
    position: relative; }
  #ishiinstagramblock #ishiinstagram-carousel .item 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; }
  #ishiinstagramblock #ishiinstagram-carousel .item a img {
    max-width: 100%;
    -webkit-transform-style: unset;
    transform-style: unset;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s; }
  #ishiinstagramblock #ishiinstagram-carousel .item a .image-overlay {
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    width: 94%;
    height: 94%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    overflow: hidden;
    opacity: 0;
    transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -moz-transition: all 1.1s;
    -ms-transition: all 1.1s;
    -o-transition: all 1.1s; }
  #ishiinstagramblock #ishiinstagram-carousel .item a .image-overlay span:before, #ishiinstagramblock #ishiinstagram-carousel .item a .image-overlay span:after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 50%;
    transition-duration: 0.6s;
    z-index: 1;
    transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -moz-transition: all 1.1s;
    -ms-transition: all 1.1s;
    -o-transition: all 1.1s; }
    #ishiinstagramblock #ishiinstagram-carousel .item a .image-overlay span:after {
      right: 0;
      left: auto;
      top: 50%; }
  #ishiinstagramblock #ishiinstagram-carousel .item a .image-overlay:before, #ishiinstagramblock #ishiinstagram-carousel .item a .image-overlay:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: rgba(255, 255, 255, 0.5);
    left: 50%;
    top: 0;
    transition-duration: 0.6s;
    z-index: 1;
    transition: all 1.1s;
    -webkit-transition: all 1.1s;
    -moz-transition: all 1.1s;
    -ms-transition: all 1.1s;
    -o-transition: all 1.1s; }
  #ishiinstagramblock #ishiinstagram-carousel .item a .image-overlay:after {
    left: 50%;
    bottom: 0;
    top: auto; }
  #ishiinstagramblock #ishiinstagram-carousel .item a .instagram {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
    margin-top: -10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  #ishiinstagramblock #ishiinstagram-carousel .item a .instagram i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    #ishiinstagramblock #ishiinstagram-carousel .item a .instagram i:hover {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25); }
  #ishiinstagramblock #ishiinstagram-carousel .item .text-container {
    position: absolute;
    bottom: 0;
    display: block;
    padding: 10px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: #fff; }
  #ishiinstagramblock #ishiinstagram-carousel .item .text-container .likes {
    float: left;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    margin-bottom: 5px; }
  #ishiinstagramblock #ishiinstagram-carousel .item .text-container .comments {
    float: right;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    margin-bottom: 5px; }
  #ishiinstagramblock #ishiinstagram-carousel .item .text-container i {
    display: block;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
    padding-left: 8px; }
  #ishiinstagramblock #ishiinstagram-carousel .item:hover a img {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5); }
  #ishiinstagramblock #ishiinstagram-carousel .item:hover a .instagram {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  #ishiinstagramblock #ishiinstagram-carousel .item:hover a .image-overlay {
    opacity: 1; }
    #ishiinstagramblock #ishiinstagram-carousel .item:hover a .image-overlay:after, #ishiinstagramblock #ishiinstagram-carousel .item:hover a .image-overlay:before {
      width: 100%;
      left: 0; }
    #ishiinstagramblock #ishiinstagram-carousel .item:hover a .image-overlay span:after, #ishiinstagramblock #ishiinstagram-carousel .item:hover a .image-overlay span:before {
      height: 100%;
      top: 0; }
  #ishiinstagramblock #ishiinstagram-carousel .item:hover .text-container {
    opacity: 1; }

.ishi-collection-section {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
  .ishi-collection-section {
    margin-bottom: 0; } }
  .ishi-collection-section .ishicollectionblock {
    overflow: hidden; }
  .ishi-collection-section .ishicollectionblock .ishicollectionblock-containers {
    display: inline-block; }
  .ishi-collection-section .ishicollectionblock .ishicollectionblock-container {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px; }
  .ishi-collection-section .ishicollectionblock .ishicollectionblock-container .img-container {
    position: relative;
    overflow: hidden; }
  @media (max-width: 543px) {
        .ishi-collection-section .ishicollectionblock .ishicollectionblock-container .img-container {
          display: block; } }
  @media (max-width: 575px) {
        .ishi-collection-section .ishicollectionblock .ishicollectionblock-container .img-container {
          display: inline-block;
          vertical-align: middle; } }
  .ishi-collection-section .ishicollectionblock .ishicollectionblock-container .img-container a {
    position: relative;
    overflow: hidden;
    display: block; }
  .ishi-collection-section .ishicollectionblock .ishicollectionblock-container .img-container img {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    -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; }
  .ishi-collection-section .ishicollectionblock .ishicollectionblock-container .menu-container {
    margin-top: 15px; }
  .ishi-collection-section .ishicollectionblock .ishicollectionblock-container .menu-container .heading {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 17px;
    display: block;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ishi-collection-section .ishicollectionblock .ishicollectionblock-container .menu-container .collection-item {
    font-size: 14px;
    line-height: 14px;
    color: #666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ishi-collection-section .ishicollectionblock .ishicollectionblock-container:hover img {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5); }

.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: 'Rubik', sans-serif;
        padding: 5px 0;
        color: #01b0ed;
        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: #666; }
          @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: 'Rubik', sans-serif;
        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: 'Rubik', sans-serif;
      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: #787878;
  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; }

.ishi-featuredproduct-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  top: auto;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
  border-top: 1px solid #e5e5e5; }
  .ishi-featuredproduct-section .ishi_featured-product {
    padding: 10px 0;
    display: flex;
    align-items: center; }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-left {
    width: 90px; }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-left .product-single__photo-wrapper {
    margin: 0 auto;
    width: 100%;
    position: relative; }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-left .product-single__photo-wrapper .product-single__photo {
    margin: 0; }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-left .product-single__photo-wrapper .product-single__photo img {
    width: 92px;
    border: 1px solid #eee; }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right {
    padding-left: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .product-single__title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #232323; }
  @media (max-width: 1199px) {
          .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .product-single__title {
            font-size: 16px; } }
  @media (max-width: 767px) {
          .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .product-single__title {
            font-size: 15px; } }
  @media (max-width: 543px) {
          .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .product-single__title {
            font-size: 14px; } }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .price-product .product-single__price {
    margin: 0;
    color: #788188;
    font-size: 1.25em;
    font-weight: 400; }
    .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .price-product .product-single__price .regular-price {
      text-decoration: line-through;
      vertical-align: middle;
      font-size: 18px;
      font-weight: 400;
      color: #666; }
      @media (max-width: 1199px) {
          .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .price-product .product-single__price .regular-price {
            font-size: 16px; } }
      @media (max-width: 767px) {
          .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .price-product .product-single__price .regular-price {
            font-size: 14px; } }
      @media (max-width: 543px) {
          .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .price-product .product-single__price .regular-price {
            font-size: 13px; } }
    .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .price-product .product-single__price .product-price__sale {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      font-weight: 500;
      color: #01b0ed;
      margin-left: 5px; }
      @media (max-width: 1199px) {
          .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .price-product .product-single__price .product-price__sale {
            font-size: 16px; } }
      @media (max-width: 767px) {
          .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .price-product .product-single__price .product-price__sale {
            font-size: 15px; } }
      @media (max-width: 543px) {
          .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .title-price .price-product .product-single__price .product-price__sale {
            font-size: 14px; } }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right form {
    margin: 0;
    display: block;
    width: auto; }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right form .product-form__item {
    width: unset;
    vertical-align: middle;
    display: inline-block;
    float: unset;
    margin: 0;
    padding: 0 5px; }
  @media (max-width: 991px) {
            .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right form .product-form__item.selector-wrapper {
              display: none; } }
  @media (max-width: 767px) {
            .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right form .product-form__item.product-form__item--quantity {
              display: none; } }
  @media (max-width: 543px) {
          .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right form .product-form__item {
            padding: 0; } }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right form .product-form__item label {
    cursor: pointer;
    display: block;
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 17px;
    font-size: 14px; }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right form .product-form__item .addToCart {
    padding: 14px 33px;
    border-radius: 30px; }
    @media (max-width: 543px) {
          .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right form .product-form__item .addToCart {
            padding: 2px 0 0;
            font-size: 14px;
            background: 0 0;
            border: none;
            color: #232323;
            font-weight: 400;
            border-bottom: 1px solid #333;
            border-radius: 0; } }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right form .selector-wrapper select {
    min-width: 120px;
    height: 50px;
    width: 100%;
    background-image: url(../images/dropdown-sprite.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-color: #fff;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    outline: 0;
    color: #888;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    -webkit-appearance: none;
    appearance: none; }
  .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right form .product-info {
    display: inline-block;
    vertical-align: bottom; }
  @media (max-width: 749px) {
        .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right .price-product {
          display: block;
          font-size: 18px; } }
  @media (max-width: 543px) {
      .ishi-featuredproduct-section .ishi_featured-product .ishi_featured-right {
        display: block; } }
  .ishi-featuredproduct-section .close {
    line-height: 30px;
    font-size: 28px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: -15px;
    opacity: 1;
    font-weight: 400;
    background: #232323;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1); }
  @media (max-width: 543px) {
    .ishi-featuredproduct-section .close {
      width: 25px;
      height: 25px;
      font-size: 20px;
      right: 5px;
      top: 5px;
      line-height: 22px; } }

.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: #888;
  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: #888;
    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 .offer-background {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 0;
    text-align: center;
    border-radius: 30px;
    z-index: 1; }
  #header .offer-inner {
    width: 60%;
    margin: 0 auto; }
  @media (max-width: 991px) {
    #header .offer-inner {
      width: 80%; } }
  @media (max-width: 767px) {
    #header .offer-inner {
      width: 90%; } }
  #header .offer-heading {
    padding: 5px 0;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0; }
  #header .close-btn {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 30px;
    color: #fff;
    border: 0;
    background: 0 0;
    opacity: 1;
    font-weight: 500;
    z-index: 2;
    cursor: pointer; }
  #header .desktop-user-info {
    text-align: left;
    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; }
  @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 a {
    color: #232323;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  #header .desktop-user-info a:hover {
    color: #d6ac95; }
  @media (max-width: 991px) {
      #header .desktop-user-info a {
        color: #fff; } }
  #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: 991px) {
  .mobile-width {
    background-color: #fff;
    border-top: 0; } }
  .mobile-width .container {
    padding: 10px 15px; }
  .mobile-width > .page-width > .row {
    display: flex;
    align-items: center; }
  .mobile-width .mobile-width-left {
    padding: 5px 6px;
    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: #232323;
    width: 40px;
    height: 40px; }
  @media (max-width: 991px) {
            .mobile-width .mobile-width-left .menu-icon #_mobile_search .search-widget .search-logo {
              fill: #232323; } }
  .mobile-width #_mobile_logo {
    width: 40%;
    margin: 0 auto;
    text-align: center !important;
    padding: 0 5px;
    vertical-align: middle; }
  .mobile-width #_mobile_logo .header__logo {
    margin-bottom: 0; }
  .mobile-width .mobile-width-right {
    width: 30%;
    padding: 5px 6px;
    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: #232323;
    width: 40px;
    height: 40px; }

#header #_mobile_user_info, #header #_mobile_cart1 {
  width: 40px;
  height: 40px;
  position: relative; }
  #header #_mobile_user_info svg, #header #_mobile_cart1 svg {
    fill: #232323;
    height: 40px;
    width: 40px; }
  #header #_mobile_user_info .account-drop, #header #_mobile_cart1 .account-drop {
    left: auto !important;
    right: 0;
    position: absolute;
    z-index: 999999;
    min-width: 160px;
    background-color: #fff;
    padding: 5px 7px;
    margin: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18); }
  @media (max-width: 991px) {
      #header #_mobile_user_info .account-drop, #header #_mobile_cart1 .account-drop {
        top: 45px; } }
  #header #_mobile_user_info .account-drop .user-item, #header #_mobile_cart1 .account-drop .user-item {
    padding: 3px 10px;
    text-align: left;
    line-height: 20px;
    background-color: transparent; }
  #header #_mobile_user_info .account-drop .user-item a, #header #_mobile_cart1 .account-drop .user-item a {
    color: #888;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 400;
    text-decoration: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  #header #_mobile_user_info .account-drop .user-item:hover .languge-select, #header #_mobile_cart1 .account-drop .user-item:hover .languge-select {
    color: #232323; }
  @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 {
    position: absolute;
    font-size: 11px;
    font-weight: 500;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #01b0ed;
    text-align: center;
    margin: 0 auto;
    right: -4px;
    top: 3px;
    line-height: 16px;
    padding: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
  @media (max-width: 991px) {
    #header .cart-qty {
      right: 7px;
      top: 7px; } }
  #header .cartempty {
    top: 50px;
    z-index: 2;
    right: 10px;
    position: absolute; }
  @media (max-width: 991px) {
    #header .cartempty {
      top: 45px; } }
  #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: 'Poppins', sans-serif;
    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: #232323; }
  #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: #232323;
    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; }

#left-column h3, #right-column h3 {
  margin: 0; }
  #left-column .block-title, #right-column .block-title {
    border: medium none;
    color: #232323;
    font: 400 16px/18px 'Rubik', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    margin: 0;
    text-align: left;
    background: #f5f5f5;
    padding: 15px;
    text-transform: uppercase !important;
    /* If media is below 1200 */ }
  @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 {
    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 {
      margin-bottom: 15px; } }
  #left-column #search_filters_wrapper .text-uppercase, #right-column #search_filters_wrapper .text-uppercase {
    /* If media is below 992 */
    color: #232323;
    font: 400 16px/18px 'Rubik', sans-serif;
    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 {
        margin-bottom: 0; } }
  #left-column #search_filters_wrapper .material-icons, #right-column #search_filters_wrapper .material-icons {
    color: #fff; }
  @media (max-width: 991px) {
      #left-column #search_filters_wrapper .material-icons, #right-column #search_filters_wrapper .material-icons {
        color: #000; } }
  #left-column .category-block-container, #right-column .category-block-container {
    margin-bottom: 30px;
    text-decoration: none;
    border: 1px solid #eee;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    #left-column .category-block-container, #right-column .category-block-container {
      margin-bottom: 15px; } }
  #left-column .category-block-container .text-uppercase, #right-column .category-block-container .text-uppercase {
    color: #232323;
    font: 400 16px/18px 'Rubik', sans-serif;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase !important; }
  #left-column .category-block-container .block-categories, #right-column .category-block-container .block-categories {
    background: #fff;
    width: 100%; }
  #left-column .category-block-container .block-categories a, #right-column .category-block-container .block-categories a {
    color: #232323; }
  #left-column .category-block-container .block-categories .category-top-menu, #right-column .category-block-container .block-categories .category-top-menu {
    margin-bottom: 0;
    padding: 15px; }
  #left-column .category-block-container .block-categories .category-sub-menu li, #right-column .category-block-container .block-categories .category-sub-menu li {
    position: relative; }
  #left-column .category-block-container .block-categories .category-sub-menu li[data-depth="0"] > a, #right-column .category-block-container .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 .category-block-container .block-categories .category-sub-menu .category-sub-menu, #right-column .category-block-container .block-categories .category-sub-menu .category-sub-menu {
    margin-left: 10px; }
  #left-column .category-block-container .block-categories .category-sub-menu .category-sub-menu li[data-depth="1"], #right-column .category-block-container .block-categories .category-sub-menu .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0.625rem; }
  #left-column .category-block-container .block-categories .category-sub-menu .category-sub-menu .category-sub-link, #right-column .category-block-container .block-categories .category-sub-menu .category-sub-menu .category-sub-link {
    font-size: 0.875rem; }
  #left-column .category-block-container .block-categories .collapse-icons, #right-column .category-block-container .block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 7px;
    padding: 0;
    cursor: pointer; }
  #left-column .category-block-container .block-categories .collapse-icons i, #right-column .category-block-container .block-categories .collapse-icons i {
    font-size: 16px;
    color: #232323; }
  #left-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .add, #right-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none; }
  #left-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .remove, #right-column .category-block-container .block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: block; }
  #left-column .category-block-container .block-categories .collapse-icons .add:hover, #right-column .category-block-container .block-categories .collapse-icons .add:hover {
    color: #000; }
  #left-column .category-block-container .block-categories .collapse-icons .remove, #right-column .category-block-container .block-categories .collapse-icons .remove {
    display: none; }
  #left-column .category-block-container .block-categories .collapse-icons .remove:hover, #right-column .category-block-container .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;
    border: 1px solid #eee; }
  #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;
    line-height: 18px;
    font-family: 'Rubik', sans-serif; }
  #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: #666;
    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: #01b0ed; }
  #left-column .product-miniature .product-container .product-price-and-shipping .price, #right-column .product-miniature .product-container .product-price-and-shipping .price {
    color: #ff1276; }
  #left-column .product-miniature .product-container .product-title, #right-column .product-miniature .product-container .product-title {
    text-align: left;
    border: 0;
    margin-bottom: 5px;
    font-size: 13px;
    padding: 0;
    line-height: 18px; }
  #left-column .product-miniature .product-container .product-title a, #right-column .product-miniature .product-container .product-title a {
    color: #232323; }
  #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 'Rubik', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0; }
  #search_filters .facet .h6, #search_filters_brands .facet .h6, #search_filters_suppliers .facet .h6 {
    color: #232323; }
  #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: #ff1276;
    border-color: #ff1276;
    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: #01b0ed;
    color: #fff;
    border-color: #01b0ed; }

#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: #232323; }

@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; }

.cart-grid {
  margin-bottom: 1rem; }

.cart-items {
  margin-bottom: 0; }

.cart-item {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .cart-item:last-child {
    border-bottom: 0; }
  .cart-item:hover {
    background: #fafafa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.cart-summary-line {
  margin-bottom: 10px;
  clear: both;
  /** CART BODY **/ }
  .cart-summary-line .label {
    font-weight: normal;
    white-space: inherit;
    font-size: 13px;
    color: #6a6a6a; }
  .cart-summary-line .value {
    float: right;
    font-size: 18px;
    color: #3b3b3b; }
  .cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value {
    font-weight: normal; }

.cart-grid-body {
  margin-bottom: 0.75rem;
  /** CART RIGHT **/ }
  .cart-grid-body a.label:hover {
    color: #232323; }
  .cart-grid-body .card-block {
    padding: 15px;
    display: block; }
  .cart-grid-body .card-block h3 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #232323; }
  .cart-grid-body .cart-overview {
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .cart-grid-body .btn .material-icons {
    top: 0;
    color: #fff; }

.cart-grid-right .promo-discounts {
  margin-bottom: 0; }
  .cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #55595c; }
  .cart-grid-right .promo-discounts .cart-summary-line .label .code {
    text-decoration: underline;
    cursor: pointer; }
  .cart-grid-right #block-reassurance li .block-reassurance-item {
    text-transform: capitalize; }
  @media (max-width: 768px) {
    .cart-grid-right #block-reassurance {
      margin-top: 35px; } }

.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: 10px;
  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: #232323; }
  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: #01b0ed; }

.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; } }

.login-page {
  padding: 50px 0; }
  .login-page .block-title {
    margin-bottom: 30px;
    text-align: center; }
  .login-page .block-title .title {
    color: #01b0ed;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0; }
  .login-page .login-form {
    margin-top: 15px; }
  .login-page .text-center {
    text-align: center; }
  .login-page form {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    max-width: 640px;
    margin: 0 auto;
    padding: 30px; }
  .login-page form .form-control-label {
    text-align: right;
    line-height: 38px;
    /* If media is below 768 */ }
  @media (max-width: 767px) {
      .login-page form .form-control-label {
        text-align: left;
        line-height: 20px; } }

.about-page {
  padding: 30px 0 20px; }
  .about-page .section-header {
    /* If media is below 992 */
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 90px; }
  @media (max-width: 991px) {
    .about-page .section-header {
      width: 100%; } }
  @media (max-width: 1199px) {
    .about-page .section-header {
      margin-top: 35px; } }
  .about-page .section-header p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 0; }
  @media (max-width: 1199px) {
      .about-page .section-header p {
        width: 80%;
        margin: 0 auto; } }
  @media (max-width: 1199px) {
      .about-page .section-header p {
        width: 90%;
        margin: 0 auto; } }
  .about-page .home-title {
    padding: 0;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0; }
  @media (max-width: 1299px) {
    .about-page .home-title {
      font-size: 28px;
      line-height: 36px; } }
  @media (max-width: 543px) {
    .about-page .home-title {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 14px; } }
  .about-page .about-services {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center; }
  .about-page .about-services .service {
    /*margin-bottom: 30px;
				&:last-child {
					margin-bottom: 0;
				}*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 767px) {
      .about-page .about-services .service {
        margin-bottom: 25px; }
        .about-page .about-services .service:last-child {
          margin-bottom: 0; } }
  .about-page .about-services .service .service-img {
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .about-page .about-services .service .service-img img {
    max-width: 100%; }
  .about-page .about-services .service h3 {
    color: #242424;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize; }
  .about-page .about-services .service p {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 0; }
  .about-page .about-services .service:hover h3 {
    color: #707070; }

  .about-page .about-services .service p:hover {
    color: black; }

  .about-page .about-services .service:hover .service-img {
    transform: rotateY(360deg);
    -webkit-transition: rotateY(360deg);
    -moz-transition: rotateY(360deg);
    -o-transition: rotateY(360deg); }
  .about-page .about-container:last-child {
    margin-bottom: 0; }
  .about-page .about-container.bottom-about {
    margin-top: 90px; }
  @media (max-width: 1199px) {
      .about-page .about-container.bottom-about {
        margin-top: 35px;
        margin-bottom: 30px; } }
  .about-page .about-container.bottom-about .about-us {
    margin-top: 0; }
  @media (min-width: 992px) {
        .about-page .about-container.bottom-about .information-container {
          order: 1; } }
  @media (min-width: 992px) {
        .about-page .about-container.bottom-about .aboutimg {
          order: 2; } }
  .about-page .about-container .row {
    align-items: center; }
  .about-page .about-container .about-img {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
      .about-page .about-container .about-img {
        display: inline-block; } }
  .about-page .about-container .about-img:before, .about-page .about-container .about-img:after {
    content: '';
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .about-page .about-container .about-img:before {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    background: rgba(0, 0, 0, 0.1); }
  .about-page .about-container .about-img:after {
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    background: transparent !important; }
  .about-page .about-container .about-img img {
    max-width: 100%;
    box-shadow: -4px 4px 5px -3px rgba(0, 0, 0, .2); }
  .about-page .about-container:hover a:before, .about-page .about-container:hover a:after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
  .about-page .about-container .about-us {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left; }
  .about-page .about-container .about-us .title-container {
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding: 0; }
  @media (max-width: 1299px) {
        .about-page .about-container .about-us .title-container {
          font-size: 28px;
          line-height: 36px; } }
  @media (max-width: 1199px) {
        .about-page .about-container .about-us .title-container {
          margin-top: 18px; } }
  @media (max-width: 543px) {
        .about-page .about-container .about-us .title-container {
          margin-bottom: 14px;
          font-size: 22px;
          line-height: 30px; } }
  .about-page .about-container .about-us p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 50px; }
  @media (max-width: 1199px) {
        .about-page .about-container .about-us p {
          margin-bottom: 30px; } }
  .about-page .about-container .about-us .about-btn {
    margin-top: 20px; }
  @media (max-width: 991x) {
        .about-page .about-container .about-us .about-btn {
          margin-top: 15px; } }
  .about-page .about-container .about-us .about-btn svg {
    fill: #fff;
    height: 9px;
    transform: rotateY(180deg);
    margin-top: -2px;
    margin-left: 5px; }
  @media (max-width: 768px) {
  .about-page {
    padding: 0; } }

#wrapper {
  padding: 30px 0; }
  #index #wrapper {
    padding: 0; }
  #wrapper .banner {
    margin-bottom: 1.5rem;
    display: block; }

#wrapper1 {
  padding: 30px 0;
  /*** 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: #e7f5fe; } }
  .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; }
  @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: 0;
  padding: 14px 0;
  background-color: #e7f5fe;
  /****** 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: #232323;
    background-color: #fff;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .1);
    transition: 0.5s; }
  .pagination a:hover {
    color: #fff;
    background-color: #FF2F2F; }
  .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: #C80909;
    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: #232323; }
  @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: #787878;
    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: #f5f5f5;
  margin-bottom: 15px;
  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: #232323;
    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: #232323; }
        #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 .ishipblock1 .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-bottom: 30px; }
  @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;
    border: 1px solid #eee; }
  .products.list .product-thumb {
    background: 0 0;
    border: none; }
  @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 .btn-cart {
    transform: unset !important;
    position: unset;
    text-align: left;
    opacity: 1;
    margin-top: 8px; }
  .products.list .product-thumb .image {
    padding: 15px; }
  @media (max-width: 767px) {
        .products.list .product-thumb .image {
          width: 100%; } }
  @media (max-width: 543px) {
        .products.list .product-thumb .image {
          margin-bottom: 15px; } }
  .products.list .product-thumb .image .thumbnail-buttons {
    opacity: 0; }
  .products.list .product-thumb .caption {
    float: right;
    background-color: transparent;
    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 {
          width: 100%;
          padding: 0;
          padding-top: 20px;
          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 .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: #787878;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-family: 'Rubik', sans-serif; }

@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;
  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: #232323;
  text-transform: capitalize;
  border: 0;
  padding: 0; }

.form-control-select {
  -moz-appearance: menulist;
  background: none; }

.product-price {
  color: #232323;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 24px; }

#product-description-short {
  color: #a9a9a9; }

.product-information {
  font-size: 14px;
  color: #232323; }
  .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: #232323; }
  .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: #505050; }
  .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;
    margin-left: 5px; }
  .product-quantity .wishlist_login:hover span {
    color: #666; }
  .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; } }
  .tabs .nav-tabs .nav-link {
    color: #232323;
    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: #01b0ed;
    background: #01b0ed;
    color: #fff; }
  .tabs .nav-tabs .nav-link.active:before {
    border-color: #01b0ed transparent transparent transparent; }
  .tabs .nav-tabs .nav-link:hover {
    border-color: #01b0ed;
    background: #01b0ed;
    color: #fff; }
  .tabs .nav-tabs .nav-link:hover:before {
    border-color: #01b0ed transparent transparent transparent; }
  .tabs .nav-tabs .nav-link:focus {
    border-color: #01b0ed;
    background: #01b0ed;
    color: #fff; }
  .tabs .nav-tabs .nav-link:focus:before {
    border-color: #01b0ed 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; } }
  .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 #e4e4e4;
    text-align: center; }
  .tabs #tab-content #description {
    text-align: left; }
  .tabs #tab-content #description .product-description p {
    font-size: 14px;
    color: #787878;
    letter-spacing: 0.1px; }
  .tabs #tab-content #description .product-description > h4 {
    color: #232323;
    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: #787878;
    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;
    border: 1px solid #eee; }
  .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; } }
  #main .images-container .js-qv-mask .js-thumb {
    border: 1px solid #eee; }
  @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: -15px;
  right: auto;
  position: absolute;
  top: 35%;
  margin: 0;
  width: 35px;
  height: 35px; }
  @media (max-width: 575px) {
      .mask .owl-nav .owl-prev, .mask .owl-nav .owl-next {
        top: 42%; } }
  @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;
    line-height: 31px; }
  .mask .owl-nav .owl-next {
    right: -15px;
    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: #ebebeb;
    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: none;
  overflow: hidden;
  margin-bottom: 15px; }

.product-flags {
  position: absolute;
  top: 0;
/*  left: 0;*/
  right: 0;
  width: 100%; }

li.product-flag {
  position: absolute;
  display: block;
  padding: 5px 7px;
  color: #232323;
  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: #232323;
    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.whatsapp {
    background-color: #2BB741; }
  .product-additional-info .social-sharing li.whatsapp a:before {
    content: "\f232"; }
  .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: #01b0ed; }
  .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; } }
  @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: 15px;
    border-left: 3px solid #01b0ed ! important;
    border: 1px solid #e9e9e9;
    background: #f7f8fa;
    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: #787878;
    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: #232323; }
  #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; }

#contact #wrapper {
  display: block;
  width: 100%;
  overflow: hidden; }
  #contact #wrapper iframe {
    width: 100%;
    border: 0; }

.contact-form-information {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
  /* If media is below 768 */ }
  @media (max-width: 767px) {
  .contact-form-information {
    padding-bottom: 50px; } }
  .contact-form-information .contact-banner {
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    .contact-form-information .contact-banner {
      text-align: center; } }
  .contact-form-information .contact-banner .image-container {
    position: relative;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
      .contact-form-information .contact-banner .image-container {
        display: inline-block;
        vertical-align: middle; } }
  .contact-form-information .contact-banner .image-container a {
    display: block;
    position: relative; }
  .contact-form-information .contact-banner .image-container a:after {
    border-color: rgba(200, 200, 200, .3);
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 100%;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    /* If media is below 768 */ }
  @media (max-width: 767px) {
          .contact-form-information .contact-banner .image-container a:after {
            display: none; } }
  .contact-form-information .contact-banner .image-container a:hover:after {
    border-color: #ff1276;
    opacity: 0.4; }
  .contact-form-information .contact-banner .image-container img {
    max-width: 100%;
    width: 100%; }
  .contact-form-information .information-container {
    text-align: left;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    .contact-form-information .information-container {
      text-align: center; } }
  .contact-form-information .information-container .list-contact-info .contact_info_item {
    float: left;
    /* If media is below 543 */ }
  @media (max-width: 575px) {
        .contact-form-information .information-container .list-contact-info .contact_info_item {
          width: 100%;
          float: none; } }
  .contact-form-information .information-container .list-contact-info .contact_info_item h3 {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 10px;
    line-height: 1.1;
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize; }
  .contact-form-information .information-container .list-contact-info .contact_info_item p, .contact-form-information .information-container .list-contact-info .contact_info_item a {
    color: #696969;
    line-height: 25px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif; }
  .contact-form-information .information-container .list-contact-info .contact_info_item p a:hover, .contact-form-information .information-container .list-contact-info .contact_info_item a a:hover {
    color: #696969; }
  .contact-form-information .information-container .list-contact-info .contact_info_item:nth-child(3) {
    clear: left; }
  .contact-form-information .information-container .list-contact-info .block-social {
    margin: 0;
    text-align: left;
    top: 0;
    padding: 0 15px;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
        .contact-form-information .information-container .list-contact-info .block-social {
          text-align: center; } }
  .contact-form-information .information-container .list-contact-info .block-social li {
    display: inline-block;
    vertical-align: middle; }
  .contact-form-information .information-container .list-contact-info .block-social li a:before {
    font-size: 16px; }
    .contact-form-information .information-container .list-contact-info .block-social li a i {
      font-size: 14px;
      color: #fff;
      line-height: 34px; }
    .contact-form-information .information-container .list-contact-info .block-social li a .socialicon-label {
      display: none; }

.title-container {
  padding: 16px 30px;
  padding-right: 0;
  margin-bottom: 45px;
  /* If media is below 768 */ }
  @media (min-width: 992px) {
  .title-container {
    padding-left: 30px; } }
  @media (max-width: 767px) {
  .title-container {
    margin-bottom: 10px; } }
  .title-container .heading {
    color: #232323;
    font-size: 40px;
    display: block;
    letter-spacing: 0.1em;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin: 20px 0 10px;
    line-height: 1.1;
    /* If media is below 543 */ }
  @media (max-width: 575px) {
    .title-container .heading {
      font-size: 25px; } }
  .title-container .subheading {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    /* If media is below 543 */ }
  @media (max-width: 575px) {
    .title-container .subheading {
      font-size: 15px; } }

.contact-form-bottom {
  padding: 15px; }
  @media (min-width: 1200px) {
  .contact-form-bottom {
    max-width: 1000px;
    margin: 0 auto; } }
  .contact-form-bottom .title-container {
    text-align: center; }
  .contact-form-bottom .form-field label {
    display: none; }
  .contact-form-bottom .form-field .form-group {
    margin-bottom: 0; }
  .contact-form-bottom .form-field .form-control {
    box-shadow: none;
    width: 100%;
    font-size: 15px;
    line-height: 1.42857;
    color: #555;
    border-color: #e9e9e9;
    padding: 0 12px;
    margin-bottom: 15px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .contact-form-bottom .form-field input {
    height: 45px; }
  .contact-form-bottom .form-field .form-group-area textarea {
    padding: 12px 12px 0;
    height: auto; }
  .contact-form-bottom .submit-button {
    margin: 0 auto;
    text-align: center; }
  .contact-form-bottom .submit-button .btn {
    margin: 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: #01b0ed;
    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: 'Rubik', sans-serif;
      letter-spacing: 0.8px;
      color: #232323; }
      @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: #01b0ed;
    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: #01b0ed; }
  #content-wrapper #smartblogcat .sdsarticleCat .smartblog-desc .sdsarticle-des {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    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;
    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;
    border: 1px solid #eee;
    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: #151515;
    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: #151515; }
  #right-column .description .blog-desc .smart-desc, #left-column .description .blog-desc .smart-desc {
    font-size: 12px;
    color: #666;
    font-style: italic; }
  #right-column .description .blog-desc .smart-desc .meta-date, #left-column .description .blog-desc .smart-desc .meta-date {
    font-size: 12px;
    color: #666;
    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: #666;
    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: #666; }
    #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 #eee;
    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: #232323; }
  #right-column .popular-blog ul li:hover, #left-column .popular-blog ul li:hover {
    background-color: #01b0ed;
    border-color: #01b0ed; }
  #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: #01b0ed;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.2em;
    font-family: 'Rubik', sans-serif; }
  .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: 'Rubik', sans-serif; }
  @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: #505050;
    font-weight: 300;
    position: relative;
    line-height: 26px;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif; }
  .block .articleContent .post-info a {
    color: #505050;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif; }
  .block .articleContent .post-info .fa {
    padding-right: 5px;
    color: #01b0ed; }
  .block .articleContent a img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .block .articleContent .sdsarticle-des p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #505050;
    letter-spacing: 0;
    font-family: 'Rubik', sans-serif; }
  .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: 'Rubik', sans-serif; }
  @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: 300;
    line-height: 26px;
    font-family: 'Rubik', sans-serif;
    color: #30271c; }
  .smartblogcomments .comment-list li .h3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    color: #30271c;
    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: #505050;
    letter-spacing: 0;
    font-family: 'Rubik', sans-serif; }
  @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; }

.error_page {
  text-align: center;
  padding: 130px 0; }
  .error_page h1, .error_page .title {
    font-size: 100px;
    font-family: 'Marcellus', serif;
    color: #01b0ed; }
  @media (max-width: 575px) {
    .error_page h1, .error_page .title {
      font-size: 60px; } }
  .error_page h1 span, .error_page .title span {
    border: 3px solid #01b0ed;
    background: #fff;
    color: #01b0ed;
    border-radius: 50%;
    font-size: 50px;
    padding: 0px 25px;
    position: relative;
    top: -15px;
    margin-right: 15px;
    font-family: "Poppins", sans-serif; }
  @media (max-width: 575px) {
      .error_page h1 span, .error_page .title span {
        font-size: 30px;
        padding: 0 15px;
        top: -9px; } }
  .error_page .error-text {
    margin-bottom: 30px; }
  .error_page .btn .material-icons {
    top: 0;
    color: #fff; }

#maintenancepage {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
  background-size: cover; }
  @media (min-width: 1200px) {
  #maintenancepage {
    height: 100vh; } }

.password-page {
  color: #232323;
  font-family: 'Rubik', sans-serif;
  text-align: center; }
  .password-page #content-wrapper {
    display: flex;
    align-items: center;
    height: 100vh; }
  .password-page h2, .password-page p, .password-page a {
    font-family: 'Rubik', sans-serif;
    color: #232323;
    font-weight: 400; }
  .password-page a {
    letter-spacing: 0.8px; }
  .password-page .block-social {
    text-align: center;
    margin: 30px 0 40px;
    top: 0;
    padding: 0; }

.password_logo {
  display: block;
  margin-bottom: 30px; }
  .password_logo img {
    max-width: 100%; }

.password-main__inner .password-title {
  margin-bottom: 30px;
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 500;
  /* If media is below 768 */ }
  @media (max-width: 767px) {
    .password-main__inner .password-title {
      font-size: 30px;
      letter-spacing: 1px;
      margin-top: 10px; } }
  @media (max-width: 575px) {
    .password-main__inner .password-title {
      font-size: 25px; } }
  .password-main__inner #passwordpage_header [data-deal="0"] #storecountdown {
    display: none; }
  .password-main__inner #passwordpage_header #storecountdown {
    margin-bottom: 35px; }
  @media (max-width: 575px) {
      .password-main__inner #passwordpage_header #storecountdown {
        margin-bottom: 15px; } }
  .password-main__inner #passwordpage_header #storecountdown .countdown-days, .password-main__inner #passwordpage_header #storecountdown .countdown-hours, .password-main__inner #passwordpage_header #storecountdown .countdown-minutes, .password-main__inner #passwordpage_header #storecountdown .countdown-seconds {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 15px; }
  @media (max-width: 575px) {
        .password-main__inner #passwordpage_header #storecountdown .countdown-days, .password-main__inner #passwordpage_header #storecountdown .countdown-hours, .password-main__inner #passwordpage_header #storecountdown .countdown-minutes, .password-main__inner #passwordpage_header #storecountdown .countdown-seconds {
          margin: 10px 5px; } }
  .password-main__inner #passwordpage_header #storecountdown .data {
    line-height: 1.5;
    font-size: 40px;
    text-align: center;
    margin: 0 auto; }
  @media (max-width: 575px) {
        .password-main__inner #passwordpage_header #storecountdown .data {
          font-size: 20px;
          position: relative;
          padding-right: 5px; }
          .password-main__inner #passwordpage_header #storecountdown .data:after {
            content: ":";
            position: absolute;
            right: -7px;
            top: -1px; } }
  .password-main__inner #passwordpage_header #storecountdown .text {
    text-transform: uppercase;
    font-size: 16px; }
  @media (max-width: 575px) {
        .password-main__inner #passwordpage_header #storecountdown .text {
          display: none; } }
  .password-main__inner #passwordpage_header #storecountdown .countdown-seconds .data, .password-main__inner #passwordpage_header #storecountdown .countdown-seconds .text {
    color: #01b0ed; }
  @media (max-width: 575px) {
          .password-main__inner #passwordpage_header #storecountdown .countdown-seconds .data:after {
            display: none; } }
  .password-main__inner .quote {
    margin-bottom: 20px; }
  .password-main__inner .block-social ul {
    padding: 0;
    margin: 0;
    text-decoration: none; }
  .password-main__inner .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; }
  .password-main__inner .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; }
  .password-main__inner .block-social ul li a:after {
    display: none; }
  .password-main__inner .block-social ul li a .socialicon-label {
    display: none; }
  .password-main__inner .block-social ul li:hover a {
    padding: 0 ! important;
    color: #fff;
    background-color: #01b0ed !important;
    background: #01b0ed !important; }
  .password-main__inner .block-social ul li.facebook a {
    background-color: #3b5999; }
  .password-main__inner .block-social ul li.twitter a {
    background-color: #00aced; }
  .password-main__inner .block-social ul li.youtube a {
    background-color: #d12121; }
  .password-main__inner .block-social ul li.googleplus a {
    background-color: #dc473b; }
  .password-main__inner .block-social ul li.rss a {
    background-color: #f26522; }
  .password-main__inner .block-social ul li.pinterest a {
    background-color: #cb2027; }
  .password-main__inner .block-social ul li.vimeo a {
    background-color: #00aced; }
  .password-main__inner .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%); }

.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;
    border-radius: 30px; }
  .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: #01b0ed;
    border-color: #01b0ed;
    height: 40px;
    padding: 7px 17px;
    position: absolute;
    right: 0;
    top: 0; }
  .contact-email-form input[type="submit"]:hover {
    background-color: #ff1276;
    border-color: #ff1276; }

#wishlist-history {
  margin-top: 30px; }
  #wishlist-history .table {
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    #wishlist-history .table {
      display: block;
      position: relative;
      overflow-y: scroll; } }
  #wishlist-history .wishlist-product-image img {
    max-width: 100px;
    margin: 0 auto;
    display: block;
    text-align: center; }
  #wishlist-history .table-bordered thead th {
    padding: 20px 15px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
        #wishlist-history .table-bordered thead th {
          font-size: 14px;
          padding: 20px 12px; } }
  @media (max-width: 575px) {
        #wishlist-history .table-bordered thead th {
          padding: 20px 9px; } }
  #wishlist-history .table-bordered td {
    text-align: center;
    vertical-align: middle; }
  #wishlist-history .table-bordered td a {
    font-size: 18px;
    color: #191919; }
  @media (max-width: 575px) {
        #wishlist-history .table-bordered td a {
          font-size: 15px; } }
  #wishlist-history .table-bordered td a:hover {
    color: #191919; }
  #wishlist-history .table-bordered .wishlist-product-name {
    text-align: left; }
  #wishlist-history .table-bordered span {
    font-size: 14px; }
  #wishlist-history .table-bordered .money {
    color: #01b0ed; }
  #wishlist-history .add-to-cart.disabled {
    cursor: not-allowed; }

.indexsection {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
  .indexsection {
    margin-bottom: 30px; } }

#index #main {
  margin-bottom: 0; }

.tabs {
  margin-bottom: 0; }

section {
  margin-bottom: 70px;
  /* If media is below 992 */ }
  @media (max-width: 991px) {
  section {
    margin-bottom: 30px; } }

body {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #232323;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px; }

* {
  outline: 0 !important; }
  *:focus {
    outline: 0 !important; }
  *:active {
    outline: 0 !important; }

h1, h2, h3, h4, h5, h6 {
  color: #333; }

p {
  color: #888;
  /* default font size */ }

.fa {
  font-size: 14px;
  /* Override the bootstrap defaults */ }

h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

th, td {
  text-align: left;
  border: 1px solid #e8e9eb;
  padding: 10px 14px; }

th {
  font-weight: 700; }

input, textarea {
  font-family: 'Rubik', sans-serif; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: white; }

a {
  color: #232323;
  outline: none; }
  a:hover {
    color: #696969;
    text-decoration: none;
    outline: none; }
  a:focus {
    outline: none;
    color: #696969;
    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: 543px) {
    .owl-theme .owl-nav {
      margin-top: 25px; } }

@media (max-width: 991px) {
    .hidden-lg-down {
      display: none; } }
  @media (min-width: 992px) {
  .hidden-lg-down {
    display: inline-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: #232323; }

.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: #01b0ed;
    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: #888; }

.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: 'Rubik', sans-serif;
  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: #01b0ed; } }
  #header .nav-header {
    background: #01b0ed;
    color: #fff;
    padding-bottom: 12px;
    position: relative; }
  @media (max-width: 991px) {
    #header .nav-header {
      padding: 0; } }
  @media (max-width: 991px) {
      #header .nav-header .left-nav {
        display: none; } }
  #header .nav-pettern {
    width: 100%;
    height: 11px;
    position: absolute;
    bottom: -5px;
    background-repeat: repeat-x;
    transform: rotate(180deg);
    z-index: 1;
    background-image: url(../images/nav-pattern.png); }
  @media (max-width: 991px) {
    #header .nav-pettern {
      display: none; } }
  #header .nav-pettern-animation {
    animation: animatedBackground 150s linear infinite;
    -ms-animation: animatedBackground 150s linear infinite;
    -moz-animation: animatedBackground 150s linear infinite;
    -webkit-animation: animatedBackground 150s linear infinite; }
  #header .nav-right {
    text-align: right; }
  @media (max-width: 991px) {
    #header .nav-right {
      text-align: center; } }
  #header .nav-right .collapse {
    display: none; }
  #header .nav-right .collapse.show {
    display: block; }
  #header .nav-right .selector {
    display: inline-block;
    position: relative; }
  @media (max-width: 991px) {
        #header .nav-right .selector.user-selecter {
          display: none; } }
  #header .nav-right .selector .drop-icon {
    background-color: transparent;
    padding: 14px 5px 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    box-shadow: none;
    text-decoration: none; }
  @media (max-width: 991px) {
        #header .nav-right .selector .drop-icon {
          padding: 10px 6px;
          line-height: 22px; } }
  #header .nav-right .selector .drop-icon.user-info {
    padding-right: 0; }
  #header .nav-right .selector .drop-left {
    left: auto !important;
    right: 0;
    top: 45px;
    z-index: 999999;
    position: absolute;
    min-width: 160px;
    background-color: #fff;
    padding: 5px 7px;
    margin: 0;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    border-radius: 0; }
  @media (max-width: 991px) {
        #header .nav-right .selector .drop-left {
          top: 42px; } }
  #header .nav-right .selector .drop-left .dropdown-item {
    text-align: left;
    padding: 3px 10px;
    line-height: 20px;
    background-color: transparent; }
  #header .nav-right .selector .drop-left .dropdown-item img {
    padding-right: 8px; }
  #header .nav-right .selector .drop-left .dropdown-item:hover .languge-select {
    color: #232323; }
  #header .nav-right .selector .Currency-drop {
    left: auto !important;
    right: 0;
    position: absolute;
    padding: 5px 7px;
    z-index: 999999;
    min-width: 160px;
    background-color: #fff;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    border-radius: 0; }
  @media (max-width: 991px) {
        #header .nav-right .selector .Currency-drop {
          top: 42px; } }
  #header .nav-right .selector .Currency-drop .dropdown-item {
    text-align: left;
    padding: 3px 10px;
    line-height: 20px;
    background-color: transparent; }
  #header .nav-right .selector .Currency-drop .dropdown-item:hover .languge-select {
    color: #232323; }
  #header .nav-right .selector .account-drop {
    left: auto !important;
    right: 0;
    position: absolute;
    z-index: 999999;
    min-width: 160px;
    background-color: #fff;
    padding: 5px 7px;
    margin: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18); }
  @media (max-width: 991px) {
        #header .nav-right .selector .account-drop {
          top: 42px; } }
  #header .nav-right .selector .account-drop .user-item {
    padding: 3px 10px;
    text-align: left;
    line-height: 20px;
    background-color: transparent; }
  #header .nav-right .selector .account-drop .user-item:hover .languge-select {
    color: #232323; }
  #header .nav-right .selector .languge-select {
    color: #888;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 400;
    text-decoration: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  #header .nav-right .selector .fa-user {
    font-size: 13px; }
  #header .nav-right .selector .fa-sign-in-alt {
    font-size: 13px; }
  #header .nav-right .selector .fa-heart {
    font-size: 13px; }

@keyframes animatedBackground {
  from {
    background-position: 0 0; }

  to {
    background-position: 100% 0; } }

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0; }

  to {
    background-position: 100% 0; } }

@-o-keyframes animatedBackground {
  from {
    background-position: 0 0; }

  to {
    background-position: 100% 0; } }

@-moz-keyframes animatedBackground {
  from {
    background-position: 0 0; }

  to {
    background-position: 100% 0; } }

@media (max-width: 991px) {
      #header .header-full-height1 {
        min-height: 70px; } }
  @media (min-width: 992px) {
    #header .header-topbar-height {
      min-height: 105px; } }
  #header .header-topbar {
    background: #fff;
    position: relative;
    text-align: center;
    z-index: 99;
    padding: 25px 0; }
  @media (max-width: 991px) {
    #header .header-topbar {
      overflow: hidden;
      padding: 0;
      z-index: unset;
      display: none; } }
  #header .header-topbar .row {
    align-items: center; }
  #header .header-topbar.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; }
  @media (min-width: 992px) {
      #header .header-topbar.fixed-header {
        background: #fff !important;
        padding: 10px 0; } }
  @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 {
    margin: 0; }
  #header .header-logo-section .header__logo a {
    display: inline-block; }
  #header .header-logo-section .header__logo a img {
    max-width: 100%; }
  @media (min-width: 992px) {
    #header .header-top {
      background: #fff; } }
  #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;
    text-align: center;
    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: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400; }
  .grid__item--header_layout1 .grid-view-item__meta .regular {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin: 0 3px; }
  .grid__item--header_layout1 .grid-view-item__meta .is-bold {
    color: #01b0ed;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px; }

@media (min-width: 992px) {
    #_desktop_account {
      display: block;
      position: relative;
      float: right;
      padding-right: 5px;
      padding-left: 5px; } }

.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: #232323;
    transition: all 0.5s; }
  @media (max-width: 991px) {
    .account .account-logo {
      fill: #fff; } }
  @media (max-width: 991px) {
    .account .account-logo {
      padding: 5px 0; } }
  @media (min-width: 992px) {
    .account .account-logo:hover {
      fill: #01b0ed; } }
  .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 */
  /* Custom Info End */
  /* Mobile Media Query Start */ }
  @media (max-width: 991px) {
  .blockcart {
    padding: 5px 0;
    padding-right: 10px; } }
  .blockcart:hover .cart-name {
    color: #01b0ed;
    -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: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    position: relative;
    fill: #fff; }
  @media (max-width: 1199px) {
    .blockcart .cart-img {
      width: 45px;
      height: 45px; } }
  @media (max-width: 991px) {
    .blockcart .cart-img {
      fill: #fff; } }
  @media (min-width: 992px) {
    .blockcart .cart-img {
      background: #ff1276;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      border: 4px solid #fff;
      border-radius: 50%; }
      .blockcart .cart-img:hover {
        background: #01b0ed; }
        .blockcart .cart-img:hover .cart-svg .cart-qty {
          background-color: #ff1276 !important; } }
  .blockcart .cart-name {
    display: block;
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #232323; }
  @media (max-width: 991px) {
    .blockcart .cart-name {
      display: none; } }
  .blockcart .cart-dropdown {
    top: 55px;
    display: none;
    background: #fff none repeat scroll 0 0;
    font-family: 'Rubik', sans-serif;
    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: #01b0ed; }
  .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: #787878; }
  .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: #232323; }
    .blockcart .cart-dropdown .product-container .product .remove-product .material-icons:hover {
      color: #01b0ed; }
  .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 a {
    font-weight: 500; }

#_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;
  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: #ff1276;
  border-color: #ff1276;
  color: #fff;
  outline: none;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  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: #232323;
    background-color: #01b0ed;
    border-color: #01b0ed;
    outline: none; }
  .btn-default:active:hover {
    color: #232323;
    background-color: #01b0ed;
    border-color: #01b0ed;
    outline: none; }
  .btn-default:active:focus {
    color: #232323;
    background-color: #01b0ed;
    border-color: #01b0ed;
    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: 3px solid #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #01b0ed;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 30px;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 15px;
  line-height: 22px;
  -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; } }
  .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: #ff1276;
    border-color: #fff;
    outline: none; }
  .btn-primary:active:hover, .btn.disabled:active:hover, .btn:disabled:active:hover, .btn-secondary:active:hover {
    color: #fff;
    fill: #fff;
    background-color: #ff1276;
    border-color: #fff;
    outline: none; }
  .btn-primary:active:focus, .btn.disabled:active:focus, .btn:disabled:active:focus, .btn-secondary:active:focus {
    color: #fff;
    fill: #fff;
    background-color: #ff1276;
    border-color: #fff;
    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; }

.btn-singup, .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: 3px solid #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ff1276;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 30px;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 15px;
  line-height: 22px;
  -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-singup, .btn.disabled, .btn:disabled, .btn-secondary {
    padding: 10px 20px; } }
  .btn-singup:hover, .btn.disabled:hover, .btn:disabled:hover, .btn-secondary:hover, .btn-singup:active, .btn.disabled:active, .btn:disabled:active, .btn-secondary:active, .btn-singup:focus, .btn.disabled:focus, .btn:disabled:focus, .btn-secondary:focus {
    color: #fff;
    background-color: #01b0ed;
    border-color: #fff;
    outline: none; }
  .btn-singup:active:hover, .btn.disabled:active:hover, .btn:disabled:active:hover, .btn-secondary:active:hover {
    color: #fff;
    fill: #fff;
    background-color: #01b0ed;
    border-color: #fff;
    outline: none; }
  .btn-singup:active:focus, .btn.disabled:active:focus, .btn:disabled:active:focus, .btn-secondary:active:focus {
    color: #fff;
    fill: #fff;
    background-color: #01b0ed;
    border-color: #fff;
    outline: none;
    box-shadow: none; }
  .btn-singup 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: #888;
  padding: 10px 12px;
  /* fixed product layouts used in left and right columns */ }
  .list-group a.active {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff; }
  .list-group a.active:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff; }
  .list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff; }
  .list-group a:focus {
    color: #888;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff; }

@media (min-width: 1200px) {
  .collapse {
    display: inherit; } }

@media (min-width: 992px) {
  .collapse {
    display: inherit; } }

.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; }

.home-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #222;
  text-transform: unset;
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: 0px;
  /* If media is below 992 */
  /* If media is below 992 */
  /* If media is below 992 */ }
  @media (max-width: 1199px) {
  .home-title {
    font-size: 36px;
    line-height: 36px; } }
  @media (max-width: 991px) {
  .home-title {
    font-size: 30px;
    line-height: 30px; } }
  @media (max-width: 767px) {
  .home-title {
    font-size: 26px;
    line-height: 26px; } }
  @media (max-width: 543px) {
  .home-title {
    margin-bottom: 20px; } }

.subtitle {
  font-size: 16px;
  letter-spacing: 8px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #ff1276;
  /* If media is below 992 */
  /* If media is below 992 */
  /* If media is below 992 */
  /* select dropdown */ }
  @media (max-width: 991px) {
  .subtitle {
    letter-spacing: 5px; } }
  @media (max-width: 767px) {
  .subtitle {
    letter-spacing: 3px; } }
  @media (max-width: 543px) {
  .subtitle {
    font-size: 14px;
    margin-bottom: 8px; } }

.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; }

#ishispecialproducts {
  /*========================== NO CHANGE ==========================*/ }
  @media (max-width: 575px) {
    #ishispecialproducts .owl-nav {
      margin-top: 10px; } }

#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: #01b0ed;
    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); } }

.hidden {
  display: none !important; }
