@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);@import url(https://fonts.googleapis.com/css?family=Baloo+Paaji&subset=gurmukhi,latin-ext,vietnamese);@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../image/4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@media (min-width: 30px) {
  .container {
    max-width: 100%;
    width: 100%; } }

@media (min-width: 544px) {
  .container {
    max-width: 100%;
    width: 576px; } }

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 940px;
    width: 940px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    width: 1200px; } }

.product-thumb {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  -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) {
    .product-thumb {
      /* If media is below 544 */
      max-width: 370px;
      margin: auto;
      margin-bottom: 30px; }
      .product-thumb:last-child {
        margin-bottom: 0; } }
  .product-thumb .image {
    overflow: hidden;
    position: relative; }
    .product-thumb .image a {
      display: block;
      position: relative; }
    .product-thumb .image img {
      margin: 0 auto;
      max-width: 100%;
      -webkit-transition: all 0.7s ease 0s;
      -moz-transition: all 0.7s ease 0s;
      -ms-transition: all 0.7s ease 0s;
      -o-transition: all 0.7s ease 0s;
      transition: all 0.7s ease 0s; }
    .product-thumb .image .product-img-extra, .product-thumb .image.change {
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      opacity: 0;
      -moz-transform: scale(0, 1);
      -webkit-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1); }
  .product-thumb .product-desc {
    padding: 10px;
    text-align: center;
    background: #f6f7f9;
    border-bottom: 1px solid #eeeeee; }
    .product-thumb .product-desc h4 {
      font: 400 15px/20px "Poppins", sans-serif;
      overflow: hidden;
      margin: 0;
      text-transform: capitalize;
      margin-bottom: 10px; }
      .product-thumb .product-desc h4 a {
        color: #000000;
        white-space: normal; }
  .product-thumb .caption {
    padding: 12px 15px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .product-thumb .caption h4 {
      font: 400 14px/18px "Poppins", sans-serif;
      overflow: hidden;
      margin: 0;
      text-transform: capitalize;
      margin-bottom: 10px; }
      .product-thumb .caption h4 a {
        color: #202020;
        white-space: nowrap; }
    .product-thumb .caption .description {
      display: none; }
    .product-thumb .caption .price {
      font-family: "Poppins", sans-serif;
      color: #000000;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 8px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .product-thumb .caption .price .price-old {
        color: #888;
        margin-left: 5px;
        text-decoration: line-through;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .product-thumb .caption .price .price-tax {
        color: #999;
        font-size: 12px;
        display: none;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .product-thumb .rating {
    text-align: center;
    margin: 0 auto; }
    .product-thumb .rating .fa-star, .product-thumb .rating .fa-star-o {
      color: #fc1550;
      font-size: 13px;
      line-height: 0; }
    .product-thumb .rating .fa-star-o {
      color: #fc1550; }
    .product-thumb .rating span.fa-stack {
      width: 8px;
      height: 8px;
      margin-right: 3px; }
  .product-thumb .btn-cart button {
    border: none;
    padding: 0;
    position: relative;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    background: transparent; }
    .product-thumb .btn-cart button:before {
      content: '+';
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      opacity: 0;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .product-thumb .btn-cart i {
    display: none; }
  .product-thumb .btn-cart .lblcart {
    color: #000;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .product-thumb .btn-cart:hover button:before {
    opacity: 1; }
  .product-thumb .btn-cart:hover .lblcart {
    padding-left: 15px; }
  .product-thumb .button-group {
    position: absolute;
    right: 5px;
    bottom: 50px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .product-thumb .button-group i {
      display: none; }
    .product-thumb .button-group > div {
      border: none;
      border-radius: 0;
      display: inline-block;
      vertical-align: middle;
      line-height: 0;
      text-align: center; }
      .product-thumb .button-group > div button, .product-thumb .button-group > div .quickbox {
        background: #ffffff url(../image/9b4215b47627644a57afb515ac988c81.png) no-repeat;
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 50%;
        padding: 0;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .product-thumb .button-group > div button span, .product-thumb .button-group > div .quickbox span {
          display: none !important; }
    .product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-wishlist, .product-thumb .button-group .btn-compare {
      margin: 0 1px; }
      @media (min-width: 543px) {
        .product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-wishlist, .product-thumb .button-group .btn-compare {
          /* If media is above 544 */
          opacity: 0;
          -webkit-transform: rotateX(180deg);
          -moz-transform: rotateX(180deg);
          -ms-transform: rotateX(180deg);
          -o-transform: rotateX(180deg);
          transform: rotateX(180deg);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; } }
    .product-thumb .button-group .btn-quickview .quickbox {
      background-position: -15px -12px;
      display: inline-block;
      vertical-align: middle; }
      .product-thumb .button-group .btn-quickview .quickbox:hover {
        background-position: -15px -47px; }
    .product-thumb .button-group .btn-wishlist button {
      background-position: -54px -12px; }
      .product-thumb .button-group .btn-wishlist button:hover {
        background-position: -54px -47px; }
    .product-thumb .button-group .btn-compare button {
      background-position: -119px -12px; }
      .product-thumb .button-group .btn-compare button:hover {
        background-position: -119px -47px; }
  .product-thumb:hover .button-group .btn-quickview, .product-thumb:hover .button-group .btn-wishlist, .product-thumb:hover .button-group .btn-compare {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  .product-thumb:hover .image .product-img-extra {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .product-thumb:hover .caption {
    background-color: #1f3d70; }
    .product-thumb:hover .caption .price {
      color: #ffffff; }
      .product-thumb:hover .caption .price .price-old {
        color: #ffffff; }
      .product-thumb:hover .caption .price .price-tax {
        color: #ffffff; }
  .product-thumb:hover .btn-cart .lblcart {
    color: #ffffff; }

@media (max-width: 767px) {
  .product-grid {
    /* If media is below 768 */
    width: 50%; } }

@media (max-width: 543px) {
  .product-grid {
    /* If media is below 544 */
    margin: 0 auto; } }

.product-grid .product-thumb {
  margin: 15px 0; }
  @media (max-width: 543px) {
    .product-grid .product-thumb {
      /* If media is below 544 */
      margin: 15px 0 30px; } }

.product-list {
  padding: 15px; }
  @media (max-width: 543px) {
    .product-list {
      /* If media is below 544 */
      margin: auto;
      width: 300px;
      float: none; } }
  .product-list .product-thumb {
    text-align: left;
    border: 0;
    margin: 0 -15px; }
    @media (max-width: 543px) {
      .product-list .product-thumb {
        /* If media is below 544 */
        text-align: center; } }
    .product-list .product-thumb .image a {
      border: 1px solid #f6f7f9; }
    @media (max-width: 767px) {
      .product-list .product-thumb .image {
        /* If media is below 768 */
        width: 50%; } }
    @media (max-width: 543px) {
      .product-list .product-thumb .image {
        margin-bottom: 15px;
        width: 100%; } }
    .product-list .product-thumb .caption {
      padding: 0 15px;
      background: transparent; }
      @media (max-width: 767px) {
        .product-list .product-thumb .caption {
          /* If media is below 768 */
          width: 50%; } }
      @media (max-width: 543px) {
        .product-list .product-thumb .caption {
          width: 100%; } }
      .product-list .product-thumb .caption h4 {
        padding: 0;
        margin-bottom: 12px; }
      .product-list .product-thumb .caption .description {
        display: block;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 20px; }
      .product-list .product-thumb .caption .price {
        margin-bottom: 12px;
        opacity: 1;
        color: #000000; }
        .product-list .product-thumb .caption .price .price-old {
          color: #888; }
      .product-list .product-thumb .caption .button-group {
        position: relative;
        bottom: 0;
        right: 0;
        opacity: 1;
        overflow: visible; }
        .product-list .product-thumb .caption .button-group .btn-quickview, .product-list .product-thumb .caption .button-group .btn-wishlist, .product-list .product-thumb .caption .button-group .btn-compare, .product-list .product-thumb .caption .button-group .btn-cart {
          margin: 2px; }
          @media (min-width: 543px) {
            .product-list .product-thumb .caption .button-group .btn-quickview, .product-list .product-thumb .caption .button-group .btn-wishlist, .product-list .product-thumb .caption .button-group .btn-compare, .product-list .product-thumb .caption .button-group .btn-cart {
              /* If media is above 544 */
              opacity: 1;
              -webkit-transform: rotateX(0deg);
              -moz-transform: rotateX(0deg);
              -ms-transform: rotateX(0deg);
              -o-transform: rotateX(0deg);
              transform: rotateX(0deg); } }
    .product-list .product-thumb .btn-cart {
      opacity: 1;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      transform: rotateX(0deg); }
      .product-list .product-thumb .btn-cart button {
        background: #ffffff url(../image/9b4215b47627644a57afb515ac988c81.png) no-repeat -87px -12px;
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 50%;
        padding: 0;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .product-list .product-thumb .btn-cart button span {
          display: none !important; }
        .product-list .product-thumb .btn-cart button:before {
          display: none; }
        .product-list .product-thumb .btn-cart button:hover {
          background-position: -87px -47px; }
    .product-list .product-thumb .product-desc {
      padding: 15px 15px 4px 15px;
      display: inline-block;
      vertical-align: middle;
      background: transparent;
      border: 0;
      text-align: left; }
      @media (max-width: 543px) {
        .product-list .product-thumb .product-desc {
          padding: 10px;
          display: block;
          margin: 0 15px;
          text-align: center;
          background: #f6f7f9;
          border-bottom: 1px solid #eeeeee; } }
      .product-list .product-thumb .product-desc h4 {
        margin-bottom: 13px; }
    .product-list .product-thumb .rating {
      text-align: left; }
      @media (max-width: 543px) {
        .product-list .product-thumb .rating {
          text-align: center; } }

.breadcrumb-container {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  background: url(../image/7e436d69c322ba9aae13d82be1062913.jpg) no-repeat top;
  background-attachment: fixed; }
  @media (max-width: 1199px) {
    .breadcrumb-container {
      /* If media is below 1200 */
      width: 100%; } }

.breadcrumb {
  background: transparent;
  padding: 80px 0;
  margin-bottom: 0;
  text-align: center; }
  @media (max-width: 991px) {
    .breadcrumb {
      /* If media is below 992 */
      padding: 60px 0; } }
  .breadcrumb i {
    font-size: 15px; }
  .breadcrumb > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    line-height: 17px; }
    .breadcrumb > li + li:before {
      content: "|";
      padding: 0 10px 0 5px;
      top: -1px;
      font-weight: 400;
      color: #000000;
      position: relative; }
    .breadcrumb > li a {
      color: #000000; }

.page-title {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0; }

.category_banner {
  margin-bottom: 15px; }
  .category_banner .category_img {
    margin-bottom: 15px; }
  .category_banner .category_description {
    line-height: 22px;
    color: #888;
    font-weight: 300; }
    .category_banner .category_description p {
      margin: 0; }

.refine-search {
  margin-bottom: 15px; }
  .refine-search h3 {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px; }
  .refine-search .category-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .refine-search .category-list ul li {
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #eee;
      padding: 5px 15px;
      margin: 0 5px 5px 0;
      background-color: #fff;
      font-size: 13px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .refine-search .category-list ul li a {
        color: #000000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .refine-search .category-list ul li:hover {
        border-color: #1f3d70; }
        .refine-search .category-list ul li:hover a {
          color: #1f3d70; }

.product-list-top {
  padding: 14px 15px;
  line-height: 30px;
  background-color: #f5f5f5;
  margin-bottom: 15px; }
  .product-list-top .btn-list-grid {
    position: relative;
    top: 4px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }
    @media (max-width: 767px) {
      .product-list-top .btn-list-grid {
        /* If media is below 768 */
        margin-right: 15px; } }
    .product-list-top .btn-list-grid .btn-group > .btn {
      width: 22px;
      height: 22px;
      display: inline-block;
      cursor: pointer;
      margin: 1px;
      padding: 0;
      border: 0;
      background: url(../image/95f04365bfbbb96ea26d2985d5939ddb.png) no-repeat;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
      .product-list-top .btn-list-grid .btn-group > .btn i {
        display: none; }
      .product-list-top .btn-list-grid .btn-group > .btn#grid-view {
        background-position: 0 0;
        margin-right: 8px; }
        .product-list-top .btn-list-grid .btn-group > .btn#grid-view:hover, .product-list-top .btn-list-grid .btn-group > .btn#grid-view.active {
          background-position: 0px -33px; }
      .product-list-top .btn-list-grid .btn-group > .btn#list-view {
        background-position: -37px 0; }
        .product-list-top .btn-list-grid .btn-group > .btn#list-view:hover, .product-list-top .btn-list-grid .btn-group > .btn#list-view.active {
          background-position: -37px -32px; }
  .product-list-top .compare-total {
    position: relative;
    top: 5px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle; }
  .product-list-top .pagination-right {
    float: right;
    margin: 0;
    width: auto; }
    @media (max-width: 767px) {
      .product-list-top .pagination-right {
        /* If media is below 768 */
        float: none;
        margin-left: 15px;
        margin-top: 15px; } }
    .product-list-top .pagination-right .sort-by-wrapper, .product-list-top .pagination-right .show-wrapper {
      float: left;
      margin-right: 15px;
      position: relative;
      top: 3px;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .product-list-top .pagination-right .sort-by-wrapper, .product-list-top .pagination-right .show-wrapper {
          /* If media is below 768 */
          float: none; } }
    @media (max-width: 444px) {
      .product-list-top .pagination-right .show-wrapper {
        /* If media is below 444 */
        margin: 10px 0 0; } }
    .product-list-top .pagination-right .sort-by {
      float: left;
      margin: 3px 10px 0 0;
      width: auto;
      padding: 0; }
    .product-list-top .pagination-right .sort {
      float: left;
      width: 150px;
      padding: 0; }
    .product-list-top .pagination-right .show {
      float: left;
      margin: 2px 10px 0;
      padding: 0;
      width: auto; }
      @media (max-width: 543px) {
        .product-list-top .pagination-right .show {
          /* If media is below 544 */
          margin: 2px 10px 0 0; } }
    .product-list-top .pagination-right .limit {
      float: right;
      width: 100px;
      padding: 0; }
    .product-list-top .pagination-right .select-wrapper .form-control {
      font-size: 12px;
      border: 1px solid #e0e0e0;
      background-color: #fff;
      padding: 0 5px;
      color: #333;
      position: relative;
      text-decoration: none;
      white-space: nowrap;
      text-align: left;
      border-radius: 0;
      box-shadow: none;
      cursor: pointer;
      appearance: none;
      -o-appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
      .product-list-top .pagination-right .select-wrapper .form-control:focus {
        box-shadow: none;
        outline: none; }
    .product-list-top .pagination-right .select-wrapper:after {
      font-family: 'fontawesome';
      content: '\F0D7';
      font-size: 14px;
      position: absolute;
      right: 10px;
      top: 2px;
      pointer-events: none; }

.category-pagination {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 14px 15px;
  background-color: #f5f5f5; }
  @media (max-width: 991px) {
    .category-pagination {
      /* If media is below 992 */
      margin-bottom: 15px; } }
  @media (max-width: 543px) {
    .category-pagination {
      /* If media is below 544 */
      text-align: center !important; } }
  .category-pagination .pagination-desc {
    line-height: 34px;
    font-size: 14px;
    color: #333; }
    @media (max-width: 543px) {
      .category-pagination .pagination-desc {
        /* If media is below 544 */
        text-align: center !important; } }
  .category-pagination .pagination {
    margin: 0; }
    .category-pagination .pagination > .active > span {
      background-color: #1f3d70;
      border-color: #1f3d70;
      color: #ffffff;
      cursor: not-allowed; }
    .category-pagination .pagination li > a, .category-pagination .pagination li > span {
      color: #000000;
      background-color: #fff;
      border: 1px solid #ddd; }

#information-contact .contact-location .store-map img {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px; }

#information-contact .contact-location .location-title {
  font-weight: 600; }
  #information-contact .contact-location .location-title i {
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #999999;
    font-size: 16px;
    height: 30px;
    margin: 10px 8px 10px 0;
    padding: 5px;
    text-align: center;
    width: 30px;
    position: relative;
    top: 5px; }

#information-contact .contact-location .location-detail {
  margin: 0 0 20px 37px; }

#cart table > tbody > tr {
  border-bottom: 1px solid #eee; }
  #cart table > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent; }
  #cart table > tbody > tr > td {
    border-top: 0;
    font-size: 14px; }
    #cart table > tbody > tr > td.product-image {
      padding: 10px 0; }
      #cart table > tbody > tr > td.product-image img {
        border: 1px solid #eee; }
    #cart table > tbody > tr > td .cart_block_product_name {
      font-weight: 500;
      display: inline-block; }
    #cart table > tbody > tr > td .text-price {
      display: block;
      margin: 5px 0;
      font-size: 16px; }
    #cart table > tbody > tr > td .product-detail {
      font-weight: 300;
      font-size: 13px; }
    #cart table > tbody > tr > td .btn-danger {
      background: transparent;
      font-size: 16px;
      padding: 0;
      color: #000;
      border: 0;
      line-height: 0; }
      #cart table > tbody > tr > td .btn-danger:hover {
        color: #1f3d70; }

#cart table.billing-info > tbody > tr {
  border-bottom: 0; }
  #cart table.billing-info > tbody > tr > td {
    padding: 2px; }
    #cart table.billing-info > tbody > tr > td strong {
      font-weight: 500;
      color: #232323;
      line-height: 22px; }
    #cart table.billing-info > tbody > tr > td .value {
      color: #000;
      line-height: 22px; }

.table.table-bordered {
  border-color: #e9e9e9;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .table.table-bordered {
      /* If media is below 768 */
      margin-bottom: 0; } }
  .table.table-bordered > thead > tr > td {
    background: #FFF;
    border: 1px solid #e9e9e9;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    vertical-align: middle; }
  .table.table-bordered > tbody > tr > td {
    background: #FFF;
    border: 1px solid #e9e9e9;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    vertical-align: middle; }
    .table.table-bordered > tbody > tr > td .img-thumbnail {
      border-radius: 0;
      padding: 0;
      border-color: #eee; }
    .table.table-bordered > tbody > tr > td small {
      font-size: 12px; }
    .table.table-bordered > tbody > tr > td .price {
      font-weight: 500; }
      .table.table-bordered > tbody > tr > td .price b {
        color: #000;
        font-size: 14px;
        font-weight: 500; }
      .table.table-bordered > tbody > tr > td .price s {
        color: #888; }
    .table.table-bordered > tbody > tr > td.unit-price, .table.table-bordered > tbody > tr > td.total-price {
      color: #333;
      font: 500;
      font-size: 16px;
      font-weight: 20px; }
    .table.table-bordered > tbody > tr > td.rating .fa-stack {
      width: 20px;
      height: 20px; }
      .table.table-bordered > tbody > tr > td.rating .fa-stack .fa-stack-2x, .table.table-bordered > tbody > tr > td.rating .fa-stack i {
        font-size: 15px; }

#checkout-cart h2 {
  font-family: "Poppins", sans-serif;
  font-weight: normal; }

#checkout-cart #accordion .panel-heading {
  padding: 0;
  border-color: #d6d4d4; }
  #checkout-cart #accordion .panel-heading a {
    padding: 10px 15px;
    font-weight: 400;
    display: block;
    overflow: hidden; }
    #checkout-cart #accordion .panel-heading a i {
      float: right;
      line-height: 20px; }

#checkout-cart #accordion .control-label {
  width: 100%;
  padding: 0;
  color: #444;
  text-align: left; }

#checkout-cart #accordion .form-control {
  background: #ffffff;
  border-color: #e9e9e9;
  color: #9c9b9b;
  margin: 0 0 5px; }

#checkout-cart #accordion .input-group {
  display: table; }
  #checkout-cart #accordion .input-group .input-group-btn {
    vertical-align: top; }
    #checkout-cart #accordion .input-group .input-group-btn .btn-primary {
      padding: 8px 14px;
      line-height: 16px; }

#checkout-cart #accordion .form-horizontal .form-group {
  margin: 15px 0; }
  #checkout-cart #accordion .form-horizontal .form-group > div {
    width: 100%;
    padding: 0;
    margin: 5px 0; }

#checkout-cart .sub-total-table {
  margin-bottom: 20px; }
  #checkout-cart .sub-total-table .table-bordered > tbody > tr > td strong {
    font-weight: 400; }
  #checkout-cart .sub-total-table .table-bordered > tbody > tr > td.total-amount {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right; }
  #checkout-cart .sub-total-table .table-bordered > tbody > tr:last-child > td strong {
    font-size: 16px;
    font-weight: 500;
    color: #666; }
  #checkout-cart .sub-total-table .table-bordered > tbody > tr:last-child > td.total-amount {
    font-size: 18px;
    color: #666; }

#checkout-cart .buttons {
  margin: 0; }

@media (min-width: 1200px) {
  #checkout-cart {
    /* If media is above 1199 */ }
    #checkout-cart .collapse {
      display: none; }
      #checkout-cart .collapse.in {
        display: block; } }

@media (min-width: 992px) {
  #checkout-cart {
    /* If media is above 991 */ }
    #checkout-cart .collapse {
      display: none; }
      #checkout-cart .collapse.in {
        display: block; } }

#checkout-checkout #accordion .panel-default {
  border-radius: 0;
  overflow: hidden; }
  #checkout-checkout #accordion .panel-default .panel-heading {
    border-color: #e9e9e9; }
    #checkout-checkout #accordion .panel-default .panel-heading .panel-title a {
      display: block; }
      #checkout-checkout #accordion .panel-default .panel-heading .panel-title a i {
        float: right; }

#checkout-checkout #accordion h2 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500; }

@media (min-width: 1200px) {
  #checkout-checkout {
    /* If media is above 1199 */ }
    #checkout-checkout .collapse {
      display: none; }
      #checkout-checkout .collapse.in {
        display: block; } }

@media (min-width: 992px) {
  #checkout-checkout {
    /* If media is above 991 */ }
    #checkout-checkout .collapse {
      display: none; }
      #checkout-checkout .collapse.in {
        display: block; } }

table.table-bordered > tbody > tr > td .btn-primary {
  line-height: 20px;
  padding: 7.5px 12px;
  border-radius: 0; }

#account-login .well {
  border-radius: 0;
  box-shadow: none;
  border-color: #e9e9e9; }
  #account-login .well h2 {
    color: #333;
    font: 400 23px/25px "Poppins", sans-serif; }
  #account-login .well p {
    color: #888888;
    line-height: 22px; }
    #account-login .well p strong {
      font-weight: 600;
      color: #888888; }

#column-right .list-group .list-group-item {
  border-radius: 0; }

#account-account .a-link-list {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 5px; }
  #account-account .a-link-list .a-link-heading {
    background-color: #f5f5f5;
    margin-bottom: 6px;
    padding: 5px 8px; }
    #account-account .a-link-list .a-link-heading h2 {
      margin: 0;
      font-size: 16px;
      font-weight: 500;
      color: #000;
      line-height: 38px; }
  #account-account .a-link-list .a-link-content {
    padding: 8px;
    font-size: 14px;
    color: 888; }
    #account-account .a-link-list .a-link-content ul {
      margin: 0;
      padding: 0; }
      #account-account .a-link-list .a-link-content ul li a {
        color: #888;
        line-height: 24px; }
        #account-account .a-link-list .a-link-content ul li a:hover {
          color: #1f3d70; }

#account-address .table-responsive .table.table-bordered {
  margin-bottom: 0; }
  #account-address .table-responsive .table.table-bordered > tbody > tr > td {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize; }

@media (max-width: 991px) {
  #account-order table.table-bordered {
    /* If media is below 992 */
    margin-bottom: 0; } }

#account-order table.table-bordered > tfoot > tr > td > b {
  color: #333; }

#account-return .form-horizontal .form-group .input-group {
  display: table; }
  #account-return .form-horizontal .form-group .input-group .btn-default {
    line-height: 1.32857143;
    padding: 10px 12px;
    border-radius: 0; }

#information-sitemap ul {
  padding: 0 20px;
  margin-top: 10px;
  text-transform: capitalize; }
  #information-sitemap ul.nested {
    margin-left: 20px; }
  #information-sitemap ul li {
    margin-bottom: 1rem; }

/* footer */
#footer {
  margin-top: 30px;
  color: #000000;
  padding-top: 60px;
  background: #e8f6f7 url(../image/9dd1fb64e569f2aa8c4e10ee034613df.jpg) no-repeat bottom;
  clear: both;
  line-height: 1.25em;
  position: relative; }
  #footer:before {
    content: '';
    height: 11px;
    width: 100%;
    background: url(../image/da84d4e5b5c67ce1b95a0b8ccdc2fcc7.png) center;
    position: absolute;
    top: 0; }
  #footer hr {
    border-top: none;
    border-bottom: 1px solid #666; }
  #footer #slidetop {
    background: #fc1550 none repeat scroll 0 0;
    box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.1);
    color: transparent;
    border-radius: 50%;
    bottom: 10vh;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    padding: 6px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
    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: #ffffff;
      font-family: FontAwesome;
      font-size: 26px;
      left: 0;
      position: absolute;
      right: 0;
      top: 10px; }
    #footer #slidetop:after {
      display: none; }
    #footer #slidetop:hover {
      background-color: #1f3d70; }
  #footer .block-contact {
    display: block;
    overflow: hidden;
    position: relative; }
    #footer .block-contact .block {
      margin-bottom: 7px;
      letter-spacing: 0.5px;
      font-size: 14px;
      font-weight: 400; }
      #footer .block-contact .block .icon {
        height: 30px;
        width: 30px;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        color: #777777;
        margin-right: 10px; }
        #footer .block-contact .block .icon i {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          top: 6px; }
      #footer .block-contact .block .content {
        display: inline-block;
        vertical-align: middle;
        line-height: 24px;
        text-align: left;
        color: #777777; }
        #footer .block-contact .block .content a {
          color: #777777;
          text-decoration: none; }
  #footer .footer-aftertext a {
    color: #1f3d70;
    line-height: 22px; }
    #footer .footer-aftertext a:hover {
      color: #000000; }
  #footer a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #777777;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #footer a:hover {
      color: #1f3d70; }
  #footer h5, #footer .h3 {
    margin: 0 0 20px 0;
    color: #fc1550;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Baloo Paaji", cursive; }
    @media (max-width: 1199px) {
      #footer h5, #footer .h3 {
        /* If media is below 1200 */
        font-size: 20px; } }
    @media (max-width: 991px) {
      #footer h5, #footer .h3 {
        /* If media is below 992 */
        font-size: 18px; } }
  #footer .information,
  #footer .account {
    display: block;
    overflow: hidden;
    position: relative; }
    @media (min-width: 992px) {
      #footer .information,
      #footer .account {
        /* If media is above 991 */
        width: 23%; } }
  #footer li {
    margin-bottom: 15px; }
  #footer .footer-before {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 0 20px; }
    @media (max-width: 992px) {
      #footer .footer-before {
        /* If media is above 991 */
        display: block;
        padding-bottom: 30px; } }
  #footer .footer-container {
    padding: 30px 0 100px;
    display: block;
    overflow: hidden;
    position: relative; }
    @media (max-width: 992px) {
      #footer .footer-container {
        /* If media is above 991 */
        padding: 0 0 30px;
        text-align: center; } }
  #footer .footer-dropdown {
    margin-top: 10px; }
  @media (max-width: 992px) {
    #footer {
      /* If media is above 991 */ }
      #footer .footer-block {
        margin-bottom: 15px; }
        #footer .footer-block:last-child {
          margin-bottom: 0; } }
  @media (min-width: 1200px) {
    #footer {
      /* If media is above 1199 */ }
      #footer .collapse {
        display: inherit; }
      #footer .footer-dropdown {
        margin-top: 0; } }
  @media (max-width: 543px) {
    #footer {
      /* If media is below 544 */ }
      #footer .footer-block {
        margin-bottom: 15px; } }
  @media (min-width: 992px) {
    #footer {
      /* If media is above 991 */ }
      #footer .collapse {
        display: inherit; } }
  #footer .footer-title .navbar-toggler {
    top: 0;
    right: 0;
    color: #fc1550; }

@media (max-width: 767px) {
  .footer-after > .container {
    /* If media is below 768 */
    padding: 15px 15px 30px; } }

.owl-carousel .owl-nav {
  text-align: center; }
  @media (max-width: 991px) {
    .owl-carousel .owl-nav {
      /* If media is below 992 */
      margin-top: 15px; } }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #e4e4e4;
    text-align: center;
    margin: 0 auto;
    margin: 3px;
    background-color: #f7f7f7;
    border-radius: 50%;
    padding: 2px;
    width: 35px;
    height: 35px;
    overflow: hidden;
    outline: none;
    -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; }
    @media (min-width: 992px) {
      .owl-carousel .owl-nav button.owl-prev,
      .owl-carousel .owl-nav button.owl-next {
        /* If media is below 991 */
        position: absolute;
        left: -18px;
        top: 43%; } }
    .owl-carousel .owl-nav button.owl-prev i:before,
    .owl-carousel .owl-nav button.owl-next i:before {
      font-size: 13px;
      line-height: 22px;
      color: #a6a6a6;
      position: relative;
      text-align: center;
      font-weight: 400;
      margin: 0 auto; }
    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel .owl-nav button.owl-next:hover {
      background-color: #1f3d70;
      border-color: #1f3d70; }
      .owl-carousel .owl-nav button.owl-prev:hover i:before,
      .owl-carousel .owl-nav button.owl-next:hover i:before {
        color: #ffffff; }
  @media (min-width: 992px) {
    .owl-carousel .owl-nav button.owl-next {
      /* If media is below 991 */
      right: -18px;
      left: auto; } }

#product-search .search-criteria {
  border: 1px solid #eeeeee;
  padding: 10px; }
  #product-search .search-criteria .select-wrapper {
    position: relative; }
  #product-search .search-criteria .checkbox-inline {
    line-height: 20px; }
  #product-search .search-criteria .search-list {
    margin-bottom: 15px; }
    #product-search .search-criteria .search-list .form-control {
      margin: 0;
      font-size: 12px;
      border: 1px solid #e0e0e0;
      background-color: #fff;
      padding: 0 10px;
      color: #333;
      position: relative;
      text-decoration: none;
      border-radius: 0;
      box-shadow: none; }

/* menu */
#_desktop_top_menu {
  text-align: left;
  float: left;
  display: block;
  position: relative; }
  #_desktop_top_menu #top-menu {
    margin: 0; }

#top-menu > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  cursor: pointer; }
  @media (max-width: 991px) {
    #top-menu > li {
      /* If media is below 992 */
      display: block;
      width: 100%;
      overflow: hidden; } }
  #top-menu > li:last-child {
    border-bottom: 0; }
  #top-menu > li .dropdown-item {
    white-space: normal;
    display: block;
    width: 100%;
    clear: both; }
  #top-menu > li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #fc1550;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
    @media (max-width: 991px) {
      #top-menu > li:after {
        display: none; } }
  #top-menu > li > a {
    line-height: 1.25em;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    font-family: "Baloo Paaji", cursive;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 1199px) {
      #top-menu > li > a {
        /* If media is below 1200 */
        font-size: 16px;
        padding: 9px 10px; } }
    @media (max-width: 991px) {
      #top-menu > li > a {
        /* If media is below 992 */
        color: #000000;
        font-family: "Poppins", sans-serif; } }
    #top-menu > li > a i {
      float: right;
      line-height: 16px;
      font-size: 22px; }
  #_desktop_top_menu #top-menu > li .sub-menu {
    top: 10%;
    left: 0;
    border: none;
    width: auto;
    z-index: 18;
    padding: 15px 15px 20px;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1); }
    #_desktop_top_menu #top-menu > li .sub-menu.collapse {
      visibility: hidden;
      transition: all 500ms ease 0s;
      -webkit-transition: all 500ms ease 0s;
      -moz-transition: all 500ms ease 0s;
      -ms-transition: all 500ms ease 0s;
      -o-transition: all 500ms ease 0s;
      transform: translateY(60px);
      -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
      -o-transform: translateY(60px);
      -moz-transform: translateY(60px);
      opacity: 0; }
    #_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li {
      float: left;
      width: 200px;
      text-align: left;
      font-weight: 400; }
      #_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li > a {
        padding: 0;
        padding-bottom: 4px;
        margin-bottom: 17px;
        color: #fc1550;
        font-family: "Baloo Paaji", cursive;
        text-transform: capitalize;
        font-size: 18px;
        position: relative;
        display: block; }
        #_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li > a:before {
          border-top: 1px solid #ddd;
          bottom: -7px;
          content: "";
          position: absolute;
          left: 0;
          width: 50%; }
  #_desktop_top_menu #top-menu > li:nth-child(8) .sub-menu {
    right: 0;
    left: auto; }
  #top-menu > li:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0%;
    transform-origin: 0%; }
  #top-menu > li:hover > a {
    color: #ffffff; }
    @media (max-width: 991px) {
      #top-menu > li:hover > a {
        /* If media is below 992 */
        color: #000000; } }
  #_desktop_top_menu #top-menu > li:hover:hover .sub-menu {
    top: 116%;
    visibility: visible;
    transition: all 500ms ease 0s;
    transform: translateY(0px);
    opacity: 1; }

.top-menu a.dropdown-submenu {
  color: #000000;
  text-transform: uppercase;
  font-weight: 400; }

.top-menu ul[data-depth="2"] > li a {
  padding: 0;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 7px; }
  @media (max-width: 991px) {
    .top-menu ul[data-depth="2"] > li a {
      /* If media is below 992 */
      padding-bottom: 0; } }
  .top-menu ul[data-depth="2"] > li a:hover {
    color: #1f3d70; }

.top-menu ul[data-depth="2"] > li:last-child a {
  padding-bottom: 0; }

.top-menu .collapse {
  display: inherit; }

.top-menu .category-image {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px; }

.top-menu .popover {
  max-width: inherit; }

.popover.bs-tether-element-attached-top {
  margin-top: 0; }

#canvas {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

#mobile_top_menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: white;
  z-index: 999;
  overflow-y: auto;
  overflow-x: auto; }
  #mobile_top_menu_wrapper #top_menu_closer {
    cursor: pointer;
    color: grey;
    margin-bottom: 12px;
    text-align: center;
    font-size: 50px;
    width: 100%;
    position:absolute; 
    bottom:10; }
    #top_menu_closer2 {
    cursor: pointer;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center;
    font-size: 70px;
    width: 100%;
    position:absolute; 
    bottom:10;
    z-index: 99;
        text-shadow: 0 0 4px #000000;
    }
  #mobile_top_menu_wrapper #_mobile_top_menu {
    padding: 10px; }
  #mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0;
    text-align: left;
    display: block;
    padding: 2px 0;
    background: none;
    list-style: none;
    cursor: pointer; }
    #mobile_top_menu_wrapper #top-menu > li a {
      padding: 0;
      display: inline-block;
      width: auto;
      margin-bottom: 8px; }
    #mobile_top_menu_wrapper #top-menu > li i {
      float: right;
      line-height: 16px;
      font-size: 22px; }
  #mobile_top_menu_wrapper .top-menu {
    color: #000000; }
    #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 {
      display: inline-block;
      padding: 0;
      position: absolute;
      right: 10px;
      top: 6px;
      font-size: 20px; }
    #mobile_top_menu_wrapper .top-menu .collapse {
      display: none; }
      #mobile_top_menu_wrapper .top-menu .collapse.in {
        display: block; }
    #mobile_top_menu_wrapper .top-menu .sub-menu {
      box-shadow: none;
      z-index: inherit;
      display: block;
      position: static;
      overflow: hidden;
      margin-left: 0;
      width: 100%;
      min-width: 100%;
      border: none;
      padding: 0 0 0 15px; }
      #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
        display: none; }
        #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
          display: block; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
        margin: 0;
        padding: 0; }
        #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
          float: none;
          margin: 0; }
          #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
            text-transform: capitalize;
            display: inline-block;
            vertical-align: middle;
            top: 6px;
            position: relative; }
      #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: 8px; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
        padding-left: 2.5rem; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
        padding-left: 3.75rem; }
    #mobile_top_menu_wrapper .top-menu .popover {
      border-radius: 0; }

#menu-icon {
  float: right;
  cursor: pointer;
  color: #ffffff;
  padding: 13px 10px;
  font-size: 24px; }
  @media (max-width: 767px) {
    #menu-icon {
      /* If media is below 768 */
      color: #ffffff; } }
#menu-icon2 {
  float: left;
  cursor: pointer;
  color: #ffffff;
  padding: 13px 10px;
  font-size: 24px; }
  @media (max-width: 767px) {
    #menu-icon {
      /* If media is below 768 */
      color: #ffffff; } }
      
.search-widget {
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 991px) {
    .search-widget {
      /* If media is below 992 */
      padding: 5px;
      float: right;
      position: relative; } }
  @media (max-width: 991px) {
    .search-widget .search-logo {
      /* If media is below 992 */
      background: url(../image/29e4fb3aa58f240c0e397a75eb7190c2.png) no-repeat 0 -1px;
      width: 40px;
      height: 40px;
      display: block; } }
  @media (max-width: 991px) {
    .search-widget:hover form {
      /* If media is below 992 */
      top: 100%;
      visibility: visible;
      overflow: visible;
      opacity: 1; } }
  .search-widget form {
    display: block;
    z-index: 2;
    position: relative;
    margin: 0; }
    @media (max-width: 991px) {
      .search-widget form {
        /* If media is below 992 */
        top: 150%;
        position: absolute;
        right: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; } }
    .search-widget form input[type="text"] {
      min-width: 300px;
      width: 100%;
      border: 0;
      border-radius: 0 !important;
      height: 35px;
      padding: 5px 15px;
      background: transparent;
      text-transform: capitalize;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.8px; }


 @media (min-width: 991px){
   .search-widget form input[type="text"] {
      color: #ffffff; }}




      @media (max-width: 991px) {
        .search-widget form input[type="text"] {
          /* If media is below 992 */
          border-radius: 0;
          background: #fff;
          border: 1px solid #eeeeee; } }
      .search-widget form input[type="text"]:focus {
        background: transparent; }
        @media (max-width: 991px) {
          .search-widget form input[type="text"]:focus {
            /* If media is below 992 */
            background: #ffffff; } }
      .search-widget form input[type="text"]::placeholder {
        color: #ffffff; }
      @media (max-width: 543px) {
        .search-widget form input[type="text"] {
          /* If media is below 544 */
          min-width: 208px; } }
    .search-widget form .input-group-btn {
      position: absolute;
      right: 0; }
      .search-widget form .input-group-btn > .btn {
        position: absolute;
        right: 0; }
    .search-widget form button {
      background: none;
      border: 0;
      border-left: 1px solid #434343;
      color: #ffffff;
      padding: 0;
      font-size: 16px;
      width: 43px;
      top: -4px;
      height: 20px;
      margin: 10px 0 !important;
      border-radius: 0 !important;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .search-widget form button:hover, .search-widget form button:focus {
        background: transparent !important;
        color: #1f3d70;
        border-color: #434343 !important; }
        @media (max-width: 991px) {
          .search-widget form button:hover, .search-widget form button:focus {
            /* If media is below 992 */
            background: transparent; }
            .search-widget form button:hover i, .search-widget form button:focus i {
              color: #1f3d70; } }
      @media (max-width: 991px) {
        .search-widget form button {
          /* If media is below 992 */
          background: transparent;
          border: 0; }
          .search-widget form button i {
            color: #1f3d70; } }

#checkout #search_widget {
  display: none;
  /* Not ideal solution by allows to reuse same hooks/templates */ }

#pagenotfound .page-content #search_widget {
  width: 100%; }

.page-not-found #_desktop_seach_widget {
  float: none;
  padding: 0;
  position: unset; }

.page-not-found .search-widget {
  position: relative;
  padding: 0; }
  .page-not-found .search-widget .search-logo {
    display: none; }
  .page-not-found .search-widget form {
    display: inline-block;
    top: 0;
    position: relative;
    opacity: 1;
    visibility: visible; }

#product-compare .btn-danger, #product-compare .btn-primary {
  margin: 2px 0;
  border-radius: 50px; }

@media (max-width: 991px) {
  #product-compare {
    /* If media is below 992 */ }
    #product-compare .table-bordered {
      float: left;
      width: 100%;
      overflow: auto;
      display: inline; } }

.product-left .image {
  margin-bottom: 20px; }

.product-left .thumbnail {
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0; }
  .product-left .thumbnail img {
    width: 100%; }
  .product-left .thumbnail:hover, .product-left .thumbnail:focus {
    border-color: #eee; }

.product-left .image-carousel {
  margin: 0 20px 30px;
  position: relative; }
  .product-left .image-carousel .owl-nav {
    top: 35%; }
    .product-left .image-carousel .owl-nav .owl-prev, .product-left .image-carousel .owl-nav .owl-next {
      left: -15px;
      right: auto;
      position: absolute;
      top: 35%;
      margin: 0;
      border: 0;
      background-color: #1f3d70 !important;
      border-radius: 50%;
      padding: 5px;
      width: 25px;
      height: 25px;
      overflow: hidden;
      -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; }
      .product-left .image-carousel .owl-nav .owl-prev i:before, .product-left .image-carousel .owl-nav .owl-next i:before {
        font-size: 10px;
        line-height: 22px;
        left: 0;
        right: 0;
        color: #fff;
        position: absolute;
        top: 0;
        padding: 0;
        font-weight: 400;
        text-align: center; }
      .product-left .image-carousel .owl-nav .owl-prev:hover, .product-left .image-carousel .owl-nav .owl-next:hover {
        background-color: #000000; }
        .product-left .image-carousel .owl-nav .owl-prev:hover i:before, .product-left .image-carousel .owl-nav .owl-next:hover i:before {
          color: #ffffff; }
    .product-left .image-carousel .owl-nav .owl-next {
      right: -15px;
      left: auto; }

.product-right .product-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 18px;
  color: #333;
  line-height: 30px; }

.product-right .rating-wrapper {
  margin: 10px 0 20px; }
  .product-right .rating-wrapper .fa-star, .product-right .rating-wrapper .fa-star-o {
    color: #1f3d70;
    font-size: 13px;
    line-height: 6px; }
  .product-right .rating-wrapper .fa-star-o {
    color: #999; }
  .product-right .rating-wrapper span.fa-stack {
    width: 8px;
    height: 8px;
    margin-right: 3px; }
  .product-right .rating-wrapper .review-count, .product-right .rating-wrapper .write-review {
    margin: 0 10px; }

.product-right .list-unstyled {
  margin-bottom: 0; }
  .product-right .list-unstyled.attr {
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px; }
    .product-right .list-unstyled.attr li {
      line-height: 12px;
      padding: 6px 0;
      color: #999999; }
      .product-right .list-unstyled.attr li:first-child a {
        color: #1f3d70; }
      .product-right .list-unstyled.attr li span {
        font-weight: 500;
        color: #333;
        font-size: 14px; }
  .product-right .list-unstyled.price {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px; }
    .product-right .list-unstyled.price .product-price {
      margin: 0 10px 15px;
      font-size: 18px;
      font-weight: 600;
      display: inline-block;
      vertical-align: middle; }
      .product-right .list-unstyled.price .product-price h2 {
        margin: 0;
        font-size: 24px; }
    .product-right .list-unstyled.price .product-dis {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      color: #999;
      margin-bottom: 15px; }
    .product-right .list-unstyled.price .product-tax {
      margin-bottom: 12px; }

.product-right #product .form-group {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  clear: both; }
  .product-right #product .form-group .control-label {
    float: left;
    margin: 2px 10px 3px 0;
    font-size: 14px; }
    .product-right #product .form-group .control-label.radio-text, .product-right #product .form-group .control-label.checkbox-text {
      float: none;
      margin: 0; }
  .product-right #product .form-group #input-quantity {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
    float: left;
    height: 37px;
    text-align: center; }
  .product-right #product .form-group #button-cart {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .product-right #product .form-group .wishlist, .product-right #product .form-group .compare {
    padding: 0;
    background: #1f3d70 url(../image/9b4215b47627644a57afb515ac988c81.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    width: 36px;
    border: 0;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media (max-width: 378px) {
      .product-right #product .form-group .wishlist, .product-right #product .form-group .compare {
        /* If media is below 377 */
        margin: 5px 0; } }
    .product-right #product .form-group .wishlist i, .product-right #product .form-group .compare i {
      display: none; }
    .product-right #product .form-group .wishlist.wishlist, .product-right #product .form-group .compare.wishlist {
      background-position: -53px -81px; }
    .product-right #product .form-group .wishlist.compare, .product-right #product .form-group .compare.compare {
      background-position: -119px -81px; }
    .product-right #product .form-group .wishlist:hover, .product-right #product .form-group .compare:hover {
      background-color: #000000; }
  .product-right #product .form-group .input-group.date, .product-right #product .form-group .input-group.time, .product-right #product .form-group .input-group.datetime {
    display: inline-table; }
    .product-right #product .form-group .input-group.date .btn-default, .product-right #product .form-group .input-group.time .btn-default, .product-right #product .form-group .input-group.datetime .btn-default {
      padding: 6px 18px;
      border-radius: 0; }
  .product-right #product .form-group .btn-file {
    display: inline-block;
    vertical-align: middle;
    width: auto; }

.product-right .addthis_toolbox {
  margin-bottom: 10px; }

.tabs_info {
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 991px) {
    .tabs_info {
      /* If media is below 992 */
      margin-bottom: 30px; } }
  .tabs_info .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
    text-align: center; }
    .tabs_info .nav-tabs a {
      color: #000;
      display: block;
      text-transform: uppercase;
      float: left;
      font-weight: 600;
      font-size: 13px;
      line-height: 21px;
      margin: 0px;
      padding: 10px 40px;
      text-align: center;
      position: relative;
      border: 1px solid #ddd;
      border-radius: 0; }
      @media (max-width: 767px) {
        .tabs_info .nav-tabs a {
          /* If media is below 768 */
          padding: 10px 20px; } }
      @media (max-width: 543px) {
        .tabs_info .nav-tabs a {
          /* If media is below 544 */
          padding: 6px 10px;
          font-size: 11px;
          margin: 3px 0; } }
    .tabs_info .nav-tabs li {
      list-style: none outside none;
      position: relative;
      text-align: center;
      margin: 0 6px;
      float: none;
      display: inline-block;
      vertical-align: middle; }
      .tabs_info .nav-tabs li.active a {
        border-color: #1f3d70;
        background: #1f3d70;
        color: #ffffff; }
      .tabs_info .nav-tabs li a:hover {
        border-color: #1f3d70;
        background: #1f3d70;
        color: #ffffff; }
  .tabs_info .tab-content {
    padding: 25px;
    border: 1px solid #e4e4e4;
    text-align: left; }
    .tabs_info .tab-content .tab-pane p {
      line-height: 28px;
      color: gray;
      margin-bottom: 0;
      letter-spacing: 0.8px; }
    .tabs_info .tab-content #tab-review .table-bordered {
      border: 1px solid #e5e5e5; }
      .tabs_info .tab-content #tab-review .table-bordered > tbody > tr > td strong {
        font-weight: 600; }
      .tabs_info .tab-content #tab-review .table-bordered > tbody > tr > td span.fa-stack {
        width: 8px;
        height: 8px;
        margin-right: 3px; }
      .tabs_info .tab-content #tab-review .table-bordered > tbody > tr > td .fa-star, .tabs_info .tab-content #tab-review .table-bordered > tbody > tr > td .fa-star-o {
        color: #1f3d70;
        font-size: 13px;
        line-height: 6px; }
    .tabs_info .tab-content #tab-review h2 {
      margin: 8px 0;
      font-size: 18px;
      font-weight: 500;
      color: #000; }
    .tabs_info .tab-content #tab-review .form-horizontal .form-group .control-label {
      padding: 7px 0 5px; }

@media (max-width: 991px) {
  #product-product .related-product {
    /* If media is below 992 */
    margin-bottom: 20px; } }

.quickview {
  background: #FFFFFF;
  padding: 15px 0;
  display: block;
  overflow: hidden;
  position: relative; }
  .quickview .quickview-container .productpage-quickview {
    width: 100%; }
    .quickview .quickview-container .productpage-quickview .product-left {
      float: left; }
    .quickview .quickview-container .productpage-quickview .product-right {
      float: right;
      clear: none !important; }
      .quickview .quickview-container .productpage-quickview .product-right .product-title {
        font-weight: 600;
        padding: 0 0 5px; }
      .quickview .quickview-container .productpage-quickview .product-right .rating-wrapper {
        margin: 0 0 15px;
        clear: both;
        padding: 0; }
        .quickview .quickview-container .productpage-quickview .product-right .rating-wrapper .review-count, .quickview .quickview-container .productpage-quickview .product-right .rating-wrapper .write-review {
          display: none; }
      .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr {
        border-bottom: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
        padding: 20px 0;
        margin: 0 0 20px; }
        .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr li {
          line-height: 22px;
          padding: 3px 0;
          font-size: 14px;
          color: #666666; }
          .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr li .desc {
            margin-right: 10px;
            text-transform: capitalize;
            color: #000; }
          .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr li a {
            color: #666666;
            text-decoration: none; }
      .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price li {
        line-height: 15px;
        padding: 3px 0;
        font-size: 14px;
        color: #808080; }
      .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price .special-price {
        color: #000;
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        margin-top: 10px; }
      .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price .input-group {
        display: inline-flex; }
        .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price .input-group .input-group-btn .btn-default {
          line-height: 18px; }
      .quickview .quickview-container .productpage-quickview .product-right .input-group.date .btn-default, .quickview .quickview-container .productpage-quickview .product-right .input-group.time .btn-default, .quickview .quickview-container .productpage-quickview .product-right .input-group.datetime .btn-default {
        padding: 7px 18px;
        border-radius: 0; }
      .quickview .quickview-container .productpage-quickview .product-right #product2 .form-group .form-control {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        line-height: 20px; }
      .quickview .quickview-container .productpage-quickview .product-right #product2 .form-group button {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 18px; }
      .quickview .quickview-container .productpage-quickview .product-right .addthis_toolbox a {
        margin: 0; }

/*!
 * 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 ****/
.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; }

/*** end Animate ****/
.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: .75s;
    animation-duration: .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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

#product-manufacturer .a-link-group {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 20px; }

#product-manufacturer .a-link-list {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 5px; }

#product-manufacturer .a-link-heading {
  background: #f5f5f5;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  padding: 5px 8px; }
  #product-manufacturer .a-link-heading p {
    line-height: 38px;
    margin: 0;
    color: #222222;
    padding: 0 10px; }

#product-manufacturer .a-link-content {
  padding: 8px;
  font-size: 14px;
  line-height: 20px; }

.newletter-popup {
  background: #fff url(../image/2176f24c4f3fe43db8e9a4a950d009eb.jpg) no-repeat center;
  padding: 30px;
  width: 650px;
  height: 330px; }
  .newletter-popup #popup2 {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 25px;
    text-align: center;
    background: #000000;
    cursor: pointer;
    padding: 0 10px;
    color: #ffffff; }
  .newletter-popup .newletter-container .newletter-title {
    margin-bottom: 20px; }
    .newletter-popup .newletter-container .newletter-title h2 {
      margin: 0;
      color: #ffffff; }
  .newletter-popup .newletter-container .block-newsletter-label {
    margin-bottom: 20px;
    line-height: 22px;
    color: #ffffff; }
  .newletter-popup .newletter-container .newsletter_form {
    text-align: center;
    position: relative;
    margin-bottom: 20px; }
    .newletter-popup .newletter-container .newsletter_form .btn-submit {
      height: 50px;
      cursor: pointer;
      background-color: #1f3d70;
      font-size: 16px;
      font-weight: 400;
      border: none;
      font-family: "Baloo Paaji", cursive;
      text-transform: uppercase;
      border-radius: 0 4px 4px 0;
      color: #ffffff;
      padding: 17px 20px;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      @media (max-width: 543px) {
        .newletter-popup .newletter-container .newsletter_form .btn-submit {
          /* If media is below 544 */
          font-size: 15px;
          padding: 4px 15px; } }
      .newletter-popup .newletter-container .newsletter_form .btn-submit:hover {
        background-color: #000000; }
    .newletter-popup .newletter-container .newsletter_form .text-email {
      min-width: 250px;
      width: 100%;
      height: 50px;
      border-radius: 4px;
      border: 1px solid #eee;
      color: #a4a4a4;
      padding: 10px;
      background-color: #ffffff;
      font-family: "Baloo Paaji", cursive;
      font-size: 14px;
      font-weight: 400; }
      .newletter-popup .newletter-container .newsletter_form .text-email:focus {
        background-color: #ffffff; }
      .newletter-popup .newletter-container .newsletter_form .text-email:placeholder {
        color: #a4a4a4; }
  .newletter-popup .newletter-container .subscribe-bottom {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px; }
    .newletter-popup .newletter-container .subscribe-bottom input[type="checkbox"], .newletter-popup .newletter-container .subscribe-bottom input[type="radio"] {
      margin: 2px 4px 0 0; }
    .newletter-popup .newletter-container .subscribe-bottom label {
      margin: 0;
      color: #ffffff; }
  .newletter-popup .newletter-container #notification .alert {
    margin: 0; }

.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-doublefadeincenter.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-doublefadeincenter: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;
  -ms-transition: all 0.5s ease;
  -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);
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -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%;
  -ms-transition: all 0.9s;
  -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;
  -ms-transition: all 0.9s;
  -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; }

.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; }

.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 {
  overflow: hidden;
  position: relative; }
  @media (min-width: 1199px) {
    .ishislider {
      /* If media is above 1200 */ }
      .ishislider:after {
        content: '';
        width: 100%;
        height: 120px;
        background: url(../image/f1bf9f12c2b218244e2d1b8dc3ec0687.png) no-repeat center;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0px;
        z-index: 1; } }
  .ishislider .owl-carousel .owl-nav {
    margin: 0;
    position: unset; }
    .ishislider .owl-carousel .owl-nav button.owl-prev,
    .ishislider .owl-carousel .owl-nav button.owl-next {
      border: 0 !important;
      background-color: #fc1550 !important;
      border-radius: 50%;
      position: absolute;
      padding: 10px;
      top: 46%;
      margin: 4px;
      left: 70px;
      right: auto;
      width: 40px;
      height: 40px;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 991px) {
        .ishislider .owl-carousel .owl-nav button.owl-prev,
        .ishislider .owl-carousel .owl-nav button.owl-next {
          /* If media is below 992 */
          top: 44%; } }
      @media (max-width: 767px) {
        .ishislider .owl-carousel .owl-nav button.owl-prev,
        .ishislider .owl-carousel .owl-nav button.owl-next {
          /* If media is below 768 */
          display: none; } }
      .ishislider .owl-carousel .owl-nav button.owl-prev:hover,
      .ishislider .owl-carousel .owl-nav button.owl-next:hover {
        background-color: #1f3d70 !important; }
        .ishislider .owl-carousel .owl-nav button.owl-prev:hover i:before,
        .ishislider .owl-carousel .owl-nav button.owl-next:hover i:before {
          color: #ffffff; }
      .ishislider .owl-carousel .owl-nav button.owl-prev i:before,
      .ishislider .owl-carousel .owl-nav button.owl-next i:before {
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        margin: 0 auto;
        color: #ffffff; }
    .ishislider .owl-carousel .owl-nav button.owl-next {
      right: 70px;
      left: auto; }
  .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; }
    .ishislider .owl-dots .owl-dot {
      display: inline-block;
      vertical-align: middle;
      outline: none; }
      .ishislider .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        border: 0;
        background: #1f3d70;
        border-radius: 50%;
        margin: 0 3px;
        display: block; }
      .ishislider .owl-dots .owl-dot.active span {
        background: #fc1550; }
  .ishislider:hover .owl-carousel .owl-nav button.owl-prev, .ishislider:hover .owl-carousel .owl-nav button.owl-next {
    opacity: 1; }
  .ishislider:hover .owl-carousel .owl-nav button.owl-prev {
    left: 50px; }
  .ishislider:hover .owl-carousel .owl-nav button.owl-next {
    right: 50px; }

.manufacturerblock .item {
  text-align: center; }
  .manufacturerblock .item img {
    max-width: 194px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer; }
  .manufacturerblock .item:hover img {
    opacity: 1;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9); }

.ishigalleryblock {
  text-align: center;
  display: block;
  overflow: hidden;
  position: relative; }
  .ishigalleryblock .galleryblock {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0; }
    .ishigalleryblock .galleryblock img {
      max-width: 100%;
      width: 100%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ishigalleryblock .galleryblock 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; }
    .ishigalleryblock .galleryblock .imageoverlay {
      background: rgba(255, 111, 105, 0.3);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ishigalleryblock .galleryblock:hover .imageoverlay {
      opacity: 1;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1); }

.ishiservicesblock {
  text-align: center;
  float: right;
  padding: 37px 15px; }
  @media (max-width: 991px) {
    .ishiservicesblock {
      /* If media is below 992 */
      padding: 33px 15px; } }
  @media (max-width: 767px) {
    .ishiservicesblock {
      /* If media is below 768 */
      padding: 0 10px 33px; } }
  .ishiservicesblock .ishiservices {
    display: block;
    overflow: hidden; }
    .ishiservicesblock .ishiservices .services {
      cursor: pointer; }
      .ishiservicesblock .ishiservices .services .service-img {
        background: url(../image/032632b5490eb0879f251c2abdfb6dad.png) no-repeat;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        height: 55px;
        width: 55px;
        z-index: 1;
        transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease; }
      .ishiservicesblock .ishiservices .services.delivery .service-img {
        background-position: -28px center; }
      .ishiservicesblock .ishiservices .services.gift .service-img {
        background-position: -106px center; }
      .ishiservicesblock .ishiservices .services.support .service-img {
        background-position: -180px center; }
      .ishiservicesblock .ishiservices .services.saving .service-img {
        background-position: -255px center; }
      .ishiservicesblock .ishiservices .services .service-block {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        text-align: left; }
        @media (max-width: 767px) {
          .ishiservicesblock .ishiservices .services .service-block {
            /* If media is below 768 */
            margin-left: 4px; } }
        @media (max-width: 430px) {
          .ishiservicesblock .ishiservices .services .service-block {
            /* If media is below 430 */
            display: block;
            text-align: center;
            margin: 10px 0 0; } }
        .ishiservicesblock .ishiservices .services .service-block .service-title {
          font-size: 16px;
          font-weight: 500;
          text-transform: capitalize;
          color: #000000;
          opacity: 1;
          margin: 0 0 5px;
          font-family: "Baloo Paaji", cursive;
          transition: all 400ms ease;
          -webkit-transition: all 400ms ease;
          -moz-transition: all 400ms ease;
          -ms-transition: all 400ms ease;
          -o-transition: all 400ms ease; }
        .ishiservicesblock .ishiservices .services .service-block .service-desc {
          color: #777777;
          font-weight: 400;
          font-size: 14px; }
      .ishiservicesblock .ishiservices .services:hover .service-img {
        transform: rotateY(360deg); }
      .ishiservicesblock .ishiservices .services:hover .service-block .service-title {
        color: #fc1550;
        letter-spacing: 1px; }

.ishispecialblock {
  display: block; }

.block_newsletter {
  font-size: 14px;
  overflow: hidden;
  display: block;
  text-align: center; }
  @media (max-width: 991px) {
    .block_newsletter {
      /* If media is below 992 */
      margin-bottom: 30px; } }
  .block_newsletter p {
    margin: 2px 0; }
  .block_newsletter .conditions {
    display: none; }
  .block_newsletter .alert-danger, .block_newsletter .alert-success {
    padding: 3px;
    margin: 3px 0;
    font-size: 13px; }
  .block_newsletter .newletter-title {
    display: none; }
  .block_newsletter .home-title {
    font-size: 32px;
    margin-bottom: 3px;
    padding: 70px 0 0; }
    @media (max-width: 1199px) {
      .block_newsletter .home-title {
        /* If media is below 1200 */
        padding: 0; } }
    @media (max-width: 1199px) {
      .block_newsletter .home-title .title-bg {
        /* If media is below 1200 */
        display: none; } }
  .block_newsletter .block-newsletter-label {
    font-size: 14px;
    line-height: 22px;
    display: block;
    font-family: "Poppins", sans-serif;
    margin: 0 0 15px;
    font-weight: 400;
    text-align: center; }
  .block_newsletter .newsletter_form {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .block_newsletter .newsletter_form {
        /* If media is below 992 */
        max-width: 100%;
        margin-bottom: 30px; } }
    .block_newsletter .newsletter_form form {
      margin: 0 auto;
      text-align: center;
      width: 80%;
      position: relative; }
      @media (max-width: 1199px) {
        .block_newsletter .newsletter_form form {
          /* If media is below 1200 */
          width: 100%; } }
    .block_newsletter .newsletter_form .btn-submit {
      height: 40px;
      cursor: pointer;
      background: #fc1550 url(../image/89856eb5c316dba626d4f8bad91e0276.png) no-repeat center;
      font-size: 16px;
      font-weight: 400;
      border: none;
      font-family: "Poppins", sans-serif;
      text-transform: uppercase;
      border-radius: 0px 6px 6px 0px;
      color: #ffffff;
      width: 40px;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      @media (max-width: 544px) {
        .block_newsletter .newsletter_form .btn-submit {
          /* If media is below 543 */
          padding: 19px 15px; } }
      .block_newsletter .newsletter_form .btn-submit:hover {
        background-color: #1f3d70; }
      .block_newsletter .newsletter_form .btn-submit span {
        display: none; }
    .block_newsletter .newsletter_form .text-email {
      width: 100%;
      height: 40px;
      border: 1px solid #eeeeee;
      background-color: #ffffff;
      border-radius: 6px;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: capitalize;
      padding: 0 10px;
      color: #666666; }
      .block_newsletter .newsletter_form .text-email::placeholder {
        color: #666666; }
      .block_newsletter .newsletter_form .text-email:focus {
        background-color: #ffffff;
        outline: none; }
  .block_newsletter .bannerblock {
    display: inline-block;
    vertical-align: middle;
    z-index: 2; }
    @media (max-width: 991px) {
      .block_newsletter .bannerblock {
        /* If media is below 992 */
        margin-bottom: 30px; } }
    .block_newsletter .bannerblock:last-child {
      margin-bottom: 0; }
    .block_newsletter .bannerblock img {
      max-width: 100%;
      width: 100%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .block_newsletter .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; }

.ishileftbanner {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .ishileftbanner {
      /* If media is below 992 */
      text-align: center;
      margin-bottom: 15px; } }
  .ishileftbanner .bannerblock {
    position: relative;
    margin-bottom: 30px; }
    .ishileftbanner .bannerblock:last-child {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .ishileftbanner .bannerblock {
        /* If media is below 992 */
        display: inline-block;
        vertical-align: middle; } }
    .ishileftbanner .bannerblock 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; }
      .ishileftbanner .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; }
      .ishileftbanner .bannerblock a: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; }
    .ishileftbanner .bannerblock:hover a: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); }

.ishipaymentblock {
  text-align: right; }
  @media (max-width: 991px) {
    .ishipaymentblock {
      /* If media is below 992 */
      text-align: center; } }
  .ishipaymentblock .paymentblock {
    display: inline-block;
    vertical-align: middle; }
    .ishipaymentblock .paymentblock a:after {
      display: none; }
    .ishipaymentblock .paymentblock a:hover {
      padding-left: 0; }
    .ishipaymentblock .paymentblock img {
      background: transparent;
      padding: 2px;
      width: 45px;
      margin: 5px 1px;
      box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      border-radius: 0;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
      @media (max-width: 767px) {
        .ishipaymentblock .paymentblock img {
          /* If media is below 768 */
          width: 41px; } }

.ishitestimonialsblock {
  position: relative;
  display: block; }
  @media (max-width: 1540px) {
    .ishitestimonialsblock {
      /* If media is below 1540 */
      overflow: hidden; } }
  .ishitestimonialsblock.container {
    width: 1400px; }
  .ishitestimonialsblock .owl-stage-outer .owl-stage {
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px 20px; }
  @media (min-width: 992px) {
    .ishitestimonialsblock .owl-item {
      -webkit-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      margin-top: 50px;
      margin-bottom: -30px;
      -ms-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.5; } }
  @media (min-width: 992px) {
    .ishitestimonialsblock .owl-item.center {
      /* If media is above 991 */
      transform: scale(1.11);
      opacity: 1;
      z-index: 1;
      margin: 0;
      padding: 10px;
      -ms-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); } }
  .ishitestimonialsblock .owl-item.center .ishitestimonials-container:before {
    top: 75px; }
  .ishitestimonialsblock .owl-item.center .ishitestimonials-container .testimonial-img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    display: block;
    opacity: 1; }
  .ishitestimonialsblock .ishitestimonials-container {
    padding: 20px 15px;
    position: relative; }
    @media (max-width: 991px) {
      .ishitestimonialsblock .ishitestimonials-container {
        /* If media is below 992 */
        padding: 0; } }
    @media (min-width: 992px) {
      .ishitestimonialsblock .ishitestimonials-container:before {
        /* If media is above 991 */
        content: '';
        background: #fff;
        box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0px;
        text-align: center;
        margin: 0 auto;
        z-index: -1; } }
    .ishitestimonialsblock .ishitestimonials-container .testimonial-img {
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      display: none;
      opacity: 0;
      position: relative;
      text-align: center;
      width: 120px;
      margin: 0 auto 20px; }
      .ishitestimonialsblock .ishitestimonials-container .testimonial-img img {
        max-width: 100%; }
    .ishitestimonialsblock .ishitestimonials-container .testimonial-info {
      font: 400 18px/18px "Poppins", sans-serif;
      color: #000000;
      text-align: center;
      margin: 0 auto;
      display: block;
      max-width: 90%; }
      @media (max-width: 991px) {
        .ishitestimonialsblock .ishitestimonials-container .testimonial-info {
          /* If media is below 992 */
          max-width: 70%; } }
      .ishitestimonialsblock .ishitestimonials-container .testimonial-info .user-name {
        font-size: 22px;
        color: #000000;
        text-transform: uppercase;
        margin: 0 0 5px;
        font-weight: 400;
        letter-spacing: 0.7px; }
      .ishitestimonialsblock .ishitestimonials-container .testimonial-info .user-designation {
        font-size: 14px;
        color: #1f3d70; }
      .ishitestimonialsblock .ishitestimonials-container .testimonial-info .user-description {
        font-size: 12px;
        color: #777777;
        margin: 0 0 35px;
        padding-top: 30px;
        line-height: 24px;
        font-weight: 400;
        position: relative; }
        .ishitestimonialsblock .ishitestimonials-container .testimonial-info .user-description:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 15px;
          text-align: center;
          margin: 0 auto;
          height: 1px;
          width: 90px;
          background: #eeeeee; }
      .ishitestimonialsblock .ishitestimonials-container .testimonial-info .quote {
        background: url(../image/8f67ae37374f665aab28c9e4c0a41a7a.png) no-repeat center;
        display: block;
        height: 40px;
        width: 40px;
        margin: 0 auto; }
    .ishitestimonialsblock .ishitestimonials-container:hover .testimonial-info .user-count {
      color: #d2d2d2; }
  .ishitestimonialsblock .owl-carousel .owl-nav button.owl-prev,
  .ishitestimonialsblock .owl-carousel .owl-nav button.owl-next {
    top: 55%; }

.ishistoreinfoblock {
  display: block;
  overflow: hidden; }
  @media (min-width: 992px) {
    .ishistoreinfoblock {
      /* If media is above 991 */
      width: 29%; } }
  .ishistoreinfoblock .ishistoreinfo-inner .store-logo {
    display: block;
    margin-bottom: 15px;
    text-align: center; }
    @media (min-width: 992px) {
      .ishistoreinfoblock .ishistoreinfo-inner .store-logo {
        /* If media is above 991 */
        width: 90%; } }
    .ishistoreinfoblock .ishistoreinfo-inner .store-logo img {
      max-width: 100%; }
    .ishistoreinfoblock .ishistoreinfo-inner .store-logo:after {
      display: none; }
  .ishistoreinfoblock .ishistoreinfo-inner .store-description {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .ishistoreinfoblock .ishistoreinfo-inner .store-description {
        /* If media is above 991 */
        width: 90%; } }
    .ishistoreinfoblock .ishistoreinfo-inner .store-description p {
      line-height: 24px;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      margin-bottom: 0;
      color: #777777; }

/* Ishi ProductBlock */
.ishiproductsblock .ishiproductstab {
  position: relative;
  border: 0;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .ishiproductsblock .ishiproductstab {
      /* If media is below 768 */
      float: none;
      margin-bottom: 20px; } }
  .ishiproductsblock .ishiproductstab .nav-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 10px;
    float: none; }
    @media (max-width: 543px) {
      .ishiproductsblock .ishiproductstab .nav-item {
        /* If media is below 544 */
        display: block;
        margin-bottom: 8px;
        margin-right: 0;
        text-align: center; } }
    @media (max-width: 543px) {
      .ishiproductsblock .ishiproductstab .nav-item:last-child {
        /* If media is below 544 */
        margin-bottom: 0px; } }
    .ishiproductsblock .ishiproductstab .nav-item:last-child:before, .ishiproductsblock .ishiproductstab .nav-item:last-child:after {
      display: none; }
    .ishiproductsblock .ishiproductstab .nav-item:before {
      content: '';
      height: 1px;
      width: 50px;
      background: #dddddd;
      position: absolute;
      right: -42px;
      top: 53%; }
      @media (max-width: 543px) {
        .ishiproductsblock .ishiproductstab .nav-item:before {
          /* If media is below 544 */
          display: none; } }
    .ishiproductsblock .ishiproductstab .nav-item:after {
      content: '';
      height: 8px;
      width: 8px;
      background: #dddddd;
      border-radius: 50%;
      position: absolute;
      top: 44%;
      right: -21px; }
      @media (max-width: 543px) {
        .ishiproductsblock .ishiproductstab .nav-item:after {
          /* If media is below 544 */
          display: none; } }
    .ishiproductsblock .ishiproductstab .nav-item .nav-link {
      font-size: 15px;
      font-weight: 400;
      background: transparent none repeat scroll 0 0;
      border: 0;
      color: #000000;
      margin: 0;
      outline: medium none;
      padding: 10px 18px;
      line-height: 1.1;
      border-radius: 20px;
      position: relative;
      text-transform: capitalize;
      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) {
        .ishiproductsblock .ishiproductstab .nav-item .nav-link {
          /* If media is below 544 */
          padding: 7px 20px;
          font-size: 14px;
          display: inline-block; } }
      .ishiproductsblock .ishiproductstab .nav-item .nav-link.active, .ishiproductsblock .ishiproductstab .nav-item .nav-link:hover {
        color: #fc1550; }
    .ishiproductsblock .ishiproductstab .nav-item.active .nav-link {
      color: #fc1550; }

.smartblog_block {
  display: block;
  position: relative; }
  .smartblog_block .blog_post {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px; }
    .smartblog_block .blog_post:hover .news_module_image_holder a img {
      -webkit-transform-style: unset;
      transform-style: unset;
      transform: scale(1.5);
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      -moz-transform: scale(1.5);
      opacity: 0.8; }
    .smartblog_block .blog_post:hover .news_module_image_holder a .blog-hover {
      opacity: 1; }
    .smartblog_block .blog_post:hover .news_module_image_holder .blogicons {
      opacity: 1; }
    .smartblog_block .blog_post:hover .news_module_image_holder .hover-date {
      opacity: 1; }
    .smartblog_block .blog_post:hover .date-comment {
      background: #1f3d70; }
    .smartblog_block .blog_post:hover .blog_content .view-blog .read-more:after {
      background: #fc1550; }
    .smartblog_block .blog_post:hover .blog_content .view-blog .read-more a {
      color: #fc1550; }
    .smartblog_block .blog_post .news_module_image_holder {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      overflow: hidden;
      background: #ffffff;
      border-radius: 10px 10px 0 0; }
      .smartblog_block .blog_post .news_module_image_holder a {
        position: relative;
        display: inline-block;
        vertical-align: middle; }
        .smartblog_block .blog_post .news_module_image_holder a img {
          width: 100%;
          max-width: 100%;
          transition: all 2s ease;
          -webkit-transition: all 2s ease;
          -moz-transition: all 2s ease;
          -ms-transition: all 2s ease;
          -o-transition: all 2s ease; }
      .smartblog_block .blog_post .news_module_image_holder .blogicons {
        display: none;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 45%;
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .smartblog_block .blog_post .news_module_image_holder .blogicons a {
          display: inline-block;
          float: none; }
          .smartblog_block .blog_post .news_module_image_holder .blogicons a:hover i:before {
            color: #ffffff;
            background: #000000;
            border-color: #000000; }
          .smartblog_block .blog_post .news_module_image_holder .blogicons a i:before {
            border: 1px solid #ffffff;
            color: #ffffff;
            font-size: 14px;
            height: 40px;
            margin: auto;
            padding: 12px;
            text-align: center;
            width: 40px;
            line-height: 13px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s; }
    .smartblog_block .blog_post .date-comment {
      font-family: "Poppins", sans-serif;
      color: #ffffff;
      background: #fc1550;
      font-size: 13px;
      font-weight: 400;
      padding: 10px;
      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;
      text-transform: capitalize; }
      .smartblog_block .blog_post .date-comment .blog_date {
        float: left; }
      .smartblog_block .blog_post .date-comment .write-comment {
        float: right; }
        .smartblog_block .blog_post .date-comment .write-comment a {
          color: #ffffff; }
    .smartblog_block .blog_post .blog_content {
      padding: 15px;
      text-align: left;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      .smartblog_block .blog_post .blog_content .blog_title {
        margin: 0 0 10px; }
        .smartblog_block .blog_post .blog_content .blog_title a {
          font-family: "Baloo Paaji", cursive;
          font-size: 18px;
          text-transform: capitalize;
          font-weight: 400;
          color: #000000;
          letter-spacing: 0.8px; }
          @media (max-width: 767px) {
            .smartblog_block .blog_post .blog_content .blog_title a {
              /* If media is below 768 */
              font-size: 14px; } }
      .smartblog_block .blog_post .blog_content .blog-desc {
        margin: 0 0 15px;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        color: #777777;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.8px; }
        @media (max-width: 767px) {
          .smartblog_block .blog_post .blog_content .blog-desc {
            /* If media is below 768 */
            margin-bottom: 10px;
            line-height: 20px; } }
      .smartblog_block .blog_post .blog_content .view-blog {
        display: block; }
        .smartblog_block .blog_post .blog_content .view-blog .read-more {
          padding: 0 0 5px;
          font-size: 14px;
          text-transform: uppercase;
          font-weight: 400;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          background: none;
          border: 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; }
          .smartblog_block .blog_post .blog_content .view-blog .read-more:after {
            content: '';
            width: 100%;
            height: 1px;
            background: #1f3d70;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: 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; }
          .smartblog_block .blog_post .blog_content .view-blog .read-more i {
            display: none; }
          .smartblog_block .blog_post .blog_content .view-blog .read-more a {
            color: #1f3d70; }

/*<------------------------------------------------------------------------------------>*/
.single-blog {
  text-align: center; }
  .single-blog .page-item-title {
    margin-bottom: 30px; }
    .single-blog .page-item-title h1 {
      font-size: 22px;
      text-transform: uppercase;
      color: #000000;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
      margin: 0; }
  .single-blog .blog-img img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto; }
  .single-blog .blog-date {
    display: none;
    font-size: 15px;
    position: relative;
    text-transform: capitalize;
    color: #000;
    font-family: "Poppins", sans-serif;
    padding: 20px 0 0; }
  .single-blog .blog-desc {
    padding: 30px 15px 20px;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    width: 80%;
    color: #332233;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .8px;
    line-height: 20px; }
    @media (max-width: 991px) {
      .single-blog .blog-desc {
        /* If media is below 992 */
        width: 100%; } }
  .single-blog .smartblogcomments {
    margin-bottom: 50px; }
    .single-blog .smartblogcomments .reply-title {
      margin-bottom: 15px;
      font-weight: 500;
      color: #000000;
      font-family: "Poppins", sans-serif;
      font-size: 20px; }
    .single-blog .smartblogcomments .view-comment {
      text-align: left;
      padding: 15px 0;
      margin-bottom: 15px;
      border-top: 1px solid #eeeeee;
      border-bottom: 1px solid #eeeeee; }
      .single-blog .smartblogcomments .view-comment:last-child {
        margin-bottom: 0; }
      .single-blog .smartblogcomments .view-comment .user_icon {
        display: inline-block;
        vertical-align: middle; }
        .single-blog .smartblogcomments .view-comment .user_icon i:before {
          font-size: 70px;
          color: #000000; }
      .single-blog .smartblogcomments .view-comment .user_list {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin-left: 10px; }
  .single-blog .block-title .reply-title {
    margin-bottom: 15px;
    font-weight: 500;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 20px; }
  .single-blog #add-comment .form-horizontal .control-label {
    text-align: left; }
  .single-blog #add-comment .form-horizontal .form-control {
    border-color: #eeeeee; }
    .single-blog #add-comment .form-horizontal .form-control:last-child {
      margin-bottom: 0; }
  .single-blog #add-comment .form-horizontal .form-group {
    margin: 15px; }
  .single-blog #add-comment .form-horizontal .submit-btn {
    margin-top: 20px; }

/*<------------------------------------------------------------------------------------>*/
.all-blog {
  text-align: center;
  margin: 0 auto; }
  .all-blog h1 {
    display: none; }
  .all-blog .sdsarticleCat {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 992px) {
      .all-blog .sdsarticleCat {
        /* If media is above 991 */
        text-align: left; } }
    .all-blog .sdsarticleCat > div {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      color: #000;
      font-weight: 400;
      line-height: 20px; }
    .all-blog .sdsarticleCat .blog-content {
      margin-bottom: 30px;
      display: block;
      overflow: hidden; }
      @media (max-width: 991px) {
        .all-blog .sdsarticleCat .blog-content {
          /* If media is below 992 */
          margin-bottom: 20px; } }
    .all-blog .sdsarticleCat .articleContent:last-child {
      margin-bottom: 0; }
    .all-blog .sdsarticleCat .articleContent .post_hover {
      display: none; }
    .all-blog .sdsarticleCat .articleContent .blog-image img {
      text-align: center;
      margin: 0 auto; }
    .all-blog .sdsarticleCat .smartblog-desc {
      position: relative;
      top: 18px; }
      @media (max-width: 991px) {
        .all-blog .sdsarticleCat .smartblog-desc {
          /* If media is below 992 */
          padding: 15px; } }
      @media (max-width: 1199px) {
        .all-blog .sdsarticleCat .smartblog-desc {
          /* If media is below 1200 */
          top: 0; } }
      .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment {
        margin-bottom: 15px; }
        @media (max-width: 1199px) {
          .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment {
            /* If media is below 1200 */
            margin-bottom: 10px; } }
        .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title {
          margin: 0 0 15px; }
          @media (max-width: 1199px) {
            .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title {
              /* If media is below 1200 */
              margin: 15px 0; } }
          .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title a {
            font-size: 20px;
            text-transform: uppercase;
            color: #000000;
            font-weight: 400;
            text-decoration: none; }
        .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-date {
          display: block;
          margin-bottom: 15px;
          font-size: 15px;
          position: relative; }
        .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .comment-wrapper {
          display: block; }
          .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .comment-wrapper span {
            font-size: 15px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            position: relative;
            text-transform: capitalize;
            color: #000000;
            line-height: 25px; }
      .all-blog .sdsarticleCat .smartblog-desc .blog-desc {
        display: block;
        margin-bottom: 15px;
        color: #666;
        line-height: 24px; }
        @media (max-width: 1199px) {
          .all-blog .sdsarticleCat .smartblog-desc .blog-desc {
            /* If media is below 1200 */
            margin-bottom: 10px; } }
      .all-blog .sdsarticleCat .smartblog-desc .read-more a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        background: #1f3d70;
        color: #fff;
        text-transform: uppercase;
        padding: 5px 15px;
        border-radius: 50px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .all-blog .sdsarticleCat .smartblog-desc .read-more a:hover {
          background: #000000; }

.ishicategoryblock .ishicategory {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 50px; }
  .ishicategoryblock .ishicategory .image-container {
    position: relative;
    overflow: hidden;
    margin: 0 1px; }
    .ishicategoryblock .ishicategory .image-container:before {
      content: '';
      border-top: 0;
      position: absolute;
      left: 0;
      right: 0;
      top: 56%;
      bottom: 0;
      border-radius: 0 0 15px 15px; }
    .ishicategoryblock .ishicategory .image-container:after {
      content: '';
      height: 40px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 41%;
      right: 0;
      text-align: center;
      margin: 0 auto;
      z-index: -1;
      border-bottom: 0;
      border-radius: 100%/100px 100px 0 0; }
    .ishicategoryblock .ishicategory .image-container a {
      position: relative;
      overflow: hidden;
      display: block;
      border-radius: 50%; }
      .ishicategoryblock .ishicategory .image-container a img {
        width: auto;
        max-width: 100%;
        margin: 5px auto 0;
        border-radius: 50%;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ishicategoryblock .ishicategory .image-container .text-container {
      padding: 20px 0;
      font-size: 24px;
      font-weight: 400;
      color: #000000;
      font-family: "Baloo Paaji", cursive;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media (max-width: 767px) {
        .ishicategoryblock .ishicategory .image-container .text-container {
          /* If media is below 768 */
          font-size: 16px; } }
    .ishicategoryblock .ishicategory .image-container:hover img {
      -moz-transform: rotate(4deg);
      -webkit-transform: rotate(4deg);
      -o-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
      transform: rotate(4deg); }
    .ishicategoryblock .ishicategory .image-container:hover .text-container {
      color: #1f3d70;
      transform: rotateX(360deg);
      -moz-transform: rotateX(360deg);
      -webkit-transform: rotateX(360deg);
      -o-transform: rotateX(360deg);
      -ms-transform: rotateX(360deg); }

#ishiheaderblock {
  padding: 13px 0;
  color: #ffffff;
  text-transform: capitalize; }
  @media (max-width: 991px) {
    #ishiheaderblock {
      /* If media is below 992 */
      padding-bottom: 6px; } }

.ishiparallaxbannerblock {
  overflow: hidden;
  position: relative; }
  @media (min-width: 992px) {
    .ishiparallaxbannerblock:before, .ishiparallaxbannerblock:after {
      /* If media is above 991 */
      content: '';
      width: 100%;
      height: 120px;
      background: url(../image/0b1df8bb0b96f566cc57f298993b05b2.png) no-repeat center;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      top: 0;
      z-index: 1; } }
  @media (min-width: 992px) {
    .ishiparallaxbannerblock:after {
      /* If media is above 991 */
      top: auto;
      bottom: 0;
      transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg); } }
  .ishiparallaxbannerblock .parallax {
    padding: 250px 0; }
    @media (max-width: 1199px) {
      .ishiparallaxbannerblock .parallax {
        /* If media is below 1200 */
        padding: 200px 0;
        background-size: cover; } }
    @media (max-width: 991px) {
      .ishiparallaxbannerblock .parallax {
        /* If media is below 992 */
        padding: 80px 0; } }
    .ishiparallaxbannerblock .parallax .parallax-list {
      text-align: center;
      float: left;
      position: relative;
      color: #000000; }
      .ishiparallaxbannerblock .parallax .parallax-list .parallax-discount {
        font-size: 30px;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 25px;
        position: relative;
        letter-spacing: 0.4px;
        color: #a8a8a8; }
      .ishiparallaxbannerblock .parallax .parallax-list .parallax-title {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 25px;
        color: #9363b5;
        letter-spacing: 2px;
        font-family: "Baloo Paaji", cursive; }
        @media (max-width: 767px) {
          .ishiparallaxbannerblock .parallax .parallax-list .parallax-title {
            /* If media is below 768 */
            font-size: 50px;
            line-height: 55px; } }
        @media (max-width: 543px) {
          .ishiparallaxbannerblock .parallax .parallax-list .parallax-title {
            /* If media is below 544 */
            font-size: 38px; } }
      .ishiparallaxbannerblock .parallax .parallax-list .parallax-subtitle {
        font-size: 14px;
        margin-bottom: 40px;
        color: #000000;
        display: inline-block;
        vertical-align: middle;
        background: rgba(0, 0, 0, 0.04);
        padding: 12px 48px;
        border-radius: 25px; }
      .ishiparallaxbannerblock .parallax .parallax-list .parallax-btn {
        display: block; }
        .ishiparallaxbannerblock .parallax .parallax-list .parallax-btn a {
          font-size: 14px;
          font-weight: 500;
          line-height: 20px;
          padding: 10px 22px;
          border: 0;
          background-color: #fc1550;
          color: #ffffff;
          text-transform: uppercase;
          position: relative;
          display: inline-block;
          vertical-align: middle;
          margin-bottom: 0;
          border-radius: 30px;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .ishiparallaxbannerblock .parallax .parallax-list .parallax-btn a:hover {
            background-color: #1f3d70;
            color: #ffffff; }

.ishibannerblock {
    margin-top:20px;
  text-align: center;
  display: block;
  overflow: hidden;
  position: relative; }
  .ishibannerblock .bannerblock {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px; }
    @media (max-width: 443px) {
      .ishibannerblock .bannerblock {
        /* If media is below 444 */
        width: 100%; } }
    .ishibannerblock .bannerblock:last-child {
      margin-bottom: 0; }
    .ishibannerblock .bannerblock img {
      max-width: 100%;
      width: 100%;
      border-radius: 15px;
      -ms-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ishibannerblock .bannerblock a {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      -ms-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  @media (max-width: 767px) {
    .ishibannerblock .banner-left, .ishibannerblock .banner-center {
      /* If media is below 768 */
      margin-bottom: 30px; } }
  .ishibannerblock .banner-left:last-child, .ishibannerblock .banner-center:last-child {
    margin-bottom: 0; }

#ishispecialdeals-icon {
  width: 50px;
  height: 50px;
  z-index: 99;
  position: fixed;
  bottom: 20px;
  left: 20px; }
  @media (max-width: 543px) {
    #ishispecialdeals-icon {
      /* If media is below 544 */
      display: none; } }
  #ishispecialdeals-icon:after {
    background: url(../image/1ca935957b7c81cd279b961eb2383724.png) no-repeat center;
    background-size: 40px;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: bounce;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px; }
  #ishispecialdeals-icon:hover #ishispecialdeals {
    opacity: 1;
    visibility: visible;
    left: 20px; }

#ishispecialdeals {
  z-index: 98;
  width: 420px;
  opacity: 0;
  position: fixed;
  bottom: 20px;
  left: 50px;
  visibility: hidden;
  border: 1px solid #eee;
  padding: 30px 15px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: opacity .5s,
 left .5s,
 right .5s,
 visibility .5s;
  -o-transition: opacity .5s,
 left .5s,
 right .5s,
 visibility .5s;
  transition: opacity .5s,
 left .5s,
 right .5s,
 visibility .5s; }
  #ishispecialdeals .product-thumb {
    padding: 0;
    border: 0;
    border-radius: 0; }
    #ishispecialdeals .product-thumb .caption {
      text-align: left;
      padding: 0 10px;
      background-color: transparent; }
      #ishispecialdeals .product-thumb .caption h4 a {
        color: #000000; }
      #ishispecialdeals .product-thumb .caption .price {
        opacity: 1;
        color: #000000; }
      #ishispecialdeals .product-thumb .caption .rating {
        text-align: left;
        margin-bottom: 5px; }
      #ishispecialdeals .product-thumb .caption .button-group {
        position: absolute;
        display: block;
        right: 0;
        left: 0;
        bottom: -6px;
        opacity: 0; }
        #ishispecialdeals .product-thumb .caption .button-group .btn-quickview,
        #ishispecialdeals .product-thumb .caption .button-group .btn-wishlist,
        #ishispecialdeals .product-thumb .caption .button-group .btn-compare,
        #ishispecialdeals .product-thumb .caption .button-group .btn-cart {
          opacity: 1;
          -moz-transform: rotateX(0deg);
          -webkit-transform: rotateX(0deg);
          -o-transform: rotateX(0deg);
          -ms-transform: rotateX(0deg);
          transform: rotateX(0deg); }
        #ishispecialdeals .product-thumb .caption .button-group > div .quickbox button,
        #ishispecialdeals .product-thumb .caption .button-group > div .btn-cart button,
        #ishispecialdeals .product-thumb .caption .button-group > div .btn-wishlist button,
        #ishispecialdeals .product-thumb .caption .button-group > div .btn-compare button {
          font-size: 12px;
          font-weight: 500;
          text-transform: uppercase; }
          #ishispecialdeals .product-thumb .caption .button-group > div .quickbox button:hover,
          #ishispecialdeals .product-thumb .caption .button-group > div .btn-cart button:hover,
          #ishispecialdeals .product-thumb .caption .button-group > div .btn-wishlist button:hover,
          #ishispecialdeals .product-thumb .caption .button-group > div .btn-compare button:hover {
            background-color: #fc1550;
            color: #ffffff; }
        #ishispecialdeals .product-thumb .caption .button-group > div.btn-cart:before {
          display: none; }
        #ishispecialdeals .product-thumb .caption .button-group > div.btn-cart button {
          background-position: -87px -12px; }
          #ishispecialdeals .product-thumb .caption .button-group > div.btn-cart button:hover {
            background-position: -87px -47px; }
      #ishispecialdeals .product-thumb .caption .countdown-container {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        border-radius: 25px;
        background: #fc1550;
        padding: 0px 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        @media (max-width: 543px) {
          #ishispecialdeals .product-thumb .caption .countdown-container {
            /* If media is below 544 */
            margin-bottom: 10px; } }
        #ishispecialdeals .product-thumb .caption .countdown-container .countdown-text {
          display: none; }
        #ishispecialdeals .product-thumb .caption .countdown-container .counter {
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          cursor: pointer;
          position: relative;
          padding: 5px 3px; }
          #ishispecialdeals .product-thumb .caption .countdown-container .counter span {
            display: block; }
          #ishispecialdeals .product-thumb .caption .countdown-container .counter.countdown-seconds .data {
            color: #1f3d70; }
            #ishispecialdeals .product-thumb .caption .countdown-container .counter.countdown-seconds .data:after {
              display: none; }
          #ishispecialdeals .product-thumb .caption .countdown-container .counter .data {
            font-size: 14px;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            border-radius: 0;
            color: #ffffff;
            width: 30px; }
            #ishispecialdeals .product-thumb .caption .countdown-container .counter .data:after {
              content: ':';
              position: absolute;
              right: -5px;
              top: 3px;
              color: #ffffff; }
          #ishispecialdeals .product-thumb .caption .countdown-container .counter .lbl {
            display: none; }
    #ishispecialdeals .product-thumb:hover .countdown-container {
      opacity: 0; }
    #ishispecialdeals .product-thumb:hover .button-group {
      opacity: 1; }
  #ishispecialdeals .owl-dots {
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #ishispecialdeals .owl-dots .owl-dot {
      display: inline-block;
      vertical-align: middle;
      outline: none; }
      #ishispecialdeals .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        border: 0;
        border-radius: 50%;
        background: #1f3d70;
        margin: 0 3px;
        display: block; }
      #ishispecialdeals .owl-dots .owl-dot.active span {
        background: #fc1550; }

.ishifeaturedcategoryblock {
  position: relative;
  display: block;
  overflow: hidden; }
  .ishifeaturedcategoryblock .featuredcategorytab ul {
    border: 0;
    text-align: center;
    position: relative;
    display: block;
    list-style: none; }
    .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item {
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px 10px;
      float: none; }
      .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item:last-child:before, .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item:last-child:after {
        display: none; }
      .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item:before {
        content: '';
        height: 1px;
        width: 50px;
        background: #dddddd;
        position: absolute;
        right: -42px;
        top: 53%; }
        @media (max-width: 543px) {
          .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item:before {
            /* If media is below 544 */
            display: none; } }
      .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item:after {
        content: '';
        height: 8px;
        width: 8px;
        background: #dddddd;
        border-radius: 50%;
        position: absolute;
        top: 44%;
        right: -21px; }
        @media (max-width: 543px) {
          .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item:after {
            /* If media is below 544 */
            display: none; } }
      @media (max-width: 543px) {
        .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item {
          /* If media is below 544 */
          margin: 0 15px 4px;
          display: block; } }
      .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item .nav-link {
        font-size: 15px;
        font-weight: 400;
        background: transparent none repeat scroll 0 0;
        border: 0;
        color: #000000;
        margin: 0;
        outline: medium none;
        padding: 10px 18px;
        line-height: 1.1;
        border-radius: 20px;
        position: relative;
        text-transform: capitalize;
        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) {
          .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item .nav-link {
            /* If media is below 544 */
            padding: 7px 20px;
            font-size: 14px;
            display: inline-block; } }
        .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item .nav-link.active, .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item .nav-link:hover {
          color: #fc1550; }
      .ishifeaturedcategoryblock .featuredcategorytab ul .nav-item.active .nav-link {
        color: #fc1550; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #232323;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px; }

h1, h2, h3, h4, h5, h6 {
  color: #333333; }

p {
  color: #888888; }

/* default font size */
.fa {
  font-size: 14px; }

/* Override the bootstrap defaults */
h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

a {
  color: #000000;
  outline: none;
  mask-border-outset: unset; }
  a:hover {
    color: #1f3d70;
    text-decoration: none;
    outline: none; }
  a:focus {
    outline: none;
    color: #1f3d70;
    text-decoration: none; }

ul, .list-unstyled {
  padding: 0; }

.form-control {
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 5px;
  border-color: #e9e9e9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .form-control:focus {
    box-shadow: none;
    border-color: #ccc; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    /* If media is above 767 */
    text-align: left; } }

input[type="checkbox"] {
  position: relative;
  top: 0;
  margin: 4px 0 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: #888888; }

.panel-heading {
  padding: 15px; }

select.form-control, textarea.form-control {
  font-size: 12px; }

input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px; }

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px; }

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px; }

/* Fix some bootstrap issues */
/*span {
  &.hidden-xs, &.hidden-sm, &.hidden-md, &.hidden-lg {
    display: inline;
  }
}*/
.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) {
  /* If media is below 992 */
  #_mobile_column_left > #column-left, #_mobile_column_left #column-right, #_mobile_column_right > #column-left, #_mobile_column_right #column-right {
    float: left;
    width: 100%;
    padding: 0;
    display: block !important; }
  #content {
    float: left;
    width: 100%; } }

section {
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    section {
      /* If media is below 992 */
      margin-bottom: 40px; } }

.clearfix {
  clear: both; }

/* HEADER START */
#header {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.5px;
  position: relative;
  /* Header Nav */
  /* language, currency and user-info */
  /* Header Nav End */
  /* header top */
  /* Nav full width fixed header */
  /* Nav full width fixed header end */
  /* contact info */
  /* cart */
  /* Mobile Media Query Start */
  /* Mobile Media Query End */ }
  #header .header-nav {
    background: #fc1550;
    position: relative; }
    #header .header-nav:after {
      content: '';
      height: 10px;
      width: 100%;
      background: url(../image/a5086fcf4ce00bc0784e4cceca5d3c3e.png) center;
      position: absolute;
      bottom: -10px; }
    #header .header-nav .left-nav {
      text-align: left; }
      @media (max-width: 991px) {
        #header .header-nav .left-nav {
          /* If media is below 992 */
          text-align: center; } }
      #header .header-nav .left-nav > div {
        display: inline-block;
        vertical-align: middle; }
    #header .header-nav .right-nav {
      text-align: right; }
      @media (max-width: 991px) {
        #header .header-nav .right-nav {
          /* If media is below 992 */
          text-align: center; } }
      #header .header-nav .right-nav > div {
        display: inline-block;
        vertical-align: middle; }
  #header .currency-selector, #header .language-selector, #header .user-info {
    padding: 14px 10px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1; }
    @media (max-width: 991px) {
      #header .currency-selector, #header .language-selector, #header .user-info {
        /* If media is below 992 */
        padding: 8px 10px 13px;
        text-align: right; } }
    @media (max-width: 543px) {
      #header .currency-selector, #header .language-selector, #header .user-info {
        /* If media is below 544 */
        padding: 8px 4px 13px; } }
    #header .currency-selector .dropdown-menu, #header .language-selector .dropdown-menu, #header .user-info .dropdown-menu {
      left: auto;
      right: 0;
      top: 29px;
      padding: 5px 7px;
      margin: 0;
      font-size: 17px;
      border-radius: 0; }
      @media (max-width: 991px) {
        #header .currency-selector .dropdown-menu, #header .language-selector .dropdown-menu, #header .user-info .dropdown-menu {
          /* If media is below 992 */
          top: 29px; } }
      @media (max-width: 543px) {
        #header .currency-selector .dropdown-menu, #header .language-selector .dropdown-menu, #header .user-info .dropdown-menu {
          /* If media is below 544 */
          min-width: 100px; } }
    #header .currency-selector form, #header .language-selector form, #header .user-info form {
      margin: 0; }
    #header .currency-selector li, #header .language-selector li, #header .user-info li {
      text-decoration: none; }
      #header .currency-selector li a,
      #header .currency-selector li button, #header .language-selector li a,
      #header .language-selector li button, #header .user-info li a,
      #header .user-info li button {
        color: #000000;
        padding: 3px 10px;
        text-align: left;
        font-size: 13px;
        font-weight: 400;
        outline: none; }
        #header .currency-selector li a:hover,
        #header .currency-selector li button:hover, #header .language-selector li a:hover,
        #header .language-selector li button:hover, #header .user-info li a:hover,
        #header .user-info li button:hover {
          color: #1f3d70; }
    #header .currency-selector:after, #header .language-selector:after, #header .user-info:after {
      content: '';
      position: absolute;
      margin-left: 12px;
      top: 15px;
      width: 1px;
      height: 13px; }
      @media (max-width: 991px) {
        #header .currency-selector:after, #header .language-selector:after, #header .user-info:after {
          /* If media is below 992 */
          top: 10px; } }
      @media (max-width: 543px) {
        #header .currency-selector:after, #header .language-selector:after, #header .user-info:after {
          /* If media is below 544 */
          display: none; } }
    #header .currency-selector:last-child, #header .language-selector:last-child, #header .user-info:last-child {
      padding-right: 0; }
      #header .currency-selector:last-child:after, #header .language-selector:last-child:after, #header .user-info:last-child:after {
        display: none; }
    #header .currency-selector a, #header .language-selector a, #header .user-info a {
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      box-shadow: none; }
    #header .currency-selector .language-selector-label,
    #header .currency-selector .currency-selector-label, #header .language-selector .language-selector-label,
    #header .language-selector .currency-selector-label, #header .user-info .language-selector-label,
    #header .user-info .currency-selector-label {
      display: none; }
  #header .header-top {
    background: transparent;
    position: relative; }
    #header .header-top > .container {
      position: relative; }
    #header .header-top .menu {
      padding-left: 15px; }
      #header .header-top .menu > ul > li {
        float: none; }
  #header .desktop-logo {
    max-width: 340px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 30px 0;
    float: left; }
    #header .desktop-logo img {
      text-align: center;
      margin: 0 auto; }
    @media (max-width: 991px) {
      #header .desktop-logo {
        /* If media is below 992 */
        padding: 26px 0; } }
    @media (max-width: 767px) {
      #header .desktop-logo {
        /* If media is below 768 */
        float: none;
        text-align: center;
        margin: 0 auto; } }
  #header .nav-full-width {
    position: relative;
    z-index: 1;
    padding: 6px 0;
    background: #1f3d70; }
    @media (max-width: 991px) {
      #header .nav-full-width {
        /* If media is below 992 */
        padding: 0; } }
    #header .nav-full-width.fixed-header {
      background-color: #1f3d70;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 99;
      text-align: center;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      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 .nav-full-width.fixed-header #_desktop_logo {
        display: none; }
      @media (min-width: 991px) {
        #header .nav-full-width.fixed-header #_desktop_top_menu .left-menu,
        #header .nav-full-width.fixed-header #_desktop_top_menu .right-menu {
          /* If media is below 992 */
          float: none;
          padding: 6px 0;
          display: inline-block;
          vertical-align: middle; } }

@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 .contact-num {
    position: relative;
    display: block;
    z-index: 2;
    float: right;
    border-radius: 20px;
    padding: 4px 15px 4px 5px;
    background-color: #fc1550;
    color: #ffffff; }
    @media (max-width: 991px) {
      #header .contact-num {
        /* If media is below 992 */
        display: none; } }
    #header .contact-num .call-img {
      background: #fc1550 url(../image/83dffa550708c8453b17c444085cef47.png) no-repeat -11px center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      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; }
    #header .contact-num .call-text {
      display: inline-block;
      vertical-align: middle; }
      #header .contact-num .call-text .call-num {
        color: #ffffff;
        font-size: 14px; }
      #header .contact-num .call-text a span {
        display: block;
        color: #ffffff; }
    #header .contact-num:hover .call-img {
      transform: rotateY(360deg);
      -webkit-transform: rotateY(360deg);
      -moz-transform: rotateY(360deg);
      -o-transform: rotateY(360deg); }
  #header .blockcart {
    cursor: pointer;
    text-align: left;
    float: right;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media (min-width: 992px) {
      #header .blockcart {
        /* If media is above 991 */
        border-radius: 20px;
        padding: 4px 15px 4px 5px;
        background-color: #fc1550;
        color: #ffffff;
        margin: 0 15px; } }
    @media (max-width: 991px) {
      #header .blockcart {
        /* If media is below 992 */
        padding: 5px;
        padding-right: 15px;
        position: relative; } }
    @media (min-width: 992px) {
      #header .blockcart:hover .cart-img {
        /* If media is below 991 */
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg); } }
    #header .blockcart:hover #cart .cart-dropdown, #header .blockcart:hover #cart .dropdown-menu {
      top: 135%;
      visibility: visible;
      overflow: visible;
      opacity: 1; }
      @media (max-width: 991px) {
        #header .blockcart:hover #cart .cart-dropdown, #header .blockcart:hover #cart .dropdown-menu {
          /* If media is below 992 */
          top: 112%; } }
    #header .blockcart .cart-link {
      display: block;
      width: 100%;
      overflow: hidden; }
    #header .blockcart .cart-img {
      background: #fc1550 url(../image/83dffa550708c8453b17c444085cef47.png) no-repeat -48px center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media (max-width: 991px) {
        #header .blockcart .cart-img {
          /* If media is below 992 */
          background: url(../image/29e4fb3aa58f240c0e397a75eb7190c2.png) no-repeat -40px center;
          width: 40px;
          height: 40px;
          border-radius: 0; } }
    #header .blockcart .cart-content {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      @media (min-width: 992px) {
        #header .blockcart .cart-content:before {
          /* If media is above 991 */
          content: '';
          height: 18px;
          width: 1px;
          background: #ffffff;
          position: absolute;
          left: -3px;
          top: 0px; } }
      #header .blockcart .cart-content .cart-products-count {
        line-height: 18px;
        color: #ffffff;
        display: block; }
        @media (min-width: 992px) {
          #header .blockcart .cart-content .cart-products-count {
            /* If media is above 991 */
            margin-left: 5px; } }
        @media (min-width: 992px) {
          #header .blockcart .cart-content .cart-products-count span {
            /* If media is above 991 */
            border-radius: 50%;
            height: 17px;
            width: 17px;
            display: inline-block;
            vertical-align: middle;
            background: #1f3d70;
            color: #ffffff;
            font-size: 11px;
            font-weight: 600;
            padding: 0px;
            margin: 0 auto;
            line-height: 16px;
            text-align: center; } }
        @media (max-width: 991px) {
          #header .blockcart .cart-content .cart-products-count {
            /* If media is below 992 */
            border-radius: 50%;
            height: 14px;
            width: 14px;
            display: block;
            background: #000000;
            color: #ffffff;
            font-size: 11px;
            right: 5px;
            top: -13px;
            position: absolute;
            padding: 0px;
            margin: 0;
            line-height: 14px;
            text-align: center; } }
    #header .blockcart #cart table > tbody > tr > td {
      white-space: normal; }
    #header .blockcart #cart > .btn {
      font-size: 14px;
      line-height: 18px;
      color: #000000;
      background: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      text-shadow: none; }
    #header .blockcart #cart.open > .btn {
      color: #000000; }
      #header .blockcart #cart.open > .btn:hover {
        color: #000000; }
    #header .blockcart #cart .cart-dropdown, #header .blockcart #cart .dropdown-menu {
      font-family: "Poppins", sans-serif;
      display: block;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      left: auto;
      position: absolute;
      right: 0;
      text-align: left;
      width: 350px;
      z-index: 99;
      border: 1px solid #eeeeee;
      top: 160%;
      padding: 0 15px;
      background: #ffffff;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media (max-width: 991px) {
        #header .blockcart #cart .cart-dropdown, #header .blockcart #cart .dropdown-menu {
          /* If media is below 992 */
          top: 150%; } }
      @media (max-width: 767px) {
        #header .blockcart #cart .cart-dropdown, #header .blockcart #cart .dropdown-menu {
          /* If media is below 768 */
          width: 300px; } }
      #header .blockcart #cart .cart-dropdown table, #header .blockcart #cart .dropdown-menu table {
        margin-bottom: 10px;
        width: 100%;
        max-width: 350px; }
      #header .blockcart #cart .cart-dropdown .cart-btn, #header .blockcart #cart .dropdown-menu .cart-btn {
        padding: 10px; }
        #header .blockcart #cart .cart-dropdown .cart-btn .btn-cartblock, #header .blockcart #cart .dropdown-menu .cart-btn .btn-cartblock {
          padding: 7px 15px; }
      #header .blockcart #cart .cart-dropdown li, #header .blockcart #cart .dropdown-menu li {
        text-decoration: none;
        outline: none;
        list-style: none; }
        #header .blockcart #cart .cart-dropdown li .empty, #header .blockcart #cart .dropdown-menu li .empty {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 0;
          padding: 10px 0;
          color: #000000; }
    #header .blockcart button, #header .blockcart .btn-block {
      padding: 0; }
  #header #_mobile_user_info, #header #_mobile_seach_widget, #header #_mobile_cart, #header #_mobile_link_menu {
    float: right; }

/* HEADER END */
/* alert */
.alert {
  padding: 12px 14px 12px 14px;
  text-align: center;
  border-radius: 0; }
  .alert button {
    display: block;
    overflow: hidden;
    position: relative; }
    .alert button.close {
      position: relative;
      top: 2px;
      right: 0;
      margin: 0; }

/* buttons */
.buttons {
  margin: 1em 0;
  display: block;
  overflow: hidden;
  position: relative; }
  .buttons.close {
    position: relative;
    top: 2px;
    right: 0; }

.alert-dismissible .close {
  position: relative;
  top: 2px;
  right: 0; }

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 0; }
  .btn.active {
    box-shadow: none;
    outline: none; }
  .btn:focus {
    outline: none;
    text-decoration: none; }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px; }
  .btn-group > .btn:focus, .btn-group > .dropdown-menu:focus, .btn-group > .popover:focus {
    outline: none;
    text-decoration: none; }

.btn-group > .btn-xs {
  font-size: 9px; }

.btn-group > .btn-sm {
  font-size: 10.2px; }

.btn-group > .btn-lg {
  font-size: 15px; }

.btn-warning, .btn-inverse, .btn-link, .btn-info, .btn-success, .btn-danger, .btn-warning {
  padding: 7.5px 12px;
  border-radius: 0; }
  .btn-warning:hover, .btn-warning:focus, .btn-inverse:hover, .btn-inverse:focus, .btn-link:hover, .btn-link:focus, .btn-info:hover, .btn-info:focus, .btn-success:hover, .btn-success:focus, .btn-danger:hover, .btn-danger:focus, .btn-warning:hover, .btn-warning:focus {
    outline: none;
    text-decoration: none; }

.btn-default {
  background-color: #1f3d70;
  border-color: #1f3d70;
  color: #fff;
  outline: none;
  line-height: 20px;
  font-weight: 400;
  padding: 7px 20px;
  text-transform: uppercase;
  border-radius: 50px;
  -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: #ffffff;
    background-color: #000000;
    border-color: #000000;
    outline: none; }
  .btn-default:active:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    outline: none; }
  .btn-default:active:focus {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    outline: none; }

.btn-primary,
.btn.disabled,
.btn:disabled,
.btn-secondary {
  opacity: 1;
  font-weight: 400;
  padding: 7px 20px;
  text-transform: uppercase;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  outline: none;
  line-height: 20px; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
  .btn.disabled:hover,
  .btn.disabled:active,
  .btn.disabled:focus,
  .btn:disabled:hover,
  .btn:disabled:active,
  .btn:disabled:focus,
  .btn-secondary:hover,
  .btn-secondary:active,
  .btn-secondary:focus {
    color: #ffffff;
    background-color: #1f3d70;
    border-color: #1f3d70;
    outline: none; }
  .btn-primary:active:hover,
  .btn.disabled:active:hover,
  .btn:disabled:active:hover,
  .btn-secondary:active:hover {
    color: #ffffff;
    background-color: #1f3d70;
    border-color: #1f3d70;
    outline: none; }
  .btn-primary:active:focus,
  .btn.disabled:active:focus,
  .btn:disabled:active:focus,
  .btn-secondary:active:focus {
    color: #ffffff;
    background-color: #1f3d70;
    border-color: #1f3d70;
    outline: none; }

/* list group */
.list-group a {
  border: 1px solid #e9e9e9;
  color: #888888;
  padding: 10px 12px; }
  .list-group a.active {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF; }
    .list-group a.active:hover {
      color: #444444;
      background: #eeeeee;
      border: 1px solid #DDDDDD;
      text-shadow: 0 1px 0 #FFF; }
  .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF; }
  .list-group a:focus {
    color: #888888;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF; }

/*@media (min-width: 1200px) {
  #content {
    .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
      clear: left;
    }
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content {
    .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
      clear: left;
    }
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content {
    .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
      clear: left;
    }
  }
}*/
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }

/* fixed product layouts used in left and right columns */
.block-title, .footer-title, .title {
  position: relative;
  cursor: pointer; }
  .block-title .navbar-toggler, .footer-title .navbar-toggler, .title .navbar-toggler {
    position: absolute;
    top: 12px;
    right: 15px;
    padding: 0;
    font-size: 22px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    text-align: center; }

.block-title .navbar-toggler i.add, .footer-title .navbar-toggler i.add {
  display: none; }

.block-title .navbar-toggler i.remove, .footer-title .navbar-toggler i.remove {
  display: block; }

.block-title.collapsed .navbar-toggler i.add, .footer-title.collapsed .navbar-toggler i.add {
  display: block; }

.block-title.collapsed .navbar-toggler i.remove, .footer-title.collapsed .navbar-toggler i.remove {
  display: none; }

@media (min-width: 1200px) {
  #column-left, #column-right {
    /* If media is above 1199 */ }
    #column-left .collapse, #column-right .collapse {
      display: inherit; } }

@media (min-width: 992px) {
  #column-left, #column-right {
    /* If media is above 991 */ }
    #column-left .collapse, #column-right .collapse {
      display: inherit; } }

#column-left .block-title .h3, #column-right .block-title .h3 {
  border: medium none;
  color: #fff;
  font: 400 16px/18px "Poppins", sans-serif;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  margin: 0;
  text-align: left;
  background: #000;
  padding: 15px;
  text-transform: uppercase !important; }

#column-left .block-title .navbar-toggler, #column-right .block-title .navbar-toggler {
  top: 13px;
  right: 15px;
  color: #ffffff; }

#column-left .data-toggler > div, #column-right .data-toggler > div {
  display: block; }

#column-left .swiper-viewport, #column-right .swiper-viewport {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    #column-left .swiper-viewport, #column-right .swiper-viewport {
      /* If media is below 992 */
      margin-bottom: 15px; } }

#column-left .filterbox, #column-right .filterbox {
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid #e9e9e9; }
  @media (max-width: 991px) {
    #column-left .filterbox, #column-right .filterbox {
      /* If media is below 992 */
      margin-bottom: 15px; } }
  #column-left .filterbox .list-group-filter, #column-right .filterbox .list-group-filter {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    background: #ffffff;
    padding: 0 0 15px; }
    #column-left .filterbox .list-group-filter .list-group-item, #column-right .filterbox .list-group-filter .list-group-item {
      padding: 0 18px;
      margin-bottom: 15px;
      border: none;
      margin-bottom: 0;
      border-radius: 0; }
      #column-left .filterbox .list-group-filter .list-group-item.group-name, #column-right .filterbox .list-group-filter .list-group-item.group-name {
        color: #262626;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
        padding: 10px 18px;
        text-transform: uppercase; }
        #column-left .filterbox .list-group-filter .list-group-item.group-name:hover, #column-right .filterbox .list-group-filter .list-group-item.group-name:hover {
          background: transparent; }
  #column-left .filterbox .panel-footer, #column-right .filterbox .panel-footer {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 15px 15px; }

#column-left section.featured-products, #column-right section.featured-products {
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  position: relative;
  display: block; }
  @media (max-width: 991px) {
    #column-left section.featured-products, #column-right section.featured-products {
      /* If media is below 992 */
      margin-bottom: 15px; } }

#column-left .page-title, #column-right .page-title {
  border: medium none;
  color: #000;
  font: 400 16px/18px "Poppins", sans-serif;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  margin: 0;
  text-align: left;
  background: #f5f5f5;
  padding: 15px;
  text-transform: uppercase !important; }

#column-left .box, #column-right .box {
  border: 1px solid #e9e9e9;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    #column-left .box, #column-right .box {
      /* If media is below 992 */
      margin-bottom: 15px; } }
  #column-left .box .page-title, #column-right .box .page-title {
    margin: 0; }
  #column-left .box ul, #column-left .box .category-top-menu, #column-right .box ul, #column-right .box .category-top-menu {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
    #column-left .box ul .list-group-item, #column-left .box .category-top-menu .list-group-item, #column-right .box ul .list-group-item, #column-right .box .category-top-menu .list-group-item {
      border: 0;
      border-radius: 0;
      color: #232323;
      display: inline-block;
      vertical-align: middle;
      background: transparent; }
      #column-left .box ul .list-group-item:hover, #column-left .box ul .list-group-item:focus, #column-left .box .category-top-menu .list-group-item:hover, #column-left .box .category-top-menu .list-group-item:focus, #column-right .box ul .list-group-item:hover, #column-right .box ul .list-group-item:focus, #column-right .box .category-top-menu .list-group-item:hover, #column-right .box .category-top-menu .list-group-item:focus {
        background-color: transparent; }
      #column-left .box ul .list-group-item .active, #column-left .box .category-top-menu .list-group-item .active, #column-right .box ul .list-group-item .active, #column-right .box .category-top-menu .list-group-item .active {
        background-color: transparent; }
    #column-left .box ul li, #column-left .box .category-top-menu li, #column-right .box ul li, #column-right .box .category-top-menu li {
      position: relative; }
    #column-left .box ul .collapse, #column-left .box .category-top-menu .collapse, #column-right .box ul .collapse, #column-right .box .category-top-menu .collapse {
      display: none; }
      #column-left .box ul .collapse.in, #column-left .box .category-top-menu .collapse.in, #column-right .box ul .collapse.in, #column-right .box .category-top-menu .collapse.in {
        display: block; }
    #column-left .box ul .navbar-toggler, #column-left .box .category-top-menu .navbar-toggler, #column-right .box ul .navbar-toggler, #column-right .box .category-top-menu .navbar-toggler {
      position: absolute;
      right: 15px;
      top: 9px;
      cursor: pointer;
      font-size: 18px; }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        #column-left .box ul .navbar-toggler, #column-left .box .category-top-menu .navbar-toggler, #column-right .box ul .navbar-toggler, #column-right .box .category-top-menu .navbar-toggler {
          /* If media is between 992 and 1199 */
          z-index: 2; } }
    #column-left .box ul [aria-expanded="true"] .add, #column-left .box .category-top-menu [aria-expanded="true"] .add, #column-right .box ul [aria-expanded="true"] .add, #column-right .box .category-top-menu [aria-expanded="true"] .add {
      display: none; }
    #column-left .box ul [aria-expanded="true"].collapse-icons .remove, #column-left .box .category-top-menu [aria-expanded="true"].collapse-icons .remove, #column-right .box ul [aria-expanded="true"].collapse-icons .remove, #column-right .box .category-top-menu [aria-expanded="true"].collapse-icons .remove {
      display: block; }
    #column-left .box ul .collapse-icons .remove, #column-left .box .category-top-menu .collapse-icons .remove, #column-right .box ul .collapse-icons .remove, #column-right .box .category-top-menu .collapse-icons .remove {
      display: none; }

#column-left .product-thumb, #column-right .product-thumb {
  padding-bottom: 15px;
  border: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  margin: 15px; }
  #column-left .product-thumb:last-child, #column-right .product-thumb:last-child {
    padding-bottom: 0;
    border: 0; }
  #column-left .product-thumb .image, #column-right .product-thumb .image {
    float: left;
    margin-right: 10px; }
  #column-left .product-thumb h4, #column-right .product-thumb h4 {
    padding: 0;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 18px; }
    #column-left .product-thumb h4 a, #column-right .product-thumb h4 a {
      white-space: normal; }
  #column-left .product-thumb .price, #column-right .product-thumb .price {
    font-size: 14px;
    margin-bottom: 2px;
    opacity: 1;
    color: #000000; }
    #column-left .product-thumb .price .price-old, #column-right .product-thumb .price .price-old {
      margin-left: 0;
      color: #888; }
  #column-left .product-thumb .button-group, #column-right .product-thumb .button-group {
    display: none; }
  #column-left .product-thumb .caption, #column-right .product-thumb .caption {
    overflow: hidden;
    display: block;
    position: relative;
    text-align: left;
    padding: 0;
    background: transparent; }
    #column-left .product-thumb .caption .rating, #column-right .product-thumb .caption .rating {
      display: none; }

/* fixed mobile cart quantity input */
.input-group {
  display: inline-block;
  vertical-align: middle;
  width: auto; }
  .input-group .input-group-btn .btn-primary, .input-group .input-group-btn .btn.disabled, .input-group .input-group-btn .btn:disabled, .input-group .input-group-btn .btn-secondary {
    padding: 10px 14px;
    line-height: 18px;
    border-radius: 0;
    text-transform: capitalize;
    z-index: 1; }
  .input-group .input-group-btn .btn-danger {
    color: #fff;
    background-color: #da4f49;
    letter-spacing: 1px;
    padding: 10px 14px;
    line-height: 16px;
    z-index: 1;
    text-transform: capitalize; }
    .input-group .input-group-btn .btn-danger:hover {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }

.input-group .form-control[name^=quantity] {
  min-width: 50px;
  border-radius: 0;
  display: inline-block;
  width: auto;
  text-align: center; }

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
  border-color: #df5c39; }

/* Theme Title */
.home-title {
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-size: 36px;
  line-height: 40px;
  padding: 80px 0 0;
  margin: 0 0 25px;
  font-weight: 400;
  color: #000000;
  font-family: "Baloo Paaji", cursive;
  letter-spacing: 0.5px; }
  @media (max-width: 1199px) {
    .home-title {
      /* If media is below 1200 */
      font-size: 34px; } }
  @media (max-width: 543px) {
    .home-title {
      /* If media is below 544 */
      font-size: 26px;
      line-height: 30px; } }
  .home-title .title-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    padding: 5px;
    border-radius: 50%;
    background: url(../image/71f97aaf62fd6e0f5cebf8228a0af2a0.png) no-repeat center; }
    .home-title .title-bg:before, .home-title .title-bg:after {
      content: '';
      height: 1px;
      width: 70px;
      background: #eeeeee;
      position: absolute;
      left: -70px;
      top: 46%; }
    .home-title .title-bg:after {
      left: auto;
      right: -70px;
      top: 62%; }
    .home-title .title-bg span:before, .home-title .title-bg span:after {
      content: '';
      height: 10px;
      width: 16px;
      background: #ffffff;
      position: absolute;
      left: -12px;
      top: 28px; }
    .home-title .title-bg span:after {
      right: -12px;
      left: auto;
      top: 26px; }

.sub-title {
  color: #1f3d70;
  font-size: 16px;
  font-family: "Baloo Paaji", cursive;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center; }

/* select dropdown */
.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; }

/*========================== NO CHANGE ==========================*/
@media screen and (min-width: 600px) {
  .desktop-hidden {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .mobil-hidden {
    display: none;
  }
}
#siteloader {
  background: #ffffff url(../image/1f3f448485086ca2d76e389cae80a6da.gif) no-repeat center;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

#spin-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.block-social {
  text-align: center;
  display: block;
  overflow: hidden;
  position: relative;
  top: -50px;
  padding: 0 50px;
  margin-bottom: 10px; }
  
  @media (max-width: 991px) {
    .block-social {
      /* If media is below 992 */
      top: 0;
      padding: 0 15px; } }
  .block-social ul {
    padding: 0;
    margin: 0;
    text-decoration: none; }
    .block-social ul li {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      margin: 2px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .block-social ul li a,
      .block-social ul li i {
        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: #ffffff;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .block-social ul li a:hover,
        .block-social ul li i:hover {
          padding: 0 !important;
          color: #ffffff;
          background: #fc1550; }
        .block-social ul li a:after,
        .block-social ul li i:after {
          display: none; }
      .block-social ul li .facebook {
        background-color: #3b5999; }
      .block-social ul li .twitter {
        background-color: #00aced; }
      .block-social ul li .youtube {
        background-color: #d12121; }
      .block-social ul li .googleplus {
        background-color: #dc473b; }
      .block-social ul li .rss {
        background-color: #f26522; }
      .block-social ul li .pinterest {
        background-color: #cb2027; }
      .block-social ul li .vimeo {
        background-color: #00aced; }
      .block-social ul li .instagram {
        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%); }
@media (max-width: 991px) {
    .breadcrumb {
    padding: 20px 0;
}
     .show{
         display: none !important;
     }
     .sort-by{
         display: none !important;
     }
     .product-list-top .pagination-right .limit {
      float: right;
      width: 65px;
      padding: 0; }
      .product-list-top .pagination-right .sort {
      float: left;
      width: 100px;
      padding: 0; }
      .product-list-top .pagination-right .show-wrapper {
        margin: 0px 0 0; } 
      .compare-total{
          display: none !important;
      }
      .product-list-top .pagination-right {
    float: right;
    margin-right: 15px;
    margin-top: 0;}
    .button-group{
        top:-28 !important;
    }
     .page-title{
         display: none !important;
     }
      
}
/*# sourceMappingURL=stylesheet.css.map*/
@media (min-width: 991px) {
     .btn-quickview{
         display: none !important;
     }

.ishigalleryblock3{
	margin: 0px 50px 0px 50px;
}

.desktop-logo{
    padding-top:10px !important;
    padding-bottom:10px !important;
    
    
    
    
    
     .disclaimer {
        display: block;
        text-decoration: none !important;
        color: #333;
        line-height: 1.5em;
        background: #ffffd2;
        border-radius: 3px;
        margin: 12px 12px 0;
        padding: 12px 12px 12px 74px;
        font-size: 13px;
        max-width: 500px;
        overflow: hidden;
        min-height: 50px;
      }

      .disclaimer img {
        float: left;
        margin-right: 12px;
        width: 50px;
        position: absolute;
        margin-left: -62px;
      }

      .disclaimer a {
        color: inherit !important;
        border: 0;
      }

      .disclaimer p {
        margin: 0;
      }

      .disclaimer p+p {
        margin-top: 1.25em
      }

      .skin {
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        font-weight: bold;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        font-size: 16px;
        padding: 12px;
        color: #fff;
        background: #333;
      }

      .skin select {
        background: #fff;
        font-size: inherit;
        text-transform: none;
        max-width: 30%;
      }
    
    .stories {des
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        padding: 0;
        margin: 0;
        color: #333
      }
    .closed{
        display:none !important;
    }
      #stories {
        padding: 12px;
      }
      #stories {
        max-width: 500px;
        margin: 0 auto;
      }

      @media (min-width: 524px) {
        .disclaimer {
          margin: 12px auto;
        }
        
      }
    
}

}

.product-grid:nth-child(3n+1) {
    clear: left; 
}

.product-list-js .box .ribbon {
top: 10px;
}

.product-image .box .ribbon {
top: -5px;
}
.eapps-link{
display:none !important;
visibility: hidden !important;
overflow:hidden; 
height:0; 
width:0;
position:absolute;
}

.box {
           position: relative;
          }
          .ribbon {
            position: absolute;
            left: -5px; 
            z-index: 1;
            overflow: hidden;
            width: 75px; height: 75px;
            text-align: right;
          }
          .ribbon span {
            font-size: 10px;
            font-weight: bold;
            color: #FFF;
            text-transform: uppercase;
            text-align: center;
            line-height: 20px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            width: 100px;
            display: block;
            background: #79A70A;
            background: linear-gradient(#F70505 0%, #8F0808 100%);
            box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
            position: absolute;
            top: 19px; left: -21px;
          }
          .ribbon span::before {
            content: '';
            position: absolute; left: 0px; top: 100%;
            z-index: -1;
            border-left: 3px solid #8F0808;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
          }
          .ribbon span::after {
            content: '';
            position: absolute; right: 0px; top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F0808;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
          }
